Creating Python scripts

Pixyz Python scripts can be written and edited directly in Pixyz Studio's Scripting Editor (from the Script panel), or in an external IDE (like PyCharm or Sublim Text).

If you wish to edit Pixyz scripts in your preferred IDE, please follow this Pixyz GitLab link to get started.


NOTE                Scripts edited outside Pixyz Studio are automatically updated once you come back in the software, providing they are open in the Script Editor.


Using Scripts


The Scripting Editor embedded within Pixyz Studio provides functionalities to edit and execute them as smoothly as possible.

To execute a script within Pixyz Studio, open or write a script in the Script panel, then click the Execute button (CTRL+E shortcut).


See the topic Script panel to learn about the Scripting Editor commands.


Editing scripts outside Pixyz Studio

If you prefer editing scripts for Pixyz Studio in another editor, you can generate some IDE packages for auto-completion outside of Pixyz. 

Please check this page to see how to.

Then, open the script in both Pixyz Studio editor and your favorite IDE: any change made to your script will be updated in Pixyz Studio:



Related Topics