Jump to content

Regular Expressions in group field


j00ey

Recommended Posts

I'm having difficulty with some regular expressions.

I have some geometry which contains a load of groups called cluster_0, cluster_1, cluster_2 etc. The number of groups will vary and I need to be able to affect them in batches. Essentially every 5th group needs to have one set of transforms applied, so I need to do some sort of modulus in the group field.

I tried cluster_[0-999:5] , cluster_[1-999:5] etc but that only gets cluster_0, cluster_1, cluster_2, cluster_3 and cluster_4

Can anyone give me a pointer?

Thanks for reading

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...