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-04-13Fix compilation error with MSVCSergey Sharybin
2022-04-13Cleanup: Update icons_geom CMakeLists.txtDalai Felinto
2022-04-13Docs: correct RST syntax for GPU documentationCampbell Barton
2022-04-13Cleanup: Split paint_canvas into BKE and ED.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-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-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-12Cleanup: redundant logical notGermano Cavalcante
2022-04-12Cleanup: remove unused multi-functionJacques Lucke
2022-04-12Cleanup: pass vectors by referenceJacques Lucke
2022-04-12Fix T95679: Outliner 'Unlink' directly on action misses DEG updatePhilipp Oeser
2022-04-12Fix Pushdown of an action from the Action Editor lacks immediate updatesPhilipp Oeser
2022-04-12Fix T97132: Create a color attribute automaticallyJoseph Eagar
2022-04-12Fix T97100: Fix ordering in color attribute list itemsJoseph Eagar
2022-04-12Fix T97098: Color filter sharpening artifacts.Joseph Eagar
2022-04-12Cleanup: use _NUM suffix for space/region type rangesCampbell Barton
2022-04-12Fix wrong key type for GSet in Grease Pencil same material selectionLukas Stockner
2022-04-12Cleanup: clang-formatLukas Stockner
2022-04-12UI: Add support for showing socket descriptions in tooltipsLukas Stockner
2022-04-11PyGPU: make sure the UniformBuffer is padded to 16 bytesGermano Cavalcante
2022-04-11Fix crash when creating a 'gpu.types.Buffer'Germano Cavalcante
2022-04-11Curves: Add support for new curves type in Set Material nodeChristophe Hery
2022-04-11Update RNA to user manual referencesAaron Carlisle