0 Usuarios y 1 Visitante están viendo este tema.
SolutionUsually these warnings are false positives, and there is no problem with the scene file.To check, merge the scene into a new, empty scene, and save again. If the warning is gone, then it was a false positive, which means that the scene contained a reference to an object that was intentionally removed from the scene (for example, you deleted that object, but the schematic view still had a reference to to that object).If you still get the warnings, then try this:Open a Softimage command prompt (click Start > All Programs > Autodesk > Autodesk Softimage 7.5 > Command Prompt)In the command prompt, run this command:printver -cleanfloating <your scene file name>Tip If you want to get the objects referenced in the warning, you can use Dictionary.GetObject. For example: var o = Dictionary.GetObject("uvspace<1828>").