How can I import a string attribute using wrangle

   1797   2   1
User Avatar
Member
66 posts
Joined: May 2016
Offline
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
User Avatar
Member
130 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
User Avatar
Member
66 posts
Joined: May 2016
Offline
Mohanpugaz
You should explicitly tell s@a in your second wrangle then only it works.

s@b = s@a;


You're right,Thanks bro~
  • Quick Links