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
2017-03-10Layers util function to move objects aroundDalai Felinto
2017-03-10Improve outliner drag&drop feedback by using drop poll callbacksJulian Eisel
2017-03-10Layers: fix bug in move layer collection above/belowDalai Felinto
2017-03-10Gaah, managed to undo a previous fix somehow...Julian Eisel
2017-03-10Draw drag&drop feedback overlays with element indentationJulian Eisel
2017-03-10Fix incorrect positioning of collection when dropping it after expanded oneJulian Eisel
2017-03-10Support drag & drop of collections across multiple hierarchy levelsJulian Eisel
2017-03-10Fix lamp draw setting color without checking if its neededCampbell Barton
2017-03-10Fix issues in outliner collection reordering functionJulian Eisel
2017-03-10OpenGL: Convert drawobject.c (cont)Clément Foucault
2017-03-10OpenGL: Convert drawobject.c (cont)Clément Foucault
2017-03-10OpenGL: Convert drawobject.c (cont)Clément Foucault
2017-03-10OpenGL: Convert drawobject.c (cont)Clément Foucault
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-09Immediate Mode: Updated commented out code from textview.cDalai Felinto
2017-03-09Immediate Mode: Fix text color for Info and Console editorsDalai Felinto
2017-03-093D View: x-ray support for depth pickingCampbell Barton
2017-03-09Immediate Mode: Fix crash on text editor when going over suggestion listDalai Felinto
2017-03-09Immediate Mode: text_draw.c 2/2Dalai Felinto
2017-03-09Immediate Mode: text_draw.c 1/2Dalai Felinto
2017-03-09Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-03-09Remove (ifdef) draw_documentation from text_draw.cDalai Felinto
2017-03-09Building 2.8 again after warning cleanup (696ed6d3ca)Dalai Felinto
2017-03-093D View: wrap GPU_select cache callsCampbell Barton
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-09Cleanup: warningsCampbell Barton
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-09OpenGL immediate mode: graph_draw.cLuca Rood
2017-03-09OpenGL: drawobject.c (cont)Clément Foucault
2017-03-09Edit Mesh overlay: Ported Display Normals optionClément Foucault
2017-03-09Edit Mesh overlay: remove sizeNormal from ubo.Clément Foucault
2017-03-09Draw Manager: structural changeClément Foucault
2017-03-09Layers: move LayerCollectionDalai Felinto
2017-03-09Layers: move SceneCollectionDalai Felinto
2017-03-09New util function: BLI_listbases_swaplinksDalai Felinto
2017-03-093D View: use cache for armature selectCampbell Barton
2017-03-083D View: new nethod of opengl selectionCampbell Barton
2017-03-08Fix T50849: Transparent background produces artifacts in this compositing setupSergey Sharybin
2017-03-08OpenGl: Converted more of drawobject.cClément Foucault
2017-03-08OpenGL Select: integer rect for passing regionCampbell Barton
2017-03-08Cleanup: replace short -> int for selection hitsCampbell Barton
2017-03-08Rename BLI_rct*_init_pt_size -> radiusCampbell Barton
2017-03-08Outliner fix: prevent segfault when there is no active layer collectionDalai Felinto
2017-03-08Fix T50886: Blender crashes on renderSergey Sharybin
2017-03-08OpenGL: convert editarmarture_sketch to new imm modeKhanh Ha
2017-03-07OpenGL: Converted bit more of drawobject.c.Clément Foucault
2017-03-07Task scheduler: Add concept of suspended poolsSergey Sharybin
2017-03-07Depsgraph: Remove workarounds from depsgraph for keeping threads aliveSergey Sharybin
2017-03-07Task scheduler: Initial implementation of local tasks queuesSergey Sharybin
2017-03-07Task scheduler: Use real pthread's TLS to access active thread's dataSergey Sharybin