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

Display edges only on some elements using appearance #7168

Open
FelixGirard opened this issue Sep 17, 2024 · 6 comments
Open

Display edges only on some elements using appearance #7168

FelixGirard opened this issue Sep 17, 2024 · 6 comments

Comments

@FelixGirard
Copy link

Is your feature request related to a problem? Please describe.
Using the edit tools, we are creating 2d shapes that are closed (the geometry is a Loop). We have some 3d elements in the background that makes it so we can't use wireframe render mode.

I couldn't find any way to override the appearance to only show the edge of these shapes.
I can kind of make them transparent fill, but that's about it.

Describe the solution you'd like
Would like the ability to say don't fill those shape and use the weight and color to draw the edges.

Additional context
Please don't hesitate to ask for more questions, clarifications or reach out directly. Thanks!

@pmconne
Copy link
Member

pmconne commented Sep 17, 2024

Using the edit tools, we are creating 2d shapes that are closed (the geometry is a Loop)

Are they decorations/dynamics, or persistent elements?

@FelixGirard
Copy link
Author

Persisted elements

@pmconne
Copy link
Member

pmconne commented Sep 17, 2024

What prevents you from creating a Path instead of a Loop?

@FelixGirard
Copy link
Author

I can create a Path (that's what we have right now as a work around). But is has some problems for other tools (like trim / extend). @bbastings

@bbastings
Copy link
Contributor

bbastings commented Sep 17, 2024

@FelixGirard What problems? For most tools I allowed physically closed paths to be treated the same as loops...trim should treat them exactly the same.

@GoldenGlaurung
Copy link

I think the Trim/Extend Tool works well with what we currently have. The Break Curve tool might have issues with what we are currently doing (Brien and I have talked about workarounds but I've been working on other issues recently and haven't gotten around to figuring that out yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants