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-07-18Context: implement an active_action property that returns a single action.Alexander Gavrilov
2022-06-30Animation: Add GP layers in regular DopesheetAmélie Fondevilla
2022-06-27Cleanup: remove redundant has key checksCampbell Barton
2022-04-04Fix errors in sequencer channel headersRichard Antalik
2022-04-04VSE: Add channel headersRichard Antalik
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-21Fix T92930: Outliner "Show Active" bone fails in certain situationsPhilipp Oeser
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-24Context: add accessors returning selected actions for animation editors.Alexander Gavrilov
2021-10-20Tracking: support editing all selected tracksPhilipp Oeser
2021-09-24Fix T91192: Context.copy() crashes on file loadCampbell Barton
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-31Context: add "active_nla_track" & "active_nla_strip" context membersCampbell Barton
2021-08-31Context: add "active_sequence_strip" context memberPhilipp Oeser
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-07-21Assets: Rename workspace active asset library DNA variableJulian Eisel
2021-07-15UI: Support UI list tooltips, defined via Python scriptsJulian Eisel
2021-07-15Assets: Expose active asset library in contextJulian Eisel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-01-16GPencil: Cleanup - Rename ED_gpencil_stroke_color_use to ED_gpencil_stroke_ma...Antonio Vazquez
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-15Cleanup: unused variablesCampbell Barton
2020-12-15NLA: Fix context.selected_nla_strips PointerRNAWayde Moss
2020-12-03Fix T83315: Crash showing animation channel context menu after baking soundSybren A. Stüvel
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-17Cleanup: Reduce variable scope in screen directoryHans Goudey
2020-10-15Fix T76597: Support Keyframe: Copy To SelectedWayde Moss
2020-10-02Cleanup: Fix build error on windowsRay Molenkamp
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-10-02Cleanup: Refactor `ed_screen_context()` to use hash lookupsSybren A. Stüvel
2020-10-02Cleanup: split up `ed_screen_context()` into separate functionsSybren A. Stüvel
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-08-21Cleanup: Use LISTBASE_FOREACH in editors/screen directoryHans Goudey
2020-08-20Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory"Hans Goudey
2020-08-20Cleanup: Use LISTBASE_FOREACH in editors screen directoryHans Goudey
2020-07-29Clanup: unused returnCampbell Barton
2020-07-03Cleanup: Editors/Screen, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: Explicit return in each `else if` block in `ed_screen_context()`Sybren A. Stüvel
2020-05-26Cleanup: Remove uneeded NULL checks on ed_screen_contextDalai Felinto
2020-05-12Fix T76669: Crash when doing right click on channelJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-01Cleanup: clang-formatCampbell Barton
2020-04-01Add a "selected_nla_strips" context memberPhilipp Oeser
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto