diff --git a/.gitignore b/.gitignore index 1fd20c0..5762f77 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ Thumbs.db Desktop.ini ehthumbs.db +# Local planning docs (not published) +docs/site-upgrade-plan.md + # Build artifacts dist/ build/ diff --git a/docs/gallery/assets/depsgraph-export-hero.webp b/docs/gallery/assets/depsgraph-export-hero.webp new file mode 100644 index 0000000..7253361 Binary files /dev/null and b/docs/gallery/assets/depsgraph-export-hero.webp differ diff --git a/docs/gallery/index.html b/docs/gallery/index.html index f062b4e..43ec4eb 100644 --- a/docs/gallery/index.html +++ b/docs/gallery/index.html @@ -149,6 +149,17 @@

View example +
+ + depsgraph-export — The depsgraph lifetime contract — evaluated_get() + +
+

depsgraph-export

+

The depsgraph lifetime contract — evaluated_get().to_mesh() paired with to_mesh_clear() — measured against an OBJ export of the same object.

+

witnesses Exports ship evaluated geometry: the exported vertex count equals the subsurf-applied count and is strictly greater than the base mesh.

+ View example +
+