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-09-05adaptive_cloth: AdaptiveMesh: use params for collapsible testsoc-2021-adaptive-clothishbosamiya
2021-09-05adaptive_cloth: face sizing: change_in_vertex_normal_max as a paramishbosamiya
2021-09-05adaptive_cloth: AdaptiveMesh: face sizing: use paramsishbosamiya
2021-09-05adaptive_cloth: gui for `edge_length_max` and `aspect_ratio_min`ishbosamiya
2021-09-05adaptive_cloth: parameter name from `size_min` to `edge_length_min`ishbosamiya
2021-09-05adaptive_cloth: AdaptiveMesh: dynamic face sizing (for curvature)ishbosamiya
2021-09-05adaptive_cloth: AdaptiveMesh: calculate derivativeishbosamiya
2021-09-05adaptive_cloth: Mesh: Node: get normalishbosamiya
2021-09-05float2x3 and float3x2: transpose and multiplication with intern fileishbosamiya
2021-09-05float3x2: constructor through columns of the matrixishbosamiya
2021-09-05float2x2: transposeishbosamiya
2021-09-05float2x2: inverseishbosamiya
2021-09-05float2x2: constructor through direct values of the matrixishbosamiya
2021-09-05float2x2: constructor through columns of the matrixishbosamiya
2021-09-04float2x2: eigen decompositionishbosamiya
2021-09-02adaptive_cloth: AdaptiveMesh: dynamic: vert sizing from face sizingishbosamiya
2021-09-02adaptive_cloth: AdaptiveMesh: dynamic: vert sizing calc overviewishbosamiya
2021-09-02adaptive_cloth: AdaptiveMesh: set uv area for facesishbosamiya
2021-09-02adaptive_cloth: AdaptiveMesh: FaceData: initial, store uv areaishbosamiya
2021-09-02adaptive_cloth: Add dynamic remeshing selection to GUIishbosamiya
2021-09-01adaptive_cloth: fix: Mesh: collapse edge: n2 not updated for v1ishbosamiya
2021-09-01adaptive_cloth: squash unused parameters warnings in release modeishbosamiya
2021-09-01adaptive_cloth: AdaptiveMesh: verts of new sewing edge as preserveishbosamiya
2021-08-31adaptive_cloth: AdaptiveMesh: force split for sewingishbosamiya
2021-08-31adaptive_cloth: AdaptiveMesh: mark sewing edge verts as preserveishbosamiya
2021-08-31adaptive_cloth: AdaptiveMesh: ensure edge between sewing edgesishbosamiya
2021-08-30adaptive_cloth: AdaptiveMesh: no need to add flag after split edgeishbosamiya
2021-08-30adaptive_cloth: Mesh: split edge: option to copy extra dataishbosamiya
2021-08-29adaptive_cloth: AdaptiveMesh: setting EdgeData flags after splitishbosamiya
2021-08-29adaptive_cloth: AdaptiveMesh: mark edges between sewing edgesishbosamiya
2021-08-28adaptive_cloth: AdaptiveMesh: sewing: dump file after adding edgeishbosamiya
2021-08-28adaptive_cloth: AdaptiveMesh: do not split a loose edgeishbosamiya
2021-08-28adaptive_cloth: AdaptiveMesh: sewing: add the sewing edge if neededishbosamiya
2021-08-28adaptive_cloth: AdaptiveMesh: split edge: verts added during splitishbosamiya
2021-08-28adaptive_cloth: AdaptiveMesh: flip edges: return complete MeshDiffishbosamiya
2021-08-28adaptive_cloth: AdaptiveMesh: is edge splittableishbosamiya
2021-08-28adaptive_cloth: AdaptiveMesh: compute_info_element functionsishbosamiya
2021-08-28adaptive_cloth: MeshDiff: append one MeshDiff to anotherishbosamiya
2021-08-28adaptive_cloth: MeshDiff: remove elements that don't exist in meshishbosamiya
2021-08-28adaptive_cloth: MeshDiff: add elementsishbosamiya
2021-08-28adaptive_cloth: Mesh: add checked loose edgeishbosamiya
2021-08-28adaptive_cloth: Mesh: compute info separate functions for each typeishbosamiya
2021-08-28adaptive_cloth: Mesh: functions to check if mesh has that elementishbosamiya
2021-08-27adaptive_cloth: AdaptiveMesh: sewing edge: get set of opposite edgesishbosamiya
2021-08-27adaptive_cloth: Mesh: Edge: get checked other vertishbosamiya
2021-08-27adaptive_cloth: fix: Mesh: split edge: elements missed in MeshDiffishbosamiya
2021-08-27adaptive_cloth: AdaptiveMesh: flag for sewing with gui where neededishbosamiya
2021-08-27float2x3: initialishbosamiya
2021-08-27float3x2: initialishbosamiya
2021-08-27float2x2: documentationishbosamiya