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
2018-08-01Cleanup: declare vars or make staticCampbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-30Cleanup: id-property creationCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-26PyAPI: add ImBuf.copyCampbell Barton
2018-06-26PyAPI: move deep-copy args check to py_capi_utilsCampbell Barton
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-07Python API: Initial 'imbuf' APICampbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05IDProp Py API: Add default argument to popCampbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell 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-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