Need help writing custom plugins for Blender Malt #489
-
Hello! Here are the steps that I have tried:
I have gone through the online documentation and various support threads here but could not find a solution. My ultimate goal is to write a custom node to perform Stencil Testing to hide parts of a character's hair but it seems it is not possible with the nodes currently available in the Malt Node Tree. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The plugin is the whole As a side note, I would move the Global Plugin directory outside your Blender installation, so you don't accidentally delete it when installing a new Blender version. |
Beta Was this translation helpful? Give feedback.
-
Also thanks for pointing out the location of the Plugin directory, I will change it accordingly. |
Beta Was this translation helpful? Give feedback.
The plugin is the whole
PluginExample
folder, not just thePluginExample.glsl
file.So you need to drop the
Plugins Example
folder into your plugin directory.As a side note, I would move the Global Plugin directory outside your Blender installation, so you don't accidentally delete it when installing a new Blender version.