remove example path
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user