[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

@ -6,6 +6,7 @@ from meshroom.core import desc
class MeshDenoising(desc.CommandLineNode):
commandLine = 'aliceVision_meshDenoising {allParams}'
category = 'Mesh Post-Processing'
documentation = '''
This experimental node allows to reduce noise from a Mesh.
for now, the parameters are difficult to control and vary a lot from one dataset to another.