Hi there,
I try to use custom vex file in the VEX Sop Operator. So, I put my “vex” file and “ds” file to the $HOUDINI_PATH/vex/sop and when I create VEX Operator I can choose it from menu (icon “down arrow”), but I don't see my script in “Dialog Script” form (icon “Open file chooser”). I can't realise what I should do that my script is appeared in “Dialog Script” for customizing my params. Could you help me?
VEX Sop Operator
3271 2 1- archie
- Member
- 71 posts
- Joined: 6月 2008
- Offline
- mark
- スタッフ
- 2629 posts
- Joined: 7月 2005
- Offline
archie
Hi there,
I try to use custom vex file in the VEX Sop Operator. So, I put my “vex” file and “ds” file to the $HOUDINI_PATH/vex/sop and when I create VEX Operator I can choose it from menu (icon “down arrow”), but I don't see my script in “Dialog Script” form (icon “Open file chooser”). I can't realise what I should do that my script is appeared in “Dialog Script” for customizing my params. Could you help me?
The easiest way to get a VEX operator installed from a source .vex file is to use the -l option on the vcc command:
% vcc -l myops.otl foo.vfl
Then you can import this operator easily into Houdini (this will store the .vex and .ds files in a single OTL).
- archie
- Member
- 71 posts
- Joined: 6月 2008
- Offline
-
- Quick Links