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-04-01Cleanup: use doxy sections for 'idprop' APICampbell Barton
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-09-30Cleanup: spellingCampbell Barton
2019-09-25LibOverride: Fix 'overridable' flag desapearing when setting IDProp from py c...Bastien Montagne
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-10-08Cleanup: rename checks for Python struct stringsCampbell Barton
2018-10-07CPython: use format char utilities in idprop_py_apimano-wii
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-13Cleanup: use PyImport_GetModuleDictCampbell Barton
2018-07-30Cleanup: id-property creationCampbell 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
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
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-14PyAPI: Use module names on initializatonCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell 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-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-08-11Fix compilation error with debug sconsSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-11-08fix for crash when deleting from an id property, with a non-string key.Campbell Barton