📋 Metadata

💬 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