There is a @Cd error.

   1955   6   0
User Avatar
Member
19 posts
Joined: 1月 2020
Offline
Hello. I'm using a houdini 18.



Why is there an error? Let me know how to solve it.
Edited by EDITH - 2020年3月28日 06:39:28

Attachments:
20200328_193058.png (6.4 KB)

User Avatar
Member
209 posts
Joined: 3月 2018
Offline
This should work:
@Cd.y = chv("color").y;
User Avatar
Member
19 posts
Joined: 1月 2020
Offline
N-G
chv(“color”).y


Thank you for your answer. But there's still an error.

Attachments:
20200328_234333.png (8.1 KB)

User Avatar
Member
209 posts
Joined: 3月 2018
Offline
Post your HIP file please!
User Avatar
Member
19 posts
Joined: 1月 2020
Offline
N-G
Post your HIP file please!


I have attached the file! I am not getting ahead of my class :'(

Attachments:
uv_render.hip (1.2 MB)

User Avatar
Member
8521 posts
Joined: 7月 2007
Online
I assume this is for learning purposes and that's why you don't use wrangle
in your Vopnet you already have Cd bound, but since it's not connected it's not gonna be exported and therefore treats it as read only

- so jump into your VOPnet and delete geometryvopoutput1 and geometryvopglobal1
- set Bindings to Export on snippet1 to: * or at least Cd
- also you can return your vexpression to be using color as you have it connected inside :
@Cd.y = color.y;
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
19 posts
Joined: 1月 2020
Offline
tamte
@Cd.y = color.y;

I've solved it. Thank you all
  • Quick Links