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

As a user, I'd like to be able to visually identify which surfaces or lines belong to the model being edited or to a primitive/subpart. #500

Closed
nilsschmidt1337 opened this issue Feb 12, 2017 · 3 comments
Assignees
Milestone

Comments

@nilsschmidt1337
Copy link
Owner

nilsschmidt1337 commented Feb 12, 2017

Philo wrote:

(different coloring of surfaces/lines?)

Currently it's confusing as you can select a surface or line from a primitive, try to modify it with no action, or duplicate it without knowing.

It will be done with "Toggle Selection through transparent Subfiles/Objects".

Screenshot 2024-07-28 095304

@nilsschmidt1337 nilsschmidt1337 self-assigned this Feb 12, 2017
@nilsschmidt1337 nilsschmidt1337 added this to the 1.8.84 milestone Jul 19, 2024
nilsschmidt1337 added a commit that referenced this issue Jul 19, 2024
@nilsschmidt1337
Copy link
Owner Author

Closed with commit 2712a88.

@nilsschmidt1337
Copy link
Owner Author

cValue.setA(cValue.getA() / 3f); needs to be capped. Maybe, cValue.setA(Math.max(cValue.getA() / 3f, .25f));?

nilsschmidt1337 added a commit that referenced this issue Jul 28, 2024
@nilsschmidt1337
Copy link
Owner Author

Closed with commit 611cfa8.

@nilsschmidt1337 nilsschmidt1337 changed the title As a user, I'd like to be able to visually identify which surfaces or lines belong to the model beeing edited or to a primitive/subpart As a user, I'd like to be able to visually identify which surfaces or lines belong to the model beeing edited or to a primitive/subpart. Jul 28, 2024
@nilsschmidt1337 nilsschmidt1337 changed the title As a user, I'd like to be able to visually identify which surfaces or lines belong to the model beeing edited or to a primitive/subpart. As a user, I'd like to be able to visually identify which surfaces or lines belong to the model being edited or to a primitive/subpart. Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant