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-02-27merge from masterGaia Clary
2018-02-26Eevee: Fix prev_persmat being used by multiple viewport.Clément Foucault
2018-02-26V3D: Vertex selection: Fix opengl error.Clément Foucault
2018-02-26WM/GPU: Clear VAO cache of batch preset when switching context.Clément Foucault
2018-02-26DRW: Add new Draw Manager OpenGL Context.Clément Foucault
2018-02-26simplified collada integration in Blender. made functions mostly similar with...Gaia Clary
2018-02-26Adding support for Matrix Transformation exportGaia Clary
2018-02-26collada: fix typo in if statementGaia Clary
2018-02-26as discussed on IRC this definition seems to be not necessaryGaia Clary
2018-02-26Cleanup: typosCampbell Barton
2018-02-26Revert "changing collada parameters"Campbell Barton
2018-02-26Cleanup: use function for clearing bmesh tagsCampbell Barton
2018-02-26Fix T50132: UV sticky mode is not respected with border/circle/lasso select.Hugo Sales
2018-02-25Fix incorrect text clipping on node link button in material properties.Brecht Van Lommel
2018-02-25Object Mode: Display meshes without faces and edges in object mode.Clément Foucault
2018-02-25Eevee: Cleanup cascaded shadowmap code.Clément Foucault
2018-02-25DRW/GWN: Bypass glUseProgram.Clément Foucault
2018-02-25Manipulator: rename is_visible -> pollCampbell Barton
2018-02-25Fix Player tm, a lifes jobJens Verwiebe
2018-02-25merged collada rework from master into blender 2.8Gaia Clary
2018-02-25changing collada parametersGaia Clary
2018-02-24Fix a whitespace slipped inJens Verwiebe
2018-02-24Fix Plyer tmJens Verwiebe
2018-02-24T45687: Rework the Export/Import of AnimationsGaia Clary
2018-02-24Merge branch 'master' into blender2.8Kévin Dietrich
2018-02-24Smoke: expose empty space clipping property to the UI.Kévin Dietrich
2018-02-24OpenVDB : use underscores instead of spaces in grid names.Kévin Dietrich
2018-02-23Fixup for border render changesDalai Felinto
2018-02-23Eevee: add Principled Volume shader.Brecht Van Lommel
2018-02-23Eevee: add blackbody shader node support.Brecht Van Lommel
2018-02-23GPU: fixes for string socket types in shader nodes.Brecht Van Lommel
2018-02-23Eeevee: add temperature grid support, make color grid unpremultiplied.Brecht Van Lommel
2018-02-23Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-23Cycles: add Principled Volume shader.Brecht Van Lommel
2018-02-23Smoke: change default flame temperatures to match OpenGL preview.Brecht Van Lommel
2018-02-23Smoke: add temperature grid, with values 0..1 corresponding to 0..1000K.Brecht Van Lommel
2018-02-23Nodes: left align text for color and string sockets, same as other types.Brecht Van Lommel
2018-02-23Fix border rendering for eevee + stop passing render result aroundDalai Felinto
2018-02-23Fix T54137: OpenEXR files with long red/green/blue channel names not loading ...Brecht Van Lommel
2018-02-23Merge branch 'master' into blender2.8Campbell Barton
2018-02-23WM: Add WM_menutype_poll functionCampbell Barton
2018-02-23Merge branch 'master' into blender2.8Campbell Barton
2018-02-23WM: add WM_keymap_poll functionCampbell Barton
2018-02-23Cleanup: header guards & styleCampbell Barton
2018-02-22Fix T54136: Crash when deleting an object that is in an instanced groupDalai Felinto
2018-02-22DRW: Fix T54135 : Crash caused by wrongly iterating over ListBase.Clément Foucault
2018-02-22DRW: Fix use of uninitialized call->obmat.Clément Foucault
2018-02-22WM: Make sure that immediate mode is active before deactivate itGermano
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Fix mistake in previous refactor commitSergey Sharybin