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-02-08Fixing builds for 2.8 - outliner typoDalai Felinto
2018-02-08Fix: Data-Blocks view in Outliner no longer displayed property values, making...Joshua Leung
2018-02-06Object Mode: pass eval_ctx in outliner functionsCampbell Barton
2018-01-22T53831: Fixed vertical line alignment & expand Collection and Scene buttons p...Philippe Schmid
2018-01-19Outliner: Remove User PreferencesDalai Felinto
2018-01-19Outliner Filtering System + CleanupDalai Felinto
2018-01-18Outliner: Use (temporary) icons for collectionsDalai Felinto
2018-01-12Fix T53764: vertical line glitch for collections with objects and collectionsDalai Felinto
2018-01-05Outliner: Fix for restriction columnsDalai Felinto
2018-01-02Outliner: Master Collection always expandedDalai Felinto
2017-12-18Add override icon to such data-blocks in OUtliner.Bastien Montagne
2017-12-15Group collection viewport/render options and remove collection visibilityDalai Felinto
2017-12-13Outliner: Fix selection drawingDalai Felinto
2017-12-04Cleanup: whitespaceCampbell Barton
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-09-20Layer collection enable flagDalai Felinto
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-04-21Tag depsgraph update when hide and hide_select are changedDalai Felinto
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-10First batch of PRIM_QUAD_XXX replacement by PRIM_TRIANGLES.Bastien Montagne
2017-04-10Make build with GL 3.3 againDalai Felinto
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-07OpenGL / Outliner: QUADS are not supported in coreDalai Felinto
2017-04-07OpenGL: refactor UI_draw_roundbox functionsMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-22fix redundant assignmentMike Erwin
2017-03-17Merge branch 'master' into blender2.8Julian Eisel
2017-03-17Various icon adjustmentsraa
2017-03-10Improve outliner drag&drop feedback by using drop poll callbacksJulian Eisel
2017-03-10Draw drag&drop feedback overlays with element indentationJulian Eisel
2017-03-10Support drag & drop of collections across multiple hierarchy levelsJulian Eisel
2017-03-07OpenGL immediate mode: finish outliner_draw.cLuca Rood
2017-03-03OpenGL: remove last uses of sdrawline & sdrawboxMike Erwin
2017-03-02Get UI ready for using drag & drop to nest a collection into another oneJulian Eisel
2017-03-01Outliner: Make sure collection name is unique after renamingJulian Eisel
2017-02-28Highlight active collection in outlinerJulian Eisel