-
Notifications
You must be signed in to change notification settings - Fork 2
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
Open latest workfile #8
Comments
@johhnry Question - if you pass the filename as an argument to 3DE? Does it auto-open it? If so, it'd be a matter of adding the 3d equalizer app group into this list in |
@BigRoy 3DE has two options that we can use to specify the workfile to load:
|
I see - then we must add similar functionality as that hook in core, but add the hook here in And change the last line to: self.launch_context.launch_args.extend(["-open", last_workfile]) When copying the hook to this repo, make sure to give it a unique class name. Then test run it (you may need to restart the launcher) |
Nice, I'll do a PR then thanks for pointing me in the right direction! |
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
It would be nice to open the latest workfile when launching 3DE from the Launcher.
How would you imagine the implementation of the feature?
Do the same as Maya, Houdini, Nuke etc...
Like in Maya, using the
AYON_LAST_WORKFILE
env variable:https://github.com/ynput/ayon-maya/blob/265d1d8c38113043518cb5c0a1924dd5b3dca8de/client/ayon_maya/startup/userSetup.py#L41
Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: