Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_info.h
| Show All 22 Lines | |||||
| /** \file ED_info.h | /** \file ED_info.h | ||||
| * \ingroup editors | * \ingroup editors | ||||
| */ | */ | ||||
| #ifndef __ED_INFO_H__ | #ifndef __ED_INFO_H__ | ||||
| #define __ED_INFO_H__ | #define __ED_INFO_H__ | ||||
| /* info_stats.c */ | /* info_stats.c */ | ||||
| void ED_info_stats_clear(struct SceneLayer *sl); | void ED_info_stats_clear(struct ViewLayer *sl); | ||||
| const char *ED_info_stats_string(struct Scene *scene, struct SceneLayer *sl); | const char *ED_info_stats_string(struct Scene *scene, struct ViewLayer *sl); | ||||
| #endif /* __ED_INFO_H__ */ | #endif /* __ED_INFO_H__ */ | ||||