Digital humans the art of the digital double
Ever wanted to know how digital doubles are created in the movie industry? This course will give you an insight into how it's done.
# 1 25-02-2004 , 01:59 AM
Dann's Avatar
Registered User
Join Date: Feb 2003
Location: Los Angeles
Posts: 695

shelf buttons

OK, I hope my miriad of questions isn't bothering anyone, but when I get the bug about learning something new, I keep trying things until something works. Since I don't have anyone at work that knows MEL scripting, I've come to you all.

I'm making an install script that whenever anyone in my office needs the new tools I make, they can run the script. It works, so I'm trying to make it smart and it will only add the buttons that a person doesn't already have. This is what I've tried that doesn't work.

if (!`contextInfo -ex showImagePlane`)
{
shelfButton
-enableCommandRepeat 1
-enable 1
-width 34
-height 34
-manage 1
-visible 1
-label "showImagePlane"
-image1 "showImagePlane.bmp"
-style "iconOnly"
-parent $selTab
-command "showImagePlane;\r\n";
}

Any know why it keeps installing the same buttons and how to get it to do what I want?

thanks again.

Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads