Int Input

Provides a numeric input value. Int Input outputs a configurable number for use in the node graph.

intermediate
Since P00

Output Ports

Value

整数値

Int

Parameters

NameTypeDefaultDescription
ValueInt0出力する整数値
Range PresetEnum`Count`よく使う soft UI range を一発で選ぶ
Soft MinInt1`Custom` 時の soft UI minimum
Soft MaxInt16`Custom` 時の soft UI maximum
Soft StepInt1`Custom` 時の soft UI ステップ
Hard MinInt-100000出力値にかける実際の下限
Hard MaxInt100000出力値にかける実際の上限
Snap StepInt1出力値を最も近い倍数にスナップ

重要な挙動

  • value

- show_on_node: true で、ノード本体に常時表示されます

  • range_preset / soft_*

- Inspector の slider / knob の操作範囲だけを決めます

  • clamp_min / clamp_max

- 実際の出力値にかかる hard clamp です

  • step

- 出力値の snap step です

つまり、UI の触りやすさ実際の出力制約 を分けて扱います。

使い方

  • Count1..16 の個数をすぐ使う
  • PixelOffset-32..32 のピクセルTranslate量をすぐ使う
  • 接続先が promoted param の場合は Inspector の 接続先範囲を採用 で soft range を合わせる
  • 厳密な制約が必要な時だけ clamp_min / clamp_max を詰める
Int Input — PixPipeline Node Reference