Creating and Using Scripts
How to create and use Python scripts in Asset Transformer Studio
Read time 1 minuteLast updated a day ago
Creating Python scripts
Python scripts can be written and edited directly in Asset Transformer Studio's Scripting Editor (from the Script panel), or in an external IDE (like PyCharm or Sublime Text).
Using Scripts

The Scripting Editor embedded within Asset Transformer Studio provides functionalities to edit and execute them as smoothly as possible. See the Script panel to learn about the Scripting Editor commands.
Editing scripts outside Asset Transformer Studio
If you prefer editing scripts in another editor, you can generate some IDE packages for auto-completion outside of Asset Transformer Studio.
See this page.
Then, open the script in both Asset Transformer Studio editor and your favorite IDE: any change made to your script will be updated in Asset Transformer Studio:
