Page 1 of 1

ZETools error on import in xsi [Solved]

Posted: Fri May 06, 2016 9:58 pm
by jojo3450
So when I import a File in XSI through, it only imports the low rez and not .msh
this is the error i get :
Hidden/Spoiler:
[code]Last 15 log lines:


INFO (93, build): Finished building materials.
INFO (623, build): Starting chain builder(56 Models).
INFO (528, build_null): Building DummyRoot as null(originally null).
DEBUG (608, set_transform): Set local tranform for DummyRoot to:
Position: 0.0, 0.0, 0.0;
Rotation: 0.0, 0.0, 0.0;
Scale: 1.0, 1.0, 1.0.
INFO (194, build): Finished building DummyRoot in 0s 39000ms.
INFO (345, build_geo): Building sv_imphothtrooper as polymesh(originally geodynamic).
DEBUG (477, get_vertex_positions): Retrieved 190 vertex positions.
INFO (33, __exit__): Retrieved vertices in 0s 1ms.
INFO (33, __exit__): Retrieved faces in 0s 2ms.
INFO (33, __exit__): Built polygon mesh in 0s 13ms.
INFO (33, __exit__): Processing normals in 0s 11ms.
INFO (33, __exit__): Built chain in 0 s 489 ms.


Traceback:


Traceback (most recent call last):
File "<Script Block >", line 84, in importbutton_OnClicked
File "C:\Users\MYNAME\Autodesk\Softimage_Mod_Tool_7.5\Application\Plugins\xsizetools-master\Application\Core\zetimport.py", line 850, in import_
self.do_import()
File "C:\Users\MYNAME\Autodesk\Softimage_Mod_Tool_7.5\Application\Plugins\xsizetools-master\Application\Core\zetimport.py", line 903, in do_import
self.chain = builder.build()
File "C:\Users\MYNAME\Autodesk\Softimage_Mod_Tool_7.5\Application\Plugins\xsizetools-master\Application\Core\zetimport.py", line 632, in build
item = builder.build()
File "C:\Users\MYNAME\Autodesk\Softimage_Mod_Tool_7.5\Application\Plugins\xsizetools-master\Application\Core\zetimport.py", line 187, in build
self.build_geo()
File "C:\Users\MYNAME\Autodesk\Softimage_Mod_Tool_7.5\Application\Plugins\xsizetools-master\Application\Core\zetimport.py", line 376, in build_geo
self.process_normals()
File "C:\Users\MYNAME\Autodesk\Softimage_Mod_Tool_7.5\Application\Plugins\xsizetools-master\Application\Core\zetimport.py", line 396, in process_normals
self.set_normals(0, self.make_normals())
File "C:\Users\MYNAME\Autodesk\Softimage_Mod_Tool_7.5\Application\Plugins\xsizetools-master\Application\Core\zetimport.py", line 432, in make_normals
node_to_vertex_index_list = self.xsi.ZET_GetNodeToVertexIndices(self.geo)
File "C:\Python26\lib\site-packages\win32comext\axscript\client\pyscript.py", line 105, in __getattr__
return getattr(self._scriptItem_.dispatchContainer,attr)
File "C:\Python26\lib\site-packages\win32com\client\dynamic.py", line 516, in __getattr__
raise AttributeError("%s.%s" % (self._username_, attr))
AttributeError: Application.ZET_GetNodeToVertexIndices
[/code]

Re: weird error in xsi

Posted: Sun May 15, 2016 9:43 am
by ANDEWEGET
Try the latest build (1.3.12) or build 1.3.10 which doesn't include the C++ plugin updates.

Make sure to also check the updated installation instructions on the XSIZETools homepage.

Re: weird error in xsi

Posted: Fri Jun 24, 2016 10:04 pm
by jojo3450
So i tried both new builds and a older build but no I still get an error when i try to import a .msh file it gives me an error and only part of the .msh file is imported

Re: weird error in xsi

Posted: Sat Jun 25, 2016 5:23 am
by Ginev
Maybe the problem is in your msh model.

Re: weird error in xsi

Posted: Sat Jun 25, 2016 5:48 am
by ANDEWEGET
Can you copy&paste the error message here?

Re: weird error in xsi

Posted: Sat Jun 25, 2016 4:16 pm
by jojo3450
I was able to fix i dont know how, all i did was reinstall XSImod tools about 3 times and it fixed itself,
can anyone give me the link for .obj export plugin for modtools?

Re: weird error in xsi

Posted: Sat Jun 25, 2016 4:20 pm
by thelegend
I use this plugin to export to .obj. It can be installed simply by draging and dropping the xsiaddon file into one of your four Viewports. Exactly like the pandemic.xsiaddon:

http://www.moddb.com/groups/softimage-r ... j-exporter

Re: weird error in xsi

Posted: Sat Jun 25, 2016 4:41 pm
by jojo3450
thank you guys for your help