The following characters can be used to store paths in the intermediate files to specify locations on the computer.
Valid Characters | Double-byte Japanese characters. Single-byte characters except those listed as invalid below. |
Invalid Characters | \ : ; * ? < > | & ' " Control characters, such as "\n". |
Regular expressions:
In preparation
The following characters can be used.
Valid Characters | Single-byte alphanumeric characters (both uppercase and lowercase)- , _ , . |
Invalid Characters | Double-byte Japanese characters Single-byte characters except those listed as valid above Control characters, such as "\n" |
Regular expressions:
[0-9A-Za-z\-\._]+
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 Characters | Single-byte alphanumeric characters (both uppercase and lowercase)- , _ , . |
Invalid Characters | Double-byte Japanese characters Single-byte characters except those listed as valid above Control characters, such as "\n" |
Regular expressions:
[0-9A-Za-z\-\._]+
Characters that can be used when storing strings in user data are as follows:
Valid Characters | BMP region Unicode characters |
Invalid Characters | Non-BMP region Unicode characters. (Expressed as UTF-16 encoded surrogate pairs) |
Regular expressions:
In preparation
CONFIDENTIAL