Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/render/render_intern.h
| Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | |||||
| void SCENE_OT_freestyle_modifier_copy(struct wmOperatorType *ot); | void SCENE_OT_freestyle_modifier_copy(struct wmOperatorType *ot); | ||||
| void SCENE_OT_freestyle_stroke_material_create(struct wmOperatorType *ot); | void SCENE_OT_freestyle_stroke_material_create(struct wmOperatorType *ot); | ||||
| #endif | #endif | ||||
| void TEXTURE_OT_slot_copy(struct wmOperatorType *ot); | void TEXTURE_OT_slot_copy(struct wmOperatorType *ot); | ||||
| void TEXTURE_OT_slot_paste(struct wmOperatorType *ot); | void TEXTURE_OT_slot_paste(struct wmOperatorType *ot); | ||||
| void TEXTURE_OT_slot_move(struct wmOperatorType *ot); | void TEXTURE_OT_slot_move(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_bake_pass_add(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_bake_pass_remove(struct wmOperatorType *ot); | |||||
| /* render_internal.c */ | /* render_internal.c */ | ||||
| void RENDER_OT_render(struct wmOperatorType *ot); | void RENDER_OT_render(struct wmOperatorType *ot); | ||||
| void RENDER_OT_shutter_curve_preset(struct wmOperatorType *ot); | void RENDER_OT_shutter_curve_preset(struct wmOperatorType *ot); | ||||
| /* render_view.c */ | /* render_view.c */ | ||||
| struct ScrArea *render_view_open(struct bContext *C, int mx, int my, struct ReportList *reports); | struct ScrArea *render_view_open(struct bContext *C, int mx, int my, struct ReportList *reports); | ||||
| void RENDER_OT_view_show(struct wmOperatorType *ot); | void RENDER_OT_view_show(struct wmOperatorType *ot); | ||||
| void RENDER_OT_view_cancel(struct wmOperatorType *ot); | void RENDER_OT_view_cancel(struct wmOperatorType *ot); | ||||
| /* render_opengl.c */ | /* render_opengl.c */ | ||||
| void RENDER_OT_opengl(struct wmOperatorType *ot); | void RENDER_OT_opengl(struct wmOperatorType *ot); | ||||
| #endif /* __RENDER_INTERN_H__ */ | #endif /* __RENDER_INTERN_H__ */ | ||||