HOUDINI HDK tutorial
8396 9 6-
- Amin Khormaei
- Member
- 25 posts
- Joined: May 2014
- Offline
-
- N-G
- Member
- 213 posts
- Joined: March 2018
- Offline
-
- Amin Khormaei
- Member
- 25 posts
- Joined: May 2014
- Offline
-
- dtempcyer
- Member
- 326 posts
- Joined: Jan. 2013
- Offline
-
- DmitriiP
- Member
- 16 posts
- Joined: Oct. 2018
- Offline
-
- N-G
- Member
- 213 posts
- Joined: March 2018
- Offline
DmitriiPIt is showed in a simple example:
installCommand
https://www.sidefx.com/docs/hdk/expr_2command_8_c-example.html#a10 [www.sidefx.com]
amin khormaei
it's not good for beginners
It is easy if you read it from beginning and it would be hard if you suddenly jump at the middle of HDK.
This is not Houdini documentation responsibility to teach you how CMake works or how C++ compilers work.
There are many samples in HDK with comments which show you how to use development kit.
You should learn C++ deeply enough to work with HDK otherwise it would be really annoying to work with.
You can also use Inlinecpp module in Python:
https://www.sidefx.com/docs/houdini/hom/extendingwithcpp.html [www.sidefx.com]
-
- DmitriiP
- Member
- 16 posts
- Joined: Oct. 2018
- Offline
N-G
It is showed in a simple example:
https://www.sidefx.com/docs/hdk/expr_2command_8_c-example.html#a10 [www.sidefx.com]
what is the “:” after the letter? why with “eeeee:” just breaking everything?
why in this example “1” not “1:”?
http://www.sidefx.com/docs/hdk/_f_s_2_f_s__background_8_c-example.html#a33 [www.sidefx.com]
and so on ….
this is not “really good” documentation, just simple description…
-
- animatrix_
- Member
- 5100 posts
- Joined: Feb. 2012
- Offline
You can also use the C++ Wrangle if you want zero setup time (almost zero on Windows):
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
-
- N-G
- Member
- 213 posts
- Joined: March 2018
- Offline
DmitriiP
what is the “:” after the letter? why with “eeeee:” just breaking everything?
why in this example “1” not “1:”?
http://www.sidefx.com/docs/hdk/_f_s_2_f_s__background_8_c-example.html#a33 [www.sidefx.com]
and so on ….
this is not “really good” documentation, just simple description…
As documentation says:
If the letter is followed by a colon, the option is expected to have an argument (use two or three colons to indicate two or three arguments respectively).
As I said, you should read HDK documentation step by step otherwise you will lost!
More information about CMD commands can be found here:
https://www.sidefx.com/docs/hdk/_h_d_k__extend_c_m_d.html [www.sidefx.com]
Edited by N-G - March 5, 2020 19:47:22
-
- wyhinton1
- Member
- 95 posts
- Joined: Feb. 2020
- Offline
animatrix_
You can also use the C++ Wrangle if you want zero setup time (almost zero on Windows):
Can you do basically everything you can with the C++ wrangle that you could with the HDK in a different development environment? I'm very interested in creating some custom viewport render hooks [www.sidefx.com], would I be able to add them on the fly just using the wrangle?
-
- Quick Links





