Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node duplication error in the pipeline #1389

Closed
adam-bielanski opened this issue Apr 20, 2021 · 5 comments
Closed

node duplication error in the pipeline #1389

adam-bielanski opened this issue Apr 20, 2021 · 5 comments
Labels
bug for actual bugs (unsure? use type:question) stale for issues that becomes stale (no solution)

Comments

@adam-bielanski
Copy link

Describe the bug
Node duplication works confusing on multiple duplications of the node

To Reproduce
Steps to reproduce the behavior:

  1. Go to any node eg. "texturing"
  2. Click on "duplicate node"
  3. Node "texturing2" appears below "texturing"
  4. Go back to "texturing" node
  5. Click on "duplicate node"
    1. Node "texturing3" appears directly below "texturing", hiding "texturing2"

Expected behavior
New, 3rd node should appear below the last one, not the first.

@adam-bielanski adam-bielanski added the bug for actual bugs (unsure? use type:question) label Apr 20, 2021
@natowi
Copy link
Member

natowi commented Apr 20, 2021

Thank you. I think this could be added to this PR #1227
In the new implementation, clicking on auto-layout adjusts the layout correctly.

dup

There is also an issue with expanded node properties overlaying other nodes, auto-layout does not work on expanded nodes

@adam-bielanski
Copy link
Author

@natowi - I'm afraid auto-layout also requires an update/repair. Try to duplicate various parts of the pipeline eg. first duplicate from meshing, than duplicate from SfM and finally duplicate from feature extraction.
And then try auto-layout.... you'll get a total mess instead of clean, horizontal lines of pipeline. I think in 2020 it worked better.

@natowi
Copy link
Member

natowi commented Apr 21, 2021

And then try auto-layout.... you'll get a total mess instead of clean, horizontal lines of pipeline. I think in 2020 it worked better.

Click on the gear button next to auto-layout and select "maximum" instead of "minimum". (minimum is broken)

Default:
default1

Auto-Max:
auto-max

Auto-Min:
auto-mini

The Min. layout should be replaced by what is now Max and the Default should become the new Max in my opinion.

@stale
Copy link

stale bot commented Aug 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale for issues that becomes stale (no solution) label Aug 21, 2021
@stale
Copy link

stale bot commented Sep 6, 2021

This issue is closed due to inactivity. Feel free to re-open if new information is available.

@stale stale bot closed this as completed Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for actual bugs (unsure? use type:question) stale for issues that becomes stale (no solution)
Projects
None yet
Development

No branches or pull requests

2 participants