Post #2002: ![](https://blenderartists.org/user_avatar/blenderartists.org/joseconseco/48/526

πŸ“‹ Metadata

  • Author: roaoao
  • Date: 2019-03-07 15:00:38
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_02000

🏷️ Tags

scripting intermediate

  • Python Scripting
  • Macro Editor

πŸ’¬ 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")

πŸ”— View on Blender Artists