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
2020-02-07Cleanup: split Cycles export into smaller filesBrecht Van Lommel
2020-01-27Fix: Building without WITH_MOD_FLUIDRay Molenkamp
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-09-04Shading Modes: Material and Render PreviewJeroen Bakker
2019-08-30Cycles: OpenCL Separate Compilation Debug FlagJeroen Bakker
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: fix building WITH_CYCLES_LOGGING=ONCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-15Cycles: Support multithreaded compilation of kernelsBrecht Van Lommel
2019-02-11Cycles: add animation denoising Python operator.Lukas Stockner
2019-02-11Cycles: refactor Blender device settings handling into own file.Brecht Van Lommel
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space in CMake filesCampbell Barton
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-12-14Cycles: Move object culling helper to own filesSergey Sharybin
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-01-14Cycles: Reduce scope of some defines set in CMakeListsSergey Sharybin
2015-07-18Cycles: Point density texture supportSergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-25Cycles: Add support of Glog loggingSergey Sharybin
2014-08-28Followup for the previous commit: apparently for CMake py files are hardcodedSergey Sharybin
2014-03-22Cleanup: Restrict the debug -gline-tables-only to cxx_debug in cycles and spe...Jens Verwiebe
2014-03-20Extend workaround to all OS :avoid link failure with clang 3.4 debugJens Verwiebe
2014-03-13Code cleanup: cmakeCampbell Barton
2014-03-13Cmake: fix compile problem after own commitJens Verwiebe
2014-03-13Fix for compilation error since previous fix for XCodeSergey Sharybin
2014-03-13OSX/cmake: set DEBUG_INFORMATION_LEVEL to "line-tables-only" for cycles, clan...Jens Verwiebe
2013-10-07Add GLEW_STATIC definition for CMake as well.Antony Riakiotakis
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2012-12-28New featureStuart Broadfoot
2012-12-13Cycles: shuffle addon import statements a bit to try to fix a strange importBrecht Van Lommel
2012-11-03Cycles: use mikktspace now for computing tangents from UV maps. This avoids uglyBrecht Van Lommel
2012-11-03Cycles OSL: shader script nodeBrecht Van Lommel
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2011-12-01CyclesBrecht Van Lommel
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-20Cycles: another build system tweak that might solve build problem, not sureBrecht Van Lommel
2011-11-16Cycles: cmake build system tweak, might solve compile issue.Brecht Van Lommel
2011-11-09edits to cycles cmake files so cmake_consistency_check.py can parse them.Campbell Barton
2011-08-29Cycles: integrator presets, patch by Thomas.Brecht Van Lommel
2011-08-25Cycles: fix linux build issue, link order was wrong.Brecht Van Lommel
2011-08-16Cycles:Brecht Van Lommel
2011-07-01Cycles: fix crash with image texture nodes (on windows).Brecht Van Lommel
2011-06-30Cycles: OS X build system changes to use lib/ openimageio and boost.Brecht Van Lommel
2011-06-28Cycles: fix for dynamic library copying on linux.Brecht Van Lommel