Command Chain problems due to Python Script Node

   1914   2   1
User Avatar
Member
62 posts
Joined: 10月 2015
Offline
Hi,
I have the problem that as soon as there is any kind of python node upstream of a command chain, it messes up the cooking process.
This happens even when the python node is not doing anything.
Did anyone have this issue before? (Tried on 17.5.327 and 17.5.350)
Cheers!

Attachments:
pythonbug.JPG (27.4 KB)

Philipp B. | Houdini TD @ Axis Studios
User Avatar
Member
544 posts
Joined: 9月 2012
Offline
It's probably because the Python script node's workitem generation is actually dynamic by default, when it's on automatic (we have a bug to fix this). Once a node is dynamic, the rest of the graph becomes dynamic, which may be what's messing things up here. Try explicitly setting the workitem generation to “static”.
- Ken Xu
User Avatar
Member
62 posts
Joined: 10月 2015
Offline
Thanks Ken, that did the trick!
But let's say I would want that chain to be dynamic, what would be the solution in that case?
Philipp B. | Houdini TD @ Axis Studios
  • Quick Links