blender/tests
Campbell Barton 265d97556a PyAPI: use iterators for ID property methods (keys, values & items)
- Matches changes in Python 3.x dictionary methods.

- Iterating now raises a run-time error if the property-group changes
  size during iteration.

- IDPropertyGroup.iteritems() has been removed.

- IDPropertyGroup View & Iterator types have been added.

- Some set functionality from dict_keys/values/items aren't yet
  supported (isdisjoint method and boolean set style operations).

Proposed as part of T85675.
2021-05-15 00:36:49 +10:00
..
blender_as_python_module Tests/bpy: Add installation verification test 2021-03-29 22:26:54 +05:30
gtests macOS/GTests: add_dependencies to fix build error 2021-03-04 08:04:17 +05:30
python PyAPI: use iterators for ID property methods (keys, values & items) 2021-05-15 00:36:49 +10:00
check_deprecated.py Cleanup: pep8 2018-07-03 06:55:02 +02:00
CMakeLists.txt Tests/bpy: Add installation verification test 2021-03-29 22:26:54 +05:30