I'm writing a Python script for terrain generation and would like to use a basic_displacement which you can find in the Material palette. Using the normal workflow, it is very easy to get hold of it, but how can I create it through Python?
It does not seem to be a primitive object, so something like hou.node(“/shop”).createNode(“basic_displacement”) does not work.