From c67952a4757c2ec0c29de3f0cd4e8ca445f3ce1b Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 2 Feb 2009 11:51:10 +0000 Subject: Animato RNA wrapping: It's about time that the RNA wrapping for various parts of the animation system were cleaned up for my recent changes. I've moved some code around (and/or deleted a file or two) in the process. --- source/blender/makesrna/intern/rna_lattice.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_lattice.c') diff --git a/source/blender/makesrna/intern/rna_lattice.c b/source/blender/makesrna/intern/rna_lattice.c index 5fb4d37c5d4..37414abef88 100644 --- a/source/blender/makesrna/intern/rna_lattice.c +++ b/source/blender/makesrna/intern/rna_lattice.c @@ -158,8 +158,6 @@ static void rna_def_lattice(BlenderRNA *brna) RNA_def_property_boolean_sdna(prop, NULL, "flag", LT_OUTSIDE); RNA_def_property_ui_text(prop, "Outside", "Only draw, and take into account, the outer vertices."); - rna_def_ipo_common(srna); - prop= RNA_def_property(srna, "shape_keys", PROP_POINTER, PROP_NONE); RNA_def_property_pointer_sdna(prop, NULL, "key"); RNA_def_property_ui_text(prop, "Shape Keys", ""); -- cgit v1.2.3