[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20335] branches/blender2.5/blender/source /blender/makesrna/intern/rna_modifier.c: 2.5 RNA:

Thomas Dinges dingto at gmx.de
Fri May 22 09:02:09 CEST 2009


Revision: 20335
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20335
Author:   dingto
Date:     2009-05-22 09:02:09 +0200 (Fri, 22 May 2009)

Log Message:
-----------
2.5 RNA:

* Added missing Subdivision Type Notifier.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c

Modified: branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c
===================================================================
--- branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c	2009-05-22 06:12:18 UTC (rev 20334)
+++ branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c	2009-05-22 07:02:09 UTC (rev 20335)
@@ -286,6 +286,7 @@
 	RNA_def_property_enum_sdna(prop, NULL, type);
 	RNA_def_property_enum_items(prop, prop_subdivision_type_items);
 	RNA_def_property_ui_text(prop, "Subdivision Type", "Selects type of subdivision algorithm.");
+	RNA_def_property_update(prop, NC_OBJECT|ND_MODIFIER, "rna_Modifier_update");
 }
 
 static void rna_def_modifier_subsurf(BlenderRNA *brna)





More information about the Bf-blender-cvs mailing list