* Added missing Subdivision Type Notifier.
This commit is contained in:
Thomas Dinges
2009-05-22 07:02:09 +00:00
parent c671469bbb
commit 88f5c999f2

View File

@@ -286,6 +286,7 @@ static void rna_def_property_subdivision_common(StructRNA *srna, const char type
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)