Fix missing particle use count object names with disabled particles.

This commit is contained in:
2018-07-25 11:39:32 +02:00
parent 2e112f5914
commit 509d87230a

View File

@@ -1132,6 +1132,9 @@ static void rna_ParticleDupliWeight_active_index_set(struct PointerRNA *ptr, int
static void rna_ParticleDupliWeight_name_get(PointerRNA *ptr, char *str)
{
ParticleSettings *part = (ParticleSettings *)ptr->id.data;
psys_find_group_weights(part);
ParticleDupliWeight *dw = ptr->data;
if (dw->ob)