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
2021-02-13Cleanup: spellingCampbell Barton
2021-02-13Cleanup: Remove unused outliner enum valuesNathan Craddock
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-09Outliner: Enable render visibility column by defaultNathan Craddock
2021-02-08Cleanup: Remove unused tree element typesJulian Eisel
2021-02-08Cleanup: Remove dead code for keymap Outliner display modeJulian Eisel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-04LibOverride: Added log statements in liboverride operator functionsSebastián Barschkis
2021-02-04LibOverride: Only show relevant operators in outliner menuSebastián Barschkis
2021-01-28Cleanup: Reduce variable scopeHans Goudey
2021-01-25Fix T85027: Crash dragging a collection over empty OutlinerJulian Eisel
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-22Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-22Fix T84920: Crash undoing object activation in the outlinerCampbell Barton
2021-01-22Fix editors showing old data-block name after renaming in OutlinerJulian Eisel
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2021-01-18Fix T84586: missing Outliner redraws for certain NLA operatorsPhilipp Oeser
2021-01-13Asset System: Disable Asset Browser as experimental featureJulian Eisel
2021-01-11Fix T84327: outliner_id_copy_tag was only copying from expanded nodes.Pi Lanningham
2021-01-08Fix T84475: Outliner missing update when adding IDs to main via RNAPhilipp Oeser
2021-01-07Outliner: use the scene ID for ObjectBase PointerRNACampbell Barton
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2020-12-30Outliner: Fix useless assert in new liboverride showing code.Bastien Montagne
2020-12-28Fix possible fall-through in outliner region listenerSergey Sharybin
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-22UI: Properties editor popover and outliner syncNathan Craddock
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-19Fix T83868: Button animation states no longer visible without embossHans Goudey
2020-12-18Outliner: Set active modifier on clickHans Goudey
2020-12-18Fix T82960: Inaccurate selection on collapsed outliner rowsNathan Craddock
2020-12-18Cleanup: Use LISTBASE_FOREACH macro in outliner codeNathan Craddock
2020-12-17Fix T83875: Converting Proxy to override crashes blender.Bastien Montagne
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-16Cleanup: use static declarationsCampbell Barton
2020-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-13Cleanup: removing some uses of equal sign in descriptionsYevgeny Makarov
2020-12-12Cleanup: clang tidyJacques Lucke
2020-12-12UI: Allow Outliners to pass selected data-blocks to operators via contextJulian Eisel
2020-12-11Fix wrong operator return values in Outliner code.Bastien Montagne
2020-12-11Cleanup: sort cmake file listsCampbell Barton
2020-12-09Cleanup: various clang tidy fixesJacques Lucke