Revision: 48426
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48426
Author:   jwilkins
Date:     2012-06-30 05:35:40 +0000 (Sat, 30 Jun 2012)
Log Message:
-----------
Reverting part of r48424 that was not meant to be a permanent change.

Revision Links:
--------------
    
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48424

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/makesrna/intern/rna_modifier.c

Modified: 
branches/soc-2012-swiss_cheese/source/blender/makesrna/intern/rna_modifier.c
===================================================================
--- 
branches/soc-2012-swiss_cheese/source/blender/makesrna/intern/rna_modifier.c    
    2012-06-30 04:34:34 UTC (rev 48425)
+++ 
branches/soc-2012-swiss_cheese/source/blender/makesrna/intern/rna_modifier.c    
    2012-06-30 05:35:40 UTC (rev 48426)
@@ -797,11 +797,6 @@
        RNA_def_property_boolean_sdna(prop, NULL, "flags", 
eSubsurfModifierFlag_SubsurfUv);
        RNA_def_property_ui_text(prop, "Subdivide UVs", "Use subsurf to 
subdivide UVs");
        RNA_def_property_update(prop, 0, "rna_Modifier_update");
-
-       prop = RNA_def_property(srna, "show_faded_edge_levels", PROP_BOOLEAN, 
PROP_NONE);
-       RNA_def_property_boolean_sdna(prop, NULL, "flags", 
eSubsurfModifierFlag_DebugIncr);
-       RNA_def_property_ui_text(prop, "Show Faded Edge Levels", "Show higher 
levels of subdivisions in lighter colors.");
-       RNA_def_property_update(prop, 0, "rna_Modifier_update");
 }
 
 static void rna_def_modifier_generic_map_info(StructRNA *srna)

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

Reply via email to