-
Notifications
You must be signed in to change notification settings - Fork 50
Not working: Blender 3.0, Houdini 19, Z-Brush 2022 #64
Copy link
Copy link
Open
Description
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.
Houdini error even thought I did select sop

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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

