サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
大そうじへの備え
qiita.com/aizwellenstan
import maya.cmds import maya.mel as mel def SetFPS(fps): unit = 'film' if fps == 15: unit = 'game' elif fps == 24: unit = 'film' elif fps == 25: unit = 'pal' elif fps == 30: unit = 'ntsc' elif fps == 48: unit = 'show' elif fps == 50: unit = 'palf' elif fps == 60: unit = 'ntscf' else: unit = str(fps)+'fps' cmds.currentUnit( time=unit ) fps = mel.eval('currentTimeUnitToFPS') SetFPS(24)
このページを最初にブックマークしてみませんか?
『qiita.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く