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
2017-05-02Add scene argument for notifiersCampbell Barton
2017-04-25Outliner: Re-build depsgraph when reordering collectionsDalai Felinto
2017-04-24Bring back outliner hierachy deleteDalai Felinto
2017-04-24Outliner: Bring back bases when pertinentDalai Felinto
2017-04-24Convert BaseLegacy to Base (part)Luca Rood
2017-04-21Tag depsgraph update when hide and hide_select are changedDalai Felinto
2017-04-19Convert direct usages of base definesLuca Rood
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-12Layer / Outliner / Depsgraph: update depsgraph when running outliner operatorsDalai Felinto
2017-04-12Outliner: Draw nested collections before objects of a collectionJulian Eisel
2017-04-12Outliner: Fix objects of master collection not showing up in 'Master Collecti...Julian Eisel
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-24Fix various i18n ambiguous issues reported in T43295.Bastien Montagne
2017-03-22fix redundant assignmentMike Erwin
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-20Silence unused vars warningDalai Felinto
2017-03-17Merge branch 'master' into blender2.8Julian Eisel
2017-03-17Various icon adjustmentsraa
2017-03-16Merge branch 'master' into blender2.8Bastien Montagne
2017-03-16Fix missing undo pushes in outliner's new datablock management operations.Bastien Montagne
2017-03-16Fix outliner contextual menu allowing to delete indirect libraries.Bastien Montagne
2017-03-15Outliner: Don't show master collection itself in "Master Collection Tree"Julian Eisel
2017-03-11Fix unwanted expanding/collapsing of collections using drag & dropJulian Eisel
2017-03-10Ouliner drag&drop: Correct/increase margin for triggering insert intoJulian Eisel
2017-03-10Insert into master collection when dragging above itJulian Eisel
2017-03-10Outliner: Support dragging objects into different collectionsJulian Eisel
2017-03-10Outliner drag&drop: Do generic check if no custom poll callback is definedJulian Eisel
2017-03-10Improve outliner drag&drop feedback by using drop poll callbacksJulian Eisel
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 issues in outliner collection reordering functionJulian Eisel
2017-03-09Layers: move LayerCollectionDalai Felinto
2017-03-09Layers: move SceneCollectionDalai Felinto
2017-03-08Outliner fix: prevent segfault when there is no active layer collectionDalai Felinto
2017-03-07OpenGL immediate mode: finish outliner_draw.cLuca Rood
2017-03-03OpenGL: remove last uses of sdrawline & sdrawboxMike Erwin
2017-03-02Outliner: add hooks for (yet to be implemented) layer reordering routinesDalai Felinto
2017-03-02Get UI ready for using drag & drop to nest a collection into another oneJulian Eisel
2017-03-01Fix collection renaming not checking for unique name in entire hierarchyJulian Eisel
2017-03-01Outliner: Make sure collection name is unique after renamingJulian Eisel