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-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-08Cleanup: callback naming for search button & update doc-stringsCampbell Barton
2020-05-07UI: support context menu in menu search popupCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-05-07GPencil: Include new Brush random curvesAntonio Vazquez
2020-05-07Cleanup: remove unused operator arguments to UI_popup_block_invoke_exCampbell Barton
2020-05-06Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-06Fix T76416: Armature Deform parenting option doesn't work with Grease Pencil ...Philipp Oeser
2020-05-05Cleanup: use int instead of short for lasso array lengthCampbell Barton
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-05-04Cleanup: pass ARegion, View2D as constCampbell Barton
2020-05-03Cleanup: sort file listsCampbell Barton
2020-05-02Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-02Revert "Outliner: Fix selection sync for various operators"Nathan Craddock
2020-05-02Outliner: Fix selection sync for various operatorsNathan Craddock
2020-05-02Outliner: Fix selection sync for various operatorsNathan Craddock
2020-04-30Fix dragging panels changing region sizeJulian Eisel
2020-04-27UI: (Internal) utility for more controllable property split layoutJulian Eisel
2020-04-27UI: Add (internal) option to use property splitting for label-less itemsJulian Eisel
2020-04-24UI: Move Scene Statistics to the 3D ViewportHarley Acheson
2020-04-20Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-20Various typos fixes in UI messages.Bastien Montagne
2020-04-20Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-20Fix T75922: Removing custom orientation doesn't update gizmoCampbell Barton
2020-04-20Simulations: Add simulation node tree typeJacques Lucke
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-16UI: Draw real node sockets for node input buttonsJulian Eisel
2020-04-15Operator: Add 'use_automerge_and_split' option for TranslateGermano Cavalcante
2020-04-15Resources: Remove small splash screen image variantJulian Eisel
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-14Cleanup: pass font drawing x/y offset arguments as int'sCampbell Barton
2020-04-14Sculpt: Implement undo of Apply Base during sculpt sessionSergey Sharybin
2020-04-14Cleanup: remove redundant include, clang-formatCampbell Barton
2020-04-13Refactor sample operatorRichard Antalik
2020-04-07Cleanup: doxy sections, move utility function to editmesh_utils.cCampbell Barton
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-04-03Cleanup: split ED_mesh_mirror_*_table into multiple functionsCampbell Barton
2020-04-03Cleanup: bone cursor picking APICampbell Barton
2020-03-27GPencil: Cleanup of unused code a argumentsAntonio Vazquez
2020-03-25UI: remove non-unicode font and simplify default font loading codeBrecht Van Lommel
2020-03-25Cleanup: move mask queries into own fileCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton