themixer const StructDef

この構造体には、すべての character studio Animation Mixer に影響する mixerManager クラスにアクセスするための多くのシステム グローバル変数とメソッドが含まれています

システム グローバル変数:

次のプロパティは、ミキサー ユーザ インタフェースでアイコンとして表示されます。

themixer.snapFrames SystemGlobal:snapFrames boolean default:true         
themixer.snapToClips SystemGlobal:snapToClips boolean default:false     
themixer.lockTransitions SystemGlobal:lockTransitionsboolean default:false   

次のプロパティは、ミキサー ユーザ インタフェースの[基本設定]ダイアログ ボックスに表示されます。

themixer.showBalanceCurves SystemGlobal:showBalanceCurvesboolean default:true
themixer.showClipBounds SystemGlobal:showClipBounds boolean default:true
themixer.showClipNames SystemGlobal:showClipNames boolean default:true
themixer.showClipScale SystemGlobal:showClipScaleboolean default:false
themixer.showGlobalFrames SystemGlobal:showGlobalFramesboolean default:true
themixer.showInpoints SystemGlobal:showInpointsboolean default:true
themixer.showOutpoints SystemGlobal:showOutpointsboolean default:false
themixer.showTgRangebars SystemGlobal:showTgRangebarsboolean default:true
themixer.showTimeWarps SystemGlobal:showTimeWarpsboolean default:true
themixer.showWgtCurves SystemGlobal:showWgtCurvesboolean default:true

メソッド

<boolean>themixer.showMixer()

ミキサーを表示します。成功した場合は true を返します。

<boolean>themixer.hideMixer()

ミキサーを非表示にします。成功した場合は true を返します。

themixer.addMixerToDisplay <biped_controller>

指定したコントローラが属す Biped がミキサーに追加されます。成功した場合は true を返します。

themixer.removeMixerFromDisplay <biped_controller>

指定されたコントローラが属す Biped をミキサーから削除します。成功した場合は true を返します。

次の関数は、ミキサー ユーザ インタフェースのアイコンで使用できます。

themixer.setAnimationRange()

アニメーション範囲を設定します。成功したら true を返します。

themixer.updateDisplay

ミキサーの表示を更新します。成功したら true を返します。

themixer.zoomExtents()

アニメーションの範囲にミキサーの表示をズームします。成功したら true を返します。