WUT_Computer_Science/Programming/TRAK_local_work/lab6.py

5 lines
117 B
Python

import bpy
import os
script_path = '' # path to script
exec(compile(open(script_path).read(), script_path, 'exec'))