Hidden/Spoiler:
Problem 1:
This relates to the post above. In your code you have two comments which look like this:
Code: Select all
#
# p1 p2 p3
# ┌─────┬─────┐
# │ │ │
# │ p8 │ p9 │ p4
# ├─────┼─────┤
# │ │ │
# │ │ │
# └─────┴─────┘
# p7 p6 p5
#
Problem 2:
I've fixed problem one. Now this is an error I encountered when trying to export:
Code: Select all
Last 15 log lines:
INFO (396, get_faces): Processed 8 faces.
INFO (1158, clear_doubles): Cleared 0 doubles.
INFO (33, __exit__): Cleared multiverts in 0s 0ms.
INFO (33, __exit__): Segments in 0s 85000ms.
INFO (33, __exit__): Model in 0s 91000ms.
INFO (945, do_export): Finished processing.
INFO (941, do_export): Processing model "imp_inf_darthsidious_robe".
INFO (660, convert): Is cloth.
INFO (563, get_cloth_geo): Retrieved cloth deformers: [u'bone_root', u'bone_pelvis', u'bone_r_thigh', u'bone_r_calf', u'bone_l_thigh', u'bone_l_calf'] (6)
INFO (587, get_cloth_geo): Processed 153 vertices.
INFO (33, __exit__): Cloth geometry in 0s 119000ms.
INFO (33, __exit__): Cloth constraints in 0s 0ms.
INFO (33, __exit__): Cloth Segment in 0s 121000ms.
INFO (33, __exit__): Model in 0s 141000ms.
INFO (33, __exit__): Models in 1s 426000ms.
Traceback:
Traceback (most recent call last):
File "<Script Block >", line 28, in exportbutton_OnClicked
File "C:\...\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-1.3.0035\Application\Core\zetexport.py", line 899, in export
self.do_export()
File "C:\...\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-1.3.0035\Application\Core\zetexport.py", line 944, in do_export
self.msh.models.add(conv.convert())
File "C:\...\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-1.3.0035\Application\Core\zetexport.py", line 663, in convert
self.msh2_model.segments = self.get_cloth()
File "C:\...\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-1.3.0035\Application\Core\zetexport.py", line 632, in get_cloth
clothgeo.create_constraints()
File "C:\...\Autodesk\Softimage_Mod_Tool_7.5\Addons\xsizetools-1.3.0035\Application\Modules\msh2.py", line 1346, in create_constraints
both_fixed = vert.is_fixed and last_vertex.is_fixed
AttributeError: 'int' object has no attribute 'is_fixed'