feat: add eval-mesh-datablock-name and mesh-automasking-settings examples - #147
Merged
Conversation
Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two pathology cross-version breakage examples, plus a ROADMAP correction of the survey's Claim C (direction was wrong) and a CONTRIBUTING note so version-gated falsifiers are not "fixed" to fail on every binary.
Framing deviation contract and #138 stay queued. Do not merge this PR from the authoring session.
examples/eval-mesh-datablock-name/— pathology, no gallery still.examples/mesh-automasking-settings/— pathology, no gallery still.Authoring-gate conflict (tracked, not fixed here)
docs/new-example-prompt.mdwants a render for every example.CLAUDE.mdpathology/sidecar examples omit gallery by design. Both examples follow CLAUDE.md. Issue filed as part of this phase (number in Task 5 below).Claim C, restated (live-run-proven)
The survey said
to_mesh().nameno longer equals the source. Binaries say the opposite. Witness isevaluated_get().data.name. Source mesh namedSourceMesh, SUBSURFlevels=1(8 vs 26 verts).obj.data.nameSourceMeshSourceMeshSourceMeshevaluated_get().data.nameMeshMeshSourceMeshto_mesh().nameSourceMeshSourceMeshSourceMeshCode that treats name inequality as "this is evaluated" is silently wrong on 5.2. Nothing raises.
ROADMAP one-line correction is commit 1 of this PR.
Claim D (live-run-proven, no restatement)
bpy.types.MeshAutomaskingSettingsBrush.use_automasking_*/Brush.automasking_*.mesh_automasking_settingsBrush/Sculpt/Paint/ …Factory-empty has zero brushes.
bpy.data.brushes.new("ProbeBrush", mode="SCULPT")yields the relevant attrs.mode="SCULPT"is load-bearing on 5.2: default-modenew(name)leavesmesh_automasking_settings is None.Subset (not all 18+):
use_automasking_topology,use_automasking_cavity(same identifier after the move), cavity factor (Brush.automasking_cavity_factorvsMeshAutomaskingSettings.cavity_factor). Covers the location move and the nested identifier shortening.Exit codes (live-run-proven)
Local binaries:
4.5.11 LTS4db51e9d1e1e·5.1.2ec6e62d40fa9·5.2.1 LTS9e2066aef7ef.--assume-distinct-names--assume-brush-attrsEach falsifier is red only on 5.2.1, and exits 0 on 4.5.11 and 5.1.2 by design (the old API / old naming still works). Same class as
--assume-present/--legacy-idsfrom #145. Unlike--same-axis.Task 4
CONTRIBUTING.md§ Exit codes, Version-gated falsifiers subsection. Lists the four examples.Task 5
#146 —
docs: new-example-prompt requires a render that the pathology convention forbids. Not fixed in this PR.Shape (inspection of #145, then live-run of these two)
Scaffolding from
cross-version-property-delete(check()returns, argparse naive-API flag, FATAL wrapper). Version gates fromgn-modifier-inputs(bpy.app.versiontuple). No third approach. Nogallery_framing.py, nodeviation=, no gallery entries.Inventory (inspection)
README / plugin.json / catalog / CLAUDE.md / AGENTS.md 57→59.
catalog.jsonrows for the two new examples only. AGENTS.md example count was stale at 55 (missed in #145); brought in line with README as the new examples landed.Test plan
needs-5.1present and Blender 5.1 smoke job appears