March 28, 2021, 08:45 (GMT) |
Fix T86060: Texture Paint clone tool misleading texture UI For projection painting tools besides the `DRAW` tool: - Don't show the texture from viewport stencil drawing. - Don't show the texture panel. Based on D10564 by @lichtwerk with own changes. |
March 28, 2021, 07:48 (GMT) |
Cleanup: re-order expensive checks for indirect ID use
Check for indirect ID use after other simple user count checks are made.
Also assert ED_object_base_free_and_unlink_no_indirect_check object argument isn't indirectly used.
|
March 28, 2021, 07:48 (GMT) |
Cleanup: revert part of da160dc32d1518dc3e59a8fb7995b59c88870444The grease-pencil parent check was enabled when deleting objects, when previously it was only done when unlinking. While harmless, the previous logic is correct. |
March 28, 2021, 07:16 (GMT) |
Fix T86992: Tagged ID deletion conflicts with freeing objects Check LIB_TAG_COPIED_ON_WRITE instead of LIB_TAG_NO_MAIN, matching the behavior of rigid-body shared data. |
March 28, 2021, 06:32 (GMT) |
Workaround T86992: Tagged ID deletion conflicts with freeing objects da160dc32d1518dc3e59a8fb7995b59c88870444 exposed a bug in `BKE_id_multi_tagged_delete` causing a memory leak in soft-body that made `physics_softbody` test fail. Use a loop to remove ID's to keep tests working until T86992 is fixed. |
March 27, 2021, 21:58 (GMT) |
fixes
|
March 27, 2021, 21:30 (GMT) |
initial network to procedure
|
March 27, 2021, 20:52 (GMT) |
Sculpt: Initial implementation of uniform smoothing
|
March 27, 2021, 20:27 (GMT) |
Merge branch 'master' into sculpt-dev
|
March 27, 2021, 20:22 (GMT) |
cleanup
|
March 27, 2021, 20:18 (GMT) |
cleanup
|
March 27, 2021, 14:52 (GMT) |
another check
|
March 27, 2021, 14:45 (GMT) |
fix memory leak in test
|
March 27, 2021, 14:36 (GMT) |
comment containing things to check
|
March 27, 2021, 14:29 (GMT) |
initial destruct support
|
March 27, 2021, 14:12 (GMT) |
count initializations
|
March 27, 2021, 14:08 (GMT) |
cleanup
|
March 27, 2021, 14:04 (GMT) |
Merge branch 'master' into eevee-gpencil
|
March 27, 2021, 14:03 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type
|
March 27, 2021, 14:03 (GMT) |
Merge branch 'master' into greasepencil-object
|