Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-08-23 09:36:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-23 09:36:21 +0400
commitf956e94d131c55625a03569a7bb19d36d4aac9d3 (patch)
tree307e1f3aff79f65cc8893a701b0e57c5e7159604 /source/blender/editors/object/object_add.c
parent51c0e9b87c971e443d526eaeb4c35af0660e90c8 (diff)
collection attributes can now be resolved with by rna
this now works... bpy.context.scene.path_resolve("objects.active.location") Also added an option to coerce the property into a native pytype.
Diffstat (limited to 'source/blender/editors/object/object_add.c')
-rw-r--r--source/blender/editors/object/object_add.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index d3debc84bdd..a847296e509 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -501,7 +501,6 @@ static EnumPropertyItem prop_metaball_types[]= {
static int object_metaball_add_exec(bContext *C, wmOperator *op)
{
Object *obedit= CTX_data_edit_object(C);
- MetaBall *mball;
MetaElem *elem;
int newob= 0;
int enter_editmode;