- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
Here is the test scene - a teapot, at [0,0,0] and rotated 45 deg on its Y axis.
When I use
nodeLocalBoundingBox selection[1]
the results are:
max2020: #([-14.11,-13.303,14.11], [30.9627,13.303,-1.33177])
max2022: #([-14.11,-13.303,-16.1472], [30.9627,13.303,28.9254]) -> The same scene, opened in 3ds max 2022
The Z values are different:
max2020 max2022
14.11 -16.1472
-1.33177 28.9254
When I use:
(nodeGetBoundingBox selection[1] selection[1].transform)[1] * selection[1].transform
the results are:
max2020: [-14.11,-13.303,14.11] -> match the nodeLocalBoundingBox value
max2022: [-14.11,-13.303,14.11] -> does not match the nodeLocalBoundingBox value(Z component)
(nodeGetBoundingBox selection[1] selection[1].transform)[2] * selection[1].transform
the results are:
max2020: [30.9627,13.303,-1.33176] -> match the nodeLocalBoundingBox value
max2022: [30.9627,13.303,-1.33176] -> does not match the nodeLocalBoundingBox value in max2022, but does match the nodeLocalBoundingBox in max2020.
This difference between nax2020 and max2022 when nodeLocalBoundingBox is used is a bug or a feature?
Solved! Go to Solution.