blender/release/scripts/op
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
..
add_armature_human.py rna rename Bone and Text changes 2010-08-18 07:45:32 +00:00
add_mesh_torus.py rna naming: verts -> vertices 2010-08-18 03:42:26 +00:00
animsys_update.py - bugfix [#23407] vertex painting on a mesh with no face segfaults 2010-08-22 06:31:26 +00:00
console_python.py small edits to text editor from writing a python editor extension. 2010-08-11 05:21:43 +00:00
console_shell.py small edits to text editor from writing a python editor extension. 2010-08-11 05:21:43 +00:00
fcurve_euler_filter.py more rna renaming. 2010-08-18 08:26:18 +00:00
image.py rna renaming, still only adjusting properties that wont be animated (at least its very unlikely). 2010-08-18 07:14:10 +00:00
mesh.py rna naming: verts -> vertices 2010-08-18 03:42:26 +00:00
nla.py apply all rna naming changes for rna_space.c 2010-08-17 07:49:53 +00:00
object_align.py poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases. 2010-08-09 01:37:09 +00:00
object_randomize_transform.py RNA Types metaclass registration 2010-08-02 02:55:12 +00:00
object.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
presets.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
screen_play_rendered_anim.py rna renaming for Render* structs 2010-08-18 04:10:23 +00:00
sequencer.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
uv.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
uvcalc_follow_active.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
uvcalc_smart_project.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
vertexpaint_dirt.py rna naming: verts -> vertices 2010-08-18 03:42:26 +00:00
wm.py bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00