forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/draw/LN_draw_Text_Area_string.py
This commit is contained in:
@ -71,7 +71,7 @@ class DrawTextAreaStringNode(LnxLogicTreeNode):
|
||||
layout.prop(self, 'property2')
|
||||
|
||||
def get_replacement_node(self, node_tree: bpy.types.NodeTree):
|
||||
if self.lnx_version not in (0, 2):
|
||||
if self.lnx_version not in (0, 1, 2):
|
||||
raise LookupError()
|
||||
|
||||
return NodeReplacement.Identity(self)
|
Reference in New Issue
Block a user