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
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
2017-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2016-07-31PyAPI: Add PyC_UnicodeAsByteAndSizeCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-08-03Add bool parser for PyArg_ParseTupleCampbell Barton
2015-07-29Fix leak in PyC_AsArrayCampbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2014-06-17New python API for units handling.Bastien Montagne
2014-04-30Python: move to version 3.4x on all platformsCampbell Barton
2014-01-06Python API: utility function for filling a tuple with a single value.Campbell Barton
2013-10-17add local _PyLong_AsInt() needed for python older then 3.3.2Campbell Barton
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton