blender/release/scripts/presets
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
..
cloth import bpy needed for presets now 2010-07-08 16:10:14 +00:00
ffmpeg import bpy needed for presets now 2010-07-08 16:10:14 +00:00
interaction - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
render import bpy needed for presets now 2010-07-08 16:10:14 +00:00
sss import bpy needed for presets now 2010-07-08 16:10:14 +00:00
sunsky import bpy needed for presets now 2010-07-08 16:10:14 +00:00