The makebot command takes an image file and produces a block ordered texture (BOT) file, to be used for texture caching. If a relative pathname is specified for the input image file, project management rules apply. If a relative pathname is specified for the output BOT file, project management rules apply and gets put into the sourceImages directory.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
checkdepends (c) | bool | ||
|
|||
checkres (r) | int | ||
|
|||
input (i) | unicode | ||
|
|||
nooverwrite (nov) | bool | ||
|
|||
output (o) | unicode | ||
|
|||
verbose (v) | bool | ||
|
Derived from mel command maya.cmds.makebot
Example:
import pymel.core as pm
pm.makebot( i='in_image', o='/usr/tmp/out_bot_file' )