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
2021-12-13Docs: improve on doc-strings for BPY_extern_run.hCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-09-01Fix strict warning about discarding const qualifierSergey Sharybin
2021-08-04Cleanup: inconsistent parameter nameJacques Lucke
2021-07-29PyAPI: add multi-dimensional array conversion utility functionsCampbell Barton
2021-07-27Cleanup: pass sizeof array element to PyC_AsArrayCampbell Barton
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
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
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2020-08-17Cleanup: Pass 'FILE *' instead of 'void *' for BPY_python_backtraceCampbell Barton
2020-08-06Workaround release builds failingCampbell Barton
2020-08-06Python: include Python stack trace in the crash logDaniel Bailey
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2019-12-11PyAPI: add utility functions get the size from an evaluated stringCampbell Barton
2019-10-22Cleanup: remove BLI_dynstr use in py_capi_utilsCampbell Barton
2019-09-30PyC API: utility to parse a string as an RNA like enumCampbell 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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-17PyAPI: add PyC_Err_SetString_Prefix for internal useCampbell Barton
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-10-08Cleanup: rename checks for Python struct stringsCampbell Barton
2018-10-07CPython: py_capi_utils: format char utilities do not need to be inline.mano-wii
2018-10-07CPython: py_capi_utils: use more descriptive names for format string utilities.mano-wii
2018-10-07Cleanup: styleCampbell Barton
2018-10-06Cleanup: use the naming convention in py_capi_utilsmano-wii
2018-10-06py_capi_utils: add utilities for format string in `struct` module style syntax.mano-wii
2018-09-03Merge branch 'master' into blender2.8Campbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31C/Python API: Add PyC_RunString_AsIntPtrCampbell Barton
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26PyAPI: move deep-copy args check to py_capi_utilsCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-02PyAPI: Add PyC_Tuple_Pack_F64 utilityCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2017-11-29PyAPI: PyC_Err_PrintWithFunc utility functionCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-08-23Cleanup: mark VA_NARGS_COUNT as publicCampbell Barton
2017-08-23Cleanup: move variadic defines to their own headerCampbell Barton
2017-08-23PyAPI: avoid instantiating args twice in macroCampbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-21Fix for recent fix in fc890cd, cstdint is c++11 only so don't use it yet.Brecht Van Lommel
2017-08-20Replace BLI_INLINE w/ Py_LOCAL_INLINE for PythonCampbell Barton
2017-08-20PyAPI: Integer conversion functionsCampbell Barton