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-03-22Tracking: Fix movie file prefetch freezing interfaceSergey Sharybin
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-16Assets: Remove appended asset when dropping operation failsJulian Eisel
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-15Cleanup: Spelling in function nameSergey Sharybin
2021-02-13Cleanup: spellingCampbell Barton
2021-02-13Cleanup: use doxy sectionsCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-08Mask: Use control point position when handle is selectedSebastian Koenig
2021-02-05Cleanup: rename USER_ZOOM_{CONT->CONTINUE} improve commentsCampbell Barton
2021-01-28Fix panning with Lock-to-Selection and no selection in Clip EditorSergey Sharybin
2021-01-27Cleanup: spellingCampbell Barton
2021-01-26Fix T84850: "Lock to Selection" causes unwanted jumpsSergey Sharybin
2021-01-25Cleanup: spellingCampbell Barton
2021-01-25Fix T84990: Proportional Editing falloff drawing for masks in MCE is brokenSergey Sharybin
2021-01-19Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-19Fix T84698: error adding movie clip tracksCampbell 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-18Tracking: Implement tracks average operatorSergey Sharybin
2021-01-14Tracking: Fix wrong projection for post-draw passSergey Sharybin
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-12Fix T84515: Status bar is reporting the average solve error of the wrong trac...Oliver Weissbarth
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-23Cleanup: Clang formatHans Goudey
2020-12-23Cleanup: Reduce Variable scope clip_buttonsAaron Carlisle
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-11UI: Consistent Range DescriptionsYevgeny Makarov
2020-11-30Tracking: Cleanup, unused field in autotrack contextSergey Sharybin
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Remove use of GPU_texture_create_nDClément Foucault
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton