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-07-11Cycles: Switched CPU cryptomatte to use unordered_map instead of map.cycles_cryptomatteStefan Werner
2018-07-11Cycles: Initial addition of Cryptomatte ID writing.Stefan Werner
2018-07-10CMake: Disable OpenAL and JACK when AUDASPACE is disabledSergey Sharybin
2018-07-10GHOST: Fix memory leak in X11 DPI querySergey Sharybin
2018-07-10Keymap: minor changes for keymap displayCampbell Barton
2018-07-10Fix transform plane constraint orientation cycleCampbell Barton
2018-07-09Cleanup: use const transform argsCampbell Barton
2018-07-09Cleanup: remove 'Orientation' from keymap item nameCampbell Barton
2018-07-09Keymap: remove some hard coded transform eventsCampbell Barton
2018-07-09Cleanup: right shiftCampbell Barton
2018-07-07Fix scale in Apply Pose As Rest Pose for bendy bones.Alexander Gavrilov
2018-07-07Cleanup: isinstance can take multiple typesCampbell Barton
2018-07-07Cleanup: pep8Campbell Barton
2018-07-07Cleanup: redundant poll checksCampbell Barton
2018-07-06PyDrivers: update bytecode check for Python3.6Campbell Barton
2018-07-06Animation player: Ensure new frames are displayed while dragging mouseSergey Sharybin
2018-07-06Cleanup: use outliner_flag_* name prefixCampbell Barton
2018-07-06fix c++ comment style in 3cc2a9b934d0Philipp Oeser
2018-07-06Ocean Modifier: removed unused refresh flagsSybren A. Stüvel
2018-07-06Ocean Modifier: removed the MOD_OCEAN_REFRESH_ADD flagSybren A. Stüvel
2018-07-06Fix T55581: kill running (render) jobs when deleting a scenePhilipp Oeser
2018-07-06Cycles: Enabled half precision textures for OpenCL devices that support the c...Stefan Werner
2018-07-06Cycles: Fixed OpenCL kernel build, it threw a compiler error.Stefan Werner
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-07-06Empty Object: Center images by defaultCampbell Barton
2018-07-06BKE_addons: utility to remove by nameCampbell Barton
2018-07-05Cleanup: flag checksCampbell Barton
2018-07-05RNA: correct callback typeCampbell Barton
2018-07-05Cycles: Adding native support for UINT16 textures.Stefan Werner
2018-07-05Cleanup: pep8Campbell Barton
2018-07-04Cycles Denoising: Pass tile buffers to every OpenCL kernel to conform to stan...Lukas Stockner
2018-07-04Cycles Denoising: Correctly handle target buffer in tile unmapping and move d...Lukas Stockner
2018-07-04Cycles Denoising: Cleanup: Rename tiles to tile_infoLukas Stockner
2018-07-04Cycles Denoising: Refactor denoiser tile handlingLukas Stockner
2018-07-04Cycles Denoising: Split main function into logical stepsLukas Stockner
2018-07-03Cleanup: pep8Campbell Barton
2018-07-03Python: Print file:line when editing UI sourceCampbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-02Cleanup: right shiftCampbell Barton
2018-07-02Painting: fix uninitialized variable useCampbell Barton
2018-07-02Cycles: Fix missing curve hair when building with GCC-8 in release modeSergey Sharybin
2018-07-02Screen: support splitting from floating menuCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-02Correct f-string in own recent changesCampbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-07-01Fix T55687: compile error when not using c++11.Brecht Van Lommel
2018-07-01Fix T55626, fix T55106: Cycles motion blur + persistent images bug.Brecht Van Lommel
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-07-01Cleanup: reduce variable scopeCampbell Barton