Thread: GI render test
View Single Post
# 8 05-06-2003 , 10:33 AM
BabyDuck's Avatar
Subscriber
Join Date: Nov 2002
Location: USA
Posts: 1,170
you have to type "source XXX.mel" - i made two buttons. one shelf buttons does this:

source RealFakeGILight.mel;
RealFakeGILight;

the other:

source RealFakeGIEditor.mel;
RealFakeGIEditor;

the source command is just to define the command, and then i execute them.

hope that helps some