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-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
2022-03-16Curves: Initial evaluation for curves data-blockHans Goudey
2022-03-11Curves: Move constructor/assignmentHans Goudey
2022-03-10Curves: actually delete curves with Delete brushJacques Lucke
2022-03-01Geometry Nodes: Port most curve primitives to new data-blockHans Goudey
2022-03-01Curves: Add method to access cyclic attributeHans Goudey
2022-02-23Curves: Add methods to retrieve range for points or curvesHans Goudey
2022-02-17Cleanup: compiler warning, typo in commentCampbell Barton
2022-02-16Curves: Further implementation of new curves data structureHans Goudey