blender/release/scripts
Campbell Barton d0c54d3d0e use set as a suffix (matches operators)
- set_frame() --> frame_set()
 - set_context_pointer() --> context_pointer_set()

material adding works for curves and metaballs, new function to remove materials.

materials.link() didnt well fit how this is used elsewhere
 - order matters
 - it can be linked more than once.
 - remove(material), isnt that useful since you need to manage indicies.

... use list style functions instead. materials.append(mat) / materials.pop(index)
2010-09-03 07:25:37 +00:00
..
io/netrender finished moving importers and exporters into python packages (as proposed on the mailing list). 2010-09-01 12:11:34 +00:00
keyingsets Bugfix #23504: Axis-Angle Rotation keyframes were not being inserted correctly when using the 'Rotation' Keying Set 2010-08-27 04:43:47 +00:00
modules bugfix [#23635] property limits don't work when added via scripting\ 2010-09-02 14:43:22 +00:00
op use set as a suffix (matches operators) 2010-09-03 07:25:37 +00:00
presets rna context rename 2010-09-02 04:53:05 +00:00
templates rna context rename 2010-09-02 04:53:05 +00:00
ui use set as a suffix (matches operators) 2010-09-03 07:25:37 +00:00