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-06-07Fix T65229: Crash adjusting last operator after using undo historyCampbell Barton
2019-06-05Code Style: Make FormatJeroen Bakker
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-05-27Revert "UI: Edit Menu Operator Polling"Brecht Van Lommel
2019-05-19UI: Edit Menu Operator PollingHarley Acheson
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-08Undo System: basic support in background modeCampbell Barton
2019-02-07Fix T61272: Undo fails to track multi-edit mode enter/exitCampbell Barton
2019-02-07Cleanup: remove unnecessary undo functionCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Undo System: remove accumulate/store modesCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01WM: disable undo operators in background mode & at startupCampbell Barton
2019-01-31Fix T60660: Texture paint undo removes imageCampbell Barton
2019-01-31Undo System: add Main argument to encode/decodeCampbell Barton
2019-01-25Cleanup: BLO: move validate code into own header.Bastien Montagne
2019-01-18Fix/workaround: Undo erase all dyntopo changesCampbell Barton
2019-01-15Fix T60410: Crash adjusting torus w/ enter edit-mode preferenceCampbell Barton
2019-01-09Fix memfile undo decoding creating undo stepsCampbell Barton
2019-01-07Fix T60247: app.handlers.undo_post calls undo_pre's function.Bastien Montagne
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-10-29Fix topbar UI being lost on undo w/ mode changeCampbell Barton
2018-10-29Fix topbar tool UI being lost on undoCampbell Barton
2018-10-17Merge branch 'master' into blender2.8Bastien Montagne
2018-10-17DEBUG_IO: add sanity check on libdata in undo step as well.Bastien Montagne
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13WM: move mousemove out of internal undo functionCampbell Barton
2018-08-24Merge branch 'master' into blender2.8Campbell Barton
2018-08-24Fix T56491: Undo crash while preview jobs runCampbell Barton
2018-08-03Operators: add a new flag stating that operator needs access to evaluated data.Bastien Montagne
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Remove invalid assertCampbell Barton
2018-07-13Fix bad assert on redoCampbell Barton
2018-07-12Merge branch 'master' into blender2.8Campbell Barton
2018-07-12PyAPI: add undo redo handlersCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-20Objects: restore H key per object hiding.Brecht Van Lommel
2018-06-15Merge branch 'master' into blender2.8Bastien Montagne