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-07-02Cleanup: spellingCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-05-19Fix buildDalai Felinto
2019-05-19UI: Edit Menu Operator PollingHarley Acheson
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-13Fix use of uninitialized variable in undo system.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell 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-04Undo System: add function to print undo stepsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T61047: Undo editmesh separate crashesCampbell Barton
2019-01-31Undo System: add Main argument to encode/decodeCampbell Barton
2019-01-30Fix T60974: Dyntopo crash on undo after object deletedCampbell Barton
2019-01-29Fix T60809: Crash undoing object rename in edit-modeCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25Fix texture paint accessing freed memoryCampbell Barton
2019-01-09Fix T55336: Crash w/ dyntopo sculptCampbell Barton
2019-01-09Undo System: apply accumulation stepsCampbell Barton
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-10-19Make Static Override optional/hidden by default.Bastien Montagne
2018-08-08Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-08Fix T55095: Undo crash w/ linked library dataCampbell Barton
2018-08-08Merge branch 'master' into blender2.8Campbell Barton
2018-08-08Fix T54584: Crash w/ image undoCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-06-13Fix undo of transform after frame change undoing too much.Brecht Van Lommel
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Fix sculpt assert on initializationCampbell Barton
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton
2018-04-19Fix bug with NULL context being used in undoCampbell Barton
2018-04-18Disable auto-override for all but active object in group case.Bastien Montagne
2018-04-14Merge branch 'master' into blender2.8Campbell Barton
2018-04-14Fix T54568: Undo memory de-duplication failedCampbell Barton
2018-04-11Fix again 'auto override' system.Bastien Montagne
2018-04-06Cleanup: style, doxy headersCampbell Barton
2018-04-05Undo System: return undo step from undo push initCampbell Barton
2018-04-03Undo: make id-map use binary search to keep sortedCampbell Barton
2018-04-03Fix own error w/ undo ID lookupCampbell Barton
2018-04-03Undo System: id-map avoid duplicate add/lookupCampbell Barton
2018-04-03Fix mistake logging w/ undoCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton