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-26Intial commit for volume motion blur.Geraldine Chua
2018-07-26Cleanup; fix some bugs causing crashes.Geraldine Chua
2018-07-16Cleanup and bug fixes.Geraldine Chua
2018-07-10Simple OpenVDB import GUI.Geraldine Chua
2018-07-10Initial commit for Cycles OpenVDB import.Geraldine Chua
2018-07-10Revert "Morton ordering for sparse grids."Geraldine Chua
2018-06-16Morton ordering for sparse grids.Geraldine Chua
2018-06-11Minor sparse tile fixes.Geraldine Chua
2018-06-10Updates to volume kernel tiling function.Geraldine Chua
2018-06-08Reduce sparse grid memory usage and minor fixes.Geraldine Chua
2018-06-07Threshold sparse grid with volume mesh isovalueGeraldine Chua
2018-06-07Remove SparseTile; support CPU tricubic interp.Geraldine Chua
2018-06-06Added sparse grid lookup to mesh volume generator.Geraldine Chua
2018-06-05Updates to tiling function.Geraldine Chua
2018-06-05Created init functions for uchar4 and half4.Geraldine Chua
2018-05-31Initial working implementation of tiling for sparse grids.Geraldine Chua
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