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
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Resolve unsigned comparison error w/ MSVCCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-04-01Cleanup: warningCampbell 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: fix own error with formattingCampbell Barton
2018-03-31Use int instead of boolCampbell 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-31Docs: doxygen docs for clogCampbell Barton
2018-03-31Fix clog: own error allocating from static bufferCampbell Barton
2018-03-31Fix logger build w/ MSVCCampbell Barton
2018-03-31Build deps: do sndfile patch also on linux platformArto Kitula
2018-03-31GWN: Perf: Bypass glUseProgram(0)Clément Foucault
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
2018-03-30BLF: Add Batching capabilities.Clément Foucault
2018-03-30GPUFramebuffer: Fix assert triggering another assert.Clément Foucault
2018-03-30BLF: Use Batch API instead of IMM.Clément Foucault
2018-03-30GWN: Add GWN_vertbuf_vertex_count_set.Clément Foucault
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-30build_deps: Disable building docs for OIIOThomas Beck
2018-03-30Select Grouped: Collection Part IIDalai Felinto
2018-03-30Collections: API to select all scene collection objectsDalai Felinto
2018-03-30Select Grouped: Collection Part IDalai Felinto
2018-03-30Fix typo in outliner Select Objects tooltipDalai Felinto
2018-03-30Collections: API to get collection from indexDalai Felinto
2018-03-30Collections: API to check if object is in collectionDalai Felinto
2018-03-30PyDoc: Merge manual docs for bge.textureAaron Carlisle
2018-03-29BLF: Reduce the size of the buffer requested to IMM.Clément Foucault
2018-03-29BLF: Perf: Divide by 6 the amount of verts sent to the GPU.Clément Foucault
2018-03-29GWN: Add immVertex4f.Clément Foucault
2018-03-29UI: Edit mode move edge data tool into a menuAaron Carlisle
2018-03-29PyDocs: Adde link to Wikipedia page for mathutils.Euler classAaron Carlisle
2018-03-29Cleanup: Use uppercase UI_ prefix for external functionsJulian Eisel
2018-03-29Fix Blenderplayer compile errorJulian Eisel
2018-03-29UI: Fix out of bound read catched by asan.Clément Foucault
2018-03-29UI: Perf: Group fill/border/emboss batches together.Clément Foucault