![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Dlean Jeans |
Funny how there’s a blog about it with no instructions or its API.
I’ve tried:
$AnimationTree.tree_root.set_parameter('blend_position', val)
# or
$AnimationTree.tree_root.set_parameter('parameters/blend_position', val)
$Animation_tree[“parameters/blend_position”] = val
davidoc | 2018-12-18 17:58
Thanks. Weird syntax but it works.
Dlean Jeans | 2018-12-21 06:25