Skip to content

Commit 34b2eab

Browse files
committed
Readme update, removed export on iclone export
iClone only imports via 3DXchange
1 parent afb3eb8 commit 34b2eab

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ds_iclone.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@ def execute(self, context):
6464
class 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'}

0 commit comments

Comments
 (0)