Skip to main content
Participating Frequently
October 20, 2024
Question

Can these two problems be solved using the Automation Blocks AE Extension?

  • October 20, 2024
  • 1 reply
  • 172 views
  1. How to turn on and off (Fast Preview > Off (Final Quality)/Adaptive Resolution) in multiple selected compositions?
  2. How to unlock all layers in a selected composition?
This topic has been closed for replies.

1 reply

Mathias Moehl
Community Expert
Community Expert
October 21, 2024

 

1. Loop over the comps using the For Each Project Item block, then set the Downsample Factor using the Set Attribute of Comp block

 

2. Loop over the layers of the active comp (or of The Only Selected Project Item, if you want to process the layers of the only comp that is selected in the Project Panel but may not be active) and then Set the Attribute "Locked" of the Layers to false .

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects