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

fix #5120 Get Objects Data node Add output sockets for Seams and Sharp edges #5121

Conversation

satabol
Copy link
Collaborator

@satabol satabol commented May 9, 2024

fix #5120

  • add output sockets "Edges Seams", "Edges Sharps", "Polygons Select"

image

Face_Selected.001.mp4

…p edges

fix #5120

- add output sockets "Edges Seams", "Edges Sharps", "Polygons Select"
- append three button to show/hide unconnected sockets for vert, edges and faces.
- vertices selects
- vertices creases
- vertices bevel weights
- edges selects
- edges creases
- edges seams
- edges sharps
- edges bevel weight
- faces select
- faces smooth
@satabol
Copy link
Collaborator Author

satabol commented May 11, 2024

image

@satabol
Copy link
Collaborator Author

satabol commented May 11, 2024

Remark:
This happens on the curve to mesh.
image
But tests are passed.

PS1.
There is another way to update object:
obj_e = obj.evaluated_get(sv_depsgraph)
obj_data = obj_e.to_mesh()

@satabol
Copy link
Collaborator Author

satabol commented May 13, 2024

image

@satabol satabol merged commit 09bfe67 into master May 13, 2024
2 checks passed
@satabol satabol deleted the fix_5120_Get_Objects_Data_node_Add_output_sockets_for_Seams_and_Sharp_edges branch May 13, 2024 22:58
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.

Get Objects Data node. Add output sockets for Seams and Sharp edges
1 participant