|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | RenderJobBase |
| void MATERIAL_OT_copy | ( | wmOperatorType * | ot | ) |
Definition at line 2746 of file render_shading.cc.
References copy_material_exec(), material_slot_populated_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, and ot.
Referenced by ED_operatortypes_render().
| void MATERIAL_OT_new | ( | wmOperatorType * | ot | ) |
Definition at line 886 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 2957 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 1626 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 1688 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 222 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 393 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 599 of file render_shading.cc.
References material_slot_copy_exec(), material_slot_populated_poll(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_deselect | ( | wmOperatorType * | ot | ) |
Definition at line 526 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 667 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 287 of file render_shading.cc.
References material_slot_remove_exec(), material_slot_remove_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 807 of file render_shading.cc.
References material_slot_remove_all_exec(), material_slot_remove_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_remove_unused | ( | wmOperatorType * | ot | ) |
Definition at line 746 of file render_shading.cc.
References material_slot_remove_poll(), material_slot_remove_unused_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().
| void OBJECT_OT_material_slot_select | ( | wmOperatorType * | ot | ) |
Definition at line 507 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 1406 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 1233 of file render_internal.cc.
References ED_operator_screenactive(), MAX_ID_NAME, ot, PROP_SKIP_SAVE, RE_MAXNAME, RNA_def_boolean(), RNA_def_int(), RNA_def_property_flag(), RNA_def_string(), screen_render_cancel(), screen_render_exec(), screen_render_get_description(), screen_render_invoke(), and screen_render_modal().
Referenced by ED_operatortypes_render().
| void RENDER_OT_shutter_curve_preset | ( | wmOperatorType * | ot | ) |
Definition at line 1367 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, 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 324 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 394 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(), BLI_rctf_size_x(), BLI_rctf_size_y(), 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, 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_ABSOLUTE, WM_capabilities_flag(), WM_CAPABILITY_MULTIMONITOR_PLACEMENT, WM_window_dpi_set_userdef(), WM_window_open(), wm_window_raise(), rctf::xmin, and rctf::ymin.
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 1756 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 1795 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 1057 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 1162 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 1266 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 1380 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 1113 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 1214 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 1316 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 1423 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 950 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 3087 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 2681 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 3151 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 1010 of file render_shading.cc.
References new_world_exec(), OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_render().