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
2022-03-21Fix T94121: PyAPI: ID property group returns wrong type with iter()Campbell Barton
2021-10-12Tests: support running ID-property test without numpyCampbell Barton
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-07-06Cleanup: pep8Campbell Barton
2021-05-14PyAPI: use iterators for ID property methods (keys, values & items)Campbell Barton
2021-05-14Fix memory leak in IDPropertyGroup.pop()Campbell Barton
2019-03-17Fix bl_pyapi_idprop unit test.Howard Trickey
2018-07-03Cleanup: pep8Campbell Barton
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-03-18PyAPI: ID Property testsJacques Lucke