mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-13 23:07:21 +02:00
[nodes] Panorama: Fix the documentation string display
This commit is contained in:
parent
8ab9007c18
commit
da6bbefc45
3 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ class LdrToHdrCalibration(desc.AVCommandLineNode):
|
||||||
|
|
||||||
category = 'Panorama HDR'
|
category = 'Panorama HDR'
|
||||||
documentation = '''
|
documentation = '''
|
||||||
Calibrate LDR to HDR response curve from samples
|
Calibrate LDR to HDR response curve from samples.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
inputs = [
|
inputs = [
|
||||||
|
|
|
@ -47,7 +47,7 @@ class LdrToHdrSampling(desc.AVCommandLineNode):
|
||||||
|
|
||||||
category = 'Panorama HDR'
|
category = 'Panorama HDR'
|
||||||
documentation = '''
|
documentation = '''
|
||||||
Sample pixels from Low range images for HDR creation
|
Sample pixels from Low range images for HDR creation.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
inputs = [
|
inputs = [
|
||||||
|
|
|
@ -13,8 +13,8 @@ class PanoramaPostProcessing(desc.CommandLineNode):
|
||||||
|
|
||||||
category = 'Panorama HDR'
|
category = 'Panorama HDR'
|
||||||
documentation = '''
|
documentation = '''
|
||||||
Post process the panorama
|
Post process the panorama.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
inputs = [
|
inputs = [
|
||||||
desc.File(
|
desc.File(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue