nickziemer
09-26-2011, 04:55 AM
So I am modeling a character for the first time, and I have been saving it in increments (.ma). But now whenever I open the files in Maya, the entire body will be missing, and only the partially modeled arms will open. This is what shows up when I open the script editor :
file -f -new; // Warning: Active stereo does not work with Aero enabled. Active stereo has been disabled. //
// untitled //
commandPort -securityWarning -name commandportDefault;
updateRendererUI;
// Warning: C:/Users/Nick/Desktop/Character Model/scenes is not a valid directory. Using C:/Users/Nick/Desktop/Character Model/ instead. //
file -f -options "v=0" -typ "mayaAscii" -o "C:/Users/Nick/Desktop/Character Model/Character_model_b.ma";addRecentFile("C:/Users/Nick/Desktop/Character Model/Character_model_b.ma", "mayaAscii");
// File read in 0 seconds.
// Warning: Can't perform polySplitRing1 on selection //
// Warning: Can't perform polySplitRing2 on selection //
// Warning: Can't perform polySplitRing3 on selection //
// Warning: Can't perform polySplitRing4 on selection //
// Warning: Can't perform polySplitRing5 on selection //
// Warning: Can't perform polySplitRing6 on selection //
// Warning: Can't perform polySplitRing7 on selection //
// Error: Geometry was not able to be processed, Separation has failed //
// Warning: Can't perform polySplitRing8 on selection //
// Warning: Can't perform polySplitRing9 on selection //
// Warning: Can't perform polySplitRing10 on selection //
// Warning: Can't perform polySplitRing11 on selection //
// Warning: Can't perform polySplitRing12 on selection //
// Warning: Can't perform polySplitRing13 on selection //
// Warning: The currently active tab is not a scene tab. This icon size change operation is not implemented for this tab. //
Can someone please tell me how to get my character back? I've been trying for the last 4 hours to find out how to fix this and none of the threads I found were able to solve the problem.
file -f -new; // Warning: Active stereo does not work with Aero enabled. Active stereo has been disabled. //
// untitled //
commandPort -securityWarning -name commandportDefault;
updateRendererUI;
// Warning: C:/Users/Nick/Desktop/Character Model/scenes is not a valid directory. Using C:/Users/Nick/Desktop/Character Model/ instead. //
file -f -options "v=0" -typ "mayaAscii" -o "C:/Users/Nick/Desktop/Character Model/Character_model_b.ma";addRecentFile("C:/Users/Nick/Desktop/Character Model/Character_model_b.ma", "mayaAscii");
// File read in 0 seconds.
// Warning: Can't perform polySplitRing1 on selection //
// Warning: Can't perform polySplitRing2 on selection //
// Warning: Can't perform polySplitRing3 on selection //
// Warning: Can't perform polySplitRing4 on selection //
// Warning: Can't perform polySplitRing5 on selection //
// Warning: Can't perform polySplitRing6 on selection //
// Warning: Can't perform polySplitRing7 on selection //
// Error: Geometry was not able to be processed, Separation has failed //
// Warning: Can't perform polySplitRing8 on selection //
// Warning: Can't perform polySplitRing9 on selection //
// Warning: Can't perform polySplitRing10 on selection //
// Warning: Can't perform polySplitRing11 on selection //
// Warning: Can't perform polySplitRing12 on selection //
// Warning: Can't perform polySplitRing13 on selection //
// Warning: The currently active tab is not a scene tab. This icon size change operation is not implemented for this tab. //
Can someone please tell me how to get my character back? I've been trying for the last 4 hours to find out how to fix this and none of the threads I found were able to solve the problem.
