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
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-08Fix regression in grease pencil drawingCampbell Barton
2018-06-08Fix T55301: Transform confirm on release fails w/ MMBCampbell Barton
2018-06-08WM: backport event/keymap type util from 2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-08Fix recently added drag events closing menusCampbell Barton
2018-06-07WM: fix drag events applying after releaseCampbell Barton
2018-06-07Cleanup: typo, and 0 -> false for booleans.Bastien Montagne
2018-06-07WM: add support for drag eventsCampbell Barton
2018-06-07Fix key repeat events resetting the click timerCampbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-07WM: check for release instead of not pressedCampbell Barton
2018-06-07Fix crash due to missing init of new bAnimContext bmain member in transform c...Bastien Montagne
2018-06-07Fix double free in dyntopo-sculpt mode undoCampbell Barton
2018-06-07Fix sculpt assert on initializationCampbell Barton
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-07Python API: Initial 'imbuf' APICampbell Barton
2018-06-06Fix BLI_ASSERT_UNIT macro w/ non-finite numbersCampbell Barton
2018-06-06UI: NLA: Influence should be a factor (RNA)Aaron Carlisle
2018-06-06Alembic export: only free duplilists when not NULLSybren A. Stüvel
2018-06-06Fix error using freed bmainCampbell Barton
2018-06-05Fix crash in owmn previous commit.Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-05Cleanup: add hleper functions to get filepath from Main.Bastien Montagne
2018-06-04Cleanup: correct menu nameCampbell Barton
2018-06-04Particle System: move data creation into RNA updateCampbell Barton
2018-06-04Fix T55260: load Text File with Python from GUI Button results in 0 UserBastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-04 Cleanup: strip trailing space in GPU moduleCampbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-06-03Cleanup: correct variable name, doxy sectionsCampbell Barton
2018-06-03Cleanup: add argument names to screen callbacksCampbell Barton
2018-06-03Cleanup: remove blockscale & handlerCampbell Barton
2018-06-02--debug-gpu-shader: Dump GLSL shaders to diskDalai Felinto
2018-06-02Cleanup: warningCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-06-01Cleanup: some more G.main removal from editor code.Bastien Montagne
2018-05-31Add Asan support for clang on windows.Ray Molenkamp
2018-05-31Cleanup: Remove G.main from some editor files.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE mball code.Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-31Cleanup: nuke G.main out of BKE PackedFile code.Bastien Montagne
2018-05-31Cleanup: use doxy sections for space typesCampbell Barton
2018-05-30Fix missing movieclip ID type in allowed ones for Outliner...Bastien Montagne
2018-05-30Edit Mode: add success return valueCampbell Barton
2018-05-30DNA: add OB_DATA_SUPPORT_EDITMODE macroCampbell Barton