Documentation - Maxscript
< Back to main maxscript documentation
< Back to main maxscript documentation
Float_Operation : FloatController
The Float_Operation controller allows basic math operations between two animatable inputs, this allows operations with fast wiring in the controllers.
Properties
<Float_Operation>.a Float
The first value in the operation.
<Float_Operation>.b Float
The second value in the operation.
<Float_Operation>.negative Boolean default: false
When set to true, the final value of the operation will be negative.
<Float_Operation>.operation enum default: #Add
Get/set the operation being used:
#Add
#Subtract
#Multiply
#Divide
#Average
#Power
#Min
#Max
#Mod
< Back to main maxscript documentation