Revision 852a8b4 by Martin Poirier December 16, 2009, 16:45 (GMT) |
netrender: close server connections on break |
Revision b6d2d9f by Campbell Barton December 16, 2009, 16:35 (GMT) |
have sequence strip rna not depend on the current editing sequencer context (TODO- rename) |
Revision 3ea2d08 by Campbell Barton December 16, 2009, 13:27 (GMT) |
pep8 changes |
December 16, 2009, 10:13 (GMT) |
First version of updated key map editor UI (in User Preferences) Now the key maps are displayed in a hierarchical list which you can browse through. As well as in the main list, modal key maps are also available in context, for example, if you unfold out a Transform key map item, you'll be able to fold out and access its modal key map underneath. More work to do, including search, better operator browsing, etc. Still need to revise the ordering/hierarchy and clean up naming to be consistent too, it's a bit of an 'evolved' mess right now. Thanks to theeth for some initial work here too. |
Revision 0095b89 by Campbell Barton December 15, 2009, 23:35 (GMT) |
Solidify was faiing in cases with flat aras because normal calculation assumed some angle between faces. |
Revision b0abe98 by Campbell Barton December 15, 2009, 18:53 (GMT) |
- original bones in last layer - dont rename root bone - use Rigify exceptions |
Revision 8a6e9fc by Brecht Van Lommel December 15, 2009, 18:15 (GMT) |
Bugfix: weight paint combined with pose mode was not working correct in some cases, setting active vertex group to invalid value. |
Revision e677e7e by Martin Poirier December 15, 2009, 18:09 (GMT) |
netrender buttons to cancel and reset jobs in the web interface |
Revision fedea2e by Brecht Van Lommel December 15, 2009, 18:00 (GMT) |
Fix #20393: subsurfed objects only allow a single material. |
Revision 6ef7c3b by Andrea Weikert December 15, 2009, 17:53 (GMT) |
fix: adding missing new area type RGN_TYPE_PREVIEW to rna enum. |
Revision 66880f6 by William Reynish December 15, 2009, 14:22 (GMT) |
Slight reorganization of user preferences. I've switched out the clunky use of splits with percentages and used simple rows instead. |
Revision 8aa8efb by Campbell Barton December 15, 2009, 11:27 (GMT) |
* rna attributes for sequence strips - seq.start_frame_final & seq.end_frame_final these expose the final start and end after offsets are applied. when set this is like grabbing the handle and moving it. * made swapping strips shuffle effects and check for overlap. |
Revision 18b9385 by Joshua Leung December 15, 2009, 10:46 (GMT) |
Small Durian Request for animation editors: Assigned borderselect for animation channels to LMB-tweak too, so it is now possible to select a bunch of channels by simply click-dragging. |
Revision df8c1f5 by Campbell Barton December 15, 2009, 10:35 (GMT) |
animation system wasnt being updated when rendering with the sequencer |
Revision 2f80f81 by Campbell Barton December 15, 2009, 10:04 (GMT) |
* made seqence swap into 1 operator with left/right enum option * allow sequence swapping even when the strip has an effect * only recalc the effect when its needed |
Revision 7fc799d by Campbell Barton December 15, 2009, 09:39 (GMT) |
utility functions for getting the corner angles of a quad or tri: angle_quad_v3 & angle_tri_v3 |
Revision 55898c0 by Martin Poirier December 15, 2009, 03:25 (GMT) |
netrender: Add button to start Slaves and Master when in that mode (it's only calling render animation) |
Revision ec7a612 by Campbell Barton December 15, 2009, 01:03 (GMT) |
number button precission was far too low, description also bit. |
Revision ded4cbb by Campbell Barton December 15, 2009, 00:53 (GMT) |
solidify would only work as expecyed if all faces were selected, added an override to extrude that means it runs without removing selected faces first, even on a partial selection |
Revision 9fe37d9 by Campbell Barton December 15, 2009, 00:24 (GMT) |
improve solidify results by weighting the faces influence on a vertex by the corner angle of each face before displacing |
|