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
2016-11-19bgl do not bind parts of OpenGL that are not exposed in core profilesMartijn Berger
2016-10-16BLF: make blurry text an optional (disabled) featureMike Erwin
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
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-29Fix leak in PyC_AsArrayCampbell Barton
2015-07-24Cleanup: comments (remove outdated & update)Campbell Barton
2015-07-24PyAPI: update bgl to OpenGL 3.3Martijn Berger
2015-07-24Cleanup: remove redundant __doc__ from bglCampbell Barton
2015-07-24Cleanup: move defines inside bgl C sourceCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-02-13cleanupCampbell Barton
2015-01-23PyAPI: Replace importlib.reload, not 'imp'Campbell Barton
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-18correct recent cleanup for id-property typesCampbell Barton
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-14Fix T42593: Rigify crash when I press "Generate" - corrupted IDGroup's listba...Bastien Montagne
2014-11-10Fix/workaround T37073: Crash updating custom props visible in the UICampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-28Add debug information for maximum opengl limits in system infoAntony Riakiotakis