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-06-21Fix Cycles CUDA render errors with CUDA 9.2.Brecht Van Lommel
2018-06-21Fix T55564: Cycles OpenCL build error on some scenes.Brecht Van Lommel
2018-06-21Fix T55491: Double click fail in menu popupsCampbell Barton
2018-06-21WM: don't make LMB a special case for double clickCampbell Barton
2018-06-20Cleanup: naming (make it clear vars are squared)Campbell Barton
2018-06-20Screen: split ED_area_actionzone_find_xyCampbell Barton
2018-06-20Cleanup: rename is_in_area_actionzoneCampbell Barton
2018-06-20Cleanup: quiet warningCampbell Barton
2018-06-20Cleanup: remove some G.main from BKE's node.cBastien Montagne
2018-06-20UI: only show "Edit Translations" when addon usedCampbell Barton
2018-06-19Final cleanup of G.mains in render area.Bastien Montagne
2018-06-19Cycles: Fixed crash when the camera was inside 16 volumes or more. It still w...Stefan Werner
2018-06-19Fix (unreported) passing CDLayer 'ID' instead of bitflag to a cdlayer mask!Bastien Montagne
2018-06-19Fix T55528: Cycles AO node should default to 1 if radius is 0.Brecht Van Lommel
2018-06-19Cleanup DM generation code for ProjPaint.Bastien Montagne
2018-06-19Fix (unreported) unauthorized relesing of derived_final DM in paint projectio...Bastien Montagne
2018-06-19Vertex Paint: set sculpt object mode immediatelyCampbell Barton
2018-06-19editorconfig: correct C/C++ using spaceCampbell Barton
2018-06-18make.bat: Fix msvc-2017 detection.Ray Molenkamp
2018-06-18editorconfig: add rstCampbell Barton
2018-06-18editorconfig: add line length, glslCampbell Barton
2018-06-18Add .editorconfig fileCampbell Barton
2018-06-18Fix T55503: File browser filter not working correctly.Bastien Montagne
2018-06-18RNA: disable animation for file output optionsCampbell Barton
2018-06-17Cleanup: trailing space cmake, make.batCampbell Barton
2018-06-17Cleanup: trailing space in CMake filesCampbell Barton
2018-06-17Python: Allow untrusted py-drivers to run limited expressionsCampbell Barton
2018-06-17Cleanup: trailing space for remaining source/Campbell Barton
2018-06-17Cleanup: trailing space for blenloaderCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-17Cleanup: trailing space for freestyleCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-06-17Cleanup: trailing space for modifiersCampbell Barton
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-06-17Cleanup: trailing space in source/gameengine/Campbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-17Cleanup: remove unused BLI_rebase_pathCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-17BLI_path: add string size debug defineCampbell Barton
2018-06-17CMake: add missing headersCampbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-16make.bat: Fix `make showhashes` not working.Ray Molenkamp
2018-06-16Fix T55427: Removing Vertex Group used by Data Transfer Modifier results in c...Bastien Montagne
2018-06-16UI: refactor drag-toggle for other button typesCampbell Barton
2018-06-16UI: minor changes from 2.8Campbell Barton
2018-06-16Cycles Cleanup: Remove unneccessary color management callLukas Stockner
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-06-15WM: suppress drag events if motion is handledCampbell Barton
2018-06-15Cleanup: some more G.main removal.Bastien Montagne