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-08Geometry Nodes: Add preferred domain to many field inputsHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-18Curves: Don't allow resolutions less than 1Hans Goudey
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-06Cleanup: Remove unused update custom data pointers in attribute APIHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-07-20Curves: Remove redundant custom data pointersHans Goudey
2022-07-12Fix: missing geometry copy before modifying itJacques Lucke
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-06-05Cleanup: Remove unused BKE_spline.hh includesHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-25Cleanup: spelling, unbalanced doxy sectionsCampbell Barton
2022-05-13Cleanup: Use standard variable names for curvesHans Goudey
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-05Cleanup: Move curve length field input to blenkernelHans Goudey
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-14Fix: Curves: Add missing builtin attribute definitionHans Goudey
2022-04-14Fix: Use consistent type for nurbs order attributeHans 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-05Curves: Port legacy curve viewport drawing to the new data-blockHans Goudey
2022-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-05Fix T96152: Crash realizing curve instancesHans Goudey
2022-03-01Fix: Don't tag curves component cache dirty for radiusHans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-23Fix: Errors in previous cleanup commitHans Goudey
2022-02-23Cleanup: Use new curves type enum for CurveEvalHans Goudey