Revision 07fdcb1 by Tamito Kajiyama February 21, 2010, 21:47 (GMT) |
Merged changes in the trunk up to revision 27063. |
Revision 062d215 by Elia Sarti February 21, 2010, 20:27 (GMT) |
Fix #21214 Changing frame range on render panel doesn't update on timeline... Was missing notifier Also made a description slightly more consistent |
Revision 3307d6d by Campbell Barton February 21, 2010, 19:54 (GMT) |
building without jack was broken |
Revision af835c5 by Campbell Barton February 21, 2010, 19:33 (GMT) |
correction pointed out by Moguri, logic button was accepting Text instead of actions. |
Revision 38ef2df by Joerg Mueller February 21, 2010, 18:01 (GMT) |
2.5 Audio: * Jack Transport support! * Minor sequencer audio corrections. |
Revision ee12a53 by Campbell Barton February 21, 2010, 16:43 (GMT) |
scale int number button sensitivity by the min/max range. |
Revision d85191b by Campbell Barton February 21, 2010, 16:20 (GMT) |
modal operator python template |
Revision eb0bf10 by Martin Poirier February 21, 2010, 15:54 (GMT) |
[#21269] Alt E extrude options don't appear without Tool Shelf visible Vertex selection count wasn't properly updated after extrude. |
Revision 6589038 by Campbell Barton February 21, 2010, 14:48 (GMT) |
python rna api now clamps values, (was fun to see the spot_size go backwards) Vector callbacks still missing clamp checks |
Revision d474fae by Peter Schlaile February 21, 2010, 14:19 (GMT) |
== Sequencer == Made aspect ratio work again in sequencer preview |
Revision 438b93d by Martin Poirier February 21, 2010, 14:13 (GMT) |
[#21265] Rotate behaves wrong with constraints With new axis var for rotate, it wasn't reset properly when constraints are turned off. |
Revision 0cc59b9 by Campbell Barton February 21, 2010, 14:05 (GMT) |
generic modal operator to make adjusting almost any rna property with the mouse possible with a few lines. Example which is similar to interactive lamp adjusting in 2.4x ... wm.context_modal_mouse(path_iter="selected_editable_objects", path_item="data.spot_size") Added lamp Wkey menu back. |
Revision 1bb37bc by Campbell Barton February 21, 2010, 12:15 (GMT) |
py api: bpy.props new properties without any arguments were failing. |
Revision 4cd088c by Campbell Barton February 21, 2010, 11:56 (GMT) |
modal python operator support. |
Revision ddc0c68 by Joshua Leung February 21, 2010, 11:42 (GMT) |
Bugfix #21234: Autokey "insert only available" userpref inserts keys for all bones in an armature -- Bugfix: When autokey is enabled, notifiers to refresh the animation editors *after* transforms finished for objects were missing. While I understand the need to limit these to not doing this during transform, after transform, this lead to lag/inconsistent UI problems. -- * Added 'Damped Track' Option to 'Make Track' Operator * Improved the code of the 'Clear Track' operator to include other types of tracking constraint too |
Revision 02b2c2f by Campbell Barton February 21, 2010, 11:07 (GMT) |
bugfix [#21258] Select > Mirror causes segmentation fault. |
Revision f3b9ea0 by Joshua Leung February 21, 2010, 11:05 (GMT) |
Bugfix #21245: "Track to" (Ctrl + T) operator was missing notifier updates Bugfix #21255: Clear track operator did not remove TrackTo constraints too. This could still be made to do Locked Track and other tracking constraints later too, but for now this will do. |
Revision e3dba7d by Campbell Barton February 21, 2010, 10:56 (GMT) |
remove pep8 warnings |
Revision dd04e25 by Campbell Barton February 21, 2010, 10:30 (GMT) |
improved euler conversion, make sure new eulers are always compatible with the previous ones, means it doesnt result in bad interpolation. |
Revision 5dd8d10 by Campbell Barton February 21, 2010, 09:43 (GMT) |
[#20116] calculation problem in bvh_importer.py from Martin K (martinbk) |
|