hyungeun-kimDec '11I want to modelPanel with just camera view.used "modelPanel -mbv 0 ; " but it just remove menubar, it leaves icon menu barHow can I remove them all? createdDec '11last replyDec '111reply3.3kviews1user
michael-paixaoDec '11I think this is what your are looking for, let me know if it works for you this is a quick and dirty thrown together { $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; }