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-01Cleanup: some more G.main removal from editor code.Bastien Montagne
2018-05-31Add Asan support for clang on windows.Ray Molenkamp
2018-05-31Cleanup: Remove G.main from some editor files.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE mball code.Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-31Cleanup: nuke G.main out of BKE PackedFile code.Bastien Montagne
2018-05-31Cleanup: use doxy sections for space typesCampbell Barton
2018-05-31Cleanup: return types in stubsCampbell Barton
2018-05-31Fix OpenCL compilation error - BPT without SSS.Hristo Gueorguiev
2018-05-30make.bat: fix support for building with just the build tools installed.Ray Molenkamp
2018-05-30Fix missing movieclip ID type in allowed ones for Outliner...Bastien Montagne
2018-05-30Edit Mode: add success return valueCampbell Barton
2018-05-30DNA: add OB_DATA_SUPPORT_EDITMODE macroCampbell Barton
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-29make.bat : fix release build not getting the right settings.Ray Molenkamp
2018-05-29make.bat : improve error message while detecting the msvc runtime when using ...Ray Molenkamp
2018-05-29make.bat : add support for building with ninja and clang together.Ray Molenkamp
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