Update LN_blend_action.py

This commit is contained in:
knowledgenude 2020-09-23 17:26:09 -03:00 committed by GitHub
parent 79df9d7016
commit cfbeb850bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
afrom arm.logicnode.arm_nodes import *
from arm.logicnode.arm_nodes import *
class BlendActionNode(ArmLogicTreeNode):
"""Use to interpolate between two different actions."""