Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Kettenotter opened this issue Feb 6, 2022 · 0 comments
Open

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

Kettenotter opened this issue Feb 6, 2022 · 0 comments

Comments

@Kettenotter
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant