mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-17 11:06:27 +02:00
Add space in category label
This commit is contained in:
parent
61c3102b89
commit
24a623acc8
4 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ from meshroom.core.utils import VERBOSE_LEVEL
|
|||
|
||||
class NormalIntegration(desc.CommandLineNode):
|
||||
commandLine = 'aliceVision_normalIntegration {allParams}'
|
||||
category = 'PhotometricStereo'
|
||||
category = 'Photometric Stereo'
|
||||
documentation = '''
|
||||
Evaluate a depth map from a normals map (currently in development)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue