Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_workspace.h
| Show First 20 Lines • Show All 130 Lines • ▼ Show 20 Lines | |||||
| void BKE_workspace_update_object_mode( | void BKE_workspace_update_object_mode( | ||||
| struct EvaluationContext *eval_ctx, | struct EvaluationContext *eval_ctx, | ||||
| struct WorkSpace *workspace); | struct WorkSpace *workspace); | ||||
| struct Object *BKE_workspace_edit_object( | struct Object *BKE_workspace_edit_object( | ||||
| struct WorkSpace *workspace, struct Scene *scene); | struct WorkSpace *workspace, struct Scene *scene); | ||||
| bool BKE_workspace_bl_origins_check( | |||||
| const struct WorkSpace *workspace, const char *bl_origin) ATTR_NONNULL(); | |||||
| #undef GETTER_ATTRS | #undef GETTER_ATTRS | ||||
| #undef SETTER_ATTRS | #undef SETTER_ATTRS | ||||
| #endif /* __BKE_WORKSPACE_H__ */ | #endif /* __BKE_WORKSPACE_H__ */ | ||||