Blender Git Loki
Git Commits -> Revision 4256ad7
Revision 4256ad7 by Nicholas Bishop (master) January 20, 2013, 00:19 (GMT) |
Update object bounding box during sculpt Fixes the sculpt object being incorrectly clipped during drawing due to an out-of-date bounding box making it seem that the object had gone outside the view. Added a BKE_pbvh function to get the top-level bounding box. In sculpt_flush_update(), where the PBVH bounds are updated, the result is copied to the object's bounding box. Fixes bug [#33790] projects.blender.org/tracker/?func=detail&aid=33790&group_id=9&atid=498 |
Commit Details:
Full Hash: 4256ad75666a119bdcea3726c3d524ff92870ae0
SVN Revision: 53914
Parent Commit: 3839875
Lines Changed: +32, -0