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
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-17PyAPI: Avoid redundant prefix for PyC_Err_Format_PrefixCampbell Barton
2019-01-17PyAPI: add PyC_Err_SetString_Prefix for internal useCampbell 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-09-26Cleanup: redundant includeCampbell Barton
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31C/Python API: Add PyC_RunString_AsIntPtrCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-26PyAPI: move deep-copy args check to py_capi_utilsCampbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
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-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-20PyAPI: Integer conversion functionsCampbell Barton
2017-07-17PyAPI: don't use deprecated PyModule_GetFilenameCampbell 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
2016-07-16Cleanup: spellingCampbell Barton
2016-07-14PyAPI: fix memory leaks in dictionary assignmentCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2015-12-31Cleanup: Py API namingCampbell Barton
2015-12-07Minor changes needed for standalone mathutilsCampbell Barton
2015-11-25Cleanup: use correct name in printsCampbell Barton
2015-11-25PyAPI: remove workaround for Py3.4 bugCampbell Barton
2015-09-26Use PyThreadState_GetDict, avoid Python internalsCampbell Barton
2015-09-23Workaround for linking Python on win32Campbell Barton
2015-09-21Recent change for Py3.6 compat caused fatal-errorCampbell Barton
2015-09-19Fix for building w/ Python3.6Campbell Barton
2015-08-03Add bool parser for PyArg_ParseTupleCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-29Fix leak in PyC_AsArrayCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell 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-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-07-01Python: remove redundant castsCampbell Barton
2014-06-18Hopefully fix compilation with old MSVC2008/WIN32...Bastien Montagne
2014-06-17New python API for units handling.Bastien Montagne
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-06-16Fix Python fails to execute text-blocks including non-mbcs chars (T35176, D595)Tamito Kajiyama
2014-04-30Python: move to version 3.4x on all platformsCampbell Barton
2014-04-28PyC_RunQuicky: Print filename when its missingCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell 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