WUT_Computer_Science/Programming/TRAK/lab6.py

5 lines
117 B
Python
Raw Normal View History

2025-01-11 20:14:34 +01:00
import bpy
import os
script_path = '' # path to script
exec(compile(open(script_path).read(), script_path, 'exec'))