Writing nodes/operators in Houdini

   5941   8   2
User Avatar
Member
17 posts
Joined: Feb. 2009
Offline
Hi everyone,

Anyone knows how to write new ops for Houdini? Is it possible with Python, or only C++?





Thanks.
User Avatar
Member
1390 posts
Joined: July 2005
Offline
JoanVenge
Hi everyone,
Anyone knows how to write new ops for Houdini? Is it possible with Python, or only C++?
Thanks.
Which ops you miss most?
User Avatar
Member
17 posts
Joined: Feb. 2009
Offline
Hi,

Generally modeling nodes for the start. Like all kinds of selection ops, loop/ring, and then spherify, relax, and lots more. How do I go about writing these?




Thanks.
User Avatar
Member
1390 posts
Joined: July 2005
Offline
JoanVenge
Hi,
Generally modeling nodes for the start. Like all kinds of selection ops, loop/ring, and then spherify, relax, and lots more. How do I go about writing these?
Thanks.

I would consider knowing an application better before jumping into coding it. It may occur you code things that are already there, or that don't fit into it, what do you think?
User Avatar
Member
17 posts
Joined: Feb. 2009
Offline
You are right. I just wanna try writing a few for practice. I use python in Maya for a long time so I thought maybe I could write ops in Houdini too.



Thanks.
User Avatar
Member
89 posts
Joined: April 2008
Offline
If you choose “New Operator Type” in the File menu you can create python operators.
User Avatar
Member
17 posts
Joined: Feb. 2009
Offline
Thanks mrice, I didn't know that one.
User Avatar
Member
543 posts
Joined: July 2005
Offline
http://odforce.net/wiki/index.php/HoudiniDevelopmentKit [odforce.net]
========================================================
You are no age between space
User Avatar
Member
17 posts
Joined: Feb. 2009
Offline
Thanks xionmark.
  • Quick Links