Skip to content

Commit ccb7851

Browse files
committed
[bin] batch: input/inputRecursive are now optional
1 parent b378502 commit ccb7851

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/meshroom_batch

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ args = parser.parse_args()
158158

159159
logging.getLogger().setLevel(logStringToPython[args.verbose])
160160

161-
if not args.input and not args.inputRecursive:
162-
print('Nothing to compute. You need to set --input or --inputRecursive.')
163-
sys.exit(1)
164-
165161
meshroom.core.initPlugins()
166162
meshroom.core.initNodes()
167163

0 commit comments

Comments
 (0)