jerry7

jerry7

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

How to select single one primitive in hou.SceneViewer? 2025年10月10日9:06

Hi,

I tested the "allow_drag=0", but no effect. It still can drag select multiple prims.
viewer = hou.ui.paneTabOfType(hou.paneTabType.SceneViewer)
viewer.selectGeometry(allow_drag=0,use_existing_selection=0)

How to select a single one primitive in viewer by python?
Thanks!

OpenPBR Specular Problem 2025年10月4日7:32

I got it.
In this version of OpenPBR Surface, adjusting specular_weight scales specular_ior. This may change in the future3, so for now it is recommended users scale specular_color to simply adjust the specular presence.

OpenPBR Specular Problem 2025年10月4日7:20

Hi,

Why the openPBR material still has specular reflection even if Specular Weight is set to zero?

Thanks!