remove example path

This commit is contained in:
Nathan
2025-12-19 11:31:47 -07:00
parent ee317463f1
commit 658052cae4
2 changed files with 65 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# Usage: .\organize_textures.ps1
# Prompt user for texture folder path
$textureFolderPath = Read-Host "Enter texture folder path (e.g., A:\1 Amazon_Active_Projects\1 BlenderAssets\Amazon\Char\Cartoon1\textures)"
$textureFolderPath = Read-Host "Enter texture folder path"
# Validate the input path
if ([string]::IsNullOrWhiteSpace($textureFolderPath)) {