Jump to content

Sort_sop


3__

Recommended Posts

ok sorry, try the following:

1. place a circle sop, set to poly.

2. append a sort sop, set to shift (points)

3. in the offset field type: $NPT / 2

for me this returns 'unable to evaluate... undefined variable'

same when using point() to grab $NPT from elsewhere,

and when using an attribute earlier set to $NPT.

-cpb

Link to comment
Share on other sites

As mentioned, only the Expresssion parameter is evaluated per point. It doesn't make much sense for the Offset parameter to do so because that parameter dictates the global offset. $NPT is a special case though as that doesn't change per point. Instead, you could use npoints(opinputpath(".",0)).

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