|
Because you're adding it as a menu item you don't get
the options, right?
1. Old Skool commands
Make sure the name is added when you register the
command
2. Self-installing plug-in
Add the label (name) in the plug-in code
e.g.
in_reg.RegisterCommand "VincentWroteThis", "This is a plug-in created by
Vincent"
From: Vincent Fortin
[mailto:vincent.fortin(at)ubisoft.com] Sent: Tuesday, July 31, 2007
5:34 PM To: XSI(at)Softimage.COM Subject: Registered command
name?
Hi,
I have a registered command that I
want to add inside a menu
button of a toolbar.
Is it possible to have the
label of that command different
than its original name?
I tried using a script button but it doesn’t seem to
work inside a menu
button.
Thanks!
Vincent
|