
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm having a bit of a technical issue with objects disappearing in one of my models for my Honours Project and was wondering what is causing it? and if there's a way to fix it?
Last night I saved my work and closed the file. No errors, nothing out of the ordinary.
I came back this morning, opened the file and the top half of both of the legs (it's a mech) have disappeared. They're still listed on the outliner but their poly count is zero. Also there weren't any anomolies on the channel tab.
Here's what I've tried;
- Closing and reopening the file.
- Selecting all of the model and exporting it as an obj. and maya binary. I then imported them into a new file but the parts were still invisible.
- Deleting all history, saving then reopening, still nothing.
- I've also tried the method of combining the missing part (via the outliner) with a fresh cube described here, but still to no avail. http://methodj.com/how-to-fix-maya/
Here's what the script editor says when I open the file.
file -f -new;
// Warning: file: C:/Program Files/Autodesk/Maya2015/scripts/startup/rememberViewportSettings.mel line 43: Active stereo does not work with Aero enabled. Active stereo has been disabled. //
// untitled //
doOpenFile ("G:/DD3992 - Honours Project/Old_Models/New_Shipard_Droid_27.2.16/Shipyard_Droid - Version_1.mb");
file -f -options "v=0;" -ignoreVersion -typ "mayaBinary" -o "G:/DD3992 - Honours Project/Old_Models/New_Shipard_Droid_27.2.16/Shipyard_Droid - Version_1.mb";addRecentFile("G:/DD3992 - Honours Project/Old_Models/New_Shipard_Droid_27.2.16/Shipyard_Droid - Version_1.mb", "mayaBinary");
requires -nodeType "mentalrayFramebuffer" -nodeType "mentalrayOptions" -nodeType "mentalrayGlobals" -nodeType "mentalrayItemsList" -dataType "byteArray" "Mayatomr" "2015.0 - 3.12.1.18 ";
# Error: line 1: RuntimeError: file <maya console> line 1: Plug-in, "Mayatomr", was not found on MAYA_PLUG_IN_PATH. #
// Warning: line 0: Unrecognized node type for node 'mentalrayItemsList'; preserving node information during this session. //
// Warning: line 0: Unrecognized node type for node 'mentalrayGlobals'; preserving node information during this session. //
// Warning: line 0: Unrecognized node type for node 'miDefaultOptions'; preserving node information during this session. //
// Warning: line 0: Unrecognized node type for node 'miDefaultFramebuffer'; preserving node information during this session. //
// Warning: line 0: Errors have occurred while reading this scene that may result in data loss.
Please check the Script Editor for details. //
// File read in 0.74 seconds.
commandPort -securityWarning -name commandportDefault;
// Error: line 1: Could not open command port commandportDefault because that name is in use. //
// AbcExport v1.0 using Alembic 1.5.0 (built Jul 25 2013 11:21:20)
// AbcImport v1.0 using Alembic 1.5.0 (built Jul 25 2013 11:21:20)
updateRendererUI;
I'm quite stumped so any tips on how to rectify this would be greatly appreciated 🙂
Also if someone could point out 'why' this happens I'll then be able to try to avoid this happening in the future.
Thanks!
Solved! Go to Solution.