fake-bpy-module 20240320__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 +331 -429
- 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 +86358 -87091
- 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-20240320.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-20240320.dist-info/RECORD +0 -343
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
|
@@ -4,81 +4,82 @@ import bpy_types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
class AnnotationDataPanel:
|
|
7
|
+
""" """
|
|
8
|
+
|
|
7
9
|
bl_label: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
8
12
|
bl_options: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
9
15
|
bl_region_type: typing.Any
|
|
16
|
+
""" """
|
|
10
17
|
|
|
11
18
|
def draw(self, context):
|
|
12
19
|
"""
|
|
13
20
|
|
|
14
|
-
:param self:
|
|
15
|
-
:type self:
|
|
16
21
|
:param context:
|
|
17
|
-
:type context:
|
|
18
22
|
"""
|
|
19
23
|
...
|
|
20
24
|
|
|
21
25
|
def draw_header(self, context):
|
|
22
26
|
"""
|
|
23
27
|
|
|
24
|
-
:param self:
|
|
25
|
-
:type self:
|
|
26
28
|
:param context:
|
|
27
|
-
:type context:
|
|
28
29
|
"""
|
|
29
30
|
...
|
|
30
31
|
|
|
31
32
|
def draw_layers(self, context, layout, gpd):
|
|
32
33
|
"""
|
|
33
34
|
|
|
34
|
-
:param self:
|
|
35
|
-
:type self:
|
|
36
35
|
:param context:
|
|
37
|
-
:type context:
|
|
38
36
|
:param layout:
|
|
39
|
-
:type layout:
|
|
40
37
|
:param gpd:
|
|
41
|
-
:type gpd:
|
|
42
38
|
"""
|
|
43
39
|
...
|
|
44
40
|
|
|
45
41
|
class AnnotationDrawingToolsPanel:
|
|
42
|
+
""" """
|
|
43
|
+
|
|
46
44
|
bl_category: typing.Any
|
|
45
|
+
""" """
|
|
46
|
+
|
|
47
47
|
bl_label: typing.Any
|
|
48
|
+
""" """
|
|
49
|
+
|
|
48
50
|
bl_region_type: typing.Any
|
|
51
|
+
""" """
|
|
49
52
|
|
|
50
53
|
def draw(self, context):
|
|
51
54
|
"""
|
|
52
55
|
|
|
53
|
-
:param self:
|
|
54
|
-
:type self:
|
|
55
56
|
:param context:
|
|
56
|
-
:type context:
|
|
57
57
|
"""
|
|
58
58
|
...
|
|
59
59
|
|
|
60
60
|
class AnnotationOnionSkin:
|
|
61
|
+
""" """
|
|
62
|
+
|
|
61
63
|
bl_label: typing.Any
|
|
64
|
+
""" """
|
|
65
|
+
|
|
62
66
|
bl_options: typing.Any
|
|
67
|
+
""" """
|
|
68
|
+
|
|
63
69
|
bl_region_type: typing.Any
|
|
70
|
+
""" """
|
|
64
71
|
|
|
65
72
|
def draw(self, context):
|
|
66
73
|
"""
|
|
67
74
|
|
|
68
|
-
:param self:
|
|
69
|
-
:type self:
|
|
70
75
|
:param context:
|
|
71
|
-
:type context:
|
|
72
76
|
"""
|
|
73
77
|
...
|
|
74
78
|
|
|
75
79
|
def draw_header(self, context):
|
|
76
80
|
"""
|
|
77
81
|
|
|
78
|
-
:param self:
|
|
79
|
-
:type self:
|
|
80
82
|
:param context:
|
|
81
|
-
:type context:
|
|
82
83
|
"""
|
|
83
84
|
...
|
|
84
85
|
|
|
@@ -86,33 +87,44 @@ class AnnotationOnionSkin:
|
|
|
86
87
|
"""
|
|
87
88
|
|
|
88
89
|
:param context:
|
|
89
|
-
:type context:
|
|
90
90
|
"""
|
|
91
91
|
...
|
|
92
92
|
|
|
93
|
-
class GPENCIL_MT_cleanup(bpy_types.
|
|
93
|
+
class GPENCIL_MT_cleanup(bpy_types._GenericUI):
|
|
94
|
+
""" """
|
|
95
|
+
|
|
94
96
|
bl_label: typing.Any
|
|
97
|
+
""" """
|
|
98
|
+
|
|
95
99
|
bl_rna: typing.Any
|
|
100
|
+
""" """
|
|
101
|
+
|
|
96
102
|
id_data: typing.Any
|
|
103
|
+
""" """
|
|
97
104
|
|
|
98
105
|
def append(self, draw_func):
|
|
99
106
|
"""
|
|
100
107
|
|
|
101
108
|
:param draw_func:
|
|
102
|
-
:type draw_func:
|
|
103
109
|
"""
|
|
104
110
|
...
|
|
105
111
|
|
|
106
|
-
def as_pointer(self):
|
|
107
|
-
|
|
108
|
-
|
|
112
|
+
def as_pointer(self):
|
|
113
|
+
""" """
|
|
114
|
+
...
|
|
115
|
+
|
|
116
|
+
def bl_rna_get_subclass(self):
|
|
117
|
+
""" """
|
|
118
|
+
...
|
|
119
|
+
|
|
120
|
+
def bl_rna_get_subclass_py(self):
|
|
121
|
+
""" """
|
|
122
|
+
...
|
|
123
|
+
|
|
109
124
|
def draw(self, context):
|
|
110
125
|
"""
|
|
111
126
|
|
|
112
|
-
:param self:
|
|
113
|
-
:type self:
|
|
114
127
|
:param context:
|
|
115
|
-
:type context:
|
|
116
128
|
"""
|
|
117
129
|
...
|
|
118
130
|
|
|
@@ -120,38 +132,81 @@ class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
120
132
|
"""
|
|
121
133
|
|
|
122
134
|
:param context:
|
|
123
|
-
:type context:
|
|
124
135
|
:param layout:
|
|
125
|
-
:type layout:
|
|
126
136
|
"""
|
|
127
137
|
...
|
|
128
138
|
|
|
129
139
|
def draw_preset(self, _context):
|
|
130
140
|
"""
|
|
131
141
|
|
|
132
|
-
:param self:
|
|
133
|
-
:type self:
|
|
134
142
|
:param _context:
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
def
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
def
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
def
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
def
|
|
143
|
+
"""
|
|
144
|
+
...
|
|
145
|
+
|
|
146
|
+
def driver_add(self):
|
|
147
|
+
""" """
|
|
148
|
+
...
|
|
149
|
+
|
|
150
|
+
def driver_remove(self):
|
|
151
|
+
""" """
|
|
152
|
+
...
|
|
153
|
+
|
|
154
|
+
def get(self):
|
|
155
|
+
""" """
|
|
156
|
+
...
|
|
157
|
+
|
|
158
|
+
def id_properties_clear(self):
|
|
159
|
+
""" """
|
|
160
|
+
...
|
|
161
|
+
|
|
162
|
+
def id_properties_ensure(self):
|
|
163
|
+
""" """
|
|
164
|
+
...
|
|
165
|
+
|
|
166
|
+
def id_properties_ui(self):
|
|
167
|
+
""" """
|
|
168
|
+
...
|
|
169
|
+
|
|
170
|
+
def is_extended(self):
|
|
171
|
+
""" """
|
|
172
|
+
...
|
|
173
|
+
|
|
174
|
+
def is_property_hidden(self):
|
|
175
|
+
""" """
|
|
176
|
+
...
|
|
177
|
+
|
|
178
|
+
def is_property_overridable_library(self):
|
|
179
|
+
""" """
|
|
180
|
+
...
|
|
181
|
+
|
|
182
|
+
def is_property_readonly(self):
|
|
183
|
+
""" """
|
|
184
|
+
...
|
|
185
|
+
|
|
186
|
+
def is_property_set(self):
|
|
187
|
+
""" """
|
|
188
|
+
...
|
|
189
|
+
|
|
190
|
+
def items(self):
|
|
191
|
+
""" """
|
|
192
|
+
...
|
|
193
|
+
|
|
194
|
+
def keyframe_delete(self):
|
|
195
|
+
""" """
|
|
196
|
+
...
|
|
197
|
+
|
|
198
|
+
def keyframe_insert(self):
|
|
199
|
+
""" """
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
def keys(self):
|
|
203
|
+
""" """
|
|
204
|
+
...
|
|
205
|
+
|
|
206
|
+
def path_from_id(self):
|
|
207
|
+
""" """
|
|
208
|
+
...
|
|
209
|
+
|
|
155
210
|
def path_menu(
|
|
156
211
|
self,
|
|
157
212
|
searchpaths,
|
|
@@ -165,73 +220,90 @@ class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
165
220
|
):
|
|
166
221
|
"""
|
|
167
222
|
|
|
168
|
-
:param self:
|
|
169
|
-
:type self:
|
|
170
223
|
:param searchpaths:
|
|
171
|
-
:type searchpaths:
|
|
172
224
|
:param operator:
|
|
173
|
-
:type operator:
|
|
174
225
|
:param props_default:
|
|
175
|
-
:type props_default:
|
|
176
226
|
:param prop_filepath:
|
|
177
|
-
:type prop_filepath:
|
|
178
227
|
:param filter_ext:
|
|
179
|
-
:type filter_ext:
|
|
180
228
|
:param filter_path:
|
|
181
|
-
:type filter_path:
|
|
182
229
|
:param display_name:
|
|
183
|
-
:type display_name:
|
|
184
230
|
:param add_operator:
|
|
185
|
-
:type add_operator:
|
|
186
231
|
"""
|
|
187
232
|
...
|
|
188
233
|
|
|
189
|
-
def path_resolve(self):
|
|
190
|
-
|
|
234
|
+
def path_resolve(self):
|
|
235
|
+
""" """
|
|
236
|
+
...
|
|
237
|
+
|
|
238
|
+
def pop(self):
|
|
239
|
+
""" """
|
|
240
|
+
...
|
|
241
|
+
|
|
191
242
|
def prepend(self, draw_func):
|
|
192
243
|
"""
|
|
193
244
|
|
|
194
245
|
:param draw_func:
|
|
195
|
-
:type draw_func:
|
|
196
246
|
"""
|
|
197
247
|
...
|
|
198
248
|
|
|
199
|
-
def property_overridable_library_set(self):
|
|
200
|
-
|
|
249
|
+
def property_overridable_library_set(self):
|
|
250
|
+
""" """
|
|
251
|
+
...
|
|
252
|
+
|
|
253
|
+
def property_unset(self):
|
|
254
|
+
""" """
|
|
255
|
+
...
|
|
256
|
+
|
|
201
257
|
def remove(self, draw_func):
|
|
202
258
|
"""
|
|
203
259
|
|
|
204
260
|
:param draw_func:
|
|
205
|
-
:type draw_func:
|
|
206
261
|
"""
|
|
207
262
|
...
|
|
208
263
|
|
|
209
|
-
def type_recast(self):
|
|
210
|
-
|
|
264
|
+
def type_recast(self):
|
|
265
|
+
""" """
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def values(self):
|
|
269
|
+
""" """
|
|
270
|
+
...
|
|
271
|
+
|
|
272
|
+
class GPENCIL_MT_gpencil_draw_delete(bpy_types._GenericUI):
|
|
273
|
+
""" """
|
|
211
274
|
|
|
212
|
-
class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
213
275
|
bl_label: typing.Any
|
|
276
|
+
""" """
|
|
277
|
+
|
|
214
278
|
bl_rna: typing.Any
|
|
279
|
+
""" """
|
|
280
|
+
|
|
215
281
|
id_data: typing.Any
|
|
282
|
+
""" """
|
|
216
283
|
|
|
217
284
|
def append(self, draw_func):
|
|
218
285
|
"""
|
|
219
286
|
|
|
220
287
|
:param draw_func:
|
|
221
|
-
:type draw_func:
|
|
222
288
|
"""
|
|
223
289
|
...
|
|
224
290
|
|
|
225
|
-
def as_pointer(self):
|
|
226
|
-
|
|
227
|
-
|
|
291
|
+
def as_pointer(self):
|
|
292
|
+
""" """
|
|
293
|
+
...
|
|
294
|
+
|
|
295
|
+
def bl_rna_get_subclass(self):
|
|
296
|
+
""" """
|
|
297
|
+
...
|
|
298
|
+
|
|
299
|
+
def bl_rna_get_subclass_py(self):
|
|
300
|
+
""" """
|
|
301
|
+
...
|
|
302
|
+
|
|
228
303
|
def draw(self, _context):
|
|
229
304
|
"""
|
|
230
305
|
|
|
231
|
-
:param self:
|
|
232
|
-
:type self:
|
|
233
306
|
:param _context:
|
|
234
|
-
:type _context:
|
|
235
307
|
"""
|
|
236
308
|
...
|
|
237
309
|
|
|
@@ -239,38 +311,81 @@ class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
239
311
|
"""
|
|
240
312
|
|
|
241
313
|
:param context:
|
|
242
|
-
:type context:
|
|
243
314
|
:param layout:
|
|
244
|
-
:type layout:
|
|
245
315
|
"""
|
|
246
316
|
...
|
|
247
317
|
|
|
248
318
|
def draw_preset(self, _context):
|
|
249
319
|
"""
|
|
250
320
|
|
|
251
|
-
:param self:
|
|
252
|
-
:type self:
|
|
253
321
|
:param _context:
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
def
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
def
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
def
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
def
|
|
322
|
+
"""
|
|
323
|
+
...
|
|
324
|
+
|
|
325
|
+
def driver_add(self):
|
|
326
|
+
""" """
|
|
327
|
+
...
|
|
328
|
+
|
|
329
|
+
def driver_remove(self):
|
|
330
|
+
""" """
|
|
331
|
+
...
|
|
332
|
+
|
|
333
|
+
def get(self):
|
|
334
|
+
""" """
|
|
335
|
+
...
|
|
336
|
+
|
|
337
|
+
def id_properties_clear(self):
|
|
338
|
+
""" """
|
|
339
|
+
...
|
|
340
|
+
|
|
341
|
+
def id_properties_ensure(self):
|
|
342
|
+
""" """
|
|
343
|
+
...
|
|
344
|
+
|
|
345
|
+
def id_properties_ui(self):
|
|
346
|
+
""" """
|
|
347
|
+
...
|
|
348
|
+
|
|
349
|
+
def is_extended(self):
|
|
350
|
+
""" """
|
|
351
|
+
...
|
|
352
|
+
|
|
353
|
+
def is_property_hidden(self):
|
|
354
|
+
""" """
|
|
355
|
+
...
|
|
356
|
+
|
|
357
|
+
def is_property_overridable_library(self):
|
|
358
|
+
""" """
|
|
359
|
+
...
|
|
360
|
+
|
|
361
|
+
def is_property_readonly(self):
|
|
362
|
+
""" """
|
|
363
|
+
...
|
|
364
|
+
|
|
365
|
+
def is_property_set(self):
|
|
366
|
+
""" """
|
|
367
|
+
...
|
|
368
|
+
|
|
369
|
+
def items(self):
|
|
370
|
+
""" """
|
|
371
|
+
...
|
|
372
|
+
|
|
373
|
+
def keyframe_delete(self):
|
|
374
|
+
""" """
|
|
375
|
+
...
|
|
376
|
+
|
|
377
|
+
def keyframe_insert(self):
|
|
378
|
+
""" """
|
|
379
|
+
...
|
|
380
|
+
|
|
381
|
+
def keys(self):
|
|
382
|
+
""" """
|
|
383
|
+
...
|
|
384
|
+
|
|
385
|
+
def path_from_id(self):
|
|
386
|
+
""" """
|
|
387
|
+
...
|
|
388
|
+
|
|
274
389
|
def path_menu(
|
|
275
390
|
self,
|
|
276
391
|
searchpaths,
|
|
@@ -284,73 +399,90 @@ class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
284
399
|
):
|
|
285
400
|
"""
|
|
286
401
|
|
|
287
|
-
:param self:
|
|
288
|
-
:type self:
|
|
289
402
|
:param searchpaths:
|
|
290
|
-
:type searchpaths:
|
|
291
403
|
:param operator:
|
|
292
|
-
:type operator:
|
|
293
404
|
:param props_default:
|
|
294
|
-
:type props_default:
|
|
295
405
|
:param prop_filepath:
|
|
296
|
-
:type prop_filepath:
|
|
297
406
|
:param filter_ext:
|
|
298
|
-
:type filter_ext:
|
|
299
407
|
:param filter_path:
|
|
300
|
-
:type filter_path:
|
|
301
408
|
:param display_name:
|
|
302
|
-
:type display_name:
|
|
303
409
|
:param add_operator:
|
|
304
|
-
:type add_operator:
|
|
305
410
|
"""
|
|
306
411
|
...
|
|
307
412
|
|
|
308
|
-
def path_resolve(self):
|
|
309
|
-
|
|
413
|
+
def path_resolve(self):
|
|
414
|
+
""" """
|
|
415
|
+
...
|
|
416
|
+
|
|
417
|
+
def pop(self):
|
|
418
|
+
""" """
|
|
419
|
+
...
|
|
420
|
+
|
|
310
421
|
def prepend(self, draw_func):
|
|
311
422
|
"""
|
|
312
423
|
|
|
313
424
|
:param draw_func:
|
|
314
|
-
:type draw_func:
|
|
315
425
|
"""
|
|
316
426
|
...
|
|
317
427
|
|
|
318
|
-
def property_overridable_library_set(self):
|
|
319
|
-
|
|
428
|
+
def property_overridable_library_set(self):
|
|
429
|
+
""" """
|
|
430
|
+
...
|
|
431
|
+
|
|
432
|
+
def property_unset(self):
|
|
433
|
+
""" """
|
|
434
|
+
...
|
|
435
|
+
|
|
320
436
|
def remove(self, draw_func):
|
|
321
437
|
"""
|
|
322
438
|
|
|
323
439
|
:param draw_func:
|
|
324
|
-
:type draw_func:
|
|
325
440
|
"""
|
|
326
441
|
...
|
|
327
442
|
|
|
328
|
-
def type_recast(self):
|
|
329
|
-
|
|
443
|
+
def type_recast(self):
|
|
444
|
+
""" """
|
|
445
|
+
...
|
|
446
|
+
|
|
447
|
+
def values(self):
|
|
448
|
+
""" """
|
|
449
|
+
...
|
|
450
|
+
|
|
451
|
+
class GPENCIL_MT_layer_active(bpy_types._GenericUI):
|
|
452
|
+
""" """
|
|
330
453
|
|
|
331
|
-
class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
332
454
|
bl_label: typing.Any
|
|
455
|
+
""" """
|
|
456
|
+
|
|
333
457
|
bl_rna: typing.Any
|
|
458
|
+
""" """
|
|
459
|
+
|
|
334
460
|
id_data: typing.Any
|
|
461
|
+
""" """
|
|
335
462
|
|
|
336
463
|
def append(self, draw_func):
|
|
337
464
|
"""
|
|
338
465
|
|
|
339
466
|
:param draw_func:
|
|
340
|
-
:type draw_func:
|
|
341
467
|
"""
|
|
342
468
|
...
|
|
343
469
|
|
|
344
|
-
def as_pointer(self):
|
|
345
|
-
|
|
346
|
-
|
|
470
|
+
def as_pointer(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
def bl_rna_get_subclass(self):
|
|
475
|
+
""" """
|
|
476
|
+
...
|
|
477
|
+
|
|
478
|
+
def bl_rna_get_subclass_py(self):
|
|
479
|
+
""" """
|
|
480
|
+
...
|
|
481
|
+
|
|
347
482
|
def draw(self, context):
|
|
348
483
|
"""
|
|
349
484
|
|
|
350
|
-
:param self:
|
|
351
|
-
:type self:
|
|
352
485
|
:param context:
|
|
353
|
-
:type context:
|
|
354
486
|
"""
|
|
355
487
|
...
|
|
356
488
|
|
|
@@ -358,38 +490,81 @@ class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
358
490
|
"""
|
|
359
491
|
|
|
360
492
|
:param context:
|
|
361
|
-
:type context:
|
|
362
493
|
:param layout:
|
|
363
|
-
:type layout:
|
|
364
494
|
"""
|
|
365
495
|
...
|
|
366
496
|
|
|
367
497
|
def draw_preset(self, _context):
|
|
368
498
|
"""
|
|
369
499
|
|
|
370
|
-
:param self:
|
|
371
|
-
:type self:
|
|
372
500
|
:param _context:
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
def
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
def
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
def
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
def
|
|
501
|
+
"""
|
|
502
|
+
...
|
|
503
|
+
|
|
504
|
+
def driver_add(self):
|
|
505
|
+
""" """
|
|
506
|
+
...
|
|
507
|
+
|
|
508
|
+
def driver_remove(self):
|
|
509
|
+
""" """
|
|
510
|
+
...
|
|
511
|
+
|
|
512
|
+
def get(self):
|
|
513
|
+
""" """
|
|
514
|
+
...
|
|
515
|
+
|
|
516
|
+
def id_properties_clear(self):
|
|
517
|
+
""" """
|
|
518
|
+
...
|
|
519
|
+
|
|
520
|
+
def id_properties_ensure(self):
|
|
521
|
+
""" """
|
|
522
|
+
...
|
|
523
|
+
|
|
524
|
+
def id_properties_ui(self):
|
|
525
|
+
""" """
|
|
526
|
+
...
|
|
527
|
+
|
|
528
|
+
def is_extended(self):
|
|
529
|
+
""" """
|
|
530
|
+
...
|
|
531
|
+
|
|
532
|
+
def is_property_hidden(self):
|
|
533
|
+
""" """
|
|
534
|
+
...
|
|
535
|
+
|
|
536
|
+
def is_property_overridable_library(self):
|
|
537
|
+
""" """
|
|
538
|
+
...
|
|
539
|
+
|
|
540
|
+
def is_property_readonly(self):
|
|
541
|
+
""" """
|
|
542
|
+
...
|
|
543
|
+
|
|
544
|
+
def is_property_set(self):
|
|
545
|
+
""" """
|
|
546
|
+
...
|
|
547
|
+
|
|
548
|
+
def items(self):
|
|
549
|
+
""" """
|
|
550
|
+
...
|
|
551
|
+
|
|
552
|
+
def keyframe_delete(self):
|
|
553
|
+
""" """
|
|
554
|
+
...
|
|
555
|
+
|
|
556
|
+
def keyframe_insert(self):
|
|
557
|
+
""" """
|
|
558
|
+
...
|
|
559
|
+
|
|
560
|
+
def keys(self):
|
|
561
|
+
""" """
|
|
562
|
+
...
|
|
563
|
+
|
|
564
|
+
def path_from_id(self):
|
|
565
|
+
""" """
|
|
566
|
+
...
|
|
567
|
+
|
|
393
568
|
def path_menu(
|
|
394
569
|
self,
|
|
395
570
|
searchpaths,
|
|
@@ -403,73 +578,90 @@ class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
403
578
|
):
|
|
404
579
|
"""
|
|
405
580
|
|
|
406
|
-
:param self:
|
|
407
|
-
:type self:
|
|
408
581
|
:param searchpaths:
|
|
409
|
-
:type searchpaths:
|
|
410
582
|
:param operator:
|
|
411
|
-
:type operator:
|
|
412
583
|
:param props_default:
|
|
413
|
-
:type props_default:
|
|
414
584
|
:param prop_filepath:
|
|
415
|
-
:type prop_filepath:
|
|
416
585
|
:param filter_ext:
|
|
417
|
-
:type filter_ext:
|
|
418
586
|
:param filter_path:
|
|
419
|
-
:type filter_path:
|
|
420
587
|
:param display_name:
|
|
421
|
-
:type display_name:
|
|
422
588
|
:param add_operator:
|
|
423
|
-
:type add_operator:
|
|
424
589
|
"""
|
|
425
590
|
...
|
|
426
591
|
|
|
427
|
-
def path_resolve(self):
|
|
428
|
-
|
|
592
|
+
def path_resolve(self):
|
|
593
|
+
""" """
|
|
594
|
+
...
|
|
595
|
+
|
|
596
|
+
def pop(self):
|
|
597
|
+
""" """
|
|
598
|
+
...
|
|
599
|
+
|
|
429
600
|
def prepend(self, draw_func):
|
|
430
601
|
"""
|
|
431
602
|
|
|
432
603
|
:param draw_func:
|
|
433
|
-
:type draw_func:
|
|
434
604
|
"""
|
|
435
605
|
...
|
|
436
606
|
|
|
437
|
-
def property_overridable_library_set(self):
|
|
438
|
-
|
|
607
|
+
def property_overridable_library_set(self):
|
|
608
|
+
""" """
|
|
609
|
+
...
|
|
610
|
+
|
|
611
|
+
def property_unset(self):
|
|
612
|
+
""" """
|
|
613
|
+
...
|
|
614
|
+
|
|
439
615
|
def remove(self, draw_func):
|
|
440
616
|
"""
|
|
441
617
|
|
|
442
618
|
:param draw_func:
|
|
443
|
-
:type draw_func:
|
|
444
619
|
"""
|
|
445
620
|
...
|
|
446
621
|
|
|
447
|
-
def type_recast(self):
|
|
448
|
-
|
|
622
|
+
def type_recast(self):
|
|
623
|
+
""" """
|
|
624
|
+
...
|
|
625
|
+
|
|
626
|
+
def values(self):
|
|
627
|
+
""" """
|
|
628
|
+
...
|
|
629
|
+
|
|
630
|
+
class GPENCIL_MT_layer_mask_menu(bpy_types._GenericUI):
|
|
631
|
+
""" """
|
|
449
632
|
|
|
450
|
-
class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
451
633
|
bl_label: typing.Any
|
|
634
|
+
""" """
|
|
635
|
+
|
|
452
636
|
bl_rna: typing.Any
|
|
637
|
+
""" """
|
|
638
|
+
|
|
453
639
|
id_data: typing.Any
|
|
640
|
+
""" """
|
|
454
641
|
|
|
455
642
|
def append(self, draw_func):
|
|
456
643
|
"""
|
|
457
644
|
|
|
458
645
|
:param draw_func:
|
|
459
|
-
:type draw_func:
|
|
460
646
|
"""
|
|
461
647
|
...
|
|
462
648
|
|
|
463
|
-
def as_pointer(self):
|
|
464
|
-
|
|
465
|
-
|
|
649
|
+
def as_pointer(self):
|
|
650
|
+
""" """
|
|
651
|
+
...
|
|
652
|
+
|
|
653
|
+
def bl_rna_get_subclass(self):
|
|
654
|
+
""" """
|
|
655
|
+
...
|
|
656
|
+
|
|
657
|
+
def bl_rna_get_subclass_py(self):
|
|
658
|
+
""" """
|
|
659
|
+
...
|
|
660
|
+
|
|
466
661
|
def draw(self, context):
|
|
467
662
|
"""
|
|
468
663
|
|
|
469
|
-
:param self:
|
|
470
|
-
:type self:
|
|
471
664
|
:param context:
|
|
472
|
-
:type context:
|
|
473
665
|
"""
|
|
474
666
|
...
|
|
475
667
|
|
|
@@ -477,38 +669,81 @@ class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
477
669
|
"""
|
|
478
670
|
|
|
479
671
|
:param context:
|
|
480
|
-
:type context:
|
|
481
672
|
:param layout:
|
|
482
|
-
:type layout:
|
|
483
673
|
"""
|
|
484
674
|
...
|
|
485
675
|
|
|
486
676
|
def draw_preset(self, _context):
|
|
487
677
|
"""
|
|
488
678
|
|
|
489
|
-
:param self:
|
|
490
|
-
:type self:
|
|
491
679
|
:param _context:
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
def
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
def
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
def
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
def
|
|
680
|
+
"""
|
|
681
|
+
...
|
|
682
|
+
|
|
683
|
+
def driver_add(self):
|
|
684
|
+
""" """
|
|
685
|
+
...
|
|
686
|
+
|
|
687
|
+
def driver_remove(self):
|
|
688
|
+
""" """
|
|
689
|
+
...
|
|
690
|
+
|
|
691
|
+
def get(self):
|
|
692
|
+
""" """
|
|
693
|
+
...
|
|
694
|
+
|
|
695
|
+
def id_properties_clear(self):
|
|
696
|
+
""" """
|
|
697
|
+
...
|
|
698
|
+
|
|
699
|
+
def id_properties_ensure(self):
|
|
700
|
+
""" """
|
|
701
|
+
...
|
|
702
|
+
|
|
703
|
+
def id_properties_ui(self):
|
|
704
|
+
""" """
|
|
705
|
+
...
|
|
706
|
+
|
|
707
|
+
def is_extended(self):
|
|
708
|
+
""" """
|
|
709
|
+
...
|
|
710
|
+
|
|
711
|
+
def is_property_hidden(self):
|
|
712
|
+
""" """
|
|
713
|
+
...
|
|
714
|
+
|
|
715
|
+
def is_property_overridable_library(self):
|
|
716
|
+
""" """
|
|
717
|
+
...
|
|
718
|
+
|
|
719
|
+
def is_property_readonly(self):
|
|
720
|
+
""" """
|
|
721
|
+
...
|
|
722
|
+
|
|
723
|
+
def is_property_set(self):
|
|
724
|
+
""" """
|
|
725
|
+
...
|
|
726
|
+
|
|
727
|
+
def items(self):
|
|
728
|
+
""" """
|
|
729
|
+
...
|
|
730
|
+
|
|
731
|
+
def keyframe_delete(self):
|
|
732
|
+
""" """
|
|
733
|
+
...
|
|
734
|
+
|
|
735
|
+
def keyframe_insert(self):
|
|
736
|
+
""" """
|
|
737
|
+
...
|
|
738
|
+
|
|
739
|
+
def keys(self):
|
|
740
|
+
""" """
|
|
741
|
+
...
|
|
742
|
+
|
|
743
|
+
def path_from_id(self):
|
|
744
|
+
""" """
|
|
745
|
+
...
|
|
746
|
+
|
|
512
747
|
def path_menu(
|
|
513
748
|
self,
|
|
514
749
|
searchpaths,
|
|
@@ -522,73 +757,90 @@ class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
522
757
|
):
|
|
523
758
|
"""
|
|
524
759
|
|
|
525
|
-
:param self:
|
|
526
|
-
:type self:
|
|
527
760
|
:param searchpaths:
|
|
528
|
-
:type searchpaths:
|
|
529
761
|
:param operator:
|
|
530
|
-
:type operator:
|
|
531
762
|
:param props_default:
|
|
532
|
-
:type props_default:
|
|
533
763
|
:param prop_filepath:
|
|
534
|
-
:type prop_filepath:
|
|
535
764
|
:param filter_ext:
|
|
536
|
-
:type filter_ext:
|
|
537
765
|
:param filter_path:
|
|
538
|
-
:type filter_path:
|
|
539
766
|
:param display_name:
|
|
540
|
-
:type display_name:
|
|
541
767
|
:param add_operator:
|
|
542
|
-
:type add_operator:
|
|
543
768
|
"""
|
|
544
769
|
...
|
|
545
770
|
|
|
546
|
-
def path_resolve(self):
|
|
547
|
-
|
|
771
|
+
def path_resolve(self):
|
|
772
|
+
""" """
|
|
773
|
+
...
|
|
774
|
+
|
|
775
|
+
def pop(self):
|
|
776
|
+
""" """
|
|
777
|
+
...
|
|
778
|
+
|
|
548
779
|
def prepend(self, draw_func):
|
|
549
780
|
"""
|
|
550
781
|
|
|
551
782
|
:param draw_func:
|
|
552
|
-
:type draw_func:
|
|
553
783
|
"""
|
|
554
784
|
...
|
|
555
785
|
|
|
556
|
-
def property_overridable_library_set(self):
|
|
557
|
-
|
|
786
|
+
def property_overridable_library_set(self):
|
|
787
|
+
""" """
|
|
788
|
+
...
|
|
789
|
+
|
|
790
|
+
def property_unset(self):
|
|
791
|
+
""" """
|
|
792
|
+
...
|
|
793
|
+
|
|
558
794
|
def remove(self, draw_func):
|
|
559
795
|
"""
|
|
560
796
|
|
|
561
797
|
:param draw_func:
|
|
562
|
-
:type draw_func:
|
|
563
798
|
"""
|
|
564
799
|
...
|
|
565
800
|
|
|
566
|
-
def type_recast(self):
|
|
567
|
-
|
|
801
|
+
def type_recast(self):
|
|
802
|
+
""" """
|
|
803
|
+
...
|
|
804
|
+
|
|
805
|
+
def values(self):
|
|
806
|
+
""" """
|
|
807
|
+
...
|
|
808
|
+
|
|
809
|
+
class GPENCIL_MT_material_active(bpy_types._GenericUI):
|
|
810
|
+
""" """
|
|
568
811
|
|
|
569
|
-
class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
570
812
|
bl_label: typing.Any
|
|
813
|
+
""" """
|
|
814
|
+
|
|
571
815
|
bl_rna: typing.Any
|
|
816
|
+
""" """
|
|
817
|
+
|
|
572
818
|
id_data: typing.Any
|
|
819
|
+
""" """
|
|
573
820
|
|
|
574
821
|
def append(self, draw_func):
|
|
575
822
|
"""
|
|
576
823
|
|
|
577
824
|
:param draw_func:
|
|
578
|
-
:type draw_func:
|
|
579
825
|
"""
|
|
580
826
|
...
|
|
581
827
|
|
|
582
|
-
def as_pointer(self):
|
|
583
|
-
|
|
584
|
-
|
|
828
|
+
def as_pointer(self):
|
|
829
|
+
""" """
|
|
830
|
+
...
|
|
831
|
+
|
|
832
|
+
def bl_rna_get_subclass(self):
|
|
833
|
+
""" """
|
|
834
|
+
...
|
|
835
|
+
|
|
836
|
+
def bl_rna_get_subclass_py(self):
|
|
837
|
+
""" """
|
|
838
|
+
...
|
|
839
|
+
|
|
585
840
|
def draw(self, context):
|
|
586
841
|
"""
|
|
587
842
|
|
|
588
|
-
:param self:
|
|
589
|
-
:type self:
|
|
590
843
|
:param context:
|
|
591
|
-
:type context:
|
|
592
844
|
"""
|
|
593
845
|
...
|
|
594
846
|
|
|
@@ -596,126 +848,185 @@ class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
596
848
|
"""
|
|
597
849
|
|
|
598
850
|
:param context:
|
|
599
|
-
:type context:
|
|
600
851
|
:param layout:
|
|
601
|
-
:type layout:
|
|
602
852
|
"""
|
|
603
853
|
...
|
|
604
854
|
|
|
605
855
|
def draw_preset(self, _context):
|
|
606
856
|
"""
|
|
607
857
|
|
|
608
|
-
:param self:
|
|
609
|
-
:type self:
|
|
610
858
|
:param _context:
|
|
611
|
-
:type _context:
|
|
612
|
-
"""
|
|
613
|
-
...
|
|
614
|
-
|
|
615
|
-
def driver_add(self): ...
|
|
616
|
-
def driver_remove(self): ...
|
|
617
|
-
def get(self): ...
|
|
618
|
-
def id_properties_clear(self): ...
|
|
619
|
-
def id_properties_ensure(self): ...
|
|
620
|
-
def id_properties_ui(self): ...
|
|
621
|
-
def is_extended(self): ...
|
|
622
|
-
def is_property_hidden(self): ...
|
|
623
|
-
def is_property_overridable_library(self): ...
|
|
624
|
-
def is_property_readonly(self): ...
|
|
625
|
-
def is_property_set(self): ...
|
|
626
|
-
def items(self): ...
|
|
627
|
-
def keyframe_delete(self): ...
|
|
628
|
-
def keyframe_insert(self): ...
|
|
629
|
-
def keys(self): ...
|
|
630
|
-
def path_from_id(self): ...
|
|
631
|
-
def path_menu(
|
|
632
|
-
self,
|
|
633
|
-
searchpaths,
|
|
634
|
-
operator,
|
|
635
|
-
props_default,
|
|
636
|
-
prop_filepath,
|
|
637
|
-
filter_ext,
|
|
638
|
-
filter_path,
|
|
639
|
-
display_name,
|
|
640
|
-
add_operator,
|
|
641
|
-
):
|
|
642
859
|
"""
|
|
860
|
+
...
|
|
643
861
|
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
862
|
+
def driver_add(self):
|
|
863
|
+
""" """
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
def driver_remove(self):
|
|
867
|
+
""" """
|
|
868
|
+
...
|
|
869
|
+
|
|
870
|
+
def get(self):
|
|
871
|
+
""" """
|
|
872
|
+
...
|
|
873
|
+
|
|
874
|
+
def id_properties_clear(self):
|
|
875
|
+
""" """
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
def id_properties_ensure(self):
|
|
879
|
+
""" """
|
|
880
|
+
...
|
|
881
|
+
|
|
882
|
+
def id_properties_ui(self):
|
|
883
|
+
""" """
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
def is_extended(self):
|
|
887
|
+
""" """
|
|
888
|
+
...
|
|
889
|
+
|
|
890
|
+
def is_property_hidden(self):
|
|
891
|
+
""" """
|
|
892
|
+
...
|
|
893
|
+
|
|
894
|
+
def is_property_overridable_library(self):
|
|
895
|
+
""" """
|
|
896
|
+
...
|
|
897
|
+
|
|
898
|
+
def is_property_readonly(self):
|
|
899
|
+
""" """
|
|
900
|
+
...
|
|
901
|
+
|
|
902
|
+
def is_property_set(self):
|
|
903
|
+
""" """
|
|
904
|
+
...
|
|
905
|
+
|
|
906
|
+
def items(self):
|
|
907
|
+
""" """
|
|
908
|
+
...
|
|
909
|
+
|
|
910
|
+
def keyframe_delete(self):
|
|
911
|
+
""" """
|
|
912
|
+
...
|
|
913
|
+
|
|
914
|
+
def keyframe_insert(self):
|
|
915
|
+
""" """
|
|
916
|
+
...
|
|
917
|
+
|
|
918
|
+
def keys(self):
|
|
919
|
+
""" """
|
|
920
|
+
...
|
|
921
|
+
|
|
922
|
+
def path_from_id(self):
|
|
923
|
+
""" """
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
def path_menu(
|
|
927
|
+
self,
|
|
928
|
+
searchpaths,
|
|
929
|
+
operator,
|
|
930
|
+
props_default,
|
|
931
|
+
prop_filepath,
|
|
932
|
+
filter_ext,
|
|
933
|
+
filter_path,
|
|
934
|
+
display_name,
|
|
935
|
+
add_operator,
|
|
936
|
+
):
|
|
937
|
+
"""
|
|
938
|
+
|
|
939
|
+
:param searchpaths:
|
|
940
|
+
:param operator:
|
|
941
|
+
:param props_default:
|
|
942
|
+
:param prop_filepath:
|
|
943
|
+
:param filter_ext:
|
|
944
|
+
:param filter_path:
|
|
658
945
|
:param display_name:
|
|
659
|
-
:type display_name:
|
|
660
946
|
:param add_operator:
|
|
661
|
-
:type add_operator:
|
|
662
947
|
"""
|
|
663
948
|
...
|
|
664
949
|
|
|
665
|
-
def path_resolve(self):
|
|
950
|
+
def path_resolve(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
666
954
|
def poll(self, context):
|
|
667
955
|
"""
|
|
668
956
|
|
|
669
957
|
:param context:
|
|
670
|
-
:type context:
|
|
671
958
|
"""
|
|
672
959
|
...
|
|
673
960
|
|
|
674
|
-
def pop(self):
|
|
961
|
+
def pop(self):
|
|
962
|
+
""" """
|
|
963
|
+
...
|
|
964
|
+
|
|
675
965
|
def prepend(self, draw_func):
|
|
676
966
|
"""
|
|
677
967
|
|
|
678
968
|
:param draw_func:
|
|
679
|
-
:type draw_func:
|
|
680
969
|
"""
|
|
681
970
|
...
|
|
682
971
|
|
|
683
|
-
def property_overridable_library_set(self):
|
|
684
|
-
|
|
972
|
+
def property_overridable_library_set(self):
|
|
973
|
+
""" """
|
|
974
|
+
...
|
|
975
|
+
|
|
976
|
+
def property_unset(self):
|
|
977
|
+
""" """
|
|
978
|
+
...
|
|
979
|
+
|
|
685
980
|
def remove(self, draw_func):
|
|
686
981
|
"""
|
|
687
982
|
|
|
688
983
|
:param draw_func:
|
|
689
|
-
:type draw_func:
|
|
690
984
|
"""
|
|
691
985
|
...
|
|
692
986
|
|
|
693
|
-
def type_recast(self):
|
|
694
|
-
|
|
987
|
+
def type_recast(self):
|
|
988
|
+
""" """
|
|
989
|
+
...
|
|
990
|
+
|
|
991
|
+
def values(self):
|
|
992
|
+
""" """
|
|
993
|
+
...
|
|
994
|
+
|
|
995
|
+
class GPENCIL_MT_move_to_layer(bpy_types._GenericUI):
|
|
996
|
+
""" """
|
|
695
997
|
|
|
696
|
-
class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
697
998
|
bl_label: typing.Any
|
|
999
|
+
""" """
|
|
1000
|
+
|
|
698
1001
|
bl_rna: typing.Any
|
|
1002
|
+
""" """
|
|
1003
|
+
|
|
699
1004
|
id_data: typing.Any
|
|
1005
|
+
""" """
|
|
700
1006
|
|
|
701
1007
|
def append(self, draw_func):
|
|
702
1008
|
"""
|
|
703
1009
|
|
|
704
1010
|
:param draw_func:
|
|
705
|
-
:type draw_func:
|
|
706
1011
|
"""
|
|
707
1012
|
...
|
|
708
1013
|
|
|
709
|
-
def as_pointer(self):
|
|
710
|
-
|
|
711
|
-
|
|
1014
|
+
def as_pointer(self):
|
|
1015
|
+
""" """
|
|
1016
|
+
...
|
|
1017
|
+
|
|
1018
|
+
def bl_rna_get_subclass(self):
|
|
1019
|
+
""" """
|
|
1020
|
+
...
|
|
1021
|
+
|
|
1022
|
+
def bl_rna_get_subclass_py(self):
|
|
1023
|
+
""" """
|
|
1024
|
+
...
|
|
1025
|
+
|
|
712
1026
|
def draw(self, context):
|
|
713
1027
|
"""
|
|
714
1028
|
|
|
715
|
-
:param self:
|
|
716
|
-
:type self:
|
|
717
1029
|
:param context:
|
|
718
|
-
:type context:
|
|
719
1030
|
"""
|
|
720
1031
|
...
|
|
721
1032
|
|
|
@@ -723,38 +1034,81 @@ class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
723
1034
|
"""
|
|
724
1035
|
|
|
725
1036
|
:param context:
|
|
726
|
-
:type context:
|
|
727
1037
|
:param layout:
|
|
728
|
-
:type layout:
|
|
729
1038
|
"""
|
|
730
1039
|
...
|
|
731
1040
|
|
|
732
1041
|
def draw_preset(self, _context):
|
|
733
1042
|
"""
|
|
734
1043
|
|
|
735
|
-
:param self:
|
|
736
|
-
:type self:
|
|
737
1044
|
:param _context:
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
def
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
def
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
def
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
def
|
|
1045
|
+
"""
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def driver_add(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def driver_remove(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
def get(self):
|
|
1057
|
+
""" """
|
|
1058
|
+
...
|
|
1059
|
+
|
|
1060
|
+
def id_properties_clear(self):
|
|
1061
|
+
""" """
|
|
1062
|
+
...
|
|
1063
|
+
|
|
1064
|
+
def id_properties_ensure(self):
|
|
1065
|
+
""" """
|
|
1066
|
+
...
|
|
1067
|
+
|
|
1068
|
+
def id_properties_ui(self):
|
|
1069
|
+
""" """
|
|
1070
|
+
...
|
|
1071
|
+
|
|
1072
|
+
def is_extended(self):
|
|
1073
|
+
""" """
|
|
1074
|
+
...
|
|
1075
|
+
|
|
1076
|
+
def is_property_hidden(self):
|
|
1077
|
+
""" """
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def is_property_overridable_library(self):
|
|
1081
|
+
""" """
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
def is_property_readonly(self):
|
|
1085
|
+
""" """
|
|
1086
|
+
...
|
|
1087
|
+
|
|
1088
|
+
def is_property_set(self):
|
|
1089
|
+
""" """
|
|
1090
|
+
...
|
|
1091
|
+
|
|
1092
|
+
def items(self):
|
|
1093
|
+
""" """
|
|
1094
|
+
...
|
|
1095
|
+
|
|
1096
|
+
def keyframe_delete(self):
|
|
1097
|
+
""" """
|
|
1098
|
+
...
|
|
1099
|
+
|
|
1100
|
+
def keyframe_insert(self):
|
|
1101
|
+
""" """
|
|
1102
|
+
...
|
|
1103
|
+
|
|
1104
|
+
def keys(self):
|
|
1105
|
+
""" """
|
|
1106
|
+
...
|
|
1107
|
+
|
|
1108
|
+
def path_from_id(self):
|
|
1109
|
+
""" """
|
|
1110
|
+
...
|
|
1111
|
+
|
|
758
1112
|
def path_menu(
|
|
759
1113
|
self,
|
|
760
1114
|
searchpaths,
|
|
@@ -768,73 +1122,90 @@ class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
768
1122
|
):
|
|
769
1123
|
"""
|
|
770
1124
|
|
|
771
|
-
:param self:
|
|
772
|
-
:type self:
|
|
773
1125
|
:param searchpaths:
|
|
774
|
-
:type searchpaths:
|
|
775
1126
|
:param operator:
|
|
776
|
-
:type operator:
|
|
777
1127
|
:param props_default:
|
|
778
|
-
:type props_default:
|
|
779
1128
|
:param prop_filepath:
|
|
780
|
-
:type prop_filepath:
|
|
781
1129
|
:param filter_ext:
|
|
782
|
-
:type filter_ext:
|
|
783
1130
|
:param filter_path:
|
|
784
|
-
:type filter_path:
|
|
785
1131
|
:param display_name:
|
|
786
|
-
:type display_name:
|
|
787
1132
|
:param add_operator:
|
|
788
|
-
:type add_operator:
|
|
789
1133
|
"""
|
|
790
1134
|
...
|
|
791
1135
|
|
|
792
|
-
def path_resolve(self):
|
|
793
|
-
|
|
1136
|
+
def path_resolve(self):
|
|
1137
|
+
""" """
|
|
1138
|
+
...
|
|
1139
|
+
|
|
1140
|
+
def pop(self):
|
|
1141
|
+
""" """
|
|
1142
|
+
...
|
|
1143
|
+
|
|
794
1144
|
def prepend(self, draw_func):
|
|
795
1145
|
"""
|
|
796
1146
|
|
|
797
1147
|
:param draw_func:
|
|
798
|
-
:type draw_func:
|
|
799
1148
|
"""
|
|
800
1149
|
...
|
|
801
1150
|
|
|
802
|
-
def property_overridable_library_set(self):
|
|
803
|
-
|
|
1151
|
+
def property_overridable_library_set(self):
|
|
1152
|
+
""" """
|
|
1153
|
+
...
|
|
1154
|
+
|
|
1155
|
+
def property_unset(self):
|
|
1156
|
+
""" """
|
|
1157
|
+
...
|
|
1158
|
+
|
|
804
1159
|
def remove(self, draw_func):
|
|
805
1160
|
"""
|
|
806
1161
|
|
|
807
1162
|
:param draw_func:
|
|
808
|
-
:type draw_func:
|
|
809
1163
|
"""
|
|
810
1164
|
...
|
|
811
1165
|
|
|
812
|
-
def type_recast(self):
|
|
813
|
-
|
|
1166
|
+
def type_recast(self):
|
|
1167
|
+
""" """
|
|
1168
|
+
...
|
|
1169
|
+
|
|
1170
|
+
def values(self):
|
|
1171
|
+
""" """
|
|
1172
|
+
...
|
|
1173
|
+
|
|
1174
|
+
class GPENCIL_MT_snap(bpy_types._GenericUI):
|
|
1175
|
+
""" """
|
|
814
1176
|
|
|
815
|
-
class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
816
1177
|
bl_label: typing.Any
|
|
1178
|
+
""" """
|
|
1179
|
+
|
|
817
1180
|
bl_rna: typing.Any
|
|
1181
|
+
""" """
|
|
1182
|
+
|
|
818
1183
|
id_data: typing.Any
|
|
1184
|
+
""" """
|
|
819
1185
|
|
|
820
1186
|
def append(self, draw_func):
|
|
821
1187
|
"""
|
|
822
1188
|
|
|
823
1189
|
:param draw_func:
|
|
824
|
-
:type draw_func:
|
|
825
1190
|
"""
|
|
826
1191
|
...
|
|
827
1192
|
|
|
828
|
-
def as_pointer(self):
|
|
829
|
-
|
|
830
|
-
|
|
1193
|
+
def as_pointer(self):
|
|
1194
|
+
""" """
|
|
1195
|
+
...
|
|
1196
|
+
|
|
1197
|
+
def bl_rna_get_subclass(self):
|
|
1198
|
+
""" """
|
|
1199
|
+
...
|
|
1200
|
+
|
|
1201
|
+
def bl_rna_get_subclass_py(self):
|
|
1202
|
+
""" """
|
|
1203
|
+
...
|
|
1204
|
+
|
|
831
1205
|
def draw(self, _context):
|
|
832
1206
|
"""
|
|
833
1207
|
|
|
834
|
-
:param self:
|
|
835
|
-
:type self:
|
|
836
1208
|
:param _context:
|
|
837
|
-
:type _context:
|
|
838
1209
|
"""
|
|
839
1210
|
...
|
|
840
1211
|
|
|
@@ -842,38 +1213,81 @@ class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
842
1213
|
"""
|
|
843
1214
|
|
|
844
1215
|
:param context:
|
|
845
|
-
:type context:
|
|
846
1216
|
:param layout:
|
|
847
|
-
:type layout:
|
|
848
1217
|
"""
|
|
849
1218
|
...
|
|
850
1219
|
|
|
851
1220
|
def draw_preset(self, _context):
|
|
852
1221
|
"""
|
|
853
1222
|
|
|
854
|
-
:param self:
|
|
855
|
-
:type self:
|
|
856
1223
|
:param _context:
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
def
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
def
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
def
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
def
|
|
1224
|
+
"""
|
|
1225
|
+
...
|
|
1226
|
+
|
|
1227
|
+
def driver_add(self):
|
|
1228
|
+
""" """
|
|
1229
|
+
...
|
|
1230
|
+
|
|
1231
|
+
def driver_remove(self):
|
|
1232
|
+
""" """
|
|
1233
|
+
...
|
|
1234
|
+
|
|
1235
|
+
def get(self):
|
|
1236
|
+
""" """
|
|
1237
|
+
...
|
|
1238
|
+
|
|
1239
|
+
def id_properties_clear(self):
|
|
1240
|
+
""" """
|
|
1241
|
+
...
|
|
1242
|
+
|
|
1243
|
+
def id_properties_ensure(self):
|
|
1244
|
+
""" """
|
|
1245
|
+
...
|
|
1246
|
+
|
|
1247
|
+
def id_properties_ui(self):
|
|
1248
|
+
""" """
|
|
1249
|
+
...
|
|
1250
|
+
|
|
1251
|
+
def is_extended(self):
|
|
1252
|
+
""" """
|
|
1253
|
+
...
|
|
1254
|
+
|
|
1255
|
+
def is_property_hidden(self):
|
|
1256
|
+
""" """
|
|
1257
|
+
...
|
|
1258
|
+
|
|
1259
|
+
def is_property_overridable_library(self):
|
|
1260
|
+
""" """
|
|
1261
|
+
...
|
|
1262
|
+
|
|
1263
|
+
def is_property_readonly(self):
|
|
1264
|
+
""" """
|
|
1265
|
+
...
|
|
1266
|
+
|
|
1267
|
+
def is_property_set(self):
|
|
1268
|
+
""" """
|
|
1269
|
+
...
|
|
1270
|
+
|
|
1271
|
+
def items(self):
|
|
1272
|
+
""" """
|
|
1273
|
+
...
|
|
1274
|
+
|
|
1275
|
+
def keyframe_delete(self):
|
|
1276
|
+
""" """
|
|
1277
|
+
...
|
|
1278
|
+
|
|
1279
|
+
def keyframe_insert(self):
|
|
1280
|
+
""" """
|
|
1281
|
+
...
|
|
1282
|
+
|
|
1283
|
+
def keys(self):
|
|
1284
|
+
""" """
|
|
1285
|
+
...
|
|
1286
|
+
|
|
1287
|
+
def path_from_id(self):
|
|
1288
|
+
""" """
|
|
1289
|
+
...
|
|
1290
|
+
|
|
877
1291
|
def path_menu(
|
|
878
1292
|
self,
|
|
879
1293
|
searchpaths,
|
|
@@ -887,73 +1301,90 @@ class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
887
1301
|
):
|
|
888
1302
|
"""
|
|
889
1303
|
|
|
890
|
-
:param self:
|
|
891
|
-
:type self:
|
|
892
1304
|
:param searchpaths:
|
|
893
|
-
:type searchpaths:
|
|
894
1305
|
:param operator:
|
|
895
|
-
:type operator:
|
|
896
1306
|
:param props_default:
|
|
897
|
-
:type props_default:
|
|
898
1307
|
:param prop_filepath:
|
|
899
|
-
:type prop_filepath:
|
|
900
1308
|
:param filter_ext:
|
|
901
|
-
:type filter_ext:
|
|
902
1309
|
:param filter_path:
|
|
903
|
-
:type filter_path:
|
|
904
1310
|
:param display_name:
|
|
905
|
-
:type display_name:
|
|
906
1311
|
:param add_operator:
|
|
907
|
-
:type add_operator:
|
|
908
1312
|
"""
|
|
909
1313
|
...
|
|
910
1314
|
|
|
911
|
-
def path_resolve(self):
|
|
912
|
-
|
|
1315
|
+
def path_resolve(self):
|
|
1316
|
+
""" """
|
|
1317
|
+
...
|
|
1318
|
+
|
|
1319
|
+
def pop(self):
|
|
1320
|
+
""" """
|
|
1321
|
+
...
|
|
1322
|
+
|
|
913
1323
|
def prepend(self, draw_func):
|
|
914
1324
|
"""
|
|
915
1325
|
|
|
916
1326
|
:param draw_func:
|
|
917
|
-
:type draw_func:
|
|
918
1327
|
"""
|
|
919
1328
|
...
|
|
920
1329
|
|
|
921
|
-
def property_overridable_library_set(self):
|
|
922
|
-
|
|
1330
|
+
def property_overridable_library_set(self):
|
|
1331
|
+
""" """
|
|
1332
|
+
...
|
|
1333
|
+
|
|
1334
|
+
def property_unset(self):
|
|
1335
|
+
""" """
|
|
1336
|
+
...
|
|
1337
|
+
|
|
923
1338
|
def remove(self, draw_func):
|
|
924
1339
|
"""
|
|
925
1340
|
|
|
926
1341
|
:param draw_func:
|
|
927
|
-
:type draw_func:
|
|
928
1342
|
"""
|
|
929
1343
|
...
|
|
930
1344
|
|
|
931
|
-
def type_recast(self):
|
|
932
|
-
|
|
1345
|
+
def type_recast(self):
|
|
1346
|
+
""" """
|
|
1347
|
+
...
|
|
1348
|
+
|
|
1349
|
+
def values(self):
|
|
1350
|
+
""" """
|
|
1351
|
+
...
|
|
1352
|
+
|
|
1353
|
+
class GPENCIL_MT_snap_pie(bpy_types._GenericUI):
|
|
1354
|
+
""" """
|
|
933
1355
|
|
|
934
|
-
class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
935
1356
|
bl_label: typing.Any
|
|
1357
|
+
""" """
|
|
1358
|
+
|
|
936
1359
|
bl_rna: typing.Any
|
|
1360
|
+
""" """
|
|
1361
|
+
|
|
937
1362
|
id_data: typing.Any
|
|
1363
|
+
""" """
|
|
938
1364
|
|
|
939
1365
|
def append(self, draw_func):
|
|
940
1366
|
"""
|
|
941
1367
|
|
|
942
1368
|
:param draw_func:
|
|
943
|
-
:type draw_func:
|
|
944
1369
|
"""
|
|
945
1370
|
...
|
|
946
1371
|
|
|
947
|
-
def as_pointer(self):
|
|
948
|
-
|
|
949
|
-
|
|
1372
|
+
def as_pointer(self):
|
|
1373
|
+
""" """
|
|
1374
|
+
...
|
|
1375
|
+
|
|
1376
|
+
def bl_rna_get_subclass(self):
|
|
1377
|
+
""" """
|
|
1378
|
+
...
|
|
1379
|
+
|
|
1380
|
+
def bl_rna_get_subclass_py(self):
|
|
1381
|
+
""" """
|
|
1382
|
+
...
|
|
1383
|
+
|
|
950
1384
|
def draw(self, _context):
|
|
951
1385
|
"""
|
|
952
1386
|
|
|
953
|
-
:param self:
|
|
954
|
-
:type self:
|
|
955
1387
|
:param _context:
|
|
956
|
-
:type _context:
|
|
957
1388
|
"""
|
|
958
1389
|
...
|
|
959
1390
|
|
|
@@ -961,38 +1392,81 @@ class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
961
1392
|
"""
|
|
962
1393
|
|
|
963
1394
|
:param context:
|
|
964
|
-
:type context:
|
|
965
1395
|
:param layout:
|
|
966
|
-
:type layout:
|
|
967
1396
|
"""
|
|
968
1397
|
...
|
|
969
1398
|
|
|
970
1399
|
def draw_preset(self, _context):
|
|
971
1400
|
"""
|
|
972
1401
|
|
|
973
|
-
:param self:
|
|
974
|
-
:type self:
|
|
975
1402
|
:param _context:
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
def
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
def
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
def
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
def
|
|
1403
|
+
"""
|
|
1404
|
+
...
|
|
1405
|
+
|
|
1406
|
+
def driver_add(self):
|
|
1407
|
+
""" """
|
|
1408
|
+
...
|
|
1409
|
+
|
|
1410
|
+
def driver_remove(self):
|
|
1411
|
+
""" """
|
|
1412
|
+
...
|
|
1413
|
+
|
|
1414
|
+
def get(self):
|
|
1415
|
+
""" """
|
|
1416
|
+
...
|
|
1417
|
+
|
|
1418
|
+
def id_properties_clear(self):
|
|
1419
|
+
""" """
|
|
1420
|
+
...
|
|
1421
|
+
|
|
1422
|
+
def id_properties_ensure(self):
|
|
1423
|
+
""" """
|
|
1424
|
+
...
|
|
1425
|
+
|
|
1426
|
+
def id_properties_ui(self):
|
|
1427
|
+
""" """
|
|
1428
|
+
...
|
|
1429
|
+
|
|
1430
|
+
def is_extended(self):
|
|
1431
|
+
""" """
|
|
1432
|
+
...
|
|
1433
|
+
|
|
1434
|
+
def is_property_hidden(self):
|
|
1435
|
+
""" """
|
|
1436
|
+
...
|
|
1437
|
+
|
|
1438
|
+
def is_property_overridable_library(self):
|
|
1439
|
+
""" """
|
|
1440
|
+
...
|
|
1441
|
+
|
|
1442
|
+
def is_property_readonly(self):
|
|
1443
|
+
""" """
|
|
1444
|
+
...
|
|
1445
|
+
|
|
1446
|
+
def is_property_set(self):
|
|
1447
|
+
""" """
|
|
1448
|
+
...
|
|
1449
|
+
|
|
1450
|
+
def items(self):
|
|
1451
|
+
""" """
|
|
1452
|
+
...
|
|
1453
|
+
|
|
1454
|
+
def keyframe_delete(self):
|
|
1455
|
+
""" """
|
|
1456
|
+
...
|
|
1457
|
+
|
|
1458
|
+
def keyframe_insert(self):
|
|
1459
|
+
""" """
|
|
1460
|
+
...
|
|
1461
|
+
|
|
1462
|
+
def keys(self):
|
|
1463
|
+
""" """
|
|
1464
|
+
...
|
|
1465
|
+
|
|
1466
|
+
def path_from_id(self):
|
|
1467
|
+
""" """
|
|
1468
|
+
...
|
|
1469
|
+
|
|
996
1470
|
def path_menu(
|
|
997
1471
|
self,
|
|
998
1472
|
searchpaths,
|
|
@@ -1006,65 +1480,83 @@ class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1006
1480
|
):
|
|
1007
1481
|
"""
|
|
1008
1482
|
|
|
1009
|
-
:param self:
|
|
1010
|
-
:type self:
|
|
1011
1483
|
:param searchpaths:
|
|
1012
|
-
:type searchpaths:
|
|
1013
1484
|
:param operator:
|
|
1014
|
-
:type operator:
|
|
1015
1485
|
:param props_default:
|
|
1016
|
-
:type props_default:
|
|
1017
1486
|
:param prop_filepath:
|
|
1018
|
-
:type prop_filepath:
|
|
1019
1487
|
:param filter_ext:
|
|
1020
|
-
:type filter_ext:
|
|
1021
1488
|
:param filter_path:
|
|
1022
|
-
:type filter_path:
|
|
1023
1489
|
:param display_name:
|
|
1024
|
-
:type display_name:
|
|
1025
1490
|
:param add_operator:
|
|
1026
|
-
:type add_operator:
|
|
1027
1491
|
"""
|
|
1028
1492
|
...
|
|
1029
1493
|
|
|
1030
|
-
def path_resolve(self):
|
|
1031
|
-
|
|
1494
|
+
def path_resolve(self):
|
|
1495
|
+
""" """
|
|
1496
|
+
...
|
|
1497
|
+
|
|
1498
|
+
def pop(self):
|
|
1499
|
+
""" """
|
|
1500
|
+
...
|
|
1501
|
+
|
|
1032
1502
|
def prepend(self, draw_func):
|
|
1033
1503
|
"""
|
|
1034
1504
|
|
|
1035
1505
|
:param draw_func:
|
|
1036
|
-
:type draw_func:
|
|
1037
1506
|
"""
|
|
1038
1507
|
...
|
|
1039
1508
|
|
|
1040
|
-
def property_overridable_library_set(self):
|
|
1041
|
-
|
|
1509
|
+
def property_overridable_library_set(self):
|
|
1510
|
+
""" """
|
|
1511
|
+
...
|
|
1512
|
+
|
|
1513
|
+
def property_unset(self):
|
|
1514
|
+
""" """
|
|
1515
|
+
...
|
|
1516
|
+
|
|
1042
1517
|
def remove(self, draw_func):
|
|
1043
1518
|
"""
|
|
1044
1519
|
|
|
1045
1520
|
:param draw_func:
|
|
1046
|
-
:type draw_func:
|
|
1047
1521
|
"""
|
|
1048
1522
|
...
|
|
1049
1523
|
|
|
1050
|
-
def type_recast(self):
|
|
1051
|
-
|
|
1524
|
+
def type_recast(self):
|
|
1525
|
+
""" """
|
|
1526
|
+
...
|
|
1527
|
+
|
|
1528
|
+
def values(self):
|
|
1529
|
+
""" """
|
|
1530
|
+
...
|
|
1531
|
+
|
|
1532
|
+
class GPENCIL_UL_annotation_layer(bpy_types._GenericUI):
|
|
1533
|
+
""" """
|
|
1052
1534
|
|
|
1053
|
-
class GPENCIL_UL_annotation_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
1054
1535
|
bl_rna: typing.Any
|
|
1536
|
+
""" """
|
|
1537
|
+
|
|
1055
1538
|
id_data: typing.Any
|
|
1539
|
+
""" """
|
|
1056
1540
|
|
|
1057
1541
|
def append(self, draw_func):
|
|
1058
1542
|
"""
|
|
1059
1543
|
|
|
1060
1544
|
:param draw_func:
|
|
1061
|
-
:type draw_func:
|
|
1062
1545
|
"""
|
|
1063
1546
|
...
|
|
1064
1547
|
|
|
1065
|
-
def as_pointer(self):
|
|
1066
|
-
|
|
1067
|
-
|
|
1548
|
+
def as_pointer(self):
|
|
1549
|
+
""" """
|
|
1550
|
+
...
|
|
1551
|
+
|
|
1552
|
+
def bl_rna_get_subclass(self):
|
|
1553
|
+
""" """
|
|
1554
|
+
...
|
|
1555
|
+
|
|
1556
|
+
def bl_rna_get_subclass_py(self):
|
|
1557
|
+
""" """
|
|
1558
|
+
...
|
|
1559
|
+
|
|
1068
1560
|
def draw_item(
|
|
1069
1561
|
self,
|
|
1070
1562
|
_context,
|
|
@@ -1078,81 +1570,301 @@ class GPENCIL_UL_annotation_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1078
1570
|
):
|
|
1079
1571
|
"""
|
|
1080
1572
|
|
|
1081
|
-
:param self:
|
|
1082
|
-
:type self:
|
|
1083
1573
|
:param _context:
|
|
1084
|
-
:type _context:
|
|
1085
1574
|
:param layout:
|
|
1086
|
-
:type layout:
|
|
1087
1575
|
:param _data:
|
|
1088
|
-
:type _data:
|
|
1089
1576
|
:param item:
|
|
1090
|
-
:type item:
|
|
1091
1577
|
:param icon:
|
|
1092
|
-
:type icon:
|
|
1093
1578
|
:param _active_data:
|
|
1094
|
-
:type _active_data:
|
|
1095
1579
|
:param _active_propname:
|
|
1096
|
-
:type _active_propname:
|
|
1097
1580
|
:param _index:
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
def
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
def
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
def
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
def
|
|
1118
|
-
|
|
1119
|
-
|
|
1581
|
+
"""
|
|
1582
|
+
...
|
|
1583
|
+
|
|
1584
|
+
def driver_add(self):
|
|
1585
|
+
""" """
|
|
1586
|
+
...
|
|
1587
|
+
|
|
1588
|
+
def driver_remove(self):
|
|
1589
|
+
""" """
|
|
1590
|
+
...
|
|
1591
|
+
|
|
1592
|
+
def get(self):
|
|
1593
|
+
""" """
|
|
1594
|
+
...
|
|
1595
|
+
|
|
1596
|
+
def id_properties_clear(self):
|
|
1597
|
+
""" """
|
|
1598
|
+
...
|
|
1599
|
+
|
|
1600
|
+
def id_properties_ensure(self):
|
|
1601
|
+
""" """
|
|
1602
|
+
...
|
|
1603
|
+
|
|
1604
|
+
def id_properties_ui(self):
|
|
1605
|
+
""" """
|
|
1606
|
+
...
|
|
1607
|
+
|
|
1608
|
+
def is_extended(self):
|
|
1609
|
+
""" """
|
|
1610
|
+
...
|
|
1611
|
+
|
|
1612
|
+
def is_property_hidden(self):
|
|
1613
|
+
""" """
|
|
1614
|
+
...
|
|
1615
|
+
|
|
1616
|
+
def is_property_overridable_library(self):
|
|
1617
|
+
""" """
|
|
1618
|
+
...
|
|
1619
|
+
|
|
1620
|
+
def is_property_readonly(self):
|
|
1621
|
+
""" """
|
|
1622
|
+
...
|
|
1623
|
+
|
|
1624
|
+
def is_property_set(self):
|
|
1625
|
+
""" """
|
|
1626
|
+
...
|
|
1627
|
+
|
|
1628
|
+
def items(self):
|
|
1629
|
+
""" """
|
|
1630
|
+
...
|
|
1631
|
+
|
|
1632
|
+
def keyframe_delete(self):
|
|
1633
|
+
""" """
|
|
1634
|
+
...
|
|
1635
|
+
|
|
1636
|
+
def keyframe_insert(self):
|
|
1637
|
+
""" """
|
|
1638
|
+
...
|
|
1639
|
+
|
|
1640
|
+
def keys(self):
|
|
1641
|
+
""" """
|
|
1642
|
+
...
|
|
1643
|
+
|
|
1644
|
+
def path_from_id(self):
|
|
1645
|
+
""" """
|
|
1646
|
+
...
|
|
1647
|
+
|
|
1648
|
+
def path_resolve(self):
|
|
1649
|
+
""" """
|
|
1650
|
+
...
|
|
1651
|
+
|
|
1652
|
+
def pop(self):
|
|
1653
|
+
""" """
|
|
1654
|
+
...
|
|
1655
|
+
|
|
1120
1656
|
def prepend(self, draw_func):
|
|
1121
1657
|
"""
|
|
1122
1658
|
|
|
1123
1659
|
:param draw_func:
|
|
1124
|
-
:type draw_func:
|
|
1125
1660
|
"""
|
|
1126
1661
|
...
|
|
1127
1662
|
|
|
1128
|
-
def property_overridable_library_set(self):
|
|
1129
|
-
|
|
1663
|
+
def property_overridable_library_set(self):
|
|
1664
|
+
""" """
|
|
1665
|
+
...
|
|
1666
|
+
|
|
1667
|
+
def property_unset(self):
|
|
1668
|
+
""" """
|
|
1669
|
+
...
|
|
1670
|
+
|
|
1671
|
+
def remove(self, draw_func):
|
|
1672
|
+
"""
|
|
1673
|
+
|
|
1674
|
+
:param draw_func:
|
|
1675
|
+
"""
|
|
1676
|
+
...
|
|
1677
|
+
|
|
1678
|
+
def type_recast(self):
|
|
1679
|
+
""" """
|
|
1680
|
+
...
|
|
1681
|
+
|
|
1682
|
+
def values(self):
|
|
1683
|
+
""" """
|
|
1684
|
+
...
|
|
1685
|
+
|
|
1686
|
+
class GPENCIL_UL_layer(bpy_types._GenericUI):
|
|
1687
|
+
""" """
|
|
1688
|
+
|
|
1689
|
+
bl_rna: typing.Any
|
|
1690
|
+
""" """
|
|
1691
|
+
|
|
1692
|
+
id_data: typing.Any
|
|
1693
|
+
""" """
|
|
1694
|
+
|
|
1695
|
+
def append(self, draw_func):
|
|
1696
|
+
"""
|
|
1697
|
+
|
|
1698
|
+
:param draw_func:
|
|
1699
|
+
"""
|
|
1700
|
+
...
|
|
1701
|
+
|
|
1702
|
+
def as_pointer(self):
|
|
1703
|
+
""" """
|
|
1704
|
+
...
|
|
1705
|
+
|
|
1706
|
+
def bl_rna_get_subclass(self):
|
|
1707
|
+
""" """
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
def bl_rna_get_subclass_py(self):
|
|
1711
|
+
""" """
|
|
1712
|
+
...
|
|
1713
|
+
|
|
1714
|
+
def draw_item(
|
|
1715
|
+
self,
|
|
1716
|
+
_context,
|
|
1717
|
+
layout,
|
|
1718
|
+
_data,
|
|
1719
|
+
item,
|
|
1720
|
+
icon,
|
|
1721
|
+
_active_data,
|
|
1722
|
+
_active_propname,
|
|
1723
|
+
_index,
|
|
1724
|
+
):
|
|
1725
|
+
"""
|
|
1726
|
+
|
|
1727
|
+
:param _context:
|
|
1728
|
+
:param layout:
|
|
1729
|
+
:param _data:
|
|
1730
|
+
:param item:
|
|
1731
|
+
:param icon:
|
|
1732
|
+
:param _active_data:
|
|
1733
|
+
:param _active_propname:
|
|
1734
|
+
:param _index:
|
|
1735
|
+
"""
|
|
1736
|
+
...
|
|
1737
|
+
|
|
1738
|
+
def driver_add(self):
|
|
1739
|
+
""" """
|
|
1740
|
+
...
|
|
1741
|
+
|
|
1742
|
+
def driver_remove(self):
|
|
1743
|
+
""" """
|
|
1744
|
+
...
|
|
1745
|
+
|
|
1746
|
+
def get(self):
|
|
1747
|
+
""" """
|
|
1748
|
+
...
|
|
1749
|
+
|
|
1750
|
+
def id_properties_clear(self):
|
|
1751
|
+
""" """
|
|
1752
|
+
...
|
|
1753
|
+
|
|
1754
|
+
def id_properties_ensure(self):
|
|
1755
|
+
""" """
|
|
1756
|
+
...
|
|
1757
|
+
|
|
1758
|
+
def id_properties_ui(self):
|
|
1759
|
+
""" """
|
|
1760
|
+
...
|
|
1761
|
+
|
|
1762
|
+
def is_extended(self):
|
|
1763
|
+
""" """
|
|
1764
|
+
...
|
|
1765
|
+
|
|
1766
|
+
def is_property_hidden(self):
|
|
1767
|
+
""" """
|
|
1768
|
+
...
|
|
1769
|
+
|
|
1770
|
+
def is_property_overridable_library(self):
|
|
1771
|
+
""" """
|
|
1772
|
+
...
|
|
1773
|
+
|
|
1774
|
+
def is_property_readonly(self):
|
|
1775
|
+
""" """
|
|
1776
|
+
...
|
|
1777
|
+
|
|
1778
|
+
def is_property_set(self):
|
|
1779
|
+
""" """
|
|
1780
|
+
...
|
|
1781
|
+
|
|
1782
|
+
def items(self):
|
|
1783
|
+
""" """
|
|
1784
|
+
...
|
|
1785
|
+
|
|
1786
|
+
def keyframe_delete(self):
|
|
1787
|
+
""" """
|
|
1788
|
+
...
|
|
1789
|
+
|
|
1790
|
+
def keyframe_insert(self):
|
|
1791
|
+
""" """
|
|
1792
|
+
...
|
|
1793
|
+
|
|
1794
|
+
def keys(self):
|
|
1795
|
+
""" """
|
|
1796
|
+
...
|
|
1797
|
+
|
|
1798
|
+
def path_from_id(self):
|
|
1799
|
+
""" """
|
|
1800
|
+
...
|
|
1801
|
+
|
|
1802
|
+
def path_resolve(self):
|
|
1803
|
+
""" """
|
|
1804
|
+
...
|
|
1805
|
+
|
|
1806
|
+
def pop(self):
|
|
1807
|
+
""" """
|
|
1808
|
+
...
|
|
1809
|
+
|
|
1810
|
+
def prepend(self, draw_func):
|
|
1811
|
+
"""
|
|
1812
|
+
|
|
1813
|
+
:param draw_func:
|
|
1814
|
+
"""
|
|
1815
|
+
...
|
|
1816
|
+
|
|
1817
|
+
def property_overridable_library_set(self):
|
|
1818
|
+
""" """
|
|
1819
|
+
...
|
|
1820
|
+
|
|
1821
|
+
def property_unset(self):
|
|
1822
|
+
""" """
|
|
1823
|
+
...
|
|
1824
|
+
|
|
1130
1825
|
def remove(self, draw_func):
|
|
1131
1826
|
"""
|
|
1132
1827
|
|
|
1133
1828
|
:param draw_func:
|
|
1134
|
-
:type draw_func:
|
|
1135
1829
|
"""
|
|
1136
1830
|
...
|
|
1137
1831
|
|
|
1138
|
-
def type_recast(self):
|
|
1139
|
-
|
|
1832
|
+
def type_recast(self):
|
|
1833
|
+
""" """
|
|
1834
|
+
...
|
|
1835
|
+
|
|
1836
|
+
def values(self):
|
|
1837
|
+
""" """
|
|
1838
|
+
...
|
|
1839
|
+
|
|
1840
|
+
class GPENCIL_UL_masks(bpy_types._GenericUI):
|
|
1841
|
+
""" """
|
|
1140
1842
|
|
|
1141
|
-
class GPENCIL_UL_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
1142
1843
|
bl_rna: typing.Any
|
|
1844
|
+
""" """
|
|
1845
|
+
|
|
1143
1846
|
id_data: typing.Any
|
|
1847
|
+
""" """
|
|
1144
1848
|
|
|
1145
1849
|
def append(self, draw_func):
|
|
1146
1850
|
"""
|
|
1147
1851
|
|
|
1148
1852
|
:param draw_func:
|
|
1149
|
-
:type draw_func:
|
|
1150
1853
|
"""
|
|
1151
1854
|
...
|
|
1152
1855
|
|
|
1153
|
-
def as_pointer(self):
|
|
1154
|
-
|
|
1155
|
-
|
|
1856
|
+
def as_pointer(self):
|
|
1857
|
+
""" """
|
|
1858
|
+
...
|
|
1859
|
+
|
|
1860
|
+
def bl_rna_get_subclass(self):
|
|
1861
|
+
""" """
|
|
1862
|
+
...
|
|
1863
|
+
|
|
1864
|
+
def bl_rna_get_subclass_py(self):
|
|
1865
|
+
""" """
|
|
1866
|
+
...
|
|
1867
|
+
|
|
1156
1868
|
def draw_item(
|
|
1157
1869
|
self,
|
|
1158
1870
|
_context,
|
|
@@ -1166,177 +1878,154 @@ class GPENCIL_UL_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1166
1878
|
):
|
|
1167
1879
|
"""
|
|
1168
1880
|
|
|
1169
|
-
:param self:
|
|
1170
|
-
:type self:
|
|
1171
1881
|
:param _context:
|
|
1172
|
-
:type _context:
|
|
1173
1882
|
:param layout:
|
|
1174
|
-
:type layout:
|
|
1175
1883
|
:param _data:
|
|
1176
|
-
:type _data:
|
|
1177
1884
|
:param item:
|
|
1178
|
-
:type item:
|
|
1179
1885
|
:param icon:
|
|
1180
|
-
:type icon:
|
|
1181
1886
|
:param _active_data:
|
|
1182
|
-
:type _active_data:
|
|
1183
1887
|
:param _active_propname:
|
|
1184
|
-
:type _active_propname:
|
|
1185
1888
|
:param _index:
|
|
1186
|
-
:type _index:
|
|
1187
|
-
"""
|
|
1188
|
-
...
|
|
1189
|
-
|
|
1190
|
-
def driver_add(self): ...
|
|
1191
|
-
def driver_remove(self): ...
|
|
1192
|
-
def get(self): ...
|
|
1193
|
-
def id_properties_clear(self): ...
|
|
1194
|
-
def id_properties_ensure(self): ...
|
|
1195
|
-
def id_properties_ui(self): ...
|
|
1196
|
-
def is_extended(self): ...
|
|
1197
|
-
def is_property_hidden(self): ...
|
|
1198
|
-
def is_property_overridable_library(self): ...
|
|
1199
|
-
def is_property_readonly(self): ...
|
|
1200
|
-
def is_property_set(self): ...
|
|
1201
|
-
def items(self): ...
|
|
1202
|
-
def keyframe_delete(self): ...
|
|
1203
|
-
def keyframe_insert(self): ...
|
|
1204
|
-
def keys(self): ...
|
|
1205
|
-
def path_from_id(self): ...
|
|
1206
|
-
def path_resolve(self): ...
|
|
1207
|
-
def pop(self): ...
|
|
1208
|
-
def prepend(self, draw_func):
|
|
1209
1889
|
"""
|
|
1890
|
+
...
|
|
1210
1891
|
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
"""
|
|
1892
|
+
def driver_add(self):
|
|
1893
|
+
""" """
|
|
1214
1894
|
...
|
|
1215
1895
|
|
|
1216
|
-
def
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
"""
|
|
1896
|
+
def driver_remove(self):
|
|
1897
|
+
""" """
|
|
1898
|
+
...
|
|
1220
1899
|
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
"""
|
|
1900
|
+
def get(self):
|
|
1901
|
+
""" """
|
|
1224
1902
|
...
|
|
1225
1903
|
|
|
1226
|
-
def
|
|
1227
|
-
|
|
1904
|
+
def id_properties_clear(self):
|
|
1905
|
+
""" """
|
|
1906
|
+
...
|
|
1228
1907
|
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1908
|
+
def id_properties_ensure(self):
|
|
1909
|
+
""" """
|
|
1910
|
+
...
|
|
1232
1911
|
|
|
1233
|
-
def
|
|
1234
|
-
"""
|
|
1912
|
+
def id_properties_ui(self):
|
|
1913
|
+
""" """
|
|
1914
|
+
...
|
|
1235
1915
|
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
"""
|
|
1916
|
+
def is_extended(self):
|
|
1917
|
+
""" """
|
|
1239
1918
|
...
|
|
1240
1919
|
|
|
1241
|
-
def
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1920
|
+
def is_property_hidden(self):
|
|
1921
|
+
""" """
|
|
1922
|
+
...
|
|
1923
|
+
|
|
1924
|
+
def is_property_overridable_library(self):
|
|
1925
|
+
""" """
|
|
1926
|
+
...
|
|
1927
|
+
|
|
1928
|
+
def is_property_readonly(self):
|
|
1929
|
+
""" """
|
|
1930
|
+
...
|
|
1931
|
+
|
|
1932
|
+
def is_property_set(self):
|
|
1933
|
+
""" """
|
|
1934
|
+
...
|
|
1935
|
+
|
|
1936
|
+
def items(self):
|
|
1937
|
+
""" """
|
|
1938
|
+
...
|
|
1939
|
+
|
|
1940
|
+
def keyframe_delete(self):
|
|
1941
|
+
""" """
|
|
1942
|
+
...
|
|
1943
|
+
|
|
1944
|
+
def keyframe_insert(self):
|
|
1945
|
+
""" """
|
|
1946
|
+
...
|
|
1947
|
+
|
|
1948
|
+
def keys(self):
|
|
1949
|
+
""" """
|
|
1950
|
+
...
|
|
1951
|
+
|
|
1952
|
+
def path_from_id(self):
|
|
1953
|
+
""" """
|
|
1954
|
+
...
|
|
1955
|
+
|
|
1956
|
+
def path_resolve(self):
|
|
1957
|
+
""" """
|
|
1958
|
+
...
|
|
1959
|
+
|
|
1960
|
+
def pop(self):
|
|
1961
|
+
""" """
|
|
1962
|
+
...
|
|
1256
1963
|
|
|
1257
|
-
:param self:
|
|
1258
|
-
:type self:
|
|
1259
|
-
:param _context:
|
|
1260
|
-
:type _context:
|
|
1261
|
-
:param layout:
|
|
1262
|
-
:type layout:
|
|
1263
|
-
:param _data:
|
|
1264
|
-
:type _data:
|
|
1265
|
-
:param item:
|
|
1266
|
-
:type item:
|
|
1267
|
-
:param icon:
|
|
1268
|
-
:type icon:
|
|
1269
|
-
:param _active_data:
|
|
1270
|
-
:type _active_data:
|
|
1271
|
-
:param _active_propname:
|
|
1272
|
-
:type _active_propname:
|
|
1273
|
-
:param _index:
|
|
1274
|
-
:type _index:
|
|
1275
|
-
"""
|
|
1276
|
-
...
|
|
1277
|
-
|
|
1278
|
-
def driver_add(self): ...
|
|
1279
|
-
def driver_remove(self): ...
|
|
1280
|
-
def get(self): ...
|
|
1281
|
-
def id_properties_clear(self): ...
|
|
1282
|
-
def id_properties_ensure(self): ...
|
|
1283
|
-
def id_properties_ui(self): ...
|
|
1284
|
-
def is_extended(self): ...
|
|
1285
|
-
def is_property_hidden(self): ...
|
|
1286
|
-
def is_property_overridable_library(self): ...
|
|
1287
|
-
def is_property_readonly(self): ...
|
|
1288
|
-
def is_property_set(self): ...
|
|
1289
|
-
def items(self): ...
|
|
1290
|
-
def keyframe_delete(self): ...
|
|
1291
|
-
def keyframe_insert(self): ...
|
|
1292
|
-
def keys(self): ...
|
|
1293
|
-
def path_from_id(self): ...
|
|
1294
|
-
def path_resolve(self): ...
|
|
1295
|
-
def pop(self): ...
|
|
1296
1964
|
def prepend(self, draw_func):
|
|
1297
1965
|
"""
|
|
1298
1966
|
|
|
1299
1967
|
:param draw_func:
|
|
1300
|
-
:type draw_func:
|
|
1301
1968
|
"""
|
|
1302
1969
|
...
|
|
1303
1970
|
|
|
1304
|
-
def property_overridable_library_set(self):
|
|
1305
|
-
|
|
1971
|
+
def property_overridable_library_set(self):
|
|
1972
|
+
""" """
|
|
1973
|
+
...
|
|
1974
|
+
|
|
1975
|
+
def property_unset(self):
|
|
1976
|
+
""" """
|
|
1977
|
+
...
|
|
1978
|
+
|
|
1306
1979
|
def remove(self, draw_func):
|
|
1307
1980
|
"""
|
|
1308
1981
|
|
|
1309
1982
|
:param draw_func:
|
|
1310
|
-
:type draw_func:
|
|
1311
1983
|
"""
|
|
1312
1984
|
...
|
|
1313
1985
|
|
|
1314
|
-
def type_recast(self):
|
|
1315
|
-
|
|
1986
|
+
def type_recast(self):
|
|
1987
|
+
""" """
|
|
1988
|
+
...
|
|
1989
|
+
|
|
1990
|
+
def values(self):
|
|
1991
|
+
""" """
|
|
1992
|
+
...
|
|
1993
|
+
|
|
1994
|
+
class GREASE_PENCIL_MT_layer_active(bpy_types._GenericUI):
|
|
1995
|
+
""" """
|
|
1316
1996
|
|
|
1317
|
-
class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
1318
1997
|
bl_label: typing.Any
|
|
1998
|
+
""" """
|
|
1999
|
+
|
|
1319
2000
|
bl_rna: typing.Any
|
|
2001
|
+
""" """
|
|
2002
|
+
|
|
1320
2003
|
id_data: typing.Any
|
|
2004
|
+
""" """
|
|
1321
2005
|
|
|
1322
2006
|
def append(self, draw_func):
|
|
1323
2007
|
"""
|
|
1324
2008
|
|
|
1325
2009
|
:param draw_func:
|
|
1326
|
-
:type draw_func:
|
|
1327
2010
|
"""
|
|
1328
2011
|
...
|
|
1329
2012
|
|
|
1330
|
-
def as_pointer(self):
|
|
1331
|
-
|
|
1332
|
-
|
|
2013
|
+
def as_pointer(self):
|
|
2014
|
+
""" """
|
|
2015
|
+
...
|
|
2016
|
+
|
|
2017
|
+
def bl_rna_get_subclass(self):
|
|
2018
|
+
""" """
|
|
2019
|
+
...
|
|
2020
|
+
|
|
2021
|
+
def bl_rna_get_subclass_py(self):
|
|
2022
|
+
""" """
|
|
2023
|
+
...
|
|
2024
|
+
|
|
1333
2025
|
def draw(self, context):
|
|
1334
2026
|
"""
|
|
1335
2027
|
|
|
1336
|
-
:param self:
|
|
1337
|
-
:type self:
|
|
1338
2028
|
:param context:
|
|
1339
|
-
:type context:
|
|
1340
2029
|
"""
|
|
1341
2030
|
...
|
|
1342
2031
|
|
|
@@ -1344,38 +2033,81 @@ class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1344
2033
|
"""
|
|
1345
2034
|
|
|
1346
2035
|
:param context:
|
|
1347
|
-
:type context:
|
|
1348
2036
|
:param layout:
|
|
1349
|
-
:type layout:
|
|
1350
2037
|
"""
|
|
1351
2038
|
...
|
|
1352
2039
|
|
|
1353
2040
|
def draw_preset(self, _context):
|
|
1354
2041
|
"""
|
|
1355
2042
|
|
|
1356
|
-
:param self:
|
|
1357
|
-
:type self:
|
|
1358
2043
|
:param _context:
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
def
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
def
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
def
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
def
|
|
2044
|
+
"""
|
|
2045
|
+
...
|
|
2046
|
+
|
|
2047
|
+
def driver_add(self):
|
|
2048
|
+
""" """
|
|
2049
|
+
...
|
|
2050
|
+
|
|
2051
|
+
def driver_remove(self):
|
|
2052
|
+
""" """
|
|
2053
|
+
...
|
|
2054
|
+
|
|
2055
|
+
def get(self):
|
|
2056
|
+
""" """
|
|
2057
|
+
...
|
|
2058
|
+
|
|
2059
|
+
def id_properties_clear(self):
|
|
2060
|
+
""" """
|
|
2061
|
+
...
|
|
2062
|
+
|
|
2063
|
+
def id_properties_ensure(self):
|
|
2064
|
+
""" """
|
|
2065
|
+
...
|
|
2066
|
+
|
|
2067
|
+
def id_properties_ui(self):
|
|
2068
|
+
""" """
|
|
2069
|
+
...
|
|
2070
|
+
|
|
2071
|
+
def is_extended(self):
|
|
2072
|
+
""" """
|
|
2073
|
+
...
|
|
2074
|
+
|
|
2075
|
+
def is_property_hidden(self):
|
|
2076
|
+
""" """
|
|
2077
|
+
...
|
|
2078
|
+
|
|
2079
|
+
def is_property_overridable_library(self):
|
|
2080
|
+
""" """
|
|
2081
|
+
...
|
|
2082
|
+
|
|
2083
|
+
def is_property_readonly(self):
|
|
2084
|
+
""" """
|
|
2085
|
+
...
|
|
2086
|
+
|
|
2087
|
+
def is_property_set(self):
|
|
2088
|
+
""" """
|
|
2089
|
+
...
|
|
2090
|
+
|
|
2091
|
+
def items(self):
|
|
2092
|
+
""" """
|
|
2093
|
+
...
|
|
2094
|
+
|
|
2095
|
+
def keyframe_delete(self):
|
|
2096
|
+
""" """
|
|
2097
|
+
...
|
|
2098
|
+
|
|
2099
|
+
def keyframe_insert(self):
|
|
2100
|
+
""" """
|
|
2101
|
+
...
|
|
2102
|
+
|
|
2103
|
+
def keys(self):
|
|
2104
|
+
""" """
|
|
2105
|
+
...
|
|
2106
|
+
|
|
2107
|
+
def path_from_id(self):
|
|
2108
|
+
""" """
|
|
2109
|
+
...
|
|
2110
|
+
|
|
1379
2111
|
def path_menu(
|
|
1380
2112
|
self,
|
|
1381
2113
|
searchpaths,
|
|
@@ -1389,73 +2121,90 @@ class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1389
2121
|
):
|
|
1390
2122
|
"""
|
|
1391
2123
|
|
|
1392
|
-
:param self:
|
|
1393
|
-
:type self:
|
|
1394
2124
|
:param searchpaths:
|
|
1395
|
-
:type searchpaths:
|
|
1396
2125
|
:param operator:
|
|
1397
|
-
:type operator:
|
|
1398
2126
|
:param props_default:
|
|
1399
|
-
:type props_default:
|
|
1400
2127
|
:param prop_filepath:
|
|
1401
|
-
:type prop_filepath:
|
|
1402
2128
|
:param filter_ext:
|
|
1403
|
-
:type filter_ext:
|
|
1404
2129
|
:param filter_path:
|
|
1405
|
-
:type filter_path:
|
|
1406
2130
|
:param display_name:
|
|
1407
|
-
:type display_name:
|
|
1408
2131
|
:param add_operator:
|
|
1409
|
-
:type add_operator:
|
|
1410
2132
|
"""
|
|
1411
2133
|
...
|
|
1412
2134
|
|
|
1413
|
-
def path_resolve(self):
|
|
1414
|
-
|
|
2135
|
+
def path_resolve(self):
|
|
2136
|
+
""" """
|
|
2137
|
+
...
|
|
2138
|
+
|
|
2139
|
+
def pop(self):
|
|
2140
|
+
""" """
|
|
2141
|
+
...
|
|
2142
|
+
|
|
1415
2143
|
def prepend(self, draw_func):
|
|
1416
2144
|
"""
|
|
1417
2145
|
|
|
1418
2146
|
:param draw_func:
|
|
1419
|
-
:type draw_func:
|
|
1420
2147
|
"""
|
|
1421
2148
|
...
|
|
1422
2149
|
|
|
1423
|
-
def property_overridable_library_set(self):
|
|
1424
|
-
|
|
2150
|
+
def property_overridable_library_set(self):
|
|
2151
|
+
""" """
|
|
2152
|
+
...
|
|
2153
|
+
|
|
2154
|
+
def property_unset(self):
|
|
2155
|
+
""" """
|
|
2156
|
+
...
|
|
2157
|
+
|
|
1425
2158
|
def remove(self, draw_func):
|
|
1426
2159
|
"""
|
|
1427
2160
|
|
|
1428
2161
|
:param draw_func:
|
|
1429
|
-
:type draw_func:
|
|
1430
2162
|
"""
|
|
1431
2163
|
...
|
|
1432
2164
|
|
|
1433
|
-
def type_recast(self):
|
|
1434
|
-
|
|
2165
|
+
def type_recast(self):
|
|
2166
|
+
""" """
|
|
2167
|
+
...
|
|
2168
|
+
|
|
2169
|
+
def values(self):
|
|
2170
|
+
""" """
|
|
2171
|
+
...
|
|
2172
|
+
|
|
2173
|
+
class GREASE_PENCIL_MT_move_to_layer(bpy_types._GenericUI):
|
|
2174
|
+
""" """
|
|
1435
2175
|
|
|
1436
|
-
class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
1437
2176
|
bl_label: typing.Any
|
|
2177
|
+
""" """
|
|
2178
|
+
|
|
1438
2179
|
bl_rna: typing.Any
|
|
2180
|
+
""" """
|
|
2181
|
+
|
|
1439
2182
|
id_data: typing.Any
|
|
2183
|
+
""" """
|
|
1440
2184
|
|
|
1441
2185
|
def append(self, draw_func):
|
|
1442
2186
|
"""
|
|
1443
2187
|
|
|
1444
2188
|
:param draw_func:
|
|
1445
|
-
:type draw_func:
|
|
1446
2189
|
"""
|
|
1447
2190
|
...
|
|
1448
2191
|
|
|
1449
|
-
def as_pointer(self):
|
|
1450
|
-
|
|
1451
|
-
|
|
2192
|
+
def as_pointer(self):
|
|
2193
|
+
""" """
|
|
2194
|
+
...
|
|
2195
|
+
|
|
2196
|
+
def bl_rna_get_subclass(self):
|
|
2197
|
+
""" """
|
|
2198
|
+
...
|
|
2199
|
+
|
|
2200
|
+
def bl_rna_get_subclass_py(self):
|
|
2201
|
+
""" """
|
|
2202
|
+
...
|
|
2203
|
+
|
|
1452
2204
|
def draw(self, context):
|
|
1453
2205
|
"""
|
|
1454
2206
|
|
|
1455
|
-
:param self:
|
|
1456
|
-
:type self:
|
|
1457
2207
|
:param context:
|
|
1458
|
-
:type context:
|
|
1459
2208
|
"""
|
|
1460
2209
|
...
|
|
1461
2210
|
|
|
@@ -1463,38 +2212,81 @@ class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1463
2212
|
"""
|
|
1464
2213
|
|
|
1465
2214
|
:param context:
|
|
1466
|
-
:type context:
|
|
1467
2215
|
:param layout:
|
|
1468
|
-
:type layout:
|
|
1469
2216
|
"""
|
|
1470
2217
|
...
|
|
1471
2218
|
|
|
1472
2219
|
def draw_preset(self, _context):
|
|
1473
2220
|
"""
|
|
1474
2221
|
|
|
1475
|
-
:param self:
|
|
1476
|
-
:type self:
|
|
1477
2222
|
:param _context:
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
def
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
def
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
def
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
def
|
|
2223
|
+
"""
|
|
2224
|
+
...
|
|
2225
|
+
|
|
2226
|
+
def driver_add(self):
|
|
2227
|
+
""" """
|
|
2228
|
+
...
|
|
2229
|
+
|
|
2230
|
+
def driver_remove(self):
|
|
2231
|
+
""" """
|
|
2232
|
+
...
|
|
2233
|
+
|
|
2234
|
+
def get(self):
|
|
2235
|
+
""" """
|
|
2236
|
+
...
|
|
2237
|
+
|
|
2238
|
+
def id_properties_clear(self):
|
|
2239
|
+
""" """
|
|
2240
|
+
...
|
|
2241
|
+
|
|
2242
|
+
def id_properties_ensure(self):
|
|
2243
|
+
""" """
|
|
2244
|
+
...
|
|
2245
|
+
|
|
2246
|
+
def id_properties_ui(self):
|
|
2247
|
+
""" """
|
|
2248
|
+
...
|
|
2249
|
+
|
|
2250
|
+
def is_extended(self):
|
|
2251
|
+
""" """
|
|
2252
|
+
...
|
|
2253
|
+
|
|
2254
|
+
def is_property_hidden(self):
|
|
2255
|
+
""" """
|
|
2256
|
+
...
|
|
2257
|
+
|
|
2258
|
+
def is_property_overridable_library(self):
|
|
2259
|
+
""" """
|
|
2260
|
+
...
|
|
2261
|
+
|
|
2262
|
+
def is_property_readonly(self):
|
|
2263
|
+
""" """
|
|
2264
|
+
...
|
|
2265
|
+
|
|
2266
|
+
def is_property_set(self):
|
|
2267
|
+
""" """
|
|
2268
|
+
...
|
|
2269
|
+
|
|
2270
|
+
def items(self):
|
|
2271
|
+
""" """
|
|
2272
|
+
...
|
|
2273
|
+
|
|
2274
|
+
def keyframe_delete(self):
|
|
2275
|
+
""" """
|
|
2276
|
+
...
|
|
2277
|
+
|
|
2278
|
+
def keyframe_insert(self):
|
|
2279
|
+
""" """
|
|
2280
|
+
...
|
|
2281
|
+
|
|
2282
|
+
def keys(self):
|
|
2283
|
+
""" """
|
|
2284
|
+
...
|
|
2285
|
+
|
|
2286
|
+
def path_from_id(self):
|
|
2287
|
+
""" """
|
|
2288
|
+
...
|
|
2289
|
+
|
|
1498
2290
|
def path_menu(
|
|
1499
2291
|
self,
|
|
1500
2292
|
searchpaths,
|
|
@@ -1508,85 +2300,91 @@ class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1508
2300
|
):
|
|
1509
2301
|
"""
|
|
1510
2302
|
|
|
1511
|
-
:param self:
|
|
1512
|
-
:type self:
|
|
1513
2303
|
:param searchpaths:
|
|
1514
|
-
:type searchpaths:
|
|
1515
2304
|
:param operator:
|
|
1516
|
-
:type operator:
|
|
1517
2305
|
:param props_default:
|
|
1518
|
-
:type props_default:
|
|
1519
2306
|
:param prop_filepath:
|
|
1520
|
-
:type prop_filepath:
|
|
1521
2307
|
:param filter_ext:
|
|
1522
|
-
:type filter_ext:
|
|
1523
2308
|
:param filter_path:
|
|
1524
|
-
:type filter_path:
|
|
1525
2309
|
:param display_name:
|
|
1526
|
-
:type display_name:
|
|
1527
2310
|
:param add_operator:
|
|
1528
|
-
:type add_operator:
|
|
1529
2311
|
"""
|
|
1530
2312
|
...
|
|
1531
2313
|
|
|
1532
|
-
def path_resolve(self):
|
|
1533
|
-
|
|
2314
|
+
def path_resolve(self):
|
|
2315
|
+
""" """
|
|
2316
|
+
...
|
|
2317
|
+
|
|
2318
|
+
def pop(self):
|
|
2319
|
+
""" """
|
|
2320
|
+
...
|
|
2321
|
+
|
|
1534
2322
|
def prepend(self, draw_func):
|
|
1535
2323
|
"""
|
|
1536
2324
|
|
|
1537
2325
|
:param draw_func:
|
|
1538
|
-
:type draw_func:
|
|
1539
2326
|
"""
|
|
1540
2327
|
...
|
|
1541
2328
|
|
|
1542
|
-
def property_overridable_library_set(self):
|
|
1543
|
-
|
|
2329
|
+
def property_overridable_library_set(self):
|
|
2330
|
+
""" """
|
|
2331
|
+
...
|
|
2332
|
+
|
|
2333
|
+
def property_unset(self):
|
|
2334
|
+
""" """
|
|
2335
|
+
...
|
|
2336
|
+
|
|
1544
2337
|
def remove(self, draw_func):
|
|
1545
2338
|
"""
|
|
1546
2339
|
|
|
1547
2340
|
:param draw_func:
|
|
1548
|
-
:type draw_func:
|
|
1549
2341
|
"""
|
|
1550
2342
|
...
|
|
1551
2343
|
|
|
1552
|
-
def type_recast(self):
|
|
1553
|
-
|
|
2344
|
+
def type_recast(self):
|
|
2345
|
+
""" """
|
|
2346
|
+
...
|
|
2347
|
+
|
|
2348
|
+
def values(self):
|
|
2349
|
+
""" """
|
|
2350
|
+
...
|
|
1554
2351
|
|
|
1555
2352
|
class GreasePencilBrushFalloff:
|
|
2353
|
+
""" """
|
|
2354
|
+
|
|
1556
2355
|
bl_label: typing.Any
|
|
2356
|
+
""" """
|
|
2357
|
+
|
|
1557
2358
|
bl_options: typing.Any
|
|
2359
|
+
""" """
|
|
1558
2360
|
|
|
1559
2361
|
def draw(self, context):
|
|
1560
2362
|
"""
|
|
1561
2363
|
|
|
1562
|
-
:param self:
|
|
1563
|
-
:type self:
|
|
1564
2364
|
:param context:
|
|
1565
|
-
:type context:
|
|
1566
2365
|
"""
|
|
1567
2366
|
...
|
|
1568
2367
|
|
|
1569
2368
|
class GreasePencilDisplayPanel:
|
|
2369
|
+
""" """
|
|
2370
|
+
|
|
1570
2371
|
bl_label: typing.Any
|
|
2372
|
+
""" """
|
|
2373
|
+
|
|
1571
2374
|
bl_options: typing.Any
|
|
2375
|
+
""" """
|
|
1572
2376
|
|
|
1573
2377
|
def draw(self, context):
|
|
1574
2378
|
"""
|
|
1575
2379
|
|
|
1576
|
-
:param self:
|
|
1577
|
-
:type self:
|
|
1578
2380
|
:param context:
|
|
1579
|
-
:type context:
|
|
1580
2381
|
"""
|
|
1581
2382
|
...
|
|
1582
2383
|
|
|
1583
2384
|
def draw_header(self, context):
|
|
1584
2385
|
"""
|
|
1585
2386
|
|
|
1586
|
-
:param self:
|
|
1587
|
-
:type self:
|
|
1588
2387
|
:param context:
|
|
1589
|
-
:type context:
|
|
1590
2388
|
"""
|
|
1591
2389
|
...
|
|
1592
2390
|
|
|
@@ -1594,185 +2392,245 @@ class GreasePencilDisplayPanel:
|
|
|
1594
2392
|
"""
|
|
1595
2393
|
|
|
1596
2394
|
:param context:
|
|
1597
|
-
:type context:
|
|
1598
2395
|
"""
|
|
1599
2396
|
...
|
|
1600
2397
|
|
|
1601
2398
|
class GreasePencilFlipTintColors(bpy_types.Operator):
|
|
2399
|
+
""" """
|
|
2400
|
+
|
|
1602
2401
|
bl_idname: typing.Any
|
|
2402
|
+
""" """
|
|
2403
|
+
|
|
1603
2404
|
bl_label: typing.Any
|
|
2405
|
+
""" """
|
|
2406
|
+
|
|
1604
2407
|
bl_rna: typing.Any
|
|
2408
|
+
""" """
|
|
2409
|
+
|
|
1605
2410
|
id_data: typing.Any
|
|
2411
|
+
""" """
|
|
1606
2412
|
|
|
1607
2413
|
def as_keywords(self, ignore):
|
|
1608
2414
|
"""
|
|
1609
2415
|
|
|
1610
|
-
:param self:
|
|
1611
|
-
:type self:
|
|
1612
2416
|
:param ignore:
|
|
1613
|
-
:type ignore:
|
|
1614
2417
|
"""
|
|
1615
2418
|
...
|
|
1616
2419
|
|
|
1617
|
-
def as_pointer(self):
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
def
|
|
2420
|
+
def as_pointer(self):
|
|
2421
|
+
""" """
|
|
2422
|
+
...
|
|
2423
|
+
|
|
2424
|
+
def bl_rna_get_subclass(self):
|
|
2425
|
+
""" """
|
|
2426
|
+
...
|
|
2427
|
+
|
|
2428
|
+
def bl_rna_get_subclass_py(self):
|
|
2429
|
+
""" """
|
|
2430
|
+
...
|
|
2431
|
+
|
|
2432
|
+
def driver_add(self):
|
|
2433
|
+
""" """
|
|
2434
|
+
...
|
|
2435
|
+
|
|
2436
|
+
def driver_remove(self):
|
|
2437
|
+
""" """
|
|
2438
|
+
...
|
|
2439
|
+
|
|
1622
2440
|
def execute(self, context):
|
|
1623
2441
|
"""
|
|
1624
2442
|
|
|
1625
|
-
:param self:
|
|
1626
|
-
:type self:
|
|
1627
2443
|
:param context:
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
def
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
def
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
def
|
|
1644
|
-
|
|
1645
|
-
|
|
2444
|
+
"""
|
|
2445
|
+
...
|
|
2446
|
+
|
|
2447
|
+
def get(self):
|
|
2448
|
+
""" """
|
|
2449
|
+
...
|
|
2450
|
+
|
|
2451
|
+
def id_properties_clear(self):
|
|
2452
|
+
""" """
|
|
2453
|
+
...
|
|
2454
|
+
|
|
2455
|
+
def id_properties_ensure(self):
|
|
2456
|
+
""" """
|
|
2457
|
+
...
|
|
2458
|
+
|
|
2459
|
+
def id_properties_ui(self):
|
|
2460
|
+
""" """
|
|
2461
|
+
...
|
|
2462
|
+
|
|
2463
|
+
def is_property_hidden(self):
|
|
2464
|
+
""" """
|
|
2465
|
+
...
|
|
2466
|
+
|
|
2467
|
+
def is_property_overridable_library(self):
|
|
2468
|
+
""" """
|
|
2469
|
+
...
|
|
2470
|
+
|
|
2471
|
+
def is_property_readonly(self):
|
|
2472
|
+
""" """
|
|
2473
|
+
...
|
|
2474
|
+
|
|
2475
|
+
def is_property_set(self):
|
|
2476
|
+
""" """
|
|
2477
|
+
...
|
|
2478
|
+
|
|
2479
|
+
def items(self):
|
|
2480
|
+
""" """
|
|
2481
|
+
...
|
|
2482
|
+
|
|
2483
|
+
def keyframe_delete(self):
|
|
2484
|
+
""" """
|
|
2485
|
+
...
|
|
2486
|
+
|
|
2487
|
+
def keyframe_insert(self):
|
|
2488
|
+
""" """
|
|
2489
|
+
...
|
|
2490
|
+
|
|
2491
|
+
def keys(self):
|
|
2492
|
+
""" """
|
|
2493
|
+
...
|
|
2494
|
+
|
|
2495
|
+
def path_from_id(self):
|
|
2496
|
+
""" """
|
|
2497
|
+
...
|
|
2498
|
+
|
|
2499
|
+
def path_resolve(self):
|
|
2500
|
+
""" """
|
|
2501
|
+
...
|
|
2502
|
+
|
|
1646
2503
|
def poll(self, context):
|
|
1647
2504
|
"""
|
|
1648
2505
|
|
|
1649
2506
|
:param context:
|
|
1650
|
-
:type context:
|
|
1651
2507
|
"""
|
|
1652
2508
|
...
|
|
1653
2509
|
|
|
1654
|
-
def poll_message_set(self):
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
def
|
|
1659
|
-
|
|
2510
|
+
def poll_message_set(self):
|
|
2511
|
+
""" """
|
|
2512
|
+
...
|
|
2513
|
+
|
|
2514
|
+
def pop(self):
|
|
2515
|
+
""" """
|
|
2516
|
+
...
|
|
2517
|
+
|
|
2518
|
+
def property_overridable_library_set(self):
|
|
2519
|
+
""" """
|
|
2520
|
+
...
|
|
2521
|
+
|
|
2522
|
+
def property_unset(self):
|
|
2523
|
+
""" """
|
|
2524
|
+
...
|
|
2525
|
+
|
|
2526
|
+
def type_recast(self):
|
|
2527
|
+
""" """
|
|
2528
|
+
...
|
|
2529
|
+
|
|
2530
|
+
def values(self):
|
|
2531
|
+
""" """
|
|
2532
|
+
...
|
|
1660
2533
|
|
|
1661
2534
|
class GreasePencilLayerAdjustmentsPanel:
|
|
2535
|
+
""" """
|
|
2536
|
+
|
|
1662
2537
|
def draw(self, context):
|
|
1663
2538
|
"""
|
|
1664
2539
|
|
|
1665
|
-
:param self:
|
|
1666
|
-
:type self:
|
|
1667
2540
|
:param context:
|
|
1668
|
-
:type context:
|
|
1669
2541
|
"""
|
|
1670
2542
|
...
|
|
1671
2543
|
|
|
1672
2544
|
class GreasePencilLayerDisplayPanel:
|
|
2545
|
+
""" """
|
|
2546
|
+
|
|
1673
2547
|
def draw(self, context):
|
|
1674
2548
|
"""
|
|
1675
2549
|
|
|
1676
|
-
:param self:
|
|
1677
|
-
:type self:
|
|
1678
2550
|
:param context:
|
|
1679
|
-
:type context:
|
|
1680
2551
|
"""
|
|
1681
2552
|
...
|
|
1682
2553
|
|
|
1683
2554
|
class GreasePencilLayerMasksPanel:
|
|
2555
|
+
""" """
|
|
2556
|
+
|
|
1684
2557
|
def draw(self, context):
|
|
1685
2558
|
"""
|
|
1686
2559
|
|
|
1687
|
-
:param self:
|
|
1688
|
-
:type self:
|
|
1689
2560
|
:param context:
|
|
1690
|
-
:type context:
|
|
1691
2561
|
"""
|
|
1692
2562
|
...
|
|
1693
2563
|
|
|
1694
2564
|
def draw_header(self, context):
|
|
1695
2565
|
"""
|
|
1696
2566
|
|
|
1697
|
-
:param self:
|
|
1698
|
-
:type self:
|
|
1699
2567
|
:param context:
|
|
1700
|
-
:type context:
|
|
1701
2568
|
"""
|
|
1702
2569
|
...
|
|
1703
2570
|
|
|
1704
2571
|
class GreasePencilLayerRelationsPanel:
|
|
2572
|
+
""" """
|
|
2573
|
+
|
|
1705
2574
|
def draw(self, context):
|
|
1706
2575
|
"""
|
|
1707
2576
|
|
|
1708
|
-
:param self:
|
|
1709
|
-
:type self:
|
|
1710
2577
|
:param context:
|
|
1711
|
-
:type context:
|
|
1712
2578
|
"""
|
|
1713
2579
|
...
|
|
1714
2580
|
|
|
1715
2581
|
class GreasePencilLayerTransformPanel:
|
|
2582
|
+
""" """
|
|
2583
|
+
|
|
1716
2584
|
def draw(self, context):
|
|
1717
2585
|
"""
|
|
1718
2586
|
|
|
1719
|
-
:param self:
|
|
1720
|
-
:type self:
|
|
1721
2587
|
:param context:
|
|
1722
|
-
:type context:
|
|
1723
2588
|
"""
|
|
1724
2589
|
...
|
|
1725
2590
|
|
|
1726
2591
|
class GreasePencilMaterialsPanel:
|
|
2592
|
+
""" """
|
|
2593
|
+
|
|
1727
2594
|
def draw(self, context):
|
|
1728
2595
|
"""
|
|
1729
2596
|
|
|
1730
|
-
:param self:
|
|
1731
|
-
:type self:
|
|
1732
2597
|
:param context:
|
|
1733
|
-
:type context:
|
|
1734
2598
|
"""
|
|
1735
2599
|
...
|
|
1736
2600
|
|
|
1737
2601
|
class GreasePencilSculptAdvancedPanel:
|
|
2602
|
+
""" """
|
|
2603
|
+
|
|
1738
2604
|
def draw(self, context):
|
|
1739
2605
|
"""
|
|
1740
2606
|
|
|
1741
|
-
:param self:
|
|
1742
|
-
:type self:
|
|
1743
2607
|
:param context:
|
|
1744
|
-
:type context:
|
|
1745
2608
|
"""
|
|
1746
2609
|
...
|
|
1747
2610
|
|
|
1748
2611
|
class GreasePencilSimplifyPanel:
|
|
2612
|
+
""" """
|
|
2613
|
+
|
|
1749
2614
|
def draw(self, context):
|
|
1750
2615
|
"""
|
|
1751
2616
|
|
|
1752
|
-
:param self:
|
|
1753
|
-
:type self:
|
|
1754
2617
|
:param context:
|
|
1755
|
-
:type context:
|
|
1756
2618
|
"""
|
|
1757
2619
|
...
|
|
1758
2620
|
|
|
1759
2621
|
def draw_header(self, context):
|
|
1760
2622
|
"""
|
|
1761
2623
|
|
|
1762
|
-
:param self:
|
|
1763
|
-
:type self:
|
|
1764
2624
|
:param context:
|
|
1765
|
-
:type context:
|
|
1766
2625
|
"""
|
|
1767
2626
|
...
|
|
1768
2627
|
|
|
1769
2628
|
class GreasePencilVertexcolorPanel:
|
|
2629
|
+
""" """
|
|
2630
|
+
|
|
1770
2631
|
def draw(self, context):
|
|
1771
2632
|
"""
|
|
1772
2633
|
|
|
1773
|
-
:param self:
|
|
1774
|
-
:type self:
|
|
1775
2634
|
:param context:
|
|
1776
|
-
:type context:
|
|
1777
2635
|
"""
|
|
1778
2636
|
...
|