File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Provides tools for a Blender + ZBrushCore + Substance Painter + iClone 3D pipeli
2222- Application Link to Open Substance Painter (Exports scene to export folder before opening Substance Painter)
2323- Application Link to Open iClone Character Creator (Exports scene to export folder before opening Character Creator for manual import)
2424- One click iClone 3DXchange FBX Export (Exports scene to export folder and opens file in 3DXchange)
25- - Application Link to Open iClone (Exports scene to export folder before opening iClone for manual import)
25+ - Application Link to Open iClone
2626
2727# Required Blender Version
2828
Original file line number Diff line number Diff line change @@ -64,12 +64,10 @@ def execute(self, context):
6464class ds_iclone_export_ic (bpy .types .Operator ):
6565
6666 bl_idname = "ds_iclone.export_ic"
67- bl_label = "Export FBX and open iClone."
67+ bl_label = "Open iClone."
6868
6969 def execute (self , context ):
7070
71- export_file = ds_fbx_export (self , context )
72-
7371 Popen ([bpy .context .user_preferences .addons [__package__ ].preferences .option_iclone_exe ])
7472
7573 return {'FINISHED' }
You can’t perform that action at this time.
0 commit comments