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

Fixing Invisible Edges for Web Export #179

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

vanssnn
Copy link
Contributor

@vanssnn vanssnn commented Nov 20, 2024

Fix invisible edges issue for web export by processing index maps sequentially to avoid threading issues (while it is probably slower than using thread).

Before:
image
(The edges (grass) is missing)

After:
image

addons/rmsmartshape/shapes/shape.gd Outdated Show resolved Hide resolved
addons/rmsmartshape/shapes/shape.gd Outdated Show resolved Hide resolved
@mphe mphe requested a review from limbonaut November 21, 2024 10:16
addons/rmsmartshape/shapes/shape.gd Outdated Show resolved Hide resolved
@limbonaut
Copy link
Collaborator

Looks good

@mphe
Copy link
Collaborator

mphe commented Nov 21, 2024

Looks good.
Please squash these 3 commits and it's ready to merge.

Fix invisible edges issue for web export by processing index maps sequentially to avoid threading issues.
@vanssnn vanssnn force-pushed the fix-invisble-edges-for-web-export branch from 95ebad5 to b807137 Compare November 21, 2024 15:42
@mphe mphe merged commit 210654a into SirRamEsq:master Nov 21, 2024
@mphe
Copy link
Collaborator

mphe commented Nov 21, 2024

Thanks, congratulations to your first merged PR!

@vanssnn
Copy link
Contributor Author

vanssnn commented Nov 21, 2024

Thanks, congratulations to your first merged PR!

Thank you so much! I appreciate your guidance/support throughout the process.

@vanssnn vanssnn deleted the fix-invisble-edges-for-web-export branch November 28, 2024 15:36
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

Successfully merging this pull request may close these issues.

3 participants