Blender Git Loki
Git Commits -> Revision 2acf0a1
Revision 2acf0a1 by Sergey Sharybin (master) August 19, 2013, 09:07 (GMT) |
Always use ob->bb when drawing the curve types It used to be a check for ob->bb ? ob->bb : cu->bb but in fact it doesn't make sense and only makes code more crappy. Making displist for mballs and curves/surfaces/fonts already ensures object has walid bounding box. -- svn merge -r57938:57939 ^/branches/soc-2013-depsgraph_mt |
Commit Details:
Full Hash: 2acf0a13546ab0f12774174f18d373e163f0f19a
SVN Revision: 59263
Parent Commit: beffaa2
Lines Changed: +4, -6
1 Modified Path:
/source/blender/editors/space_view3d/drawobject.c (+4, -6) (Diff)