Post #2819: @roaoao
š Metadata
- Author: Sergey_Kritskiy
- Date: 2019-10-09 13:26:43
- Type:
question - Quality Score: 7/10
- Replies (1): post_02821
š·ļø Tags
macro scripting intermediate unsolved
āļø Related PME Features
- Macro Editor
- Python Scripting
- execute_script function
š¬ Content
Hi and thank you for great addon! I have a question:
Iād like to share the same pie menu that calls for external .py scripts between two my machines, but paths to scripts are different due to Dropbox setup. Is it possible to use OS environmental variables in execute_script("")? So instead of execute_script("D:/Dropbox/script.py") Iād use something like execute_script("$BLENDER_SCRIPTS/script.py")