|
Blender
V2.93
|
Public Attributes | |
| Frame | frames [MAX_SKIN_NODE_FRAMES] |
| int | totframe |
| SkinNodeFlag | flag |
| int | seam_edges [2] |
Definition at line 170 of file MOD_skin.c.
| SkinNodeFlag SkinNode::flag |
Definition at line 174 of file MOD_skin.c.
Referenced by connection_node_frames(), end_node_frames(), node_frames_init(), skin_output_connections(), and skin_output_end_nodes().
| Frame SkinNode::frames[MAX_SKIN_NODE_FRAMES] |
Definition at line 171 of file MOD_skin.c.
Referenced by collect_hull_frames(), end_node_frames(), node_frames_init(), output_frames(), skin_fix_hull_topology(), skin_output_connections(), skin_output_end_nodes(), skin_smooth_hulls(), and skin_update_merged_vertices().
| int SkinNode::seam_edges[2] |
Definition at line 177 of file MOD_skin.c.
Referenced by connection_node_frames(), node_frames_init(), and skin_output_connections().
| int SkinNode::totframe |
Definition at line 172 of file MOD_skin.c.
Referenced by collect_hull_frames(), node_frames_init(), output_frames(), skin_fix_hull_topology(), skin_output_branch_hulls(), skin_output_connections(), skin_output_end_nodes(), skin_smooth_hulls(), and skin_update_merged_vertices().