Previously, one could only select a volume object in the outliner or by clicking on the object origin. This patch allows you to click on the actual volume.
Furthermore, the generated (invisible) mesh that is used for selection is also used to draw an outline for the volume object now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
This looks great, just minor comments.
| source/blender/blenkernel/intern/volume_render.cc | ||
|---|---|---|
| 193 | Keep comments. | |
| 210–211 | This code got removed, but as far as I can tell it's still needed? getCenter() and getCornerPoints() don't seem to do the required + 1. Also, include should be inclusive. | |
| 231 | Keep this comment. | |