THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2002 at 06:51, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform:
Language(s) : C++ ;
---------
im looking for the on/off switch for a videopost plugin
so I can turn on/off an effect within my plugin.
im looking in
class PluginVideoPost : public _<_a target=_blank href= "mk:@msitstore:c:\dokumente%20und%20einstellungen\paul1\desktop\r8sdkchm2002-10-29.chm::/pages/c4d_baselist/class_baselist2d38.html"_>_BaseList2D
{
public_<_a target=_blank href= "mk:@msitstore:c:\dokumente%20und%20einstellungen\paul1\desktop\r8sdkchm2002-10-29.chm::/pages/c4d_videopost/class_pluginvideopos412.html title=class pluginvideopost : public baselist2d"_>_2D">PluginVideoPo_<_a target=_blank href= "mk:@msitstore:c:\dokumente%20und%20einstellungen\paul1\desktop\r8sdkchm2002-10-29.chm::/pages/c4d_videopost/class_pluginvideopos412.html#getnext0"_>_tnext0">GetNext_BaseList2D">Plugi_<_a target=_blank href= "mk:@msitstore:c:\dokumente%20und%20einstellungen\paul1\desktop\r8sdkchm2002-10-29.chm::/pages/c4d_videopost/class_pluginvideopos412.html#getpred1"_>_.html#getpred1">GetPred(void);
};
ok nothing there
so I look in its the BaseContainer and find nothing there either
so how may I turn a plugin on/off or is this not possible?
------------
and while im at it
i would also like to maybe delete a vp plugin from its baselist2d
so I do
myvp->Remove();
and
pluginvideopost::Free(myvp);
but of course I get an error saying free is not amember of pluginvideopost
this is clear , but ive tried to cast it to atom and just about anything else
there seems no way to remove it and free its memory :(
heeeelp