利用者:Phonybone/Python Nodes/Bugs

提供: wiki
< 利用者:Phonybone‎ | Python Nodes
2018年6月29日 (金) 05:51時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Bugs

  • Fix node groups for compositor (input/output access)
  • Make sure only one output node is active at a time (NODE_DO_OUTPUT flag)
Proposed design change: Only allow one link to an output (generally: any socket with 1 connection limit)
Existing output node links get removed for inactive output nodes (~NODE_DO_OUTPUT)
This will work better for mixed types of sockets with different connectivity than restricting the whole node
  • Reimplement muted nodes for Cycles, using the internal_links lists for consistent behavior
  • compiler errors in legacy compositor code, have to enable that