Blender Git Loki
Git Commits -> Revision b843beb
Revision b843beb by Sergey Sharybin (master) June 20, 2013, 11:00 (GMT) |
Fix crash in when dding subsurf modifier to curves Issue was caused by svn rev57566 which didn't take into account the fact that curves could have dm of type CCGDM and in this case CDDM_calc_normals_mapping_ex would fail dramatically. Added a check around normals update call bout whether DM is CDDM or not. The same happens in mesh's modifier stack. |
Commit Details:
Full Hash: b843bebb15a5d626e3367823f5071fff8518fcaf
SVN Revision: 57601
Parent Commit: e5944d2
Lines Changed: +3, -1
1 Modified Path:
/source/blender/blenkernel/intern/displist.c (+3, -1) (Diff)