blender/release/scripts/startup
Campbell Barton 11a7a406fb DPAINT_OT_output_toggle operator was using an index option for what was really a toggle between 2 values, changed its index option to an enum.
if a value other than 1/0 was given it would use an uninitialized pointer too (compiler warning, review should pick up this stuff).

also renamed some RNA attrs:
 output_name --> output_name_a
 output_name2 --> output_name_b
 do_output1 --> use_output_a
 do_output2 --> use_output_b
 do_smudge --> use_smudge
 max_velocity --> velocity_max
2011-11-14 06:46:07 +00:00
..
bl_operators Camera tracking: interface cleanup and small buttons renaming 2011-11-14 06:41:42 +00:00
bl_ui DPAINT_OT_output_toggle operator was using an index option for what was really a toggle between 2 values, changed its index option to an enum. 2011-11-14 06:46:07 +00:00
keyingsets_builtins.py svn merge -r41171:41170 . --- fix coming next 2011-10-21 08:31:28 +00:00