Add space in category label

This commit is contained in:
Fabien Castan 2024-09-06 21:57:24 +02:00
parent 61c3102b89
commit 24a623acc8
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ from meshroom.core.utils import VERBOSE_LEVEL
class SphereDetection(desc.CommandLineNode):
commandLine = 'aliceVision_sphereDetection {allParams}'
category = 'PhotometricStereo'
category = 'Photometric Stereo'
documentation = '''
Detect spheres in pictures. These spheres will be used for lighting calibration.
Spheres can be automatically detected or manually defined in the interface.