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-08-26Simplified runtime node type definition.temp-runtime-node-defLukas Tönne
2021-08-25Merge branch 'master' into temp-runtime-node-defLukas Tönne
2021-08-25Correct error in 38630711a02e553f209ace9a8627a7a851820a2dCampbell Barton
2021-08-25BLI_string_utf8: remove unnecessary utf8 decoding functionsCampbell Barton
2021-08-25BLI_string_utf8: simplify utf8 stepping logicCampbell Barton
2021-08-25VSE: Set default sound and video export formatRichard Antalik
2021-08-25Cleanup: Use shorter enum item namesHans Goudey
2021-08-25LineArt: Fix (Unreported) Crash when loading objects.YimingWu
2021-08-25Cleanup: Remove unecessary variablesHans Goudey
2021-08-24Fix T90900: Crash when rendering geometry nodes created curveHans Goudey
2021-08-24Cleanup: Make function static, remove unused argumentsHans Goudey
2021-08-24Nodes: Improvements to edge panning in the node editor.Lukas Tönne
2021-08-24Fix T90715: Remove correct particle modifier through Python APIRobert Guetzkow
2021-08-24Cleanup: ID management: Remove useless internal for `BKE_lib_id_clear_library...Bastien Montagne
2021-08-24Cleanup: Remove useless Camera `make_local` callback.Bastien Montagne
2021-08-24Cleanup: Simplify logicHans Goudey
2021-08-24Render: Lazily allocate render passes pixels storageSergey Sharybin
2021-08-24FFMPEG: Fix building with older versions that need FFMPEG_USE_DURATION_WORKAR...Sebastian Parborg
2021-08-24Disable Fade Inactive Geometry overlay by defaultPablo Dobarro
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-24Fix invalid mask use for the UV-project modifierCampbell Barton
2021-08-24Added more Geometry Node testsHimanshi Kalra
2021-08-24PyAPI: remove active area test for script.python_file_run operatorCampbell Barton
2021-08-24Fix buffer size mismatch in SCRIPT_OT_python_file_runCampbell Barton
2021-08-24Fix reporting Python reference leaks with WITH_PYTHON_SAFETYCampbell Barton
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-24Cleanup: spellingCampbell Barton
2021-08-24Cleanup: quiet clang-format warnings, unused argumentCampbell Barton
2021-08-24Fix T90854: Cycles, normal map fails with applied transformationsKévin Dietrich
2021-08-24VSE: Add Sequence.parent_meta() python API functionFélix
2021-08-24VSE: Cleanup speed effect mathRichard Antalik
2021-08-24Fix T88237: Prefetch crash on rendering scene stripRichard Antalik
2021-08-24Fix T90407: Split fails on transition stripsRichard Antalik
2021-08-24Fix T90646: VSE hangs when strips overlapRichard Antalik
2021-08-24Fix T90467: Initialize CurveMapping on demandRichard Antalik
2021-08-23Using relative threshold for floats in mesh comparisonHimanshi Kalra
2021-08-23Cleanup: move the buffer list to 'MeshBufferCache'Germano Cavalcante
2021-08-23Cleanup: Isolate the batch list struct into a struct called MeshBatchListGermano Cavalcante
2021-08-23Cleanup: rename 'MeshBufferExtractionCache' to 'MeshBufferCache'Germano Cavalcante
2021-08-23Cleanup: rename 'MeshBufferCache' to 'MeshBufferList'Germano Cavalcante
2021-08-23Cleanup: Move 'tris_per_mat' member out of 'MeshBufferCache'Germano Cavalcante
2021-08-23Fix T89998: Cryptomatte node output values doubled with Multi-ViewManuel Castilla
2021-08-23Compositor: Fix crash enabling buffer groups on full frameManuel Castilla
2021-08-23Compositor: Fix incorrect copying of uchar buffersManuel Castilla
2021-08-23Compositor: Full frame matte nodesManuel Castilla
2021-08-23Compositor: Full frame Bokeh Blur and Blur nodesManuel Castilla
2021-08-23Compositor: Full frame distort nodesManuel Castilla
2021-08-23Compositor: Full frame transform nodesManuel Castilla
2021-08-23Compositor: Add sampling methods for full frameManuel Castilla
2021-08-23Compositor: Full frame convert nodesManuel Castilla