how can I select effects by pan angle?
-
AuthorPosts
-
Pyro_9950000
Joined: Jun 2019 Posts: 3 Location: Arlington, Texas, United States NewcomerI would like to accomplish inside of the script window to type in a specific pan angle so it would only show the effects on the pan angle. Its not working for me. I am trying to highlight a bunch of the same pan angled effects that I have created on one launch position with other angles effects and then create another launch position to drag and drop these same angles on. That way when I address the show that specific angle will have its own module.
WillJoined: Feb 2018 Posts: 59 Location: Palo Alto NewcomerIn the search box of the script window, you can type:
Pan = 45
or if you want to filter to multiple angles, you can type,
Pan = 45 || Pan = -45
or if you want to filter to a range, you can type
Pan > 45
Additional search terms are described here:
If it helps, you can also click on the Pan column header to sort by Pan. If you hold shift while clicking on the Pan column header, you can select multiple sort criteria, i.e., A then B then C.
-
AuthorPosts
Please login to reply to this topic.