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

[Feature Request] Automesh for Selected Nodes (Outside of Edit Mode) #449

Open
2 tasks done
r888800009 opened this issue Sep 29, 2024 · 1 comment
Open
2 tasks done
Labels
Enhancement New feature or request Triage PR/Issue needs to be triaged.

Comments

@r888800009
Copy link
Contributor

Validations

  • I have checked for similar feature requests and could not find any.
  • I have made sure this is not an already-existing feature.

Description

Currently, automesh functionality is available but requires users to manually enter the "Edit Mesh" mode to apply it. To streamline the workflow, we need to enable automatic mesh generation for selected nodes directly, without the need to enter the edit mode.

Suggested solution

Implement a feature that allows users to automatically apply mesh generation to selected nodes without having to manually enter the "Edit Mesh" mode. This enhancement will allow automesh to be executed on the fly, making the process more efficient. Ensure that this function respects the existing meshes by only applying the automesh to nodes that haven’t been manually modified, or provide a prompt to confirm changes if existing meshes are present.

Alternative solution

No response

Additional Context

No response

@r888800009 r888800009 added Enhancement New feature or request Triage PR/Issue needs to be triaged. labels Sep 29, 2024
@LunaTheFoxgirl
Copy link
Member

Before this is to be implemented, the automeshing algorithm should be improved to reduce overdraw. Right now the triangulation algorithm will create a lot of empty triangles with no texture inside of them. This needs to be fixed using Delaunay Refinement + a possible second pass doing texture lookups to remove "dead" vertices at a set distance from textured areas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Triage PR/Issue needs to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants