so-rose pushed to uv-refactor at so-rose/oscillode
- b921c3b5cd refactor: Split assets to node-tree/general variants
- 0d5c9b78f7 fix: Wrong string type a function annotation
- fdcd52e937 fix: Automated ruff fixes.
- 06ad0d62a5 fix: Fix tests.
- 383f7d9bfd fix: Registration of keymaps and associated errors.
- Compare 10 commits »
so-rose
renamed repository from blender_maxwell
to so-rose/oscillode
so-rose pushed to main at so-rose/oscillode
- 4fc0528f6e feat: mode solving / thesis demo ready
so-rose pushed to main at so-rose/oscillode
- 81a71b2c47 feat: extensive improvements
so-rose pushed to main at so-rose/oscillode
- b51c4f1889 feat: deep refactors / fixes
so-rose pushed to main at so-rose/oscillode
- 572d53f41e fix: sim Value single realizations
so-rose pushed to main at so-rose/oscillode
- 02e309db4d feat: first fully parameterized simulation
so-rose pushed to main at so-rose/oscillode
- 3624d2ff45 feat: more lazy sim-design support
so-rose pushed to main at so-rose/oscillode
- c286d65193 fix: use-after-free in socket pruner
so-rose pushed to main at so-rose/oscillode
- 38e70a60d3 feat: various sym-flow modifications
so-rose closed issue so-rose/oscillode#29
BoundConds
socket set injects axes in strange order
so-rose closed issue so-rose/oscillode#39
Altering temporal shape node parameters causesE(t)
to recompile per-change
so-rose commented on issue so-rose/oscillode#39
Altering temporal shape node parameters causesE(t)
to recompile per-change
We simply removed it for now. It was more of an easter egg than actually useful in its current state.
so-rose closed issue so-rose/oscillode#9
RenameLazyValueFunc
to LazyValue
for clarity
so-rose commented on issue so-rose/oscillode#9
RenameLazyValueFunc
to LazyValue
for clarity
We chose to rename to `Func` instead.
so-rose closed issue so-rose/oscillode#28
Partially altered loose sockets have non-deterministic orderingso-rose commented on issue so-rose/oscillode#28
Partially altered loose sockets have non-deterministic orderingFixed using `.move()` after each `sync_sockets`. Elegant, non-destructive, and seemingly devoice of FOUC.
so-rose commented on issue so-rose/oscillode#70
FixViewerNode
3D Preview
We implemented `PreviewsFlow`, a new `FlowKind` that manages all of this. The way it interacts with the caching logic ends up being very elegant and optimized. To prevent duplicate plot…