bidillu Posted September 19, 2024 Share Posted September 19, 2024 (edited) I'm currently creating my own custom curve force and added noise with a multiparm. I also want to user to be able to manipulate parameters with the use of a vex snippet similar to that of the normal curve force. I have managed to get it work except with the multiparm. For it to work I need to initialize all variables used so I need to create a variable not an attribute so setattribute() won't work as the name of the parameter and the variable must match making attributes not possible. So the only viable option is to create a variable name from a string attribute in a for loop and I don't know if that is even possible. Can someone please help me. Thank you Edited September 19, 2024 by bidillu 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.