April 25, 2021, 22:12 (GMT) |
Fix memory corruption in sculpt neighbors code |
April 25, 2021, 21:51 (GMT) |
* Boundary info is no longer initialized with SCULPT_boundary_info_ensure, instead PBVH_BMESH keeps track of boundary vert flags internally. This prevents nasty first-click lag on the smooth brush as well as anything with autosmooth. |
April 25, 2021, 21:02 (GMT) |
* Fixed SCULPT_dynamic_topology_sync_layers to properly sync active/render/clone/mask layers indices. * Fixed sculpt color bugs in pbvh drawing for bmesh. |
April 25, 2021, 20:50 (GMT) |
Splines: Add bounding box node support |
April 25, 2021, 20:21 (GMT) |
Splines: Cleanup: Remove another unecessary change |
April 25, 2021, 20:14 (GMT) |
USD Import: remove mesh modifier duplicate code. Refactored the mesh sequence cache modifier logic to reduce duplication in the code paths for the USD and Alembic formats. |
April 25, 2021, 20:10 (GMT) |
Splines: Cleanup, remove more unecessary changes |
April 25, 2021, 20:07 (GMT) |
Merge branch 'master' into geometry-nodes-curve-support |
April 25, 2021, 20:01 (GMT) |
Splines: Reset unecessary geometry nodes changes |
April 25, 2021, 18:40 (GMT) |
Merge branch 'master' into geometry-nodes-curve-support |
April 25, 2021, 17:43 (GMT) |
Splines: Fix curve lookup (for trim node) |
April 25, 2021, 17:14 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
April 25, 2021, 16:51 (GMT) |
Merge branch 'master' into eevee-gpencil |
April 25, 2021, 16:50 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
April 25, 2021, 16:50 (GMT) |
Merge branch 'master' into greasepencil-object |
April 25, 2021, 15:29 (GMT) |
Add transform option to disable cursor wrapping. Transform operator had cursor wrapping categorically enabled, but this gets quite confusing with the edge scrolling mechanism. A new TransInfo option T_NO_CURSOR_WRAP has been introduced to disable this behavior. The double negative is a bit annoying, but want to avoid affecting the existing transform modes, so by default it should still set the OP_IS_MODAL_GRAB_CURSOR flag (which then sets the WM_CURSOR_WRAP_XY flag during modal execution). |
Revision 4090bac by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) April 24, 2021, 21:03 (GMT) |
EEVEE: Use C++ vector types |
Revision 0932d50 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) April 24, 2021, 21:02 (GMT) |
BLI: Add more operator to float2/3 and int2/3 |
April 24, 2021, 20:02 (GMT) |
Splines: Halve the size of the bezier interpolation cache Use floats to store the control point indices and the interpolation factors. |
Revision 0fdd8a6 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) April 24, 2021, 19:58 (GMT) |
BLI: add int2 and int3 C++ support Simple addition based on float2/3. |
|