Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Softimage® / XSI SDK / removeCommand related issue
  RSS 2.0 ATOM  

removeCommand related issue
Rate this thread
 
30099
 
Permlink of this thread  
avatar
  • saajjj
  • Posted: 13 September 2008 07:14 AM
  • Total Posts: 161
  • Joined: 10 June 2008 12:38 PM

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 :)



Replies: 0
avatar

file>plugin manager
right click the one you dont want and delete it.

or just go the explorer way and delete the files.



Replies: 0
avatar
  • saajjj
  • Posted: 13 September 2008 09:32 AM

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.



Replies: 0
avatar
  • saajjj
  • Posted: 13 September 2008 09:37 AM

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 :)



Replies: 0