I wanted to ask two questions.
How can I get an expression to show red/blue/green/alpha channel amounts in a slider control
How can I use expressions to average colors, and how to display the color in a color control.
Thanks,
Matt
I have been working on my "MRFCameraRig" script for a while, and for some reason, any time I add something to it, something else fails. I added a user interface to it the first time, and then the user interface failed on every screen except for my big monitor. Now I finally got the user in...
I have been making scripts for a little while, and one thing that I cannot seem to figure out is how UI works! I have searched all over the internet, and I can not find a single article or video explaining the javascript UI. Can someone please explain to me how it works, because it would help me out...
I couldn't access your script, but generally, after defining your UI you would include code like this to call a function when the button is clicked: pal.grp.mid.left.preset.deleteButton.onClick = onDeletePresetButton; Don't put () after the function name or it'll get called when initially defined. ...
I have been making scripts for about 2 weeks, and I have created a script that simply makes a camera rig, and I decided to add a user interface to it so that it looks a little bit more professional. I have been wrestling JavaScript for 2 hours straight, and I can't get the button to do ANYTHING. I h...
I decided to change all of my animation presets that I made intro script files (for convenience). One of them is a preset that allows me to change the settings for the "Lens Flare" effect very quickly. I'm running into a problem when trying to link up the value to a point control. I can't ...