Utility Functions
Small useful functions brought over from the Object Builder application
Last updated
Small useful functions brought over from the Object Builder application
Last updated
Find edges that are boundary to a face, and do not have a second face connecting, as well as loose edges without any faces connected.
The function loops through all disconnected mesh sections in the selected object, and generates ComponentXX
format vertex groups.
The function is intended to be used to create the component selections for Geometry type LODs
Mark edges that join two faces in a non-convex way (the interior angle between the faces is greater than 180 degrees).
Calculates convex hull for the whole selected object.
This function is a combination of the Find components and Convex Hull functions.
The function loops through all disconnected mesh pieces, performs a convex hull operation on them, and generates ComponentXX
format vertex groups.
Sorts the selected faces to the end of the face list of the mesh data. This function is useful to solve alpha order related issues.
This sorting will be overwritten if Sort Sections is enabled during P3D export.
Sorts the selected faces to the beginning of the face list of the mesh data. This function is useful to solve alpha order related issues.
This sorting will be overwritten if Sort Sections is enabled during P3D export.
Recalculates the face normals of all faces in the currently edited mesh.
Iterates through every vertex group defined in the selected object, and removes those that have no vertices assigned to them.