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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-05-03Fix T97731: Python traceback no longer includes line-numbersCampbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-04-06Fix off by one error placing the text cursor from a Python exceptionCampbell Barton
2022-03-28Cleanup: return success from python_script_error_jumpCampbell Barton
2022-03-28Python: select the start-end range of syntax errorsCampbell Barton
2022-03-28Cleanup: variable/argument naming for Python exception accessCampbell Barton
2022-03-28Fix text editor failure to move the cursor for syntax errorsCampbell Barton
2022-03-14Cleanup: use size_t for BLF text API functionsCampbell Barton
2022-03-11Text: use simplified logic for txt_to_bufCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-12-13Cleanup: remove checks for invalid input for Python Run utilitiesCampbell Barton
2021-12-13Docs: improve on doc-strings for BPY_extern_run.hCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'python/intern'Campbell Barton
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2020-08-17Fix error in recent bpy_interface.c split (missed moving define)Campbell Barton
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton