The goal here is to make sure that the node always only does a rotation.
In my simple test the behavior seems to match the old code as long as instances are scaled uniformly. It would be useful if you could verify that in your own test.
Differential D13031
Fix T92256: Rotate Instances node does not take scaling into account correctly. Authored by Jacques Lucke (JacquesLucke) on Oct 29 2021, 12:21 PM. Tags None Subscribers None
Details The goal here is to make sure that the node always only does a rotation. In my simple test the behavior seems to match the old code as long as instances are scaled uniformly. It would be useful if you could verify that in your own test.
Diff Detail
Event TimelineComment Actions Doing some rudimentary testing, this seems to work well. I really appreciate the comments too, it's much easier to understand now. |