Page 1 of 1

CLI tutorial checking for rgb values

Posted: Mon Jun 24, 2019 8:32 pm
by Charlesw
I have a cloud for which I need to first check if rgb values exist already, if they do, perform some actions. If they do not, then convert scalar field 0 to rgb and then perform some actions. How can this be achieved using the command line as this needs to run in a script..?

I have most of this workign with the exception of the conditional portion for when rgb value already exist on import as I do not see a way to provide a conditional statement in the CLI execution

Re: CLI tutorial checking for rgb values

Posted: Mon Jun 24, 2019 9:09 pm
by daniel
You are right this is not possible yet. But I guess it wouldn't be too difficult to add this feature (if you have some C++ development skills of course)?

Re: CLI tutorial checking for rgb values

Posted: Mon Jul 08, 2019 7:03 pm
by Charlesw
I might head this route as i do have the ability to alter the C++.
Thank you. I will begin to build CC on my new machine and hopefully not encounter all the errors on my end that I had last time through xP