Jump to content

Change Group Order


kubabuk

Recommended Posts

Hi,

I have a couple of primitive groups _355 _443 _526 _589 _669 . If I middle click on any sop they are not displayed in an increasing order. I 've got something like this:

_443

_669

_355

_526

_589 - so _443 and _669 are not at the right place.

How can I rearrange the order of the groups so if I use an expression:

`arg(primgrouplist("../" + opinput(".", 0)),0)`

I could get a proper order:

`arg(primgrouplist("../" + opinput(".", 0)),0)` for _335 group

`arg(primgrouplist("../" + opinput(".", 0)),1)` for _443 group

`arg(primgrouplist("../" + opinput(".", 0)),2)` for _526 group

etc...

any feedback will be helpful.

thanks

kuba

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