Jump to content

"Find and Replace" functionality in KineFX


RyanJP

Recommended Posts

// two simple examples (VEX):

s@path = "/geo/path/Char01/body/arm/hand";
s@path2 = re_replace("Char","Human_",s@path);
// result: /geo/path/Human_01/body/arm/hand

string s1 = re_replace("/","_",s@path);
string s2 = re_replace("_geo_path_","/",s1);
s@path3 = s2;
// result: /Char01_body_arm_hand

 

Edited by bunker
  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...