Repository Analysis

st-tech/ppf-contact-solver

A contact solver for physics-based simulations involving 👚 shells, 🪵 solids, 🪢 rods, 🧱 rigid bodies and ⏳ sand.

18.2 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of st-tech/ppf-contact-solver, a Python project with 4,451 GitHub stars. SynthScan v2.0 examined 284,113 lines of code across 826 source files, recording 3410 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 18.2 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

18.2
Adjusted Score
18.2
Raw Score
100%
Time Factor
2026-08-19
Last Push
4.5K
Stars
Python
Language
284.1K
Lines of Code
826
Files
3.4K
Pattern Hits
2026-08-29
Scan Date
0.12
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 7HIGH 92MEDIUM 588LOW 2723

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 3410 distinct pattern matches across 21 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators473 hits · 1578 pts
SeverityFileLineSnippetContext
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs32 // ── Project context ─────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs143 // ── Upload landing ──────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs201 // ── Build ───────────────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs309 // ── Solver operations ──────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs397 // ── Solver monitor events ──────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs486 // ── Delete ─────────────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs506 // ── Generic error ─────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs517 // ── Guard-rejected or unknown ─────────────────────────────COMMENT
MEDIUMfrontend/_scene_.py341 # ------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py126# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py128# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py192# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py194# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py297# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py299# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py64# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py67# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py241# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_tetra_cache_key_.py243# ---------------------------------------------------------------------------COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py82# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py84# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py207# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py209# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py283# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py285# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py329# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py331# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py398# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py400# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py25# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py27# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py496# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py498# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py537# =============================================================================COMMENT
MEDIUMfrontend/tests/_invisible_collider_.py539# =============================================================================COMMENT
MEDIUMcalibration/report.py78# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py80# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py120# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py122# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py156# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py158# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py195# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py197# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py269# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py271# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py381# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/report.py384# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py95# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py97# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py140# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py142# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py210# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py212# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py252# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py254# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py343# ---------------------------------------------------------------------------COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py345# ---------------------------------------------------------------------------COMMENT
MEDIUMblender_addon/capture.sh4# ============================================================================COMMENT
MEDIUMblender_addon/capture.sh6# ============================================================================COMMENT
MEDIUMblender_addon/capture.sh72# ============================================================================COMMENT
413 more matches not shown…
Over-Commented Block907 hits · 892 pts
SeverityFileLineSnippetContext
LOWCargo.toml21# `ppf-cts-solver`), the tokio-based solver host (`ppf-cts-server`), andCOMMENT
LOWinstall-blender.sh1#!/bin/bashCOMMENT
LOWinstall-blender.sh21# /Applications/Blender.app -- copied from the official .dmgCOMMENT
LOWinstall-blender-addon.sh1#!/bin/bashCOMMENT
LOWtools/clear_notebook_outputs.py1#!/usr/bin/env python3COMMENT
LOWcrates/ppf-cts-core/build.rs1// File: build.rsCOMMENT
LOWcrates/ppf-cts-core/tests/cache_path_gates.rs1// File: cache_path_gates.rsCOMMENT
LOWcrates/ppf-cts-core/tests/cache_path_gates.rs21//COMMENT
LOWcrates/ppf-cts-core/cpp/intersect_ffi.cpp1// File: intersect_ffi.cppCOMMENT
LOWcrates/ppf-cts-core/benches/rasterizer.rs1// File: crates/ppf-cts-core/benches/rasterizer.rsCOMMENT
LOWcrates/ppf-cts-core/src/parsers.rs1// File: crates/ppf-cts-core/src/parsers.rsCOMMENT
LOWcrates/ppf-cts-core/src/parsers.rs21// * `SimpleLog logging("name")` opens a parent group (subsequentCOMMENT
LOWcrates/ppf-cts-core/src/events.rs1// File: crates/ppf-cts-core/src/events.rsCOMMENT
LOWcrates/ppf-cts-core/src/events.rs21/// saw when the run failed.COMMENT
LOWcrates/ppf-cts-core/src/events.rs41 root: String,COMMENT
LOWcrates/ppf-cts-core/src/events.rs61 /// disk so the progress bar keeps working after the connectCOMMENT
LOWcrates/ppf-cts-core/src/events.rs161 /// the same project root). Promotes `solver` to `Running` so theCOMMENT
LOWcrates/ppf-cts-core/src/cancel.rs1// File: crates/ppf-cts-core/src/cancel.rsCOMMENT
LOWcrates/ppf-cts-core/src/lib.rs1// File: crates/ppf-cts-core/src/lib.rsCOMMENT
LOWcrates/ppf-cts-core/src/effects.rs1// File: crates/ppf-cts-core/src/effects.rsCOMMENT
LOWcrates/ppf-cts-core/src/effects.rs21COMMENT
LOWcrates/ppf-cts-core/src/extra.rs1// File: crates/ppf-cts-core/src/extra.rsCOMMENT
LOWcrates/ppf-cts-core/src/state.rs1// File: crates/ppf-cts-core/src/state.rsCOMMENT
LOWcrates/ppf-cts-core/src/state.rs41#[derive(Default)]COMMENT
LOWcrates/ppf-cts-core/src/state.rs81 /// echoes them on every status response so the client can detectCOMMENT
LOWcrates/ppf-cts-core/src/state.rs101 pub error: String,COMMENT
LOWcrates/ppf-cts-core/src/utils.rs1// File: crates/ppf-cts-core/src/utils.rsCOMMENT
LOWcrates/ppf-cts-core/src/utils.rs41/// builds derive their `-gencode` lines from. So this is not a copy that has toCOMMENT
LOWcrates/ppf-cts-core/src/utils.rs141 "CUDA device 0 cannot be identified from CUDA_VISIBLE_DEVICES='{spec}' on this \COMMENT
LOWcrates/ppf-cts-core/src/utils.rs321/// True iff any process whose name contains `SOLVER_PROCESS_NAME` isCOMMENT
LOWcrates/ppf-cts-core/src/utils.rs441COMMENT
LOWcrates/ppf-cts-core/src/utils.rs461/// no-op: the server kept reporting BUSY because the solverCOMMENT
LOWcrates/ppf-cts-core/src/utils.rs481/// running on the same host (a different process tree). This keeps theCOMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs1// File: crates/ppf-cts-core/src/kernels/bvh.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs641 }COMMENT
LOWcrates/ppf-cts-core/src/kernels/constants.rs1// File: crates/ppf-cts-core/src/kernels/constants.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/fixed_scene_assemble.rs1// File: crates/ppf-cts-core/src/kernels/fixed_scene_assemble.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/fixed_scene_assemble.rs41/// assembly never owns Python state.COMMENT
LOWcrates/ppf-cts-core/src/kernels/fixed_scene_assemble.rs61 /// are tolerated (skipped). Empty slice = treat every triangle as 0.COMMENT
LOWcrates/ppf-cts-core/src/kernels/fixed_scene_assemble.rs141 pub combined_message: String,COMMENT
LOWcrates/ppf-cts-core/src/kernels/fixed_scene_assemble.rs161///COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_loops.rs1// File: crates/ppf-cts-core/src/kernels/scene_loops.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_loops.rs41 PinOpsOffsetsMismatch { ops_len: usize, headers_len: usize },COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_loops.rs181 out.extend_from_slice(&index_data[s..e]);COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_loops.rs241// Transform-keyframe segment interpolation packing.COMMENT
LOWcrates/ppf-cts-core/src/kernels/geom_util.rs1// File: crates/ppf-cts-core/src/kernels/geom_util.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/geom_util.rs81 } else if point[i] > bmax[i] {COMMENT
LOWcrates/ppf-cts-core/src/kernels/decoder.rs1// File: crates/ppf-cts-core/src/kernels/decoder.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/decoder.rs21// path math and the validation helpers the Python decoder callsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/invisible_collider.rs1// File: crates/ppf-cts-core/src/kernels/invisible_collider.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/invisible_collider.rs61///COMMENT
LOWcrates/ppf-cts-core/src/kernels/proximity.rs1// File: crates/ppf-cts-core/src/kernels/proximity.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/rasterizer.rs1// File: crates/ppf-cts-core/src/kernels/rasterizer.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/rasterizer.rs21// pixel being independent operations that any single thread canCOMMENT
LOWcrates/ppf-cts-core/src/kernels/rasterizer.rs41COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs1// File: crates/ppf-cts-core/src/kernels/intersection.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs21//COMMENT
LOWcrates/ppf-cts-core/src/kernels/sdf.rs1// File: crates/ppf-cts-core/src/kernels/sdf.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/sdf.rs421/// Marching cubes over the SDF union. Builds the grid internally,COMMENT
LOW…ates/ppf-cts-core/src/kernels/scene_build/index_map.rs1// File: crates/ppf-cts-core/src/kernels/scene_build/index_map.rsCOMMENT
847 more matches not shown…
Excessive Try-Catch Wrapping514 hits · 546 pts
SeverityFileLineSnippetContext
MEDIUMwarmup.py483 print(f"Error: pip not found at {pip_path}")CODE
MEDIUMwarmup.py1254 print(f"Error: Architecture '{machine}' is not supported.")CODE
LOWwarmup.py816 except Exception as e:CODE
LOWwarmup.py1128 except Exception as e:CODE
LOWwarmup.py1141 except Exception as e:CODE
LOWwarmup.py1154 except Exception as e:CODE
LOWwarmup.py1183 except Exception as e:CODE
LOWwarmup.py1196 except Exception as e:CODE
LOWwarmup.py1209 except Exception as e:CODE
LOWwarmup.py1222 except Exception as e:CODE
LOWwarmup.py1235 except Exception as e:CODE
LOWcrates/ppf-cts-py/tests/_python_smoke_.py31except Exception as e: # pragma: no cover - environment-dependentCODE
LOWfrontend/_mesh_.py495 except Exception as e:CODE
LOWfrontend/_mesh_.py1151 except Exception as e:STRING
LOWfrontend/build_worker.py705 except Exception:CODE
LOWfrontend/build_worker.py709 except Exception as exc:CODE
LOWfrontend/build_worker.py742 except Exception as werr: # best-effort; never mask the build errorCODE
LOWfrontend/_session_.py1058 except Exception as e:CODE
LOWfrontend/_session_.py1070 except Exception as e:CODE
LOWfrontend/_session_.py1199 except Exception:CODE
LOWfrontend/_session_.py1208 except Exception as _:CODE
LOWfrontend/_session_.py1597 except Exception:CODE
LOWfrontend/_session_.py1607 except Exception:CODE
LOWfrontend/_decoder_.py1920 except Exception:CODE
LOWfrontend/_decoder_.py1943 except Exception:CODE
LOWfrontend/_decoder_.py1984 except Exception:CODE
LOWfrontend/_decoder_.py2085 except Exception:CODE
LOWfrontend/_decoder_.py3135 except Exception:CODE
MEDIUMfrontend/_utils_.py129 print("Error occurred while running nvidia-smi:", e)CODE
MEDIUMfrontend/_utils_.py148 print("Error occurred while running nvidia-smi:", e)CODE
LOWfrontend/tests/_proximity_.py370 except Exception as e:CODE
LOWfrontend/tests/_object_visibility_.py348 except Exception as e:CODE
LOWfrontend/tests/_self_intersection_.py416 except Exception as e:CODE
LOWfrontend/tests/_cbor_bridge_.py208 except Exception as e:CODE
LOWfrontend/tests/_build_worker_error_report_.py43except Exception as exc: # pragma: no cover - environment-dependentCODE
LOWfrontend/tests/_build_worker_error_report_.py248 except Exception as err:CODE
LOWfrontend/tests/_sdf_.py65 except Exception as e:CODE
LOWfrontend/tests/_rasterizer_.py75 except Exception as e:CODE
LOWfrontend/tests/_tetra_cache_key_.py43except Exception as exc: # pragma: no cover - environment-dependentCODE
LOWfrontend/tests/_cache_path_length_.py33except Exception as e: # pragma: no cover - environment-dependentCODE
LOWfrontend/tests/_bvh_.py372 except Exception as e:CODE
LOWfrontend/tests/_decoder_sparse_pin_map_.py27except Exception as exc: # pragma: no cover - environment-dependentCODE
LOWfrontend/tests/_invisible_collider_.py585 except Exception as e:CODE
LOWfrontend/tests/_decoder_solid_threshold_.py43except Exception as exc: # pragma: no cover - environment-dependentCODE
LOWfrontend/tests/_asset_.py99 except Exception as e:CODE
LOWcalibration/viz.py33 except Exception:CODE
LOWcalibration/viz.py37 except Exception:CODE
LOWblender_addon/capture.sh350 except Exception:CODE
LOWblender_addon/capture.sh419 except Exception as e:CODE
LOWblender_addon/capture.sh441 except Exception as e:CODE
LOWblender_addon/capture.sh591 except Exception:CODE
LOWblender_addon/capture.sh602 except Exception:CODE
LOWblender_addon/capture.sh689 except Exception as e:CODE
LOWblender_addon/capture.sh824 except Exception as e:CODE
MEDIUMblender_addon/capture.sh435def _run_capture():CODE
MEDIUMblender_addon/__init__.py450 print(f"Error during engine cleanup: {e}")CODE
MEDIUMblender_addon/__init__.py536 print(f"Error during MCP cleanup: {e}")CODE
LOWblender_addon/__init__.py128 except Exception:CODE
LOWblender_addon/__init__.py136 except Exception:CODE
LOWblender_addon/__init__.py141 except Exception:CODE
454 more matches not shown…
Unused Imports534 hits · 483 pts
SeverityFileLineSnippetContext
LOWtools/clear_notebook_outputs.py18CODE
LOWcrates/ppf-cts-formats/tests/scripts/gen_fixtures.py22CODE
LOWcrates/ppf-cts-py/tests/_python_smoke_.py18CODE
LOWfrontend/_mesh_.py995CODE
LOWfrontend/_cbor_bridge_.py14CODE
LOWfrontend/__init__.py146CODE
LOWfrontend/__init__.py147CODE
LOWfrontend/__init__.py148CODE
LOWfrontend/__init__.py148CODE
LOWfrontend/__init__.py148CODE
LOWfrontend/__init__.py149CODE
LOWfrontend/__init__.py150CODE
LOWfrontend/__init__.py151CODE
LOWfrontend/__init__.py151CODE
LOWfrontend/__init__.py151CODE
LOWfrontend/__init__.py151CODE
LOWfrontend/__init__.py151CODE
LOWfrontend/__init__.py152CODE
LOWfrontend/__init__.py153CODE
LOWfrontend/__init__.py153CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py154CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py172CODE
LOWfrontend/__init__.py182CODE
LOWfrontend/__init__.py182CODE
LOWfrontend/_session_inspect_.py36CODE
LOWfrontend/_session_inspect_.py37CODE
LOWfrontend/_session_.py35CODE
LOWfrontend/_session_.py35CODE
LOWfrontend/_session_.py49CODE
LOWfrontend/_decoder_.py18CODE
LOWfrontend/_scene_.py35CODE
LOWfrontend/_scene_.py38CODE
LOWfrontend/_scene_.py47CODE
LOWfrontend/_scene_.py47CODE
LOWfrontend/_scene_.py47CODE
LOWfrontend/_scene_.py47CODE
LOWfrontend/_scene_.py47CODE
LOWfrontend/_scene_.py47CODE
LOWfrontend/tests/_lock_rotation_.py29CODE
LOWfrontend/tests/_lock_rotation_.py42CODE
LOWfrontend/tests/_lock_rotation_scene_build_.py32CODE
LOWfrontend/tests/_lock_rotation_scene_build_.py46CODE
LOWfrontend/tests/__init__.py8CODE
LOWfrontend/tests/__init__.py8CODE
LOWfrontend/tests/__init__.py9CODE
474 more matches not shown…
Hyper-Verbose Identifiers449 hits · 435 pts
SeverityFileLineSnippetContext
LOWwarmup.py124def create_vscode_ext_recommend():CODE
LOWfrontend/_proximity_.py16def check_contact_offset_violation(CODE
LOWfrontend/_app_.py22def _suppress_stale_widget_errors():CODE
LOWfrontend/_scene_transform_.py56def _apply_transform_to_verts(CODE
LOWfrontend/_mesh_.py1172 def _assert_tetgen_surface_unchanged(self, vert, tri, input_vert, n_input):STRING
LOWfrontend/_scene_object_.py705 def _append_transform_keyframe(CODE
LOWfrontend/_scene_object_.py729 def _ensure_transform_animation(self):CODE
LOWfrontend/_scene_object_.py1194 def lock_rotation_prohibit_axis(self, prohibit: bool = True) -> "Object":CODE
LOWfrontend/_scene_object_.py1295 def angular_velocity_schedule_pca(self, schedule: list) -> "Object":CODE
LOWfrontend/_scene_object_.py1349 def angular_velocity_schedule_world(self, schedule: list) -> "Object":CODE
LOWfrontend/_session_.py1576def fixed_session_to_cbor_dict(CODE
LOWfrontend/_decoder_.py876 def _split_solid_holder_by_threshold(self, dyn_obj, obj_cfg, verbose=False):CODE
LOWfrontend/_decoder_.py1393 def _build_solid_frame_move_ops(frame_map, obj_cfg):CODE
LOWfrontend/_decoder_.py1451 def _build_solid_embedded_move_ops(sim_weights, obj_cfg, harmonic=None):CODE
LOWfrontend/_decoder_.py1550 def _build_solid_poisson_move_ops(solid_pin, obj_cfg):CODE
LOWfrontend/_decoder_.py1736 def apply_invisible_colliders(self, scene, verbose: bool = False):CODE
LOWfrontend/_decoder_.py1777def _apply_common_collider_params(collider, spec, kind):CODE
LOWfrontend/_decoder_.py1792def _graph_laplacian_from_edges(e0, e1, n):CODE
LOWfrontend/_decoder_.py1811def _independent_surface_pin_mask(CODE
LOWfrontend/_decoder_.py1904def _build_harmonic_interior_operator(n_verts, tets, surf_ids, interior_ids):CODE
LOWfrontend/_invisible_collider_.py154def check_invisible_collider_violations(CODE
LOWfrontend/_scene_.py2605 def _closed_surface_from_faces(faces, face_range):CODE
LOWfrontend/tests/_lock_rotation_.py80def test_normalizes_non_axis_aligned_direction():CODE
LOWfrontend/tests/_lock_rotation_.py89def test_returns_self_for_chaining():CODE
LOWfrontend/tests/_lock_rotation_.py102def test_non_finite_axis_raises():CODE
LOWfrontend/tests/_lock_rotation_.py111def test_static_object_raises():CODE
LOWfrontend/tests/_lock_rotation_.py121def test_clear_resets_rotation_lock():CODE
LOWfrontend/tests/_lock_rotation_.py129def test_coexists_independently_with_translation_lock():CODE
LOWfrontend/tests/_lock_rotation_.py137def test_prohibit_axis_defaults_to_false():CODE
LOWfrontend/tests/_lock_rotation_.py143def test_prohibit_axis_flips_mode():CODE
LOWfrontend/tests/_lock_rotation_.py152def test_prohibit_axis_returns_self_for_chaining():CODE
LOWfrontend/tests/_lock_rotation_.py158def test_prohibit_axis_without_lock_rotation_raises():CODE
LOWfrontend/tests/_lock_rotation_.py165def test_clear_resets_prohibit_axis():CODE
LOWfrontend/tests/_proximity_.py13def _create_two_triangles_close():CODE
LOWfrontend/tests/_proximity_.py32def _create_two_triangles_far():CODE
LOWfrontend/tests/_proximity_.py85def _create_triangle_and_edge_close():CODE
LOWfrontend/tests/_proximity_.py104def _create_triangle_and_edge_far():CODE
LOWfrontend/tests/_proximity_.py123def _create_crossing_edges_close():CODE
LOWfrontend/tests/_proximity_.py140def test_triangle_triangle_proximity():CODE
LOWfrontend/tests/_proximity_.py197def test_triangle_edge_proximity():CODE
LOWfrontend/tests/_proximity_.py262def test_point_point_proximity():CODE
LOWfrontend/tests/_lock_rotation_scene_build_.py85def test_no_lock_rotation_leaves_scene_untouched():CODE
LOWfrontend/tests/_lock_rotation_scene_build_.py101def test_locked_object_row_matches_dmap_order():CODE
LOWfrontend/tests/_lock_rotation_scene_build_.py148def test_lock_translation_and_lock_rotation_are_independent():CODE
LOWfrontend/tests/_lock_rotation_scene_build_.py179def test_rotation_lock_mode_distinguishes_allow_only_and_prohibit_axis():CODE
LOWfrontend/tests/_object_visibility_.py103def test_lever_is_chainable_and_reversible():CODE
LOWfrontend/tests/_object_visibility_.py117def test_nothing_hidden_leaves_the_scene_untouched():CODE
LOWfrontend/tests/_object_visibility_.py133def test_hidden_dynamic_object_leaves_the_picture():CODE
LOWfrontend/tests/_object_visibility_.py152def test_hidden_static_collider_leaves_the_picture():CODE
LOWfrontend/tests/_object_visibility_.py169def test_live_frame_update_lands_on_the_compacted_buffer():CODE
LOWfrontend/tests/_object_visibility_.py198def test_hidden_object_drops_its_pin_markers():CODE
LOWfrontend/tests/_object_visibility_.py219def test_hiding_everything_fails_loudly():CODE
LOWfrontend/tests/_object_visibility_.py237def test_export_keeps_the_mesh_whole_but_not_the_picture():CODE
LOWfrontend/tests/_object_visibility_.py275def test_hidden_object_renders_as_if_it_were_absent():CODE
LOWfrontend/tests/_object_visibility_.py306def test_visibility_never_reaches_the_solver():CODE
LOWfrontend/tests/_self_intersection_.py148def _create_two_intersecting_triangles():CODE
LOWfrontend/tests/_self_intersection_.py165def _create_two_coplanar_overlapping():CODE
LOWfrontend/tests/_self_intersection_.py182def _create_two_coplanar_non_overlapping():CODE
LOWfrontend/tests/_self_intersection_.py199def _create_adjacent_triangles():CODE
LOWfrontend/tests/_self_intersection_.py214def _create_near_touching_triangles():CODE
389 more matches not shown…
Docstring Block Structure49 hits · 245 pts
SeverityFileLineSnippetContext
HIGHfrontend/_app_.py250Recover the fixed session previously saved under ``name``. The session is located via a symlink in the data dirSTRING
HIGHfrontend/_plot_.py254Plot a triangle mesh, optionally with visualized stitch connections. If ``stitch`` is provided, additional vertSTRING
HIGHfrontend/_scene_object_.py1068Pin a PDRD body as a hinge about one of its principal axes. Filters the body's reduced rigid DOF so its positioSTRING
HIGHfrontend/_scene_object_.py1108Constrain this object's center of mass to a fixed world-space line. The solver restricts the object's mass-weigSTRING
HIGHfrontend/_scene_object_.py1150Restrict this object's rigid rotation to a fixed world-space axis. The solver restricts the object's mass-weighSTRING
HIGHfrontend/_scene_object_.py1195Flip Lock Rotation between an allow-only axis and a forbidden one. Only meaningful after :meth:`lock_rotation` STRING
HIGHfrontend/_session_.py99Select an existing session by name. Args: name (str): The name of the session. Defaults to ``"sessiSTRING
HIGHfrontend/_session_.py120Create a new session. If ``name`` is empty, an auto-generated name is used: ``"session"`` for the firstSTRING
HIGHfrontend/_session_param_.py60Set a parameter value. If ``value`` is ``None``, the parameter is set to ``True``. Args: kSTRING
HIGHfrontend/_session_param_.py131Select the current dynamic parameter key and reset the internal time cursor. Args: key (str): The dSTRING
HIGHfrontend/_session_param_.py157Change the value of the dynamic parameter at the current time. Args: value (Any): The new value of STRING
HIGHfrontend/_session_param_.py242Advance the current time cursor for the dynamic parameter. Args: time (float): The new current timeSTRING
HIGHfrontend/_session_param_.py268Get the value of a parameter. Args: key (Optional[str]): The parameter key. Must be specified. STRING
HIGHfrontend/_asset_.py370Return the type tag of a registered asset. Args: name (str): The name of the asset. ReturnSTRING
HIGHfrontend/_asset_.py396Return the raw arrays stored for an asset. The keys present in the returned dictionary depend on the asset STRING
HIGHfrontend/_asset_.py431Return the vertex and face arrays of a triangle mesh asset. Args: name (str): The name of the assetSTRING
HIGHfrontend/_asset_.py459Return the arrays of a tetrahedral mesh asset. Args: name (str): The name of the asset. ReSTRING
HIGHfrontend/_asset_.py487Return the vertex and edge arrays of a rod mesh asset. Args: name (str): The name of the asset. STRING
HIGHfrontend/_asset_.py516Return the index and weight arrays of a stitch asset. Args: name (str): The name of the asset. STRING
HIGHblender_addon/core/connection.py171Spawn a fresh win_native ``ppf-cts-server.exe`` subprocess and return the Popen. Used by both initial connect and tSTRING
HIGHblender_addon/core/connection.py292Connect using Windows native build. The *root* path must be the project root directory where ``ppf-cts-server.eSTRING
HIGHblender_addon/mcp/decorators.py51Parse function docstring to extract description and parameter info. Args: func: Function to parse docstringSTRING
HIGHblender_addon/mcp/decorators.py232Validate and convert arguments based on function signature. Args: func: Function to validate arguments for STRING
HIGHblender_addon/ops/api/solver.py110Look up a group by UUID. Args: group_uuid: UUID string of the group. Returns: STRING
HIGHblender_addon/ops/api/solver.py315Translate *object_a* so its nearest vertex lands on *object_b*. Args: object_a: Name of the mesh thSTRING
HIGHblender_addon/ops/api/solver.py353Report the geometry the solver rejects, modifying nothing. Args: *object_names: One or more mesh obSTRING
HIGHblender_addon/ops/api/solver.py448Weld near-coincident vertices. Changes the vertex count. A surviving pair sits far inside the contact gap, wheSTRING
HIGHblender_addon/ops/api/solver.py499Delete vertices that belong to no face. Changes the vertex count. The solver averages a vertex's contact paramSTRING
HIGHblender_addon/ops/api/solver.py546Collapse zero-area faces and zero-length edges. Changes the vertex count. A face with no area has no defined STRING
HIGHblender_addon/ops/api/solver.py592Delete faces that repeat an existing face's vertex set. Two faces on the same vertices contribute their contactSTRING
HIGHblender_addon/ops/api/solver.py624Triangulate every face with more than three corners. Transfer triangulates on its own at encode time, so this iSTRING
HIGHblender_addon/ops/api/solver.py660Make face winding consistent and outward. Inconsistent winding flips the normal a face contributes, which STRING
HIGHblender_addon/ops/api/solver.py693Triangulate by poking each face, keeping the mesh symmetric. A single-diagonal triangulation breaks a mirror-sySTRING
HIGHblender_addon/ops/api/solver.py737Replace a solid mesh with the grain cloud a SAND group simulates. Destructive: the faces are discarded and the STRING
HIGHblender_addon/ops/api/solver.py793Mark two objects to be merged at their shared contact. Args: object_a: Name of the first mesh. STRING
HIGHblender_addon/ops/api/solver.py819Remove a previously added merge pair. The ordering of *object_a* and *object_b* does not matter; the paSTRING
HIGHblender_addon/ops/api/solver.py876Add an invisible infinite-plane wall collider. Args: position: ``(x, y, z)`` world-space point on tSTRING
HIGHblender_addon/ops/api/solver.py903Add an invisible sphere collider. Args: position: ``(x, y, z)`` world-space center. radSTRING
HIGHblender_addon/ops/api/solver.py1059Export the simulated mesh sequence as a USD cache. A lighter result than baking shape keys: the deformation is STRING
HIGHblender_addon/ops/api/solver.py1098Export the simulated mesh sequence as an Alembic (ABC) cache. A lighter result than baking shape keys: the defoSTRING
HIGHblender_addon/ops/api/curve.py69Append a Bezier spline with AUTO handles. Args: points: Iterable of ``(x, y, z)`` control-point cooSTRING
HIGHblender_addon/ops/api/curve.py99Bind a material to a spline by index. The material is appended to the curve's slots if it isn't alreadySTRING
HIGHblender_addon/ops/api/group.py361Keyframe a velocity on an object assigned to this group. Appends an entry to the assigned object's ``veSTRING
HIGHblender_addon/ops/api/group.py461Pin a PDRD body assigned to this group as a hinge (per object). Locks the body's position and restricts its rotSTRING
HIGHblender_addon/ops/api/group.py522Pin a vertex group (mesh) or set of control points (curve). Args: object_name: Name of the mesh or STRING
HIGHblender_addon/ops/api/collider.py152Advance the keyframe cursor. Args: frame: Target frame (must be strictly greater than the current STRING
HIGHblender_addon/ops/api/collider.py327Advance the keyframe cursor. Args: frame: Target frame (must be strictly greater than the current STRING
HIGHblender_addon/ops/api/dynamics.py76Advance the frame cursor. Args: frame: Target frame (must be strictly greater than the current STRING
HIGHblender_addon/ops/api/dynamics.py206Select a parameter for dynamic keyframing. Args: key: One of ``"gravity"``, ``"wind"``, ``"air_densSTRING
Cross-Language Confusion41 hits · 240 pts
SeverityFileLineSnippetContext
HIGHfrontend/_session_inspect_.py334 """Walk every plausible source root for `// Name:` / `logging.push("...")`STRING
HIGHfrontend/_parse_.py13 ``logging.push("...")`` entries in ``.cu`` and ``.rs`` files andSTRING
HIGHblender_addon/core/profile.py302 # TOML has no null; emit an empty string so loader round-trips produceCOMMENT
HIGHblender_addon/core/backends.py888 f"PIDS=$(lsof -ti tcp:{port} 2>/dev/null); "CODE
HIGHblender_addon/core/backends.py889 f'[ -n "$PIDS" ] && kill $PIDS 2>/dev/null; 'CODE
HIGHblender_addon/core/backends.py891 f"PIDS=$(lsof -ti tcp:{port} 2>/dev/null); "CODE
HIGHblender_addon/core/backends.py892 f'[ -n "$PIDS" ] && kill -9 $PIDS 2>/dev/null; 'CODE
HIGHblender_addon/core/backends.py893 f"pkill -f 'ppf-cts-server .*--port {port}' 2>/dev/null; true",CODE
HIGHblender_addon/mcp/http_handler.py85 # host (e.g. Origin: null, file://) is rejected.COMMENT
HIGHdocs/tools/restructure_workflow.py288 print("\nDone. Clean build recommended: rm -rf docs/_build && docs/build.sh")CODE
HIGH.github/workflows/scripts/run-all-once-gen.py197 if ! kill -0 "$TUNNEL_PID" 2>/dev/null; thenCODE
HIGH.github/workflows/scripts/run-all-once-gen.py214 kill "$TUNNEL_PID" 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py215 wait "$TUNNEL_PID" 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py248 if command -v nvidia-smi &> /dev/null; thenCODE
HIGH.github/workflows/scripts/run-all-once-gen.py328 ubuntu@localhost "test -f /tmp/setup-complete && echo READY" 2>/dev/null | grep -q READY; thenCODE
HIGH.github/workflows/scripts/run-all-once-gen.py330 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py334 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py356 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen.py365 "cd ${{{{env.WORKDIR}}}} && tar -xzf repo.tar.gz && rm repo.tar.gz"CODE
HIGH.github/workflows/scripts/run-all-once-gen.py373 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen.py396 ls -d /usr/local/cuda-* 2>/dev/null | sed 's/^/ /' >&2 || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py440 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen.py488 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen.py507 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen.py523 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen.py567 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen.py603 trap 'kill "$TUNNEL_PID" 2>/dev/null || true' EXITCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py227 if nc -z localhost 2222 2>/dev/null; thenCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py229 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py233 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py266 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py293 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py311 "cmd /c 'cd C:\\\\ppf-contact-solver\\\\build-win-native && warmup.bat /nopause'"CODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py314 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py332 "cmd /c 'cd C:\\\\ppf-contact-solver\\\\build-win-native && build.bat /nopause'"CODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py335 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py365 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py384 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py415 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py457 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py486 kill $TUNNEL_PID 2>/dev/null || trueCODE
Deep Nesting192 hits · 160 pts
SeverityFileLineSnippetContext
LOWwarmup.py31CODE
LOWwarmup.py376CODE
LOWwarmup.py676CODE
LOWwarmup.py861CODE
LOWfrontend/_mesh_.py902CODE
LOWfrontend/_plot_.py425CODE
LOWfrontend/_scene_object_.py423CODE
LOWfrontend/_session_inspect_.py246CODE
LOWfrontend/_scene_pin_.py471CODE
LOWfrontend/build_worker.py565CODE
LOWfrontend/_session_.py608CODE
LOWfrontend/_session_.py944CODE
LOWfrontend/_session_.py1084CODE
LOWfrontend/_session_.py1212CODE
LOWfrontend/_session_.py1017CODE
LOWfrontend/_session_.py1251CODE
LOWfrontend/_session_.py1175CODE
LOWfrontend/_decoder_.py1959CODE
LOWfrontend/_decoder_.py217CODE
LOWfrontend/_decoder_.py552CODE
LOWfrontend/_decoder_.py702CODE
LOWfrontend/_decoder_.py760CODE
LOWfrontend/_decoder_.py876CODE
LOWfrontend/_decoder_.py1659CODE
LOWfrontend/_decoder_.py2186CODE
LOWfrontend/_decoder_.py2323CODE
LOWfrontend/_decoder_.py2513CODE
LOWfrontend/_decoder_.py2978CODE
LOWfrontend/_scene_.py733CODE
LOWfrontend/_scene_.py1525CODE
LOWfrontend/_scene_.py2142CODE
LOWblender_addon/__init__.py146CODE
LOWblender_addon/__init__.py230CODE
LOWblender_addon/__init__.py414CODE
LOWblender_addon/__init__.py251CODE
LOWblender_addon/ui/solver.py299CODE
LOWblender_addon/ui/solver.py1238CODE
LOWblender_addon/ui/solver_control_ops.py123CODE
LOWblender_addon/ui/connection_ops.py59CODE
LOWblender_addon/ui/connection_ops.py143CODE
LOWblender_addon/ui/capture.py352CODE
LOWblender_addon/ui/capture.py787CODE
LOWblender_addon/ui/capture.py830CODE
LOWblender_addon/ui/capture.py983CODE
LOWblender_addon/ui/capture.py1046CODE
LOWblender_addon/ui/capture.py1122CODE
LOWblender_addon/ui/capture.py1004CODE
LOWblender_addon/ui/state.py291CODE
LOWblender_addon/ui/main_panel.py903CODE
LOWblender_addon/ui/main_panel.py389CODE
LOWblender_addon/ui/dynamics/overlay.py135CODE
LOWblender_addon/ui/dynamics/dyn_param_ops.py79CODE
LOWblender_addon/ui/dynamics/group_ops.py386CODE
LOWblender_addon/ui/dynamics/group_ops.py165CODE
LOWblender_addon/ui/dynamics/group_ops.py201CODE
LOWblender_addon/ui/dynamics/pin_ops.py412CODE
LOWblender_addon/ui/dynamics/pin_ops.py773CODE
LOWblender_addon/ui/dynamics/pin_ops.py803CODE
LOWblender_addon/ui/dynamics/pin_ops.py57CODE
LOWblender_addon/ui/dynamics/pin_ops.py106CODE
132 more matches not shown…
Self-Referential Comments50 hits · 148 pts
SeverityFileLineSnippetContext
MEDIUMfrontend/_session_.py1169 # Create the interactive sliderCOMMENT
MEDIUMfrontend/tests/_self_intersection_.py328 # Create a flat sheet (dynamic) and a sphere (static collider) that intersectCOMMENT
MEDIUMblender_addon/core/transitions.py10# This module is the **single source of truth** for every state change in theCOMMENT
MEDIUMblender_addon/core/encoder/mesh.py186 # Create a simple hash key using group type and UUIDCOMMENT
MEDIUMblender_addon/mcp/blender_handlers.py61 # Create a safe execution environment with common Blender modulesCOMMENT
MEDIUMblender_addon/ops/zozo_contact_solver.py157 # Create the classCOMMENT
MEDIUM.github/workflows/yarn.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/trampoline.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/codim.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/belt.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/ribbon.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/cards.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/fitting.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/domino.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/stack.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/run-all-once.yml487 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml524 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml561 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml598 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml635 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1192 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1229 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1266 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1303 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1860 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1897 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1934 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1971 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2528 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2565 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2602 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2639 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml3196 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml3233 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml3270 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml3307 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/five-twist.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/friction.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/woven.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/roller.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/hang.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/fishingknot.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/trapped.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/drape.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/needle.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/noodle.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/twist.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/curtain.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/template/aws-template.yml533 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/scripts/run-all-once-gen.py540 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
AI Slop Vocabulary34 hits · 99 pts
SeverityFileLineSnippetContext
LOWcrates/ppf-cts-solver/src/signal_sidecar.rs176/// # Why it cannot simply return when it finds no entryCOMMENT
MEDIUM…tes/ppf-cts-solver/src/cpp/energy/model/pdrd_rigid.hpp81// rotation with its 180-degree-robust Gram-Schmidt seed) live in pdrd_polar.hppCOMMENT
MEDIUMcrates/ppf-cts-py/Cargo.toml25# Rust test/doctest harness for this crate fails to link (`undefinedCOMMENT
MEDIUMcrates/ppf-cts-py/Cargo.toml27# crate instead, so disable the cargo test harness. Without this, now thatCOMMENT
MEDIUMfrontend/build_worker.py88 # A harness may substitute a stream that is not a TextIOWrapper.COMMENT
MEDIUMfrontend/_decoder_.py1713 # (robust to re-tetrahedralization). Closest-vertex searchCOMMENT
MEDIUMcalibration/cantilever_bend/cantilever_bend.py17# as the drape harness (it imports them from cusick_drape), so a strip usesCOMMENT
MEDIUMcalibration/cantilever_bend/cantilever_bend.py33# Reuse the drape harness's preset loading and wire-param mapping.COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py7# Cusick drape-test harness for the bundled fabric presets.COMMENT
MEDIUMcalibration/cusick_drape/cusick_drape.py77# Default simulation length. The harness pins fps = 1/dt (see run_drape) so oneCOMMENT
MEDIUMcalibration/tensile/tensile.py7# Tensile / stretch harness for the bundled fabric presets: calibrates theCOMMENT
MEDIUMcalibration/tensile/tensile.py23# the limit the elongation reports the cap, not the modulus. The harnessCOMMENT
MEDIUMblender_addon/core/profile.py510 # robust to object/VG renames. Readable display key stays forCOMMENT
LOWblender_addon/mcp/decorators.py151 # Optional[T] / 'T | None' -> just use TCOMMENT
MEDIUMblender_addon/debug/orchestrator.py318 # Reuse the harness's cross-platform tree-kill so server-only andCOMMENT
MEDIUMblender_addon/debug/orchestrator.py423 # Bring up Blender if the scenario asked for it. The harness isCOMMENT
MEDIUMblender_addon/debug/blender_harness.py17# The harness exposes a thin interface on top of the existing debugCOMMENT
MEDIUMblender_addon/debug/scenarios/bl_static_fcurve_anim.py63# Backend-agnostic: the assertions below are robust invariants (finite PC2,COMMENT
MEDIUM…nder_addon/debug/scenarios/_world_scaling_kinematic.py9# These reuse the per-pin-op fidelity harness inCOMMENT
MEDIUM…nder_addon/debug/scenarios/_world_scaling_kinematic.py16# The ONLY thing these add on top of the fidelity harness is settingCOMMENT
MEDIUMblender_addon/debug/scenarios/bl_solid_solid_stitch.py51# Backend-agnostic: the assertions below are robust invariants (finite PC2,COMMENT
MEDIUMblender_addon/debug/scenarios/bl_static_stitch.py51# Backend-agnostic: the assertions below are robust invariants (finite PC2,COMMENT
MEDIUMblender_addon/debug/scenarios/bl_static_op_anim.py81# Backend-agnostic: the assertions below are robust invariants (finite PC2,COMMENT
MEDIUMblender_addon/debug/scenarios/bl_chain_param_repeat.py4# value (verified by fetch + PC2 inspection in the chain harness).COMMENT
MEDIUMblender_addon/debug/scenarios/bl_ssh_remote_solid.py22# and the free bottom lags it, a robust invariant on the real deformableCOMMENT
MEDIUM…ender_addon/debug/scenarios/bl_addon_reload_handoff.py202 # The harness does not start it for us (blender_harness.spawnCOMMENT
MEDIUM…addon/debug/scenarios/bl_solid_fix_weight_threshold.py44# Backend-agnostic: the assertions below are robust invariants (finite PC2,COMMENT
MEDIUMblender_addon/debug/scenarios/bl_shell_static_stitch.py36# Backend-agnostic: the assertions below are robust invariants (finite PC2,COMMENT
MEDIUM…n/debug/scenarios/bl_self_intersection_build_reject.py269 # primitive + label text keeps this robust to color/alpha tweaks.COMMENT
MEDIUMblender_addon/debug/scenarios/_chain_lib.py10# fragment) inside its driver to set up the harness:COMMENT
MEDIUMblender_addon/debug/scenarios/_chain_lib.py16# * ``run_steps(harness, sequence)`` — invokes each named step andCOMMENT
MEDIUM…/debug/scenarios/bl_cleanup_respects_user_obj_color.py23# 0.0s timer: the harness runs the whole driver body in one exec() on theCOMMENT
MEDIUMblender_addon/debug/scenarios/bl_transition_chains.py126 # harness's 600s result cap, so the scenario reads as an opaque 600sCOMMENT
MEDIUMblender_addon/debug/scenarios/bl_export_cache.py287 # axis reorientation, so this is a robust content check).COMMENT
Redundant / Tautological Comments54 hits · 78 pts
SeverityFileLineSnippetContext
LOWwarmup.py325 # Check if nvim is already installedCOMMENT
LOWwarmup.py364 # Check if nvim config already existsCOMMENT
LOWwarmup.py388 # Check if fish is installedCOMMENT
LOWwarmup.py392 # Check if config.fish is a symlinkCOMMENT
LOWwarmup.py497 # Check if CUDA is installedCOMMENT
LOWwarmup.py646 # Check if it's a symlinkCOMMENT
LOWwarmup.py763 # Check if process is still runningCOMMENT
LOWwarmup.py775 # Check if jupyter is ready (only if not already confirmed)COMMENT
LOWfrontend/_session_inspect_.py176 # Check if frames are availableSTRING
LOWfrontend/_session_inspect_.py222 # Check if any PNG images were rendered before attempting video creationSTRING
LOWfrontend/_scene_.py694 # Check if rendering should be skipped (e.g., on Windows headless)COMMENT
LOWblender_addon/ui/solver.py328 # Check if broader migration is needed (pins, pairs, keyframes)COMMENT
LOWblender_addon/ui/dynamics/pin_ops.py70 # Check if any control points are selectedCOMMENT
LOWblender_addon/ui/dynamics/export_ops.py112 # Read the file the exporter will actually sample (the modifier's ownCOMMENT
LOWblender_addon/core/ssh_config.py223 # Check if any pattern matches the hostCOMMENT
LOWblender_addon/mcp/blender_handlers.py355 # Check if it's an operator classCOMMENT
LOWblender_addon/mcp/mcp_server.py42 # Check if port is availableCOMMENT
LOWblender_addon/mcp/handlers/group.py571 # Check if there are objects to removeCOMMENT
LOW.github/workflows/getting-started.yml243 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/yarn.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/trampoline.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/codim.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/belt.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/ribbon.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/cards.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/fitting.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/domino.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/stack.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml274 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml979 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml1647 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml2315 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml2983 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/five-twist.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/friction.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/woven.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/build-docker.yml260 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/roller.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/hang.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/fishingknot.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/trapped.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/drape.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/needle.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/noodle.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/twist.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/curtain.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/template/aws-template.yml236 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/scripts/run-all-once-gen.py323 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/scripts/example-gen-win.py54 # Check if template existsCOMMENT
LOW.github/workflows/scripts/example-gen-win.py59 # Check if examples.txt existsCOMMENT
LOW.github/workflows/scripts/example-gen-win.py64 # Check if examples directory existsCOMMENT
LOW.github/workflows/scripts/example-gen-win.py88 # Check if the notebook file existsCOMMENT
LOW.github/workflows/scripts/make-slim-ffmpeg.sh26# Check if ffmpeg already existsCOMMENT
LOWbuild-win-native/make-slim-ffmpeg.sh35# Check if ffmpeg already existsCOMMENT
Hallucination Indicators7 hits · 70 pts
SeverityFileLineSnippetContext
CRITICALcrates/ppf-cts-solver/src/statistics.rs126 let static_masses = dataset.constraint.mesh.prop.vertex.as_slice();CODE
CRITICALcrates/ppf-cts-solver/src/builder.rs1510 for (i, face_neighbors) in mesh.mesh.neighbor.hinge.face.iter().enumerate() {CODE
CRITICALblender_addon/ops/api/curve.py145 bpy.context.scene.collection.objects.link(obj)CODE
CRITICALexamples/blender/five-twist.py140 bpy.context.scene.collection.objects.link(obj)CODE
CRITICALexamples/blender/pdrd_chain.py118 bpy.context.scene.collection.objects.link(obj)CODE
CRITICALexamples/blender/cards.py145 bpy.context.scene.collection.objects.link(obj)CODE
CRITICALexamples/blender/cards.py232 bpy.context.scene.collection.objects.link(sphere_obj)CODE
Verbosity Indicators30 hits · 55 pts
SeverityFileLineSnippetContext
LOWcrates/ppf-cts-core/src/kernels/bvh.rs179 // Step 0: scene bounds over centroids.COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs204 // Step 1: per-element Morton codes (parallel).COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs221 // Step 2: argsort by Morton code, stable.COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs225 // Step 3: tree topology by midpoint split (sequential, single stack).COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs260 // Step 4: leaf bboxes (parallel over node_count).COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs307 // Step 5: bottom-up bbox propagation.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs359 // Step 1: derive mesh edges + per-edge parents.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs363 // Step 2: append rod edges with parent (-1, -1). When there areCOMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs380 // Step 3: build tri-BVH; per-edge bboxes only (no edge-BVH needed,COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs385 // Step 4: default is_collider and per-tri PDRD body id.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs403 // Step 5: per-edge parallel scan into (edge_idx, tri_idx) hits.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs423 // Step 6: convert (edge, tri) → (parent, tri); dedup; sort. RodCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs311 // Step 1: scatter vertex / color / velocity / dmap for every dynCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs361 // Step 2: rod assembly. Walk every rod-typed object's edges,COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs395 // Step 3: shell triangles (tri-only objects, no tet). UVs +COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs438 // Step 4: tet surface triangles (objects with both tris and tets).COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs473 // Step 5: tet assembly.COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs497 // Step 6: per-object stitches. Map local indices through map andCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs561 // Step 7: cross-object stitches. Translate per-object indices.COMMENT
LOWcrates/ppf-cts-solver/src/main.rs220 // Step 1: Parallel computationCOMMENT
LOWcrates/ppf-cts-solver/src/main.rs240 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs782 // Step 1: Parallel computation of vertex paramsCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs856 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs866 // Step 1: Parallel computation of hinge data. `bend_rest_v` / `bend_mask`COMMENT
LOWcrates/ppf-cts-solver/src/builder.rs1005 // Step 2: Sequential deduplicationCOMMENT
LOWblender_addon/mcp/mcp_server.py149 # Step 1: Signal shutdown to prevent new requestsCOMMENT
LOWblender_addon/mcp/mcp_server.py156 # Step 2: Close server socket to stop accepting connectionsCOMMENT
LOWblender_addon/mcp/mcp_server.py165 # Step 3: Wait for server thread to finish with increased timeoutCOMMENT
LOWblender_addon/mcp/mcp_server.py177 # Step 4: Clean up referencesCOMMENT
LOWblender_addon/mcp/mcp_server.py181 # Step 5: Wait for port to be releasedCOMMENT
Structural Annotation Overuse30 hits · 55 pts
SeverityFileLineSnippetContext
LOWcrates/ppf-cts-core/src/kernels/bvh.rs179 // Step 0: scene bounds over centroids.COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs204 // Step 1: per-element Morton codes (parallel).COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs221 // Step 2: argsort by Morton code, stable.COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs225 // Step 3: tree topology by midpoint split (sequential, single stack).COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs260 // Step 4: leaf bboxes (parallel over node_count).COMMENT
LOWcrates/ppf-cts-core/src/kernels/bvh.rs307 // Step 5: bottom-up bbox propagation.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs359 // Step 1: derive mesh edges + per-edge parents.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs363 // Step 2: append rod edges with parent (-1, -1). When there areCOMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs380 // Step 3: build tri-BVH; per-edge bboxes only (no edge-BVH needed,COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs385 // Step 4: default is_collider and per-tri PDRD body id.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs403 // Step 5: per-edge parallel scan into (edge_idx, tri_idx) hits.COMMENT
LOWcrates/ppf-cts-core/src/kernels/intersection.rs423 // Step 6: convert (edge, tri) → (parent, tri); dedup; sort. RodCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs311 // Step 1: scatter vertex / color / velocity / dmap for every dynCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs361 // Step 2: rod assembly. Walk every rod-typed object's edges,COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs395 // Step 3: shell triangles (tri-only objects, no tet). UVs +COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs438 // Step 4: tet surface triangles (objects with both tris and tets).COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs473 // Step 5: tet assembly.COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs497 // Step 6: per-object stitches. Map local indices through map andCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/assembly.rs561 // Step 7: cross-object stitches. Translate per-object indices.COMMENT
LOWcrates/ppf-cts-solver/src/main.rs220 // Step 1: Parallel computationCOMMENT
LOWcrates/ppf-cts-solver/src/main.rs240 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs782 // Step 1: Parallel computation of vertex paramsCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs856 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs866 // Step 1: Parallel computation of hinge data. `bend_rest_v` / `bend_mask`COMMENT
LOWcrates/ppf-cts-solver/src/builder.rs1005 // Step 2: Sequential deduplicationCOMMENT
LOWblender_addon/mcp/mcp_server.py149 # Step 1: Signal shutdown to prevent new requestsCOMMENT
LOWblender_addon/mcp/mcp_server.py156 # Step 2: Close server socket to stop accepting connectionsCOMMENT
LOWblender_addon/mcp/mcp_server.py165 # Step 3: Wait for server thread to finish with increased timeoutCOMMENT
LOWblender_addon/mcp/mcp_server.py177 # Step 4: Clean up referencesCOMMENT
LOWblender_addon/mcp/mcp_server.py181 # Step 5: Wait for port to be releasedCOMMENT
Modern AI Meta-Vocabulary7 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUMcrates/ppf-cts-core/src/kernels/bvh.rs499/// rolled copy of this scaffold (≈25 lines) that differed only inCOMMENT
MEDIUMblender_addon/ui/dynamics/export_ops.py147# Shared operator scaffoldingCOMMENT
MEDIUMblender_addon/core/effects.py6# Typed, frozen effect classes for the event-driven state machine.COMMENT
MEDIUMblender_addon/core/events.py6# Typed, frozen event classes for the event-driven state machine.COMMENT
MEDIUMblender_addon/core/client.py6# Re-exports the event-driven ``CommunicatorFacade`` as the ``communicator``COMMENT
MEDIUMblender_addon/core/transitions.py6# Pure state-transition function for the event-driven state machine.COMMENT
MEDIUMblender_addon/core/state.py7# event-driven state machine. The entire addon state is captured byCOMMENT
AI Structural Patterns15 hits · 13 pts
SeverityFileLineSnippetContext
LOWwarmup.py22CODE
LOWfrontend/_scene_.py140CODE
LOWcalibration/tensile/tensile.py139CODE
LOWblender_addon/mcp/handlers/object_ops.py179CODE
LOWblender_addon/mcp/handlers/object_ops.py1236CODE
LOWblender_addon/mcp/handlers/remote.py51CODE
LOWblender_addon/mcp/handlers/dyn_params.py233CODE
LOWblender_addon/ops/api/pin.py110CODE
LOWblender_addon/ops/api/pin.py177CODE
LOWblender_addon/debug/orchestrator.py508CODE
LOWexamples/blender/woven.py80CODE
LOWexamples/blender/five-twist.py158CODE
LOWexamples/blender/cards.py150CODE
LOWexamples/blender/noodle.py71CODE
LOWexamples/blender/yarn.py102CODE
Modern Structural Boilerplate12 hits · 12 pts
SeverityFileLineSnippetContext
LOWfrontend/__init__.py109__all__ = [CODE
LOWfrontend/tests/__init__.py11__all__ = [CODE
LOWblender_addon/ui/capture.py1484__all__ = [CODE
LOWblender_addon/ui/dynamics/__init__.py136__all__ = [CODE
LOWblender_addon/ui/dynamics/pin_ops.py773def _set_pin_fcurves_linear(obj) -> None:CODE
LOWblender_addon/ui/dynamics/overlay_geometry/__init__.py24__all__ = [CODE
LOWblender_addon/core/facade.py82 def set_project_name(self, name: str) -> None:CODE
LOWblender_addon/core/effect_runner.py373 def set_fetched_frames(self, frames: list[int]) -> None:CODE
LOWblender_addon/core/ssh_command.py167def _set_once(result: SSHCommand, field: str, value) -> None:CODE
LOWblender_addon/core/ssh_command.py182def _set_destination(result: SSHCommand, token: str) -> None:CODE
LOWblender_addon/core/encoder/__init__.py138__all__ = [CODE
LOWblender_addon/ops/api/__init__.py73__all__ = [CODE
Fake / Example Data8 hits · 10 pts
SeverityFileLineSnippetContext
LOWcrates/ppf-cts-core/src/extra.rs349 std::fs::write(dest.join("placeholder"), "x").unwrap();CODE
LOWcrates/ppf-cts-server/src/wire/data.rs173/// the form `{remote_root}/dummy_data.pickle`, where `remote_root` isCOMMENT
LOWcrates/ppf-cts-server/src/wire/data.rs219 let p = resolve_under_root(&root, "/data/proj/dummy_data.pickle").unwrap();CODE
LOWcrates/ppf-cts-server/src/wire/data.rs220 assert_eq!(p, PathBuf::from("/data/proj/dummy_data.pickle"));CODE
LOWcrates/ppf-cts-server/src/wire/data.rs226 let p = resolve_under_root(&root, "sub/dummy_data.pickle").unwrap();CODE
LOWcrates/ppf-cts-server/src/wire/data.rs227 assert_eq!(p, PathBuf::from("/data/proj/sub/dummy_data.pickle"));CODE
LOWblender_addon/ui/debug_ops.py117 f"{remote_root}/dummy_data.pickle",CODE
LOWblender_addon/ui/debug_ops.py153 "dummy_data.pickle",CODE
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHcrates/ppf-cts-solver/src/cpp/buffer/buffer.hpp67 // Allocate a buffer and reinterpret as requested type.COMMENT
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHarticles/cloud.md167RUNPOD_API_KEY="...your_api_key..."CODE
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWinstall-blender.sh10# Usage:COMMENT
LOWinstall-blender-addon.sh12# Usage:COMMENT