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", "");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to