Reorganize Blender Web execution around capabilities
This commit is contained in:
BIN
web/app/public/vendor/blender/web_engine.wasm
vendored
BIN
web/app/public/vendor/blender/web_engine.wasm
vendored
Binary file not shown.
7
web/app/src/corrective-pilot-bridge.ts
Normal file
7
web/app/src/corrective-pilot-bridge.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export { createAssetCatalogRegistry } from "../../protocol/corrective-asset-catalog-command";
|
||||
export { AssetCatalogResourceResolver, InMemoryCatalogProvider } from "../../protocol/corrective-resource-provider";
|
||||
export { InMemoryMainStore } from "../../protocol/corrective-main-transaction";
|
||||
export { CorrectiveHistoryStore } from "../../protocol/corrective-history-store";
|
||||
export { createModifierMain, createModifierRegistry } from "../../protocol/corrective-modifier-command";
|
||||
export { createMeshMain, createMeshRegistry } from "../../protocol/corrective-mesh-command";
|
||||
export { runCorrectiveFamilyCases, summarizeCorrectiveFamilyResults } from "../../protocol/corrective-family-runner";
|
||||
BIN
web/app/src/vendor/blender/web_engine.wasm
vendored
BIN
web/app/src/vendor/blender/web_engine.wasm
vendored
Binary file not shown.
Reference in New Issue
Block a user