8
Color RGB Controller (Point3 XYZ Controller) 311
float or boolean class controller, such as sphere’s
Hemisphere
or
Smooth
track.
Boolean controller key values can be changed in
on of two ways: through Track View’s Dope Sheet
editor or through MAXScript.
Note: Although the Boolean controller displays a
funct ion curve in Track View’s Curve Editor, it
does not display keys. Key time and value must be
changed in the Dope Sheet editor.
Pr ocedur es
To a ssi gn a B oolea n control ler a nd ad d k ey s:
1.
Open Track View’s Dope Sheet editor and select
anytrackthatwouldnormallybeassigneda
float or boolean class control ler.
2. Right-click and select Assign Controller.
Pick the Boolean con troller from the Assign
Cont roller dialog, and click OK
3. From the main Track View toolbar , select
the Add Keys button and click anywhere on the
selected track.
New keys with a value of 0.0 are added.
To change B oolean controller k ey values in Track
View:
1.
Open the Track View Dope Sheet editor and
select a track that contains a Boolean controller.
2. Select any key and type 1.0 or 0.0 into the key
value field at the bottom of the Track View
dialog.
Note: Values greater than 0.0 wi l l automatically
be clamped to 1.0
To cha nge B oolea n controller key values via
MAXScript:
• Enter the follow ing into either
the MAXScript Listener or Mini
Listener:<node>.<anima table_
property>.keys[<index_integer>].value =
<float> where
<node>
is the object containing
the Boolean-cont rolled parameter (for
example,
$Sphere01
,
<animatable_property>
is the parameter itself (for example,
Smooth
,
<index_integer>
is the actual sequential
numberofthekeyinthekeyarray,and
<float>
is either 1.0 or 0.0.
Color RGB Controller (Point3 XYZ
Controller)
Maintoolbar>CurveEditor(Open)>Selectamaterial
color trac k in the Track View hierarchy. > Track View menu
bar > Controller menu > Assign > Color R GB
Graph Editors > Track View – Curve Editor > Select a
material color track in the Track View hierarchy. > Track
View menu bar > Controller menu > Assign > Color RGB
The Color RGB controller splits the R, G, and B
components into three separate tracks. You can
use this controller with color tracks. By default,
each track is assigned a Bezier Float controller.