ffacce

ffacce

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Python Use SOP edit node... How can I set apply.? 2009年3月1日5:02

It's working…

That's sounds great…

I will try python sop….

thank you…

Python Use SOP edit node... How can I set apply.? 2009年2月28日9:40

hello… TDs….

I am Working on 3D R&D for ANi in seoul…


It's make me cry…

python script is below…


First. make poly cube then

>>> box_ = hou.node('obj/box_object1/box1')
>>> edit_ = hou.node('obj/box_object1').createNode('edit')
>>> edit_.setFirstInput(box_)
>>> edit_.setDisplayFlag(True)
>>> edit_.parm('grouptype').set('points')
>>> edit_.parm('group').set('1')
>>> edit_.parm('tx').set(2)
>>> edit_.parm('apply').set('???' )

so.. I can't find right “apply” set value..

I want to same resolts of “Commit Transform/Peak Chnage” Button. in Edit

with Python script…

please tell me what is right value in set ?


thank you…