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-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2018-02-28Depsgraph: Expose query to get view layer to RNADalai Felinto
2018-02-27merge Collada changtes from masterGaia Clary
2018-02-27Merge commit '6aadd61bd892d3908ed8151' into blender2.8Dalai Felinto
2018-02-27Collada: commented out code was previously left over with an unresolved confl...Gaia Clary
2018-02-27Collada: Remove obsolete codeGaia Clary
2018-02-27fix: Collada Matrixdata Importer tried to fix rotations where nothing was to ...Gaia Clary
2018-02-27Collada: removed unnecessary dup[licate matrix conversion in matrix data expo...Gaia Clary
2018-02-27Collada exporter: Replaced numbers 0/1 by boolean values fasle/true for bette...Gaia Clary
2018-02-27Collada Shape key export can create huge datafiles and may need some optimiza...Gaia Clary
2018-02-27Collada enable Export of animation data by defaultGaia Clary
2018-02-27DRW: Fix multithreading conflict with material previews.Clément Foucault
2018-02-27DRW: Refactor / Cleanup Builtin uniforms.Clément Foucault
2018-02-27DRW: Do not recreate the common uniform buffer every frame.Clément Foucault
2018-02-27Fix T54179: Assert changing layers in 2nd windowCampbell Barton
2018-02-27Eevee preview materialsDalai Felinto
2018-02-27Cleanup: remove unused duplicate codeCampbell Barton
2018-02-27Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-27Collada: Remove unused vector of flaot[4][4] valuesSergey Sharybin
2018-02-27Collada: Use floating point version of abs()Sergey Sharybin
2018-02-27Merge branch 'master' into blender2.8Campbell Barton
2018-02-27GPU_select: correction to select-pick-finalizeCampbell Barton
2018-02-27Fix error in depth picking caused by GL contextsCampbell Barton
2018-02-27Merge branch 'master' into blender2.8Campbell Barton
2018-02-27GPU_select: utility function to finalize selectionCampbell Barton
2018-02-27Revert "F12 offline Freestyle rendering support in Eevee"Tamito Kajiyama
2018-02-27Fix T54106: Save blend ignores 'check_existing'Campbell Barton
2018-02-27F12 offline Freestyle rendering support in EeveeTamito Kajiyama
2018-02-27Merge branch 'master' into blender2.8Gaia Clary
2018-02-27Collada: removed unused variables. fixed incompatible format in console outpu...Gaia Clary
2018-02-27Merge branch 'blender2.8' of git.blender.org:blender into blender2.8Gaia Clary
2018-02-27merge from masterGaia Clary
2018-02-27VSE preview: Get depsgraph from EvaluationContextDalai Felinto
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