Blender
V3.3
|
#include <stdlib.h>
#include "DNA_brush_types.h"
#include "DNA_collection_types.h"
#include "DNA_gpencil_types.h"
#include "DNA_layer_types.h"
#include "DNA_linestyle_types.h"
#include "DNA_modifier_types.h"
#include "DNA_particle_types.h"
#include "DNA_rigidbody_types.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "DNA_userdef_types.h"
#include "DNA_view3d_types.h"
#include "DNA_world_types.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf_types.h"
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLT_translation.h"
#include "BKE_armature.h"
#include "BKE_editmesh.h"
#include "BKE_idtype.h"
#include "BKE_paint.h"
#include "BKE_volume.h"
#include "ED_gpencil.h"
#include "ED_object.h"
#include "ED_uvedit.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "RE_engine.h"
#include "RE_pipeline.h"
#include "ED_render.h"
#include "ED_transform.h"
#include "WM_api.h"
#include "WM_types.h"
#include "BLI_threads.h"
#include "DEG_depsgraph.h"
Go to the source code of this file.
#define IMAGE_TYPE_ITEMS_IMAGE_ONLY |
Definition at line 349 of file rna_scene.c.
#define R_IMF_ENUM_BMP {R_IMF_IMTYPE_BMP, "BMP", ICON_FILE_IMAGE, "BMP", "Output image in bitmap format"}, |
Definition at line 259 of file rna_scene.c.
#define R_IMF_ENUM_CINEON |
Definition at line 302 of file rna_scene.c.
#define R_IMF_ENUM_DPX |
Definition at line 303 of file rna_scene.c.
#define R_IMF_ENUM_EXR |
Definition at line 321 of file rna_scene.c.
#define R_IMF_ENUM_EXR_MULTILAYER |
Definition at line 320 of file rna_scene.c.
#define R_IMF_ENUM_HDR |
Definition at line 332 of file rna_scene.c.
#define R_IMF_ENUM_IRIS {R_IMF_IMTYPE_IRIS, "IRIS", ICON_FILE_IMAGE, "Iris", "Output image in SGI IRIS format"}, |
Definition at line 261 of file rna_scene.c.
#define R_IMF_ENUM_JPEG {R_IMF_IMTYPE_JPEG90, "JPEG", ICON_FILE_IMAGE, "JPEG", "Output image in JPEG format"}, |
Definition at line 265 of file rna_scene.c.
#define R_IMF_ENUM_JPEG2K |
Definition at line 293 of file rna_scene.c.
#define R_IMF_ENUM_PNG {R_IMF_IMTYPE_PNG, "PNG", ICON_FILE_IMAGE, "PNG", "Output image in PNG format"}, |
Definition at line 263 of file rna_scene.c.
#define R_IMF_ENUM_TAGA {R_IMF_IMTYPE_TARGA, "TARGA", ICON_FILE_IMAGE, "Targa", "Output image in Targa format"}, |
Definition at line 267 of file rna_scene.c.
#define R_IMF_ENUM_TAGA_RAW |
Definition at line 269 of file rna_scene.c.
#define R_IMF_ENUM_TIFF |
Definition at line 339 of file rna_scene.c.
#define R_IMF_ENUM_WEBP |
Definition at line 346 of file rna_scene.c.
#define R_IMF_VIEWS_ENUM_IND |
Definition at line 474 of file rna_scene.c.
#define R_IMF_VIEWS_ENUM_MV {R_IMF_VIEWS_MULTIVIEW, "MULTIVIEW", 0, "Multi-View", "Single file with all the views"}, |
Definition at line 482 of file rna_scene.c.
#define R_IMF_VIEWS_ENUM_S3D {R_IMF_VIEWS_STEREO_3D, "STEREO_3D", 0, "Stereo 3D", "Single file with an encoded stereo pair"}, |
Definition at line 480 of file rna_scene.c.
|
static |
Definition at line 5292 of file rna_scene.c.
References NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_ENUM_FLAG, PROP_FILEPATH, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_PIXEL, PROP_POINTER, PROP_STRING, R_BAKE_AUTO_NAME, R_BAKE_CAGE, R_BAKE_CLEAR, R_BAKE_PASS_FILTER_COLOR, R_BAKE_PASS_FILTER_DIFFUSE, R_BAKE_PASS_FILTER_DIRECT, R_BAKE_PASS_FILTER_EMIT, R_BAKE_PASS_FILTER_GLOSSY, R_BAKE_PASS_FILTER_INDIRECT, R_BAKE_PASS_FILTER_TRANSM, R_BAKE_SPLIT_MAT, R_BAKE_TO_ACTIVE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_bake_margin_type_items, rna_enum_bake_pass_filter_type_items, rna_enum_bake_save_mode_items, rna_enum_bake_target_items, rna_enum_normal_space_items, and rna_enum_normal_swizzle_items.
Referenced by rna_def_scene_render_data().
|
static |
Definition at line 3920 of file rna_scene.c.
References CU_BEZIER, CU_POLY, CURVE_PAINT_FLAG_CORNERS_DETECT, CURVE_PAINT_FLAG_DEPTH_STROKE_ENDPOINTS, CURVE_PAINT_FLAG_DEPTH_STROKE_OFFSET_ABS, CURVE_PAINT_FLAG_PRESSURE_RADIUS, CURVE_PAINT_PROJECT_CURSOR, CURVE_PAINT_PROJECT_SURFACE, CURVE_PAINT_SURFACE_PLANE_NORMAL_SURFACE, CURVE_PAINT_SURFACE_PLANE_NORMAL_VIEW, CURVE_PAINT_SURFACE_PLANE_VIEW, curve_type_items, M_PI, NULL, PROP_ANGLE, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PIXEL, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_range(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), and rna_enum_curve_fit_method_items.
Referenced by RNA_def_scene().
|
static |
Definition at line 7096 of file rna_scene.c.
References NC_SCENE, ND_DRAW_RENDER_VIEWPORT, NULL, PROP_FLOAT, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 4794 of file rna_scene.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NC_SCENE, ND_RENDER_OPTIONS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, PROP_UNSIGNED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_int_funcs(), 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_freestyle_settings().
|
static |
Definition at line 4765 of file rna_scene.c.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_freestyle_settings().
void rna_def_freestyle_settings | ( | BlenderRNA * | brna | ) |
Definition at line 4839 of file rna_scene.c.
References DEG2RAD, FREESTYLE_AS_RENDER_PASS, FREESTYLE_CONTROL_EDITOR_MODE, FREESTYLE_CONTROL_SCRIPT_MODE, FREESTYLE_CULLING, FREESTYLE_FACE_SMOOTHNESS_FLAG, FREESTYLE_FE_BORDER, FREESTYLE_FE_CONTOUR, FREESTYLE_FE_CREASE, FREESTYLE_FE_EDGE_MARK, FREESTYLE_FE_EXTERNAL_CONTOUR, FREESTYLE_FE_MATERIAL_BOUNDARY, FREESTYLE_FE_RIDGE_VALLEY, FREESTYLE_FE_SILHOUETTE, FREESTYLE_FE_SUGGESTIVE_CONTOUR, FREESTYLE_LINESET_ENABLED, FREESTYLE_LINESET_FE_AND, FREESTYLE_LINESET_FE_NOT, FREESTYLE_LINESET_FM_BOTH, FREESTYLE_LINESET_FM_NOT, FREESTYLE_LINESET_GR_NOT, FREESTYLE_MATERIAL_BOUNDARIES_FLAG, FREESTYLE_QI_HIDDEN, FREESTYLE_QI_RANGE, FREESTYLE_QI_VISIBLE, FREESTYLE_RIDGES_AND_VALLEYS_FLAG, FREESTYLE_SEL_EDGE_TYPES, FREESTYLE_SEL_FACE_MARK, FREESTYLE_SEL_GROUP, FREESTYLE_SEL_IMAGE_BORDER, FREESTYLE_SEL_VISIBILITY, FREESTYLE_SUGGESTIVE_CONTOURS_FLAG, FREESTYLE_VIEW_MAP_CACHE, NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_ANGLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_UNSIGNED, rna_def_freestyle_linesets(), rna_def_freestyle_modules(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), 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_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_nested(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_view_layer().
|
static |
Definition at line 2748 of file rna_scene.c.
References NULL, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 5587 of file rna_scene.c.
References NC_IMAGE, ND_DISPLAY, NULL, PROP_BOOLEAN, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_clear_flag(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_stereo3d_anaglyph_type_items, rna_enum_stereo3d_interlace_type_items, S3D_DISPLAY_ANAGLYPH, S3D_DISPLAY_INTERLACE, S3D_DISPLAY_SIDEBYSIDE, S3D_DISPLAY_TOPBOTTOM, S3D_INTERLACE_SWAP, S3D_SIDEBYSIDE_CROSSEYED, S3D_SQUEEZED_FRAME, and STRUCT_UNDO.
Referenced by rna_def_scene_image_format_data().
|
static |
Definition at line 5538 of file rna_scene.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NC_SCENE, ND_RENDER_OPTIONS, NULL, 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_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), 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_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_scene_render_data().
void RNA_def_scene | ( | BlenderRNA * | brna | ) |
Definition at line 7768 of file rna_scene.c.
References AUDIO_SCRUB, AUDIO_SYNC, BLT_I18NCONTEXT_ID_SOUND, FUNC_NO_SELF, FUNC_USE_MAIN, FUNC_USE_REPORTS, MAXFRAME, MINAFRAME, MINFRAME, NA_EDITED, NC_GPENCIL, NC_SCENE, NC_SPACE, ND_DATA, ND_DRAW_RENDER_VIEWPORT, ND_FRAME, ND_FRAME_RANGE, ND_KEYINGSET, ND_RENDER_OPTIONS, ND_SPACE_GRAPH, ND_WORLD, NULL, PARM_REQUIRED, PHYS_GLOBAL_GRAVITY, PROP_ACCELERATION, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_ID_REFCOUNT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_PTR_NO_OWNERSHIP, PROP_STRING, PROP_TIME, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_api_scene(), rna_def_animdata_common(), rna_def_curve_paint_settings(), rna_def_display_safe_areas(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), rna_def_gpencil_interpolate(), RNA_def_parameter_flags(), RNA_def_pointer(), 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_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), 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_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_translation_context(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_scene_display(), rna_def_scene_eevee(), rna_def_scene_gpencil(), rna_def_scene_image_format_data(), rna_def_scene_keying_sets(), rna_def_scene_keying_sets_all(), rna_def_scene_objects(), rna_def_scene_render_data(), rna_def_scene_render_view(), rna_def_selected_uv_element(), rna_def_sequencer_tool_settings(), rna_def_statvis(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_clear_flag(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_def_timeline_markers(), rna_def_tool_settings(), rna_def_transform_orientation(), rna_def_transform_orientation_slot(), rna_def_unified_paint_settings(), rna_def_unit_settings(), rna_def_view3d_cursor(), rna_def_view_layer_aov(), rna_def_view_layer_eevee(), rna_def_view_layer_lightgroup(), rna_def_view_layers(), RNA_define_animate_sdna(), SCE_FRAME_DROP, SCE_KEYS_NO_SELONLY, SCE_NLA_EDIT_ON, SCER_LOCK_FRAME_SELECTION, SCER_PRV_RANGE, SCER_SHOW_SUBFRAME, and STRUCT_ID_REFCOUNT.
|
static |
Definition at line 7139 of file rna_scene.c.
References NA_EDITED, NC_SCENE, NULL, PROP_ANGLE, PROP_ANIMATABLE, PROP_DIRECTION, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_array(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_scene_display_aa_methods.
Referenced by RNA_def_scene().
|
static |
Definition at line 7203 of file rna_scene.c.
References NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_BOOLEAN, PROP_COLOR, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PERCENTAGE, PROP_PIXEL, PROP_STRING, PROP_UNSIGNED, PROPOVERRIDE_OVERRIDABLE_LIBRARY, 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_float_sdna(), RNA_def_property_override_flag(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), SCE_EEVEE_BLOOM_ENABLED, SCE_EEVEE_DOF_HQ_SLIGHT_FOCUS, SCE_EEVEE_DOF_JITTER, SCE_EEVEE_GI_AUTOBAKE, SCE_EEVEE_GTAO_BENT_NORMALS, SCE_EEVEE_GTAO_BOUNCE, SCE_EEVEE_GTAO_ENABLED, SCE_EEVEE_MB_CENTER, SCE_EEVEE_MB_END, SCE_EEVEE_MB_START, SCE_EEVEE_MOTION_BLUR_ENABLED, SCE_EEVEE_OVERSCAN, SCE_EEVEE_SHADOW_HIGH_BITDEPTH, SCE_EEVEE_SHADOW_SOFT, SCE_EEVEE_SHOW_CUBEMAPS, SCE_EEVEE_SHOW_IRRADIANCE, SCE_EEVEE_SSR_ENABLED, SCE_EEVEE_SSR_HALF_RESOLUTION, SCE_EEVEE_SSR_REFRACTION, SCE_EEVEE_TAA_REPROJECTION, SCE_EEVEE_VOLUMETRIC_LIGHTS, and SCE_EEVEE_VOLUMETRIC_SHADOWS.
Referenced by RNA_def_scene().
|
static |
Definition at line 5874 of file rna_scene.c.
References BLT_I18NCONTEXT_ID_SOUND, FFM_CHANNELS_MONO, FFM_CHANNELS_STEREO, FFM_CHANNELS_SURROUND4, FFM_CHANNELS_SURROUND51, FFM_CHANNELS_SURROUND71, FFM_CRF_HIGH, FFM_CRF_LOSSLESS, FFM_CRF_LOW, FFM_CRF_LOWEST, FFM_CRF_MEDIUM, FFM_CRF_NONE, FFM_CRF_PERC_LOSSLESS, FFM_CRF_VERYLOW, FFM_PRESET_BEST, FFM_PRESET_GOOD, FFM_PRESET_REALTIME, FFMPEG_AUTOSPLIT_OUTPUT, FFMPEG_LOSSLESS_OUTPUT, FFMPEG_USE_MAX_B_FRAMES, NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_default(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_default(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_scene_render_data().
|
static |
Definition at line 7746 of file rna_scene.c.
References NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_FLOAT, PROP_NONE, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_override_flag(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 5661 of file rna_scene.c.
References NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_PERCENTAGE, PROP_POINTER, R_IMF_CINEON_FLAG_LOG, R_IMF_COLOR_MANAGEMENT_FOLLOW_SCENE, R_IMF_COLOR_MANAGEMENT_OVERRIDE, R_IMF_FLAG_PREVIEW_JPG, R_IMF_FLAG_ZBUF, R_IMF_JP2_CODEC_J2K, R_IMF_JP2_CODEC_JP2, R_IMF_JP2_FLAG_CINE_48, R_IMF_JP2_FLAG_CINE_PRESET, R_IMF_JP2_FLAG_YCC, R_IMF_TIFF_CODEC_DEFLATE, R_IMF_TIFF_CODEC_LZW, R_IMF_TIFF_CODEC_NONE, R_IMF_TIFF_CODEC_PACKBITS, rna_def_image_format_stereo3d_format(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_image_color_depth_items, rna_enum_image_color_mode_items, rna_enum_image_type_items, and rna_enum_views_format_items.
Referenced by RNA_def_scene().
|
static |
Definition at line 6996 of file rna_scene.c.
References FUNC_USE_REPORTS, NC_SCENE, ND_KEYINGSET, NULL, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_POINTER, RNA_def_function(), RNA_def_function_flag(), 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_scene().
|
static |
Definition at line 7042 of file rna_scene.c.
References NC_SCENE, ND_KEYINGSET, NULL, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_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_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 6945 of file rna_scene.c.
References NULL, RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 6133 of file rna_scene.c.
References BLENDER_MAX_THREADS, NC_GPENCIL, NC_SCENE, NC_WINDOW, ND_DATA, ND_FRAME, ND_RENDER_OPTIONS, ND_SEQUENCER, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FILEPATH, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_PERCENTAGE, PROP_PIXEL, PROP_POINTER, PROP_PROPORTIONAL, PROP_STRING, PROP_UNSIGNED, R_ALPHAPREMUL, R_BAKE_ADJACENT_FACES, R_BAKE_CLEAR, R_BAKE_EXTEND, R_BAKE_LORES_MESH, R_BAKE_MULTIRES, R_BAKE_TO_ACTIVE, R_BAKE_USERSCALE, R_BORDER, R_CROP, R_DOCOMP, R_DOSEQ, R_EDGE_FRS, R_EXR_CACHE_FILE, R_EXTENSION, R_FIXED_THREADS, R_LINE_THICKNESS_ABSOLUTE, R_LINE_THICKNESS_RELATIVE, R_MBLUR, R_MULTIVIEW, R_NO_OVERWRITE, R_PERSISTENT_DATA, R_SEQ_OVERRIDE_SCENE_SETTINGS, R_SIMPLIFY, R_SINGLE_LAYER, R_STAMP_CAMERA, R_STAMP_CAMERALENS, R_STAMP_DATE, R_STAMP_DRAW, R_STAMP_FILENAME, R_STAMP_FRAME, R_STAMP_FRAME_RANGE, R_STAMP_HIDE_LABELS, R_STAMP_HOSTNAME, R_STAMP_MARKER, R_STAMP_MEMORY, R_STAMP_NOTE, R_STAMP_RENDERTIME, R_STAMP_SCENE, R_STAMP_SEQSTRIP, R_STAMP_STRIPMETA, R_STAMP_TIME, R_TOUCH, RE_BAKE_DISPLACEMENT, RE_BAKE_NORMALS, RNA_api_scene_render(), rna_def_bake_data(), 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_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_funcs(), 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_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_render_views(), rna_def_scene_ffmpeg_settings(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), RNA_define_animate_sdna(), rna_enum_image_type_items, rna_enum_shading_type_items, SCE_HAIR_SHAPE_STRAND, SCE_HAIR_SHAPE_STRIP, SCE_PERF_HQ_NORMALS, SCE_VIEWS_FORMAT_MULTIVIEW, SCE_VIEWS_FORMAT_STEREO_3D, SIMPLIFY_GPENCIL_AA, SIMPLIFY_GPENCIL_ENABLE, SIMPLIFY_GPENCIL_FILL, SIMPLIFY_GPENCIL_FX, SIMPLIFY_GPENCIL_MODIFIER, SIMPLIFY_GPENCIL_ON_PLAY, and SIMPLIFY_GPENCIL_TINT.
Referenced by RNA_def_scene().
|
static |
Definition at line 5501 of file rna_scene.c.
References NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_clear_flag(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and SCE_VIEW_DISABLE.
Referenced by RNA_def_scene().
|
static |
Definition at line 7078 of file rna_scene.c.
References PROP_IDPROPERTY, PROP_INT, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_ui_text(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 3726 of file rna_scene.c.
References NC_SCENE, ND_TOOLSETTINGS, NULL, PROP_BOOLEAN, PROP_ENUM, PROP_INT, PROP_NONE, PROP_PIXEL, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_int_default(), RNA_def_property_int_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), scale_fit_methods, SEQ_OVERLAP_EXPAND, SEQ_OVERLAP_OVERWRITE, SEQ_OVERLAP_SHUFFLE, SEQ_SCALE_TO_FILL, SEQ_SCALE_TO_FIT, SEQ_SNAP_CURRENT_FRAME_TO_STRIPS, SEQ_SNAP_IGNORE_MUTED, SEQ_SNAP_IGNORE_SOUND, SEQ_SNAP_TO_CURRENT_FRAME, SEQ_SNAP_TO_STRIP_HOLD, SEQ_STRETCH_TO_FILL, SEQ_USE_ORIGINAL_SIZE, V3D_AROUND_CENTER_BOUNDS, V3D_AROUND_CENTER_MEDIAN, V3D_AROUND_CURSOR, and V3D_AROUND_LOCAL_ORIGINS.
Referenced by RNA_def_scene().
|
static |
Definition at line 4036 of file rna_scene.c.
References DEG2RADF, NULL, PROP_ANGLE, PROP_CONTEXT_UPDATE, PROP_DISTANCE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), rna_enum_object_axis_items, SCE_STATVIS_DISTORT, SCE_STATVIS_INTERSECT, SCE_STATVIS_OVERHANG, SCE_STATVIS_SHARP, and SCE_STATVIS_THICKNESS.
Referenced by RNA_def_scene().
|
static |
Definition at line 6956 of file rna_scene.c.
References FUNC_USE_REPORTS, MAXFRAME, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_function(), RNA_def_function_flag(), 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_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 2882 of file rna_scene.c.
References ANIMRECORD_FLAG_WITHNLA, AUTO_MERGE, AUTO_MERGE_AND_SPLIT, AUTOKEY_FLAG_CYCLEAWARE, AUTOKEY_FLAG_ONLYKEYINGSET, AUTOKEY_MODE_EDITKEYS, AUTOKEY_MODE_NORMAL, AUTOKEY_ON, BLT_I18NCONTEXT_EDITOR_VIEW3D, BLT_I18NCONTEXT_ID_CURVE_LEGACY, GP_PROJECT_CURSOR, GP_PROJECT_DEPTH_STROKE, GP_PROJECT_DEPTH_STROKE_ENDPOINTS, GP_PROJECT_DEPTH_STROKE_FIRST, GP_PROJECT_DEPTH_VIEW, GP_PROJECT_VIEWSPACE, GP_SCULPT_MASK_SELECTMODE_POINT, GP_SCULPT_MASK_SELECTMODE_SEGMENT, GP_SCULPT_MASK_SELECTMODE_STROKE, GP_SELECTMODE_POINT, GP_SELECTMODE_SEGMENT, GP_SELECTMODE_STROKE, GP_TOOL_FLAG_AUTOMERGE_STROKE, GP_TOOL_FLAG_CREATE_WEIGHTS, GP_TOOL_FLAG_PAINT_ONBACK, GP_TOOL_FLAG_RETAIN_LAST, GP_TOOL_FLAG_THUMBNAIL_LIST, GP_VERTEX_MASK_SELECTMODE_POINT, GP_VERTEX_MASK_SELECTMODE_SEGMENT, GP_VERTEX_MASK_SELECTMODE_STROKE, NC_GPENCIL, NC_SCENE, NC_SPACE, ND_DATA, ND_SPACE_IMAGE, ND_SPACE_VIEW3D, ND_TOOLSETTINGS, ND_TRANSFORM, NULL, OB_DRAW_GROUPUSER_ACTIVE, OB_DRAW_GROUPUSER_ALL, OB_DRAW_GROUPUSER_NONE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_DISTANCE, PROP_EDIT_CONNECTED, PROP_EDIT_PROJECTED, PROP_EDIT_USE, PROP_ENUM, PROP_ENUM_FLAG, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_PIXEL, PROP_POINTER, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_default(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), rna_enum_beztriple_keyframe_type_items, rna_enum_mesh_select_mode_uv_items, rna_enum_proportional_falloff_items, rna_enum_snap_element_items, rna_enum_snap_node_element_items, rna_enum_snap_source_items, rna_enum_transform_pivot_items_full, SCE_OBJECT_MODE_LOCK, SCE_SNAP, SCE_SNAP_ABS_GRID, SCE_SNAP_BACKFACE_CULLING, SCE_SNAP_KEEP_ON_SAME_OBJECT, SCE_SNAP_NOT_TO_ACTIVE, SCE_SNAP_PEEL_OBJECT, SCE_SNAP_PROJECT, SCE_SNAP_ROTATE, SCE_SNAP_TO_INCLUDE_EDITED, SCE_SNAP_TO_INCLUDE_NONEDITED, SCE_SNAP_TO_ONLY_SELECTABLE, SCE_SNAP_TRANSFORM_MODE_ROTATE, SCE_SNAP_TRANSFORM_MODE_SCALE, SCE_SNAP_TRANSFORM_MODE_TRANSLATE, SCE_WORKSPACE_TOOL_DEFAULT, SCE_WORKSPACE_TOOL_FALLBACK, SCE_XFORM_AXIS_ALIGN, SCE_XFORM_DATA_ORIGIN, SCE_XFORM_SKIP_CHILDREN, SI_STICKY_DISABLE, SI_STICKY_LOC, SI_STICKY_VERTEX, snap_uv_element_items, UV_SCULPT_ALL_ISLANDS, UV_SCULPT_LOCK_BORDERS, uv_sculpt_relaxation_items, UV_SHOW_SAME_IMAGE, UV_SYNC_SELECTION, UVCALC_TRANSFORM_CORRECT, UVCALC_TRANSFORM_CORRECT_KEEP_CONNECTED, WT_VGROUP_ALL, WT_VGROUP_BONE_DEFORM, and WT_VGROUP_BONE_DEFORM_OFF.
Referenced by RNA_def_scene().
|
static |
Definition at line 2769 of file rna_scene.c.
References NC_SCENE, ND_TRANSFORM, NULL, PROP_FLOAT, PROP_MATRIX, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_float_sdna(), RNA_def_property_multi_array(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), and rna_matrix_dimsize_3x3.
Referenced by RNA_def_scene().
|
static |
Definition at line 2787 of file rna_scene.c.
References NC_SCENE, ND_TOOLSETTINGS, ND_TRANSFORM, NULL, PROP_BOOLEAN, PROP_ENUM, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_pointer_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_transform_orientation_items, and SELECT.
Referenced by RNA_def_scene().
|
static |
Definition at line 3819 of file rna_scene.c.
References MAX_BRUSH_PIXEL_RADIUS, NULL, PROP_BOOLEAN, PROP_COLOR_GAMMA, PROP_CONTEXT_UPDATE, PROP_DISTANCE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PIXEL, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), UNIFIED_PAINT_ALPHA, UNIFIED_PAINT_BRUSH_LOCK_SIZE, UNIFIED_PAINT_COLOR, UNIFIED_PAINT_SIZE, and UNIFIED_PAINT_WEIGHT.
Referenced by RNA_def_scene().
|
static |
Definition at line 4143 of file rna_scene.c.
References DummyRNA_DEFAULT_items, NC_WINDOW, NULL, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), USER_UNIT_IMPERIAL, USER_UNIT_METRIC, USER_UNIT_NONE, USER_UNIT_OPT_SPLIT, and USER_UNIT_ROT_RADIANS.
Referenced by RNA_def_scene().
|
static |
Definition at line 2819 of file rna_scene.c.
References NC_WINDOW, NULL, PROP_ANIMATABLE, PROP_AXISANGLE, PROP_ENUM, PROP_EULER, PROP_FLOAT, PROP_MATRIX, PROP_NONE, PROP_QUATERNION, PROP_THICK_WRAP, PROP_XYZ_LENGTH, RNA_def_property(), RNA_def_property_array(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_array_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_multi_array(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_clear_flag(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_default_axis_angle, rna_enum_object_rotation_mode_items, rna_matrix_dimsize_4x4, and STRUCT_UNDO.
Referenced by RNA_def_scene().
|
static |
Definition at line 4258 of file rna_scene.c.
References AOV_CONFLICT, AOV_TYPE_COLOR, NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_ENUM, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_default(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_view_layer_aov_type_items.
Referenced by RNA_def_scene().
|
static |
Definition at line 4240 of file rna_scene.c.
References NULL, RNA_def_function(), RNA_def_function_return(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_view_layer_common().
void rna_def_view_layer_common | ( | BlenderRNA * | brna, |
StructRNA * | srna, | ||
const bool | scene | ||
) |
Definition at line 4323 of file rna_scene.c.
References NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_UNSIGNED, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_default(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_flag(), RNA_def_property_int_default(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct_name_property(), rna_def_view_layer_aovs(), rna_def_view_layer_lightgroups(), SCE_LAY_AO, SCE_LAY_MOTION_BLUR, SCE_LAY_SKY, SCE_LAY_SOLID, SCE_LAY_STRAND, SCE_LAY_VOLUMES, SCE_PASS_AO, SCE_PASS_COMBINED, SCE_PASS_DIFFUSE_COLOR, SCE_PASS_DIFFUSE_DIRECT, SCE_PASS_DIFFUSE_INDIRECT, SCE_PASS_EMIT, SCE_PASS_ENVIRONMENT, SCE_PASS_GLOSSY_COLOR, SCE_PASS_GLOSSY_DIRECT, SCE_PASS_GLOSSY_INDIRECT, SCE_PASS_INDEXMA, SCE_PASS_INDEXOB, SCE_PASS_MIST, SCE_PASS_NORMAL, SCE_PASS_POSITION, SCE_PASS_SHADOW, SCE_PASS_SUBSURFACE_COLOR, SCE_PASS_SUBSURFACE_DIRECT, SCE_PASS_SUBSURFACE_INDIRECT, SCE_PASS_TRANSM_COLOR, SCE_PASS_TRANSM_DIRECT, SCE_PASS_TRANSM_INDIRECT, SCE_PASS_UV, SCE_PASS_VECTOR, SCE_PASS_Z, scene, VIEW_LAYER_CRYPTOMATTE_ACCURATE, VIEW_LAYER_CRYPTOMATTE_ASSET, VIEW_LAYER_CRYPTOMATTE_MATERIAL, and VIEW_LAYER_CRYPTOMATTE_OBJECT.
Referenced by rna_def_render_layer(), and RNA_def_view_layer().
|
static |
Definition at line 4221 of file rna_scene.c.
References EEVEE_RENDER_PASS_BLOOM, EEVEE_RENDER_PASS_VOLUME_LIGHT, NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 4304 of file rna_scene.c.
References NC_SCENE, ND_RENDER_OPTIONS, NULL, PROP_ANIMATABLE, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_string_funcs(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 4285 of file rna_scene.c.
References NULL, RNA_def_function(), RNA_def_function_return(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_view_layer_common().
|
static |
Definition at line 5472 of file rna_scene.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
const EnumPropertyItem rna_enum_bake_margin_type_items[] |
Definition at line 440 of file rna_scene.c.
Referenced by OBJECT_OT_bake(), and rna_def_bake_data().
const EnumPropertyItem rna_enum_bake_pass_filter_type_items[] |
Definition at line 547 of file rna_scene.c.
Referenced by OBJECT_OT_bake(), and rna_def_bake_data().
const EnumPropertyItem rna_enum_bake_save_mode_items[] |
Definition at line 464 of file rna_scene.c.
Referenced by OBJECT_OT_bake(), and rna_def_bake_data().
const EnumPropertyItem rna_enum_bake_target_items[] |
Definition at line 450 of file rna_scene.c.
Referenced by OBJECT_OT_bake(), and rna_def_bake_data().
const EnumPropertyItem rna_enum_curve_fit_method_items[] |
Definition at line 241 of file rna_scene.c.
Referenced by CURVE_OT_draw(), and rna_def_curve_paint_settings().
const EnumPropertyItem rna_enum_image_color_depth_items[] |
Definition at line 413 of file rna_scene.c.
Referenced by rna_def_scene_image_format_data().
const EnumPropertyItem rna_enum_image_color_mode_items[] |
Definition at line 392 of file rna_scene.c.
Referenced by rna_def_scene_image_format_data().
const EnumPropertyItem rna_enum_image_type_items[] |
Definition at line 370 of file rna_scene.c.
Referenced by rna_def_image(), rna_def_scene_image_format_data(), and rna_def_scene_render_data().
const EnumPropertyItem rna_enum_mesh_select_mode_items[] |
Definition at line 131 of file rna_scene.c.
Referenced by MESH_OT_select_mode(), and OBJECT_OT_mode_set_with_submode().
const EnumPropertyItem rna_enum_mesh_select_mode_uv_items[] |
Definition at line 138 of file rna_scene.c.
Referenced by rna_def_tool_settings(), and UV_OT_select_mode().
const EnumPropertyItem rna_enum_normal_space_items[] |
Definition at line 424 of file rna_scene.c.
Referenced by OBJECT_OT_bake(), and rna_def_bake_data().
const EnumPropertyItem rna_enum_normal_swizzle_items[] |
Definition at line 430 of file rna_scene.c.
Referenced by OBJECT_OT_bake(), and rna_def_bake_data().
const EnumPropertyItem rna_enum_proportional_falloff_curve_only_items[] |
Definition at line 120 of file rna_scene.c.
Referenced by def_cmp_dilate_erode(), def_cmp_keying(), mesh_operator_edgering_props(), MESH_OT_loopcut(), and rna_def_mask_layer().
const EnumPropertyItem rna_enum_proportional_falloff_items[] |
Definition at line 103 of file rna_scene.c.
Referenced by rna_def_tool_settings(), and Transform_Properties().
|
static |
Definition at line 201 of file rna_scene.c.
Referenced by rna_def_scene_display().
const EnumPropertyItem rna_enum_snap_element_items[] |
Definition at line 146 of file rna_scene.c.
Referenced by GIZMO_GT_snap_3d(), rna_def_tool_settings(), and Transform_Properties().
const EnumPropertyItem rna_enum_snap_node_element_items[] |
Definition at line 178 of file rna_scene.c.
Referenced by rna_def_tool_settings().
const EnumPropertyItem rna_enum_snap_source_items[] |
Definition at line 95 of file rna_scene.c.
Referenced by rna_def_tool_settings(), and Transform_Properties().
const EnumPropertyItem rna_enum_stereo3d_anaglyph_type_items[] |
Definition at line 533 of file rna_scene.c.
Referenced by rna_def_image_format_stereo3d_format(), rna_def_window_stereo3d(), and WM_OT_stereo3d_set().
const EnumPropertyItem rna_enum_stereo3d_display_items[] |
Definition at line 501 of file rna_scene.c.
Referenced by rna_def_window_stereo3d(), and WM_OT_stereo3d_set().
const EnumPropertyItem rna_enum_stereo3d_interlace_type_items[] |
Definition at line 540 of file rna_scene.c.
Referenced by rna_def_image_format_stereo3d_format(), rna_def_window_stereo3d(), and WM_OT_stereo3d_set().
const EnumPropertyItem rna_enum_transform_orientation_items[] |
Definition at line 591 of file rna_scene.c.
Referenced by MESH_OT_select_axis(), and rna_def_transform_orientation_slot().
const EnumPropertyItem rna_enum_transform_pivot_items_full[] |
Definition at line 565 of file rna_scene.c.
Referenced by rna_def_space_image(), and rna_def_tool_settings().
|
static |
Definition at line 559 of file rna_scene.c.
Referenced by rna_def_view_layer_aov().
const EnumPropertyItem rna_enum_views_format_items[] |
Definition at line 485 of file rna_scene.c.
Referenced by rna_def_image(), rna_def_movie(), and rna_def_scene_image_format_data().
const EnumPropertyItem rna_enum_views_format_multilayer_items[] |
Definition at line 489 of file rna_scene.c.
const EnumPropertyItem rna_enum_views_format_multiview_items[] |
Definition at line 493 of file rna_scene.c.
|
static |
Definition at line 191 of file rna_scene.c.
Referenced by rna_def_tool_settings().
|
static |
Definition at line 84 of file rna_scene.c.
Referenced by rna_def_tool_settings().