[nodes] add node categories

This commit is contained in:
ChemicalXandco 2021-02-14 17:03:42 +00:00
parent 3d33134ca9
commit e18f815af9
47 changed files with 58 additions and 10 deletions

View file

@ -9,13 +9,12 @@ from meshroom.core import desc
class PanoramaCompositing(desc.CommandLineNode):
commandLine = 'aliceVision_panoramaCompositing {allParams}'
size = desc.DynamicNodeSize('input')
parallelization = desc.Parallelization(blockSize=5)
commandLineRange = '--rangeIteration {rangeIteration} --rangeSize {rangeBlockSize}'
cpu = desc.Level.INTENSIVE
ram = desc.Level.INTENSIVE
category = 'Panorama HDR'
documentation = '''
Once the images have been transformed geometrically (in PanoramaWarping),
they have to be fused together in a single panorama image which looks like a single photography.