diff --git a/README.md b/README.md index 30b626e..e9835ec 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,22 @@ A slotted-actions Z-rotation turntable keyed through the cross-version channelba ### [gn-sdf-remesh](examples/gn-sdf-remesh/) A Geometry Nodes SDF remesh (`MeshToSDFGrid` → `GridToMesh` at the SDF zero-level). -Witnesses the fix that an SDF grid is meshed with **Grid to Mesh**, not Volume to Mesh. +Witnesses the fix that an SDF grid is meshed with **Grid to Mesh**, not Volume to Mesh, +and that a `Set Material` node carries the material through the remesh. + + + + + +Depsgraph-evaluated export: a faceted base cube (before) beside its smooth subdivision-surface evaluated form (after), rendered with EEVEE + + + +### [depsgraph-export](examples/depsgraph-export/) + +A depsgraph-evaluated export — builds a cube with `SUBSURF`, measures the evaluated mesh via +`evaluated_get().to_mesh()` / `to_mesh_clear()`, and asserts `wm.obj_export` ships the +modifier-applied geometry (exported vertex count == evaluated > base). diff --git a/examples/depsgraph-export/preview.webp b/examples/depsgraph-export/preview.webp new file mode 100644 index 0000000..2d22c72 Binary files /dev/null and b/examples/depsgraph-export/preview.webp differ diff --git a/examples/gn-sdf-remesh/preview.webp b/examples/gn-sdf-remesh/preview.webp index abf29a7..7aa53d4 100644 Binary files a/examples/gn-sdf-remesh/preview.webp and b/examples/gn-sdf-remesh/preview.webp differ diff --git a/examples/turntable/preview.webp b/examples/turntable/preview.webp index 3e27814..77cb288 100644 Binary files a/examples/turntable/preview.webp and b/examples/turntable/preview.webp differ