heimlich1024/OD_CopyPasteExternal

Not working: Blender 3.0, Houdini 19, Z-Brush 2022

Opened this issue · 0 comments

Have tried it with Blender, Houdini and Z-Brush... every single one gives me an error on copy to external. Not sure if paste from external would work.

Zbrush error:
image

Houdini error even thought I did select sop
image

Blender error:
image

Text version Houdini:

File "Export to external", line 4
   print "You need to have a SOP Selected that you want to export."
                                                                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("You need to have a SOP Selected that you want to export.")?


Text version Blender:

Python: Traceback (most recent call last):
  File "C:\Users\Sebi\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BLENDER_ExportToExternal.py", line 100, in execute
    new_mesh = OD_CopyToExternal('ODCopy', 1)
  File "C:\Users\Sebi\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BLENDER_ExportToExternal.py", line 80, in OD_CopyToExternal
    for key in keys.key_blocks[1:]:
AttributeError: 'NoneType' object has no attribute 'key_blocks'

location: <unknown location>:-1