Post #215: ![](https://blenderartists.org/user_avatar/blenderartists.org/draguu/48/15444_2.

📋 Metadata

🏷️ Tags

scripting intermediate solved

  • Python Scripting
  • Macro Editor

💬 Content

draguu:

is there a limit for letters? i mean i wrote a script to select 20 to 30 specific bones , but i cant able to add it in the command field ,

Yes, 1024 symbols.
If you need more you can save the script as *.py file and use it as an external script:

execute_script("path/to/your/script.py")

🔗 View on Blender Artists