Skip to content

feat: add shape-key-blend and curve-bevel-arc examples#49

Merged
TMHSDigital merged 1 commit into
mainfrom
feat/examples-shape-key-blend-curve-bevel-arc
Jul 3, 2026
Merged

feat: add shape-key-blend and curve-bevel-arc examples#49
TMHSDigital merged 1 commit into
mainfrom
feat/examples-shape-key-blend-curve-bevel-arc

Conversation

@TMHSDigital

Copy link
Copy Markdown
Owner

Summary

  • shape-key-blend: relative Tall shape key via the data API (violet). Witnesses that shape keys do not rewrite mesh.vertices — undeformed top stays at Basis, evaluated z matches basis + value × (key − basis).
  • curve-bevel-arc: beveled Bezier semicircle on bpy.types.Curve (rose). Witnesses curve tubes are curve datablocks: 8 points, bevel_depth == 0.12, evaluated mesh 850 verts / 840 faces resting on the floor.
  • Wired into gallery.json, plugin manifest, blender-smoke.yml, README table, and regenerated gallery (12 detail pages).

Test plan

  • Check-only on Blender 5.1 and 4.4 for both examples
  • Manifest matches disk examples
  • python scripts/build_gallery.py → 12 detail pages
  • CI Blender ... smoke jobs green on both versions
  • Visual check of hero webps in gallery

Witness data-level shape-key evaluation vs undeformed mesh.vertices, and beveled Bezier tubes authored on Curve datablocks.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions github-actions Bot added documentation Improvements or additions to documentation ci labels Jul 3, 2026
@TMHSDigital TMHSDigital merged commit e70db04 into main Jul 3, 2026
9 checks passed
@TMHSDigital TMHSDigital deleted the feat/examples-shape-key-blend-curve-bevel-arc branch July 3, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant