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-15Only store 2 components of barycentric coordinates.temp-T96710-pbvh-pixelsJeroen Bakker
2022-04-15Remove experimental uv seam bleedingJeroen Bakker
2022-04-15Color management of brush colorsJeroen Bakker
2022-04-15Removed lock attribute from ImageData struct.Jeroen Bakker
2022-04-15Move brush_test from triangles to do_paint_pixels.Jeroen Bakker
2022-04-15Removed bad import.Jeroen Bakker
2022-04-13Fix painting on UDIM tiles.Jeroen Bakker
2022-04-13Merge branch 'master' into temp-T96710-pbvh-pixelsJeroen Bakker
2022-04-13Cleanup: Split paint_canvas into BKE and ED.Jeroen Bakker
2022-04-13Remove unused include statement.Jeroen Bakker
2022-04-13Reverted file spece_view3d.cJeroen Bakker
2022-04-13Rebuild pixels when image resolution/uvmap changes.Jeroen Bakker
2022-04-13Cleanup: make formatDalai Felinto
2022-04-13Fix T97207: Move to Collections Menu Grayed out when in Local ViewDalai Felinto
2022-04-13Cycles: Add support for "stageMetersPerUnit" Hydra render settingPatrick Mours
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-13Remove msg bus subscribe.Jeroen Bakker
2022-04-13PBVH: triangle brush test.Jeroen Bakker
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-12Cycles fp consistency for Apple Silicon CPUsMichael Jones
2022-04-12Revert "Cycles: enable HIP for Vega and Vega II (Radeon 7) GPUs on Windows"Brecht Van Lommel
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-12Fix T97280: Typo in tooltip of image texture nodeThomas Dinges
2022-04-12Remove vertex based brush testing.Jeroen Bakker
2022-04-12Cleanup: redundant logical notGermano Cavalcante