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-10-19Fix T101926: Curves: Remove type-specific attributes when deletingHans Goudey
2022-10-19Geometry Nodes: Use common utility for copying attribute dataHans Goudey
2022-10-18Fix T101660: crash when trying to propagate string attributes in some nodesJacques Lucke
2022-09-28Geometry Nodes: Curve and mesh topology access nodesHans Goudey
2022-09-24Curves: Use early out when apapting domain of single valueHans Goudey
2022-09-13Cleanup: remove unused functionCampbell Barton
2022-09-13Cleanup: Use attribute API for curves functionsHans Goudey
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-05Merge branch 'blender-v3.3-release'Jacques Lucke
2022-09-05Fix T100796: wrong tangents on bezier splines with duplicate points and handlesJacques Lucke
2022-09-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-09-02Fix T100768: Reverse curves skips handles of middle Bezier pointsHans Goudey
2022-08-31Curves: Avoid unnecessarily initializing new positions layerHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-28Curves: Avoid creating types array when unnecessaryHans Goudey
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-08-03Attribute Math: Improve performance of mixer in some casesIliay Katueshenock
2022-07-27Curves: Bring back parallel copying of curve and point attributesHans Goudey
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-07-25Fix T99850: incorrect tangents on evaluated bezier curvesJacques Lucke
2022-07-25Fix: crash when accessing attributes from multiple threadsJacques Lucke
2022-07-21Fix T99878: Deleting curves or points removes anonymous attributesHans Goudey
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