Skip to content
Snippets Groups Projects
Commit f6c323aa authored by Campbell Barton's avatar Campbell Barton
Browse files

- 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)
parent 1be4eda5
No related branches found
No related tags found
No related merge requests found
Showing
with 58 additions and 60 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment