Closed ulrikdem closed 10 years ago
In M3_ANIMATIONS_OT_STC_assign.invoke, the longAnimId property was accessed on an incorrect object (longAnimIds instead of animatedProperty), which caused an error.
M3_ANIMATIONS_OT_STC_assign.invoke
longAnimId
longAnimIds
animatedProperty
Thanks for your contribution
In
M3_ANIMATIONS_OT_STC_assign.invoke
, thelongAnimId
property was accessed on an incorrect object (longAnimIds
instead ofanimatedProperty
), which caused an error.