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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-06-05Cleanup: Remove unused BKE_spline.hh includesHans Goudey
2022-04-22Fix T96498: Modifiers affect multiple curve objectsHans Goudey
2022-04-19Cleanup: Use correct capitalization of "F-Curve"Aaron Carlisle
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-05Curves: Port legacy curve viewport drawing to the new data-blockHans Goudey
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-28Fix various UI messages issues.Bastien Montagne
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-22Curve: Validation message split from nurb_check_validLaurynas Duburas
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-03-02UI: Comments Misspellings of Vertex/VerticesNikhil Shringarpurey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Fix T95620: Crash When Entering Edit Mode on a CurveHans Goudey
2022-02-08Fix T95573: Incorrect bounding box of evaluated curveHans Goudey
2022-02-03Fix T95137: Spline calc_length not working with just 1 NURB pointJesse Yurkovich
2022-01-22Curves: Improve accuracy and clarity of NURBS knots calculationLaurynas Duburas
2022-01-14Fix T94837: curve tilt on a 2-point-curve is wrongPhilipp Oeser
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-17Cleanup: spelling in commentsCampbell Barton
2021-12-16Cleanup: Move curve.c to C++Hans Goudey