t3du - Set / Get World Nodes

This commit is contained in:
2025-06-10 18:47:00 +00:00
parent c45baaf396
commit 188af4a50f

View File

@ -0,0 +1,10 @@
from lnx.logicnode.lnx_nodes import *
class GetWorldNode(LnxLogicTreeNode):
"""Gets the World of the active scene."""
bl_idname = 'LNGetWorldNode'
bl_label = 'Get World'
lnx_version = 1
def lnx_init(self, context):
self.add_output('LnxStringSocket', 'World')