Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Blender 3.3.1] Convert COA Data fix RuntimeError: IDPropertyGroup changed size during iteration #201

Open
wants to merge 1 commit into
base: blender28
Choose a base branch
from

Conversation

lufog
Copy link

@lufog lufog commented Nov 16, 2022

I'm not a python programmer, so I don't know what I'm doing. 🤷‍♂️ I just googled the error and found the solution on Stack Overflow.

Fixes:

Python: Traceback (most recent call last):
  File "%AppData%\Blender Foundation\Blender\3.3\scripts\addons\coa_tools\operators\version_converter.py", line 170, in execute
    self.convert_properties()
  File "%AppData%\Blender Foundation\Blender\3.3\scripts\addons\coa_tools\operators\version_converter.py", line 63, in convert_properties
    for prop_name in obj.keys():
RuntimeError: IDPropertyGroup changed size during iteration

Fix `RuntimeError: IDPropertyGroup changed size during iteration`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant