blender/release/scripts/modules
Bastien Montagne c089150426 Fix T39806: Koro rig (Caminandes) wrong in master, worked in 270(a).
Edit existing animsys_refactor module to make able to execute more complex conversions
('to' can now be a callback, instead of a simple prop name), and add a new
Update Animated Transform Constraints operator that uses it to handle complex
conversion for this constraint (drived or animated properties).

Note this operator has to be called manually (from 'space' menu), will make this clear
in release notes.

Also, similar changes made in 2.70 are *not* addressed by this script (would rather wrote
new operators as/if need arise, but Transform constraint looks much more sensible that the others).

This op should not remain in more than two or three releases anyway, imho.
2014-04-28 13:26:01 +02:00
..
bl_i18n_utils Usual UI messages fixes... 2014-03-31 21:15:56 +02:00
bpy Code cleanup: style, unused import 2014-04-28 00:19:15 +10:00
bpy_extras Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
console pep8 cleanup 2013-06-27 03:05:19 +00:00
addon_utils.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
animsys_refactor.py Fix T39806: Koro rig (Caminandes) wrong in master, worked in 270(a). 2014-04-28 13:26:01 +02:00
blend_render_info.py Maintenance: Shebang lines fix for some python scripts 2013-11-18 20:41:22 +11:00
bpy_restrict_state.py style cleanup 2013-01-15 23:15:32 +00:00
bpy_types.py Fix typo in API documentation. 2014-03-23 12:31:08 +01:00
bpyml_ui.py Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:02:41 +00:00
bpyml.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
console_python.py disable auto indent when pasting text into the python console. 2013-05-24 01:04:37 +00:00
console_shell.py update console shell for changes in api 2013-12-29 00:51:51 +11:00
graphviz_export.py style cleanup 2012-06-19 22:17:19 +00:00
keyingsets_utils.py py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
nodeitems_utils.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
rna_info.py Code Cleanup: style, spelling and pep8 edits 2013-11-20 03:40:10 +11:00
rna_keymap_ui.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
rna_prop_ui.py Fix T38778: Properties from bpy.props could be edited as custom props 2014-02-25 17:01:46 +11:00
rna_xml.py fix for sequence size mismatch when loading themes, addition of alpha channel caused themes not to load. 2012-12-13 09:46:24 +00:00
sys_info.py Code cleanup: style 2014-02-13 08:52:12 +11:00