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
path: root/source
AgeCommit message (Expand)Author
2018-04-03Cleanup: editor BKE_main includesCampbell Barton
2018-04-03Undo: replace global access w/ ED_undo_stack_getCampbell Barton
2018-04-02PyAPI: Add PyC_Tuple_Pack_F64 utilityCampbell Barton
2018-04-02Cleanup: remove redundant imbuf return valuesCampbell Barton
2018-04-02Build: fixes for the Intel compiler versions 2016, 2017, 2018.Milan Jaros
2018-04-02Cleanup: newlines left in messagesCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-04-02Cleanup: move BKE_global include under ifdef'sCampbell Barton
2018-04-02Undo: store active curve shape key in edit-modeCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2018-04-02imbuf: revert some of the changes of rBb6ba3c682dd6615e760905572a5bcd69bb4637...Ray Molenkamp
2018-04-01Fix compiling with AlembicSergej Reich
2018-04-01Correct accidental changes by C Logging additionCampbell Barton
2018-04-01Resolve unsigned comparison error w/ MSVCCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-04-01Removed by accident in last commitCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-31BLI_sort_utils: add pointer sorting callbackCampbell Barton
2018-03-31Logging: add argument --log-show-basenameCampbell Barton
2018-03-31Cleanup: --help text outputCampbell Barton
2018-03-31Cleanup: blf internal struct namingCampbell Barton
2018-03-31Logging: add ability to exclude categories.Campbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-29PyDocs: Adde link to Wikipedia page for mathutils.Euler classAaron Carlisle
2018-03-29Depsgraph: initialize EvaluationContext even if nothing to updateDalai Felinto
2018-03-28Cleanup: Tooltip spellingAaron Carlisle
2018-03-28Fix Collada: broken tangents with Camera Animation import for xfovGaia Clary
2018-03-28Cleanup: typo in function nameCampbell Barton
2018-03-28BLI_array: utility to check memory is zerodCampbell Barton
2018-03-27Fix T54435: Quit prompt fails w/ fractional scaleCampbell Barton
2018-03-27Cleanup: global undo (minor changes to internals)Campbell Barton
2018-03-27Cleanup: move paint curve undo into own fileCampbell Barton
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2018-03-26BLF: Cleanup, indentation inside of preprocessorSergey Sharybin
2018-03-25Text: line break always returned cancelledCampbell Barton
2018-03-24Text: re-allocate exact lengths for undoCampbell Barton
2018-03-24Fix text editor undo w/ 4+ byte utf8 charactersCampbell Barton
2018-03-24Cleanup: move undo opcodes out of public headerCampbell Barton
2018-03-23Theming: Use list-item colors for all un-embossed buttons in list-itemsJulian Eisel
2018-03-23UI: restore quit confirmation when dialog disabledCampbell Barton
2018-03-23msvc: Fix msvc2013 new despgraph related build errors.Ray Molenkamp
2018-03-23UI: 4-column layout for the editor-type selector menuJulian Eisel
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-23Cleanup: doxy header, line lengthCampbell Barton
2018-03-23Cleanup: move image undo into own fileCampbell Barton
2018-03-23Fix issues with confirmation prompt on WindowsJulian Eisel
2018-03-23Fix own mistake from 4cb4556fa5ba78ffJulian Eisel
2018-03-23Fix memory leaks when doing "Save & Quit"Julian Eisel
2018-03-23Fix T48027: Memory leaks when exiting Blender from menuJulian Eisel
2018-03-22Depsgraph: Report new depsgraph evaluation timeSergey Sharybin