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
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-26Geometry Nodes: deduplicate virtual array implementationsJacques Lucke
2021-11-18Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-18Fix: error when materializing curve point attributeJacques Lucke
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-29Geometry Nodes: do cache invalidation after writing attributesJacques Lucke
2021-10-27Fix: missing cache invalidation when there is only one splineJacques Lucke
2021-10-21Fix: Empty id attribute on curve control pointsHans Goudey
2021-10-21Fix: Builtin curve attributes unavailableHans Goudey
2021-10-20Geometry Nodes: Make Random ID a builtin attribute, remove socketsHans Goudey
2021-10-18Cleanup: Remove unnecessary constructor argumentHans Goudey
2021-10-18Geometry Nodes: Optimize curve builtin attribute exists checkHans Goudey
2021-09-29Geometry Nodes: Expose Bezier handle positions as an attributeHans Goudey
2021-09-15Geometry Nodes: Add special domain interpolation for selectionsHans Goudey
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-07-23Cleanup: Add function to check a curve's spline typesHans Goudey
2021-06-18Fix T89233: Incorrect attribute remove warning for curvesHans Goudey
2021-06-17Geometry Nodes: fix ownership issue in spline to points conversionJacques Lucke
2021-05-27Geometry Nodes: Draw curve data in the viewportHans Goudey
2021-05-27Cleanup: Simplify spline point attribute materialize functionsHans Goudey
2021-05-27Geometry Nodes: Support interpolation between curve domainsHans Goudey
2021-05-20Cleanup: spellingCampbell Barton
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-19Cleanup: Use copy constructor for CurveEvalHans Goudey
2021-05-16Cleanup: Improve commentsHans Goudey
2021-05-16Cleanup: Use helper functionHans Goudey
2021-05-13Cleanup: missing overrideJacques Lucke
2021-05-12Cleanup: Splines: Add accessors to spline vectorHans Goudey
2021-05-12Geometry Nodes Curves: Expose first builtin point attributesHans Goudey
2021-05-11Cleanup: Whitespace, add doxygen sectionsHans Goudey
2021-05-11Cleanup: Use a helper function for repetitive codeHans Goudey
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey