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-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
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-30Curves: Port parameter node to the new data-blockHans Goudey
2022-03-30Fix: Remove special case from curve segment size functionHans Goudey
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-25Curves: Bezier and general interpolate to evaluated utilityHans Goudey
2022-03-25Curves: Add a utility to count curves of each typeHans Goudey
2022-03-25Curves: Tweak evaluated offset functionsHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-21Curves: new Add brushJacques Lucke
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18Curves: Port reverse curves node to the new data-blockHans Goudey
2022-03-17Cleanup: spelling in commentsCampbell Barton