jokerbuilder / cortex-vfx

Automatically exported from code.google.com/p/cortex-vfx
0 stars 0 forks source link

IECoreHoudini - cortexRmanInject - ri_dynamicload1.chn #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by silvio.j...@gmail.com on 3 Apr 2011 at 11:42

GoogleCodeExporter commented 9 years ago
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.

Original comment by danbeth...@gmail.com on 4 Apr 2011 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by andrewk....@gmail.com on 4 Apr 2011 at 4:21