Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Local toolchains and caches
.emcache/
.emscripten-web
*.log
mylog.txt
# Build and generated output
/build_*/
/release/
/web/node_modules/
/web/dist/
/web/test-results/
/web/playwright-report/
/web/blob-report/
/web/.vite/
# Downloaded source archives and duplicate upstream checkout
/blender/
/blender-*.tar.xz
/blender-*.tar.xz.*sum
/blender-with-libraries-*.tar.xz
/blender-with-libraries-*.tar.xz.*sum
# Editor and operating-system files
.DS_Store
.idea/
.vscode/
*.swp