Post #4444: very beginner level ![:slight_smile:](https://blenderartists.org/images/emoji/tw

📋 Metadata

  • Author: Adam_Szalai
  • Date: 2022-07-17 12:10:40
  • Type: question
  • Quality Score: 6/10
  • Replies (1): post_04445

🏷️ Tags

beginner popup-dialog external-scripts unsolved

  • Menu Editor
  • Python Scripting
  • Custom external scripts

💬 Content

very beginner level :slight_smile:

i’m trying to run an external py in a regular menu
as soon as i add the path of the custom py file my row disappears from the regular menu in 3dview

pie_menu_editor_custom_pypie_menu_editor_custom_py1328×960 164 KB

what am i doing wrong (btw how can i add relative path instead of absolute path when i’m adding the py file?

instead of this:
“c:\Users\adam.szalai\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\remove_custom_orientation.py”

something like this:
“\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\remove_custom_orientation.py”
or this:
“\scripts\addons\remove_custom_orientation.py”

Thank You for your answers in advance!


🔗 View on Blender Artists