You *can*, in general, do a layout where you have a shelf tab that nests
another tabbed shelf layout. But as for getting the standard maya shelf to
do it, you would have to completely lay out your own top level shelf tab so
that its layout is a tabbed shelf layout. It would probably be harder to do
it dynamically to an existing shelf.

It makes no sense to nest a global proc within a global proc, since when
you think about scope it is not global to have a function defined locally
within another function. A global proc is something that is exported to the
rest of the app. Just try playing around with the explicit layout you want
to achieve, within the body of a single global proc.

On Sun, Jun 21, 2015 at 10:31 AM Christopher. <[email protected]>
wrote:

> Has anyone put shelves within a Maya shelf ? I though I could nest a
> global proc within a global proc, then name the shelf and somehow, I would
> get a shelf within a shelf, unfortunately, no
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/80e6a84c-9f9e-4c1b-9a56-b392a94e68e8%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/80e6a84c-9f9e-4c1b-9a56-b392a94e68e8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1XujEE%3DaDQoZkcPfHMWp7Y_KEkMNihpvZc026z-5dmRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to