read_text_file
Read a local text file to inspect scripts, configuration, or logs, such as exported .ini files or MAXScript snippets, directly within the 3ds Max environment.
Instructions
读取一个文本文件(脚本、配置、日志)。用于检查导出的 .ini 或 MAXScript 片段。 [English] Read a text file (script, config, log). Handy for inspecting exported .ini files or MAXScript snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 文件绝对路径。 | Absolute file path. | |
| maxChars | No | 最多读取的字符数,默认 200000。 | Maximum characters to read, default 200000. |