Blender Crawl: Improvements based on User Feedback #53
@ -34,7 +34,7 @@ Run directly out of repo folder or follow above installation instructions. Give
|
||||
| --script| Path to blender python script(s) to execute inside .blend files during crawl.|
|
||||
| -r, --recursive| If provided in combination with a folder path will perform recursive crawl|
|
||||
| -f --filter| Provide a string to filter the found .blend files|
|
||||
| -a, --ask| If provided there will be no confirmation prompt before running script on .blend files.|
|
||||
| -a, --ask| If provided there will be a prompt for confirmation before running script on .blend files.|
|
||||
| -p, --purge| Run 'built-in function to purge data-blocks from all .blend files found in crawl.'.|
|
||||
| --exec| If provided user must provide blender executable path, OS default blender will not be used if found.|
|
||||
| -h, --help| show the above help message and exit|
|
||||
|
@ -65,7 +65,7 @@ parser.add_argument(
|
||||
parser.add_argument(
|
||||
"-a",
|
||||
"--ask",
|
||||
help="If --ask is provided there will be no confirmation prompt before running script on .blend files.",
|
||||
help="If --ask is provided there will be a prompt for confirmation before running script on .blend files.",
|
||||
action="store_true",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user