Skip to main content

ImageBlast

18 tools in this family (folder Editor/Tools/ImageBlast/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
image_blast_approve_stepwritesApprove the current AwaitingApproval step and advance the
image_blast_cancel_sessiondestructiveCancel a running session. Marks Status=Cancelled, freezes the
image_blast_check_dependenciesread-onlyProbe which sibling families are reachable at runtime. Returns
image_blast_compose_scenewritesPlace all session assets into a Unity scene placeholder — writes
image_blast_create_sessionwritesCreate a new image-blast session. Records the input image path,
image_blast_emit_batch_pipelinewritesGenerate an Editor-only static class with a menu item that picks
image_blast_emit_editor_wizardwritesGenerate an EditorWindow wizard that lets the user drag an image,
image_blast_emit_progress_monitorwritesGenerate a MonoBehaviour that polls a session's state file and
image_blast_estimate_costread-onlyEstimate the dollar cost of running the pipeline before kicking
image_blast_export_setupread-onlyExport the family's full setup as a JSON config — runtime version,
image_blast_generate_reportread-onlyBuild a final report — total cost, total duration, per-step cost +
image_blast_get_session_statusread-onlyReturn the full session state — status, current_step, every
image_blast_initread-onlyInitialize the image_blast_* family. Seeds the Library/ImageBlastMock
image_blast_list_sessionsread-onlyList every persisted image-blast session — recent first. Useful
image_blast_reject_stepwritesReject the current AwaitingApproval step. Marks the step Rejected,
image_blast_run_pipelinewritesRun the full image-blast pipeline end-to-end. In Auto / DryRun mode
image_blast_run_stepwritesRun a single pipeline step (SegmentImage | CleanPlate |
image_blast_skip_stepwritesSkip the session's current step — marks it Skipped (empty output)