|
Blender V4.3
|
#include <climits>#include <cstdlib>#include "MEM_guardedalloc.h"#include "DNA_defaults.h"#include "DNA_mask_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "BLI_math_vector.h"#include "BLT_translation.hh"#include "BKE_movieclip.h"#include "BKE_tracking.h"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "WM_types.hh"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_maskParent (BlenderRNA *brna) |
| static void | rna_def_maskSplinePointUW (BlenderRNA *brna) |
| static void | rna_def_maskSplinePoint (BlenderRNA *brna) |
| static void | rna_def_mask_splines (BlenderRNA *brna) |
| static void | rna_def_maskSplinePoints (BlenderRNA *brna) |
| static void | rna_def_maskSpline (BlenderRNA *brna) |
| static void | rna_def_mask_layer (BlenderRNA *brna) |
| static void | rna_def_masklayers (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_mask (BlenderRNA *brna) |
| void | RNA_def_mask (BlenderRNA *brna) |
| void RNA_def_mask | ( | BlenderRNA * | brna | ) |
Definition at line 1155 of file rna_mask.cc.
References rna_def_mask(), and rna_def_maskParent().
|
static |
Definition at line 1096 of file rna_mask.cc.
References MAXFRAME, MINFRAME, NC_MASK, ND_DRAW, PROP_ANIMATABLE, PROP_COLLECTION, PROP_INT, PROP_NONE, PROP_TIME, rna_def_animdata_common(), rna_def_mask_layer(), rna_def_masklayers(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_int_funcs(), RNA_def_property_int_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_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mask().
|
static |
Definition at line 941 of file rna_mask.cc.
References BLT_I18NCONTEXT_ID_CURVE_LEGACY, MASK_BLEND_ADD, MASK_BLEND_DARKEN, MASK_BLEND_DIFFERENCE, MASK_BLEND_LIGHTEN, MASK_BLEND_MERGE_ADD, MASK_BLEND_MERGE_SUBTRACT, MASK_BLEND_MUL, MASK_BLEND_REPLACE, MASK_BLEND_SUBTRACT, MASK_BLENDFLAG_INVERT, MASK_HIDE_RENDER, MASK_HIDE_SELECT, MASK_HIDE_VIEW, MASK_LAYERFLAG_FILL_DISCRETE, MASK_LAYERFLAG_FILL_OVERLAP, MASK_LAYERFLAG_SELECT, MAX_ID_NAME, NA_EDITED, NC_MASK, ND_DRAW, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_STRING, rna_def_mask_splines(), rna_def_maskSpline(), rna_def_maskSplinePoints(), RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_srna(), RNA_def_property_string_funcs(), RNA_def_property_string_maxlength(), 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_name_property(), RNA_def_struct_path_func(), RNA_def_struct_ui_text(), and rna_enum_proportional_falloff_curve_only_items.
Referenced by rna_def_mask().
|
static |
Definition at line 790 of file rna_mask.cc.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, 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(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), 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_mask_layer().
|
static |
Definition at line 1057 of file rna_mask.cc.
References FUNC_USE_REPORTS, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, 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(), RNA_def_property_flag(), 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_mask().
|
static |
Definition at line 603 of file rna_mask.cc.
References ID_MC, MASK_PARENT_PLANE_TRACK, MASK_PARENT_POINT_TRACK, MAX_ID_NAME, parent_type_items, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_property(), 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_pointer_funcs(), RNA_def_property_string_maxlength(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mask().
|
static |
Definition at line 868 of file rna_mask.cc.
References BLT_I18NCONTEXT_ID_MASK, MASK_SPLINE_CYCLIC, MASK_SPLINE_INTERP_EASE, MASK_SPLINE_INTERP_LINEAR, MASK_SPLINE_NOFILL, MASK_SPLINE_NOINTERSECT, MASK_SPLINE_OFFSET_EVEN, MASK_SPLINE_OFFSET_SMOOTH, NA_EDITED, NC_MASK, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_NONE, rna_def_maskSplinePoint(), RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by rna_def_mask_layer().
|
static |
Definition at line 696 of file rna_mask.cc.
References HD_ALIGN, HD_ALIGN_DOUBLESIDE, HD_AUTO, HD_FREE, HD_VECT, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROP_TRANSLATION, rna_def_maskSplinePointUW(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_float_funcs(), RNA_def_property_float_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_ui_text(), and SELECT.
Referenced by rna_def_maskSpline().
|
static |
Definition at line 840 of file rna_mask.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_ui_description(), RNA_def_int(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mask_layer().
|
static |
Definition at line 666 of file rna_mask.cc.
References PROP_BOOLEAN, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_ui_text(), and SELECT.
Referenced by rna_def_maskSplinePoint().