You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Houdini error even thought I did select sop
Blender error:
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
The text was updated successfully, but these errors were encountered:
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:
Houdini error even thought I did select sop
Blender error:
Text version Houdini:
Text version Blender:
The text was updated successfully, but these errors were encountered: