Hey mate,
Did you strip down this file before sending it? I don't see any image planes in it.
Anyways, I took another look at the file, and I'm sorry to say this, but the geometry's gone. If you take a look in the .ma file, you'll see the following:
Code:
createNode mesh -n "polySurfaceShape5" -p "polySurface5";
setAttr -k off ".v";
setAttr -s 4 ".iog[0].og";
setAttr ".vir" yes;
setAttr ".vif" yes;
setAttr ".uvst[0].uvsn" -type "string" "map1";
setAttr ".cuvs" -type "string" "map1";
setAttr ".dcc" -type "string" "Ambient+Diffuse";
setAttr ".covm[0]" 0 1 1;
setAttr ".cdvm[0]" 0 1 1;
setAttr ".lev" 1;
A complete mesh would have vertex positions, face definitions, etc. This doesn't have any of them.
Sorry mate. Hopefully you have a backup.
Imagination is more important than knowledge.
Last edited by NextDesign; 03-03-2012 at 03:47 AM.