[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31496] branches/soc-2008-mxcurioni/source /blender/makesrna/intern/rna_scene.c: More RNA renaming according to the changes in trunk revision 31435.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Aug 21 09:48:25 CEST 2010


Revision: 31496
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31496
Author:   kjym3
Date:     2010-08-21 09:48:25 +0200 (Sat, 21 Aug 2010)

Log Message:
-----------
More RNA renaming according to the changes in trunk revision 31435.

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31435

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_scene.c

Modified: branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_scene.c	2010-08-21 07:15:11 UTC (rev 31495)
+++ branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_scene.c	2010-08-21 07:48:25 UTC (rev 31496)
@@ -2723,7 +2723,7 @@
 	RNA_def_property_ui_text(prop, "Edge Color", "");
 	RNA_def_property_update(prop, NC_SCENE|ND_RENDER_OPTIONS, NULL);
 	
-	prop= RNA_def_property(srna, "freestyle", PROP_BOOLEAN, PROP_NONE);
+	prop= RNA_def_property(srna, "use_freestyle", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "mode", R_EDGE_FRS);
 	RNA_def_property_ui_text(prop, "Edge", "Draw stylized strokes using Freestyle.");
 	RNA_def_property_update(prop, NC_SCENE|ND_RENDER_OPTIONS, NULL);





More information about the Bf-blender-cvs mailing list