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
2017-10-17Fix T53074: Use the pybuffer->itemsize to get the corresponding GLtypeGermano
2017-10-06Cleanup: styleCampbell Barton
2017-10-04Cleanup: redundant castsCampbell Barton
2017-10-04PyAPI: fast keyword parsing for __import__Campbell Barton
2017-09-28Cleanup: switch fall-through warningCampbell Barton
2017-09-27bgl module: extend `gl_buffer_type_from_py_format_char` function to work with...Germano
2017-09-27Cleanup: warningCampbell Barton
2017-09-27bgl module: Interpret a buffer as a bgl.BufferGermano
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: Make use of PyC_LongAs... APICampbell Barton
2017-08-20PyAPI: Integer conversion functionsCampbell Barton
2017-07-17PyAPI: don't use deprecated PyModule_GetFilenameCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
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: minor optimization for dictionary creationCampbell Barton
2016-07-31PyAPI: fix leak in unlikely case converting idprops failCampbell Barton
2016-07-31PyAPI: Add PyC_UnicodeAsByteAndSizeCampbell Barton
2016-07-31Docs: add initial idprop.types API docsCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-14PyAPI: fix memory leaks in dictionary assignmentCampbell Barton
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2016-07-02Fix typo in bgl.Buffer report functionThomas Szepe
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-04-22BLF: use float vector passing color argsCampbell Barton
2016-03-04Cleanup: suspicious use of commasCampbell Barton
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-10-20Cleanup: remove _POSIX_C_SOURCE undefineCampbell 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-09-18BLF: initial word-wrap supportCampbell Barton
2015-09-09bgl: fix implicit overflowCampbell Barton
2015-09-09bgl: disable some defines not found in mesa 7Campbell Barton
2015-09-09Fixes T46060 Regenerated the full list of constants we should exposeMartijn Berger
2015-09-01Don't use GCC-only pragma for all compilersSergey Sharybin
2015-08-03Fix bgl so that get-methods that take a string use strings instead of bgl buf...Martijn Berger
2015-08-03Add bool parser for PyArg_ParseTupleCampbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton