Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here we define a set of rules that will all be executed in the file's order. The key string should evaluate as a python expression once substituted.

...

Code Block
languagejs
themeFadeToGrey
"'_i8t' in '%(img_name)s'": {
	"args": {
		"texture_format": "tiff",
		"data_type": "byte"
	}
}

matches

...

"_i8t"

...

in

...

the

...

image

...

name,

...

which

...

is

...

interpreted

...

as

...

shorthand

...

for

...

"8

...

bits

...

integer

...

tiff

...

format"

...

and

...

sets

...

the

...

texture

...

format

...

to

...

"tiff"

...

and

...

the

...

image

...

to

...

"byte"

...

(8

...

bits

...

integer,

...

see

...

txmake

...

documentation)

...

.

The standard rules tend to rely on the node_type, img_type and img_depth to pick the best file format and compression algorithm.