Blender Git Commit Log
Git Commits -> Revision 03a9740
Revision 03a9740 by Damien Plisson (master) December 2, 2009, 11:23 (GMT) |
Quicktime : make dna codecType data store the quicktime codecType value instead of a proxy value Quicktime codecType data is a 32 bit value (4 chars coded). Implemented RNA set/get functions for codecType enum to cope with RNA enum values 24bit precision limitation Implemented dynamic codecType enum list creation Carbon quicktime now stores codec settings in "clear" in the QuicktimeCodecSettings dna struct (in addition to the closed atom container in QuicktimeCodecData) to be compatible with the QTKit version +fixed some warnings |
Commit Details:
Full Hash: 03a9740c16861511fec9908fa0afe4d42620773d
SVN Revision: 25069
Parent Commit: 8c5d021
Lines Changed: +341, -95
5 Modified Paths:
/source/blender/makesrna/intern/rna_scene.c (+47, -13) (Diff)
/source/blender/quicktime/apple/qtkit_export.m (+62, -33) (Diff)
/source/blender/quicktime/apple/qtkit_import.m (+3, -2) (Diff)
/source/blender/quicktime/apple/quicktime_export.c (+133, -34) (Diff)
/source/blender/quicktime/quicktime_export.h (+96, -13) (Diff)
/source/blender/quicktime/apple/qtkit_export.m (+62, -33) (Diff)
/source/blender/quicktime/apple/qtkit_import.m (+3, -2) (Diff)
/source/blender/quicktime/apple/quicktime_export.c (+133, -34) (Diff)
/source/blender/quicktime/quicktime_export.h (+96, -13) (Diff)