You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we're using custom prelaunch hook making sure to not add CREATE_NEW_PROCESS_GROUP as it slows down tools launched within the ZBrush application. This does happen when using terminal (running from code or using ayon_console.exe) so it is probably connected to stdout and stderr.
How would you imagine the implementation of the feature?
We need to debug what actually happens and why it is so slow.
Discussed in PR #11 where the prelaunch hook was added.
The text was updated successfully, but these errors were encountered:
Description
Right now we're using custom prelaunch hook making sure to not add
CREATE_NEW_PROCESS_GROUP
as it slows down tools launched within the ZBrush application. This does happen when using terminal (running from code or usingayon_console.exe
) so it is probably connected to stdout and stderr.How would you imagine the implementation of the feature?
We need to debug what actually happens and why it is so slow.
Discussed in PR #11 where the prelaunch hook was added.
The text was updated successfully, but these errors were encountered: