blender/release/scripts
Peter Schlaile d8623da305 == Sequencer ==
This adds movieclip input support to the sequencer, thereby making
undistorted and stabilized footage available without a seperate render step.

Also: removes some old cruft code from the sequencer:

* new_tstripdata wasn't used anymore
* StripElems were allocated for SCENE strips on full length, wasting memory
  Added a comment, that hopefully makes things a little bit clearer:
  StripElems are *only* usefull for MOVIE + IMAGE strips for all other strip
  types one can set this pointer to NULL. (If that should cause otherwise
  problems, then the code that doesn't check for NULL is to blame!)
2012-03-21 18:02:29 +00:00
..
modules rename ngon tessellate function. 2012-03-21 08:35:50 +00:00
presets == Sequencer == 2012-03-21 18:02:29 +00:00
startup == Sequencer == 2012-03-21 18:02:29 +00:00
templates bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh rather than functions in the module. 2012-03-11 02:45:27 +00:00