Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-19adaptive_mesh: serialize and dump the cloth mesh every frameishbosamiya
2021-08-15adaptive_cloth: fix: Mesh: collapse edge: can lead to loose vertsishbosamiya
2021-08-14adaptive_cloth: fix: Mesh: collapse edge: can lead to loose edgesishbosamiya
2021-08-13adaptive_cloth: AdaptiveMesh: aspect ratio test when collapsing edgeishbosamiya
2021-08-12adaptive_cloth: Mesh: msgpack: store the type of Mesh on first lineishbosamiya
2021-08-11adaptive_cloth: AdaptiveMesh: collapse edge: face inversion testishbosamiya
2021-08-11adaptive_cloth: Mesh: get vert indices of edge aligned with n1ishbosamiya
2021-08-10adaptive_cloth: Mesh: compute info for newly added elementsishbosamiya
2021-08-10adaptive_cloth: Mesh: compute face normal(s)ishbosamiya
2021-08-09adaptive_cloth: FilenameGen: increase number of leading zerosishbosamiya
2021-08-08adaptive_cloth: mesh: is vert on seam or boundaryishbosamiya
2021-08-08adaptive_cloth: mesh: is edge collapseable: make function constishbosamiya
2021-08-08adaptive_cloth: mesh: const version of get checked node of vertishbosamiya
2021-08-06adaptive_cloth: mesh: split edge: correct orientation for new faceishbosamiya
2021-08-06adaptive_cloth: Mesh: edge flippable: no connecting edge ov1, ov2ishbosamiya
2021-08-05adaptive_cloth: fix: AdaptiveMesh: anisotropic flip checkishbosamiya
2021-08-05adaptive_cloth: fix: mesh: flip edge: edge might already existishbosamiya
2021-08-04adaptive_cloth: mesh: collapse edges: remove dump file statementsishbosamiya
2021-08-04adaptive_cloth: mesh: is_edge_collapseable()ishbosamiya
2021-08-04adaptive_cloth: mesh: collapse edge: tackle edge caseishbosamiya
2021-08-04adaptive_cloth: mesh: face edge linkage checks improvementishbosamiya
2021-08-04adaptive_cloth: mesh: collapse edge across seamsishbosamiya
2021-08-03adaptive_cloth: mesh: collapse edge rewrite to fix bugsishbosamiya
2021-08-02adaptive_cloth: msgpack: store more information for easier debuggingishbosamiya
2021-08-01adaptive_cloth: filename_gen: number has 0's to make length 3ishbosamiya
2021-08-01modifier: adaptive_remesh: dump file pre and post edge operationishbosamiya
2021-07-27adaptive_cloth: serialize Mesh and store to /tmp/test.msgpackishbosamiya
2021-07-26msgpack: adaptive_cloth: Mesh: packer implementationishbosamiya
2021-07-26msgpack: adaptive_cloth: Mesh Elements: packer implementationishbosamiya
2021-07-22adaptive_cloth: Mesh: does_element_exist()ishbosamiya
2021-07-22adaptive_cloth: Mesh: checked and unchecked get_other_vert_index()ishbosamiya
2021-07-22adaptive_cloth: Mesh: Edge: get_checked_verts()ishbosamiya
2021-07-22adaptive_cloth: Mesh: make get_edge_indices_of_face() as protectedishbosamiya
2021-07-22adaptive_cloth: Mesh: is_edge_loose_or_on_seam_or_boundary()ishbosamiya
2021-07-22adaptive_cloth: Mesh: is_edge_on_seam()ishbosamiya
2021-07-22adaptive_cloth: Mesh: is_edge_loose()ishbosamiya
2021-07-21adaptive_cloth: adaptive_remesh: create an "Empty" remesh functionishbosamiya
2021-07-21adaptive_cloth: create an abstraction for adaptive_remeshishbosamiya
2021-07-21adaptive_cloth: MeshDiff: operator<< for ostreamishbosamiya
2021-07-21adaptive_cloth: fix: Mesh: split edge: edge vert references faultishbosamiya
2021-07-19adaptive_cloth: Mesh elements: get_self_index()ishbosamiya
2021-07-18adaptive_cloth: Mesh: change visibility of many utility functionsishbosamiya
2021-07-18adaptive_cloth: Vert: get_uv() and get_uv_mut()ishbosamiya
2021-07-18adaptive_cloth: Mesh: get extra data from elementsishbosamiya
2021-07-16adaptive_cloth: AdaptiveMesh: set and retrieve `Node`s extra dataishbosamiya
2021-07-16adaptive_cloth: Mesh: get elements mutablyishbosamiya
2021-07-16adaptive_cloth: BKE_cloth_remesh() add to namespace blender::bkeishbosamiya
2021-07-15adaptive_cloth: Mesh: collapse edge: all v1 should point to n1ishbosamiya
2021-07-15adaptive_cloth: fix: Mesh: split edge: reference is brokenishbosamiya
2021-07-14adaptive_cloth: Mesh: flip_edge: do operation by deleting and addingishbosamiya