Search found 9 matches

by maximumrfan
October 1st, 2010, 1:11 pm
Forum: Expression Discussion
Topic: Extracting data from colors
Replies: 1
Views: 8250

Extracting data from colors

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 :)
by maximumrfan
September 29th, 2010, 1:29 pm
Forum: Scripts Discussion
Topic: I need help with my script
Replies: 2
Views: 8058

Re: I need help with my script

Something like this maybe? { // Created By MRFPlugins // ©2010-2012 Fiber Optic Shoe // http://www.youtube.com/maximumrfan/ // http://www.twitter.com/mdogtwilighter/ // Inspired by a tutorial on Maltaanon.com // If you want to be credited, then you need to (A) add a comented line above places wher...
by maximumrfan
September 24th, 2010, 2:34 pm
Forum: Scripts Discussion
Topic: I need help with my script
Replies: 2
Views: 8058

I need help with my script

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...
by maximumrfan
September 23rd, 2010, 2:08 pm
Forum: Scripts Discussion
Topic: General UI Questions
Replies: 1
Views: 6113

General UI Questions

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...
by maximumrfan
September 21st, 2010, 1:14 pm
Forum: General Scripts Library
Topic: Making buttons perform functions
Replies: 2
Views: 11836

Re: Making buttons perform functions

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. ...
by maximumrfan
September 20th, 2010, 3:29 pm
Forum: General Scripts Library
Topic: Making buttons perform functions
Replies: 2
Views: 11836

Making buttons perform functions

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...
by maximumrfan
September 17th, 2010, 1:53 pm
Forum: General Scripts Library
Topic: AE3D EXPORT - AE scene to Maya, Max, and Lightwave
Replies: 100
Views: 669084

Re: AE3D EXPORT - AE scene to Maya, Max, and Lightwave

Well if I try to export lights they show up as dummy objects. How can I export Lights as actual lights? :?:
by maximumrfan
September 17th, 2010, 1:53 pm
Forum: Announcements
Topic: AE3D EXPORT - AE scene to Maya, Max, and Lightwave
Replies: 78
Views: 212848

Re: AE3D EXPORT - AE scene to Maya, Max, and Lightwave

Well if I try to export lights they show up as dummy objects. How can I export Lights as actual lights? :?:
by maximumrfan
September 16th, 2010, 9:05 pm
Forum: Scripts Discussion
Topic: Linking values with scripts
Replies: 2
Views: 7229

Linking values with scripts

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