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.
nuke のノードにノブを追加するためのメイン インターフェイスは、node.addKnob()関数のようです。ノブは、addKnobメソッドが呼び出される順序で追加されます。すでに作成されている他のノブの前にノブを挿入する方法はありますか?
node.addKnob()
addKnob
Foundry のサポートによると、ノブを既存のノードまたはグループに挿入することはできません。唯一のオプションは、一連のノブを削除して再作成することです。