You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,14 @@ You can create custom nodes in python and make them available in Meshroom using
66
66
In a standard precompiled version of Meshroom, you can also directly add custom nodes in `lib/meshroom/nodes`.
67
67
To be recognized by Meshroom, a custom folder with nodes should be a Python module (an `__init__.py` file is needed).
68
68
69
+
### Plugins
70
+
71
+
Meshroom supports installing containerised plugins via Docker (with the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)) or [Anaconda](https://docs.anaconda.com/free/miniconda/index.html).
72
+
73
+
To do so, make sure docker or anaconda is installed properly and available from the command line.
74
+
Then click on `File > Advanced > Install Plugin From URL` or `File > Advanced > Install Plugin From Local Folder` to begin the installation.
75
+
76
+
To learn more about using or creating plugins, check the explanations [here](meshroom/plugins/README.md).
0 commit comments