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-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix T79324: Crash when changing View Layer while VR session runsJulian Eisel
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-04Sculpt: Split Box Mask into its own operatorPablo Dobarro
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-20Fix T79107: Crash changing brush size in GPencil sculptAntonio Vazquez
2020-07-18Cleanup: WM: Use GPUTexture for radial control drawingClément Foucault
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-15Fix T77735: Numinput of radial control operator behaved incorrectlyJacques Lucke
2020-06-04Cleanup: remove window manager argument for paint cursor APICampbell Barton
2020-06-04Cleanup: move auto-execute operators into userpref_ops.cCampbell Barton
2020-05-13UI: About Blender DialogHarley Acheson
2020-05-07UI: support context menu in menu search popupCampbell Barton
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-15UI: default to searching menus instead of operatorsCampbell Barton
2020-04-08Debugging: change Undo/Redo redraw timer to include dependency graph updateBrecht Van Lommel
2020-04-04Cleanup: Split up Window-Manager VR file (and related changes)Julian Eisel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-03-31Fix VR session toggle not changing reliably on session start/endJulian Eisel
2020-03-27Cleanup: rename WM_modalkeymap API names, matching WM_keymapCampbell Barton
2020-03-24UI: add Blender -> System menuCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-20Cleanup: clang-format, comment indentationCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-15Cleanup: redundant checksCampbell Barton
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-11Cleanup: rename 'private' to 'embedded' for sub-data IDs.Bastien Montagne
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-03IDs: modify wm.previews_clear operator to make space for new ID typesBrecht Van Lommel
2020-02-25UI: fix wrong button padding on high DPI displays in a few placesYevgeny Makarov
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-13Fix T71112: UILayout.activate_init when used in popups that refreshCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-16Merge branch 'blender-v2.82-release'Campbell Barton
2020-01-16Fix T73149: Adjust Last Operation uses horizontal layoutCampbell Barton
2020-01-10Merge branch 'blender-v2.82-release'Patrick Mours
2020-01-10Fix T71491: Sculpt Brush Text ColorJeroen Bakker
2020-01-10Cleanup: move public event queries into their own fileCampbell Barton
2019-12-30Sculpt: Add color alpha controls to the brush cursorPablo Dobarro