feat: hello world lab6

This commit is contained in:
Krzysztof kuhy Rudnicki 2025-01-11 20:14:34 +01:00
parent ba1173e3a1
commit 99ab0106b7
5 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -314,3 +314,4 @@ slides
.slides
./.slides
BSS-Algorytmy_Szyfrowania
venv

View File

@ -0,0 +1 @@
3.11

5
Programming/TRAK/init.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
pyenv local 3.11
python -m venv ./venv
source ./venv/bin/activate

4
Programming/TRAK/lab6.py Normal file
View File

@ -0,0 +1,4 @@
import bpy
import os
script_path = '' # path to script
exec(compile(open(script_path).read(), script_path, 'exec'))

View File

@ -0,0 +1 @@
bpy