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-31Fix: reverse uv lookup fails due to floating point accuracy issuesJacques Lucke
2022-08-23Fix T100562: Realize Instances node crashes when there is an attribute name c...Jacques Lucke
2022-08-19Fix: nurbs basis cache not computed before it is usedJacques Lucke
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
2022-06-16Fix T98239: During UV Unwrap, create unique indices for each pinned UVChris Blackbourn
2022-06-08Curves: Port set type node to new data-blockHans Goudey
2022-06-05Curves: use uv coordinates to attach curves to meshJacques Lucke
2022-06-02Cleanup: replace ParamBool and PBool with bool for GEO_uv APIChris Blackbourn
2022-06-02Cleanup: remove unused area smoothing logic for UV unwrapChris Blackbourn
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-26Cleanup: `struct PHandle` merged with alias `typedef void ParamHandle`Chris Blackbourn
2022-05-19Fix assertion raised in Merge By DistanceGermano Cavalcante
2022-05-19Cleanup: rename 'WeldPoly' member 'len' to 'loop_len'Germano Cavalcante
2022-05-19Fix compilation errors with 'USE_WELD_DEBUG'Germano Cavalcante