Depsgraph: Tag relations for update when particle dupli-collection changes

This commit is contained in:
Sergey Sharybin 2018-06-26 11:27:21 +02:00
parent d6ac293bd4
commit a9ab0c1a7c
1 changed files with 1 additions and 1 deletions

View File

@ -3085,7 +3085,7 @@ static void rna_def_particle_settings(BlenderRNA *brna)
RNA_def_property_struct_type(prop, "Collection");
RNA_def_property_flag(prop, PROP_EDITABLE);
RNA_def_property_ui_text(prop, "Dupli Collection", "Show Objects in this collection in place of particles");
RNA_def_property_update(prop, 0, "rna_Particle_redo");
RNA_def_property_update(prop, 0, "rna_Particle_redo_dependency");
prop = RNA_def_property(srna, "dupli_weights", PROP_COLLECTION, PROP_NONE);
RNA_def_property_collection_sdna(prop, NULL, "dupliweights", NULL);