🔬 QA & Validation¶
Asset integrity validation, polygon-budget performance checks, style guide enforcement, and consolidated QA reports.
Quick Reference¶
| Command | Description | Model |
|---|---|---|
assgen gen qa validate |
Run automated validation checks on an asset (normals, UVs, manifold, etc.) | — |
assgen gen qa perf |
Analyse performance characteristics: poly count, VRAM, draw calls | — |
assgen gen qa style |
Check assets for visual consistency with the project art style guide | — |
assgen gen qa report |
Generate a full QA issues report for a set of assets | — |
assgen gen qa validate¶
Run automated validation checks on an asset (normals, UVs, manifold, etc.).
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
ASSET (required) |
TEXT |
— |
Asset file or directory to validate |
--checks |
TEXT |
normals,uvs,manifold,scale,naming |
Comma-separated checks: normals uvs manifold scale naming textures |
--strict |
BOOLEAN |
False |
Fail on warnings as well as errors |
--output |
TEXT |
— |
Output file or directory path |
--wait |
BOOLEAN |
— |
Block until the job completes and stream live progress |
assgen gen qa perf¶
Analyse performance characteristics: poly count, VRAM, draw calls.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
ASSET (required) |
TEXT |
— |
Asset to performance-test |
--poly-budget |
INTEGER |
— |
Max polygon count |
--vram-budget-mb |
INTEGER |
— |
VRAM budget in MB |
--lod-preview |
BOOLEAN |
False |
Preview all LOD levels |
--output |
TEXT |
— |
Output file or directory path |
--wait |
BOOLEAN |
— |
Block until the job completes and stream live progress |
assgen gen qa style¶
Check assets for visual consistency with the project art style guide.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
ASSET (required) |
TEXT |
— |
Asset or directory to style-check |
--style-guide |
TEXT |
— |
Path to style guide image or YAML |
--threshold |
FLOAT |
0.8 |
Similarity threshold 0.0-1.0 |
--output |
TEXT |
— |
Output file or directory path |
--wait |
BOOLEAN |
— |
Block until the job completes and stream live progress |
assgen gen qa report¶
Generate a full QA issues report for a set of assets.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
ASSET_DIR |
TEXT |
. |
Directory of assets to include in the report |
--format |
TEXT |
markdown |
markdown | json | html |
--output |
TEXT |
— |
Output file or directory path |
--wait |
BOOLEAN |
— |
Block until the job completes and stream live progress |