How can I import a string attribute using wrangle
2662
2
1
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!
Edited by carldrifter - Dec. 20, 2018 08:04:51
-
- Mohanpugaz
- Member

- 174 posts
- Joined: June 2016
- Offline
You should explicitly tell s@a in your second wrangle then only it works.
Mohanpugaz
You should explicitly tell s@a in your second wrangle then only it works.
You're right,Thanks bro~