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-14Cleanup: Further hair to curves renamingHans Goudey
2022-04-14Curves: Split curve EEVEE/workbench functions from particle hairHans Goudey
2022-04-14Fix T96563: tangents artifacts with GPU subdivisionKévin Dietrich
2022-04-14Fix part of T96596: wrong generated coordinates with GPU subdivisionKévin Dietrich
2022-04-14Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-04-14Keymap: restore key-shortcut to remove from local-viewCampbell Barton
2022-04-14Fix T97053: on cage GPU subdivision shows subdivided edges as actualKévin Dietrich
2022-04-14Fix T97310: BLF Line Height While Text WrappingHarley Acheson
2022-04-14Cleanup: Make curve deform argument optionalHans Goudey
2022-04-14Edit Mesh: Parallelize bounds calculation with deform modifiersHans Goudey
2022-04-14Cleanup: Declare variables where initializedHans Goudey
2022-04-14Cleanup: Clang tidyHans Goudey
2022-04-14Cleanup: Move three mesh files to C++Hans Goudey
2022-04-14Curves: Avoid duplicating evaluated positions with all poly curvesHans Goudey
2022-04-14Fix: Curves: Add missing builtin attribute definitionHans Goudey
2022-04-14Fix: Use consistent type for nurbs order attributeHans Goudey
2022-04-14Fix: Assert evaluating single point Bezier curveHans Goudey
2022-04-13Rename Color Attributes domain from "Point" to "Vertex"Joseph Eagar
2022-04-13Fix: compilation error with MSVCRay Molenkamp
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-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