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-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-28Depsgraph: Update tool settings when updating CoW sceneSergey Sharybin
2018-02-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-28De-duplicate tool settings copy and make tool settings freeing reusableSergey Sharybin
2018-02-28Null pointer check exiting sculpt modeCampbell Barton
2018-02-28Null pointer check exiting sculpt modeCampbell Barton
2018-02-28WorkSpace: use existing objects mode on selectCampbell Barton
2018-02-28Workspace: sync object-modes to other workspacesCampbell Barton
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Code cleanup: fix a few harmless warnings.Brecht Van Lommel
2018-02-28Code cleanup: make viewport free simpler and consistent with GPU module.Brecht Van Lommel
2018-02-28Code cleanup: fix a few compiler warnings.Brecht Van Lommel
2018-02-28DRW: Fix broken particle drawing.Clément Foucault
2018-02-28Object Mode: Fix incorrect lightprobe wire color when in edit mode.Clément Foucault
2018-02-28Cleanup: comment for depth picking code, const argsCampbell Barton
2018-02-28DRW: Disable depth test when drawing statisticsClément Foucault
2018-02-28Cleanup: use 'uint' for GPU_selectCampbell Barton
2018-02-28DRW: Fix negative scale object drawing.Clément Foucault
2018-02-28DRW: Refactor & Split draw_manager.c into multiple files.Clément Foucault
2018-02-28BLI_link_utils: Add BLI_LINKS_APPEND(list, link)Clément Foucault
2018-02-28Cleanup: macros using _END, should have a _BEGINCampbell Barton
2018-02-28Fix Cycles to mostly work with render layer / depsgraph changes.Brecht Van Lommel
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