|
Blender V4.3
|
#include <cstdlib>#include "DNA_brush_types.h"#include "DNA_collection_types.h"#include "DNA_gpencil_legacy_types.h"#include "DNA_grease_pencil_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.hh"#include "IMB_imbuf_types.hh"#include "BLI_listbase.h"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_math_vector.h"#include "BLI_string_utf8_symbols.h"#include "BLT_translation.hh"#include "BKE_armature.hh"#include "BKE_editmesh.hh"#include "BKE_idtype.hh"#include "BKE_paint.hh"#include "BKE_volume.hh"#include "ED_gpencil_legacy.hh"#include "ED_object.hh"#include "ED_uvedit.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "RE_engine.h"#include "RE_pipeline.h"#include "ED_render.hh"#include "ED_transform.hh"#include "WM_api.hh"#include "WM_types.hh"#include "BLI_threads.h"#include "DEG_depsgraph.hh"Go to the source code of this file.
Macros | |
| #define | RNA_SNAP_ELEMENTS_BASE |
| #define | R_IMF_ENUM_BMP {R_IMF_IMTYPE_BMP, "BMP", ICON_FILE_IMAGE, "BMP", "Output image in bitmap format"}, |
| #define | R_IMF_ENUM_IRIS {R_IMF_IMTYPE_IRIS, "IRIS", ICON_FILE_IMAGE, "Iris", "Output image in SGI IRIS format"}, |
| #define | R_IMF_ENUM_PNG {R_IMF_IMTYPE_PNG, "PNG", ICON_FILE_IMAGE, "PNG", "Output image in PNG format"}, |
| #define | R_IMF_ENUM_JPEG {R_IMF_IMTYPE_JPEG90, "JPEG", ICON_FILE_IMAGE, "JPEG", "Output image in JPEG format"}, |
| #define | R_IMF_ENUM_TAGA {R_IMF_IMTYPE_TARGA, "TARGA", ICON_FILE_IMAGE, "Targa", "Output image in Targa format"}, |
| #define | R_IMF_ENUM_TAGA_RAW |
| #define | R_IMF_ENUM_JPEG2K |
| #define | R_IMF_ENUM_CINEON |
| #define | R_IMF_ENUM_DPX |
| #define | R_IMF_ENUM_EXR_MULTILAYER |
| #define | R_IMF_ENUM_EXR |
| #define | R_IMF_ENUM_HDR |
| #define | R_IMF_ENUM_TIFF {R_IMF_IMTYPE_TIFF, "TIFF", ICON_FILE_IMAGE, "TIFF", "Output image in TIFF format"}, |
| #define | R_IMF_ENUM_WEBP |
| #define | IMAGE_TYPE_ITEMS_IMAGE_ONLY |
| #define | R_IMF_VIEWS_ENUM_IND |
| #define | R_IMF_VIEWS_ENUM_S3D {R_IMF_VIEWS_STEREO_3D, "STEREO_3D", 0, "Stereo 3D", "Single file with an encoded stereo pair"}, |
| #define | R_IMF_VIEWS_ENUM_MV {R_IMF_VIEWS_MULTIVIEW, "MULTIVIEW", 0, "Multi-View", "Single file with all the views"}, |
| #define IMAGE_TYPE_ITEMS_IMAGE_ONLY |
Definition at line 346 of file rna_scene.cc.
| #define R_IMF_ENUM_BMP {R_IMF_IMTYPE_BMP, "BMP", ICON_FILE_IMAGE, "BMP", "Output image in bitmap format"}, |
Definition at line 268 of file rna_scene.cc.
| #define R_IMF_ENUM_CINEON |
Definition at line 307 of file rna_scene.cc.
| #define R_IMF_ENUM_DPX |
Definition at line 308 of file rna_scene.cc.
| #define R_IMF_ENUM_EXR |
Definition at line 326 of file rna_scene.cc.
| #define R_IMF_ENUM_EXR_MULTILAYER |
Definition at line 325 of file rna_scene.cc.
| #define R_IMF_ENUM_HDR |
Definition at line 329 of file rna_scene.cc.
| #define R_IMF_ENUM_IRIS {R_IMF_IMTYPE_IRIS, "IRIS", ICON_FILE_IMAGE, "Iris", "Output image in SGI IRIS format"}, |
Definition at line 270 of file rna_scene.cc.
| #define R_IMF_ENUM_JPEG {R_IMF_IMTYPE_JPEG90, "JPEG", ICON_FILE_IMAGE, "JPEG", "Output image in JPEG format"}, |
Definition at line 274 of file rna_scene.cc.
| #define R_IMF_ENUM_JPEG2K |
Definition at line 298 of file rna_scene.cc.
| #define R_IMF_ENUM_PNG {R_IMF_IMTYPE_PNG, "PNG", ICON_FILE_IMAGE, "PNG", "Output image in PNG format"}, |
Definition at line 272 of file rna_scene.cc.
| #define R_IMF_ENUM_TAGA {R_IMF_IMTYPE_TARGA, "TARGA", ICON_FILE_IMAGE, "Targa", "Output image in Targa format"}, |
Definition at line 276 of file rna_scene.cc.
| #define R_IMF_ENUM_TAGA_RAW |
Definition at line 278 of file rna_scene.cc.
| #define R_IMF_ENUM_TIFF {R_IMF_IMTYPE_TIFF, "TIFF", ICON_FILE_IMAGE, "TIFF", "Output image in TIFF format"}, |
Definition at line 336 of file rna_scene.cc.
| #define R_IMF_ENUM_WEBP |
Definition at line 343 of file rna_scene.cc.
| #define R_IMF_VIEWS_ENUM_IND |
Definition at line 475 of file rna_scene.cc.
| #define R_IMF_VIEWS_ENUM_MV {R_IMF_VIEWS_MULTIVIEW, "MULTIVIEW", 0, "Multi-View", "Single file with all the views"}, |
Definition at line 483 of file rna_scene.cc.
| #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 481 of file rna_scene.cc.
| #define RNA_SNAP_ELEMENTS_BASE |
Definition at line 142 of file rna_scene.cc.
|
static |
Definition at line 5787 of file rna_scene.cc.
References FLT_MAX, NC_SCENE, ND_RENDER_OPTIONS, 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_bake_view_from_items, rna_enum_normal_space_items, and rna_enum_normal_swizzle_items.
Referenced by rna_def_scene_render_data().
|
static |
Definition at line 4358 of file rna_scene.cc.
References CU_BEZIER, CU_POLY, CURVE_PAINT_FLAG_CORNERS_DETECT, CURVE_PAINT_FLAG_DEPTH_ONLY_SELECTED, 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, PROP_ANGLE, PROP_BOOLEAN, PROP_DEG_SYNC_ONLY, 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_flag(), 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 7672 of file rna_scene.cc.
References NC_SCENE, ND_DRAW_RENDER_VIEWPORT, 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 5286 of file rna_scene.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NC_SCENE, ND_RENDER_OPTIONS, 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 5257 of file rna_scene.cc.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, 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 5331 of file rna_scene.cc.
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, 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 2946 of file rna_scene.cc.
References 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 6097 of file rna_scene.cc.
References NC_IMAGE, ND_DISPLAY, 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_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, and S3D_SQUEEZED_FRAME.
Referenced by rna_def_scene_image_format_data().
|
static |
Definition at line 7779 of file rna_scene.cc.
References eevee_resolution_scale_items, FLT_MAX, NC_SCENE, ND_RENDER_OPTIONS, PROP_BOOLEAN, PROP_DISTANCE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RAYTRACE_EEVEE_DENOISE_BILATERAL, RAYTRACE_EEVEE_DENOISE_SPATIAL, RAYTRACE_EEVEE_DENOISE_TEMPORAL, RAYTRACE_EEVEE_USE_DENOISE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), 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 6048 of file rna_scene.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NC_SCENE, ND_RENDER_OPTIONS, 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 8435 of file rna_scene.cc.
References AUDIO_SCRUB, AUDIO_SYNC, BLT_I18NCONTEXT_ID_SOUND, BLT_I18NCONTEXT_ID_WORLD, FLT_MAX, 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, 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_NO_COMPARISON, 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_raytrace_eevee(), rna_def_scene_display(), rna_def_scene_eevee(), rna_def_scene_gpencil(), rna_def_scene_hydra(), 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_CUSTOM_SIMULATION_RANGE, 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 7715 of file rna_scene.cc.
References NA_EDITED, NC_SCENE, PROP_ANGLE, PROP_ANIMATABLE, PROP_DIRECTION, PROP_DISTANCE, 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 7853 of file rna_scene.cc.
References DEG2RADF, eevee_resolution_scale_items, FAST_GI_AO_ONLY, FAST_GI_FULL, FLT_MAX, NC_SCENE, ND_RENDER_OPTIONS, PROP_ANGLE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_DISTANCE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PERCENTAGE, PROP_PIXEL, PROP_POINTER, PROP_UNSIGNED, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RAYTRACE_EEVEE_METHOD_PROBE, RAYTRACE_EEVEE_METHOD_SCREEN, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_override_flag(), 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_path_func(), RNA_def_struct_ui_text(), SCE_EEVEE_DOF_JITTER, SCE_EEVEE_FAST_GI_ENABLED, SCE_EEVEE_GTAO_ENABLED, SCE_EEVEE_OVERSCAN, SCE_EEVEE_SHADOW_ENABLED, SCE_EEVEE_SHADOW_JITTERED_VIEWPORT, SCE_EEVEE_SSR_ENABLED, SCE_EEVEE_TAA_REPROJECTION, SCE_EEVEE_VOLUME_CUSTOM_RANGE, and SCE_EEVEE_VOLUMETRIC_SHADOWS.
Referenced by RNA_def_scene().
|
static |
Definition at line 6375 of file rna_scene.cc.
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, 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 8383 of file rna_scene.cc.
References FLT_MAX, NC_SCENE, ND_RENDER_OPTIONS, 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 8405 of file rna_scene.cc.
References NC_SCENE, ND_RENDER_OPTIONS, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), SCE_HYDRA_EXPORT_HYDRA, and SCE_HYDRA_EXPORT_USD.
Referenced by RNA_def_scene().
|
static |
Definition at line 6170 of file rna_scene.cc.
References NC_SCENE, ND_RENDER_OPTIONS, 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_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_multiview_items.
Referenced by RNA_def_scene().
|
static |
Definition at line 7565 of file rna_scene.cc.
References FUNC_USE_REPORTS, NC_SCENE, ND_KEYINGSET, 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 7614 of file rna_scene.cc.
References NC_SCENE, ND_KEYINGSET, 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_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_scene().
|
static |
Definition at line 7514 of file rna_scene.cc.
References 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 6635 of file rna_scene.cc.
References BLENDER_MAX_THREADS, BLI_STR_UTF8_MULTIPLICATION_SIGN, BLT_I18NCONTEXT_ID_CURVES, FLT_MAX, NC_GPENCIL, NC_NODE, NC_SCENE, NC_WINDOW, ND_DATA, ND_DISPLAY, ND_FRAME, ND_RENDER_OPTIONS, ND_SEQUENCER, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FILEPATH, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_PATH_OUTPUT, PROP_PERCENTAGE, PROP_PIXEL, PROP_POINTER, PROP_PROPORTIONAL, PROP_STRING, PROP_UNSIGNED, PROPOVERRIDE_OVERRIDABLE_LIBRARY, 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_SIMPLIFY_NORMALS, 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_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_translation_context(), 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_COMPOSITOR_DEVICE_CPU, SCE_COMPOSITOR_DEVICE_GPU, SCE_COMPOSITOR_PRECISION_AUTO, SCE_COMPOSITOR_PRECISION_FULL, SCE_HAIR_SHAPE_STRAND, SCE_HAIR_SHAPE_STRIP, SCE_MB_CENTER, SCE_MB_END, SCE_MB_START, 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 6010 of file rna_scene.cc.
References NC_NODE, NC_SCENE, ND_DISPLAY, ND_RENDER_OPTIONS, 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 7654 of file rna_scene.cc.
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 4124 of file rna_scene.cc.
References NC_SCENE, NC_SPACE, ND_SPACE_SEQUENCER, ND_TOOLSETTINGS, 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_MARKERS, SEQ_SNAP_TO_PREVIEW_BORDERS, SEQ_SNAP_TO_PREVIEW_CENTER, SEQ_SNAP_TO_STRIP_HOLD, SEQ_SNAP_TO_STRIPS_PREVIEW, 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 4499 of file rna_scene.cc.
References DEG2RADF, 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 7525 of file rna_scene.cc.
References FUNC_USE_REPORTS, MAXFRAME, 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 3082 of file rna_scene.cc.
References AUTO_MERGE, AUTO_MERGE_AND_SPLIT, AUTOKEY_FLAG_LAYERED_RECORD, AUTOKEY_FLAG_ONLYKEYINGSET, AUTOKEY_MODE_EDITKEYS, AUTOKEY_MODE_NORMAL, AUTOKEY_ON, BLT_I18NCONTEXT_EDITOR_VIEW3D, BLT_I18NCONTEXT_ID_CURVE_LEGACY, BLT_I18NCONTEXT_UNIT, DEG2RADF, GP_PROJECT_CURSOR, GP_PROJECT_DEPTH_ONLY_SELECTED, 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_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_USE_MULTI_FRAME_EDITING, GP_VERTEX_MASK_SELECTMODE_POINT, GP_VERTEX_MASK_SELECTMODE_SEGMENT, GP_VERTEX_MASK_SELECTMODE_STROKE, KEYING_FLAG_CYCLEAWARE, NC_GPENCIL, NC_SCENE, NC_SPACE, ND_DATA, ND_SPACE_IMAGE, ND_SPACE_VIEW3D, ND_TOOLSETTINGS, ND_TRANSFORM, OB_DRAW_GROUPUSER_ACTIVE, OB_DRAW_GROUPUSER_ALL, OB_DRAW_GROUPUSER_NONE, plane_depth_items, plane_orientation_items, PROP_ANGLE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_DEG_SYNC_ONLY, 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_default(), 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_axis_xyz_items, rna_enum_beztriple_keyframe_type_items, rna_enum_grease_pencil_selectmode_items, rna_enum_mesh_select_mode_uv_items, rna_enum_proportional_falloff_items, rna_enum_snap_animation_element_items, rna_enum_snap_element_base_items, rna_enum_snap_element_individual_items, rna_enum_snap_element_items, rna_enum_snap_node_element_items, rna_enum_snap_source_items, rna_enum_transform_pivot_full_items, SCE_OBJECT_MODE_LOCK, SCE_SNAP, SCE_SNAP_ABS_GRID, SCE_SNAP_ABS_TIME_STEP, SCE_SNAP_BACKFACE_CULLING, SCE_SNAP_KEEP_ON_SAME_OBJECT, SCE_SNAP_NOT_TO_ACTIVE, SCE_SNAP_PEEL_OBJECT, SCE_SNAP_ROTATE, SCE_SNAP_TO_GEOM, 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_to_items, snap_uv_element_items, UV_SCULPT_ALL_ISLANDS, UV_SCULPT_LOCK_BORDERS, UV_SHOW_SAME_IMAGE, UV_SYNC_SELECTION, UVCALC_TRANSFORM_CORRECT, UVCALC_TRANSFORM_CORRECT_KEEP_CONNECTED, V3D_PLACE_DEPTH_SURFACE, V3D_PLACE_ORIENT_SURFACE, WT_VGROUP_ALL, WT_VGROUP_BONE_DEFORM, and WT_VGROUP_BONE_DEFORM_OFF.
Referenced by RNA_def_scene().
|
static |
Definition at line 2967 of file rna_scene.cc.
References NC_SCENE, ND_TRANSFORM, 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 2985 of file rna_scene.cc.
References NC_SCENE, ND_TOOLSETTINGS, ND_TRANSFORM, 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 4239 of file rna_scene.cc.
References FLT_MAX, MAX_BRUSH_PIXEL_RADIUS, PAINT_MAX_INPUT_SAMPLES, PROP_BOOLEAN, PROP_COLOR_GAMMA, PROP_CONTEXT_UPDATE, PROP_DISTANCE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PIXEL, PROP_UNSIGNED, 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_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(), UNIFIED_PAINT_ALPHA, UNIFIED_PAINT_BRUSH_LOCK_SIZE, UNIFIED_PAINT_COLOR, UNIFIED_PAINT_INPUT_SAMPLES, UNIFIED_PAINT_SIZE, and UNIFIED_PAINT_WEIGHT.
Referenced by RNA_def_scene().
|
static |
Definition at line 4606 of file rna_scene.cc.
References NC_WINDOW, 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(), rna_enum_dummy_DEFAULT_items, 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 3018 of file rna_scene.cc.
References FLT_MAX, NC_WINDOW, 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, RNA_TRANSLATION_PREC_DEFAULT, and STRUCT_UNDO.
Referenced by RNA_def_scene().
|
static |
Definition at line 4739 of file rna_scene.cc.
References AOV_CONFLICT, AOV_TYPE_COLOR, NC_SCENE, ND_RENDER_OPTIONS, 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 4713 of file rna_scene.cc.
References FUNC_USE_REPORTS, PARM_REQUIRED, 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_view_layer_common().
| void rna_def_view_layer_common | ( | BlenderRNA * | brna, |
| StructRNA * | srna, | ||
| const bool | scene ) |
Definition at line 4804 of file rna_scene.cc.
References BLT_I18NCONTEXT_ID_SCENE, NC_SCENE, ND_RENDER_OPTIONS, 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_translation_context(), 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, 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 4684 of file rna_scene.cc.
References EEVEE_RENDER_PASS_TRANSPARENT, EEVEE_RENDER_PASS_VOLUME_LIGHT, NC_SCENE, ND_RENDER_OPTIONS, 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 4785 of file rna_scene.cc.
References NC_SCENE, ND_RENDER_OPTIONS, 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 4766 of file rna_scene.cc.
References 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 5972 of file rna_scene.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, 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 684 of file rna_scene.cc.
Referenced by rna_def_raytrace_eevee(), and rna_def_scene_eevee().
|
static |
Definition at line 633 of file rna_scene.cc.
Referenced by rna_def_tool_settings().
|
static |
Definition at line 653 of file rna_scene.cc.
Referenced by rna_def_tool_settings().
| const EnumPropertyItem rna_enum_bake_margin_type_items[] |
Definition at line 427 of file rna_scene.cc.
Referenced by blender::ed::object::OBJECT_OT_bake(), and rna_def_bake_data().
| const EnumPropertyItem rna_enum_bake_pass_filter_type_items[] |
Definition at line 548 of file rna_scene.cc.
Referenced by blender::ed::object::OBJECT_OT_bake(), and rna_def_bake_data().
| const EnumPropertyItem rna_enum_bake_save_mode_items[] |
Definition at line 451 of file rna_scene.cc.
Referenced by blender::ed::object::OBJECT_OT_bake(), and rna_def_bake_data().
| const EnumPropertyItem rna_enum_bake_target_items[] |
Definition at line 437 of file rna_scene.cc.
Referenced by blender::ed::object::OBJECT_OT_bake(), and rna_def_bake_data().
|
static |
Definition at line 461 of file rna_scene.cc.
Referenced by rna_def_bake_data().
| const EnumPropertyItem rna_enum_curve_fit_method_items[] |
Definition at line 250 of file rna_scene.cc.
Referenced by CURVE_OT_draw(), blender::ed::curves::CURVES_OT_draw(), and rna_def_curve_paint_settings().
| const EnumPropertyItem rna_enum_grease_pencil_selectmode_items[] |
Definition at line 673 of file rna_scene.cc.
Referenced by blender::ed::greasepencil::GREASE_PENCIL_OT_set_selection_mode(), and rna_def_tool_settings().
| const EnumPropertyItem rna_enum_image_color_depth_items[] |
Definition at line 400 of file rna_scene.cc.
Referenced by rna_def_scene_image_format_data().
| const EnumPropertyItem rna_enum_image_color_mode_items[] |
Definition at line 379 of file rna_scene.cc.
Referenced by rna_def_scene_image_format_data().
| const EnumPropertyItem rna_enum_image_type_items[] |
Definition at line 367 of file rna_scene.cc.
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 126 of file rna_scene.cc.
Referenced by MESH_OT_select_mode(), and blender::ed::object::OBJECT_OT_mode_set_with_submode().
| const EnumPropertyItem rna_enum_mesh_select_mode_uv_items[] |
Definition at line 133 of file rna_scene.cc.
Referenced by rna_def_tool_settings(), and UV_OT_select_mode().
| const EnumPropertyItem rna_enum_normal_space_items[] |
Definition at line 411 of file rna_scene.cc.
Referenced by blender::ed::object::OBJECT_OT_bake(), and rna_def_bake_data().
| const EnumPropertyItem rna_enum_normal_swizzle_items[] |
Definition at line 417 of file rna_scene.cc.
Referenced by blender::ed::object::OBJECT_OT_bake(), and rna_def_bake_data().
| const EnumPropertyItem rna_enum_proportional_falloff_curve_only_items[] |
Definition at line 114 of file rna_scene.cc.
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 97 of file rna_scene.cc.
Referenced by rna_def_tool_settings(), and Transform_Properties().
|
static |
Definition at line 210 of file rna_scene.cc.
Referenced by rna_def_scene_display().
| const EnumPropertyItem rna_enum_snap_animation_element_items[] |
Definition at line 191 of file rna_scene.cc.
Referenced by rna_def_tool_settings().
|
static |
Definition at line 168 of file rna_scene.cc.
Referenced by rna_def_tool_settings().
|
static |
Definition at line 175 of file rna_scene.cc.
Referenced by rna_def_tool_settings().
| const EnumPropertyItem rna_enum_snap_element_items[] |
Definition at line 153 of file rna_scene.cc.
Referenced by GIZMO_GT_snap_3d(), rna_def_tool_settings(), and Transform_Properties().
| const EnumPropertyItem rna_enum_snap_node_element_items[] |
Definition at line 179 of file rna_scene.cc.
Referenced by rna_def_tool_settings().
| const EnumPropertyItem rna_enum_snap_source_items[] |
Definition at line 89 of file rna_scene.cc.
Referenced by rna_def_tool_settings(), and Transform_Properties().
| const EnumPropertyItem rna_enum_stereo3d_anaglyph_type_items[] |
Definition at line 534 of file rna_scene.cc.
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 502 of file rna_scene.cc.
Referenced by rna_def_window_stereo3d(), and WM_OT_stereo3d_set().
| const EnumPropertyItem rna_enum_stereo3d_interlace_type_items[] |
Definition at line 541 of file rna_scene.cc.
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 592 of file rna_scene.cc.
Referenced by MESH_OT_select_axis(), and rna_def_transform_orientation_slot().
| const EnumPropertyItem rna_enum_transform_pivot_full_items[] |
Definition at line 566 of file rna_scene.cc.
Referenced by rna_def_space_image(), and rna_def_tool_settings().
|
static |
Definition at line 560 of file rna_scene.cc.
Referenced by rna_def_view_layer_aov().
| const EnumPropertyItem rna_enum_views_format_items[] |
Definition at line 486 of file rna_scene.cc.
Referenced by rna_def_image(), rna_def_image(), and rna_def_movie().
| const EnumPropertyItem rna_enum_views_format_multilayer_items[] |
Definition at line 490 of file rna_scene.cc.
| const EnumPropertyItem rna_enum_views_format_multiview_items[] |
Definition at line 494 of file rna_scene.cc.
Referenced by rna_def_scene_image_format_data().
|
static |
Definition at line 667 of file rna_scene.cc.
Referenced by rna_def_tool_settings().
|
static |
Definition at line 199 of file rna_scene.cc.
Referenced by rna_def_tool_settings().