Blender Git Loki
Git Commits -> Revision b366813
Revision b366813 by Campbell Barton (master) February 25, 2012, 09:06 (GMT) |
bugfix * ntreeCompositExecTree accessed 'ntree' before NULL check. * BM_face_triangulate accessed 'f' before NULL check. also quiet warning in BKE_text_to_curve() and add a check for BMesh bridge loops so it knows quicker if it can copy loop data or not. |
Commit Details:
Full Hash: b366813e37088e96539bf1f9b76ec8b33cb5cd72
SVN Revision: 44423
Parent Commit: c955272
Lines Changed: +25, -17