Is the source code of the default built-in plugins available somewhere?

Nikolayan

New member
Hello!

I would like to change the way the "Convert Case" plugin works and make a custom version of it for my own personal use.
Is its raw code available somewhere, or do I have to code my own version from scratch?
Having the source of other plugins would be beneficial to me too, so I can see how they do things I haven't figured out yet.

Opening the "ConvertCase.vip" file from "Program Files/Vizrt/VizEngine/plugin" shows only gibberish, so I surmise that it has been compiled, instead of in raw form like my own .vsl plugins.

Any help would be greatly appreciated! :)
 
I would say the vsl plugin approach is the way to go. However, I dug out some of the old examples for how to do it in Viz3. You might be able to deduce something from that https://www.dropbox.com/scl/fi/pz3o...ey=xhx753vtqhg3ego6jl7e97ay4&st=d7zdvj8f&dl=0
Hi!
Thank you for your reply, but unfortunately this documentation doesn't help me. I already know how to make my own plugins, and have made several so far.
My question was, if there is any way to view / decompile the source code for the default built-in plugins (the ones that ship with Viz Artist by default), so I can see how they work.
 
Back
Top