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.
| Tool | Effect | Description |
|---|---|---|
image_blast_approve_step | writes | Approve the current AwaitingApproval step and advance the |
image_blast_cancel_session | destructive | Cancel a running session. Marks Status=Cancelled, freezes the |
image_blast_check_dependencies | read-only | Probe which sibling families are reachable at runtime. Returns |
image_blast_compose_scene | writes | Place all session assets into a Unity scene placeholder — writes |
image_blast_create_session | writes | Create a new image-blast session. Records the input image path, |
image_blast_emit_batch_pipeline | writes | Generate an Editor-only static class with a menu item that picks |
image_blast_emit_editor_wizard | writes | Generate an EditorWindow wizard that lets the user drag an image, |
image_blast_emit_progress_monitor | writes | Generate a MonoBehaviour that polls a session's state file and |
image_blast_estimate_cost | read-only | Estimate the dollar cost of running the pipeline before kicking |
image_blast_export_setup | read-only | Export the family's full setup as a JSON config — runtime version, |
image_blast_generate_report | read-only | Build a final report — total cost, total duration, per-step cost + |
image_blast_get_session_status | read-only | Return the full session state — status, current_step, every |
image_blast_init | read-only | Initialize the image_blast_* family. Seeds the Library/ImageBlastMock |
image_blast_list_sessions | read-only | List every persisted image-blast session — recent first. Useful |
image_blast_reject_step | writes | Reject the current AwaitingApproval step. Marks the step Rejected, |
image_blast_run_pipeline | writes | Run the full image-blast pipeline end-to-end. In Auto / DryRun mode |
image_blast_run_step | writes | Run a single pipeline step (SegmentImage | CleanPlate | |
image_blast_skip_step | writes | Skip the session's current step — marks it Skipped (empty output) |