You can open the script manager window from the console.

Script-manager.png

Scripts are a separate sequence of commands created for the automatic execution of a task.

The use of pre-prepared scripts optimizes the workflow, saves time and reduces the probability of errors due to the human factor.

  1. The script is written for a specific type of project. The Demo-script-table script should only be run in a project with a connected turntable. If this script is run in a different type of project or the turntable is not connected, the result may be unsatisfactory.
  2. To execute the script, go to the Script Manager dialog box, select the script and click the " Run " button.
  3. The “Default " button opens the working directory for storing system scripts. System scripts include scripts prepared by the development team. User scripts can be saved to any working folder and run from it.
  4. To create your own script based on the system script, go through the explorer to the Scripts folder, copy the system script file, rename it, save it to any user folder and edit its contents.
  5. When reinstalling the operating system, user scripts must be saved to removable media.
  6. Scripts are written in JavaScript (ECMAScript) and can be edited in Notepad++ , etc.
  7. When updating RV 3D Studio, the user script files remain unchanged regardless of their storage directory. System scripts can be renamed, but after editing the name, such files become user-defined and will not be restored during RV 3D Studio updates.
  8. The script file is launched using the Execute button in the Script Manager dialog box. Only one script can be run at a time. After the script execution is completed, you can re-run the same script or another one.
  9. During the execution of the script, information about its stages is output to the console.
  10. When executing the script, errors or failures may appear that prevent its completion. In this case, you need to manually interrupt the script execution by clicking the Stop button.

Exclamation-mark---cropped.png

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2d5c18f4-b542-4993-b129-4b67e38ff0d6/Blank_-_Spacer.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2d5c18f4-b542-4993-b129-4b67e38ff0d6/Blank_-_Spacer.png" width="40px" /> The contents of the system scripts in the Scripts folder can be edited, but the next time you update the RV 3D Studio assembly or reinstall them, they will be restored to their original state. System scripts are supported and updated remotely by the development team! The content of system scripts can be changed by the development team without notifying users. To avoid data loss, it is not recommended to store user scripts in the system Scripts folder! The company "РВ 3Д Технологии" is not responsible for the result of executing user script files!

</aside>

<aside> ◀️ Previous

</aside>

<aside> ▶️ Next

</aside>