Blender Git Commit Log
Git Commits -> Revision 8f922b3
Revision 8f922b3 by Sybren A. Stüvel (master) June 19, 2018, 09:49 (GMT) |
RigidBodyWorld: copy ptcache from evaluated scene back to original scene This makes it possible to perform re-evaluation of the scene without having to re-run the simulation. The CoW�? Orig copy is only performed when the depsgraph is active, so as to not influence the current scene while rendering in the background. Alternatively, we could have the CoW copy share the cache with the original to prevent too much copying of cache data. This will be faster, but I'm not sure whether we can reliably check the DEG_is_active() status at CoW copy creation time. |
Commit Details:
Full Hash: 8f922b30b0f92f16d096cb0be60cd85d8376807a
Parent Commit: caaf4e5
Lines Changed: +31, -2
1 Modified Path:
/source/blender/blenkernel/intern/rigidbody.c (+31, -2) (Diff)