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-11-08BLI: new basic CacheMutexJacques Lucke
2022-09-28Geometry Nodes: Curve and mesh topology access nodesHans Goudey
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-18Curves: Correct and improve Catmull Rom interpolationMattias Fredriksson
2022-09-18Curves: Don't allow resolutions less than 1Hans Goudey
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-08-26Cleanup: spelling in comments, formatCampbell Barton
2022-08-25Cleanup: Improve commentsMattias Fredriksson
2022-08-19Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-19Fix: nurbs basis cache not computed before it is usedJacques Lucke
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-20Curves: Remove redundant custom data pointersHans Goudey
2022-07-19Geometry Nodes: Copy parameters when copying a curves data-blockHans Goudey
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-06Curves: Port subdivide node to the new data-blockHans Goudey
2022-07-05Curves: move curves surface transforms to blenkernelJacques Lucke
2022-07-04Curves: Expose function to calculate vector handlesHans Goudey
2022-07-04Cleanup: Rename curve segment count functionHans Goudey
2022-06-09Curves: Port delete geometry node to the new curves typeHans Goudey
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-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Curves: Add soft selection in sculpt modeHans Goudey
2022-05-30Cleanup: make formatDalai Felinto
2022-05-30Cleanup: Fix typoHans Goudey
2022-05-29Fix: Failed assert for evaluated lengths of single point curvesHans Goudey
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-05-09Refactor: Move resample curves code to the geometry moduleHans Goudey
2022-05-04Curves: Add method to find indices for curve type in a selectionHans Goudey
2022-05-04Merge branch 'blender-v3.2-release'Hans Goudey
2022-05-04Fix T97831: Curve to mesh node can create invalid wire meshHans Goudey
2022-05-04Curves: Use copied original data for invalid NURBS curvesHans Goudey
2022-04-28Cleanup: unbalanced doxy sections, add some sectionsCampbell Barton
2022-04-28Cleanup: formatCampbell Barton
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
2022-04-15Fix: Apply tilt in curves data-block normals calculationHans Goudey
2022-04-14Curves: Avoid duplicating evaluated positions with all poly curvesHans Goudey
2022-04-12Fix: Assert when curve has no evaluated pointsHans Goudey
2022-04-09Curves: Port tangent and normal calculation to the new data-blockHans Goudey
2022-04-09Fix: Various fixes and cleanups in new curves codeHans Goudey
2022-04-07Curves: operator to snap curves to surfaceJacques Lucke
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-04-07Fix: Curve parameter node broken for Bezier curves after refactorHans Goudey
2022-04-03Curves: Inline some simple methodsHans Goudey
2022-04-01Geometry Nodes: Port set handle nodes to new data-blockHans Goudey