PDA

View Full Version : Refresh!! HelP!


hidekun
07-22-2004, 06:26 PM
Hi!
I need some help on this:
When I press tha space bar to "maximize" a viewport maya (or my graphics card) doesn't refresh the view.
If u don't have a better solution I'd like to know how can I make a MEL script that executes the refersh command everytime I press the space bar.

thanx!

paulwconnor
07-27-2004, 02:15 PM
Try typing:

refresh;

Into the command line the next time that happens - see if it works. 'Unfortunately' ( ;) ) my Maya's working fine right now, so I can't test this myself.

If that works, you can assign it to the space-bar in Windows->Setting/Prefs->Hotkeys... by specifying the command to run on pressing that key.

Let me know if you have any problems!

Technofreak
07-29-2004, 05:26 PM
probably your graphic card.......

try this:

//ShowHotbox
hotBox;
refresh;

//HideHotbox
hotBox -release;
refresh;

CGTalk Moderation
01-18-2006, 06:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.