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

Code cleanup, bug fixes and documentation #122

Merged
merged 5 commits into from
Sep 20, 2021

Conversation

oldmanauz
Copy link
Contributor

There are three main improvements in this pull request:

  1. Cleaning up the last of the reference to Tundra. Also removed the Tundra path from the preference dialogue.
  2. Bug fixes
  • Fixed a bug where the mesh preview button woud get re-added and not removed when the plugin was enabled and disabled.
  • Fixed a bug where if the USER_MATERIALS variable in config.py was set to a directory like "C:" it would crash as it scans recursively and hits a path it doesn't have access too.
  1. Tested and confirmed that the Mesh Preview functionality was still working.
  2. Updated documentation on the usage of the plugin.

Cleaning up the source code. Removed all the last remaining references to Tundra.
-Cleaning up code
- Fixed bug with mesh previewer button
- Fixed bug with incorrect setting for "USER_MATERIALS". If it was set to a directory like "C:\" it scans recursively then crashes when it hits a directory it doesn't have access too.
- Updated readme with installation procedure and mesh previewer
README.md Show resolved Hide resolved
@paroj paroj merged commit 40e34d3 into OGRECave:master Sep 20, 2021
@oldmanauz oldmanauz deleted the TundraCodeCleanup branch September 20, 2021 12:34
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.

2 participants