#[solved] rotation parenting applies when it shouldnt sometimes

1 messages · Page 1 of 1 (latest)

hidden nest
#

[description + how i got here]
ok so basically when you have an object that is position but not rotation parented to another object and that object is rotation parented to a 3rd object, rotating the 3rd object rotates object 1 also even though object 1 doesnt have rotation parenting

[version]
24.11.2

lament cedar
#

this is not a bug, this is just how it works

#

if your parent tree is obj1 > obj2 > obj3, when obj3 rotates, obj2 itself is not undergoing any transformations. A child object inherits transformations relative to its parent. Since obj2 itself is not actually transforming, obj1 stays exactly the same relative to its own parent

hidden nest
#

oh ok