Reorganize Blender Web execution around capabilities
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions

This commit is contained in:
mes123456
2026-08-24 18:37:46 -04:00
parent 0b2c3ba0dd
commit a081c68c87
2530 changed files with 763976 additions and 79 deletions

Binary file not shown.

View 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";

Binary file not shown.