Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/render/render_intern.h
| Show First 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | |||||
| void SCENE_OT_freestyle_thickness_modifier_add(struct wmOperatorType *ot); | void SCENE_OT_freestyle_thickness_modifier_add(struct wmOperatorType *ot); | ||||
| void SCENE_OT_freestyle_geometry_modifier_add(struct wmOperatorType *ot); | void SCENE_OT_freestyle_geometry_modifier_add(struct wmOperatorType *ot); | ||||
| void SCENE_OT_freestyle_modifier_remove(struct wmOperatorType *ot); | void SCENE_OT_freestyle_modifier_remove(struct wmOperatorType *ot); | ||||
| void SCENE_OT_freestyle_modifier_move(struct wmOperatorType *ot); | void SCENE_OT_freestyle_modifier_move(struct wmOperatorType *ot); | ||||
| 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 | ||||
| /* lanpr: lanpr_software_render.c */ | |||||
| void SCENE_OT_lanpr_calculate_feature_lines(struct wmOperatorType* ot); | |||||
| void SCENE_OT_lanpr_add_line_layer(struct wmOperatorType* ot); | |||||
| void SCENE_OT_lanpr_delete_line_layer(struct wmOperatorType* ot); | |||||
| 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); | ||||
| /* 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); | ||||
| Show All 12 Lines | |||||