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-02-20WM: support dynamic keymap handlersCampbell Barton
2019-02-20Cleanup: rename generic handler -> handler_baseCampbell Barton
2019-02-20Cleanup: simplify handler type conditionalCampbell Barton
2019-02-20Cleanup: rename wmEventHandler_* base -> headCampbell Barton
2019-02-20Cleanup: use iterator macros for event handlersCampbell Barton
2019-02-19Fix T61683: Linking the instance of a collection crashes Blender.Bastien Montagne
2019-02-19Playanim: Fix heap use after free on exitSergey Sharybin
2019-02-19Fix T61594: Frame playback is blankSergey Sharybin
2019-02-19Cleanup: return specific handler typesCampbell Barton
2019-02-19Cleanup: remove unused default handler typeCampbell Barton
2019-02-19WM: move keymap handler to it's own typeCampbell Barton
2019-02-19WM: move dropbox handler to it's own typeCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell Barton
2019-02-19WM: move UI handler to it's own typeCampbell Barton
2019-02-19WM: move gizmo handler to it's own typeCampbell Barton
2019-02-19WM: move wmEventHandler.type to a booleanCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16Cleanup: rename SPACE_IPO -> SPACE_GRAPHCampbell Barton
2019-02-15Fix T60905: Crash using smooth toolCampbell Barton
2019-02-14Fix T56665: Assert when selecting objectCampbell Barton
2019-02-12Fix T61430: invoke_popup() does not respect ui scaleJacques Lucke
2019-02-12WM: default to opening maximizedCampbell Barton
2019-02-11WM: command line args to start blender maximizedCampbell Barton
2019-02-08Remove "Keep Session" preferenceCampbell Barton
2019-02-06Fix T57342: Crash on render with workbench render engine via command lineClément Foucault
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton
2019-02-02BKE_global: clear deprecated flags on load (all of them)Campbell Barton
2019-02-02Cleanup: match logic for merging G.f & G.fileflags on loadCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T59293: Can't assign shortcut to undo historyCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-26Cleanup: redundant definesCampbell Barton
2019-01-25WM: don't set repeat flag w/ interactive repeatCampbell Barton
2019-01-25Revert "WM: Repeat Last no longer reuses skip-save properties"Campbell Barton
2019-01-24Cleanup: use macro to set flagsCampbell Barton
2019-01-24Animation player: tweaks for zooming in and outSergey Sharybin
2019-01-24Fix T60790, T60636, T60631: MMB emulation issues after recent changes.Brecht Van Lommel
2019-01-24WM: Repeat Last no longer reuses skip-save propertiesCampbell Barton
2019-01-23Fix T58438: wrong display of brush angle rotation preview.Pablo Dobarro
2019-01-23Cleanup: use doxy comments for gizmo structsCampbell Barton
2019-01-23Gizmo: add support for gizmos to initialize from the active toolCampbell Barton
2019-01-23WM: add tool property getter functionCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton