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

Send2UE - Avoid bpy.data.objects iterations #71

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

JoshQuake
Copy link
Collaborator

Iterating through bpy.data.objects is against Extensions policy. Replaced instances with bpy.context.scene.objects.

I feel like this can break in certain use cases? Testing needed.

Closes #58

Iterating through bpy.data.objects is against Extensions policy. Replaced instances with bpy.context.scene.objects
@JoshQuake JoshQuake requested a review from jack-yao91 August 7, 2024 18:49
@JoshQuake JoshQuake merged commit 4e7a785 into main Aug 7, 2024
4 checks passed
@JoshQuake JoshQuake deleted the send2ue-sceneobjects branch August 7, 2024 19:30
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.

Send2UE - Improve Object Accumulation
2 participants