Before one could only create a new group input using the link drag search. With this patch it becomes possible to create a Group Input node for an existing input.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- link-group-input (branched from master)
- Build Status
Buildable 19641 Build 19641: arc lint + arc unit
Event Timeline
Comment Actions
This is a great improvement, and the code makes sense.
| source/blender/editors/space_node/link_drag_search.cc | ||
|---|---|---|
| 168 | I think it would be reasonable to create a nodes::GatherLinkSearchOpParams and use add_item to avoid this duplication of the string wrangling. | |
| source/blender/editors/space_node/link_drag_search.cc | ||
|---|---|---|
| 168 | Not sure if temporarily creating a GatherLinkSearchOpParams is a cleaner solution. Will just leave it as is for now. | |