pbarnes
09-16-2009, 08:47 PM
so i export a scene as maya ascii
where in this file does it set the frame rate
select -ne :defaultRenderGlobals;
setAttr ".mcfr" 30;//this line
select -ne :hardwareRenderGlobals;
setAttr ".ctrs" 256;
setAttr ".btrs" 512;
//setAttr ".hwfr" 30;//this line
select -ne :defaultHardwareRenderGlobals;
now i thought it was one of those 2 lines so i commented them both out and yet it still changed maya so it was 30fps
where does it get its info?
cheers
EDIT::just found it
for those who want to know
its
currentUnit -l centimeter -a degree -t ntsc;//where ntsc can be pal, film ect
where in this file does it set the frame rate
select -ne :defaultRenderGlobals;
setAttr ".mcfr" 30;//this line
select -ne :hardwareRenderGlobals;
setAttr ".ctrs" 256;
setAttr ".btrs" 512;
//setAttr ".hwfr" 30;//this line
select -ne :defaultHardwareRenderGlobals;
now i thought it was one of those 2 lines so i commented them both out and yet it still changed maya so it was 30fps
where does it get its info?
cheers
EDIT::just found it
for those who want to know
its
currentUnit -l centimeter -a degree -t ntsc;//where ntsc can be pal, film ect
