qLab / qLib

A procedural asset library for SideFX Houdini. https://www.facebook.com/qLibHoudini
http://qlab.github.io/qLib
Other
744 stars 116 forks source link

Camera Plane_qL SOP uses deprecated Python API #1349

Closed doruchan closed 1 year ago

doruchan commented 1 year ago

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.