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

📋 Metadata

  • Author: roaoao
  • Date: 2016-07-23 23:21:44
  • Type: answer
  • Quality Score: 7/10
  • Reply to: post_00217

🏷️ Tags

scripting beginner solved

  • Python Scripting
  • Pie Menu Editor

💬 Content

draguu:

yes i actually did that :slight_smile: thanks but why i was asking is because right now my pie editor has more then 40 scripts haha not much but i m worried if it can show me a path to the python file or not… when i load json file in other computer ,

I recommend to store them in pie_menu_editor/scripts folder.
In this case all your scripts will be accessible in other computer:

execute_script("scripts/your_file1.py")
execute_script("scripts/your_file2.py")
etc

🔗 View on Blender Artists