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-08-01Merge branch 'master' into sculpt_curve_collisionssculpt_curve_collisionsLukas Tönne
2022-08-01RenderReport: Add option to add platform specific overrides.Jeroen Bakker
2022-08-01Cleanup: missing braces warningCampbell Barton
2022-08-01Cleanup: simplify uv parametrizer in preparation for C++Chris Blackbourn
2022-07-31Cleanup: Remove mesh edge "tmp tag"Hans Goudey
2022-07-31Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-07-31Fix T100075: OBJ import: images loaded multiple times instead of being reusedAras Pranckevicius
2022-07-31Fix test output print to give timing in ms.Lukas Tönne
2022-07-31Merge branch 'blender-v3.3-release'Antonio Vazquez
2022-07-31Use IndexMask to indicate changed curves instead of a VArray.Lukas Tönne
2022-07-31Fix T100086: GPencil Bezier curve edit not updated after smoothingAntonio Vazquez
2022-07-31Moved constraint into geometry module and separate performance test lib.Lukas Tönne
2022-07-31Cleanup: simplify uv parametrizer in preparation for C++Chris Blackbourn
2022-07-31Cleanup: Move interface_region_tooltip.c and header to C++Hans Goudey
2022-07-30Added perf test for different collision mesh resolutions.Lukas Tönne
2022-07-30Added a torus as a slightly more useful collision test surface.Lukas Tönne
2022-07-30Fix iterations perf test, only makes sense for PBD solver.Lukas Tönne
2022-07-30Cleanup: move optional error values into own struct.Lukas Tönne
2022-07-30Fix failing blenlib test from previous commitHarley Acheson
2022-07-30Computing residual error is now an optional step.Lukas Tönne
2022-07-30Simplified performance tests by using a common template.Lukas Tönne
2022-07-30UI: UI_MENU_ARROW_SEP Unicode CharacterHarley Acheson
2022-07-30UV: Add options for uv select similar in island modeChris Blackbourn
2022-07-30Cleanup: braces around statements in OBJ parserAras Pranckevicius
2022-07-30Merge remote-tracking branch 'origin/blender-v3.3-release'Jesse Yurkovich
2022-07-30Fix 100035: Make UDIM detection less aggressiveJesse Yurkovich
2022-07-30Cleanup: Clang tidyHans Goudey
2022-07-30Cleanup: Move five interface files to C++Hans Goudey
2022-07-30Sculpt: fix broken triangle/vertex count for DynTopoJoseph Eagar
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-07-30Sculpt: fix name collision in DynTopo temp attributesJoseph Eagar
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-29Fix attempt for MSVC build error after 42ccbb7cd1d5Julian Eisel
2022-07-29Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-29Build: hide all symbols except a few required ones on LinuxBrecht Van Lommel
2022-07-29Performance test for BVH tree branching factors.Lukas Tönne
2022-07-29Improvemed thread utilization by combining curve lists.Lukas Tönne
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29install_deps: Add handling of libaom, update ffmpeg build for it.Bastien Montagne
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29install_deps: bump IMath/OpenEXR to 3.1.5.Bastien Montagne
2022-07-29install_deps: add building of Alembic binaries.Bastien Montagne
2022-07-29Fix Cycles build error with CUDA on arm64Tianhao Chai
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-29Deduplicate code for solvers.Lukas Tönne
2022-07-29Realtime Compositor: Add needed GPU module changesOmar Emara
2022-07-29Render: Propagate view updates to draw enginesOmar Emara
2022-07-29Cleanup: quiet warnings in recent BLF and rna_ui changesCampbell Barton