forked from LeenkxTeam/LNXSDK
t3du - Set / Get World Nodes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user