IC Python API:Your First iClone Python Plugin
From Reallusion Wiki!
Revision as of 18:42, 6 January 2019 by Chuck (RL) (Talk | contribs) (Created page with "This topic will guide you through the creation and execution of your first iClone Python plugin. == Preparing your Python IDE == iClone doesn't support an internal IDE, so y...")
This topic will guide you through the creation and execution of your first iClone Python plugin.
Preparing your Python IDE
iClone doesn't support an internal IDE, so you'll have to resort to an external script editor like Notepad++, PyCharm, Spyder, among others.
We recommend Notepad++, it's a free and tiny source code editor with Python support. Before using Notepad++, you should enable Replace by space option under Settings > Preferences > Language > Tab Settings.
We recommend setting tab sizes to 4 spaces.