|
Blender V4.3
|
#include <cstdlib>#include "DNA_image_types.h"#include "DNA_node_types.h"#include "DNA_scene_types.h"#include "BLI_utildefines.h"#include "BKE_image.hh"#include "BKE_image_format.hh"#include "BKE_node_tree_update.hh"#include "BLT_translation.hh"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_build.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "WM_api.hh"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_imageuser (BlenderRNA *brna) |
| static void | rna_def_image_packed_files (BlenderRNA *brna) |
| static void | rna_def_render_slot (BlenderRNA *brna) |
| static void | rna_def_render_slots (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_udim_tile (BlenderRNA *brna) |
| static void | rna_def_udim_tiles (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_image (BlenderRNA *brna) |
| void | RNA_def_image (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_image_generated_type_items [] |
| static const EnumPropertyItem | image_source_items [] |
| void RNA_def_image | ( | BlenderRNA * | brna | ) |
Definition at line 1430 of file rna_image.cc.
References rna_def_image(), rna_def_image_packed_files(), rna_def_imageuser(), rna_def_render_slot(), and rna_def_udim_tile().
|
static |
Definition at line 1116 of file rna_image.cc.
References BLT_I18NCONTEXT_ID_IMAGE, FLT_MAX, IMA_ALPHA_CHANNEL_PACKED, IMA_ALPHA_IGNORE, IMA_ALPHA_PREMUL, IMA_ALPHA_STRAIGHT, IMA_DEINTERLACE, IMA_GEN_FLOAT, IMA_HIGH_BITDEPTH, IMA_TYPE_COMPOSITE, IMA_TYPE_IMAGE, IMA_TYPE_MULTILAYER, IMA_TYPE_R_RESULT, IMA_TYPE_UV_TEST, IMA_USE_VIEWS, IMA_VIEW_AS_RENDER, image_source_items, NC_IMAGE, ND_DISPLAY, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR_GAMMA, PROP_DYNAMIC, PROP_EDITABLE, PROP_ENUM, PROP_FILEPATH, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_PIXEL, PROP_POINTER, PROP_PROPORTIONAL, PROP_STRING, PROP_UNSIGNED, PROP_XYZ, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_api_image(), RNA_def_float_vector(), RNA_def_int_vector(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_dynamic_array_funcs(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_multi_array(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_subtype(), RNA_def_property_translation_context(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_render_slots(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_def_udim_tiles(), rna_enum_image_generated_type_items, rna_enum_image_type_items, and rna_enum_views_format_items.
Referenced by RNA_def_image().
|
static |
Definition at line 894 of file rna_image.cc.
References PROP_EDITABLE, PROP_FILEPATH, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_api_image_packed_file(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_int_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), and RNA_def_struct_sdna().
Referenced by RNA_def_image().
|
static |
Definition at line 814 of file rna_image.cc.
References IMA_ANIM_ALWAYS, MAXFRAME, MAXFRAMEF, MINAFRAME, MINAFRAMEF, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_TIME, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), and RNA_define_lib_overridable().
Referenced by RNA_def_image().
|
static |
Definition at line 924 of file rna_image.cc.
References FUNC_USE_SELF_ID, NC_IMAGE, ND_DISPLAY, PARM_REQUIRED, PROP_NONE, PROP_STRING, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_image().
|
static |
Definition at line 945 of file rna_image.cc.
References NC_IMAGE, ND_DISPLAY, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_image().
|
static |
Definition at line 980 of file rna_image.cc.
References IMA_GEN_FLOAT, IMA_GEN_TILE, NC_IMAGE, ND_DISPLAY, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR_GAMMA, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PIXEL, PROP_PROPORTIONAL, PROP_STRING, PROP_UNSIGNED, RNA_def_int_vector(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_subtype(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_image_generated_type_items.
Referenced by RNA_def_image().
|
static |
Definition at line 1065 of file rna_image.cc.
References PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, PROP_UNSIGNED, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_image().
|
static |
Definition at line 45 of file rna_image.cc.
Referenced by rna_def_image().
| const EnumPropertyItem rna_enum_image_generated_type_items[] |
Definition at line 34 of file rna_image.cc.
Referenced by def_fill_tile(), IMAGE_OT_new(), PAINT_OT_add_texture_paint_slot(), rna_def_image(), and rna_def_udim_tile().