mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 01:46: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,6 +5,8 @@ from meshroom.core import desc
|
|||
|
||||
class ConvertMesh(desc.CommandLineNode):
|
||||
commandLine = 'aliceVision_convertMesh {allParams}'
|
||||
|
||||
category = 'Utils'
|
||||
documentation = '''This node allows to convert a mesh to another format.'''
|
||||
|
||||
inputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue