Revision 4e92b69 by Campbell Barton January 26, 2010, 10:14 (GMT) |
set the keymap to NULL if its not found so as not to use it un-initializes. |
January 26, 2010, 10:06 (GMT) |
Fix [#20827] c26276 RMB on "clear" command in console menu crashes blender |
Revision 9cbbeb2 by Campbell Barton January 26, 2010, 09:36 (GMT) |
modifier.c has all its vergex group index lookups inline, use get_named_vertexgroup_num() instead. no functional changes. |
Revision 0e1eca2 by Joshua Leung January 26, 2010, 09:25 (GMT) |
Finishing off the Transform code changes for Degrees/Radians: Added flags for the mapping function offering more control over what values were affected and when. In the WIP code, the values for unselected verts were getting the restoration conversion being repeatedly applied, resulting in the values tending to zero. |
Revision 3150e4e by Campbell Barton January 26, 2010, 08:41 (GMT) |
update tagged objects in the scene after calling each operator, this makes running a set of recorded operators work as expected. |
January 26, 2010, 05:58 (GMT) |
WIP commit - degree conversions for transform fcurve editing - grabbing a point works fine, but still issues with grabbing a single handle. Using the Radians unit setting still goes fine though so you can use that for now. |
Revision a1ea4ba by Martin Poirier January 26, 2010, 03:29 (GMT) |
[#20822] r26267 win32 - LMB cancels zoom in camera view Very interesting bug caused by an extra redraw. |
January 26, 2010, 03:23 (GMT) |
Fix compilation problem (I'm guessing this is the intention in this line) |
Revision 14d4fec by Joshua Leung January 26, 2010, 03:16 (GMT) |
Radians vs Degrees: The Second Attempt F-Curves now internally store radians again instead of degrees. - This solves problems with inconsistencies when working with drivers. - No need to version patch old files, potentially screwing them up. As such, removed the version patching for F-Curves. - Is better suited to optionally showing radians throughout the UI instead or degrees. As a result, values are now converted on the fly in the Graph Editor for display and operators that operate on values. I've made the conversion system for this rather general, so that other unit type conversions can also be hooked up with the type conversion backend. Also, made some tweaks to F-Curve RNA wrapping to make it represent the data better. TODO: - Transform code currently still needs to be corrected to work with these changes. Currently moving keyframes for rotation curves will make them change too rapidly vertically when using degrees. |
January 26, 2010, 02:49 (GMT) |
Fix [#20821] COLOR MANAGEMENT: Corrupts motion picture files Wasn't tagging movie formats with profiles properly. |
January 26, 2010, 01:02 (GMT) |
Fix [#20798] - Add/change/remove shortcut options dissapearing from buttons @ Tool Shelf Made the RMB menus for manipulating shortcuts a bit more robust (only dealing with mouse clicks/key events, rather than all tweaks/timers/etc) and added ability to add key shortcuts for transform tools from the RMB menu. |
January 26, 2010, 00:59 (GMT) |
Small fix: Always show the 'brush' button in texture panel, so it's possible to turn it off in object mode. |
Revision 56e5f2c by Campbell Barton January 25, 2010, 23:57 (GMT) |
remove line added previous commit, Cancel for view rotate button should be Confirm |
Revision 33623ba by Campbell Barton January 25, 2010, 23:12 (GMT) |
panel for adjusting the active vertex groups weights |
Revision 9cd3ab1 by Joshua Leung January 25, 2010, 23:11 (GMT) |
Bugfix #20817: Graph Editor, Drivers: Driving a Shapekey by a bone rotation: Unable to add modifiers Wrong filters were used for F-Curves for adding the modifiers. Now the Graph Editor curve visibility settings are only taken into account for this when the hotkey version (i.e. only_active == False) is used, which means that the button works again. |
Revision d693d67 by Martin Poirier January 25, 2010, 22:47 (GMT) |
Forgot to remove this case earlier. Thanks to Jonathan Smith for the reminder. |
Revision d440990 by Brecht Van Lommel January 25, 2010, 21:58 (GMT) |
Fix #20820: multires subdivide crash. |
Revision abd9a59 by Martin Poirier January 25, 2010, 21:10 (GMT) |
netrender: utility function to extract information from a blend file on disk. Used to get render resolution for jobs in the web interface (lazy init). |
Revision aa03d0b by Tamito Kajiyama January 25, 2010, 21:06 (GMT) |
Merged changes in the trunk up to revision 26260. |
Revision 4907e8d by Martin Poirier January 25, 2010, 19:42 (GMT) |
Remove unneeded notifier data added in revision 26219. Fix a lot of notifier calls to stop abusing ND_TRANSFORM and use more appropriate data flags. |
|