fake-bpy-module 20240321__py3-none-any.whl → 20240322__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +642 -822
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +330 -428
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86353 -87337
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240322.dist-info}/METADATA +1 -1
- fake_bpy_module-20240322.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240321.dist-info/RECORD +0 -343
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
|
@@ -3,31 +3,47 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class MASK_MT_add(bpy_types.
|
|
6
|
+
class MASK_MT_add(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
7
9
|
bl_idname: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
8
12
|
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
9
15
|
bl_rna: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
10
18
|
bl_translation_context: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
11
21
|
id_data: typing.Any
|
|
22
|
+
""" """
|
|
12
23
|
|
|
13
24
|
def append(self, draw_func):
|
|
14
25
|
"""
|
|
15
26
|
|
|
16
27
|
:param draw_func:
|
|
17
|
-
:type draw_func:
|
|
18
28
|
"""
|
|
19
29
|
...
|
|
20
30
|
|
|
21
|
-
def as_pointer(self):
|
|
22
|
-
|
|
23
|
-
|
|
31
|
+
def as_pointer(self):
|
|
32
|
+
""" """
|
|
33
|
+
...
|
|
34
|
+
|
|
35
|
+
def bl_rna_get_subclass(self):
|
|
36
|
+
""" """
|
|
37
|
+
...
|
|
38
|
+
|
|
39
|
+
def bl_rna_get_subclass_py(self):
|
|
40
|
+
""" """
|
|
41
|
+
...
|
|
42
|
+
|
|
24
43
|
def draw(self, _context):
|
|
25
44
|
"""
|
|
26
45
|
|
|
27
|
-
:param self:
|
|
28
|
-
:type self:
|
|
29
46
|
:param _context:
|
|
30
|
-
:type _context:
|
|
31
47
|
"""
|
|
32
48
|
...
|
|
33
49
|
|
|
@@ -35,38 +51,81 @@ class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
35
51
|
"""
|
|
36
52
|
|
|
37
53
|
:param context:
|
|
38
|
-
:type context:
|
|
39
54
|
:param layout:
|
|
40
|
-
:type layout:
|
|
41
55
|
"""
|
|
42
56
|
...
|
|
43
57
|
|
|
44
58
|
def draw_preset(self, _context):
|
|
45
59
|
"""
|
|
46
60
|
|
|
47
|
-
:param self:
|
|
48
|
-
:type self:
|
|
49
61
|
:param _context:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
def
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
def
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
def
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
def
|
|
62
|
+
"""
|
|
63
|
+
...
|
|
64
|
+
|
|
65
|
+
def driver_add(self):
|
|
66
|
+
""" """
|
|
67
|
+
...
|
|
68
|
+
|
|
69
|
+
def driver_remove(self):
|
|
70
|
+
""" """
|
|
71
|
+
...
|
|
72
|
+
|
|
73
|
+
def get(self):
|
|
74
|
+
""" """
|
|
75
|
+
...
|
|
76
|
+
|
|
77
|
+
def id_properties_clear(self):
|
|
78
|
+
""" """
|
|
79
|
+
...
|
|
80
|
+
|
|
81
|
+
def id_properties_ensure(self):
|
|
82
|
+
""" """
|
|
83
|
+
...
|
|
84
|
+
|
|
85
|
+
def id_properties_ui(self):
|
|
86
|
+
""" """
|
|
87
|
+
...
|
|
88
|
+
|
|
89
|
+
def is_extended(self):
|
|
90
|
+
""" """
|
|
91
|
+
...
|
|
92
|
+
|
|
93
|
+
def is_property_hidden(self):
|
|
94
|
+
""" """
|
|
95
|
+
...
|
|
96
|
+
|
|
97
|
+
def is_property_overridable_library(self):
|
|
98
|
+
""" """
|
|
99
|
+
...
|
|
100
|
+
|
|
101
|
+
def is_property_readonly(self):
|
|
102
|
+
""" """
|
|
103
|
+
...
|
|
104
|
+
|
|
105
|
+
def is_property_set(self):
|
|
106
|
+
""" """
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
def items(self):
|
|
110
|
+
""" """
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
def keyframe_delete(self):
|
|
114
|
+
""" """
|
|
115
|
+
...
|
|
116
|
+
|
|
117
|
+
def keyframe_insert(self):
|
|
118
|
+
""" """
|
|
119
|
+
...
|
|
120
|
+
|
|
121
|
+
def keys(self):
|
|
122
|
+
""" """
|
|
123
|
+
...
|
|
124
|
+
|
|
125
|
+
def path_from_id(self):
|
|
126
|
+
""" """
|
|
127
|
+
...
|
|
128
|
+
|
|
70
129
|
def path_menu(
|
|
71
130
|
self,
|
|
72
131
|
searchpaths,
|
|
@@ -80,73 +139,90 @@ class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
80
139
|
):
|
|
81
140
|
"""
|
|
82
141
|
|
|
83
|
-
:param self:
|
|
84
|
-
:type self:
|
|
85
142
|
:param searchpaths:
|
|
86
|
-
:type searchpaths:
|
|
87
143
|
:param operator:
|
|
88
|
-
:type operator:
|
|
89
144
|
:param props_default:
|
|
90
|
-
:type props_default:
|
|
91
145
|
:param prop_filepath:
|
|
92
|
-
:type prop_filepath:
|
|
93
146
|
:param filter_ext:
|
|
94
|
-
:type filter_ext:
|
|
95
147
|
:param filter_path:
|
|
96
|
-
:type filter_path:
|
|
97
148
|
:param display_name:
|
|
98
|
-
:type display_name:
|
|
99
149
|
:param add_operator:
|
|
100
|
-
:type add_operator:
|
|
101
150
|
"""
|
|
102
151
|
...
|
|
103
152
|
|
|
104
|
-
def path_resolve(self):
|
|
105
|
-
|
|
153
|
+
def path_resolve(self):
|
|
154
|
+
""" """
|
|
155
|
+
...
|
|
156
|
+
|
|
157
|
+
def pop(self):
|
|
158
|
+
""" """
|
|
159
|
+
...
|
|
160
|
+
|
|
106
161
|
def prepend(self, draw_func):
|
|
107
162
|
"""
|
|
108
163
|
|
|
109
164
|
:param draw_func:
|
|
110
|
-
:type draw_func:
|
|
111
165
|
"""
|
|
112
166
|
...
|
|
113
167
|
|
|
114
|
-
def property_overridable_library_set(self):
|
|
115
|
-
|
|
168
|
+
def property_overridable_library_set(self):
|
|
169
|
+
""" """
|
|
170
|
+
...
|
|
171
|
+
|
|
172
|
+
def property_unset(self):
|
|
173
|
+
""" """
|
|
174
|
+
...
|
|
175
|
+
|
|
116
176
|
def remove(self, draw_func):
|
|
117
177
|
"""
|
|
118
178
|
|
|
119
179
|
:param draw_func:
|
|
120
|
-
:type draw_func:
|
|
121
180
|
"""
|
|
122
181
|
...
|
|
123
182
|
|
|
124
|
-
def type_recast(self):
|
|
125
|
-
|
|
183
|
+
def type_recast(self):
|
|
184
|
+
""" """
|
|
185
|
+
...
|
|
186
|
+
|
|
187
|
+
def values(self):
|
|
188
|
+
""" """
|
|
189
|
+
...
|
|
190
|
+
|
|
191
|
+
class MASK_MT_animation(bpy_types._GenericUI):
|
|
192
|
+
""" """
|
|
126
193
|
|
|
127
|
-
class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
128
194
|
bl_label: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
129
197
|
bl_rna: typing.Any
|
|
198
|
+
""" """
|
|
199
|
+
|
|
130
200
|
id_data: typing.Any
|
|
201
|
+
""" """
|
|
131
202
|
|
|
132
203
|
def append(self, draw_func):
|
|
133
204
|
"""
|
|
134
205
|
|
|
135
206
|
:param draw_func:
|
|
136
|
-
:type draw_func:
|
|
137
207
|
"""
|
|
138
208
|
...
|
|
139
209
|
|
|
140
|
-
def as_pointer(self):
|
|
141
|
-
|
|
142
|
-
|
|
210
|
+
def as_pointer(self):
|
|
211
|
+
""" """
|
|
212
|
+
...
|
|
213
|
+
|
|
214
|
+
def bl_rna_get_subclass(self):
|
|
215
|
+
""" """
|
|
216
|
+
...
|
|
217
|
+
|
|
218
|
+
def bl_rna_get_subclass_py(self):
|
|
219
|
+
""" """
|
|
220
|
+
...
|
|
221
|
+
|
|
143
222
|
def draw(self, _context):
|
|
144
223
|
"""
|
|
145
224
|
|
|
146
|
-
:param self:
|
|
147
|
-
:type self:
|
|
148
225
|
:param _context:
|
|
149
|
-
:type _context:
|
|
150
226
|
"""
|
|
151
227
|
...
|
|
152
228
|
|
|
@@ -154,38 +230,81 @@ class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
154
230
|
"""
|
|
155
231
|
|
|
156
232
|
:param context:
|
|
157
|
-
:type context:
|
|
158
233
|
:param layout:
|
|
159
|
-
:type layout:
|
|
160
234
|
"""
|
|
161
235
|
...
|
|
162
236
|
|
|
163
237
|
def draw_preset(self, _context):
|
|
164
238
|
"""
|
|
165
239
|
|
|
166
|
-
:param self:
|
|
167
|
-
:type self:
|
|
168
240
|
:param _context:
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
def
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
def
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
def
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
def
|
|
241
|
+
"""
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
def driver_add(self):
|
|
245
|
+
""" """
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
def driver_remove(self):
|
|
249
|
+
""" """
|
|
250
|
+
...
|
|
251
|
+
|
|
252
|
+
def get(self):
|
|
253
|
+
""" """
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
def id_properties_clear(self):
|
|
257
|
+
""" """
|
|
258
|
+
...
|
|
259
|
+
|
|
260
|
+
def id_properties_ensure(self):
|
|
261
|
+
""" """
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
def id_properties_ui(self):
|
|
265
|
+
""" """
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def is_extended(self):
|
|
269
|
+
""" """
|
|
270
|
+
...
|
|
271
|
+
|
|
272
|
+
def is_property_hidden(self):
|
|
273
|
+
""" """
|
|
274
|
+
...
|
|
275
|
+
|
|
276
|
+
def is_property_overridable_library(self):
|
|
277
|
+
""" """
|
|
278
|
+
...
|
|
279
|
+
|
|
280
|
+
def is_property_readonly(self):
|
|
281
|
+
""" """
|
|
282
|
+
...
|
|
283
|
+
|
|
284
|
+
def is_property_set(self):
|
|
285
|
+
""" """
|
|
286
|
+
...
|
|
287
|
+
|
|
288
|
+
def items(self):
|
|
289
|
+
""" """
|
|
290
|
+
...
|
|
291
|
+
|
|
292
|
+
def keyframe_delete(self):
|
|
293
|
+
""" """
|
|
294
|
+
...
|
|
295
|
+
|
|
296
|
+
def keyframe_insert(self):
|
|
297
|
+
""" """
|
|
298
|
+
...
|
|
299
|
+
|
|
300
|
+
def keys(self):
|
|
301
|
+
""" """
|
|
302
|
+
...
|
|
303
|
+
|
|
304
|
+
def path_from_id(self):
|
|
305
|
+
""" """
|
|
306
|
+
...
|
|
307
|
+
|
|
189
308
|
def path_menu(
|
|
190
309
|
self,
|
|
191
310
|
searchpaths,
|
|
@@ -199,73 +318,90 @@ class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
199
318
|
):
|
|
200
319
|
"""
|
|
201
320
|
|
|
202
|
-
:param self:
|
|
203
|
-
:type self:
|
|
204
321
|
:param searchpaths:
|
|
205
|
-
:type searchpaths:
|
|
206
322
|
:param operator:
|
|
207
|
-
:type operator:
|
|
208
323
|
:param props_default:
|
|
209
|
-
:type props_default:
|
|
210
324
|
:param prop_filepath:
|
|
211
|
-
:type prop_filepath:
|
|
212
325
|
:param filter_ext:
|
|
213
|
-
:type filter_ext:
|
|
214
326
|
:param filter_path:
|
|
215
|
-
:type filter_path:
|
|
216
327
|
:param display_name:
|
|
217
|
-
:type display_name:
|
|
218
328
|
:param add_operator:
|
|
219
|
-
:type add_operator:
|
|
220
329
|
"""
|
|
221
330
|
...
|
|
222
331
|
|
|
223
|
-
def path_resolve(self):
|
|
224
|
-
|
|
332
|
+
def path_resolve(self):
|
|
333
|
+
""" """
|
|
334
|
+
...
|
|
335
|
+
|
|
336
|
+
def pop(self):
|
|
337
|
+
""" """
|
|
338
|
+
...
|
|
339
|
+
|
|
225
340
|
def prepend(self, draw_func):
|
|
226
341
|
"""
|
|
227
342
|
|
|
228
343
|
:param draw_func:
|
|
229
|
-
:type draw_func:
|
|
230
344
|
"""
|
|
231
345
|
...
|
|
232
346
|
|
|
233
|
-
def property_overridable_library_set(self):
|
|
234
|
-
|
|
347
|
+
def property_overridable_library_set(self):
|
|
348
|
+
""" """
|
|
349
|
+
...
|
|
350
|
+
|
|
351
|
+
def property_unset(self):
|
|
352
|
+
""" """
|
|
353
|
+
...
|
|
354
|
+
|
|
235
355
|
def remove(self, draw_func):
|
|
236
356
|
"""
|
|
237
357
|
|
|
238
358
|
:param draw_func:
|
|
239
|
-
:type draw_func:
|
|
240
359
|
"""
|
|
241
360
|
...
|
|
242
361
|
|
|
243
|
-
def type_recast(self):
|
|
244
|
-
|
|
362
|
+
def type_recast(self):
|
|
363
|
+
""" """
|
|
364
|
+
...
|
|
365
|
+
|
|
366
|
+
def values(self):
|
|
367
|
+
""" """
|
|
368
|
+
...
|
|
369
|
+
|
|
370
|
+
class MASK_MT_mask(bpy_types._GenericUI):
|
|
371
|
+
""" """
|
|
245
372
|
|
|
246
|
-
class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
247
373
|
bl_label: typing.Any
|
|
374
|
+
""" """
|
|
375
|
+
|
|
248
376
|
bl_rna: typing.Any
|
|
377
|
+
""" """
|
|
378
|
+
|
|
249
379
|
id_data: typing.Any
|
|
380
|
+
""" """
|
|
250
381
|
|
|
251
382
|
def append(self, draw_func):
|
|
252
383
|
"""
|
|
253
384
|
|
|
254
385
|
:param draw_func:
|
|
255
|
-
:type draw_func:
|
|
256
386
|
"""
|
|
257
387
|
...
|
|
258
388
|
|
|
259
|
-
def as_pointer(self):
|
|
260
|
-
|
|
261
|
-
|
|
389
|
+
def as_pointer(self):
|
|
390
|
+
""" """
|
|
391
|
+
...
|
|
392
|
+
|
|
393
|
+
def bl_rna_get_subclass(self):
|
|
394
|
+
""" """
|
|
395
|
+
...
|
|
396
|
+
|
|
397
|
+
def bl_rna_get_subclass_py(self):
|
|
398
|
+
""" """
|
|
399
|
+
...
|
|
400
|
+
|
|
262
401
|
def draw(self, _context):
|
|
263
402
|
"""
|
|
264
403
|
|
|
265
|
-
:param self:
|
|
266
|
-
:type self:
|
|
267
404
|
:param _context:
|
|
268
|
-
:type _context:
|
|
269
405
|
"""
|
|
270
406
|
...
|
|
271
407
|
|
|
@@ -273,38 +409,81 @@ class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
273
409
|
"""
|
|
274
410
|
|
|
275
411
|
:param context:
|
|
276
|
-
:type context:
|
|
277
412
|
:param layout:
|
|
278
|
-
:type layout:
|
|
279
413
|
"""
|
|
280
414
|
...
|
|
281
415
|
|
|
282
416
|
def draw_preset(self, _context):
|
|
283
417
|
"""
|
|
284
418
|
|
|
285
|
-
:param self:
|
|
286
|
-
:type self:
|
|
287
419
|
:param _context:
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
def
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
def
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
def
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
def
|
|
420
|
+
"""
|
|
421
|
+
...
|
|
422
|
+
|
|
423
|
+
def driver_add(self):
|
|
424
|
+
""" """
|
|
425
|
+
...
|
|
426
|
+
|
|
427
|
+
def driver_remove(self):
|
|
428
|
+
""" """
|
|
429
|
+
...
|
|
430
|
+
|
|
431
|
+
def get(self):
|
|
432
|
+
""" """
|
|
433
|
+
...
|
|
434
|
+
|
|
435
|
+
def id_properties_clear(self):
|
|
436
|
+
""" """
|
|
437
|
+
...
|
|
438
|
+
|
|
439
|
+
def id_properties_ensure(self):
|
|
440
|
+
""" """
|
|
441
|
+
...
|
|
442
|
+
|
|
443
|
+
def id_properties_ui(self):
|
|
444
|
+
""" """
|
|
445
|
+
...
|
|
446
|
+
|
|
447
|
+
def is_extended(self):
|
|
448
|
+
""" """
|
|
449
|
+
...
|
|
450
|
+
|
|
451
|
+
def is_property_hidden(self):
|
|
452
|
+
""" """
|
|
453
|
+
...
|
|
454
|
+
|
|
455
|
+
def is_property_overridable_library(self):
|
|
456
|
+
""" """
|
|
457
|
+
...
|
|
458
|
+
|
|
459
|
+
def is_property_readonly(self):
|
|
460
|
+
""" """
|
|
461
|
+
...
|
|
462
|
+
|
|
463
|
+
def is_property_set(self):
|
|
464
|
+
""" """
|
|
465
|
+
...
|
|
466
|
+
|
|
467
|
+
def items(self):
|
|
468
|
+
""" """
|
|
469
|
+
...
|
|
470
|
+
|
|
471
|
+
def keyframe_delete(self):
|
|
472
|
+
""" """
|
|
473
|
+
...
|
|
474
|
+
|
|
475
|
+
def keyframe_insert(self):
|
|
476
|
+
""" """
|
|
477
|
+
...
|
|
478
|
+
|
|
479
|
+
def keys(self):
|
|
480
|
+
""" """
|
|
481
|
+
...
|
|
482
|
+
|
|
483
|
+
def path_from_id(self):
|
|
484
|
+
""" """
|
|
485
|
+
...
|
|
486
|
+
|
|
308
487
|
def path_menu(
|
|
309
488
|
self,
|
|
310
489
|
searchpaths,
|
|
@@ -318,73 +497,90 @@ class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
318
497
|
):
|
|
319
498
|
"""
|
|
320
499
|
|
|
321
|
-
:param self:
|
|
322
|
-
:type self:
|
|
323
500
|
:param searchpaths:
|
|
324
|
-
:type searchpaths:
|
|
325
501
|
:param operator:
|
|
326
|
-
:type operator:
|
|
327
502
|
:param props_default:
|
|
328
|
-
:type props_default:
|
|
329
503
|
:param prop_filepath:
|
|
330
|
-
:type prop_filepath:
|
|
331
504
|
:param filter_ext:
|
|
332
|
-
:type filter_ext:
|
|
333
505
|
:param filter_path:
|
|
334
|
-
:type filter_path:
|
|
335
506
|
:param display_name:
|
|
336
|
-
:type display_name:
|
|
337
507
|
:param add_operator:
|
|
338
|
-
:type add_operator:
|
|
339
508
|
"""
|
|
340
509
|
...
|
|
341
510
|
|
|
342
|
-
def path_resolve(self):
|
|
343
|
-
|
|
511
|
+
def path_resolve(self):
|
|
512
|
+
""" """
|
|
513
|
+
...
|
|
514
|
+
|
|
515
|
+
def pop(self):
|
|
516
|
+
""" """
|
|
517
|
+
...
|
|
518
|
+
|
|
344
519
|
def prepend(self, draw_func):
|
|
345
520
|
"""
|
|
346
521
|
|
|
347
522
|
:param draw_func:
|
|
348
|
-
:type draw_func:
|
|
349
523
|
"""
|
|
350
524
|
...
|
|
351
525
|
|
|
352
|
-
def property_overridable_library_set(self):
|
|
353
|
-
|
|
526
|
+
def property_overridable_library_set(self):
|
|
527
|
+
""" """
|
|
528
|
+
...
|
|
529
|
+
|
|
530
|
+
def property_unset(self):
|
|
531
|
+
""" """
|
|
532
|
+
...
|
|
533
|
+
|
|
354
534
|
def remove(self, draw_func):
|
|
355
535
|
"""
|
|
356
536
|
|
|
357
537
|
:param draw_func:
|
|
358
|
-
:type draw_func:
|
|
359
538
|
"""
|
|
360
539
|
...
|
|
361
540
|
|
|
362
|
-
def type_recast(self):
|
|
363
|
-
|
|
541
|
+
def type_recast(self):
|
|
542
|
+
""" """
|
|
543
|
+
...
|
|
544
|
+
|
|
545
|
+
def values(self):
|
|
546
|
+
""" """
|
|
547
|
+
...
|
|
548
|
+
|
|
549
|
+
class MASK_MT_select(bpy_types._GenericUI):
|
|
550
|
+
""" """
|
|
364
551
|
|
|
365
|
-
class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
366
552
|
bl_label: typing.Any
|
|
553
|
+
""" """
|
|
554
|
+
|
|
367
555
|
bl_rna: typing.Any
|
|
556
|
+
""" """
|
|
557
|
+
|
|
368
558
|
id_data: typing.Any
|
|
559
|
+
""" """
|
|
369
560
|
|
|
370
561
|
def append(self, draw_func):
|
|
371
562
|
"""
|
|
372
563
|
|
|
373
564
|
:param draw_func:
|
|
374
|
-
:type draw_func:
|
|
375
565
|
"""
|
|
376
566
|
...
|
|
377
567
|
|
|
378
|
-
def as_pointer(self):
|
|
379
|
-
|
|
380
|
-
|
|
568
|
+
def as_pointer(self):
|
|
569
|
+
""" """
|
|
570
|
+
...
|
|
571
|
+
|
|
572
|
+
def bl_rna_get_subclass(self):
|
|
573
|
+
""" """
|
|
574
|
+
...
|
|
575
|
+
|
|
576
|
+
def bl_rna_get_subclass_py(self):
|
|
577
|
+
""" """
|
|
578
|
+
...
|
|
579
|
+
|
|
381
580
|
def draw(self, _context):
|
|
382
581
|
"""
|
|
383
582
|
|
|
384
|
-
:param self:
|
|
385
|
-
:type self:
|
|
386
583
|
:param _context:
|
|
387
|
-
:type _context:
|
|
388
584
|
"""
|
|
389
585
|
...
|
|
390
586
|
|
|
@@ -392,38 +588,81 @@ class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
392
588
|
"""
|
|
393
589
|
|
|
394
590
|
:param context:
|
|
395
|
-
:type context:
|
|
396
591
|
:param layout:
|
|
397
|
-
:type layout:
|
|
398
592
|
"""
|
|
399
593
|
...
|
|
400
594
|
|
|
401
595
|
def draw_preset(self, _context):
|
|
402
596
|
"""
|
|
403
597
|
|
|
404
|
-
:param self:
|
|
405
|
-
:type self:
|
|
406
598
|
:param _context:
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
def
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
def
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
def
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
def
|
|
599
|
+
"""
|
|
600
|
+
...
|
|
601
|
+
|
|
602
|
+
def driver_add(self):
|
|
603
|
+
""" """
|
|
604
|
+
...
|
|
605
|
+
|
|
606
|
+
def driver_remove(self):
|
|
607
|
+
""" """
|
|
608
|
+
...
|
|
609
|
+
|
|
610
|
+
def get(self):
|
|
611
|
+
""" """
|
|
612
|
+
...
|
|
613
|
+
|
|
614
|
+
def id_properties_clear(self):
|
|
615
|
+
""" """
|
|
616
|
+
...
|
|
617
|
+
|
|
618
|
+
def id_properties_ensure(self):
|
|
619
|
+
""" """
|
|
620
|
+
...
|
|
621
|
+
|
|
622
|
+
def id_properties_ui(self):
|
|
623
|
+
""" """
|
|
624
|
+
...
|
|
625
|
+
|
|
626
|
+
def is_extended(self):
|
|
627
|
+
""" """
|
|
628
|
+
...
|
|
629
|
+
|
|
630
|
+
def is_property_hidden(self):
|
|
631
|
+
""" """
|
|
632
|
+
...
|
|
633
|
+
|
|
634
|
+
def is_property_overridable_library(self):
|
|
635
|
+
""" """
|
|
636
|
+
...
|
|
637
|
+
|
|
638
|
+
def is_property_readonly(self):
|
|
639
|
+
""" """
|
|
640
|
+
...
|
|
641
|
+
|
|
642
|
+
def is_property_set(self):
|
|
643
|
+
""" """
|
|
644
|
+
...
|
|
645
|
+
|
|
646
|
+
def items(self):
|
|
647
|
+
""" """
|
|
648
|
+
...
|
|
649
|
+
|
|
650
|
+
def keyframe_delete(self):
|
|
651
|
+
""" """
|
|
652
|
+
...
|
|
653
|
+
|
|
654
|
+
def keyframe_insert(self):
|
|
655
|
+
""" """
|
|
656
|
+
...
|
|
657
|
+
|
|
658
|
+
def keys(self):
|
|
659
|
+
""" """
|
|
660
|
+
...
|
|
661
|
+
|
|
662
|
+
def path_from_id(self):
|
|
663
|
+
""" """
|
|
664
|
+
...
|
|
665
|
+
|
|
427
666
|
def path_menu(
|
|
428
667
|
self,
|
|
429
668
|
searchpaths,
|
|
@@ -437,73 +676,90 @@ class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
437
676
|
):
|
|
438
677
|
"""
|
|
439
678
|
|
|
440
|
-
:param self:
|
|
441
|
-
:type self:
|
|
442
679
|
:param searchpaths:
|
|
443
|
-
:type searchpaths:
|
|
444
680
|
:param operator:
|
|
445
|
-
:type operator:
|
|
446
681
|
:param props_default:
|
|
447
|
-
:type props_default:
|
|
448
682
|
:param prop_filepath:
|
|
449
|
-
:type prop_filepath:
|
|
450
683
|
:param filter_ext:
|
|
451
|
-
:type filter_ext:
|
|
452
684
|
:param filter_path:
|
|
453
|
-
:type filter_path:
|
|
454
685
|
:param display_name:
|
|
455
|
-
:type display_name:
|
|
456
686
|
:param add_operator:
|
|
457
|
-
:type add_operator:
|
|
458
687
|
"""
|
|
459
688
|
...
|
|
460
689
|
|
|
461
|
-
def path_resolve(self):
|
|
462
|
-
|
|
690
|
+
def path_resolve(self):
|
|
691
|
+
""" """
|
|
692
|
+
...
|
|
693
|
+
|
|
694
|
+
def pop(self):
|
|
695
|
+
""" """
|
|
696
|
+
...
|
|
697
|
+
|
|
463
698
|
def prepend(self, draw_func):
|
|
464
699
|
"""
|
|
465
700
|
|
|
466
701
|
:param draw_func:
|
|
467
|
-
:type draw_func:
|
|
468
702
|
"""
|
|
469
703
|
...
|
|
470
704
|
|
|
471
|
-
def property_overridable_library_set(self):
|
|
472
|
-
|
|
705
|
+
def property_overridable_library_set(self):
|
|
706
|
+
""" """
|
|
707
|
+
...
|
|
708
|
+
|
|
709
|
+
def property_unset(self):
|
|
710
|
+
""" """
|
|
711
|
+
...
|
|
712
|
+
|
|
473
713
|
def remove(self, draw_func):
|
|
474
714
|
"""
|
|
475
715
|
|
|
476
716
|
:param draw_func:
|
|
477
|
-
:type draw_func:
|
|
478
717
|
"""
|
|
479
718
|
...
|
|
480
719
|
|
|
481
|
-
def type_recast(self):
|
|
482
|
-
|
|
720
|
+
def type_recast(self):
|
|
721
|
+
""" """
|
|
722
|
+
...
|
|
723
|
+
|
|
724
|
+
def values(self):
|
|
725
|
+
""" """
|
|
726
|
+
...
|
|
727
|
+
|
|
728
|
+
class MASK_MT_transform(bpy_types._GenericUI):
|
|
729
|
+
""" """
|
|
483
730
|
|
|
484
|
-
class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
485
731
|
bl_label: typing.Any
|
|
732
|
+
""" """
|
|
733
|
+
|
|
486
734
|
bl_rna: typing.Any
|
|
735
|
+
""" """
|
|
736
|
+
|
|
487
737
|
id_data: typing.Any
|
|
738
|
+
""" """
|
|
488
739
|
|
|
489
740
|
def append(self, draw_func):
|
|
490
741
|
"""
|
|
491
742
|
|
|
492
743
|
:param draw_func:
|
|
493
|
-
:type draw_func:
|
|
494
744
|
"""
|
|
495
745
|
...
|
|
496
746
|
|
|
497
|
-
def as_pointer(self):
|
|
498
|
-
|
|
499
|
-
|
|
747
|
+
def as_pointer(self):
|
|
748
|
+
""" """
|
|
749
|
+
...
|
|
750
|
+
|
|
751
|
+
def bl_rna_get_subclass(self):
|
|
752
|
+
""" """
|
|
753
|
+
...
|
|
754
|
+
|
|
755
|
+
def bl_rna_get_subclass_py(self):
|
|
756
|
+
""" """
|
|
757
|
+
...
|
|
758
|
+
|
|
500
759
|
def draw(self, _context):
|
|
501
760
|
"""
|
|
502
761
|
|
|
503
|
-
:param self:
|
|
504
|
-
:type self:
|
|
505
762
|
:param _context:
|
|
506
|
-
:type _context:
|
|
507
763
|
"""
|
|
508
764
|
...
|
|
509
765
|
|
|
@@ -511,38 +767,81 @@ class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
511
767
|
"""
|
|
512
768
|
|
|
513
769
|
:param context:
|
|
514
|
-
:type context:
|
|
515
770
|
:param layout:
|
|
516
|
-
:type layout:
|
|
517
771
|
"""
|
|
518
772
|
...
|
|
519
773
|
|
|
520
774
|
def draw_preset(self, _context):
|
|
521
775
|
"""
|
|
522
776
|
|
|
523
|
-
:param self:
|
|
524
|
-
:type self:
|
|
525
777
|
:param _context:
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
def
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
def
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
def
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
def
|
|
778
|
+
"""
|
|
779
|
+
...
|
|
780
|
+
|
|
781
|
+
def driver_add(self):
|
|
782
|
+
""" """
|
|
783
|
+
...
|
|
784
|
+
|
|
785
|
+
def driver_remove(self):
|
|
786
|
+
""" """
|
|
787
|
+
...
|
|
788
|
+
|
|
789
|
+
def get(self):
|
|
790
|
+
""" """
|
|
791
|
+
...
|
|
792
|
+
|
|
793
|
+
def id_properties_clear(self):
|
|
794
|
+
""" """
|
|
795
|
+
...
|
|
796
|
+
|
|
797
|
+
def id_properties_ensure(self):
|
|
798
|
+
""" """
|
|
799
|
+
...
|
|
800
|
+
|
|
801
|
+
def id_properties_ui(self):
|
|
802
|
+
""" """
|
|
803
|
+
...
|
|
804
|
+
|
|
805
|
+
def is_extended(self):
|
|
806
|
+
""" """
|
|
807
|
+
...
|
|
808
|
+
|
|
809
|
+
def is_property_hidden(self):
|
|
810
|
+
""" """
|
|
811
|
+
...
|
|
812
|
+
|
|
813
|
+
def is_property_overridable_library(self):
|
|
814
|
+
""" """
|
|
815
|
+
...
|
|
816
|
+
|
|
817
|
+
def is_property_readonly(self):
|
|
818
|
+
""" """
|
|
819
|
+
...
|
|
820
|
+
|
|
821
|
+
def is_property_set(self):
|
|
822
|
+
""" """
|
|
823
|
+
...
|
|
824
|
+
|
|
825
|
+
def items(self):
|
|
826
|
+
""" """
|
|
827
|
+
...
|
|
828
|
+
|
|
829
|
+
def keyframe_delete(self):
|
|
830
|
+
""" """
|
|
831
|
+
...
|
|
832
|
+
|
|
833
|
+
def keyframe_insert(self):
|
|
834
|
+
""" """
|
|
835
|
+
...
|
|
836
|
+
|
|
837
|
+
def keys(self):
|
|
838
|
+
""" """
|
|
839
|
+
...
|
|
840
|
+
|
|
841
|
+
def path_from_id(self):
|
|
842
|
+
""" """
|
|
843
|
+
...
|
|
844
|
+
|
|
546
845
|
def path_menu(
|
|
547
846
|
self,
|
|
548
847
|
searchpaths,
|
|
@@ -556,73 +855,90 @@ class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
556
855
|
):
|
|
557
856
|
"""
|
|
558
857
|
|
|
559
|
-
:param self:
|
|
560
|
-
:type self:
|
|
561
858
|
:param searchpaths:
|
|
562
|
-
:type searchpaths:
|
|
563
859
|
:param operator:
|
|
564
|
-
:type operator:
|
|
565
860
|
:param props_default:
|
|
566
|
-
:type props_default:
|
|
567
861
|
:param prop_filepath:
|
|
568
|
-
:type prop_filepath:
|
|
569
862
|
:param filter_ext:
|
|
570
|
-
:type filter_ext:
|
|
571
863
|
:param filter_path:
|
|
572
|
-
:type filter_path:
|
|
573
864
|
:param display_name:
|
|
574
|
-
:type display_name:
|
|
575
865
|
:param add_operator:
|
|
576
|
-
:type add_operator:
|
|
577
866
|
"""
|
|
578
867
|
...
|
|
579
868
|
|
|
580
|
-
def path_resolve(self):
|
|
581
|
-
|
|
869
|
+
def path_resolve(self):
|
|
870
|
+
""" """
|
|
871
|
+
...
|
|
872
|
+
|
|
873
|
+
def pop(self):
|
|
874
|
+
""" """
|
|
875
|
+
...
|
|
876
|
+
|
|
582
877
|
def prepend(self, draw_func):
|
|
583
878
|
"""
|
|
584
879
|
|
|
585
880
|
:param draw_func:
|
|
586
|
-
:type draw_func:
|
|
587
881
|
"""
|
|
588
882
|
...
|
|
589
883
|
|
|
590
|
-
def property_overridable_library_set(self):
|
|
591
|
-
|
|
884
|
+
def property_overridable_library_set(self):
|
|
885
|
+
""" """
|
|
886
|
+
...
|
|
887
|
+
|
|
888
|
+
def property_unset(self):
|
|
889
|
+
""" """
|
|
890
|
+
...
|
|
891
|
+
|
|
592
892
|
def remove(self, draw_func):
|
|
593
893
|
"""
|
|
594
894
|
|
|
595
895
|
:param draw_func:
|
|
596
|
-
:type draw_func:
|
|
597
896
|
"""
|
|
598
897
|
...
|
|
599
898
|
|
|
600
|
-
def type_recast(self):
|
|
601
|
-
|
|
899
|
+
def type_recast(self):
|
|
900
|
+
""" """
|
|
901
|
+
...
|
|
902
|
+
|
|
903
|
+
def values(self):
|
|
904
|
+
""" """
|
|
905
|
+
...
|
|
906
|
+
|
|
907
|
+
class MASK_MT_visibility(bpy_types._GenericUI):
|
|
908
|
+
""" """
|
|
602
909
|
|
|
603
|
-
class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
604
910
|
bl_label: typing.Any
|
|
911
|
+
""" """
|
|
912
|
+
|
|
605
913
|
bl_rna: typing.Any
|
|
914
|
+
""" """
|
|
915
|
+
|
|
606
916
|
id_data: typing.Any
|
|
917
|
+
""" """
|
|
607
918
|
|
|
608
919
|
def append(self, draw_func):
|
|
609
920
|
"""
|
|
610
921
|
|
|
611
922
|
:param draw_func:
|
|
612
|
-
:type draw_func:
|
|
613
923
|
"""
|
|
614
924
|
...
|
|
615
925
|
|
|
616
|
-
def as_pointer(self):
|
|
617
|
-
|
|
618
|
-
|
|
926
|
+
def as_pointer(self):
|
|
927
|
+
""" """
|
|
928
|
+
...
|
|
929
|
+
|
|
930
|
+
def bl_rna_get_subclass(self):
|
|
931
|
+
""" """
|
|
932
|
+
...
|
|
933
|
+
|
|
934
|
+
def bl_rna_get_subclass_py(self):
|
|
935
|
+
""" """
|
|
936
|
+
...
|
|
937
|
+
|
|
619
938
|
def draw(self, _context):
|
|
620
939
|
"""
|
|
621
940
|
|
|
622
|
-
:param self:
|
|
623
|
-
:type self:
|
|
624
941
|
:param _context:
|
|
625
|
-
:type _context:
|
|
626
942
|
"""
|
|
627
943
|
...
|
|
628
944
|
|
|
@@ -630,38 +946,81 @@ class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
630
946
|
"""
|
|
631
947
|
|
|
632
948
|
:param context:
|
|
633
|
-
:type context:
|
|
634
949
|
:param layout:
|
|
635
|
-
:type layout:
|
|
636
950
|
"""
|
|
637
951
|
...
|
|
638
952
|
|
|
639
953
|
def draw_preset(self, _context):
|
|
640
954
|
"""
|
|
641
955
|
|
|
642
|
-
:param self:
|
|
643
|
-
:type self:
|
|
644
956
|
:param _context:
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
def
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
def
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
def
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
def
|
|
957
|
+
"""
|
|
958
|
+
...
|
|
959
|
+
|
|
960
|
+
def driver_add(self):
|
|
961
|
+
""" """
|
|
962
|
+
...
|
|
963
|
+
|
|
964
|
+
def driver_remove(self):
|
|
965
|
+
""" """
|
|
966
|
+
...
|
|
967
|
+
|
|
968
|
+
def get(self):
|
|
969
|
+
""" """
|
|
970
|
+
...
|
|
971
|
+
|
|
972
|
+
def id_properties_clear(self):
|
|
973
|
+
""" """
|
|
974
|
+
...
|
|
975
|
+
|
|
976
|
+
def id_properties_ensure(self):
|
|
977
|
+
""" """
|
|
978
|
+
...
|
|
979
|
+
|
|
980
|
+
def id_properties_ui(self):
|
|
981
|
+
""" """
|
|
982
|
+
...
|
|
983
|
+
|
|
984
|
+
def is_extended(self):
|
|
985
|
+
""" """
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
def is_property_hidden(self):
|
|
989
|
+
""" """
|
|
990
|
+
...
|
|
991
|
+
|
|
992
|
+
def is_property_overridable_library(self):
|
|
993
|
+
""" """
|
|
994
|
+
...
|
|
995
|
+
|
|
996
|
+
def is_property_readonly(self):
|
|
997
|
+
""" """
|
|
998
|
+
...
|
|
999
|
+
|
|
1000
|
+
def is_property_set(self):
|
|
1001
|
+
""" """
|
|
1002
|
+
...
|
|
1003
|
+
|
|
1004
|
+
def items(self):
|
|
1005
|
+
""" """
|
|
1006
|
+
...
|
|
1007
|
+
|
|
1008
|
+
def keyframe_delete(self):
|
|
1009
|
+
""" """
|
|
1010
|
+
...
|
|
1011
|
+
|
|
1012
|
+
def keyframe_insert(self):
|
|
1013
|
+
""" """
|
|
1014
|
+
...
|
|
1015
|
+
|
|
1016
|
+
def keys(self):
|
|
1017
|
+
""" """
|
|
1018
|
+
...
|
|
1019
|
+
|
|
1020
|
+
def path_from_id(self):
|
|
1021
|
+
""" """
|
|
1022
|
+
...
|
|
1023
|
+
|
|
665
1024
|
def path_menu(
|
|
666
1025
|
self,
|
|
667
1026
|
searchpaths,
|
|
@@ -675,60 +1034,65 @@ class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
675
1034
|
):
|
|
676
1035
|
"""
|
|
677
1036
|
|
|
678
|
-
:param self:
|
|
679
|
-
:type self:
|
|
680
1037
|
:param searchpaths:
|
|
681
|
-
:type searchpaths:
|
|
682
1038
|
:param operator:
|
|
683
|
-
:type operator:
|
|
684
1039
|
:param props_default:
|
|
685
|
-
:type props_default:
|
|
686
1040
|
:param prop_filepath:
|
|
687
|
-
:type prop_filepath:
|
|
688
1041
|
:param filter_ext:
|
|
689
|
-
:type filter_ext:
|
|
690
1042
|
:param filter_path:
|
|
691
|
-
:type filter_path:
|
|
692
1043
|
:param display_name:
|
|
693
|
-
:type display_name:
|
|
694
1044
|
:param add_operator:
|
|
695
|
-
:type add_operator:
|
|
696
1045
|
"""
|
|
697
1046
|
...
|
|
698
1047
|
|
|
699
|
-
def path_resolve(self):
|
|
700
|
-
|
|
1048
|
+
def path_resolve(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def pop(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
701
1056
|
def prepend(self, draw_func):
|
|
702
1057
|
"""
|
|
703
1058
|
|
|
704
1059
|
:param draw_func:
|
|
705
|
-
:type draw_func:
|
|
706
1060
|
"""
|
|
707
1061
|
...
|
|
708
1062
|
|
|
709
|
-
def property_overridable_library_set(self):
|
|
710
|
-
|
|
1063
|
+
def property_overridable_library_set(self):
|
|
1064
|
+
""" """
|
|
1065
|
+
...
|
|
1066
|
+
|
|
1067
|
+
def property_unset(self):
|
|
1068
|
+
""" """
|
|
1069
|
+
...
|
|
1070
|
+
|
|
711
1071
|
def remove(self, draw_func):
|
|
712
1072
|
"""
|
|
713
1073
|
|
|
714
1074
|
:param draw_func:
|
|
715
|
-
:type draw_func:
|
|
716
1075
|
"""
|
|
717
1076
|
...
|
|
718
1077
|
|
|
719
|
-
def type_recast(self):
|
|
720
|
-
|
|
1078
|
+
def type_recast(self):
|
|
1079
|
+
""" """
|
|
1080
|
+
...
|
|
1081
|
+
|
|
1082
|
+
def values(self):
|
|
1083
|
+
""" """
|
|
1084
|
+
...
|
|
721
1085
|
|
|
722
1086
|
class MASK_PT_display:
|
|
1087
|
+
""" """
|
|
1088
|
+
|
|
723
1089
|
bl_label: typing.Any
|
|
1090
|
+
""" """
|
|
724
1091
|
|
|
725
1092
|
def draw(self, context):
|
|
726
1093
|
"""
|
|
727
1094
|
|
|
728
|
-
:param self:
|
|
729
|
-
:type self:
|
|
730
1095
|
:param context:
|
|
731
|
-
:type context:
|
|
732
1096
|
"""
|
|
733
1097
|
...
|
|
734
1098
|
|
|
@@ -736,20 +1100,19 @@ class MASK_PT_display:
|
|
|
736
1100
|
"""
|
|
737
1101
|
|
|
738
1102
|
:param context:
|
|
739
|
-
:type context:
|
|
740
1103
|
"""
|
|
741
1104
|
...
|
|
742
1105
|
|
|
743
1106
|
class MASK_PT_layers:
|
|
1107
|
+
""" """
|
|
1108
|
+
|
|
744
1109
|
bl_label: typing.Any
|
|
1110
|
+
""" """
|
|
745
1111
|
|
|
746
1112
|
def draw(self, context):
|
|
747
1113
|
"""
|
|
748
1114
|
|
|
749
|
-
:param self:
|
|
750
|
-
:type self:
|
|
751
1115
|
:param context:
|
|
752
|
-
:type context:
|
|
753
1116
|
"""
|
|
754
1117
|
...
|
|
755
1118
|
|
|
@@ -757,21 +1120,22 @@ class MASK_PT_layers:
|
|
|
757
1120
|
"""
|
|
758
1121
|
|
|
759
1122
|
:param context:
|
|
760
|
-
:type context:
|
|
761
1123
|
"""
|
|
762
1124
|
...
|
|
763
1125
|
|
|
764
1126
|
class MASK_PT_mask:
|
|
1127
|
+
""" """
|
|
1128
|
+
|
|
765
1129
|
bl_label: typing.Any
|
|
1130
|
+
""" """
|
|
1131
|
+
|
|
766
1132
|
bl_options: typing.Any
|
|
1133
|
+
""" """
|
|
767
1134
|
|
|
768
1135
|
def draw(self, context):
|
|
769
1136
|
"""
|
|
770
1137
|
|
|
771
|
-
:param self:
|
|
772
|
-
:type self:
|
|
773
1138
|
:param context:
|
|
774
|
-
:type context:
|
|
775
1139
|
"""
|
|
776
1140
|
...
|
|
777
1141
|
|
|
@@ -779,20 +1143,19 @@ class MASK_PT_mask:
|
|
|
779
1143
|
"""
|
|
780
1144
|
|
|
781
1145
|
:param context:
|
|
782
|
-
:type context:
|
|
783
1146
|
"""
|
|
784
1147
|
...
|
|
785
1148
|
|
|
786
1149
|
class MASK_PT_point:
|
|
1150
|
+
""" """
|
|
1151
|
+
|
|
787
1152
|
bl_label: typing.Any
|
|
1153
|
+
""" """
|
|
788
1154
|
|
|
789
1155
|
def draw(self, context):
|
|
790
1156
|
"""
|
|
791
1157
|
|
|
792
|
-
:param self:
|
|
793
|
-
:type self:
|
|
794
1158
|
:param context:
|
|
795
|
-
:type context:
|
|
796
1159
|
"""
|
|
797
1160
|
...
|
|
798
1161
|
|
|
@@ -800,20 +1163,19 @@ class MASK_PT_point:
|
|
|
800
1163
|
"""
|
|
801
1164
|
|
|
802
1165
|
:param context:
|
|
803
|
-
:type context:
|
|
804
1166
|
"""
|
|
805
1167
|
...
|
|
806
1168
|
|
|
807
1169
|
class MASK_PT_spline:
|
|
1170
|
+
""" """
|
|
1171
|
+
|
|
808
1172
|
bl_label: typing.Any
|
|
1173
|
+
""" """
|
|
809
1174
|
|
|
810
1175
|
def draw(self, context):
|
|
811
1176
|
"""
|
|
812
1177
|
|
|
813
|
-
:param self:
|
|
814
|
-
:type self:
|
|
815
1178
|
:param context:
|
|
816
|
-
:type context:
|
|
817
1179
|
"""
|
|
818
1180
|
...
|
|
819
1181
|
|
|
@@ -821,21 +1183,22 @@ class MASK_PT_spline:
|
|
|
821
1183
|
"""
|
|
822
1184
|
|
|
823
1185
|
:param context:
|
|
824
|
-
:type context:
|
|
825
1186
|
"""
|
|
826
1187
|
...
|
|
827
1188
|
|
|
828
1189
|
class MASK_PT_tools:
|
|
1190
|
+
""" """
|
|
1191
|
+
|
|
829
1192
|
bl_category: typing.Any
|
|
1193
|
+
""" """
|
|
1194
|
+
|
|
830
1195
|
bl_label: typing.Any
|
|
1196
|
+
""" """
|
|
831
1197
|
|
|
832
1198
|
def draw(self, _context):
|
|
833
1199
|
"""
|
|
834
1200
|
|
|
835
|
-
:param self:
|
|
836
|
-
:type self:
|
|
837
1201
|
:param _context:
|
|
838
|
-
:type _context:
|
|
839
1202
|
"""
|
|
840
1203
|
...
|
|
841
1204
|
|
|
@@ -843,21 +1206,22 @@ class MASK_PT_tools:
|
|
|
843
1206
|
"""
|
|
844
1207
|
|
|
845
1208
|
:param context:
|
|
846
|
-
:type context:
|
|
847
1209
|
"""
|
|
848
1210
|
...
|
|
849
1211
|
|
|
850
1212
|
class MASK_PT_transforms:
|
|
1213
|
+
""" """
|
|
1214
|
+
|
|
851
1215
|
bl_category: typing.Any
|
|
1216
|
+
""" """
|
|
1217
|
+
|
|
852
1218
|
bl_label: typing.Any
|
|
1219
|
+
""" """
|
|
853
1220
|
|
|
854
1221
|
def draw(self, _context):
|
|
855
1222
|
"""
|
|
856
1223
|
|
|
857
|
-
:param self:
|
|
858
|
-
:type self:
|
|
859
1224
|
:param _context:
|
|
860
|
-
:type _context:
|
|
861
1225
|
"""
|
|
862
1226
|
...
|
|
863
1227
|
|
|
@@ -865,25 +1229,37 @@ class MASK_PT_transforms:
|
|
|
865
1229
|
"""
|
|
866
1230
|
|
|
867
1231
|
:param context:
|
|
868
|
-
:type context:
|
|
869
1232
|
"""
|
|
870
1233
|
...
|
|
871
1234
|
|
|
872
|
-
class MASK_UL_layers(bpy_types.
|
|
1235
|
+
class MASK_UL_layers(bpy_types._GenericUI):
|
|
1236
|
+
""" """
|
|
1237
|
+
|
|
873
1238
|
bl_rna: typing.Any
|
|
1239
|
+
""" """
|
|
1240
|
+
|
|
874
1241
|
id_data: typing.Any
|
|
1242
|
+
""" """
|
|
875
1243
|
|
|
876
1244
|
def append(self, draw_func):
|
|
877
1245
|
"""
|
|
878
1246
|
|
|
879
1247
|
:param draw_func:
|
|
880
|
-
:type draw_func:
|
|
881
1248
|
"""
|
|
882
1249
|
...
|
|
883
1250
|
|
|
884
|
-
def as_pointer(self):
|
|
885
|
-
|
|
886
|
-
|
|
1251
|
+
def as_pointer(self):
|
|
1252
|
+
""" """
|
|
1253
|
+
...
|
|
1254
|
+
|
|
1255
|
+
def bl_rna_get_subclass(self):
|
|
1256
|
+
""" """
|
|
1257
|
+
...
|
|
1258
|
+
|
|
1259
|
+
def bl_rna_get_subclass_py(self):
|
|
1260
|
+
""" """
|
|
1261
|
+
...
|
|
1262
|
+
|
|
887
1263
|
def draw_item(
|
|
888
1264
|
self,
|
|
889
1265
|
_context,
|
|
@@ -897,64 +1273,120 @@ class MASK_UL_layers(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
897
1273
|
):
|
|
898
1274
|
"""
|
|
899
1275
|
|
|
900
|
-
:param self:
|
|
901
|
-
:type self:
|
|
902
1276
|
:param _context:
|
|
903
|
-
:type _context:
|
|
904
1277
|
:param layout:
|
|
905
|
-
:type layout:
|
|
906
1278
|
:param _data:
|
|
907
|
-
:type _data:
|
|
908
1279
|
:param item:
|
|
909
|
-
:type item:
|
|
910
1280
|
:param icon:
|
|
911
|
-
:type icon:
|
|
912
1281
|
:param _active_data:
|
|
913
|
-
:type _active_data:
|
|
914
1282
|
:param _active_propname:
|
|
915
|
-
:type _active_propname:
|
|
916
1283
|
:param _index:
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
def
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
def
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
def
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
def
|
|
937
|
-
|
|
938
|
-
|
|
1284
|
+
"""
|
|
1285
|
+
...
|
|
1286
|
+
|
|
1287
|
+
def driver_add(self):
|
|
1288
|
+
""" """
|
|
1289
|
+
...
|
|
1290
|
+
|
|
1291
|
+
def driver_remove(self):
|
|
1292
|
+
""" """
|
|
1293
|
+
...
|
|
1294
|
+
|
|
1295
|
+
def get(self):
|
|
1296
|
+
""" """
|
|
1297
|
+
...
|
|
1298
|
+
|
|
1299
|
+
def id_properties_clear(self):
|
|
1300
|
+
""" """
|
|
1301
|
+
...
|
|
1302
|
+
|
|
1303
|
+
def id_properties_ensure(self):
|
|
1304
|
+
""" """
|
|
1305
|
+
...
|
|
1306
|
+
|
|
1307
|
+
def id_properties_ui(self):
|
|
1308
|
+
""" """
|
|
1309
|
+
...
|
|
1310
|
+
|
|
1311
|
+
def is_extended(self):
|
|
1312
|
+
""" """
|
|
1313
|
+
...
|
|
1314
|
+
|
|
1315
|
+
def is_property_hidden(self):
|
|
1316
|
+
""" """
|
|
1317
|
+
...
|
|
1318
|
+
|
|
1319
|
+
def is_property_overridable_library(self):
|
|
1320
|
+
""" """
|
|
1321
|
+
...
|
|
1322
|
+
|
|
1323
|
+
def is_property_readonly(self):
|
|
1324
|
+
""" """
|
|
1325
|
+
...
|
|
1326
|
+
|
|
1327
|
+
def is_property_set(self):
|
|
1328
|
+
""" """
|
|
1329
|
+
...
|
|
1330
|
+
|
|
1331
|
+
def items(self):
|
|
1332
|
+
""" """
|
|
1333
|
+
...
|
|
1334
|
+
|
|
1335
|
+
def keyframe_delete(self):
|
|
1336
|
+
""" """
|
|
1337
|
+
...
|
|
1338
|
+
|
|
1339
|
+
def keyframe_insert(self):
|
|
1340
|
+
""" """
|
|
1341
|
+
...
|
|
1342
|
+
|
|
1343
|
+
def keys(self):
|
|
1344
|
+
""" """
|
|
1345
|
+
...
|
|
1346
|
+
|
|
1347
|
+
def path_from_id(self):
|
|
1348
|
+
""" """
|
|
1349
|
+
...
|
|
1350
|
+
|
|
1351
|
+
def path_resolve(self):
|
|
1352
|
+
""" """
|
|
1353
|
+
...
|
|
1354
|
+
|
|
1355
|
+
def pop(self):
|
|
1356
|
+
""" """
|
|
1357
|
+
...
|
|
1358
|
+
|
|
939
1359
|
def prepend(self, draw_func):
|
|
940
1360
|
"""
|
|
941
1361
|
|
|
942
1362
|
:param draw_func:
|
|
943
|
-
:type draw_func:
|
|
944
1363
|
"""
|
|
945
1364
|
...
|
|
946
1365
|
|
|
947
|
-
def property_overridable_library_set(self):
|
|
948
|
-
|
|
1366
|
+
def property_overridable_library_set(self):
|
|
1367
|
+
""" """
|
|
1368
|
+
...
|
|
1369
|
+
|
|
1370
|
+
def property_unset(self):
|
|
1371
|
+
""" """
|
|
1372
|
+
...
|
|
1373
|
+
|
|
949
1374
|
def remove(self, draw_func):
|
|
950
1375
|
"""
|
|
951
1376
|
|
|
952
1377
|
:param draw_func:
|
|
953
|
-
:type draw_func:
|
|
954
1378
|
"""
|
|
955
1379
|
...
|
|
956
1380
|
|
|
957
|
-
def type_recast(self):
|
|
958
|
-
|
|
1381
|
+
def type_recast(self):
|
|
1382
|
+
""" """
|
|
1383
|
+
...
|
|
1384
|
+
|
|
1385
|
+
def values(self):
|
|
1386
|
+
""" """
|
|
1387
|
+
...
|
|
1388
|
+
|
|
1389
|
+
def draw_mask_context_menu(layout, _context):
|
|
1390
|
+
""" """
|
|
959
1391
|
|
|
960
|
-
|
|
1392
|
+
...
|