Blender Git Loki
Git Commits -> Revision bd1c5d4
Revision bd1c5d4 by Campbell Barton (master) March 14, 2011, 01:37 (GMT) |
RNA API Rename 'create' was used as prefix and suffix, change dupli list functions to use as suffix, this matches obj.animation_data_create() & obj.animation_data_clear(). obj.create_dupli_list() --> obj.dupli_list_create() obj.free_dupli_list() --> obj.dupli_list_clear() Don't use 'create' for object to mesh function since other uses of this are for createing data which stays attached, instead use mathutils style naming convention. obj.create_mesh() --> obj.to_mesh() |
Commit Details:
Full Hash: bd1c5d48f23dbb7b7ed344bfa87863cca8247365
SVN Revision: 35527
Parent Commit: 9ec2dfe
Lines Changed: +6, -6