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
path: root/source
AgeCommit message (Expand)Author
2022-08-22EEVEE-Next: Fix shader compilation error.Jeroen Bakker
2022-08-22EEVEE-Next: Fix shader compilation error.Jeroen Bakker
2022-08-22Revert "Fix T99259: Python API: ViewLayer.aovs.remove isn't available"Jeroen Bakker
2022-08-22Fix T99259: Python API: ViewLayer.aovs.remove isn't availableMangal Kushwah
2022-08-22Cleanup: remove dead codeCampbell Barton
2022-08-22Cleanup: move inline unit system search into a functionCampbell Barton
2022-08-22Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-22Fix potential undefined behavior printing a NULL pointer stringCampbell Barton
2022-08-22Cleanup: match names between functions & declarationsCampbell Barton
2022-08-22Cleanup: move model authors from the doc-string to the implementationCampbell Barton
2022-08-21BLI: float4x4: Fix bug / typo in << operatorClément Foucault
2022-08-21Fix T100430: Restore larger node socket snap hitboxLeon Schittek
2022-08-21Fix T100430: Restore larger node socket snap hitboxLeon Schittek
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: 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'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-19Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-19Fix: nurbs basis cache not computed before it is usedJacques Lucke
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
2022-08-19Cleanup: uvedit_*_select, replace `BMEditMesh*` with `BMesh*`Chris Blackbourn
2022-08-19Fix logical errors in RNA_path_array_index_token_findCampbell Barton
2022-08-19Fix GPUShader.format_calc documentationGermano Cavalcante
2022-08-18BLF: Gamma CorrectionHarley Acheson
2022-08-18Cleanup: Remove unused outliner functionJulian Eisel
2022-08-18Outliner: Refactor outliner tree-hash interfaces with C++Julian Eisel
2022-08-18Outliner: Add commented out benchmarking calls for tree rebuildingJulian Eisel
2022-08-18Outliner: Use C++ container for tree hash element storageJulian Eisel