CrowdTransition - superclass: ReferenceTarget; super-superclass:MAXWrapper - 8:0 - classID: #(1649620504, 273694790)
Sets the transition's priority.
The number of frames the software takes to affect the transition between states.
Ease in value for the source clip.
Ease out value for the destination clip.
The name of the MAXScript conditional that specifies when/how the transition is to occur.
The state that the transition originated from.
The state that the transition is destined for.
The <CrowdTransition>.functionName value must match the name of the function defined in <CrowdTransition>.script .
The script function is compiled with the function name in global scope. The function name cannot be the same as a MAXScript-defined global variable name.
The <CrowdTransition>.script is of the form:
where del is the delegate node, trans is the CrowdTransition value, and t is the time value of the frame being evaluated. The 3ds Max time context will also be frame being evaluated. The return value must be an integer value. If the return value is 0, the transition is not taken. For any other return value, the transition is taken.
The <CrowdTransition>.script is not evaluated for a delegate while the delegate is in transition between states.