Files
test2/source/blender
Bastien Montagne 53fa4801a0 Fix: Fluid/Cloth/DynamicPaint: Only share pointcaches in CoW case.
Particle copying code was already properly sharing pointcache between
orig data and its copy only when `LIB_ID_COPY_SET_COPIED_ON_WRITE` is
set, do the same for the other point cache users.

Using `LIB_ID_CREATE_NO_MAIN` here is waaaaaaay to much wide scope for
such a dangerous/advanced behavior, that kind of things has to be
strictly restricted in scope.
2021-09-28 17:41:40 +02:00
..
2021-03-29 19:11:17 -06:00
2021-09-28 13:32:22 +02:00
2021-09-24 11:31:23 +10:00
2021-09-27 21:04:34 +10:00
2021-09-24 11:31:23 +10:00
2021-09-23 22:08:02 +10:00
2021-08-02 15:22:54 +10:00
2021-09-17 12:22:00 +02:00