Blender
V3.3
|
Public Attributes | |
Frame | frames [MAX_SKIN_NODE_FRAMES] |
int | totframe |
SkinNodeFlag | flag |
int | seam_edges [2] |
Definition at line 157 of file MOD_skin.c.
SkinNodeFlag SkinNode::flag |
Definition at line 161 of file MOD_skin.c.
Referenced by connection_node_frames(), end_node_frames(), node_frames_init(), and skin_output_end_nodes().
Frame SkinNode::frames[MAX_SKIN_NODE_FRAMES] |
Definition at line 158 of file MOD_skin.c.
Referenced by collect_hull_frames(), end_node_frames(), node_frames_init(), output_frames(), skin_fix_hull_topology(), skin_output_end_nodes(), skin_smooth_hulls(), and skin_update_merged_vertices().
int SkinNode::seam_edges[2] |
Definition at line 164 of file MOD_skin.c.
Referenced by connection_node_frames(), and node_frames_init().
int SkinNode::totframe |
Definition at line 159 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_end_nodes(), skin_smooth_hulls(), and skin_update_merged_vertices().