📋 Metadata
- Author: roaoao
- Date: 2019-03-07 15:00:38
- Type:
answer - Reply to: post_02000
💬 Content
JoseConseco:
Would be cool to have option for bigger command input. Similar to text editor
Command input is limited to 1024 characters. If you want to write some complex multiline scripts it’s better to use external python scripts. To call addon/pie_menu_editor/scripts/my_python_script.py python script use this code:
execute_script("scripts/my_python_script.py")