Blender Git Loki
Git Commits -> Revision 69a4694
Revision 69a4694 by Campbell Barton (master) March 5, 2007, 15:26 (GMT) |
adding experemental sequencer module, This may change or be removed before next release. scene.sequence - This is an iterator that loops over strips, metastrips are intern iterable. currently has support for dealing with scene strips and metastrips, generic strip options and moving strips about. |
Commit Details:
Full Hash: 69a46946e10eb5f688b13f4dbf7a807fa7aa4eb6
SVN Revision: 10203
Parent Commit: aa33c4f
Lines Changed: +1235, -0
2 Added Paths:
/source/blender/python/api2_2x/sceneSequence.c (+1132, -0) (View)
/source/blender/python/api2_2x/sceneSequence.h (+85, -0) (View)
/source/blender/python/api2_2x/sceneSequence.h (+85, -0) (View)
1 Modified Path:
/source/blender/python/api2_2x/Scene.c (+18, -0) (Diff)