Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
レンダー レイヤーを別のファイルにエクスポートするスクリプトを Maya で作成しようとしています。スクリプトに適用されるロジックについては明確ではありませんが。手順だけのコードは必要ありません。誰でも助けてください。すべてに前もって感謝します。
すべてのレンダーレイヤーを取得できます
cmds.ls(type='renderLayer')
および各レイヤーのコンテンツ
cmds.editRenderLayerMembers('layer-name-here', q=True)
複数のレイヤーに存在するオブジェクトの処理方法などを自分で決定する必要があります。