blender/release/scripts/op
Campbell Barton 50bce31dbb rna api changes
- mesh.add_geometry(v, e, f)  --> mesh.vertices.add(tot), mesh.edges.add(tot), mesh.faces.add(tot)
- mesh.add_material(mat) --> mesh.materials.link(mat)

changed material.link so it always adds a material even if it exists in the list, this behavior is good for users but not scripts since it can mess up indicies (some formats may have the same material set twice).
2010-08-26 22:44:05 +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 api changes 2010-08-26 22:44:05 +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 rna api changes 2010-08-26 22:44:05 +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