dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
958 stars 123 forks source link

Main branch node wrangler not turning on. #55

Open HannahFantasia opened 1 year ago

HannahFantasia commented 1 year ago

Addons like the bool tool and node arrange do seem to work. This is after I built it with visual studio 2019 version 16. As Microsoft does not give access to download VS 2022 16.5 directly, I cannot test if it will work with a newer version.

Issue fixes itself once I install Node Wrangler from a 3.6 vanilla build zipped as a file. node_wranglerGoo4.0.zip node_wranglerVanilla3.6.zip For diagnostics, I provide both addons and the python API error code.


Traceback (most recent call last):
  File "C:\Goo-Engine\build_windows_x64_vc16_Release\bin\Release\4.0\scripts\modules\addon_utils.py", line 371, in enable
    mod.register()
  File "C:\Goo-Engine\build_windows_x64_vc16_Release\bin\Release\4.0\scripts\addons\node_wrangler\__init__.py", line 47, in register
    bpy.types.NodeTreeInterfaceSocket.NWViewerSocket = BoolProperty(
AttributeError: 'module' object has no attribute 'NodeTreeInterfaceSocket'