forked from LeenkxTeam/LNXSDK
t3du - Fix World Errors
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
from lnx.logicnode.lnx_nodes import *
|
from lnx.logicnode.lnx_nodes import *
|
||||||
|
|
||||||
class SetWorldNode(LnxLogicTreeNode):
|
class SetWorldNode(LnxLogicTreeNode):
|
||||||
"""Sets the World of the active scene."""
|
"""Sets the World of the active scene.
|
||||||
|
World must be either associated to a scene or have fake user."""
|
||||||
|
|
||||||
|
|
||||||
bl_idname = 'LNSetWorldNode'
|
bl_idname = 'LNSetWorldNode'
|
||||||
bl_label = 'Set World'
|
bl_label = 'Set World'
|
||||||
lnx_version = 1
|
lnx_version = 1
|
||||||
|
Reference in New Issue
Block a user