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-06-02Fix T98552: Experimental Tweak Select: Curve handle tweak is difficultCampbell Barton
2022-04-05Cleanup: avoid unnecessary undo steps for curves & simplify codeCampbell Barton
2022-04-04Cleanup: pass selection threshold to curve pickingCampbell 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-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
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-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-22Curves: Improve accuracy and clarity of NURBS knots calculationLaurynas Duburas
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-05Cleanup: use (s) postfix for messages that may be pluralCampbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
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-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-04-17Transform Snap Refactor: Use enum for cage snap optionsGermano Cavalcante
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-03-23Fix T86073 : Ctrl clicking 3 times without selecting any of the verts in Nurb...Germano Cavalcante
2021-03-20Join curves: compensate for different bevel depthsPhilipp Oeser
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-02-16Cleanup: spellingCampbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-12Fix T83122: NURBS Extruding multiple points only moves existing pointsJanusch Patas
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-30Fix T82205: Curve Hooks not workingHans Goudey
2020-10-24Cleanup: Return early in some curve functionsHans Goudey
2020-10-22Cleanup: Use LISTBASE_FOREACH macro in curve codeHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-09-16Cleanup: use uint8_t for various flags in curvesJacques Lucke
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-28Merge branch 'blender-v2.90-release' into masterCampbell Barton