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-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Fix crash on startup on macOS, after recent framebuffer refactoring.Brecht Van Lommel
2018-04-03Undo: remove particle undo pushCampbell Barton
2018-04-03Cleanup: editor BKE_main includesCampbell Barton
2018-04-03Undo: replace global access w/ ED_undo_stack_getCampbell Barton
2018-04-03Fix mode switching error on undoCampbell Barton
2018-04-03Correct own error in string lookupCampbell Barton
2018-04-03Move to Collection: Reduce memory leakageDalai Felinto
2018-04-02Move to Collection: Use automatic fallback name for new collections popupDalai Felinto
2018-04-02Collections: API to get automatic name of new collectionDalai Felinto
2018-04-02Move to Collection: Popup for naming new collectionDalai Felinto
2018-04-02Fix blenderplayer (tm)Dalai Felinto
2018-04-02PyAPI: Add PyC_Tuple_Pack_F64 utilityCampbell Barton
2018-04-02UI: Fix: Center vertical scrollbar circles.Clément Foucault
2018-04-02UI: Perf: Batch Trias with widgets.Clément Foucault
2018-04-02Cleanup: remove redundant imbuf return valuesCampbell Barton
2018-04-02Partial fix for T54491: Use a more accurate solution to calculate the frustum...Germano
2018-04-02Build: fixes for the Intel compiler versions 2016, 2017, 2018.Milan Jaros
2018-04-02Cleanup: newlines left in messagesCampbell Barton
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: remove unused view_layer argumentCampbell 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-01Workaround for undo steps not storing object modesCampbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
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-31BLF: Remove debug printClément Foucault
2018-03-31BLF: Fix Vertical/Horizontal layout switch.Clément Foucault
2018-03-31UI: Perf: Batch icons drawcalls together.Clément Foucault
2018-03-31BLF: Perf: Do not call FT_Set_Char_Size every time.Clément Foucault
2018-03-31BLF: Perf: Add a kerning cache table for ascii chars.Clément Foucault
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-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-31Logging: add ability to exclude categories.Campbell Barton
2018-03-30UI: Perf: Do not use implicit Attrib fill.Clément Foucault
2018-03-30BFL: Fix broken vertical texts.Clément Foucault
2018-03-30DRW: Add BLF_batch_reset to be able to use BLF inside DRW.Clément Foucault
2018-03-30UI: Perf: Add BLF batching for File browser and UI blocks.Clément Foucault