Hello, whenever I try to CTRL+shift a node (Node Wrangler addon’s shortcut to connect a node to a preview output) in the shader editor, I receive this error:
Python: Traceback (most recent call last):
File "A:\omniverse\package\blender-3.2.0-usd.100.2.1\Release\3.2\scripts\addons\node_wrangler.py", line 1860, in invoke
select_node = bpy.ops.node.select(location=(mlocx, mlocy), extend=False)
File "A:\omniverse\package\blender-3.2.0-usd.100.2.1\Release\3.2\scripts\modules\bpy\ops.py", line 115, in __call__
ret = _op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: : keyword "location" unrecognized
I’m using 3.2.0-usd.100.2.1
. I’m not sure if this issue is related to the branch so I will just let you know.