animation settings

アニメーション設定に関する各種設定の操作に使用する。


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