|
Blender V4.3
|
Public Attributes | |
| SmoothView3DState | src |
| SmoothView3DState | dst |
| SmoothView3DState | org |
| bool | to_camera |
| bool | use_dyn_ofs |
| float | dyn_ofs [3] |
| char | org_view |
| char | org_view_axis_roll |
| double | time_allowed |
Definition at line 154 of file view3d_navigate_smoothview.cc.
| SmoothView3DState SmoothView3DStore::dst |
Destination.
Definition at line 159 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), view3d_smoothview_apply_and_finish_ex(), and view3d_smoothview_apply_with_interp().
| float SmoothView3DStore::dyn_ofs[3] |
Definition at line 172 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_with_interp().
| SmoothView3DState SmoothView3DStore::org |
Original.
Definition at line 167 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_and_finish_ex().
| char SmoothView3DStore::org_view |
When smooth-view is enabled, store the 'rv3d->view' here, assign back when the view motion is completed.
Definition at line 178 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_and_finish_ex().
| char SmoothView3DStore::org_view_axis_roll |
Same behavior as view.
Definition at line 180 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_and_finish_ex().
| SmoothView3DState SmoothView3DStore::src |
Source.
Definition at line 157 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_with_interp().
| double SmoothView3DStore::time_allowed |
Definition at line 182 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_from_timer().
| bool SmoothView3DStore::to_camera |
Definition at line 169 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_and_finish_ex().
| bool SmoothView3DStore::use_dyn_ofs |
Definition at line 171 of file view3d_navigate_smoothview.cc.
Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_with_interp().