Skip to main content
T.shusaku
Participant
October 16, 2021
Answered

[script] Get the index of the currently selected render queue.

  • October 16, 2021
  • 1 reply
  • 210 views

hello,

Is there any way to get the index of the currently selected render queue?
Also, is it possible to move the render queue to the specified index location, like moveBefore() in layers?

 

thank you 🙂

This topic has been closed for replies.
Correct answer Justin Taylor-Hyper Brew

Pretty sure the answer is no to both questions. Regarding moving items, you're probably better off removing and re-adding them in the desired order. More info on the RenderQueue API here:

https://ae-scripting.docsforadobe.dev/renderqueue/renderqueue.html

1 reply

Justin Taylor-Hyper Brew
Community Expert
Community Expert
January 6, 2022

Pretty sure the answer is no to both questions. Regarding moving items, you're probably better off removing and re-adding them in the desired order. More info on the RenderQueue API here:

https://ae-scripting.docsforadobe.dev/renderqueue/renderqueue.html