[Bf-blender-cvs] [60c643d] master: error in last commit

Campbell Barton noreply at git.blender.org
Sun Feb 1 19:02:21 CET 2015


Commit: 60c643d66af32089b3f8330215b31a9dd4bc3a6d
Author: Campbell Barton
Date:   Mon Feb 2 05:01:48 2015 +1100
Branches: master
https://developer.blender.org/rB60c643d66af32089b3f8330215b31a9dd4bc3a6d

error in last commit

===================================================================

M	source/blender/makesrna/intern/rna_userdef.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index df6589a..3f592d9 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -3869,7 +3869,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
 	RNA_def_property_update(prop, 0, "rna_userdef_virtual_pixel_update");
 
 	prop = RNA_def_property(srna, "pixel_size", PROP_FLOAT, PROP_NONE);
-	RNA_def_property_flag(prop, PROP_EDITABLE);
+	RNA_def_property_clear_flag(prop, PROP_EDITABLE);
 	RNA_def_property_float_sdna(prop, NULL, "pixelsize");
 	RNA_def_property_ui_text(prop, "Pixel Size", "");




More information about the Bf-blender-cvs mailing list