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-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-08Curve: Retain active NURBS curve after point deletionLaurynas Duburas
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15I18n: disambiguate and extract a few messagesDamien Picard
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-08Cleanup: remove ED_types.h & ACTIVE, DESELECT definitionsCampbell Barton
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-10Cleanup: spellingCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-05Surfaces: Enhanced edit mode extrude tool for NURBSLaurynas Duburas
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-14Cleanup: remove redundant `event->val` check for 3D text insertionCampbell Barton
2022-07-14I18N: Allow translating newly added GP data names, and a missing Surface one.Damien Picard
2022-07-14Cleanup: simplify 3D text insert, remove checks for ascii escape codesCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-08Fix T98624: Curve Pen NURBS extrusion creates duplicatesDilith Jayakody
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-06-02Fix T98552: Experimental Tweak Select: Curve handle tweak is difficultCampbell Barton
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