mirHadi Posted December 10, 2015 Share Posted December 10, 2015 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 Quote Link to comment Share on other sites More sharing options...
mirHadi Posted December 11, 2015 Author Share Posted December 11, 2015 any help would be highly appreciated. Quote Link to comment Share on other sites More sharing options...
Maurits Posted December 16, 2015 Share Posted December 16, 2015 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. Quote Link to comment Share on other sites More sharing options...
Atom Posted December 16, 2015 Share Posted December 16, 2015 (edited) 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 December 16, 2015 by Atom Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.