blender/release/scripts
Joshua Leung 0445454f1e Fix T38077: Scaling bones in EditMode drawn using envelope display mode scales joint radii instead
When trying to scale bones in EditMode and the bones were drawn using envelope display mode,
this resulted in the joint radii (i.e. the inner part of envelopes) being adjusted instead.
It turns out that this was due to an old hack that was put in place back in 2.4x (see the
tracker logs for full details of the problem here).

This commit introduces the following fixes:
1) Removed the old hack. Scaling (S) works normally now.
2) Ctrl-Alt-S (i.e. "Scale Envelopes/BBones") is as-is.
   That is, it is used to adjust the size falloff-region around a bone
   (i.e. the "dist" property)
3) Added Alt-S hotkey in EditMode for armatures for adjusting the radii of bones.
   This change just means that the "TFM_BONE_ENVELOPE" mode is now able to be
   accessed from the UI as a tool on its own right (instead of being accessible
   via the old undocumented hack). This tool adjusts the radii of the bone joints,
   which define the actual full-influence region of the envelopes.
2014-01-10 00:48:43 +13:00
..
addons@c50944e808 Cycles Volume Render: work on nodes and closures. 2013-12-28 16:57:02 +01:00
addons_contrib@31545d25c9 Cycles Volume Render: work on nodes and closures. 2013-12-28 16:57:02 +01:00
freestyle/style_modules Removed unused Freestyle env_map images. 2013-12-06 08:20:34 +09:00
modules Fix T38044: Filter Key Binding shows Incorrect result 2014-01-07 19:27:44 +11:00
presets Cycles: Update Integrator Presets and Total Samples info for latest changes. 2014-01-07 15:55:32 +01:00
startup Fix T38077: Scaling bones in EditMode drawn using envelope display mode scales joint radii instead 2014-01-10 00:48:43 +13:00
templates_osl Code Cleanup: osl style 2014-01-06 13:58:33 +11:00
templates_py Fix T38008: Bug in templates operator_nodes.py 2014-01-01 12:02:43 +01:00