|
Blender V4.3
|
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 158 of file MOD_grease_pencil_time.cc.
|
inline |
Definition at line 165 of file MOD_grease_pencil_time.cc.
Definition at line 211 of file MOD_grease_pencil_time.cc.
References blender::math::ceil(), int, and to_local_time().
Definition at line 206 of file MOD_grease_pencil_time.cc.
References blender::math::floor(), int, and to_local_time().
|
inline |
Definition at line 172 of file MOD_grease_pencil_time.cc.
|
inline |
Definition at line 176 of file MOD_grease_pencil_time.cc.
Definition at line 200 of file MOD_grease_pencil_time.cc.
References blender::math::ceil(), int, and to_scene_time().
Definition at line 195 of file MOD_grease_pencil_time.cc.
References blender::math::floor(), int, and to_scene_time().
Definition at line 189 of file MOD_grease_pencil_time.cc.
Referenced by local_frame_after_scene_frame(), and local_frame_before_scene_frame().
Definition at line 185 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 180 of file MOD_grease_pencil_time.cc.