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-02BLI: improve span access to virtual arraysJacques Lucke
2022-07-01Curves: Avoid initializing offsets when first allocatedHans Goudey
2022-06-20Fix: assert when deleting all curvesJacques Lucke
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: Fix overallocation for curve attributes when deleting curvesHans 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-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-05-06Fix: Handle default better in curves type count cacheHans Goudey
2022-05-04Curves: Add method to find indices for curve type in a selectionHans Goudey
2022-05-04Curves: Optimize filling all curves with a single typeHans Goudey
2022-05-04Curves: Use copied original data for invalid NURBS curvesHans Goudey
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
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-09Curves: Port tangent and normal calculation to the new data-blockHans Goudey
2022-04-09Fix: error in previous commitJacques Lucke
2022-04-09Curves: correctly initialize new attributesAngus Stanton
2022-04-09Fix: Various fixes and cleanups in new curves codeHans Goudey
2022-04-08Fix: accidentally swapped value with itselfJacques Lucke
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-04-03Curves: Support set origin and apply transform operatorsHans Goudey
2022-04-03Curves: Inline some simple methodsHans Goudey
2022-04-01Geometry Nodes: Port set handle nodes to new data-blockHans Goudey
2022-03-30Curves: Port parameter node to the new data-blockHans Goudey
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-25Cleanup: Add asserts, remove default caseHans 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-25Fix: Small fixes for NURBS evaluationHans 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-18Curves: Port transform node to new data-blockHans Goudey
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-10Cleanup: Simplify/deduplicate curves built-in attribute accessHans Goudey
2022-03-08Fix: Curves cyclic access function duplicates attributeHans Goudey
2022-03-01Curves: Add method to access cyclic attributeHans Goudey
2022-02-27Fix: Incorrect assert in curves codeHans Goudey
2022-02-23Curves: Add methods to retrieve range for points or curvesHans Goudey