Files
test/source/blender
Philipp Oeser 3b57927651 Fix T82242: creating particle influence textures does not set up DEG
relation immediately

Texture and ParticleSettings have a DEG relation, but
`DEG_relations_tag_update` was not called when the texture changed.
This lead to no updates when e.g. texture size changes, relation only
went into full effect after save/reload or adding/removing keyframes.

Two places were additional relation tagging is needed:
- ParticleSettings `active_texture` changes
- ParticleSettingsTextureSlot (basically any TextureSlots') texture
changes

Maniphest Tasks: T82242

Differential Revision: https://developer.blender.org/D9393
2020-12-09 21:45:36 +01:00
..
2020-10-26 15:59:08 +11:00
2020-12-09 16:29:11 +01:00
2020-12-05 07:48:41 -05:00
2020-12-09 16:29:11 +01:00
2020-12-09 16:29:11 +01:00
2020-12-09 16:29:11 +01:00
2020-12-09 16:29:11 +01:00
2020-11-16 16:48:41 +11:00
2020-11-20 11:39:22 +11:00