SetCheckerboardMode
 
 
 

SetCheckerboardMode

Introduced

v11.0 (2013)

Description

Sets the Checkerboard mode of the Texture Editor view(s).

Scripting Syntax

SetCheckerboardMode( Checkerboard, [TextureEditor] );

Parameters

Parameter Type Description
Checkerboard Boolean True to enable the checkerboard mode of the Texture Editor view(s), false otherwise.
TextureEditor Texture Editor View object. The Texture Editor view to update the checkerboard setting.

Default Value: If not specified, the change is applied to all Texture Editor views.

Examples

Python Example

# Get the Texture Editor view object
oView = Application.Desktop.ActiveLayout.CreateView2( "Texture Editor", "MyTextureEditor" );
# Turn on the checkerboard mode of the view
Application.SetCheckerboardMode( True, oView );

See Also

Texture Editor