mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 14:06:28 +02:00
Update nodes versions
This commit is contained in:
parent
6a7db0f7b3
commit
7d4e9524ad
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "3.0"
|
||||
__version__ = "4.0"
|
||||
|
||||
import os
|
||||
import json
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "6.0"
|
||||
__version__ = "7.0"
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.0"
|
||||
__version__ = "2.0"
|
||||
|
||||
import json
|
||||
import os
|
||||
|
|
|
@ -14,7 +14,7 @@ class PanoramaMerging(desc.CommandLineNode):
|
|||
|
||||
category = 'Panorama HDR'
|
||||
documentation = '''
|
||||
Merge all inputs coming from PanoramaComposiring
|
||||
Merge all inputs coming from the PanoramaCompositing node.
|
||||
'''
|
||||
|
||||
inputs = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.0"
|
||||
__version__ = "2.0"
|
||||
|
||||
import json
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue