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-03-15Cleanup: redundant assignmentsCampbell Barton
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-12Fix T73049: Drag & drop on overlapping panels behaves incorrectlyJacques Lucke
2020-03-09Fix failing assert because of invalid region coordinatesJulian Eisel
2020-03-09Python API: allow overriding context.workspace for workspace operatorsKai Jægersen
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-04Cleanup: avoid the term old when storing/restoring context variablesCampbell Barton
2020-02-25WM: move cursor refresh tag to the windowCampbell Barton
2020-02-22Cleanup: internal changes to cursor resettingCampbell Barton
2020-02-21Cleanup: remove unused ScreenAnimData.refreshCampbell Barton
2020-02-21Cleanup: un-indent ED_screen_set_active_regionCampbell Barton
2020-02-21Cleanup: avoid looping over areas when refreshing the cursorCampbell Barton
2020-02-21Fix T67805: Cursor doesn't update when switching tools via shortcutsCampbell Barton
2020-02-15Cleanup: work around clang-format differences between versionsBrecht Van Lommel
2020-02-14Cleanup: Rename ED_region_tag_redraw_overlay() to ED_region_tag_redraw_cursor()Julian Eisel
2020-02-14UI: Allow gizmo-only redraw taggingJulian Eisel
2020-02-12Cleanup: clang-format.Bastien Montagne
2020-02-11DRW: Color Management improvementClément Foucault
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-093D View: support axis views with axis-aligned rollCampbell Barton
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-29Fix T73453: Selecting playhead in VSE deselects all selected stripsJulian Eisel
2020-01-29Fix T73482: Context Menu on any button is brokenJulian Eisel
2020-01-28UI: Edit Menu - Undo History List and Operator PollingHarley Acheson
2020-01-28Fix T63999: Filepath property won't open filebrowser from a popoverJulian Eisel
2020-01-22Fix T73191: Buttons in lower left of Preferences brokenJulian Eisel
2020-01-22Cleanup: Rename ED_region_init() -> ED_region_floating_initialize()Julian Eisel
2020-01-21Fix T71810: Flipping Sidebar with tabs breaks alignmentJulian Eisel
2020-01-16Fix wrong usages of region align enumerationsJulian Eisel
2020-01-15Fix crash with some hidden regions after previous commitJulian Eisel
2020-01-15Fix invalid region rectangles, sanitize dynamic region size calulationsJulian Eisel
2020-01-14Cleanup: Use new BLI_rct utilities to ensure valid rectanglesJulian Eisel
2020-01-14Fix T72200: Split Quad View Region CrashJeroen Bakker
2020-01-07Annotations: Split annotation operators and pointer functionsAntonio Vazquez
2020-01-03UI: scale region hide threshold by zoom levelCampbell Barton
2020-01-03Fix gizmos flickering when resizing regionsCampbell Barton
2020-01-03Fix toolbar flickering on resize, inability to hideCampbell Barton
2020-01-03UI: Improve toolbar width snappingHarley Acheson
2019-12-20Fix IC-keymap doesn't allow MMB to run the active toolCampbell Barton
2019-12-17UI: Prevent crash when opening file browser with mouse not in windowSybren A. Stüvel
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-12-04Make curve decimation only take into account the selected curve pointsSebastian Parborg
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-11-08Merge branch 'blender-v2.81-release'Philipp Oeser
2019-11-08Fix T71372: view layer is not maintained when area is duplicated into new windowPhilipp Oeser
2019-11-08Cleanup: clang-formatCampbell Barton