Files
test2/source/blender
Philipp Oeser c4f9bfcf5e Fix T89765: boolean modifier collection refcount issue
The 'collection' property is flagged PROP_ID_REFCOUNT, so the
modifiers foreachIDLink functions should walk with IDWALK_CB_USER
(instead of IDWALK_CB_NOP).

Otherwise the modifier wont be included as a user for the collection
(e.g. on file read); removing the collection from the modifier will
decrement usercount though (which in worst case scenario makes the
collection orphan and will result in data loss)

Maniphest Tasks: T89765

Differential Revision: https://developer.blender.org/D11877
2021-07-12 10:48:27 +02:00
..
2021-03-29 19:11:17 -06:00
2021-07-07 13:42:46 +10:00
2021-07-05 15:54:57 +10:00
2021-07-06 13:22:22 +02:00
2021-07-08 13:31:38 +10:00