Bronco-Space / simulation

3 stars 1 forks source link

Auto execute python #26

Closed kkwik closed 3 years ago

kkwik commented 3 years ago

Resolves #15 Changes: Unlinked cubesat_ui_panel.py from .blend file, it will now be executed as an external script Added scripts.txt which has the names of every python script we want to execute at startup Created autorun_scripts.py which is a registered text block and will run on startup. It runs the python scripts in scripts.txt Modified cubesat_ui_panel.py to include a 'reload scripts' button Created operator_reload_scripts.py which is a registered text block that is called from the 'reload scripts' button and will run autorun_scripts.py