get_max_version
Retrieve 3ds Max version details and environment information including build data and Python version for system compatibility checks.
Instructions
获取当前 3ds Max 的版本信息和环境信息。
该工具返回 3ds Max 的版本号、构建信息、Python 版本等环境信息, 帮助了解运行环境。
Returns: dict: 操作结果。 - success (bool): 是否成功。 - max_version (str): 3ds Max 版本号。 - max_version_number (int): 3ds Max 版本数字。 - python_version (str): Python 版本。 - message (str): 描述信息。
示例调用: get_max_version()
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||