kingatsid

kingatsid

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

how the python otl node initial?how to add initial script? March 26, 2013, 10:24 p.m.

thanks graham,sorry for my overdue reply.
the script tab looks great.but I still have some question.
the event list have an arrow ‘up’ button on the left side,does it means that the order of these event callbacks I've created had to been taken carefully?
I put a ‘get geo’s attribute' code on the OnInputChanged but it didn't get the attribute the python node just update,it return the previous one that it disconnected.why?

how the python otl node initial?how to add initial script? March 23, 2013, 7:26 a.m.

I'm learning python hom and I tried to create a python otl node that can detect the inputRewired event.So I get the hou.Node.addEventCallback function and test it working fine in python shell.But here comes the problem,I have to manully run this code to make it work.Can I make the python otl node run the addEventCallback by itself when it's created just like some inital_script?
appreciate for your reply.

how to use ez_setup.py in houdini? March 17, 2013, 5:21 a.m.

thanks edward!It works.you help me out again