|
Blender V4.5
|
Go to the source code of this file.
Classes | |
| struct | RenderJobBase |
| void MATERIAL_OT_copy | ( | wmOperatorType * | ot | ) |
Definition at line 2730 of file render_shading.cc.
References copy_material_exec(), OPTYPE_INTERNAL, OPTYPE_REGISTER, and ot.
Referenced by ED_operatortypes_render().
| void MATERIAL_OT_new | ( | wmOperatorType * | ot | ) |
Definition at line 874 of file render_shading.cc.
References new_material_exec(), object_materials_supported_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void MATERIAL_OT_paste | ( | wmOperatorType * | ot | ) |
Definition at line 2941 of file render_shading.cc.
References object_materials_supported_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and paste_material_exec().
Referenced by ED_operatortypes_render().
| void OBJECT_OT_lightprobe_cache_bake | ( | wmOperatorType * | ot | ) |
Definition at line 1615 of file render_shading.cc.
References LIGHTCACHE_SUBSET_ACTIVE, LIGHTCACHE_SUBSET_ALL, LIGHTCACHE_SUBSET_SELECTED, lightprobe_cache_bake_cancel(), lightprobe_cache_bake_exec(), lightprobe_cache_bake_invoke(), lightprobe_cache_bake_modal(), ot, PROP_SKIP_SAVE, RNA_def_enum(), and RNA_def_property_flag().
Referenced by ED_operatortypes_render().
| void OBJECT_OT_lightprobe_cache_free | ( | wmOperatorType * | ot | ) |
Definition at line 1677 of file render_shading.cc.
References LIGHTCACHE_SUBSET_ACTIVE, LIGHTCACHE_SUBSET_ALL, LIGHTCACHE_SUBSET_SELECTED, lightprobe_cache_free_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and RNA_def_enum().
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_add | ( | wmOperatorType * | ot | ) |
Definition at line 214 of file render_shading.cc.
References material_slot_add_exec(), object_materials_supported_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_assign | ( | wmOperatorType * | ot | ) |
Definition at line 371 of file render_shading.cc.
References material_slot_assign_exec(), object_materials_supported_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_copy | ( | wmOperatorType * | ot | ) |
Definition at line 577 of file render_shading.cc.
References material_slot_copy_exec(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_deselect | ( | wmOperatorType * | ot | ) |
Definition at line 504 of file render_shading.cc.
References material_slot_deselect_exec(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_move | ( | wmOperatorType * | ot | ) |
Definition at line 644 of file render_shading.cc.
References material_slot_move_exec(), object_materials_supported_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and RNA_def_enum().
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_remove | ( | wmOperatorType * | ot | ) |
Definition at line 265 of file render_shading.cc.
References material_slot_remove_exec(), object_materials_supported_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_remove_all | ( | wmOperatorType * | ot | ) |
Definition at line 794 of file render_shading.cc.
References material_slot_remove_all_exec(), object_materials_supported_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_remove_unused | ( | wmOperatorType * | ot | ) |
Definition at line 729 of file render_shading.cc.
References material_slot_remove_unused_exec(), object_materials_supported_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_select | ( | wmOperatorType * | ot | ) |
Definition at line 485 of file render_shading.cc.
References material_slot_select_exec(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void RENDER_OT_opengl | ( | wmOperatorType * | ot | ) |
Definition at line 1395 of file render_opengl.cc.
References ED_operator_screenactive(), ot, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), screen_opengl_render_cancel(), screen_opengl_render_exec(), screen_opengl_render_get_description(), screen_opengl_render_invoke(), and screen_opengl_render_modal().
Referenced by ED_operatortypes_render().
| void RENDER_OT_render | ( | wmOperatorType * | ot | ) |
Contextual render, using current scene, view3d?
Definition at line 1143 of file render_internal.cc.
References ED_operator_screenactive(), MAX_ID_NAME, ot, PROP_SKIP_SAVE, RE_MAXNAME, RNA_def_boolean(), RNA_def_property_flag(), RNA_def_string(), screen_render_cancel(), screen_render_exec(), screen_render_invoke(), and screen_render_modal().
Referenced by ED_operatortypes_render().
| void RENDER_OT_shutter_curve_preset | ( | wmOperatorType * | ot | ) |
Definition at line 1239 of file render_internal.cc.
References BLT_I18NCONTEXT_ID_CURVE_LEGACY, CURVE_PRESET_LINE, CURVE_PRESET_MAX, CURVE_PRESET_ROOT, CURVE_PRESET_ROUND, CURVE_PRESET_SHARP, CURVE_PRESET_SMOOTH, ot, prop_shape_items, render_shutter_curve_preset_exec(), RNA_def_enum(), and RNA_def_property_translation_context().
Referenced by ED_operatortypes_render().
| void RENDER_OT_view_cancel | ( | wmOperatorType * | ot | ) |
Definition at line 314 of file render_view.cc.
References ED_operator_image_active(), ot, and render_view_cancel_exec().
Referenced by ED_operatortypes_render().
| void RENDER_OT_view_show | ( | wmOperatorType * | ot | ) |
Definition at line 384 of file render_view.cc.
References ED_operator_screenactive(), ot, and render_view_show_invoke().
Referenced by ED_operatortypes_render().
| ScrArea * render_view_open | ( | bContext * | C, |
| int | mx, | ||
| int | my, | ||
| ReportList * | reports ) |
New window uses x,y to set position.
Definition at line 129 of file render_view.cc.
References AREA_FLAG_STACKED_FULLSCREEN, biggest_non_image_area(), BKE_image_ensure_viewer(), BKE_render_resolution(), BKE_report(), BKE_screen_find_big_area(), BLI_listbase_is_single(), C, CTX_data_main(), CTX_data_scene(), CTX_wm_area(), CTX_wm_screen(), CTX_wm_window(), ED_area_newspace(), ED_screen_full_newspace(), find_area_image_empty(), find_area_showing_render_result(), ListBase::first, ScrArea::flag, SpaceImage::flag, ScrArea::full, IFACE_, IMA_TYPE_R_RESULT, SpaceImage::image, SpaceImage::link_flag, SpaceLink::link_flag, SpaceImage::next, Scene::r, reports, RPT_ERROR, SI_FULLWINDOW, SI_PREVSPACE, SPACE_FLAG_TYPE_TEMPORARY, SPACE_FLAG_TYPE_WAS_ACTIVE, SPACE_IMAGE, SPACE_TYPE_ANY, ScrArea::spacedata, ScrArea::spacetype, U, UI_SCALE_FAC, USER_RENDER_DISPLAY_NONE, USER_RENDER_DISPLAY_SCREEN, USER_RENDER_DISPLAY_WINDOW, WIN_ALIGN_LOCATION_CENTER, WM_window_open(), and wm_window_raise().
Referenced by render_view_show_invoke(), screen_opengl_render_invoke(), and screen_render_invoke().
| void SCENE_OT_render_view_add | ( | wmOperatorType * | ot | ) |
Definition at line 1745 of file render_shading.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and render_view_add_exec().
Referenced by ED_operatortypes_render().
| void SCENE_OT_render_view_remove | ( | wmOperatorType * | ot | ) |
Definition at line 1784 of file render_shading.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, render_view_remove_exec(), and render_view_remove_poll().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_add | ( | wmOperatorType * | ot | ) |
Definition at line 1046 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), view_layer_add_exec(), VIEWLAYER_ADD_COPY, VIEWLAYER_ADD_EMPTY, VIEWLAYER_ADD_NEW, and WM_menu_invoke().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_add_aov | ( | wmOperatorType * | ot | ) |
Definition at line 1151 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and view_layer_add_aov_exec().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_add_lightgroup | ( | wmOperatorType * | ot | ) |
Definition at line 1255 of file render_shading.cc.
References ViewLayerLightgroup::name, OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_string(), and view_layer_add_lightgroup_exec().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_add_used_lightgroups | ( | wmOperatorType * | ot | ) |
Definition at line 1369 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and view_layer_add_used_lightgroups_exec().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_remove | ( | wmOperatorType * | ot | ) |
Definition at line 1102 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, view_layer_remove_exec(), and view_layer_remove_poll().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_remove_aov | ( | wmOperatorType * | ot | ) |
Definition at line 1203 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and view_layer_remove_aov_exec().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_remove_lightgroup | ( | wmOperatorType * | ot | ) |
Definition at line 1305 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and view_layer_remove_lightgroup_exec().
Referenced by ED_operatortypes_render().
| void SCENE_OT_view_layer_remove_unused_lightgroups | ( | wmOperatorType * | ot | ) |
Definition at line 1412 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and view_layer_remove_unused_lightgroups_exec().
Referenced by ED_operatortypes_render().
| void TEXTURE_OT_new | ( | wmOperatorType * | ot | ) |
Definition at line 938 of file render_shading.cc.
References new_texture_exec(), OPTYPE_INTERNAL, OPTYPE_REGISTER, and ot.
Referenced by ED_operatortypes_render().
| void TEXTURE_OT_slot_copy | ( | wmOperatorType * | ot | ) |
Definition at line 3071 of file render_shading.cc.
References copy_mtex_exec(), copy_mtex_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, and ot.
Referenced by ED_operatortypes_render().
| void TEXTURE_OT_slot_move | ( | wmOperatorType * | ot | ) |
Definition at line 2670 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), and texture_slot_move_exec().
Referenced by ED_operatortypes_render().
| void TEXTURE_OT_slot_paste | ( | wmOperatorType * | ot | ) |
Definition at line 3135 of file render_shading.cc.
References OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and paste_mtex_exec().
Referenced by ED_operatortypes_render().
| void WORLD_OT_new | ( | wmOperatorType * | ot | ) |
Definition at line 999 of file render_shading.cc.
References new_world_exec(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().