Python Script
发布于:2024-09-04
Purpose:
Batch processing for importing, exporting, fabric switching, fabric creation, and converting OBJ to SBTN, etc.
Operation Path:
Tools ▶Python Script
Operation Instructions:
Invoke built-in scripts
The software includes a set of scripts that can be run directly from within the window. Users can select the desired script and then click to execute it.
Invoke scripts from the API documentation
1.Tools ▶Python Script
2.Click“+” to creat a new script
3.click“View API documentation”
4. Search for the functionality you need to execute (e.g., exporting OBJ files)
5. Call the corresponding API endpoint
6.Call the corresponding API endpoint to return to the Python script window. Edit the newly created script, paste the API endpoint, and specify the location where the file should be saved after executing the script.
7.The software will automatically execute the script and save the file to the specified location.