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

Ability to add a (new) model or group to a sequence via scripting (Lua) #4433

Closed
derwin12 opened this issue Mar 26, 2024 · 1 comment
Closed

Comments

@derwin12
Copy link
Collaborator

derwin12 commented Mar 26, 2024

Each year folks need to go thru all their sequences to add a new prop or group to their existing sequences.
There are options in Lua to copy effects over from an existing model but the new model has to be in the sequence first.
Of course if you are just adding a prop to an existing group, no new changes are needed - just batch render..

The ask is to automate this prop adding function.
The thinking here is to start with a prop added to your layout and a have a view created that would be a template for the master view.

The Lua script would then:

  1. Prompt for the sequence (this code exists)
  2. Prompt for the template view (new code)
  3. Do the make master function of display editor (new function)
  4. Optionally render (this code exists)
  5. Save sequence (this code exists) and repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants