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
2020-09-04Cleanup: fix compiler warnings for MSVCBrecht Van Lommel
2020-09-03Cleanup: Add/use function to disable buttons with a disabled hintJulian Eisel
2020-09-03Sculpt: Face Set Extract OperatorPablo Dobarro
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-09-02UI: add back Layout.introspectCampbell Barton
2020-09-02UI: simplify tool-tip logic for operatorsCampbell Barton
2020-09-02Fix crash accessing image space properties without an active windowCampbell Barton
2020-09-01Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mi...Germano Cavalcante
2020-08-30Object: add ED_object_array_in_mode_or_selectedCampbell Barton
2020-08-30Operator: expose ED_operator_object_active_local_editable_exCampbell Barton
2020-08-24Theme: Remove TH_UV_OTHERS from bThemeJeroen Bakker
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21Cleanup: Remove unused variablesHans Goudey
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey
2020-08-19UI: Remove panel X axis closing codeHans Goudey
2020-08-19Fix T79816: Restore scene.statistics() BPY functionHans Goudey
2020-08-18Fix Mask Slice deleting the Face SetsPablo Dobarro
2020-08-17Cleanup: spellingCampbell Barton
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix popups opening in the wrong direction over headersCampbell Barton
2020-08-13View2D: Centralize handling of changes to v2d->curSergey Sharybin
2020-08-12Cleanup: Use const for contextHans Goudey
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-07UI Code Quality: Use derived struct for HSV Cube buttonsJulian Eisel
2020-08-07Cleanup: Clang-Tidy. readability-non-const-parameter in pixel drawingSergey Sharybin
2020-08-07UI Code Quality: Use derived struct for color buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Fix T78688: Crash changing workspace with specific fullscreen setupJulian Eisel
2020-08-03Cleanup: remove unused code, update commentsCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-30Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-07-30Cleanup: Remove pre 2.80 headersValentin
2020-07-30Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-07-30UV: path select support with sync-select enabledCampbell Barton
2020-07-29Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'Campbell Barton
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-23UI: Move properties tab list creation from RNA to editorHans Goudey
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-18UI: Status Bar Statistics and Other OptionsHarley Acheson