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-08Cleanup: PyMethodDef formattingCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-05-06Add documentation about Image/ImBuf to python/RNA API.Bastien Montagne
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-27Cleanup: pass sizeof array element to PyC_AsArrayCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-21Docs: improve imbuf.write docstringCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-04-08PyAPI: ImBuf.copy now copies the underlying imbufCampbell Barton
2021-04-01Cleanup: clang formatCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-02-25PyAPI: expose imbuf.types.ImBuf, include in API docsCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: remove Python 3.7x compatibility codeCampbell Barton
2021-01-04Fix imbuf.new & resize allowing zero & negative dimensionsCampbell Barton
2021-01-04Cleanup: remove unused optional argument to imbuf.newCampbell Barton
2020-11-11Cleanup: clang-formatCampbell Barton
2020-11-11Cleanup: use preprocessor version check for PyTypeObject declarationCampbell Barton
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-10-01Fix ImBuf.load failure showing filename as garbage bytesColin Basnett
2019-09-30ImBuf Py API: implement resize method argumentCampbell Barton
2019-09-23ImBuf: add planes, channels attributesCampbell Barton
2019-09-16ImBuf Py API: add filepath accessCampbell Barton
2019-09-16ImBuf Py API: rename filename to filepathCampbell Barton
2019-07-04ImBuf Py API: add crop methodCampbell Barton
2019-07-04Cleanup: remove redundant castCampbell Barton
2019-05-03Revert "Cleanup: add semicolon after PyObject_VAR_HEAD"Campbell Barton
2019-05-03Cleanup: add semicolon after PyObject_VAR_HEADCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-26PyAPI: add ImBuf.copyCampbell Barton
2018-06-07Python API: Initial 'imbuf' APICampbell Barton