Repository Analysis

st-tech/ppf-contact-solver

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

17.9 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,287 GitHub stars. SynthScan v2.0 examined 241,814 lines of code across 749 source files, recording 2782 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 17.9 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).

17.9
Adjusted Score
17.9
Raw Score
100%
Time Factor
2026-07-13
Last Push
4.3K
Stars
Python
Language
241.8K
Lines of Code
749
Files
2.8K
Pattern Hits
2026-07-14
Scan Date
0.11
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 6HIGH 74MEDIUM 542LOW 2160

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 2782 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 Separators429 hits · 1422 pts
SeverityFileLineSnippetContext
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs32 // ── Project context ─────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs132 // ── Upload landing ──────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs190 // ── Build ───────────────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs293 // ── Solver operations ──────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs379 // ── Solver monitor events ──────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs463 // ── Delete ─────────────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs483 // ── Generic error ─────────────────────────────────────────COMMENT
MEDIUMcrates/ppf-cts-core/src/transitions/mod.rs492 // ── Guard-rejected or unknown ─────────────────────────────COMMENT
MEDIUMfrontend/_scene_.py253 # ------------------------------------------------------------------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
MEDIUMblender_addon/ui/debug_ops.py517# ---------------------------------------------------------------------------COMMENT
MEDIUMblender_addon/ui/debug_ops.py529# ---------------------------------------------------------------------------COMMENT
MEDIUMblender_addon/ui/capture.py88# ===========================================================================COMMENT
MEDIUMblender_addon/ui/capture.py90# ===========================================================================COMMENT
MEDIUMblender_addon/ui/capture.py221# ===========================================================================COMMENT
MEDIUMblender_addon/ui/capture.py223# ===========================================================================COMMENT
MEDIUMblender_addon/ui/capture.py414# ===========================================================================COMMENT
MEDIUMblender_addon/ui/capture.py416# ===========================================================================COMMENT
MEDIUMblender_addon/ui/dynamics/pin_capture_ops.py95# ---------------------------------------------------------------------------COMMENT
MEDIUMblender_addon/ui/dynamics/pin_capture_ops.py97# ---------------------------------------------------------------------------COMMENT
369 more matches not shown…
Over-Commented Block648 hits · 636 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/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.rs41 /// `Total Frames` from scene_info.json when readable; 0 whenCOMMENT
LOWcrates/ppf-cts-core/src/events.rs141 /// rest of the monitor loop drives frame / finish / crashCOMMENT
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/utils.rs1// File: crates/ppf-cts-core/src/utils.rsCOMMENT
LOWcrates/ppf-cts-core/src/utils.rs321 get_ci_root().join(ci_name)COMMENT
LOWcrates/ppf-cts-core/src/utils.rs341/// the solver can flush state; on Windows we fall back toCOMMENT
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
LOWcrates/ppf-cts-core/src/kernels/scene_build/color_uv.rs1// File: crates/ppf-cts-core/src/kernels/scene_build/color_uv.rsCOMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/color_uv.rs221COMMENT
LOW…tes/ppf-cts-core/src/kernels/scene_build/quaternion.rs1// File: crates/ppf-cts-core/src/kernels/scene_build/quaternion.rsCOMMENT
LOW…tes/ppf-cts-core/src/kernels/scene_build/pin_kernel.rs1// File: crates/ppf-cts-core/src/kernels/scene_build/pin_kernel.rsCOMMENT
LOW…tes/ppf-cts-core/src/kernels/scene_build/pin_kernel.rs21use super::quaternion::{apply_trs_to_verts, quat_slerp};COMMENT
LOW…tes/ppf-cts-core/src/kernels/scene_build/pin_kernel.rs201COMMENT
LOWcrates/ppf-cts-core/src/kernels/scene_build/mod.rs1// File: crates/ppf-cts-core/src/kernels/scene_build/mod.rsCOMMENT
LOW…s/ppf-cts-core/src/kernels/scene_build/mesh_metrics.rs1// File: crates/ppf-cts-core/src/kernels/scene_build/mesh_metrics.rsCOMMENT
LOW…ates/ppf-cts-core/src/kernels/scene_build/transform.rs1// File: crates/ppf-cts-core/src/kernels/scene_build/transform.rsCOMMENT
588 more matches not shown…
Excessive Try-Catch Wrapping445 hits · 482 pts
SeverityFileLineSnippetContext
MEDIUMwarmup.py361 print(f"Error: pip not found at {pip_path}")CODE
MEDIUMwarmup.py1101 print(f"Error: Architecture '{machine}' is not supported.")CODE
LOWwarmup.py663 except Exception as e:CODE
LOWwarmup.py975 except Exception as e:CODE
LOWwarmup.py988 except Exception as e:CODE
LOWwarmup.py1001 except Exception as e:CODE
LOWwarmup.py1030 except Exception as e:CODE
LOWwarmup.py1043 except Exception as e:CODE
LOWwarmup.py1056 except Exception as e:CODE
LOWwarmup.py1069 except Exception as e:CODE
LOWwarmup.py1082 except Exception as e:CODE
LOWcrates/ppf-cts-py/tests/python_smoke.py31except Exception as e: # pragma: no cover - environment-dependentCODE
LOWfrontend/_mesh_.py290 except Exception as e:CODE
LOWfrontend/_mesh_.py886 except Exception as e:STRING
LOWfrontend/build_worker.py211 except Exception:CODE
LOWfrontend/build_worker.py215 except Exception as exc:CODE
LOWfrontend/build_worker.py248 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_.py1594 except Exception:CODE
LOWfrontend/_session_.py1604 except Exception:CODE
LOWfrontend/_decoder_.py1563 except Exception:CODE
LOWfrontend/_decoder_.py1594 except Exception:CODE
LOWfrontend/_decoder_.py1633 except Exception:CODE
LOWfrontend/_decoder_.py1726 except Exception:CODE
LOWfrontend/_decoder_.py2651 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/_self_intersection_.py416 except Exception as e:CODE
LOWfrontend/tests/_cbor_bridge_.py87 except Exception as e:CODE
LOWfrontend/tests/_sdf_.py65 except Exception as e:CODE
LOWfrontend/tests/_rasterizer_.py75 except Exception as e:CODE
LOWfrontend/tests/_bvh_.py372 except Exception as e:CODE
LOWfrontend/tests/_invisible_collider_.py585 except Exception as e:CODE
LOWfrontend/tests/_decoder_solid_threshold_.py39except 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__.py439 print(f"Error during engine cleanup: {e}")CODE
MEDIUMblender_addon/__init__.py525 print(f"Error during MCP cleanup: {e}")CODE
LOWblender_addon/__init__.py125 except Exception:CODE
LOWblender_addon/__init__.py130 except Exception:CODE
LOWblender_addon/__init__.py413 except Exception as e:CODE
LOWblender_addon/__init__.py421 except Exception as e:CODE
LOWblender_addon/__init__.py431 except Exception as e:CODE
LOWblender_addon/__init__.py438 except Exception as e:CODE
LOWblender_addon/__init__.py499 except Exception:CODE
LOWblender_addon/__init__.py506 except Exception:CODE
LOWblender_addon/__init__.py514 except Exception:CODE
385 more matches not shown…
Unused Imports466 hits · 419 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_.py730CODE
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/__init__.py8CODE
LOWfrontend/tests/__init__.py8CODE
LOWfrontend/tests/__init__.py9CODE
LOWfrontend/tests/_contract_frontend_api_.py20CODE
LOWfrontend/tests/_decoder_solid_threshold_.py23CODE
LOWfrontend/tests/_decoder_solid_threshold_.py36CODE
LOWcalibration/viz.py13CODE
406 more matches not shown…
Hyper-Verbose Identifiers299 hits · 276 pts
SeverityFileLineSnippetContext
LOWwarmup.py122def 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_.py907 def _assert_tetgen_surface_unchanged(self, vert, tri, input_vert, n_input):STRING
LOWfrontend/_scene_object_.py660 def _append_transform_keyframe(CODE
LOWfrontend/_scene_object_.py684 def _ensure_transform_animation(self):CODE
LOWfrontend/_scene_object_.py1091 def angular_velocity_schedule_pca(self, schedule: list) -> "Object":CODE
LOWfrontend/_scene_object_.py1145 def angular_velocity_schedule_world(self, schedule: list) -> "Object":CODE
LOWfrontend/_session_.py1576def fixed_session_to_cbor_dict(CODE
LOWfrontend/_decoder_.py776 def _split_solid_holder_by_threshold(self, dyn_obj, obj_cfg, verbose=False):CODE
LOWfrontend/_decoder_.py1200 def _build_solid_embedded_move_ops(sim_weights, obj_cfg, harmonic=None):CODE
LOWfrontend/_decoder_.py1301 def _build_solid_poisson_move_ops(solid_pin, obj_cfg):CODE
LOWfrontend/_decoder_.py1469 def apply_invisible_colliders(self, scene, verbose: bool = False):CODE
LOWfrontend/_decoder_.py1510def _apply_common_collider_params(collider, spec, kind):CODE
LOWfrontend/_decoder_.py1525def _graph_laplacian_from_edges(e0, e1, n):CODE
LOWfrontend/_decoder_.py1544def _build_harmonic_interior_operator(n_verts, tets, surf_ids, interior_ids):CODE
LOWfrontend/_invisible_collider_.py154def check_invisible_collider_violations(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/_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
LOWfrontend/tests/_self_intersection_.py237def _create_nearly_touching_coplanar_triangles():CODE
LOWfrontend/tests/_self_intersection_.py324def test_collider_intersection():CODE
LOWfrontend/tests/_cbor_bridge_.py36def test_envelope_numpy_payload():CODE
LOWfrontend/tests/_cbor_bridge_.py50def test_envelope_wrong_kind_raises():CODE
LOWfrontend/tests/_sdf_.py13def test_sphere_marching_cubes_closed_mesh():CODE
LOWfrontend/tests/_rasterizer_.py13def test_triangle_produces_coverage():CODE
LOWfrontend/tests/_contract_frontend_api_.py138def test_public_names_match_snapshot():CODE
LOWfrontend/tests/_contract_frontend_api_.py149def test_public_names_actually_resolvable():CODE
LOWfrontend/tests/_contract_frontend_api_.py169def test_app_public_members_match_snapshot():CODE
LOWfrontend/tests/_contract_frontend_api_.py185def test_app_method_signatures_match_snapshot():CODE
LOWfrontend/tests/_bvh_.py269def test_non_uniform_world_scale():CODE
LOWfrontend/tests/_invisible_collider_.py87def _create_vertices_above_wall():CODE
LOWfrontend/tests/_invisible_collider_.py212def _create_vertices_outside_sphere():CODE
LOWfrontend/tests/_invisible_collider_.py288def test_inverted_sphere_no_violations():CODE
LOWfrontend/tests/_invisible_collider_.py334def test_hemisphere_below_center():CODE
LOWfrontend/tests/_invisible_collider_.py403def test_combined_wall_and_sphere():CODE
LOWfrontend/tests/_invisible_collider_.py99def _create_vertices_below_wall():CODE
LOWfrontend/tests/_invisible_collider_.py158def test_wall_different_normals():CODE
LOWfrontend/tests/_invisible_collider_.py193def test_wall_pinned_vertices_excluded():CODE
LOWfrontend/tests/_invisible_collider_.py224def _create_vertices_inside_sphere():CODE
LOWfrontend/tests/_invisible_collider_.py236def test_sphere_no_violations():CODE
LOWfrontend/tests/_invisible_collider_.py309def test_inverted_sphere_violations():CODE
LOWfrontend/tests/_invisible_collider_.py355def test_hemisphere_above_center():CODE
LOWfrontend/tests/_invisible_collider_.py378def test_hemisphere_transition():CODE
LOWfrontend/tests/_invisible_collider_.py482def test_sphere_pinned_excluded():CODE
LOWfrontend/tests/_decoder_solid_threshold_.py134def test_threshold_zero_all_surface_is_all_hard():CODE
LOWfrontend/tests/_decoder_solid_threshold_.py142def test_threshold_one_is_all_soft():CODE
LOWfrontend/tests/_decoder_solid_threshold_.py152def test_boundary_weight_equal_threshold_is_hard():CODE
LOWfrontend/tests/_decoder_solid_threshold_.py159def test_default_threshold_is_half():CODE
239 more matches not shown…
Cross-Language Confusion38 hits · 215 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.py280 # TOML has no null; emit an empty string so loader round-trips produceCOMMENT
HIGHblender_addon/core/backends.py832 f"PIDS=$(lsof -ti tcp:{port} 2>/dev/null); "CODE
HIGHblender_addon/core/backends.py833 f'[ -n "$PIDS" ] && kill $PIDS 2>/dev/null; 'CODE
HIGHblender_addon/core/backends.py835 f"PIDS=$(lsof -ti tcp:{port} 2>/dev/null); "CODE
HIGHblender_addon/core/backends.py836 f'[ -n "$PIDS" ] && kill -9 $PIDS 2>/dev/null; 'CODE
HIGHblender_addon/core/backends.py837 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.py189 if command -v nvidia-smi &> /dev/null; thenCODE
HIGH.github/workflows/scripts/run-all-once-gen.py269 ubuntu@localhost "test -f /tmp/setup-complete && echo READY" 2>/dev/null | grep -q READY; thenCODE
HIGH.github/workflows/scripts/run-all-once-gen.py271 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py275 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py307 "cd ${{{{env.WORKDIR}}}} && tar -xzf repo.tar.gz && rm repo.tar.gz"CODE
HIGH.github/workflows/scripts/run-all-once-gen.py309 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py336 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py382 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py411 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py423 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py467 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py506 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen.py535 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py218 if nc -z localhost 2222 2>/dev/null; thenCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py220 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py224 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py257 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py284 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py302 "cmd /c 'cd C:\\\\ppf-contact-solver\\\\build-win-native && warmup.bat /nopause'"CODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py305 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py323 "cmd /c 'cd C:\\\\ppf-contact-solver\\\\build-win-native && build.bat /nopause'"CODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py326 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py356 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py375 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py406 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py448 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGH.github/workflows/scripts/run-all-once-gen-win.py477 kill $TUNNEL_PID 2>/dev/null || trueCODE
HIGHbuild-win-native/scripts/test_backend_e2e.py21 set T2_ROOT=C:\\dev\\build-win-native\\dist && set T2_PORT=9092 && \\STRING
Docstring Block Structure34 hits · 170 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_.py202Plot a triangle mesh, optionally with visualized stitch connections. If ``stitch`` is provided, additional vertSTRING
HIGHfrontend/_scene_object_.py990Pin a PDRD body as a hinge about one of its principal axes. Filters the body's reduced rigid DOF so its positioSTRING
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.py276Connect 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.py83Look up a group by UUID. Args: group_uuid: UUID string of the group. Returns: STRING
HIGHblender_addon/ops/api/solver.py279Translate *object_a* so its nearest vertex lands on *object_b*. Args: object_a: Name of the mesh thSTRING
HIGHblender_addon/ops/api/solver.py307Mark two objects to be merged at their shared contact. Args: object_a: Name of the first mesh. STRING
HIGHblender_addon/ops/api/solver.py333Remove a previously added merge pair. The ordering of *object_a* and *object_b* does not matter; the paSTRING
HIGHblender_addon/ops/api/solver.py390Add an invisible infinite-plane wall collider. Args: position: ``(x, y, z)`` world-space point on tSTRING
HIGHblender_addon/ops/api/solver.py417Add an invisible sphere collider. Args: position: ``(x, y, z)`` world-space center. radSTRING
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.py297Keyframe a velocity on an object assigned to this group. Appends an entry to the assigned object's ``veSTRING
HIGHblender_addon/ops/api/group.py397Pin 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.py458Pin 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
Deep Nesting178 hits · 154 pts
SeverityFileLineSnippetContext
LOWwarmup.py29CODE
LOWwarmup.py273CODE
LOWwarmup.py523CODE
LOWwarmup.py708CODE
LOWfrontend/_plot_.py373CODE
LOWfrontend/_scene_object_.py378CODE
LOWfrontend/_session_inspect_.py246CODE
LOWfrontend/_scene_pin_.py476CODE
LOWfrontend/build_worker.py75CODE
LOWfrontend/_session_.py608CODE
LOWfrontend/_session_.py944CODE
LOWfrontend/_session_.py1084CODE
LOWfrontend/_session_.py1212CODE
LOWfrontend/_session_.py1017CODE
LOWfrontend/_session_.py1251CODE
LOWfrontend/_session_.py1175CODE
LOWfrontend/_decoder_.py217CODE
LOWfrontend/_decoder_.py520CODE
LOWfrontend/_decoder_.py618CODE
LOWfrontend/_decoder_.py676CODE
LOWfrontend/_decoder_.py776CODE
LOWfrontend/_decoder_.py1392CODE
LOWfrontend/_decoder_.py1814CODE
LOWfrontend/_decoder_.py1939CODE
LOWfrontend/_decoder_.py2104CODE
LOWfrontend/_decoder_.py2512CODE
LOWfrontend/_scene_.py635CODE
LOWfrontend/_scene_.py1280CODE
LOWfrontend/_scene_.py1867CODE
LOWblender_addon/__init__.py135CODE
LOWblender_addon/__init__.py219CODE
LOWblender_addon/__init__.py403CODE
LOWblender_addon/__init__.py240CODE
LOWblender_addon/ui/solver.py299CODE
LOWblender_addon/ui/solver.py1194CODE
LOWblender_addon/ui/solver_control_ops.py88CODE
LOWblender_addon/ui/connection_ops.py59CODE
LOWblender_addon/ui/connection_ops.py128CODE
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.py159CODE
LOWblender_addon/ui/main_panel.py730CODE
LOWblender_addon/ui/main_panel.py259CODE
LOWblender_addon/ui/dynamics/overlay.py70CODE
LOWblender_addon/ui/dynamics/dyn_param_ops.py78CODE
LOWblender_addon/ui/dynamics/group_ops.py380CODE
LOWblender_addon/ui/dynamics/group_ops.py159CODE
LOWblender_addon/ui/dynamics/group_ops.py195CODE
LOWblender_addon/ui/dynamics/pin_ops.py411CODE
LOWblender_addon/ui/dynamics/pin_ops.py772CODE
LOWblender_addon/ui/dynamics/pin_ops.py802CODE
LOWblender_addon/ui/dynamics/pin_ops.py56CODE
LOWblender_addon/ui/dynamics/pin_ops.py105CODE
LOWblender_addon/ui/dynamics/pin_ops.py207CODE
LOWblender_addon/ui/dynamics/export_ops.py189CODE
118 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.py178 # 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.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/trampoline.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/codim.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/belt.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/ribbon.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/cards.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/fitting.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/domino.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/stack.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/run-all-once.yml400 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml440 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml480 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml520 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml560 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1044 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1084 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1124 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1164 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1648 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1688 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1728 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml1768 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2252 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2292 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2332 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2372 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2856 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2896 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2936 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/run-all-once.yml2976 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
MEDIUM.github/workflows/five-twist.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/friction.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/woven.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/roller.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/hang.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/fishingknot.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/trapped.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/drape.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/needle.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/noodle.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/twist.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/curtain.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/template/aws-template.yml481 # Create the runnable script with proper importsCOMMENT
MEDIUM.github/workflows/scripts/run-all-once-gen.py453 # Create the runnable script with proper imports (using printf to avoid nested heredoc)COMMENT
AI Slop Vocabulary31 hits · 92 pts
SeverityFileLineSnippetContext
MEDIUM…tes/ppf-cts-solver/src/cpp/energy/model/pdrd_rigid.hpp83// 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/_decoder_.py1446 # (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.py488 # 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.py421 # Bring up Blender if the scenario asked for it. The harness isCOMMENT
MEDIUMblender_addon/debug/blender_harness.py16# 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/bl_tetgen_solid_build.py42# Backend-agnostic: the assertions below are robust invariants (finite PC2,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
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.py222 # Check if nvim is already installedCOMMENT
LOWwarmup.py261 # Check if nvim config already existsCOMMENT
LOWwarmup.py285 # Check if fish is installedCOMMENT
LOWwarmup.py289 # Check if config.fish is a symlinkCOMMENT
LOWwarmup.py375 # Check if CUDA is installedCOMMENT
LOWwarmup.py493 # Check if it's a symlinkCOMMENT
LOWwarmup.py610 # Check if process is still runningCOMMENT
LOWwarmup.py622 # 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_.py603 # 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.py69 # Check if any control points are selectedCOMMENT
LOWblender_addon/ui/dynamics/export_ops.py111 # Read the file the exporter will actually sample (the modifier's ownCOMMENT
LOWblender_addon/core/ssh_config.py206 # 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.py543 # Check if there are objects to removeCOMMENT
LOW.github/workflows/getting-started.yml233 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/yarn.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/trampoline.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/codim.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/belt.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/ribbon.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/cards.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/fitting.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/domino.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/stack.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml215 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml859 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml1463 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml2067 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/run-all-once.yml2671 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/five-twist.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/friction.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/woven.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/build-docker.yml249 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/roller.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/hang.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/fishingknot.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/trapped.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/drape.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/needle.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/noodle.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/twist.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/curtain.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/template/aws-template.yml227 # Check if setup is complete (includes SSH connectivity check)COMMENT
LOW.github/workflows/scripts/run-all-once-gen.py264 # 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.sh15# Check if ffmpeg already existsCOMMENT
LOWbuild-win-native/make-slim-ffmpeg.sh35# Check if ffmpeg already existsCOMMENT
Hallucination Indicators6 hits · 60 pts
SeverityFileLineSnippetContext
CRITICALcrates/ppf-cts-solver/src/builder.rs1060 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.rs173 // Step 1: Parallel computationCOMMENT
LOWcrates/ppf-cts-solver/src/main.rs193 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs674 // Step 1: Parallel computation of vertex paramsCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs748 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs758 // Step 1: Parallel computation of hinge data. `bend_rest_v` / `bend_mask`COMMENT
LOWcrates/ppf-cts-solver/src/builder.rs820 // 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.rs173 // Step 1: Parallel computationCOMMENT
LOWcrates/ppf-cts-solver/src/main.rs193 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs674 // Step 1: Parallel computation of vertex paramsCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs748 // Step 2: Sequential deduplicationCOMMENT
LOWcrates/ppf-cts-solver/src/builder.rs758 // Step 1: Parallel computation of hinge data. `bend_rest_v` / `bend_mask`COMMENT
LOWcrates/ppf-cts-solver/src/builder.rs820 // 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.py146# 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.py20CODE
LOWfrontend/_scene_.py90CODE
LOWcalibration/tensile/tensile.py139CODE
LOWblender_addon/mcp/handlers/object_ops.py183CODE
LOWblender_addon/mcp/handlers/object_ops.py1240CODE
LOWblender_addon/mcp/handlers/remote.py49CODE
LOWblender_addon/mcp/handlers/dyn_params.py233CODE
LOWblender_addon/ops/api/pin.py133CODE
LOWblender_addon/ops/api/pin.py200CODE
LOWblender_addon/debug/orchestrator.py505CODE
LOWexamples/blender/woven.py80CODE
LOWexamples/blender/five-twist.py158CODE
LOWexamples/blender/cards.py150CODE
LOWexamples/blender/noodle.py71CODE
LOWexamples/blender/yarn.py102CODE
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
Modern Structural Boilerplate10 hits · 10 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__.py134__all__ = [CODE
LOWblender_addon/ui/dynamics/pin_ops.py772def _set_pin_fcurves_linear(obj) -> None:CODE
LOWblender_addon/ui/dynamics/overlay_geometry/__init__.py22__all__ = [CODE
LOWblender_addon/core/facade.py81 def set_project_name(self, name: str) -> None:CODE
LOWblender_addon/core/effect_runner.py358 def set_fetched_frames(self, frames: list[int]) -> None:CODE
LOWblender_addon/core/encoder/__init__.py38__all__ = [CODE
LOWblender_addon/ops/api/__init__.py69__all__ = [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