erike

erike

About Me

Connect

LOCATION
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Accessing materials from Material palette from Python Dec. 30, 2009, 9:03 a.m.

Thank you, that solutions works for me.

Accessing materials from Material palette from Python Dec. 30, 2009, 5:08 a.m.

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.

Any ideas are appreciated.