Interface: FlightStudioImage

Interfaces > Core Interfaces > FlightStudioImage

 

   

Core Interfaces - Quick Navigation

The FlightStudioImage Core Interface available in 3ds Max 2010 and higher provides controls over Flight Studio image usage and compression.

   

Methods:

<void>FlightStudioImage.UseMax() 	 

Sets Flight Studio to use the 3ds Max images.

   

<void>FlightStudioImage.UseFlightStudio()   

Sets Flight Studio to use its own images.

   

<void>FlightStudioImage.SetCompressed <boolean>compression 

Sets the image compression or when the argument is true and off when the argument is false.

   

<boolean>FlightStudioImage.GetCompressed() 

Returns true if image compression is on and false if it is off.

   

See Also