Post #4444: very beginner level : post_04445
🏷️ Tags
beginner popup-dialog external-scripts unsolved
⚙️ Related PME Features
- Menu Editor
- Python Scripting
- Custom external scripts
💬 Content
very beginner level 
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_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!