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
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-11Cleanup: clang-tidy uv_parametrizer.ccCampbell Barton
2022-08-11Cleanup: remove redundant MEM_SAFE_FREECampbell Barton
2022-08-11Cleanup: reduce asan lint and clang-tidy warnings on uv_parametrizerChris Blackbourn
2022-08-10Cleanup: fix attr_nonnull error found by asanChris Blackbourn
2022-08-07Cleanup: make formatChris Blackbourn
2022-08-06Cleanup: Move uv_parametrizer.c to C++Chris Blackbourn
2022-08-04Cleanup: simplify uv parametrizer in preparation for C++Chris Blackbourn
2022-08-03Cleanup: Use generic utility to retrieve attributes to transferHans Goudey
2022-08-03Attribute Math: Improve performance of mixer in some casesIliay Katueshenock
2022-08-02Cleanup: simplify uv parametrizer in preparation for C++Chris Blackbourn
2022-08-01Cleanup: simplify uv parametrizer in preparation for C++Chris Blackbourn
2022-07-31Cleanup: simplify uv parametrizer in preparation for C++Chris Blackbourn
2022-07-27Fix: missing evaluated offsets in Resample Curve nodeJacques Lucke
2022-07-27Geometry Nodes: Shortest Paths nodesErik Abrahamsson
2022-07-25Fix: Assert in resample curve node with single point curveHans Goudey
2022-07-25Fix T99851: Subdivide Curve node does not initialize attributes of end pointJacques Lucke
2022-07-25Fix T99889: Fillet Curve node uses wrong radiusJacques Lucke
2022-07-25Curves: add warning when invalid uv map is used when adding curvesJacques Lucke
2022-07-25Geometry: detect when the sample uv is in multiple trianglesJacques Lucke
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-21Cleanup: Rename length parameterization interpolation functionHans Goudey
2022-07-20Curves: fix uninitialized curve type when adding new curvesJacques Lucke
2022-07-20Cleanup: Access attributes with new API instead of geometry componentsHans Goudey
2022-07-20Curves: Remove use of CurveEval in sculpt brushesHans Goudey
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-07-20Curves: Remove redundant custom data pointersHans Goudey
2022-07-19Geometry Nodes: Copy parameters when copying a curves data-blockHans Goudey
2022-07-19Fix T99781: uv minimize stretch now unflips flipped facesChris Blackbourn
2022-07-14Geometry Nodes: update curve type counts after realizing instancesJacques Lucke
2022-07-14Fix build and warnings from previous commit.Chris Blackbourn
2022-07-14Fix T99684: Upgrade Averages Island Scale with options Scale UV and ShearChris Blackbourn
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-06BLI: improve reverse uv sample in edge casesJacques Lucke
2022-07-06Cleanup: Fix compiler warningsLoren Osborn
2022-07-06Curves: Port subdivide node to the new data-blockHans Goudey
2022-07-05Curves: Move type conversion to the geometry moduleHans Goudey
2022-07-05BLI: use a slightly less trivial reverse uv samplerJacques Lucke
2022-07-02BLI: refactor length parameterizationJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-07-01Fix: Correct attribute names in resample curves codeHans Goudey
2022-06-29Geometry Nodes: Only calculate mesh to volume bounds when necessaryHans Goudey
2022-06-29Geometry Nodes: Add Mesh To Volume NodeErik Abrahamsson
2022-06-29Cleanup(UV): Store nboundaries on pchart (no functional changes)Chris Blackbourn
2022-06-27Cleanup (UV): Remove unused variable do_aspectChris Blackbourn
2022-06-21Cleanup (UV): Use blenlib math utilitiesChris Blackbourn
2022-06-18Fix: curves have incorrect resolution attribute after realizing instancesJacques Lucke
2022-06-17Curves: refactor Add brushJacques Lucke
2022-06-16Cleanup: quiet compiler warningsCampbell Barton