August 29, 2021, 14:52 (GMT) |
adaptive_cloth: AdaptiveMesh: setting EdgeData flags after split Edges that had EDGE_BETWEEN_SEWING_EDGES when split, the new edges should also be EDGE_BETWEEN_SEWING_EDGES. |
August 29, 2021, 14:49 (GMT) |
adaptive_cloth: AdaptiveMesh: mark edges between sewing edges Add a new flag for EdgeData that stores if the edge is between sewing edges or not. A function that marks all the edges that between sewing edges. Call this function in the initialization of the static remeshing if sewing is enabled. |
Revision c398cad by Jacques Lucke (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 29, 2021, 10:46 (GMT) |
show procedure parameters in dot graph |
Revision 35bf6b9 by Jacques Lucke (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 29, 2021, 10:27 (GMT) |
move dot graph generation into utility class |
Revision e5a59e8 by Jacques Lucke (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 29, 2021, 10:09 (GMT) |
slightly improve readability of dot export |
Revision d464816 by Hans Goudey (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 29, 2021, 02:20 (GMT) |
Cleanup: Rename variables |
Revision 0076511 by Hans Goudey (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 29, 2021, 02:18 (GMT) |
Add comment |
Revision 1968c9b by Hans Goudey (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 29, 2021, 02:17 (GMT) |
Add another test, add TODO comments |
August 29, 2021, 02:11 (GMT) |
Fix BLI_strncpy_wchar_from_utf8 result on Windows This function was documented to return the length but returned an error value for WIN32. While this doesn't cause any bugs at the moment, it could cause problems in the future. Oversight in 5496d8cd361385268316f91afa150e69b5345ab0. |
Revision eb54741 by Hans Goudey (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 28, 2021, 23:10 (GMT) |
Don't destruct reused inputs after a function call |
August 28, 2021, 22:33 (GMT) |
Sculpt dyntopo: another bugfix from today's earlier commits |
August 28, 2021, 21:59 (GMT) |
Fix a few bugs in lat commit |
August 28, 2021, 20:59 (GMT) |
fix missing curly braces |
August 28, 2021, 20:38 (GMT) |
UI: Timecodes: Rename "No TC in use" to "None" Differential Revision: https://developer.blender.org/D12296 |
August 28, 2021, 20:30 (GMT) |
Sculpt dyntopo: Fix bug with edge collapse |
August 28, 2021, 19:14 (GMT) |
Sculpt dyntopo: Add edge API * Added a minimal edge API to query edge boundary states. * This is necassary because the previous approximation, testing if two adjacent verts are boundaries, breaks for triangles. |
Revision ce86a51 by Hans Goudey (temp-geometry-nodes-fields, temp-geometry-nodes-fields--fields, temp-geometry-nodes-fields--fields-jacques, temp-parallel-multi-function) August 28, 2021, 18:29 (GMT) |
Fix problem building variables for function inuts |
August 28, 2021, 17:58 (GMT) |
Merge branch 'master' into sculpt-dev |
August 28, 2021, 17:57 (GMT) |
Sculpt: Quantize mask filter |
August 28, 2021, 12:50 (GMT) |
BLI_string_utf8: add buffer size arg to BLI_str_utf8_from_unicode Besides helping to avoid buffer overflow errors this reduces complexity of BLI_str_utf32_as_utf8 which needed a special loop for the last 6 characters to avoid writing past the buffer bounds. Also add BLI_str_utf8_from_unicode_len which only returns the length. |
|
|
|


Master Commits
MiikaHweb | 2003-2021