1. #1
    New Member Follow User Gallery
    Join Date
    May 2006
    Posts
    16

    Default calling for some kind of symmetry.

    hey
    I'm trying to call "Transform:>Y<" command but keep getting the error "interface item could not be found".

    here is the script:

    [IButton,"Zplugin:More Plugs:YToggle","YToggle",
    [ISet,Zscript:Show Actions,0]
    [IToggle, Transform:>Y<]
    ,,,SHIFT + 'p']


    Is it the naming i'm getting wrong here?

    ps, why is it that only some buttons can be ctrl+dragged out of menus while some (like the x/y/z symmetry's) can't?
    Last edited by mrSnoogle; 06-28-06 at 06:47 PM.

  2. #2
    Moderator Follow User Gallery
    Join Date
    Jun 2004
    Location
    UK
    Posts
    11,462

    Default

    As I think I may have mentioned elsewhere, you can't set a hotkey for any interface item that is not present when ZBrush launches. That means that if you have to switch tools (such as selecting a 3D tool) to make the buttons appear, you'll have no luck. The same applies to dragging buttons to the interface.

    One workaround is to create a plugin button that presses the button you want, if it exists. You can assign the hotkey to your plugin button and you won't know the difference. Just be sure that you use an If statement with the [IExists command and all will be well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •