Camera overrides in Kick for .ass files generated in Houdini.

Anonymous

Camera overrides in Kick for .ass files generated in Houdini.

Anonymous
Not applicable

Hi,

We are wanting to Kick render multiple cameras from a single .ass sequence generated in Houdini.

We have tried using the -c override to change the camera but Kick continues to render the camera set in the render settings in the Houdini Arnold render screen.

We are using the camera names as they appear in the .ass file, and there are no errors given in the feedback.

We have opened the .ass files and can see that the cameras are all present in the code.

Is there a step that we are missing in this?

Many thanks.

0 Likes
Reply
664 Views
6 Replies
Replies (6)

Stephen.Blair
Community Manager
Community Manager

I did a quick test and it worked.

camera_test.txtkick -v 5 -dp -c /persp/perspShape

with the attached ass file (rename from .txt to .ass)



// Stephen Blair
// Arnold Renderer Support
0 Likes

Anonymous
Not applicable

Many thanks.

I tried your example which worked for me fine, but when I replaced with my .ass file I get the same result of it rendering the original camera.

I have attached the result in the shell window in case you can see what is happening.

RenderTest_PG_HtoA.txt

Thanks again.

0 Likes

Stephen.Blair
Community Manager
Community Manager

Ok, HtoA puts the camera name in the output statements.

So, kick -c changes the camera used by the kick display, but not the camera used to write out the beauty and the other AOVs.



// Stephen Blair
// Arnold Renderer Support
0 Likes

Anonymous
Not applicable

Is there any possible way of having multiple cameras rendering from such an .ass file?

Or changing the that HtoA puts the camera into the output statements?

0 Likes

Stephen.Blair
Community Manager
Community Manager

Maybe a search_replace operator? eg that selects the options node and replaces "cam1" with "cam2"

Then you would use -set string_replace.replace on the kick command line.

I haven't tested that though.



Or, have separate ass files for the options eg cam1_options, cam2_options.

then

kick cam1_options.ass rest_of_scene.ass




// Stephen Blair
// Arnold Renderer Support
0 Likes

Anonymous
Not applicable

Many thanks. I'll give it a try.

0 Likes