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
2022-09-14Cleanup: Add missing licence headersHans Goudey
2022-09-14Cleanup: use proper `bool` variables in Main, instead of `char`.Bastien Montagne
2022-09-14Fix T49814: Collada Import Ignores Vertex NormalsMyron Carey
2022-09-14Fix T100684: Correct descriptions in Python APIJoseph Micheli
2022-09-14Fix T100959: Memory leak when moving node with AltGermano Cavalcante
2022-09-14Cleanup: quiet warningsJacques Lucke
2022-09-14Cleanup: remove unused fields + add overrideJacques Lucke
2022-09-14Added missing license headers.Jeroen Bakker
2022-09-14Fix T100977: Wrong native Ukrainian language name in UI.Bastien Montagne
2022-09-14Optimization: Exit early when resizing material slots.Erik Abrahamsson
2022-09-14Cleanup: remove redundant braces from assert & raiseCampbell Barton
2022-09-14PyDoc: add an "Advanced" section to document WITH_PYTHON_MODULECampbell Barton
2022-09-14Fix reports printing twice when called from Python in background-modeCampbell Barton
2022-09-14CMake: warn when "bpy" installs into the site-packages from LIBDIRCampbell Barton
2022-09-14Cleanup: skip argument freeing when built as a Python moduleCampbell Barton
2022-09-14UI: Add Mix Node to color section of add node menuCharlie Jolly
2022-09-13Fix T100771: Incorrect strip length when timecodes are usedRichard Antalik
2022-09-13Fix T100998: Speed effect not rendering scene strip subframesRichard Antalik
2022-09-13Fix: Resolve deprecation warning when copying polygon structHans Goudey
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13Fix T100980: Missing deg update when duplicating a geometry nodetree in node ...Bastien Montagne
2022-09-13Revert hidden object optimization in depsgraphSergey Sharybin
2022-09-13Fix T101027: Sculpt tools don't respect visibility after recent commitHans Goudey
2022-09-13NLA: Remove Edited Action tab from NLA panelNate Rupsis
2022-09-13EEVEE: Fix volumetric resolve in large scenes.Jeroen Bakker
2022-09-13Fix: set ipo/easing in dope ignores hidden channelsWayde Moss
2022-09-13Fix T101031: Crash with Initialize Face Sets operatorHans Goudey
2022-09-13obj: implement support for PBR .mtl extensionsAras Pranckevicius
2022-09-13Fix broken Cycles Metal build after recent changesBrecht Van Lommel
2022-09-13Fix: crash when changing to viewer context in spreadsheetJacques Lucke
2022-09-13Fix compilation error on Windows after recent changeSergey Sharybin
2022-09-13EEVEE-Next: Cryptomatte render passes.Jeroen Bakker
2022-09-13Fix T101004: Crash when invisible object becomes visibleSergey Sharybin
2022-09-13Cycles: Make OSL implementation independent from SVMPatrick Mours
2022-09-13Fix oneAPI compilation on modern Linux and CentOS 7 librariesSergey Sharybin
2022-09-13Cycles: Include reason the oneAPI library could not be loadedSergey Sharybin
2022-09-13Fix compilation on Linux, glibc 2.34, and CentOS librariesSergey Sharybin
2022-09-13CMake: exclude BLI_args when building as a Python moduleCampbell Barton
2022-09-13Cleanup: typo in variable nameCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-13Cleanup: use u-prefixed integer types (for brevity)Campbell Barton
2022-09-13Docs: improve explanation for why CLG_exit shouldn't be called earlyCampbell Barton
2022-09-13Cleanup: improve titles for CMake sections, line lengthCampbell Barton
2022-09-13CMake: omit WITH_INSTALL_PORTABLE from bpy_module.cmakeCampbell Barton
2022-09-13CMake: omit WITH_INSTALL_PORTABLE from the 'lite' configurationCampbell Barton
2022-09-13Python: update defaults for "make bpy"Campbell Barton
2022-09-13Makefile: support 'make bpy lite' / 'make bpy release'Campbell Barton
2022-09-13Docs: improve BKE_object_defgroup_flip_map doc-stringCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton