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-11-08Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-08Fix invalid function signatures for PySequenceMethods callbacksCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-09-28Fix GC tracking error for instances of mathutils typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-17PyDoc: correct parameter doc-strings & exception messageCampbell Barton
2022-04-13gpu.types.Buffer: fill buffer interface with just what is requestedGermano Cavalcante
2022-04-13Fix possible pointer being freed without being allocated in pygpu moduleGermano Cavalcante
2022-04-11Fix crash when creating a 'gpu.types.Buffer'Germano Cavalcante
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-09-09Fix GPU Buffer not allowing uint values greater than one byteGermano Cavalcante
2021-08-17Cleanup: compiler warningsCampbell Barton
2021-08-16PyAPI: GPU Buffer: Buffer protocol supportGermano Cavalcante
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-22Fix errors in Buffer.dimensions `setter`Campbell Barton
2021-04-21Python GPU Buffer: Add a 'setter' to Buffer.dimensionsGermano Cavalcante
2021-03-16Python GPU: Improve the Python GPU API documentationGermano Cavalcante
2021-03-04Fix logic for calling PyObject_GC_UnTrackCampbell Barton
2021-02-18Cleanup: Clang tidy else after returnHans Goudey
2021-02-18Cleanup: order shape_len after shape argumentCampbell Barton
2021-02-18Cleanup: spelling, correct doc-string argumentsCampbell Barton
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante