forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/camera/LN_set_camera_start_end.py
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user