Search found 4 matches

by Amaylayinsues
May 11th, 2015, 2:52 pm
Forum: Scripts Discussion
Topic: RENDER QUEUE SCRIPT QUESTION
Replies: 7
Views: 22750

Re: RENDER QUEUE SCRIPT QUESTION

Code: Select all

 // check if the render item is queued
      if (renderQ.item(i).status == RQItemStatus.QUEUED) {
that little nugget is genius.

Thanks for that. :D
by Amaylayinsues
April 17th, 2015, 9:59 am
Forum: Scripts Discussion
Topic: PreserveRGB
Replies: 3
Views: 10214

Re: PreserveRGB

Does anyone know if this has been changed in the last few years?

Thanks,

Dan
by Amaylayinsues
September 17th, 2014, 4:00 pm
Forum: Scripts Discussion
Topic: Selecting Certain Comps based on part of the name
Replies: 0
Views: 8264

Selecting Certain Comps based on part of the name

I'm trying to select all comps in a project besides one that ends with "assemble" tagged onto the end of it. I've been able to use David Torno's code for most of the things I've been looking to do, but this is a bit out of my depth currently. What I'm doing is using the Create ProEXR from ...
by Amaylayinsues
September 15th, 2014, 11:17 am
Forum: Scripts Discussion
Topic: Dockable UI panel
Replies: 4
Views: 20910

Re: Dockable UI panel

I'm new to whole scripting deal, but I've been able to learn bits and pieces from going through a bunch of scripts and posts on this site. I'm basically making a toolbar that i would love to be able to make dock able but every time I try and use the wonderful example above after I get the first two ...