#[solved] rotation parenting applies when it shouldnt sometimes
1 messages · Page 1 of 1 (latest)
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
oh ok