Post #1891: : post_01894
π·οΈ Tags
python-scripting intermediate solved
βοΈ Related PME Features
- Python Scripting
- Macro Editor
π¬ Content
rbx775:
Though I wonder if thereβs a way for referencing filepath-keywords in the execute_script command? like %AppData%
Try to use expandvars function:
execute_script(os.path.expandvars("%AppData%/Blender Foundation/Blender/2.79/scripts/custom_Scripts/SmartDelete.py"))
β€οΈ 2 likes