[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32903] trunk/blender/source/blender/ makesrna/intern/rna_space.c: committed by mistake

Campbell Barton ideasman42 at gmail.com
Sun Nov 7 04:45:57 CET 2010


Revision: 32903
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32903
Author:   campbellbarton
Date:     2010-11-07 04:45:55 +0100 (Sun, 07 Nov 2010)

Log Message:
-----------
committed by mistake

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_space.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_space.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_space.c	2010-11-06 22:37:29 UTC (rev 32902)
+++ trunk/blender/source/blender/makesrna/intern/rna_space.c	2010-11-07 03:45:55 UTC (rev 32903)
@@ -928,12 +928,6 @@
 	RNA_def_struct_sdna(srna, "BGpic");
 	RNA_def_struct_ui_text(srna, "Background Image", "Image and settings for display in the 3d View background");
 
-	prop= RNA_def_property(srna, "object", PROP_POINTER, PROP_NONE);
-	RNA_def_property_pointer_sdna(prop, NULL, "ob");
-	RNA_def_property_ui_text(prop, "Object", "Object for placement of the image in the scene");
-	RNA_def_property_flag(prop, PROP_EDITABLE);
-	RNA_def_property_update(prop, NC_SPACE|ND_SPACE_VIEW3D, NULL);
-
 	prop= RNA_def_property(srna, "image", PROP_POINTER, PROP_NONE);
 	RNA_def_property_pointer_sdna(prop, NULL, "ima");
 	RNA_def_property_ui_text(prop, "Image", "Image displayed and edited in this space");





More information about the Bf-blender-cvs mailing list