Fix Blender to ZBrush update by launching GoZBrushFromApp and syncing GoZ paths#562
Open
fpfranco wants to merge 2 commits into
Open
Fix Blender to ZBrush update by launching GoZBrushFromApp and syncing GoZ paths#562fpfranco wants to merge 2 commits into
fpfranco wants to merge 2 commits into
Conversation
Updated installation instructions for GoB addon and removed outdated update section.
Collaborator
|
Have you tested that using the GozBrushFromApp.exe retains all the same features like polygroups and stuff? I don't know why the addon was originaly built not using it, so I assumed there must be a reason for it. I will do some testing with these changes when I have time. |
Collaborator
|
Assuming it is feature complete this seems like a cleaner way to do things but in practice does it actually solve anything the new update hasn't addressed? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This fixes the Blender -> ZBrush refresh path on Windows by using GoZBrushFromApp.exe when available instead of launching ZBrush.exe directly. It also keeps derived GoZ file paths in sync when the GoZ root changes, which helps avoid writing to one GoZ location while reading from another.
In practice, this addresses cases where export appears to succeed but ZBrush does not update.