📋 Metadata
- Author: Adam_Szalai
- Date: 2022-07-17 12:10:40
- Type:
question - Replies (1): post_04445
💬 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!