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
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-12-28API Doc: point to blender2.7 new folder.Bastien Montagne
2018-12-19Cleanup: use static struct for app-template stateCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07Fix error in Main cleanupCampbell Barton
2018-11-30Cleanup: unused return argCampbell Barton
2018-11-28Tweaks for threading schedule for Threadripper2 and EPYCSergey Sharybin
2018-11-22Fix T57989: File loaded as startupCampbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-10-25WM: minor changes to cursor APICampbell Barton
2018-10-22Tentative fix for T57066: Daily build of Blend 2.79 crashes on OSX Mojave.Bastien Montagne
2018-10-22Prevent G.fileflags changes when WM_OT_save_mainfile() is called from scriptCampbell Barton
2018-10-22Fix T57328: 'Save As Copy' prints warningCampbell Barton
2018-09-28Fix compilation errors and warnings with Clang-6Sergey Sharybin
2018-09-27Tests: add --no-window-focus to open window without focus.Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-11UI: split theme draw style into separate fieldCampbell Barton
2018-09-02Cleanup: move keymap helpers into own fileCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-18Warn when app-template isn't foundCampbell Barton
2018-08-18WM: app-template command line overrideCampbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-15Cleanup: doxy commentsCampbell Barton
2018-07-13Cleanup: operator type API, headerCampbell Barton
2018-07-13Cleanup: move WM type registration into own filesCampbell Barton
2018-07-12Cleanup: remove legacy mesh save supportCampbell Barton
2018-07-06Animation player: Ensure new frames are displayed while dragging mouseSergey Sharybin
2018-07-06Fix T55581: kill running (render) jobs when deleting a scenePhilipp Oeser
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30Cleanup: split out context member queryCampbell Barton
2018-06-30Cleanup: remove unused context arg to menuCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-26UI: Add/Update bad tooltipsAaron Carlisle
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-21Fix T55568: second click event ignoredCampbell Barton
2018-06-21Revert "Fix T55568: second click event ignored"Campbell Barton
2018-06-21Fix T55568: second click event ignoredCampbell Barton
2018-06-21WM: don't make LMB a special case for double clickCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-15WM: suppress drag events if motion is handledCampbell Barton
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne
2018-06-12Fix T55452: Crash on saving with visible particle system.Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne