I want to modelPanel with just camera view.
used "modelPanel -mbv 0 ; " but it just remove menubar,  it leaves icon menu bar
How can I remove them all? 

  • created

    Dec '11
  • last reply

    Dec '11
  • 1

    reply

  • 3.3k

    views

  • 1

    user

I think this is what your are looking for, let me know if it works for you :wink:

this is a quick and dirty thrown together :stuck_out_tongue:

{

$window = window;

showWindow $window;

$form = formLayout;

$editor = modelEditor -camera persp;

$column = columnLayout;

formLayout -edit -af $editor "top" 0 -ac $editor "left" 0 $column -af $editor "bottom" 0 -af $editor "right" 0 $form;

}