Blender Git Loki
Git Commits -> Revision 530deb7
Revision 530deb7 by Campbell Barton (master) August 29, 2009, 23:05 (GMT) |
Workarounds for 2 rna bugs. - mesh face properties that have no data are tested for length. - the rawtype of MFace.verts is not set, defaulting to CHAR, meaning only verts with 256 verts could be added from python. temp workaround by making PROP_RAW_INT the first in the enum. For some reason makesrna.c doesn't set the raw type MFace.verts at all. |
Commit Details:
Full Hash: 530deb73a988a2adfc8add73b842507b68254812
SVN Revision: 22873
Parent Commit: c6ccf5f
Lines Changed: +8, -5