Rotate around bounding box center poorly documented #70041

Closed
opened 2019-09-18 22:49:21 +02:00 by Paul Melis · 7 comments

See here, issues I find with the description:

  • The bounding box seems not to play any role in the pivot determination. This might be a blender bug or I might be misunderstanding the functionality. See the attached bbox.blend file, which contains a cube which has its origin shifted to one of the corners. The bbox of the cube is still the whole cube, but when the pivot is set to bbox center the rotation is around the corner, not the center. Perhaps it's the bounding box of object centers that is used (when multiple objects are selected), that is not completely clear to me as the text under In object mode reads "More precisely, the centers of objects are taken into account." But if that's the case then showing bounding boxes of individual objects, as in the top figure, makes no sense.
  • It lists the hot key as comma, but it's period

This is with 2.81.12 (git 3e230cecf0c5) on Arch Linux.

bbox.blend

See [here](https://docs.blender.org/manual/en/latest/scene_layout/object/editing/transform/control/pivot_point/bounding_box_center.html#bounding-box-center), issues I find with the description: - The bounding box seems not to play any role in the pivot determination. This might be a blender bug or I might be misunderstanding the functionality. See the attached bbox.blend file, which contains a cube which has its origin shifted to one of the corners. The bbox of the cube is still the whole cube, but when the pivot is set to bbox center the rotation is around the corner, not the center. Perhaps it's the bounding box of object centers that is used (when multiple objects are selected), that is not completely clear to me as the text under [In object mode](https://docs.blender.org/manual/en/latest/scene_layout/object/editing/transform/control/pivot_point/bounding_box_center.html#in-object-mode) reads "More precisely, the centers of objects are taken into account." But if that's the case then showing bounding boxes of individual objects, as in the top figure, makes no sense. - It lists the hot key as comma, but it's period This is with 2.81.12 (git 3e230cecf0c5) on Arch Linux. [bbox.blend](https://archive.blender.org/developer/F7756867/bbox.blend)
Author

Added subscriber: @PaulMelis

Added subscriber: @PaulMelis

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Campbell Barton self-assigned this 2019-09-19 01:07:14 +02:00

While this could work differently this is working as intended.

The bound-box calculation runs on all points being rotated, not on an object level.

While this could work differently this is working as intended. The bound-box calculation runs on all points being rotated, not on an object level.
Author

Right, so in object mode and edit mode the behaviour is different (bbox of object centers, versus bbox of selected vertices/edges/faces). So I still think the first picture on that page ("Relationship between an Object and its Bounding Box") is putting readers on the wrong foot. No bbox of the object is ever used, so why show it as such? If it is to explain the concept of a bounding box then showing the bbox of objects centers would make more sense.

Plus, the mentioned hotkey is wrong, but that appears to be the case for all pivot point chapters?

Right, so in object mode and edit mode the behaviour is different (bbox of object centers, versus bbox of selected vertices/edges/faces). So I still think the first picture on that page ("Relationship between an Object and its Bounding Box") is putting readers on the wrong foot. No bbox of the object is ever used, so why show it as such? If it is to explain the concept of a bounding box then showing the bbox of objects centers would make more sense. Plus, the mentioned hotkey is wrong, but that appears to be the case for all pivot point chapters?

Added subscriber: @capnm

Added subscriber: @capnm

No bbox of the object is ever used, so why show it as such?

Take it as brain training for the new fake-news world. Once you get what it really does, you can simply ignore what it says :-)

> No bbox of the object is ever used, so why show it as such? Take it as brain training for the new fake-news world. Once you get what it really does, you can simply ignore what it says :-)
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#70041
No description provided.