Create Display Animator (Expression) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Expression · Since: 2.6.2, 3.5.2 (Data Changes)
Syntax
[a] [new] (linear|loop[ing]) [display] animator using [anim[ation]] %deuanimation% [without (data|texture) change[s]]Description
Create a display animator to play animations on an active group
Examples
set {_animator} to a new linear display animator using {_animation}
set {_loopanimator} to a loop animator using {_animation}
#3.5.2 and later
#Play an animation and ONLY update transformation, not textures/text/data
set {_animator} to a linear animator using {_animation} without data changes