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-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-07-26Fix Python SystemExit exceptions silently exitingCampbell Barton
2022-07-05Python: support v3.11 (beta) with changes to PyFrameObject & opcodesCampbell Barton
2022-05-03Fix T97731: Python traceback no longer includes line-numbersCampbell Barton
2022-05-03Cleanup: remove redundant PyErr_Clear calls after PyErr_FetchCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-11-05Fix PyAPI integer conversion error handlingCampbell Barton
2021-10-11Doc: expand on docstring for PyC_Long_AsBoolCampbell Barton
2021-09-01Fix strict warning about discarding const qualifierSergey Sharybin
2021-07-29Cleanup: use PyC_AsArray_FAST function where possibleCampbell Barton
2021-07-29PyAPI: add multi-dimensional array conversion utility functionsCampbell Barton
2021-07-27PyAPI: support different int sizes for PyC_AsArrayCampbell Barton
2021-07-27Cleanup: pass sizeof array element to PyC_AsArrayCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: Use PyPreConfig & PyConfig for Python initializationCampbell Barton
2021-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-01-11Revert "Fix typo; Documentation; Expose layer for framebuffer attachament; Ad...Germano Cavalcantemano-wii
2021-01-11Fix typo; Documentation; Expose layer for framebuffer attachament; Add frameb...Germano Cavalcantemano-wii
2020-11-02Cleanup: use logging for "Found bundled Python" messageCampbell Barton
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-17Cleanup: Pass 'FILE *' instead of 'void *' for BPY_python_backtraceCampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Workaround release builds failingCampbell Barton
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Python: include Python stack trace in the crash logDaniel Bailey
2020-08-06Cleanup: use doxy sections for py_capi_utils.cCampbell Barton
2020-07-27PyAPI: simplify syntax error reportsCampbell Barton
2020-07-23Cleanup: update comments, remove disabled codeCampbell Barton
2020-07-23Cleanup: remove redundant static variable useCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-12-11PyAPI: add utility functions get the size from an evaluated stringCampbell Barton
2019-10-22Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-22Cleanup: remove BLI_dynstr use in py_capi_utilsCampbell Barton
2019-10-16PyAPI: use public API's for module & builtin accessCampbell Barton
2019-10-16Cleanup: define PY_SSIZE_T_CLEAN for PythonCampbell Barton
2019-10-16Fix for building with Python 3.8Campbell Barton
2019-09-30PyC API: utility to parse a string as an RNA like enumCampbell Barton