アニメーション設定に関する各種設定の操作に使用する。
xshade |
↑ |
scene |
↑ |
animation_settings |
auto_scaling | スケーリングがオンかどうか |
dropframe | ドロップフレームのオン/オフ |
ending_frame | 終了フレーム |
frame_rate | フレームレート |
leading_frames | リーディングフレーム数 |
object_movie_mode | オブジェクトのオン/オフ |
rows | オブジェクトの行数 |
sound3d | 3Dサウンドのオン/オフ |
soundpreview | サウンドプレビューのオン/オフ |
starting_frame | 開始フレーム |
step | ステップ数(int) |
step_float | ステップ数(float) |
timecode_mode | シーケンス値表示がタイムコードモードかどうか |
trailing_frames | トレーリングフレーム数 |
auto_scaling
スケーリングがオンかどうか。
型 :
bool
print xshade.scene().animation_settings.auto_scaling
dropframe
ドロップフレームのオン/オフ。
型 :
bool
print xshade.scene().animation_settings.dropframe
ending_frame
終了フレーム。
型 :
int
ユーザーが設定する前は−1が返る
print xshade.scene().animation_settings.ending_frame
frame_rate
フレームレート。
型 :
int
print xshade.scene().animation_settings.frame_rate
leading_frames
リーディングフレーム数。
型 :
int
print xshade.scene().animation_settings.leading_frames
object_movie_mode
オブジェクトのオン/オフ。
型 :
bool
print xshade.scene().animation_settings.object_movie_mode
rows
オブジェクトの行数。
型 :
int
print xshade.scene().animation_settings.rows
sound3d
3Dサウンドのオン/オフ。
型 :
bool
print xshade.scene().animation_settings.sound3d
soundpreview
サウンドプレビューのオン/オフ。
型 :
bool
print xshade.scene().animation_settings.soundpreview
starting_frame
開始フレーム。
型 :
int
ユーザーが設定する前は−1が返る
print xshade.scene().animation_settings.starting_frame
step
ステップ数(int)。
型 :
int
print xshade.scene().animation_settings.step
step_float
ステップ数(float)。
型 :
float
print xshade.scene().animation_settings.step_float
timecode_mode
シーケンス値表示がタイムコードモードかどうか。
型 :
bool : True : タイムコード、False : フレーム
print xshade.scene().animation_settings.timecode_mode
trailing_frames
トレーリングフレーム数。
型 :
int
print xshade.scene().animation_settings.trailing_frames