Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I tried to use this snippet in userSetup.py to make frame rate set to 25 when opening a new maya scene. But it doesn't work at all:
import maya.cmds as cmds
cmds.currentUnit(time='pal')
Also I tried the mel equivalent in userSetup.mel but also doesn't work. Just wondering is it possible to change frame rate when launching Maya ?
Solved! Go to Solution.