A question about Houdini's programing

   2974   2   0
User Avatar
Member
55 posts
Joined: Feb. 2006
Offline
Hi~I'm a Houdini-beginner.
I have a question.
When I learn houdini's programing(Hscript,Vex,Python).
What programing do i have to study??
Edited by masterK - Jan. 16, 2017 09:02:12
User Avatar
Member
636 posts
Joined: June 2006
Offline
just start to use the nodes and try to use some expressions!
http://www.sidefx.com/docs/houdini/ref/expression_cookbook [sidefx.com]

when want to manipulate data then you can learn vex just for information vop nodes are on the end vex code:
http://www.sidefx.com/docs/houdini/vex/lang [sidefx.com]

when you want to export data or you want to customize houdini(production process, automatisation, project handling, custom gui …) then you need python:
http://www.sidefx.com/docs/houdini/hom/_index [sidefx.com]

in the long run you will need to know all three (expression(simple hscript), vex and python). just the most important one will be vex, second python.
User Avatar
Member
55 posts
Joined: Feb. 2006
Offline
thanks….^^
  • Quick Links