make a video tutorial make a plugin
BlossomStudios
Posts: 83
I need a video tutorial on how to make a plugin form for daz3d plugins need a basic tutorial
need to display text and a button for a plugin for daz3d
Comments
If you download the SDK there are a number of useful sample plugins included. The AFirstPlugin sample creates a dialog window, sets content text, etc, similar to what you've described.
However -- if you're just looking to create a simple popup dialog to trigger some functionality you'll provide, you might try using the scripting interface instead of the full SDK. The scripting interface is based in Javascript/ECMAScript and is relatively easy to dive into, while the SDK requires you to work in C++ and is quite a bit more complex.