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-10-06Fix sequencer sample poll functionCampbell Barton
2021-10-06Cleanup: simplify ED_imbuf_sample_pollCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-09-23UI: Tree-View API for easy creation of tree UIsJulian Eisel
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-17CMake: add missing headersCampbell Barton
2021-08-03UI: building without Python againCampbell Barton
2021-07-26Cleanup: use doxy commentsCampbell Barton
2021-07-23Animation: Generic Slider implementationChristoph Lendenfeld
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: outdated IPO references in commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-05-21Transform: use ID_RECALC_GEOMETRY flag when updating object dataCampbell Barton
2021-04-29Fix T87823: Select similar doesn't work with small facesCampbell Barton
2021-04-28Remove include accidentally added in 6eb2f71875c69f5f6073fed2d285fe8ef662ba03Campbell Barton
2021-04-28Fix T87631: Crash undoing edit-mode bone duplicationCampbell Barton
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-04-12Previews: allow undo'ing datablock preview generationSybren A. Stüvel
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-04-08Fix T85974: Edit-mode undo/redo causes assertionCampbell Barton
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-03-26CMake: add headers to source lists, sort file-listsCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-08Fix ID preview not updating in Asset BrowserSybren A. Stüvel
2021-03-05Cleanup: spellingCampbell Barton
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-09Cleanup: comments, replace 'undoes' with 'undo-steps'Campbell Barton
2021-02-09Cleanup: spellingCampbell Barton
2021-02-06Code quality: Port recently added utility file to C++Julian Eisel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-22Fix undo crash on active object change without exiting edit-modeCampbell Barton
2021-01-02Cleanup: Explicitly pass icon size to generation function, not just boolJulian Eisel
2020-12-23Cleanup: Move functions to new ED (editor) operators file & general cleanupJulian Eisel
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-16Assets: Add operator & button to regenerate the automatic previewJulian Eisel
2020-12-16Cleanup: Rename Asset Browser context member from "active_id" to "id"Julian Eisel
2020-12-15Asset System: Various changes to previews in preparation for Asset BrowserJulian Eisel
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-12-14UI/Assets: Operator to load custom preview images for data-blocksJulian Eisel
2020-11-05Rename extern rendering and proxy functionsRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-05Move sequencer sources from blenkernelRichard Antalik