The Camera Plane QL SOP uses hou.expandStringAtFrame internally (at least in the Python Module). This API is deprecated in houdini 19 and will cause a Mantra IFD generation to error if this node is added.
Please replace this with hou.text.expandStringAtFrame.
The Camera Plane QL SOP uses
hou.expandStringAtFrame
internally (at least in the Python Module). This API is deprecated in houdini 19 and will cause a Mantra IFD generation to error if this node is added. Please replace this withhou.text.expandStringAtFrame
.