Restrictions on Usable Characters

Valid Characters for Paths

The following characters can be used in the paths stored in the intermediate file to locations on the computer.

Valid CharactersDouble-byte Japanese characters.
Single-byte characters except those listed as invalid below.
Invalid Characters\ : ; * ? < > | & ' "
control text characters (e.g., \n)

Regular expressions:

 
    tba

Valid Characters for Names of Models, Nodes, Materials, Textures and the Like

The following characters can be used.

Valid CharactersSingle-byte alphanumeric characters (both upper- and lower-case)
-, _, .
Invalid Charactersdouble-byte Japanese characters
single-byte characters except those listed as valid above
control characters (e.g., \n)

Regular expressions:

 
    [0-9A-Za-z\-\._]+

Valid Characters for User Data Identifiers

User data can be added to nodes and materials stored in intermediate files. Characters that can be used in strings to identify user data are as follows:

Valid CharactersSingle-byte alphanumeric characters (both upper- and lower-case)
-, _, .
Invalid Charactersdouble-byte Japanese characters
single-byte characters except those listed as valid above
control characters (e.g., \n)

Regular expressions:

 
    [0-9A-Za-z\-\._]+

Valid Characters for User Data

Characters that can be used when storing strings in user data are as follows:

Valid CharactersBMP region Unicode characters
Invalid CharactersNon-BMP region Unicode characters. (Expressed as UTF-16 encoded surrogate pairs)

Regular expressions:

 
    tba


CONFIDENTIAL