|
Blender V5.0
|
Public Member Functions | |
| TimeMapping (const GreasePencilTimeModifierData &tmd) | |
| float | offset () const |
| float | scale () const |
| bool | use_loop () const |
| float | to_scene_time (const float local_frame) const |
| float | to_local_time (const float scene_frame) const |
| int | scene_frame_before_local_frame (const int local_frame) const |
| int | scene_frame_after_local_frame (const int local_frame) const |
| int | local_frame_before_scene_frame (const int scene_frame) const |
| int | local_frame_after_scene_frame (const int scene_frame) const |
Definition at line 156 of file MOD_grease_pencil_time.cc.
|
inline |
Definition at line 163 of file MOD_grease_pencil_time.cc.
References flag, MOD_GREASE_PENCIL_TIME_KEEP_LOOP, and offset().
|
inline |
Definition at line 209 of file MOD_grease_pencil_time.cc.
References blender::math::ceil(), and to_local_time().
Referenced by blender::calculate_repetitions(), and blender::fill_scene_range_fixed().
|
inline |
Definition at line 204 of file MOD_grease_pencil_time.cc.
References blender::math::floor(), and to_local_time().
Referenced by blender::calculate_repetitions(), and blender::fill_scene_range_fixed().
|
inline |
Definition at line 170 of file MOD_grease_pencil_time.cc.
Referenced by TimeMapping().
|
inline |
Definition at line 174 of file MOD_grease_pencil_time.cc.
|
inline |
Definition at line 198 of file MOD_grease_pencil_time.cc.
References blender::math::ceil(), and to_scene_time().
Referenced by blender::insert_keys_forward(), and blender::insert_keys_reverse().
|
inline |
Definition at line 193 of file MOD_grease_pencil_time.cc.
References blender::math::floor(), and to_scene_time().
Definition at line 187 of file MOD_grease_pencil_time.cc.
Referenced by local_frame_after_scene_frame(), and local_frame_before_scene_frame().
Definition at line 183 of file MOD_grease_pencil_time.cc.
References float.
Referenced by scene_frame_after_local_frame(), and scene_frame_before_local_frame().
|
inline |
Definition at line 178 of file MOD_grease_pencil_time.cc.
Referenced by blender::calculate_repetitions().