Update leenkx/blender/lnx/logicnode/draw/LN_draw_Text_Area_string.py

This commit is contained in:
2025-08-14 19:01:59 +00:00
parent 7ae6750620
commit fb47bf2564

View File

@ -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)