formZ SDK | 5.0 API Reference | System | System

fz_syst_anim_expt_parm_enum

Description

Animation Export parameters. This enum identifies which option is wanted to retrieve or change. This is used with the fz_syst_anim_expt_get_parm, functions.

enum fz_syst_anim_expt_parm_enum {

FZ_SYST_ANIM_EXPT_PARM_FRAMES_MENU,

FZ_SYST_ANIM_EXPT_PARM_FRAME_START,

FZ_SYST_ANIM_EXPT_PARM_FRAME_END,

FZ_SYST_ANIM_EXPT_PARM_FRAME_INCR,

FZ_SYST_ANIM_EXPT_PARM_FRAME_INCR_INP,

FZ_SYST_ANIM_EXPT_PARM_FRAME_LIST };

Members

FZ_SYST_ANIM_EXPT_PARM_FRAMES_MENU

What choice of frames to use for animation.

Type: fz_anim_frames_enum

Default Value: FZ_ANIM_FRAMES_ALL

FZ_SYST_ANIM_EXPT_PARM_FRAME_START

Starting frame for range of frames to use for animation.

Type: fzrt_int

Default Value: 0

Range: 0 <= value <= FZ_SYST_ANIM_EXPT_PARM_FRAME_END

FZ_SYST_ANIM_EXPT_PARM_FRAME_END

Ending frame for range of frames to use for animation. If a number larger than the last frame index of the source animation file is used during exportation, it will be capped to the last frame index.

Type: fzrt_int

Default Value: last frame index

Range: FZ_SYST_ANIM_EXPT_PARM_FRAME_START <= value <= last frame index

FZ_SYST_ANIM_EXPT_PARM_FRAME_INCR

Whether or not to skip/increment/jump a certain number of frames between frames.

Type: fzrt_boolean

Default Value: FALSE

FZ_SYST_ANIM_EXPT_PARM_FRAME_INCR_INP

Number of frames to increment between frames

Type: fzrt_int

Default Value: 10

Range: 1 <= value <= number of frames

FZ_SYST_ANIM_EXPT_PARM_FRAME_LIST

Comma separated list of ranges of frames to use for animation.

Type: char*

Default Value: "0 - 299"

Availability

5.0.0.0

See Also

Defined in

fz_syst_api.h