Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_info.h
| Show All 33 Lines | |||||
| const char *ED_info_statusbar_string(struct Main *bmain, | const char *ED_info_statusbar_string(struct Main *bmain, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct ViewLayer *view_layer); | struct ViewLayer *view_layer); | ||||
| const char *ED_info_statistics_string(struct Main *bmain, | const char *ED_info_statistics_string(struct Main *bmain, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct ViewLayer *view_layer); | struct ViewLayer *view_layer); | ||||
| /** | |||||
| * \param v3d_local: Pass this argument to calculate view-port local statistics. | |||||
| * Note that this must only be used for local-view, otherwise report specific statistics | |||||
| * will be written into the global scene statistics giving incorrect results. | |||||
| */ | |||||
| void ED_info_draw_stats(struct Main *bmain, | void ED_info_draw_stats(struct Main *bmain, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct ViewLayer *view_layer, | struct ViewLayer *view_layer, | ||||
| struct View3D *v3d_local, | struct View3D *v3d_local, | ||||
| int x, | int x, | ||||
| int *y, | int *y, | ||||
| int height); | int height); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||