Blender  V3.3
render_intern.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2008 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 struct ScrArea;
11 struct bContext;
12 struct wmOperatorType;
13 
14 /* render_shading.c */
15 
24 
25 void MATERIAL_OT_new(struct wmOperatorType *ot);
26 void TEXTURE_OT_new(struct wmOperatorType *ot);
27 void WORLD_OT_new(struct wmOperatorType *ot);
28 
29 void MATERIAL_OT_copy(struct wmOperatorType *ot);
30 void MATERIAL_OT_paste(struct wmOperatorType *ot);
31 
40 
43 
46 
47 #ifdef WITH_FREESTYLE
48 void SCENE_OT_freestyle_module_add(struct wmOperatorType *ot);
49 void SCENE_OT_freestyle_module_remove(struct wmOperatorType *ot);
50 void SCENE_OT_freestyle_module_move(struct wmOperatorType *ot);
51 void SCENE_OT_freestyle_lineset_add(struct wmOperatorType *ot);
52 void SCENE_OT_freestyle_lineset_copy(struct wmOperatorType *ot);
53 void SCENE_OT_freestyle_lineset_paste(struct wmOperatorType *ot);
54 void SCENE_OT_freestyle_lineset_remove(struct wmOperatorType *ot);
55 void SCENE_OT_freestyle_lineset_move(struct wmOperatorType *ot);
56 void SCENE_OT_freestyle_linestyle_new(struct wmOperatorType *ot);
57 void SCENE_OT_freestyle_color_modifier_add(struct wmOperatorType *ot);
58 void SCENE_OT_freestyle_alpha_modifier_add(struct wmOperatorType *ot);
59 void SCENE_OT_freestyle_thickness_modifier_add(struct wmOperatorType *ot);
60 void SCENE_OT_freestyle_geometry_modifier_add(struct wmOperatorType *ot);
61 void SCENE_OT_freestyle_modifier_remove(struct wmOperatorType *ot);
62 void SCENE_OT_freestyle_modifier_move(struct wmOperatorType *ot);
63 void SCENE_OT_freestyle_modifier_copy(struct wmOperatorType *ot);
64 void SCENE_OT_freestyle_stroke_material_create(struct wmOperatorType *ot);
65 #endif
66 
70 
71 /* render_internal.c */
72 
76 void RENDER_OT_render(struct wmOperatorType *ot);
78 
79 /* render_view.c */
80 
84 struct ScrArea *render_view_open(struct bContext *C, int mx, int my, struct ReportList *reports);
85 
88 
89 /* render_opengl.c */
90 
91 void RENDER_OT_opengl(struct wmOperatorType *ot);
#define C
Definition: RandGen.cpp:25
void RENDER_OT_shutter_curve_preset(struct wmOperatorType *ot)
void SCENE_OT_view_layer_remove(struct wmOperatorType *ot)
void RENDER_OT_view_cancel(struct wmOperatorType *ot)
Definition: render_view.cc:297
void SCENE_OT_view_layer_add(struct wmOperatorType *ot)
void WORLD_OT_new(struct wmOperatorType *ot)
void RENDER_OT_view_show(struct wmOperatorType *ot)
Definition: render_view.cc:362
void SCENE_OT_view_layer_add_used_lightgroups(struct wmOperatorType *ot)
void MATERIAL_OT_paste(struct wmOperatorType *ot)
void MATERIAL_OT_new(struct wmOperatorType *ot)
void SCENE_OT_light_cache_free(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_remove(struct wmOperatorType *ot)
void TEXTURE_OT_new(struct wmOperatorType *ot)
void SCENE_OT_view_layer_remove_aov(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_add(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_move(struct wmOperatorType *ot)
void MATERIAL_OT_copy(struct wmOperatorType *ot)
void TEXTURE_OT_slot_move(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_select(struct wmOperatorType *ot)
void TEXTURE_OT_slot_paste(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_assign(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_copy(struct wmOperatorType *ot)
void SCENE_OT_view_layer_add_lightgroup(struct wmOperatorType *ot)
void TEXTURE_OT_slot_copy(struct wmOperatorType *ot)
void RENDER_OT_opengl(struct wmOperatorType *ot)
void SCENE_OT_render_view_add(struct wmOperatorType *ot)
void RENDER_OT_render(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_remove_unused(struct wmOperatorType *ot)
void SCENE_OT_view_layer_remove_lightgroup(struct wmOperatorType *ot)
void SCENE_OT_view_layer_add_aov(struct wmOperatorType *ot)
void SCENE_OT_view_layer_remove_unused_lightgroups(struct wmOperatorType *ot)
void SCENE_OT_render_view_remove(struct wmOperatorType *ot)
void SCENE_OT_light_cache_bake(struct wmOperatorType *ot)
void OBJECT_OT_material_slot_deselect(struct wmOperatorType *ot)
struct ScrArea * render_view_open(struct bContext *C, int mx, int my, struct ReportList *reports)
Definition: render_view.cc:120
wmOperatorType * ot
Definition: wm_files.c:3479