Blender Git Loki

Git Commits -> Revision 706ccc0

Revision 706ccc0 by Rob Haarsma (master)
April 28, 2003, 02:15 (GMT)
Added Quicktime support for OSX and Windows.

This code allows you to load Quicktime images and movies as textures
and render animations to Quicktime movies.
Note that the selected output codec is *not* saved in the blendfile.

To enable Quicktime functionality you need the SDK from Apple:
OSX: ftp://ftp.apple.com/developer/Development_Kits/QT6SDK_Mac.hqx
Win: ftp://ftp.apple.com/developer/Development_Kits/QT6SDK_Win.hqx
Add the QTDevWinCIncludes and QTDevWinLibraries directories
from this SDK to your build environment.

Enable the WITH_QUICKTIME compile flag in the following directories:
bfblendersourceblenderimbuf
bfblendersourceblendersrc
bfblendersourceblenderrender
bfblendersourcecreator

Commit Details:

Full Hash: 706ccc040159356056d423c54a920cfcd1681ebf
SVN Revision: 614
Parent Commit: 1ab53ee
Lines Changed: +2993, -668

7 Added Paths:

/source/blender/imbuf/intern/anim5.c (+532, -0) (View)
/source/blender/imbuf/intern/IMB_anim.h (+182, -0) (View)
/source/blender/imbuf/intern/IMB_anim5.h (+20, -0) (View)
/source/blender/quicktime/apple/quicktime_export.c (+758, -0) (View)
/source/blender/quicktime/apple/quicktime_import.c (+652, -0) (View)
/source/blender/quicktime/quicktime_export.h (+54, -0) (View)
/source/blender/quicktime/quicktime_import.h (+95, -0) (View)

18 Modified Paths:

/source/blender/blenkernel/BKE_global.h (+4, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+30, -4) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+9, -0) (Diff)
/source/blender/imbuf/intern/anim.c (+52, -599) (Diff)
/source/blender/imbuf/intern/readimage.c (+43, -10) (Diff)
/source/blender/imbuf/intern/util.c (+184, -6) (Diff)
/source/blender/include/BIF_writeavicodec.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+18, -3) (Diff)
/source/blender/render/intern/source/initrender.c (+14, -0) (Diff)
/source/blender/src/buttons.c (+160, -27) (Diff)
/source/blender/src/drawimasel.c (+7, -1) (Diff)
/source/blender/src/filesel.c (+83, -15) (Diff)
/source/blender/src/playanim.c (+35, -0) (Diff)
/source/blender/src/usiblender.c (+22, -0) (Diff)
/source/blender/src/writeavicodec.c (+1, -1) (Diff)
/source/creator/creator.c (+35, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021