Fix T87686: Cycles persistent data not updating correctly with hair

This commit is contained in:
Brecht Van Lommel 2021-04-29 15:46:06 +02:00
parent 8b9b87aee8
commit cd05a05bca

@ -689,6 +689,9 @@ void AttributeSet::update(AttributeSet &&new_attributes)
it++;
}
/* If all attributes were replaced, transform is no longer applied. */
geometry->transform_applied = false;
}
void AttributeSet::clear_modified()