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

[ME] Shortcut to remove orphaned properties on the current outfit #251

Merged

Conversation

RikkiBalboa
Copy link
Contributor

ME still leaves behind some orphaned properties now and then. Especially since before property deletion of deleted outfits. While these properties are mostly not a problem, they can cause major bloat when they keep a reference to a texture alive.
This shortcut looks at all the current outfit game objects and deletes all properties that can't be connected to them.

The body is excluded because it seems to cause a lot of issues with deleting properties that should not be deleted.

I haven't found any errors in removing properties and multiple people have tested it too and they also say everything seems to load back fine.

@ManlyMarco ManlyMarco merged commit f29cc01 into IllusionMods:master May 1, 2024
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

2 participants