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-23Fix testsClément Foucault
2022-08-23Fix compilation errorClément Foucault
2022-08-23Rework pass class to reduce code duplicationClément Foucault
2022-08-23Make all draw command inside indirect buffersClément Foucault
2022-08-23GPUBatch: Implement multidrawindirect and indirect offsetClément Foucault
2022-08-22Add View support with visibility cullingClément Foucault
2022-08-22Test: Update EEVEE to use part of the new draw managerClément Foucault
2022-08-22Add View classClément Foucault
2022-08-22Add resource fillingClément Foucault
2022-08-21Merge branch 'master' into drw-manager-nextClément Foucault
2022-08-21BLI: float4x4: Fix bug / typo in << operatorClément Foucault
2022-08-21Add debug group, sub goup test, fix a few bug/typoClément Foucault
2022-08-21Fix a few typo error and add test for float4x4Clément Foucault
2022-08-21Fix T100430: Restore larger node socket snap hitboxLeon Schittek
2022-08-20Fix system support checkClément Foucault
2022-08-20Refactor Pass classClément Foucault
2022-08-20Refactor to reduce complexityClément Foucault
2022-08-20DRW: Manager: New modern implementationClément Foucault
2022-08-20BLF: Fix FT_Get_Advance Wrong Value Without SizeHarley Acheson
2022-08-19Outliner: Workaround for big performance issue in Library Overrides modeJulian Eisel
2022-08-19Outliner: Refactor how lazy-building of children is doneJulian Eisel
2022-08-19Outliner: (Refactor) Use C++ map instead of GHashJulian Eisel
2022-08-19Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-19Fix T96133: Cycles viewport render crash with NVIDIA GPUs on macOSBrecht Van Lommel
2022-08-19Cleanup: replace CHECK_TYPE macro with static_assertBrecht Van Lommel
2022-08-19Merge branch 'blender-v3.3-release'Antonio Vazquez
2022-08-19Fix T100502: GPencil Primitive apply offset when using `Stroke` modeAntonio Vazquez
2022-08-19Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-19Fix build error on i386 due to wrong use of float_tBrecht Van Lommel
2022-08-19Fix build error on mips64el architectureBrecht Van Lommel
2022-08-19Fix ubsan warnings about indexing into null pointersLoren Osborn
2022-08-19Cycles: add Sobol-Burley sampling patternNathan Vegdahl
2022-08-19Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-19Fix: nurbs basis cache not computed before it is usedJacques Lucke
2022-08-19Fix T89399: Mouse wrapping causes erratic movementGermano Cavalcante
2022-08-19Fix: Crash when realtime compositor node is unlinkedOmar Emara
2022-08-19Cleanup: update comment about undo & smooth-viewCampbell Barton
2022-08-19Fix T100323: Outliner: Do not allow to delete objects from an override collec...Bastien Montagne
2022-08-19Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-19Fix crash accessing PyEval_GetFrame from Python's crash handlerCampbell Barton
2022-08-19UI: increase range of font size for text editor & consoleCampbell Barton
2022-08-19Cleanup: minor changes to BLF APICampbell Barton
2022-08-19Cleanup: spelling in commentsCampbell Barton
2022-08-19Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-19Cleanup: unused argument warningCampbell Barton
2022-08-19Cleanup: Remove data duplication from BLI_any.hh support variablesJesse Yurkovich
2022-08-19Cleanup: replace uint cd_loop_uv_offset with intChris Blackbourn
2022-08-19Cleanup: lint, unused_varsChris Blackbourn
2022-08-19UV: respect uv selection for smart uv, cube, sphere and cylinder projectionChris Blackbourn
2022-08-19Cleanup: spelling in commentsCampbell Barton