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-05-05Cleanup: sort cmake file listsCampbell Barton
2022-04-05Cleanup: avoid unnecessary undo steps for curves & simplify codeCampbell Barton
2022-04-04Cleanup: clang-tidyCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-04Cleanup: pass selection threshold to curve pickingCampbell Barton
2022-04-04Curve Pen Tool: set the first newly added points activeCampbell Barton
2022-04-04Fix crash removing the last point of a spline with the new pen toolCampbell Barton
2022-04-04Cleanup: spelling in commentsCampbell Barton
2022-04-04Cleanup: compiler warningsCampbell Barton
2022-04-03Curves: Curve PenDilith Jayakody
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-16Fix missing update selecting 3D text-boxCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-03-07Curve: sync active material with selectionRed Mser
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-15RNA: add RNA_collection_is_empty & RNA_property_collection_is_emptyCampbell Barton
2022-02-15Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-15Fix T94085: Crash with empty stroke listCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-22Curves: Improve accuracy and clarity of NURBS knots calculationLaurynas Duburas
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-14Cleanup: Remove unused curve types from enumPiotr Makal
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02Cleanup: Rename curve struct fieldsHans Goudey
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-05Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-05Cleanup: use (s) postfix for messages that may be pluralCampbell Barton
2021-10-31UI: Open File Browser with Thumbnails for FontsHarley Acheson
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-17UI: expose "Lasso Select" & "Extrude to Cursor" in menusCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-08-26Fix "Text to Object" creating invisible objectCampbell Barton
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-09Fix text object inserting multiple characters with a selectionYuki Hashimoto
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton