On 14/11/2014 at 03:02, xxxxxxxx wrote:
Hi,
I'm working on a renderer "but the same problem happens in the video post effect" , and I wanna do ALL parameters in the GetDDescription() function "even the static ones" , the plugin inits correctly, and I display name using:
RegisterVideoPostPlugin(MY_PL_ID, String("my renderer name"), PLUGINFLAG_VIDEOPOST_ISRENDERER, MyPluginVP::Alloc, "", 0, 0);
it displays the name in the renderer drop down list, but with an empty description "the function is not called at all, I tested it with GePrint()"
edit: all parameters are created as enum inside the .cpp file, and should be used in the GetDDescription() according to this, there is no .res file or .str file or .h file "the whole folder is not created, tell me if this would make a problem and a work around for this"