New issue 40 by silvio.j...@gmail.com: IECoreHoudini - cortexRmanInject -
ri_dynamicload1.chn
http://code.google.com/p/cortex-vfx/issues/detail?id=40
What steps will reproduce the problem?
1. have a cortex procedural in your houdini scene
2. disable any 3d viewport
3. render your scene from a hython session
What is the expected output? What do you see instead?
- I'd expect the procedural to update at every rendered frame gathering
correct parameter values
- procedural dump in rib shows parameter values are and stay as the ones at
the frame the scene was saved
What version of the product are you using? On what operating system?
houdini 11.0.575 linux centos 5.3
Please provide any additional information below.
comparing ri_dynamicload1.chn with the
test->ProceduralHolder->testProceduralParameters method
it seems the node has to be cooked before calling getParameterised() method.
This is missing in ri_dynamicload1.chn
Correct, there is no explicit op cook in cortexRmanInject before it
serialises the procedural's parameters. I think this should be added in the
cortexRmanInject HDA.
Comment #2 on issue 40 by andrewk....@gmail.com: IECoreHoudini -
cortexRmanInject - ri_dynamicload1.chn
http://code.google.com/p/cortex-vfx/issues/detail?id=40
(No comment was entered for this change.)