dawei li

lnlidawei

About Me

Connect

LOCATION
China
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

HQueue submission errors--can't find "/houdini_setup" May 3, 2020, 6:30 p.m.

finchyboyz
did you get an answer to this question as i have the same issue atm.

/bin/bash: line 0: cd: /mnt/hq/houdini_distros/hfs.linux-x86_64: No such file or directory

HQueue is installed in Windows OS, it works well. But, HQueue installed in Linux/CentOS7.7.1908 does not work; i have met the same question.

vex language does not support "struct" data type ? houdini-version-17.327 Feb. 18, 2020, 1:07 p.m.

BabaJ
Thanks for this tip tamte. You've helped me indirectly.

I've always wondered why I couldn't include a struct directly and had to put it in a ‘header’ file and use #include.

I've always wondered how I might also be able to ‘include’ all the needed the self-written functions within the hip instead of separately in a header file.

So by creating my own wrangle asset (copying with asset manager of default wrangle) and saving with outercode promoted(and also any amount of defined functions per definition/my asset wrangle ('type').

I can now have my functions ‘follow’ the hip around without having to manage header files. At the same time have two blocks of code. One for the main logic of the operations and the other with the defined functions to be used in the main block.

Also, ‘solves’ the how to create an asset with self-contained wrangle functions that don't need access/reference to external header files.

Cool.
thank you .

vex language does not support "struct" data type ? houdini-version-17.327 Feb. 18, 2020, 1:05 p.m.

tamte
or break into the wrangle and on the snippet define them in Outer Code parameter or promote it to top of your wrangle if you want, I think that should be done by default
thanks for your messages.