MrKepzie / Natron

Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
www.natron.fr
GNU General Public License v2.0
1.49k stars 163 forks source link

Too many inputs created when creating a Group from a node with optional inputs (Merge, RotoPaint) #1669

Closed allphfa closed 6 years ago

allphfa commented 7 years ago

Problem

There is a problem with the grouping

Expected behavior: I create a rotopaint node by pressing P in the node editor, and there should be only one input node

Actual behavior: There are numerous rotopaint nodes within the group

Steps to Reproduce

  1. press "P" key
  2. Select the rotopaint node, then press ctrl + G
  3. Enter the group

You may submit a link to any screenshots/videos that can be used to understand how to reproduce the issue.

Versions

devernay commented 6 years ago

This is because RotoPaint has many optional inputs. It also happens with Merge. I think that Natron should create input nodes for optional inputs only if they are connected.

devernay commented 6 years ago

This issue was moved to NatronGitHub/Natron#223