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-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Animation: Add GP layers in regular DopesheetAmélie Fondevilla
2022-05-17Fix console errors about missing properties in circle selectSergey Sharybin
2022-05-13Fix T89909: Circle Select tool status bar doesn't match the operationsCampbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-04Cleanup: remove outdated references to tweakCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-08-06Cleanup: use range2f in `ED_keylist_find_any_between`.Jeroen Bakker
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-10-15Cleanup: Animation, simplify channel selection codeSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-06-29GPencil: Cleanup - Rename some functions from gp_ to gpencil_Antonio Vazquez
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-03Fix: Broken tweak select-transform in DopesheetJulian Eisel
2020-01-29Dopesheet: Avoid deselect-all triggering on every box-selectJulian Eisel
2019-10-04UI: Move all Selected Dopesheet Keys when DraggingJulian Eisel
2019-09-23Fix T70143: GPencil Multiframe selection is not updated when use Box select i...Antonio Vazquez
2019-09-07Fix T69597: Changing Grease Pencil Layer in Dopesheet unlocks all layersAntonio Vazquez
2019-09-03GPencil: Fix unreported autolock layers using DopesheetAntonio Vazquez
2019-08-30GPencil: Set active layer when click in Dopesheet keyframe areaAntonio Vazquez
2019-07-29Fix T67863: Crash pressing Ctrl +/- in gpencil action editorCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-05Dopesheet: drag to box select in dopesheetJacques Lucke
2019-05-29Fix T64995: box and circle select summary in Grease Pencil dopesheet.Alexander Gavrilov
2019-05-07UI: Animation editor scrubbing areaJacques Lucke
2019-05-03Refactor: Support arbitrary y offset for channel listJacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-30Select: Add 'deselect on nothing' to NLA editor.Bastien Montagne
2019-04-30Fix (unreported) two memleaks in clic-select ops of Action and NLA editors.Bastien Montagne
2019-04-30Select: Add 'deselect on nothing' to Action (dopesheet) editor.Bastien Montagne
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Tool System: use set/add/subtract for all lasso select operatorsCampbell Barton
2019-03-07Tool System: use set/add/subtract for all box select operatorsCampbell Barton
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton