blender/source
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 PyAPI: use iterators for ID property methods (keys, values & items) 2021-05-15 00:36:49 +10:00
creator Cleanup: unnecessary extra lines for doxy sections 2021-05-11 16:04:03 +10:00
tools@f99d29ae3e Collada import: connect Emission texture to Emission socket 2021-05-13 23:43:37 +02:00
CMakeLists.txt MSVC: Enable clang-tidy analyser 2020-12-03 11:00:58 -07:00