|
Blender
V3.3
|
Public Attributes | |
| Object * | ob |
| float | prevFrameF |
| float | nextFrameF |
| bool | valid |
Definition at line 167 of file pose_slide.c.
| float tPoseSlideObject::nextFrameF |
nextFrame, but in local action time (for F-Curve look-ups to work).
Definition at line 173 of file pose_slide.c.
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 169 of file pose_slide.c.
Referenced by pose_frame_range_from_object_get(), pose_slide_apply(), pose_slide_init(), pose_slide_invoke_common(), and pose_slide_refresh().
| float tPoseSlideObject::prevFrameF |
prevFrame, but in local action time (for F-Curve look-ups to work).
Definition at line 171 of file pose_slide.c.
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 174 of file pose_slide.c.
Referenced by pose_slide_apply(), pose_slide_init(), pose_slide_invoke_common(), and pose_slide_refresh().