Reset perspective camera to default settings without deleting prefs?

Reset perspective camera to default settings without deleting prefs?

MayaNZ01
Enthusiast Enthusiast
3,761 Views
2 Replies
Message 1 of 3

Reset perspective camera to default settings without deleting prefs?

MayaNZ01
Enthusiast
Enthusiast

Is there a way to reset my perspective camera do it's default settings without deleting preferences? I made some changes to it when showing a friend something and forgot exactly what I did and it is behaving like that in every new maya scene

 

Edit: Never mind, resetting the tumble tool fixed did it. This thread can be deleted

0 Likes
Accepted solutions (1)
3,762 Views
2 Replies
Replies (2)
Message 2 of 3

loncy888
Enthusiast
Enthusiast
Accepted solution

Executing this command in MEL will adjust Maya's default perspective camera to the default perspective state.

viewSet -p -an false |persp|perspShape;

Hope to help you, thank you!

loncy
Message 3 of 3

Henry_vanderBeekG8N4W
Explorer
Explorer

or in python

cmds.viewSet('|persp|perspShape', persp=True, animate=False)

 

 

0 Likes