File "C:\Users\W\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\node_arrange\utils.py", line 18, in get_ntree
return space.edit_tree
^^^^^^^^^^^^^^^
AttributeError: 'SpaceView3D' object has no attribute 'edit_tree'
All you gotta say is if is instant space and if so then return it that'll totally fix it.
Thanks for keeping this supported and for all that you do for people by providing it!.
I can't find the code for ’node.na_old_arrange_selected‘ in the plugin code!
Errors are reported in both blender 4.2 and 4.3
’‘’
C:\Users.....\node_arrange\ui.py:23
rna_uiItemO: unknown operator 'node.na_old_arrange_selected'
‘’‘
This is the only mod I could find that displays the node location as coordinates. Sadly, later versions seem to have dropped this feature. I'll be staying at 0.2.2.
I got this error: ^^^^^^^^^^^
File "C:\Users\W\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\node_arrange\utils.py", line 18, in get_ntree return space.edit_tree ^^^^^^^^^^^^^^^ AttributeError: 'SpaceView3D' object has no attribute 'edit_tree'
All you gotta say is if is instant space and if so then return it that'll totally fix it.
Thanks for keeping this supported and for all that you do for people by providing it!.