Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_scene.h
| Show First 20 Lines • Show All 104 Lines • ▼ Show 20 Lines | |||||
| struct Scene *BKE_scene_set_name(struct Main *bmain, const char *name); | struct Scene *BKE_scene_set_name(struct Main *bmain, const char *name); | ||||
| struct ToolSettings *BKE_toolsettings_copy(struct ToolSettings *toolsettings, const int flag); | struct ToolSettings *BKE_toolsettings_copy(struct ToolSettings *toolsettings, const int flag); | ||||
| void BKE_toolsettings_free(struct ToolSettings *toolsettings); | void BKE_toolsettings_free(struct ToolSettings *toolsettings); | ||||
| struct Scene *BKE_scene_duplicate(struct Main *bmain, struct Scene *sce, eSceneCopyMethod type); | struct Scene *BKE_scene_duplicate(struct Main *bmain, struct Scene *sce, eSceneCopyMethod type); | ||||
| void BKE_scene_groups_relink(struct Scene *sce); | void BKE_scene_groups_relink(struct Scene *sce); | ||||
| struct Scene *BKE_scene_find_from_view_layer(const struct Main *bmain, | |||||
| const struct ViewLayer *layer); | |||||
| struct Scene *BKE_scene_find_from_collection(const struct Main *bmain, | struct Scene *BKE_scene_find_from_collection(const struct Main *bmain, | ||||
| const struct Collection *collection); | const struct Collection *collection); | ||||
| #ifdef DURIAN_CAMERA_SWITCH | #ifdef DURIAN_CAMERA_SWITCH | ||||
| struct Object *BKE_scene_camera_switch_find(struct Scene *scene); // DURIAN_CAMERA_SWITCH | struct Object *BKE_scene_camera_switch_find(struct Scene *scene); // DURIAN_CAMERA_SWITCH | ||||
| #endif | #endif | ||||
| bool BKE_scene_camera_switch_update(struct Scene *scene); | bool BKE_scene_camera_switch_update(struct Scene *scene); | ||||
| ▲ Show 20 Lines • Show All 141 Lines • Show Last 20 Lines | |||||