Blender V4.3
SmoothView3DStore Struct Reference

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
 

Detailed Description

Definition at line 154 of file view3d_navigate_smoothview.cc.

Member Data Documentation

◆ dst

◆ dyn_ofs

float SmoothView3DStore::dyn_ofs[3]

◆ org

SmoothView3DState SmoothView3DStore::org

Original.

Note
it may seem like the "source" should be the same as the "original" value, this isn't the case because the "source" values are calculated for interpolation with the destination and may not match the viewport values used when smooth-view starts.

Definition at line 167 of file view3d_navigate_smoothview.cc.

Referenced by ED_view3d_smooth_view_ex(), and view3d_smoothview_apply_and_finish_ex().

◆ org_view

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().

◆ org_view_axis_roll

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().

◆ src

SmoothView3DState SmoothView3DStore::src

◆ time_allowed

double SmoothView3DStore::time_allowed

◆ to_camera

bool SmoothView3DStore::to_camera

◆ use_dyn_ofs

bool SmoothView3DStore::use_dyn_ofs

The documentation for this struct was generated from the following file: