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

Write a proper recreate_properties_on_undo function #61

Open
richeyrose opened this issue Nov 1, 2020 · 1 comment
Open

Write a proper recreate_properties_on_undo function #61

richeyrose opened this issue Nov 1, 2020 · 1 comment

Comments

@richeyrose
Copy link
Owner

No description provided.

@richeyrose
Copy link
Owner Author

Blender's undo system undoes actions triggered by the load_post app handler when the appropriate undo step is reached.
Currently we check to see if our tile_defaults custom scene property is being unloaded and if it is we rerun create_properties_on_load. This is a bit hacky and should be made more robust. Really should be checking all properties and reloading only when necessary

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

No branches or pull requests

1 participant