wrapper: add FBX_IGNORE_TODO env variable by default
This works with cruft-mesh to suppress a good deal of noise from our minimalistic handling code.
This commit is contained in:
parent
4dd2a40e75
commit
fa063cda8b
@ -144,6 +144,7 @@ else:
|
|||||||
env[searchvar] = search
|
env[searchvar] = search
|
||||||
|
|
||||||
env['RESOURCE_PREPEND'] = "@COMPILED_RESOURCE_DIR@"
|
env['RESOURCE_PREPEND'] = "@COMPILED_RESOURCE_DIR@"
|
||||||
|
env['FBX_IGNORE_TODO'] = 1
|
||||||
|
|
||||||
# It's probably unnecessary to pipe std
|
# It's probably unnecessary to pipe std
|
||||||
res = subprocess.run(sys.argv[1:], env=env, stderr=sys.stderr, stdout=sys.stdout)
|
res = subprocess.run(sys.argv[1:], env=env, stderr=sys.stderr, stdout=sys.stdout)
|
||||||
|
Loading…
Reference in New Issue
Block a user