mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
Merge pull request #169 from alicevision/dev_exportMaya
[nodes] `ExportMaya` use `aliceVision_exportMeshroomMaya`
This commit is contained in:
commit
f8d761c564
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from meshroom.core import desc
|
|||
|
||||
|
||||
class ExportMaya(desc.CommandLineNode):
|
||||
commandLine = 'aliceVision_exportMayaMVG {allParams}'
|
||||
commandLine = 'aliceVision_exportMeshroomMaya {allParams}'
|
||||
|
||||
inputs = [
|
||||
desc.File(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue