|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void | ED_info_stats_clear (struct ViewLayer *view_layer) |
| const char * | ED_info_statusbar_string (struct Main *bmain, struct Scene *scene, struct ViewLayer *view_layer) |
| const char * | ED_info_statistics_string (struct Main *bmain, struct Scene *scene, struct ViewLayer *view_layer) |
| void | ED_info_draw_stats (struct Main *bmain, struct Scene *scene, struct ViewLayer *view_layer, int x, int *y, int height) |
| void ED_info_draw_stats | ( | struct Main * | bmain, |
| struct Scene * | scene, | ||
| struct ViewLayer * | view_layer, | ||
| int | x, | ||
| int * | y, | ||
| int | height | ||
| ) |
Definition at line 685 of file info_stats.c.
References BLF_default(), BLF_disable(), BLF_enable(), BLF_shadow(), BLF_SHADOW, BLF_shadow_offset(), BLF_width(), format_stats(), height, IFACE_, max_ii(), Object::mode, NULL, OB_ARMATURE, OB_GPENCIL, OB_MESH, OB_MODE_OBJECT, OB_MODE_POSE, OB_MODE_SCULPT, OBACT, OBEDIT_FROM_OBACT, scene, stats_is_object_dynamic_topology_sculpt(), stats_row(), STRNCPY, TH_TEXT_HI, SceneStatsFmt::totbone, SceneStatsFmt::totbonesel, SceneStatsFmt::totedge, SceneStatsFmt::totedgesel, SceneStatsFmt::totface, SceneStatsFmt::totfacesculpt, SceneStatsFmt::totfacesel, SceneStatsFmt::totgpframe, SceneStatsFmt::totgplayer, SceneStatsFmt::totgppoint, SceneStatsFmt::totgpstroke, SceneStatsFmt::totobj, SceneStatsFmt::totobjsel, SceneStatsFmt::tottri, SceneStatsFmt::totvert, SceneStatsFmt::totvertsculpt, SceneStatsFmt::totvertsel, Object::type, UI_FontThemeColor(), x, and y.
Referenced by view3d_draw_region_info().
| const char* ED_info_statistics_string | ( | struct Main * | bmain, |
| struct Scene * | scene, | ||
| struct ViewLayer * | view_layer | ||
| ) |
Definition at line 661 of file info_stats.c.
References info_statusbar_string(), scene, STATUSBAR_SHOW_MEMORY, STATUSBAR_SHOW_STATS, and STATUSBAR_SHOW_VERSION.
| void ED_info_stats_clear | ( | struct ViewLayer * | view_layer | ) |
Definition at line 439 of file info_stats.c.
References MEM_freeN, NULL, and ViewLayer::stats.
Referenced by wm_event_do_notifiers().
| const char* ED_info_statusbar_string | ( | struct Main * | bmain, |
| struct Scene * | scene, | ||
| struct ViewLayer * | view_layer | ||
| ) |
Definition at line 656 of file info_stats.c.
References info_statusbar_string(), and scene.