Jump to content

$PT in "carve" node


Recommended Posts

Hi,

 

How would I reference point number with global variable $PT in carve node?

 

It seems to not having the global variable.

 

Want to run an expression

point("../vopsop23", $PT, "growth", 0)

on FirstU parameter of carve node.

 

Any suggestions?

 

 

Link to comment
Share on other sites

  • 2 months later...

try avoiding the for each,   the carve doesnt accept that local variable  you might want to use a chop  or something that return 0 to 1 or even you can do that in a null  and eval that parameter and then link it to the carve.

Link to comment
Share on other sites

try avoiding the for each,   the carve doesnt accept that local variable  you might want to use a chop  or something that return 0 to 1 or even you can do that in a null  and eval that parameter and then link it to the carve.

Do you have an example of how this can be done (controlling multiple curves carve position based on an attribute independent to each curve without using a foreach)? 

Thanks

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