From 99748a60285ef488ecb986761b7195a974446a70 Mon Sep 17 00:00:00 2001 From: Bastien Montagne <montagne29@wanadoo.fr> Date: Thu, 21 Jan 2016 14:32:31 +0100 Subject: [PATCH] blend2json: Fix typo in help message --- utils/blend2json.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/blend2json.py b/utils/blend2json.py index 0de3f81..a58854e 100755 --- a/utils/blend2json.py +++ b/utils/blend2json.py @@ -66,11 +66,11 @@ Examples: 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: - ./blend2json.py --filter-blocks "+" "code" "(ME)|(CU)" --filter-blocks "+*" ".*" ".*" foo.blend + ./blend2json.py --filter-block "+" "code" "(ME)|(CU)" --filter-block "+*" ".*" ".*" foo.blend """ -- GitLab