blender/release/scripts
Andrea Weikert c16acaff8b Sequencer fix: Transform Strip wouldn't work with default_fader
* added default_fader to transform strip, since it used the old fac too.
* removed ANIMATEABLE attribute from the settings in the transform strip, since they are animated via the effect_fader and not directly for now. (too confusing)
* UI: only show default_fader for the effect strips that support it

Sequencer Durian feature: uniform scale for Sequence transform strip.
* for now re-using variable for x-axis scaling.

Note: This brings back functionality as close to 2.49 as possible. The Start and End values in the current design are not meant to be animated directly, but via the effect_fader.
2009-12-09 20:03:08 +00:00
..
io remove nasty hack which made StructRNA class instaces have no __dict__, 2009-12-05 23:41:45 +00:00
modules if bone type root is defined, all new parentless bones become children of it 2009-12-09 15:13:03 +00:00
op use sets rather then tuples for enum/flags so you can use bitfield operators 2009-12-07 02:20:55 +00:00
presets Two files missing in case conversion in r24816. 2009-11-23 17:27:00 +00:00
templates rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted into a PyObject 2009-12-07 00:16:57 +00:00
ui Sequencer fix: Transform Strip wouldn't work with default_fader 2009-12-09 20:03:08 +00:00