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
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'
The text was updated successfully, but these errors were encountered:
I can't seem to run the branch with "Node To Script". None works to install.
The text was updated successfully, but these errors were encountered: