July 7, 2021, 14:10 (GMT) |
Geometry Nodes: Initial socket inspection. Differential Revision: https://developer.blender.org/D11842 |
July 7, 2021, 14:00 (GMT) |
cleanup |
July 7, 2021, 13:56 (GMT) |
initial socket inspection |
July 7, 2021, 13:54 (GMT) |
modifier: adaptive_remesh: Run split edge of specified edge index This is for testing the cloth_remesh.cc::Mesh::split_edge_triangulate() function. |
July 7, 2021, 13:50 (GMT) |
adaptive_cloth: Mesh: split_edge_triangulate() |
July 7, 2021, 13:49 (GMT) |
adaptive_cloth: fix: Mesh: delete elements bunch of fixes |
July 7, 2021, 13:48 (GMT) |
adaptive_cloth: Mesh: get_checked_other_vert() |
July 7, 2021, 13:48 (GMT) |
adaptive_cloth: Mesh: get_checked_node_of_vert() |
July 7, 2021, 13:47 (GMT) |
adaptive_cloth: Mesh: get_checked_verts_of_edge() |
July 7, 2021, 13:45 (GMT) |
adaptive_cloth: Mesh: get_checked_element() |
July 7, 2021, 13:39 (GMT) |
Small test file |
July 7, 2021, 13:23 (GMT) |
dim a bit more |
July 7, 2021, 13:20 (GMT) |
ignore dimmed links in operators |
July 7, 2021, 13:16 (GMT) |
Added backward support for existing tests. - Added create_expected_object if it doesn't exist. - Added a counter condition for recusrion. - Added optional test_name in basemesh test. - Added code of previous MeshTest to SpecMeshTest. - Changed default value of apply_modifier(s) flag and do_compare flag. |
July 7, 2021, 12:24 (GMT) |
adaptive_cloth: fix: add_empty_interp_element() crash sometimes Since the elements have a reference to the `Arena`, if the `Arena` changes in size, which can happen because of `add_empty_element()`, then the references can become invalid. Realloc can create memory space elsewhere and copy the contents, the references to the previous memory space are not updated which means references to the previous memory space are invalid. There are three ways to fix this: - Create a copy and work on the copy, this is inefficient - Get a reference to that element again, this is efficient but may not be possible always - Don't use the reference after an operation that can lead to the invalidation of the reference, this is the most efficient way but may not be possible always Decided to go with the third way in this case. Side note: Having a borrow checker completely eliminates such problems. Rust should be the way forward. |
July 7, 2021, 12:22 (GMT) |
adaptive_cloth: Face: add has_vert_index(), has_edge() |
July 7, 2021, 12:20 (GMT) |
adaptive_cloth: Edge: make has_vert() const, add get_verts() |
July 7, 2021, 12:10 (GMT) |
bli: generational_arena: fix: begin() points to `EntryNoExist` When the first element of `Arena::data` is `EntryNoExist`, must iterate over the vector until the first `EntryExist` is found. For `Arena::end()` this shouldn't be necessary because it should point to the last element + 1 anyway, so the `operator*` on this is meaningless. |
July 7, 2021, 12:04 (GMT) |
GPU: Added testcases for uniform builtin structs. |
July 7, 2021, 11:04 (GMT) |
Merge branch 'master' into xr-controller-support |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021