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
2021-07-29Fix T90295: inconsistent render pass order between Cycles and EeveeBrecht Van Lommel
2021-07-29Render: remove unused Blender Internal view layer settingsBrecht Van Lommel
2021-07-29Render: disable Z pass by default, leave only CombinedBrecht Van Lommel
2021-07-29Assets/UI: Resolve major asset view UI template limitationJulian Eisel
2021-07-29Cleanup: Remove unnecessary code for asset view UI templateJulian Eisel
2021-07-29Assets/UI: Sanity check argument for UILayout.template_asset_view()Julian Eisel
2021-07-29Cleanup: Pass asset handle to asset iterator, rather than wrapped fileJulian Eisel
2021-07-29Cleanup: Consistent indent style for asset CMakeLists fileJulian Eisel
2021-07-29install_deps: update OIDN to 1.4.1, and ISPC to 1.16.0.Bastien Montagne
2021-07-29install_deps: Update OSL to 1.11.14.1.Bastien Montagne
2021-07-29Cleanup: OSL buildlib patch: Remove `.rej` part.Bastien Montagne
2021-07-29install_deps: Update OIIO to 1.1.15.1.Bastien Montagne
2021-07-29install_deps: Update llvm to 12.0 (with minimal now being 11.0).Bastien Montagne
2021-07-29Install_deps: add flex dependency.Bastien Montagne
2021-07-29Install_deps: Add zstd dependency.Bastien Montagne
2021-07-29Fix 'BLI_task_parallel_mempool' keeping 'user_chunk' unchangedGermano Cavalcante
2021-07-29deps: Reduce llvm/clang footprint for windowsRay Molenkamp
2021-07-29Data-block Preview: Create preview using current frameAntonio Vazquez
2021-07-29Cleanup: Remove debug-only codeSergey Sharybin
2021-07-29Fix building without Cycles loggingSergey Sharybin
2021-07-29Cleanup: Fix build warningRichard Antalik
2021-07-29cleanup: editor_image : Remove unused draw functionsjim man
2021-07-29Fix Cycles crash with fluid object motion blur disabledSergey Sharybin
2021-07-29VSE: Change grid line drawingRichard Antalik
2021-07-29VSE: don't snap by defaultRichard Antalik
2021-07-29UI: Fix time labels drawingRichard Antalik
2021-07-29Fix T89952: GPencil channel box selection offsetFalk David
2021-07-29Fix memory leaks in Python gizmo get/set handlersCampbell Barton
2021-07-29Fix gpu.types.GPUTexture crash when the size argument was too bigCampbell Barton
2021-07-29Cleanup: use PyC_AsArray_FAST function where possibleCampbell Barton
2021-07-29PyAPI: support multi-dimensional arrays for bpy.props vector typesCampbell Barton
2021-07-29PyAPI: add multi-dimensional array conversion utility functionsCampbell Barton
2021-07-29Cleanup: spellingCampbell Barton
2021-07-28Fix T75028: Improved Font Names in File ManagerHarley Acheson
2021-07-28Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NANBrecht Van Lommel
2021-07-28Cleanup: Remove unnecesary undefsRichard Antalik
2021-07-28Assets: Improve error message when "Clear Asset" failsJulian Eisel
2021-07-28VSE: Fix audio not recalculatedRichard Antalik
2021-07-28Cleanup: VSE cache invalidated twiceRichard Antalik
2021-07-28Fix T90221: geometry viewer node links to other socket typesWannes Malfait
2021-07-28Remove the code in `BKE_collection_move` to preserve LayerCollection flags.Bastien Montagne
2021-07-28LayerCollection: Refactor of resync-with-Collection-hierarchy process.Bastien Montagne
2021-07-28Fix T89415: update multi input indices after deleting a nodeWannes Malfait
2021-07-28Fix particle system duplication duplicates all systemsPhilipp Oeser
2021-07-28Fix T90154, T90213: curve issues since recent cleanup commitPhilipp Oeser
2021-07-28Fix menu poll function being ignored for UILayout.menuJulian Eisel
2021-07-28LineArt: Camera OverscanYimingWu
2021-07-28Fix (studio-reported) liboverride resync crash after recent changes.Bastien Montagne
2021-07-28VSE: Add tooltips for add_effect_strips operatorFalk David
2021-07-28Cleanup: reduce indentation in bpy.propsCampbell Barton