PK_blend_use_master_faces_t   

typedef int PK_blend_use_master_faces_t;

Used in:

PK_FACE_make_blend_o_t


This typedef controls whether to use master faces in face blending.
This field can take any one of the following values:

    'PK_blend_use_master_faces_no_c'     Create all blends which go
                                         through any pair of faces from the
                                         left and right wall.

    'PK_blend_use_master_faces_yes_c'    Create only those blends which go
                                         through the first face of either wall
                                         (master face) and any face from the
                                         other wall (default).