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-04-13Fix T97278: wrong hair particle shape with kink spiralHallam Roberts
2022-04-13Fix some usages of 'GPU_shader_get_uniform_block'Germano Cavalcante
2022-04-13GPU: Fix support of uniform attributesClément Foucault
2022-04-13EEVEE: Fix double draw_object_infos includeClément Foucault
2022-04-13Fix compilation error with MSVCSergey Sharybin
2022-04-13Cleanup: Update icons_geom CMakeLists.txtDalai Felinto
2022-04-13Merge branch 'master' into tmp-new-gpu-codegenClément Foucault
2022-04-13Docs: correct RST syntax for GPU documentationCampbell Barton
2022-04-13Cleanup: Split paint_canvas into BKE and ED.Jeroen Bakker
2022-04-13GPU: Fix manual dependency missing for `euler_to_mat3`Clément Foucault
2022-04-13GPU: Replace regex in GPUSource dependency sortingClément Foucault
2022-04-13Cleanup: make formatDalai Felinto
2022-04-13Fix T97207: Move to Collections Menu Grayed out when in Local ViewDalai Felinto
2022-04-13Cleanup: Proper printing of a stringSergey Sharybin
2022-04-13Cleanup: Strict compiler warning in remesherSergey Sharybin
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-13Fix (unreported) collections not being append-reusable.Bastien Montagne
2022-04-13Fix T97289: Linked collection assets disappear.Bastien Montagne
2022-04-13Fix T97164: Voxel remesh only supports vertex floatJoseph Eagar
2022-04-13Curves: remove Test1 brushJacques Lucke
2022-04-13Updated voxel remesher defaultsJoseph Eagar
2022-04-13Fix T97152: Selection tools do nothing in particle hair editCampbell Barton
2022-04-13WM: improve logging for handling operatorsCampbell Barton
2022-04-13Cleanup: warning for 'float' to 'int' with MSVCCampbell Barton
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-13Cleanup: clang-formatCampbell Barton
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-04-13BLF: sub-pixel positioning supportCampbell Barton
2022-04-13Cleanup: shadowed variable warningCampbell Barton
2022-04-13gpy.types.GPUUniformBuf: support any object exposing buffer interfaceGermano Cavalcante
2022-04-13gpu.types.Buffer: fill buffer interface with just what is requestedGermano Cavalcante
2022-04-13Fix size of MAT3 and MAT4 in GPUShaderCreateInfo.push_constantGermano Cavalcante
2022-04-13Fix cases where 'Py_buffer' might not be releasedGermano Cavalcante
2022-04-13Fix possible pointer being freed without being allocated in pygpu moduleGermano Cavalcante
2022-04-13pyGPU: Port 'StageInterfaceInfo' and 'ShaderCreateInfo' typesGermano Cavalcante
2022-04-12Fix: Assert when curve has no evaluated pointsHans Goudey
2022-04-12Cleanup: Remove reference to CD_NORMAL in poly custom dataHans Goudey
2022-04-12Cleanup: Correct wording in commentsHans Goudey
2022-04-12EEVEE: Fix vector transform nodeClément Foucault
2022-04-12EEVEE: Fix errors about non bound resources on apple siliconClément Foucault
2022-04-12EEVEE: Fix hair length supportClément Foucault
2022-04-12EEVEE: Fix un-initialized deferred pass variables leading to NaNsClément Foucault
2022-04-12Fix T97069: Null collection object during layercollection resync when relinking.Bastien Montagne
2022-04-12Fix (unreported) use-after-free case in Properties Editor ID remapping code.Bastien Montagne
2022-04-12Fix: BMesh Python API errors after vertex_normals additionHans Goudey
2022-04-12EEVEE: Fix crash on MacOSClément Foucault
2022-04-12EEVEE: Fix broken texture coordinate and geometry nodesClément Foucault
2022-04-12Cleanup: redundant logical notGermano Cavalcante
2022-04-12Cleanup: remove unused multi-functionJacques Lucke
2022-04-12Cleanup: pass vectors by referenceJacques Lucke