Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/render/render_intern.h
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | |||||
| void MATERIAL_OT_new(struct wmOperatorType *ot); | void MATERIAL_OT_new(struct wmOperatorType *ot); | ||||
| void TEXTURE_OT_new(struct wmOperatorType *ot); | void TEXTURE_OT_new(struct wmOperatorType *ot); | ||||
| void WORLD_OT_new(struct wmOperatorType *ot); | void WORLD_OT_new(struct wmOperatorType *ot); | ||||
| void MATERIAL_OT_copy(struct wmOperatorType *ot); | void MATERIAL_OT_copy(struct wmOperatorType *ot); | ||||
| void MATERIAL_OT_paste(struct wmOperatorType *ot); | void MATERIAL_OT_paste(struct wmOperatorType *ot); | ||||
| void SCENE_OT_render_layer_add(struct wmOperatorType *ot); | void SCENE_OT_view_layer_add(struct wmOperatorType *ot); | ||||
| void SCENE_OT_render_layer_remove(struct wmOperatorType *ot); | void SCENE_OT_view_layer_remove(struct wmOperatorType *ot); | ||||
| void SCENE_OT_render_view_add(struct wmOperatorType *ot); | void SCENE_OT_render_view_add(struct wmOperatorType *ot); | ||||
| void SCENE_OT_render_view_remove(struct wmOperatorType *ot); | void SCENE_OT_render_view_remove(struct wmOperatorType *ot); | ||||
| #ifdef WITH_FREESTYLE | #ifdef WITH_FREESTYLE | ||||
| void SCENE_OT_freestyle_module_add(struct wmOperatorType *ot); | void SCENE_OT_freestyle_module_add(struct wmOperatorType *ot); | ||||
| void SCENE_OT_freestyle_module_remove(struct wmOperatorType *ot); | void SCENE_OT_freestyle_module_remove(struct wmOperatorType *ot); | ||||
| void SCENE_OT_freestyle_module_move(struct wmOperatorType *ot); | void SCENE_OT_freestyle_module_move(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||