|
Blender V5.0
|
Public Attributes | |
| Object * | ob |
| float | prev_frame |
| float | next_frame |
| bool | valid |
Definition at line 110 of file pose_slide.cc.
| float tPoseSlideObject::next_frame |
next_frame, but in local action time (for F-Curve look-ups to work).
Definition at line 116 of file pose_slide.cc.
Referenced by pose_frame_range_from_object_get(), pose_slide_apply(), pose_slide_init(), and pose_slide_invoke_common().
| Object* tPoseSlideObject::ob |
Active object that Pose Info comes from.
Definition at line 112 of file pose_slide.cc.
Referenced by pose_frame_range_from_object_get(), pose_slide_apply(), pose_slide_init(), pose_slide_invoke_common(), and pose_slide_refresh().
| float tPoseSlideObject::prev_frame |
prev_frame, but in local action time (for F-Curve look-ups to work).
Definition at line 114 of file pose_slide.cc.
Referenced by pose_frame_range_from_object_get(), pose_slide_apply(), pose_slide_init(), and pose_slide_invoke_common().
| bool tPoseSlideObject::valid |
Definition at line 117 of file pose_slide.cc.
Referenced by pose_slide_apply(), pose_slide_init(), pose_slide_invoke_common(), and pose_slide_refresh().