Hi,
I can use @var import float/int/vector attribute in wrangle,but I can not imoport string attribute.Does anyone know how to do this in wrangle.
For example:
sphere → wrangle(create a string attribute s@a="houdini”→wrangle2(s@b=@a;) it doesn't work!
How can I import a string attribute using wrangle
2109 2 1- carldrifter
- Member
- 66 posts
- Joined: May 2016
- Offline
- Mohanpugaz
- Member
- 146 posts
- Joined: June 2016
- Offline
You should explicitly tell s@a in your second wrangle then only it works.
s@b = s@a;
Mohan Pugaz
movfx
https://www.instagram.com/movfx/ [www.instagram.com]
https://www.youtube.com/channel/@_movfx
movfx
https://www.instagram.com/movfx/ [www.instagram.com]
https://www.youtube.com/channel/@_movfx
- carldrifter
- Member
- 66 posts
- Joined: May 2016
- Offline
-
- Quick Links