It's probably an old issue but i couldn't find a solution to it on the forum but when using tools from the shelf in Create in Context mode i always get this error.
Traceback (most recent call last):
File “sop_tube”, line 4, in <module>
File “toolutils.py”, line 528, in new_func
return function(*args, **kwargs)
File “soptoolutils.py”, line 540, in genericTool
merge_context)
File “soptoolutils.py”, line 346, in genericSopNodeGeneratorTool
pos = positions * container.worldTransform().inverted()
AttributeError: ‘SopNode’ object has no attribute ‘worldTransform’
Laying down sops in network view works. Something which can be easily fixed or should i forget about using the shelf when in Create in context mode?