Hi, just working through the first of the UV tutorials that was developed in an earlier version of Houdini. It calls for a Vex Layered Surface. But I can not find it. I presume it is hidden in something else now in Version 11. Can anyone help me please. I did try various options
Cheers
Eric
UV Tutorial - where is the VEX Layered Surface Now?
6955 5 1-
- EricGarlic
- Member
- 21 posts
- Joined: 1月 2010
- オフライン
-
- fxrod
- Member
- 133 posts
- Joined: 7月 2005
- オフライン
I suspect that this node has been deprecated in H11 in favor of using the Surface Model VOP to create such shaders.
If you check out your $HFS/houdini/OPcustomize file and search for v_layered you'll notice that the operator has been hidden. This is SESI's way of deprecating files. You can still use those operators, but they are not recommended.
However, VEX Layered Surface should still work in H11. If you want to use it, you can open up a textport and drop the node using Hscript.
opcf /shop
opadd v_layered
If you check out your $HFS/houdini/OPcustomize file and search for v_layered you'll notice that the operator has been hidden. This is SESI's way of deprecating files. You can still use those operators, but they are not recommended.
However, VEX Layered Surface should still work in H11. If you want to use it, you can open up a textport and drop the node using Hscript.
opcf /shop
opadd v_layered
Francisco Rodriguez
Effects Animator | Walt Disney Animation Studios
Effects Animator | Walt Disney Animation Studios
-
- EricGarlic
- Member
- 21 posts
- Joined: 1月 2010
- オフライン
-
- rmagee
- スタッフ
- 1385 posts
- Joined: 7月 2005
- オンライン
-
- EricGarlic
- Member
- 21 posts
- Joined: 1月 2010
- オフライン
-
- fxrod
- Member
- 133 posts
- Joined: 7月 2005
- オフライン
-
- Quick Links



I'm sure it's on the list, but I'd also love it to include some recommendations on usage.