geometry-script icon indicating copy to clipboard operation
geometry-script copied to clipboard

Wanting to test "Node To Script" branch but failed is all I got

Open enzyme69 opened this issue 1 year ago • 0 comments
trafficstars

I can't seem to run the branch with "Node To Script". None works to install.

Traceback (most recent call last):
  File "/Applications/Blender 36 LTS/Blender.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 333, in enable
    mod = __import__(module_name)
  File "/Users/jimmygunawan/Library/Application Support/Blender/3.6/scripts/addons/nodes_to_script/__init__.py", line 22, in <module>
    from .api.tree import *
  File "/Users/jimmygunawan/Library/Application Support/Blender/3.6/scripts/addons/nodes_to_script/api/tree.py", line 9, in <module>
    from .node_mapper import *
  File "/Users/jimmygunawan/Library/Application Support/Blender/3.6/scripts/addons/nodes_to_script/api/node_mapper.py", line 124, in <module>
    category.draw(CategoryStub(), None)
  File "/Applications/Blender 36 LTS/Blender.app/Contents/Resources/3.6/scripts/startup/bl_ui/node_add_menu_geometry.py", line 459, in draw
    if context.preferences.experimental.use_new_volume_nodes:
AttributeError: 'NoneType' object has no attribute 'preferences'

enzyme69 avatar Apr 10 '24 06:04 enzyme69