Update leenkx/blender/lnx/logicnode/camera/LN_set_camera_start_end.py

This commit is contained in:
2025-08-14 19:00:58 +00:00
parent 5b87010f76
commit 7ae6750620

View File

@ -10,7 +10,7 @@ class SetCameraStartEndNode(LnxLogicTreeNode):
def remove_extra_inputs(self, context):
while len(self.inputs) > 2:
self.inputs.remove(self.inputs[-1])
self.inputs.remove(self.inputs[-1])
if self.property0 == 'Start':
self.add_input('LnxFloatSocket', 'Start')
if self.property0 == 'End':