Blender Git Loki
Git Commits -> Revision 6d9366b
Revision 6d9366b by Sergey Sharybin (master) July 2, 2013, 19:22 (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. |
Commit Details:
Full Hash: 6d9366b0a77c903b8d2be66c18b601417180cfc4
SVN Revision: 57939
Parent Commit: e607825
Lines Changed: +4, -6
1 Modified Path:
/source/blender/editors/space_view3d/drawobject.c (+4, -6) (Diff)