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-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-09-08Python: ensure the runtime version is compatible WITH_PYTHON_MODULECampbell Barton
2022-08-19Fix crash accessing PyEval_GetFrame from Python's crash handlerCampbell Barton
2022-07-16PyAPI: re-enable the "bgl" module for headless buildsCampbell Barton
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-07Python: clear Py-driver variables on exitCampbell Barton
2022-07-05Python: support v3.11 (beta) with changes to PyFrameObject & opcodesCampbell Barton
2022-05-20CMake: fix AUDASPACE disabling WITH_PYTHON for BlenderCampbell Barton
2022-05-18Python: log the status of '--python-use-system-env' on initializationCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'python/intern'Campbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-09Cleanup: remove newlines from logging textCampbell Barton
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-13PyAPI: remove the .py extension requirement for startup registrationCampbell Barton
2021-08-11PyAPI: report unreleased ID's with WITH_PYTHON_SAFETY enabledCampbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-05-21Cleanup: spellingLeon Zandman
2021-04-20PyAPI: support Operator.poll functions 'disabled' hintCampbell Barton
2021-03-16Fix T86332: Error using lambda in annotations in Python 3.10Campbell Barton
2021-03-10Cleanup: unused warning building as a Python moduleCampbell Barton
2021-02-22Fix missing NULL check on macOS when system-python isn't foundCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: Use PyPreConfig & PyConfig for Python initializationCampbell Barton
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T82675: Crash on exit when Blender is built as a Python moduleCampbell Barton
2021-01-28PyAPI: use PYTHONUTF8/Py_UTF8Mode on all platformsCampbell Barton
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2021-01-07PyAPI: don't raise & clear exceptions when setting context membersCampbell Barton
2020-11-02Cleanup: use logging for "Found bundled Python" messageCampbell Barton
2020-11-01Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-01PyAPI: set sys.executable to None when Python can't be foundCampbell Barton
2020-10-29Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-29PyAPI: point sys.executable to the Python binaryCampbell Barton
2020-10-28Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-28Revert "PyAPI: point sys.executable to the Python binary"Campbell Barton
2020-10-28Cleanup: update old comment for why we can't use PySys_SetArgvCampbell Barton
2020-10-28PyAPI: point sys.executable to the Python binaryCampbell Barton
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-15Cleanup: rename BPy_GetContext -> BPY_context_getCampbell Barton
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton