mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 18:06:31 +02:00
[nodes] add node categories
This commit is contained in:
parent
3d33134ca9
commit
e18f815af9
47 changed files with 58 additions and 10 deletions
|
@ -5,10 +5,10 @@ from meshroom.core import desc
|
|||
|
||||
class MeshResampling(desc.CommandLineNode):
|
||||
commandLine = 'aliceVision_meshResampling {allParams}'
|
||||
|
||||
cpu = desc.Level.NORMAL
|
||||
ram = desc.Level.NORMAL
|
||||
|
||||
category = 'Mesh Post-Processing'
|
||||
documentation = '''
|
||||
This node allows to recompute the mesh surface with a new topology and uniform density.
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue