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-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-28Fix Cycles + OSL build error, pass main to node editing functions.Brecht Van Lommel
2018-05-27UI: center align number buttons w/o textCampbell Barton
2018-05-27Cleanup: Nuke most of remaining evil G.main from RNA.Bastien Montagne
2018-05-27Cycles: Fix problems in the IES loader when rendering with no file selectedLukas Stockner
2018-05-27UI: replace BLI_strncpy w/ memcpyCampbell Barton
2018-05-27Recently added IES conflicts w/ EEVEECampbell Barton
2018-05-273D View: minor change to NDOF view orbitCampbell Barton
2018-05-27Fix restrict error in BLI_str_format_byte_unitCampbell Barton
2018-05-27make.bat : Fix builtime.txt being written in the wrong folder.Ray Molenkamp
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-05-26Threads: add spinlock hit for hyperthreading processors on Windows.Brecht Van Lommel
2018-05-26make.bat: Add support for building with ninja.Ray Molenkamp
2018-05-26make.bat/cleanup: removed stray echo in make.batRay Molenkamp
2018-05-26make.bat: refactor make.batRay Molenkamp
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-05-25[windows/make.bat] use a more reliable way of locating visual studio 2017.Ray Molenkamp
2018-05-25WM: check modal handlers for keymap lookupsCampbell Barton
2018-05-25UI: fix assertCampbell Barton
2018-05-253D View: add pixelsize function w/o UI scaleCampbell Barton
2018-05-24Cycles: Cleanup: Remove duplicated atan2f definition for OpenCLLukas Stockner
2018-05-24Cycles Denoising: Don't use atomics in the accumulation kernel on CPUsLukas Stockner
2018-05-24Cycles/Compositor: Add arctan2 operation to the Math nodeLukas Stockner
2018-05-243D View: remove poll 3D view for copy/pasteCampbell Barton
2018-05-24Fix T55034: Setting duplication group for multiple selected items onlyPhilipp Oeser
2018-05-24Fix Extend property of Lasso select tool in Mask editor not workingPhilipp Oeser
2018-05-24Fix T54336: Extend property of Lasso select tool in Node editor does notPhilipp Oeser
2018-05-24Fix T55137: Compilation failing on non-x86-64 architecturesLukas Stockner
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-23Fix incorrect size in aligned lockfree reallocCampbell Barton
2018-05-22blenderplayer: add stubsCampbell Barton
2018-05-22Fix T55093: Bisect + fill crashCampbell Barton
2018-05-22Memory allocator: use lockfree calls internallyCampbell Barton
2018-05-21CMake: only include licences for enabled libsCampbell Barton
2018-05-21Cleanup: use const for transform internal APICampbell Barton
2018-05-21RNA: support for PARM_OUTPUT & PARM_RNAPTRCampbell Barton
2018-05-21Fix too much memory usage for Cycles attribute map.Brecht Van Lommel
2018-05-21Fix/workaround RNA build error in C++ API.Brecht Van Lommel
2018-05-21Cleanup: correct variable namesCampbell Barton
2018-05-21WM: utility to find a keymap item from an operatorCampbell Barton
2018-05-18Cycles tests: move to render/ folder, to share with Eevee.Brecht Van Lommel
2018-05-18CMake: Add WITH_COMPILER_ASAN optionCampbell Barton
2018-05-18Cleanup: remove deprecated definitionsCampbell Barton
2018-05-18Fix T55115: crash when iterating SmokeDomainSettings color_grid propertyPhilipp Oeser
2018-05-18Fix crash drawing polygon curvesCampbell Barton
2018-05-18Add missing headerCampbell Barton
2018-05-18Logging: add --show-log-backtraceCampbell Barton
2018-05-18Color: Assume Rec 709 in remaining comp nodesAaron Carlisle
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-05-17makesrna: error check from 2.8Campbell Barton