t3du - Set / Get World Nodes

This commit is contained in:
2025-06-10 18:44:30 +00:00
parent 4b1da08819
commit c45baaf396

View File

@ -1,8 +1,8 @@
from lnx.logicnode.lnx_nodes import *
class GetWorldNode(LnxLogicTreeNode):
class GetWorldOrientationNode(LnxLogicTreeNode):
"""Returns the world orientation of the given object."""
bl_idname = 'LNGetWorldNode'
bl_idname = 'LNGetWorldOrientationNode'
bl_label = 'Get World Orientation'
lnx_section = 'rotation'
lnx_version = 1