This website requires JavaScript.
Explore
Help
Sign In
so-rose
/
oscillode
Watch
1
Star
0
Fork
You've already forked oscillode
0
Code
Issues
50
Pull Requests
Packages
Projects
Releases
Wiki
Activity
27fdb38262
oscillode
/
run.sh
12 lines
118 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: Somewhat working addon. Solved a lot of problems related to bundled Python environment flushing for reloading. However, we have a really solid framework for computing node trees, and we can now both construct Tidy3D objects and noodle them into the "Debug Printer". Next step is rote implementation of relevant nodes, then live-visualization of the simulation setup. See #2 for progress tracking.
2024-02-06 21:44:43 +01:00
#!/bin/bash
blender --python run.py
if
[
$?
-eq
42
]
;
then
refactor: Far more well-functioning baseline.
2024-02-14 12:33:40 +01:00
echo
echo
echo
echo
echo
feat: Somewhat working addon. Solved a lot of problems related to bundled Python environment flushing for reloading. However, we have a really solid framework for computing node trees, and we can now both construct Tidy3D objects and noodle them into the "Debug Printer". Next step is rote implementation of relevant nodes, then live-visualization of the simulation setup. See #2 for progress tracking.
2024-02-06 21:44:43 +01:00
blender --python run.py
fi