Skip to content
Snippets Groups Projects
Commit 99748a60 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

blend2json: Fix typo in help message

parent 80e632c2
Branches
Tags
No related merge requests found
...@@ -66,11 +66,11 @@ Examples: ...@@ -66,11 +66,11 @@ Examples:
To include only MESH blocks: To include only MESH blocks:
./blend2json.py --filter-blocks "+" "code" "ME" foo.blend ./blend2json.py --filter-block "+" "code" "ME" foo.blend
To include only MESH or CURVE blocks and all data used by them: To include only MESH or CURVE blocks and all data used by them:
./blend2json.py --filter-blocks "+" "code" "(ME)|(CU)" --filter-blocks "+*" ".*" ".*" foo.blend ./blend2json.py --filter-block "+" "code" "(ME)|(CU)" --filter-block "+*" ".*" ".*" foo.blend
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment