v 7.0
このパスが使用するレンダリングエンジンをRendererオブジェクトとして戻します。
// Print the name of the rendering engine used by this pass. var oPass = Application.ActiveProject.ActiveScene.ActivePass; Application.LogMessage( "Pass rendering engine: " + oPass.Renderer.Name ); |