Blender Git Loki
Git Commits -> Revision 1ebf257
Revision 1ebf257 by Juho Vepsalainen (master) December 1, 2008, 19:02 (GMT) |
RNA: Curves and VFont Implemented RNA wrappers for curves and VFont. Only issue I could not yet solve is related to struct CharInfo curinfo; . This particular line proved to be hard to wrap and I therefore marked it as a TODO should someone want to fix this issue. I also cleaned up makesrna.c a bit by unifying brush/meta parts under one call just the way it is done in the case of other wrappers. |
Commit Details:
Full Hash: 1ebf257bf4df7866dfd75c5e35e8cf14efa73bc8
SVN Revision: 17666
Parent Commit: 6a73a27
Lines Changed: +440, -11
2 Added Paths:
/source/blender/makesrna/intern/rna_curve.c (+358, -0) (View)
/source/blender/makesrna/intern/rna_vfont.c (+52, -0) (View)
/source/blender/makesrna/intern/rna_vfont.c (+52, -0) (View)
6 Modified Paths:
/source/blender/makesrna/intern/makesrna.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -2) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_meta.c (+9, -3) (Diff)
/source/blender/makesrna/RNA_access.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -2) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_meta.c (+9, -3) (Diff)
/source/blender/makesrna/RNA_access.h (+4, -0) (Diff)