blender/release/scripts
Campbell Barton 5f7045f7af - rna_info.py now outputs array length with types eg. float[16].
- corrected rna property name Controller.states -> state (pointed out by Dalai).
- rna_cleaner_merge script now only merges comment and new name.
2010-08-17 02:42:30 +00:00
..
io speedup and cleanup of OBJ exporter 2010-08-15 15:04:51 +00:00
keyingsets bugfix [#22311] BVH Import broken 2010-05-20 17:23:37 +00:00
modules - rna_info.py now outputs array length with types eg. float[16]. 2010-08-17 02:42:30 +00:00
op mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically. 2010-08-11 16:40:36 +00:00
presets bugfix [#22890] Setting the Maya keymap gives python errors 2010-07-17 14:34:52 +00:00
templates mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically. 2010-08-11 16:40:36 +00:00
ui - PyLineSpit() - used to print the filename and line number for internal errors now works when executing class functions in a module. 2010-08-14 05:33:20 +00:00