Revision 5c5ec6f by Campbell Barton December 10, 2009, 14:32 (GMT) |
fix for some errors and local root bone override |
Revision acadb8c by Brecht Van Lommel December 10, 2009, 14:26 (GMT) |
Sculpt Branch: Revised external multires file saving. Now it is more manual in that you have to specify where to save it, like an image file, but still saved at the same time as the .blend. It would ideally be automatic, but this is difficult to implement, so for now this should at least be more reliable. |
Revision aaa1818 by Campbell Barton December 10, 2009, 13:45 (GMT) |
missed editing the sample rigs, Cessen likes palm_curl.py better |
Revision e93c0e4 by Campbell Barton December 10, 2009, 13:34 (GMT) |
renaming metarig types since we may well have multiple arm/finger/leg types |
Revision b259efe by Campbell Barton December 10, 2009, 13:20 (GMT) |
UI limits for the envalope frame were too small |
Revision 6e6e675 by Campbell Barton December 10, 2009, 12:58 (GMT) |
move generic functions out of rigify's __init__.py into rigify_utils.py since rigify its self does not use them, only some of the metarig types. |
Revision f26e188 by Campbell Barton December 10, 2009, 11:56 (GMT) |
- rigify context changes & example for delta - sequencer transform had 0.0 for rotation minimum - missed icon rename in last commit |
Revision 901962c by Campbell Barton December 10, 2009, 11:20 (GMT) |
return value was included in the list of optional args for function-rna error message |
Revision 11ca70b by Brecht Van Lommel December 10, 2009, 11:08 (GMT) |
Update Handling: moved wm_data_handle_update from windowmanager to scene_update_tagged in blenkernel, code fits better there. |
Revision 6b7544b by Joshua Leung December 10, 2009, 10:40 (GMT) |
Durian Request: Default F-Curve Auto-Colour Modes Added option to KeyingSets+Keyframing Functions which makes newly added F-Curves for Transforms + Colours to use the colour mode which uses the array index to determine the colour of the F-Curve. The main implication of this is that when this option is enabled for a KeyingSet, all sets of XYZ F-Curves (i.e. location, rotation, scale) for transforms will be shown in Red/Green/Blue instead of some automatically determined "rainbow" colour. Useful for animators far too used to Maya's Graph Editor :P This setting is named, "XYZ to RGB", though that doesn't make its purpose entirely clear. |
Revision 9358af0 by Campbell Barton December 10, 2009, 10:36 (GMT) |
rename operators TFM_OT_* --> TRANSFORM_OT_* |
Revision b5740b0 by Campbell Barton December 10, 2009, 10:23 (GMT) |
remove ICON prefix from the enum, for python this is redundant eg. layout.prop("setting", icon='ICON_BLAH_BLAH') Also reverted previous commit, the cursor subtype just needed to be added to the switch statement. |
December 10, 2009, 09:58 (GMT) |
Notifier related fixes: [#20319] 3D View - need 3D cursor notifier [#20321] Views not receiving the NC_ID notifier |
Revision 7fcb5d3 by Campbell Barton December 10, 2009, 09:38 (GMT) |
values that had units set would not be coerced into Mathutils types by the python api. eg. scene.cursor_location wasnt a vector |
December 10, 2009, 09:25 (GMT) |
Fix for [#19776] Header bar problem in 2.5 Prevents dragging region edges outside area boundaries or into other regions. |
Revision 900165b by Campbell Barton December 10, 2009, 08:54 (GMT) |
raise an error when adding/removing editbones when the armature is not in editmode (without this blender crashes) |
December 10, 2009, 05:05 (GMT) |
Attempted fix for [#19810] Crash when flipping header with F5 |
December 10, 2009, 03:07 (GMT) |
Fix for [#20153] Scale region size from search crashes Blender 2.5 24999 |
December 10, 2009, 02:43 (GMT) |
Fix for [#20140] Double Properties Panel on 3dview from 2.4x fles |
December 10, 2009, 01:30 (GMT) |
Fix for 'Copy materials to selected' button freezing when using linked geometry |
|