blender_addon_dynamic_slideshow
blender_addon_dynamic_slideshow copied to clipboard
Inspired by CG Cookie Tutorial, Slideshow with animated cameras.
> Note Rather than using bpy.context.scene, we use the context.scene argument passed to execute(). > In most cases these will be the same however in some cases operators will be...
after #17 Change the lenght of all the effect strips. Without changing the length of the scene strip (also making the scene strip longer). It should be possible even if...
Add or subtract a certain amount of frames from the length (without the effect length). It should also be possible if there are sequences that are changed manually.
after the operation select the sequence showing the moved image, to be able to move the same image multipe times in one direction Depends on #12
- align - align offset (1.0) - shadeless
Allow multiple cameras which then are added randomly or cyclic. Issue relates to #10