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-08adaptive_cloth: AdaptiveMesh: collapse edges: run flip edgesishbosamiya
2021-08-08adaptive_cloth: AdaptiveMesh: collapse edges: initial stepsishbosamiya
2021-08-07adaptive_cloth: AdaptiveMesh: flippability: consider abs of 2 termsishbosamiya
2021-08-07adaptive_cloth: should remesh dump file macroishbosamiya
2021-08-06adaptive_cloth: AdaptiveMesh: edge flip test: only if edge size is okishbosamiya
2021-08-06adaptive_cloth: AdaptiveMesh: flip edges: set edge sizeishbosamiya
2021-08-05adaptive_cloth: AdaptiveMesh: splittable edges indices set changesishbosamiya
2021-08-05adaptive_cloth: fix: AdaptiveMesh: anisotropic flip checkishbosamiya
2021-08-02adaptive_cloth: msgpack: store more information for easier debuggingishbosamiya
2021-08-01adaptive_cloth: static_remesh: dump file after each split and flipishbosamiya
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: internal: packer implementationishbosamiya
2021-07-26extern: msgpack: add this header only libraryishbosamiya
2021-07-22adaptive_cloth: AdaptiveMesh: split_edges: run flip_edges()ishbosamiya
2021-07-22adaptive_cloth: AdaptiveMesh: flip_edges()ishbosamiya
2021-07-22adaptive_cloth: AdaptiveMesh: get_flippable_edge_indices_set()ishbosamiya
2021-07-22adaptive_cloth: AdaptiveMesh: is_edge_flippable_anisotropic_aware()ishbosamiya
2021-07-22adaptive_cloth: AdaptiveMesh: VertFlags: VERT_SELECTED_FOR_SPLITishbosamiya
2021-07-22adaptive_cloth: AdaptiveMesh: Sizing: overload add and mul opsishbosamiya
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: AdaptiveMesh: set edge size after splitting edgeishbosamiya
2021-07-19adaptive_cloth: Add UI for size_min of static_remeshishbosamiya
2021-07-19adaptive_cloth: implement and run static_remesh()ishbosamiya
2021-07-19adaptive_cloth: AdaptiveMesh: split_edges()ishbosamiya
2021-07-19adaptive_cloth: AdaptiveMesh: get_splittable_edge_indices_set()ishbosamiya
2021-07-19adaptive_cloth: AdaptiveMesh: VertData: add flagishbosamiya
2021-07-19adaptive_cloth: AdaptiveMesh: extra data interpishbosamiya
2021-07-18adaptive_cloth: AdaptiveMesh: set_edge_sizes()ishbosamiya
2021-07-16adaptive_cloth: AdaptiveMesh: set and retrieve `Node`s extra dataishbosamiya
2021-07-16adaptive_cloth: BKE_cloth_remesh: convert to and from AdaptiveMeshishbosamiya
2021-07-16adaptive_cloth: Sizing: get edge size squaredishbosamiya
2021-07-16adaptive_cloth: VertData: initial implementationishbosamiya
2021-07-16adaptive_cloth: NodeData: initial implementationishbosamiya
2021-07-16adaptive_cloth: BKE_cloth_remesh() add to namespace blender::bkeishbosamiya
2021-07-02cloth: cloth_to_object: create copy only if neededishbosamiya
2021-07-02cloth: create copy of mesh only when neededishbosamiya
2021-06-11adaptive_cloth: run BKE_cloth_remesh() when remesh flag is onishbosamiya
2021-06-11adaptive_cloth: `do_step_cloth()` should update the input meshishbosamiya
2021-06-11adaptive_cloth: `clothModifier_do()` returns a new `Mesh` if simulation was s...ishbosamiya
2021-06-05Limit Rotation: explicitly orthogonalize the matrix before processing.Alexander Gavrilov
2021-06-05Limit Rotation: add an Euler Order option.Alexander Gavrilov
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2021-06-04Texture Paint: changing paint slots and viewport could go out of syncPhilipp Oeser
2021-06-04LibOverride: Fix early break in some of the resync code.Bastien Montagne
2021-06-04Geometry Nodes: Curve Length NodeJohnny Matthews
2021-06-04Cleanup: Add comment explaining assertHans Goudey
2021-06-03LibOverride: fix previous commit (rB826bed4349fa).Bastien Montagne