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
2021-05-14PyAPI: use iterators for ID property methods (keys, values & items)Campbell Barton
2021-05-14Fix memory leak in IDPropertyGroup.pop()Campbell Barton
2021-05-11Cleanup: remove unused BPy_IDProperty struct memberCampbell Barton
2021-04-01Cleanup: clang formatCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-05-03Revert "Cleanup: add semicolon after PyObject_VAR_HEAD"Campbell Barton
2019-05-03Cleanup: add semicolon after PyObject_VAR_HEADCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2013-10-17add typechecks when assigning id-property arrays from python (overflows and e...Campbell Barton
2012-10-31add IDP_MergeGroup(dst, src, overwrite) function,Campbell Barton
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-11fix [#30906] dict(prop) crashes if prop is a PropertyGroup with nested Proper...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-15de-duplicate some idproperty py api code, also improve some exception messages.Campbell Barton
2011-11-15rename IDProp.c/h to idprop_py_api, since it was same name as BKE idprop.c wi...Campbell Barton