Blender Git Commit Log

All Blender Git commits.

Page: 287 / 8462

August 28, 2021, 12:29 (GMT)
adaptive_cloth: AdaptiveMesh: sewing: dump file after adding edge

Dump the serialized Mesh after adding the loose (sewing) edge.
August 28, 2021, 12:17 (GMT)
adaptive_cloth: AdaptiveMesh: do not split a loose edge
August 28, 2021, 12:00 (GMT)
adaptive_cloth: AdaptiveMesh: sewing: add the sewing edge if needed

If the opposite edge still exists and it can be split, add a sewing
edge between `vert` and the newly created vert.
August 28, 2021, 11:58 (GMT)
adaptive_cloth: AdaptiveMesh: split edge: verts added during split

Split edge now appends the flip edges mesh diff to the split edge mesh
diff and returns this complete mesh diff and the verts that were added
during split operation.
August 28, 2021, 11:33 (GMT)
Fix error scaling thumbnails to zero dimensions

Follow up to fix for T89868.
August 28, 2021, 11:25 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 28, 2021, 11:02 (GMT)
adaptive_cloth: AdaptiveMesh: flip edges: return complete MeshDiff

Return a complete MeshDiff of all the operations done in flip edges by
appending the MeshDiff(s) after each operation.
August 28, 2021, 10:58 (GMT)
adaptive_cloth: AdaptiveMesh: is edge splittable

Abstract out the edge splittablity check to a function.
August 28, 2021, 10:52 (GMT)
adaptive_cloth: AdaptiveMesh: compute_info_element functions

AdaptiveMesh specific compute info for elements. This internally calls
the Mesh specific compute info to make function calls easier.
August 28, 2021, 10:39 (GMT)
adaptive_cloth: MeshDiff: append one MeshDiff to another
August 28, 2021, 10:37 (GMT)
adaptive_cloth: MeshDiff: remove elements that don't exist in mesh

It is possible to create a MeshDiff which is updated to remove a
certain element that was initially added. So the added element index
is no longer valid and should be removed.

This function removes elements from the `added_elements` lists that no
longer exist in the mesh.
August 28, 2021, 10:35 (GMT)
adaptive_cloth: MeshDiff: add elements

Functions to add elements to `added_element`.
August 28, 2021, 10:34 (GMT)
adaptive_cloth: Mesh: add checked loose edge

Adds a loose edge to the mesh with the given vert indices and ensures
that these vert indices do not already have an edge between them and
that they exist.
August 28, 2021, 10:32 (GMT)
adaptive_cloth: Mesh: compute info separate functions for each type

`compute_info()` now calls separate functions for each element type
instead of computing it within that function. This allows other parts
of the code to compute info of the element when it is easier to do
over creating a mesh diff.
August 28, 2021, 10:30 (GMT)
adaptive_cloth: Mesh: functions to check if mesh has that element

Given the element's index, it check if the element still exists in the
mesh.
August 28, 2021, 09:21 (GMT)
BLF: remove checks for blend file relative paths

This was added in b24712a9ca6fa807660a02d6988269748daecdbf
but is no longer needed as of efc129bc827558e55cf4619b8e2ca502342338f3.

Further, this wasn't reliable as it could fail on linked library data
which has a different base directory.

Assert when blend file relative paths are passed to BLF
(matching imbuf file loading).
August 28, 2021, 05:40 (GMT)
Add a slightly more complicated test

This one doesn't pass, I'll need to debug it
August 28, 2021, 05:21 (GMT)
Add another very simple passing test
August 28, 2021, 05:05 (GMT)
Complete handling of field network inputs
August 28, 2021, 05:02 (GMT)
Add short comment
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021