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

Open latest workfile hook #11

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

johhnry
Copy link

@johhnry johhnry commented Nov 4, 2024

Changelog Description

This PR fixes #8

Additional review information

I can't test this right now because we don't have a license but maybe @antirotor can?

Testing notes:

  1. Create and save a new 3DE workfile
  2. Close 3DE
  3. Re-open 3DE on the same task

# Execute after workfile template copy
order = 10
app_groups = ("equalizer", "sdv_3dequalizer")
launch_types = LaunchTypes.local
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must be a set

Suggested change
launch_types = LaunchTypes.local
launch_types = {LaunchTypes.local}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied it from

app_groups = ("equalizer", "sdv_3dequalizer")
so this needs to be changed too?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say so. @antirotor any idea where that sdv_3dequalizer comes from?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it comes from the time where you couldn't have number at the start of the name, so it was prefixed by "sdv" -Science D-Visions". Then it stayed there for compatibility reasons

@johhnry johhnry force-pushed the open-latest-workfile branch from cea46ff to 9aca4a0 Compare November 4, 2024 12:23
@BigRoy BigRoy added type: enhancement Improvement of existing functionality or minor addition community Issues and PRs coming from the community members labels Nov 4, 2024
@BigRoy BigRoy requested a review from antirotor November 4, 2024 12:26
@johhnry
Copy link
Author

johhnry commented Jan 10, 2025

Hi, could we merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Issues and PRs coming from the community members type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open latest workfile
3 participants