XSIforum.com

Extraño error (xsi 7.01)

0 Usuarios y 1 Visitante están viendo este tema.

Epar

Extraño error (xsi 7.01)
« en: 19 Agosto 2010, 09:03:52 »
A ver,..esto es la primera vez que lo veo.

Al guardar la escena me dice que hay dos objetos que estan desconectados de la escena (ver imagen adjunta)

 ??? ??? ???

Re: Extraño error (xsi 7.01)
« Respuesta #1 en: 19 Agosto 2010, 12:08:53 »
http://usa.autodesk.com/adsk/servlet/ps/dl/item?linkID=12544120&id=13510724&siteID=123112
Citar
Solution
Usually 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>").

Epar

Re: Extraño error (xsi 7.01)
« Respuesta #2 en: 21 Agosto 2010, 20:24:03 »
Gracias Blind,...ha funcionado perfectamente con el command prompt
. O0