chAngE chAngE

changehpx

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

how python find usdrop_render node name? Sept. 21, 2023, 8:50 a.m.

robp_sidefx
Does this help at all?

parm = node.parm('renderer')

parm.menuLabels()
# ('Karma', 'Arnold')

parm.menuItems()
# ('BRAY_HdKarma', 'HdArnoldRendererPlugin')

parm.eval()
# 'BRAY_HdKarma'

parm.set('HdArnoldRendererPlugin')
Haha Thank you very much!!!

how python find usdrop_render node name? Sept. 21, 2023, 5:47 a.m.

I want to python setting usd_render_rop render type.But I can't find the name

top create attributearray? May 8, 2023, 9:09 a.m.

Why do I create an array but only have one number when I print down?