blender/release/scripts
Campbell Barton f6c323aa42 - move more active properties into their collections:
scene.active_keying_set --> scene.keying_sets.active
  ...same for active_uv_texture. active_vertex_color, active_keyconfig, 

- move mesh.add_uv_layer() and mesh.add_vertex_color() into their collections
  also have them return the newly created layer and dont set the layer active.

  uvtex = mesh.uv_layers.new(name)
  vcol = mesh.vertex_colors.new(name)
2010-08-23 22:16:45 +00:00
..
io - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
keyingsets rna renaming, still only adjusting properties that wont be animated (at least its very unlikely). 2010-08-18 07:14:10 +00:00
modules rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
op - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
presets - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
templates - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
ui - move more active properties into their collections: 2010-08-23 22:16:45 +00:00