Jump to content

fetch ( stamp ) object ID, used in chops


mirHadi

Recommended Posts

hello

 

I have a situation that don't understand.

 

I have a regular wire object.

I make a 5 of them. (number of object == 5)

in chop net, I have a wave chop that controls deformations. wave chop 's phase parameter to be unique for each object. I use stamp("../../../autodop..1/geo","OBJID",0) for the phase parameter but this always returns 0.

 

please help me to solve it.

thank you very much

jellyfish.hipnc

Link to comment
Share on other sites

You could try something like this in the Phase chanel 
fit01(rand($C),-1, 1)
This creates a random value between -1 and 1 using the channel as random seed.
For this you need to increase the number of channels inside wave_softtrans_clip1 node so you have one for each object.

Link to comment
Share on other sites

What your targeting does seem to exist because if you look under the geometry spreadsheet you will see that you have to know the name of the geometry before you can target it. However, there are affectorids one level up that might work.

 

 

stamp("op:/obj/AutoDopNetwork","affectorids",0)
I'm not sure if a stamp works inside of chops, however...? Edited by Atom
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...