Blender Git Loki
Git Commits -> Revision b4ef0c7
Revision b4ef0c7 by Campbell Barton (master) September 22, 2009, 17:50 (GMT) |
minor fixes for merge of soc-2009-kazanbas, rev23422 - Use CTX_data_main(C) over G.main - no need to define object_type_items inline. - rna_mesh.c - dynamic length array was commented out, not sure why this was needed. Povray and PLY scripts rely on faces having 3/4 verts rather then checking the 4th index is 0 (ok in C, not nice in py). |
Commit Details:
Full Hash: b4ef0c7d8d9b4197d209193743e76099cf042ec7
SVN Revision: 23423
Parent Commit: abb4982
Lines Changed: +7, -19