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

Move scene properties to property collection #705

Merged
merged 9 commits into from
Jan 8, 2025

Conversation

BradyAJohnston
Copy link
Owner

@BradyAJohnston BradyAJohnston commented Jan 8, 2025

Moves all of the properties that were defined as bpy.context.scene.MN_import_* to instead by inside a MN property group, so they are now accessible via bpy.context.scene.mn.import_* which helps to not pollute the scene name space.

Moves the __init__.py contents into addon.py and only register() and unregister() are imported, to help clean name space.

@BradyAJohnston BradyAJohnston merged commit 25ccf42 into main Jan 8, 2025
12 checks passed
@BradyAJohnston BradyAJohnston deleted the 690-props-to-group branch January 8, 2025 09:11
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.

Move remaining scene properties to a property group
1 participant