Tested versions
Reproducible in Redot 26.2
System information
N/A affects all systems
Issue description
animation_tree.set("headbob_intensity", headbob_amt)
should produce an error but instead fails silently. This property does not exist. The correct code should be:
a_tree.set("parameters/headbob_intensity/blend_amount", headbob_amt)
Steps to reproduce
Call set() on any animation tree using a nonexistent property. This will fail silently.
Minimal reproduction project (MRP)
fail.zip
Tested versions
Reproducible in Redot 26.2
System information
N/A affects all systems
Issue description
animation_tree.set("headbob_intensity", headbob_amt)should produce an error but instead fails silently. This property does not exist. The correct code should be:
a_tree.set("parameters/headbob_intensity/blend_amount", headbob_amt)Steps to reproduce
Call
set()on any animation tree using a nonexistent property. This will fail silently.Minimal reproduction project (MRP)
fail.zip