blender/release/scripts/modules
Campbell Barton ce49719a0c use the SUM driver type to avoid adding all values on each bone.
also avoids hitting the 255 string limit if you want to add 100's of values. eg.
>>> b05/max(0.001, [globals().update({"LOCALS":locals(), "ADD":float.__add__, "reduce":__import__("functools").reduce}), 0.0][1], max((, [LOCALS["b%.2d" % (i+1)] for i in range(5)])))

Since this more simple expression reaches the limit fairly quick...
>>> b05/max(0.001,b01+b02+b03+b04+b05)
2009-12-07 20:49:12 +00:00
..
bpy pep8 edits and fix some warnings 2009-12-05 22:03:07 +00:00
console - string copy without .py wasnt terminating the string 2009-12-07 14:09:53 +00:00
rigify use the SUM driver type to avoid adding all values on each bone. 2009-12-07 20:49:12 +00:00
bpy_types.py - bone.basename now only gets the name before the first '.', since names like finger.01.L are common 2009-12-07 17:21:30 +00:00
dynamic_menu.py pep8 edits and fix some warnings 2009-12-05 22:03:07 +00:00
graphviz_export.py pep8 edits and fix some warnings 2009-12-05 22:03:07 +00:00
retopo.py pep8 edits and fix some warnings 2009-12-05 22:03:07 +00:00
rna_prop_ui.py rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted into a PyObject 2009-12-07 00:16:57 +00:00