問題タブ [nuke]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
802 参照

python - Nuke viewer LUT settings while working on alpha channel

As per my knowledge, LUT is meant to be applied on color channels (RGB) since we are doing colorspace conversion. But Nuke's viewer LUT settings affect alpha channel too. I am aware that viewer LUT doesn't alter original pixel values but only displays them as per the LUT settings set, but shouldn't we turn off viewer LUT while working on alpha channel? Like for instance pulling a key or doing roto ?

Shouldn't we be viewing alpha in linear color space? Am I missing something here?

0 投票する
1 に答える
816 参照

python - Nuke のリスト内の各項目に checkBox を作成する

これは私の問題です:

選択したノードごとに CheckBox を作成したいと考えています。私は正しい名前で各ノードのチェックボックスを作成することができましたが、問題は、それらがチェックボックスで選択され、結果を出力する場所が、選択された最初のノードまたはブール値の結果 (True または False) のみを返すことです。チェックボックスが選択されています。答えが見つかりません。

すべてに感謝します!