Page 1 of 1

No thumbnails

Posted: Fri Nov 25, 2022 5:14 pm
by Anti-Distinctlyminty
Hi,
I have afanasy successfully rendering images from*.rs proxy files when submitted from Houdini using the Afanasy Driver node, however no preview images are created during rendering.
Here are my settings I'm using for the custom command out of Hdouini (the rez-env is only setting up environment variables so that redshiftCmdLine can be called). As you can see I have set the Preview option to the path of the generated exr files (and they are definitely rendered successfully to that location)
Screenshot from 2022-11-25 17-35-08.png
Screenshot from 2022-11-25 17-35-08.png (91.55 KiB) Viewed 3941 times
Is there something I'm doing wrong here?

Re: No thumbnails

Posted: Sat Nov 26, 2022 10:59 am
by Anti-Distinctlyminty
I updated the redshift parser here: https://github.com/CGRU/cgru/pull/554
Thumbnails are now generated when using the redshift parser.
I'm still unsure how to use the Preview parameter though.

Re: No thumbnails

Posted: Sat Nov 26, 2022 11:06 pm
by Anti-Distinctlyminty
The PR was rejected. I still don't know how to get previews :/

Re: No thumbnails

Posted: Sun Nov 27, 2022 7:26 pm
by timurhai
Hi!

It seems that in "custom command mode" there is thumbnails generation for now.
May be some code was lost, as I have not heard that someone use this mode for a very long time.
And now I can't find in code that the parameter "cmd_preview" is asked.

It should be process here:
https://github.com/CGRU/cgru/blob/maste ... sy.py#L325
but it is not ((
For example for connected mantra it is:
https://github.com/CGRU/cgru/blob/maste ... sy.py#L214

Re: No thumbnails

Posted: Tue Nov 29, 2022 10:26 am
by Anti-Distinctlyminty