l2_extract_all_textures
Extract all textures from a .utx package file to a directory as PNG images, with optional class filter.
Instructions
Extract all textures from a package to a directory as PNG files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Absolute path to the .utx file. | |
| output_dir | No | Output directory. Auto-generated if empty. | |
| class_filter | No | Filter by class name, default 'Texture'. |