Blender Git Loki
Git Commits -> Revision 23a77e7
Revision 23a77e7 by Andrea Weikert (master) December 1, 2008, 21:23 (GMT) |
RNA * DNA_packedFile_types: added rna definitions for packed files * also experimentally filled in correct struct 'PackedFile' in image rna for testing. * updated MSVC projectfiles (also for rna_curve.c and rna_vfont.c) Note: I removed PackedFile->flags, I did grep through source and a complete recompile of blender trunk svn without them too, so they obviously aren't needed anymore. A bit of cleaning up :) |
Commit Details:
Full Hash: 23a77e76885d6833edc3bd69619f17174c23b8ee
SVN Revision: 17670
Parent Commit: 31ffe5b
Lines Changed: +72, -3
1 Added Path:
/source/blender/makesrna/intern/rna_packedfile.c (+51, -0) (View)
6 Modified Paths:
/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj (+12, -0) (Diff)
/source/blender/makesdna/DNA_packedFile_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/makesrna.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_image.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+2, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_packedFile_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/makesrna.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_image.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+2, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)