|
Blender
V2.93
|
Public Attributes | |
| int | mode |
| int | frame_range |
| int | start_frame |
| int | end_frame |
| bool | realtime |
| float | gap_duration |
| float | gap_randomness |
| int | seed |
| int | num_points |
| int | cur_point |
| float * | dists |
| float | tot_dist |
| float * | times |
| float | tot_time |
| float | gap_tot_time |
| double | inittime |
| float | offset_time |
| float | bevel_depth |
| int | bevel_resolution |
Definition at line 216 of file gpencil_convert.c.
| float tGpTimingData::bevel_depth |
Definition at line 241 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_layer_to_curve().
| int tGpTimingData::bevel_resolution |
Definition at line 242 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_layer_to_curve().
| int tGpTimingData::cur_point |
Definition at line 226 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_timing_data_add_point().
| float* tGpTimingData::dists |
Definition at line 229 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_stroke_path_animation(), gpencil_stroke_path_animation_add_keyframes(), gpencil_timing_data_add_point(), and gpencil_timing_data_set_nbr().
| int tGpTimingData::end_frame |
Definition at line 220 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_stroke_path_animation().
| int tGpTimingData::frame_range |
Definition at line 219 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_stroke_path_animation().
| float tGpTimingData::gap_duration |
Definition at line 222 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_find_end_of_stroke_idx(), gpencil_stroke_path_animation(), and gpencil_stroke_path_animation_preprocess_gaps().
| float tGpTimingData::gap_randomness |
Definition at line 222 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_find_end_of_stroke_idx(), gpencil_stroke_path_animation(), and gpencil_stroke_path_animation_preprocess_gaps().
| float tGpTimingData::gap_tot_time |
Definition at line 234 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_timing_data_add_point().
| double tGpTimingData::inittime |
Definition at line 235 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_layer_to_curve(), and gpencil_timing_data_add_point().
| int tGpTimingData::mode |
Definition at line 218 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_find_end_of_stroke_idx(), gpencil_stroke_path_animation(), gpencil_stroke_to_bezier(), and gpencil_stroke_to_path().
| int tGpTimingData::num_points |
Definition at line 226 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_find_end_of_stroke_idx(), gpencil_stroke_path_animation(), gpencil_stroke_path_animation_add_keyframes(), gpencil_stroke_path_animation_preprocess_gaps(), and gpencil_timing_data_set_nbr().
| float tGpTimingData::offset_time |
Definition at line 238 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_timing_data_add_point().
| bool tGpTimingData::realtime |
Definition at line 221 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_stroke_path_animation().
| int tGpTimingData::seed |
Definition at line 223 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), and gpencil_stroke_path_animation_preprocess_gaps().
| int tGpTimingData::start_frame |
Definition at line 220 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_stroke_path_animation(), and gpencil_stroke_path_animation_add_keyframes().
| float* tGpTimingData::times |
Definition at line 233 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_find_end_of_stroke_idx(), gpencil_stroke_path_animation(), gpencil_stroke_path_animation_add_keyframes(), gpencil_stroke_path_animation_preprocess_gaps(), gpencil_timing_data_add_point(), and gpencil_timing_data_set_nbr().
| float tGpTimingData::tot_dist |
Definition at line 230 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_stroke_path_animation(), gpencil_stroke_path_animation_add_keyframes(), and gpencil_timing_data_add_point().
| float tGpTimingData::tot_time |
Definition at line 234 of file gpencil_convert.c.
Referenced by gpencil_convert_layer_exec(), gpencil_stroke_path_animation(), gpencil_stroke_path_animation_add_keyframes(), gpencil_stroke_path_animation_preprocess_gaps(), and gpencil_timing_data_add_point().