Plugin Type?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 21/05/2003 at 15:49, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.100 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hello all (my first post here)...
I want to create a plugin that simply creates a spline and adds it to the scene when activated/invoked and is then done (doesn't need to GetVirtualObjects() or anything after it's created the spline).
My question is, what type of plugin do I want to make?  A Tool?  How do I indicate that "I'm done" ?
Thanks.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 21/05/2003 at 15:57, xxxxxxxx wrote:

Hmm... maybe a MenuPlugin?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/05/2003 at 01:27, xxxxxxxx wrote:

...I guess this is not an overly active forum ;(.
Anyway, the MenuPlugin worked fine.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/05/2003 at 01:49, xxxxxxxx wrote:

No need to be active when you're able to answer your questions yourself so accurately... :-)
(Actually I didn't notice that it was you who replied, so I thought that someone else had taken care of suggesting the obvious. But yes, a menu plugin is the right thing.)