Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_meta.c
| Context not available. | |||||
| if (mb->id.us > 0) { | if (mb->id.us > 0) { | ||||
| for (ob = bmain->object.first; ob; ob = ob->id.next) | for (ob = bmain->object.first; ob; ob = ob->id.next) | ||||
| if (ob->data == mb) | if (ob->data == mb) | ||||
| BKE_mball_properties_copy(scene, ob); | BKE_mball_propagate_properties(scene, ob); | ||||
| DEG_id_tag_update(&mb->id, 0); | DEG_id_tag_update(&mb->id, 0); | ||||
| WM_main_add_notifier(NC_GEOM | ND_DATA, mb); | WM_main_add_notifier(NC_GEOM | ND_DATA, mb); | ||||
| Context not available. | |||||