July 4, 2021, 05:26 (GMT) |
Fix T89581: Cycles crash rendering some OpenVDB files with inactive voxels Print an error message instead. |
July 4, 2021, 05:26 (GMT) |
Cleanup: Use const mesh to ensure BVH and triangulation cache As noted in a comment now, these functions only update a cache, so they don't change the logical state of the mesh, which is "it will have the data when necessary." Using a const argument will help const correctness when accessing an object's evaluated mesh. |
July 4, 2021, 05:26 (GMT) |
Cleanup: Further use of const when accessing evaluated mesh Also resolve a warning from the previous commit. The next blocker to using const is `BKE_mesh_wrapper_ensure_mdata`. |
July 4, 2021, 05:26 (GMT) |
July 3, 2021, 15:15 (GMT) |
GPencil: Fix bug in previous commit with Scale |
July 3, 2021, 15:05 (GMT) |
GPencil: Test weight in Offset Randomize Test using the vertex weight to modulate randomness |
July 2, 2021, 13:06 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 30, 2021, 03:26 (GMT) |
LineArt: Remove duplicated panel register func. |
June 30, 2021, 03:11 (GMT) |
LineArt: Remove merge duplicated code. |
June 30, 2021, 02:54 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 30, 2021, 02:50 (GMT) |
LineArt: Fix debug number accidental assignment. |
June 29, 2021, 11:41 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 29, 2021, 09:28 (GMT) |
LineArt: Back face culling. |
June 29, 2021, 08:57 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 29, 2021, 03:45 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 29, 2021, 03:13 (GMT) |
LineArt: naming change floating->loose |
June 29, 2021, 02:52 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 28, 2021, 14:51 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 28, 2021, 14:29 (GMT) |
LineArt: further fixes. |
June 28, 2021, 13:40 (GMT) |
LineArt: Change mask name. |
|