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??
A question about Houdini's programing
3296 2 0- masterK
- Member
- 55 posts
- Joined: 2月 2006
- Offline
- mandrake0
- Member
- 642 posts
- Joined: 6月 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.
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.
- masterK
- Member
- 55 posts
- Joined: 2月 2006
- Offline
-
- Quick Links