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
path: root/intern
AgeCommit message (Expand)Author
2021-08-14cmake: disable WITH_GHOST_WAYLAND if any Wayland dependency is missingwayland-x11-fallbackChristian Rauch
2021-08-14GHOST/wayland: use Wayland only when 'BLENDER_WAYLAND' is setChristian Rauch
2021-08-13Cleanup: Unused function parameter warningSergey Sharybin
2021-08-12Fix T88386: Continuous Grab occasionally jumping on Arm64 MacOSGermano Cavalcante
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11Cycles: OSL metadata support for UI labels and checkboxesPedro A
2021-08-11Cleanup: use socket identifier instead of names in Cycles shader exportBrecht Van Lommel
2021-08-10Win32 IME: Replace Usage of Language IDsHarley Acheson
2021-08-09Fix T90511: Cycles preview does not update once preview is doneSergey Sharybin
2021-08-07Cleanup: unnecessary double pointers in XR modulePeter Kim
2021-08-06Cycles: Fix for possible viewport dead-lockSergey Sharybin
2021-08-06Cleanup: Use conventional naming for private Session membersSergey Sharybin
2021-08-05Xcode: support cmake options for grouping in foldersGermano Cavalcante
2021-08-05Cleanup: comment blocks & spellingCampbell Barton
2021-08-05Render: move Cycles visibility, holdout and shadow catcher properties to BlenderBrecht Van Lommel
2021-08-05XR Controller Support Step 2: Action MapsPeter Kim
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05XR: Action Binding ImprovementsPeter Kim
2021-08-05Win32 IME: Rename SetInputLanguage()Harley Acheson
2021-08-04Win32 IME: Remove ime_status_Harley Acheson
2021-08-04Cycles: make object Fast GI Approximation panel a subpanel of ShadingBrecht Van Lommel
2021-08-04Fix Cycles material slots list being too shortRomain Toumi
2021-08-04Cycles: More flexible GI Approximation AO distance controlSergey Sharybin
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Cleanup: Remove unused/unecessary OpenVDB C APIHans Goudey
2021-08-02Cleanup: spellingCampbell Barton
2021-08-01IME Win32: Fix Duplicated Initial CharacterTakahiro Shizuki
2021-07-30Cleanup: Simplify logic, follow style guide for integer typesHans Goudey
2021-07-30Fix EGL version being printed on every startupBrecht Van Lommel
2021-07-30Cleanup: clarify license and origin of voronoi and dithering codeBrecht Van Lommel
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-30Cleanup: workaround for unstable formatting in clang-formatCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-29Fix T90295: inconsistent render pass order between Cycles and EeveeBrecht Van Lommel
2021-07-29Cleanup: Remove debug-only codeSergey Sharybin
2021-07-29Fix building without Cycles loggingSergey Sharybin
2021-07-29Fix Cycles crash with fluid object motion blur disabledSergey Sharybin
2021-07-28Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NANBrecht Van Lommel
2021-07-27Fix missing passes update on Use Denoising changeSergey Sharybin
2021-07-26Cycles: upgrade CUDA to 11.4Brecht Van Lommel
2021-07-26Cleanup: fix compiler warnings due to implicit castNikhil Shringarpurey
2021-07-26Revert "GHOST/wayland: use Wayland only when 'BLENDER_WAYLAND' is set"Sybren A. Stüvel
2021-07-26Cycles: Fixed memory leak in ColorSpaceManagerStefan Werner
2021-07-26Cleanup: clang-formatCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-24GHOST/wayland: use Wayland only when 'BLENDER_WAYLAND' is setChristian Rauch
2021-07-24GHOST/wayland: explicitly delete 'GHOST_SystemWayland' when fallback to X11Christian Rauch
2021-07-24GTest: Use INC/INC_SYS for Libmv/OSD testsRay Molenkamp