We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b378502 commit ccb7851Copy full SHA for ccb7851
bin/meshroom_batch
@@ -158,10 +158,6 @@ args = parser.parse_args()
158
159
logging.getLogger().setLevel(logStringToPython[args.verbose])
160
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
-
165
meshroom.core.initPlugins()
166
meshroom.core.initNodes()
167
0 commit comments