|
I’ve been playing around with plug-ins and hence ‘registerCommand’. As a consequence, the custom script command list has grown significantly :-) All the commands I created are useless. I’ve tried to use
[B]Application.removeCommand("delThisCommand");[/B]
to remove the commands but XSI responds with:
[B]// WARNING : 3318 - This command cannot be removed because it does not exist: delThisCommand[/B]
However, I can see this command listed under the ‘Custom Script Commands’ section in the Keyboard Mapping window.
The question is, how do I remove all those extra commands?
Thanks.
edit: may be obvious but I replace ‘delThisCommand’ with the name of actual commands :)
|
|
|
|
file>plugin manager
right click the one you dont want and delete it.
or just go the explorer way and delete the files.
|
|
|
|
I don’t see any of the commands in the plug-in manager. I deleted all my test plug-ins, but I can still see the commands that were registered in those plugins inside the keyboard mapping.
|
|
|
|
Well, it wasn’t a problem after all. I don’t see the commands in the regular XSI key-map. I just deleted my user keymap and all’s well. I suppose it’s some keymap update issue :)
|
|
|