Fix for 2026.1 data path changes #552
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the folder paths in the import zscript for ZBrush version 2026.1.
Previous version used ZPUBLIC_ (returns the path of the user data folder), as a jumping point to get to the GoZ folders, but this user data folder has been moved by default to the roaming app data folder, and can be relocated to anywhere, even a different drive, by the user.
Hard coded a default path, "C:/Users/Public/Pixologic", which should work fine for the majority of installs but also as a backup will ask the user find the folder location if it cannot be found in this default location.
Needed to include the official zbrush utils library in order to make this possible.