fake-bpy-module 20240321__py3-none-any.whl → 20240322__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +642 -822
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +330 -428
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86353 -87337
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240322.dist-info}/METADATA +1 -1
- fake_bpy_module-20240322.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240321.dist-info/RECORD +0 -343
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
|
@@ -1,1602 +1,3002 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bl_ui.properties_grease_pencil_common
|
|
3
2
|
import bpy_types
|
|
4
|
-
import rna_prop_ui
|
|
5
3
|
|
|
6
4
|
GenericType = typing.TypeVar("GenericType")
|
|
7
5
|
|
|
8
|
-
class
|
|
6
|
+
class DATA_PT_context_gpencil(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
9
|
bl_context: typing.Any
|
|
10
|
-
|
|
11
|
-
bl_space_type: typing.Any
|
|
10
|
+
""" """
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
bl_options: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
|
+
bl_region_type: typing.Any
|
|
19
|
+
""" """
|
|
20
20
|
|
|
21
|
-
class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
22
|
-
bl_label: typing.Any
|
|
23
21
|
bl_rna: typing.Any
|
|
22
|
+
""" """
|
|
23
|
+
|
|
24
|
+
bl_space_type: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
24
27
|
id_data: typing.Any
|
|
28
|
+
""" """
|
|
25
29
|
|
|
26
30
|
def append(self, draw_func):
|
|
27
31
|
"""
|
|
28
32
|
|
|
29
33
|
:param draw_func:
|
|
30
|
-
:type draw_func:
|
|
31
34
|
"""
|
|
32
35
|
...
|
|
33
36
|
|
|
34
|
-
def as_pointer(self):
|
|
35
|
-
|
|
36
|
-
|
|
37
|
+
def as_pointer(self):
|
|
38
|
+
""" """
|
|
39
|
+
...
|
|
40
|
+
|
|
41
|
+
def bl_rna_get_subclass(self):
|
|
42
|
+
""" """
|
|
43
|
+
...
|
|
44
|
+
|
|
45
|
+
def bl_rna_get_subclass_py(self):
|
|
46
|
+
""" """
|
|
47
|
+
...
|
|
48
|
+
|
|
37
49
|
def draw(self, context):
|
|
38
50
|
"""
|
|
39
51
|
|
|
40
|
-
:param self:
|
|
41
|
-
:type self:
|
|
42
52
|
:param context:
|
|
43
|
-
:type context:
|
|
44
53
|
"""
|
|
45
54
|
...
|
|
46
55
|
|
|
47
|
-
def
|
|
48
|
-
"""
|
|
56
|
+
def driver_add(self):
|
|
57
|
+
""" """
|
|
58
|
+
...
|
|
49
59
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
:param layout:
|
|
53
|
-
:type layout:
|
|
54
|
-
"""
|
|
60
|
+
def driver_remove(self):
|
|
61
|
+
""" """
|
|
55
62
|
...
|
|
56
63
|
|
|
57
|
-
def
|
|
58
|
-
"""
|
|
64
|
+
def get(self):
|
|
65
|
+
""" """
|
|
66
|
+
...
|
|
59
67
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
:type _context:
|
|
64
|
-
"""
|
|
65
|
-
...
|
|
66
|
-
|
|
67
|
-
def driver_add(self): ...
|
|
68
|
-
def driver_remove(self): ...
|
|
69
|
-
def get(self): ...
|
|
70
|
-
def id_properties_clear(self): ...
|
|
71
|
-
def id_properties_ensure(self): ...
|
|
72
|
-
def id_properties_ui(self): ...
|
|
73
|
-
def is_extended(self): ...
|
|
74
|
-
def is_property_hidden(self): ...
|
|
75
|
-
def is_property_overridable_library(self): ...
|
|
76
|
-
def is_property_readonly(self): ...
|
|
77
|
-
def is_property_set(self): ...
|
|
78
|
-
def items(self): ...
|
|
79
|
-
def keyframe_delete(self): ...
|
|
80
|
-
def keyframe_insert(self): ...
|
|
81
|
-
def keys(self): ...
|
|
82
|
-
def path_from_id(self): ...
|
|
83
|
-
def path_menu(
|
|
84
|
-
self,
|
|
85
|
-
searchpaths,
|
|
86
|
-
operator,
|
|
87
|
-
props_default,
|
|
88
|
-
prop_filepath,
|
|
89
|
-
filter_ext,
|
|
90
|
-
filter_path,
|
|
91
|
-
display_name,
|
|
92
|
-
add_operator,
|
|
93
|
-
):
|
|
94
|
-
"""
|
|
68
|
+
def id_properties_clear(self):
|
|
69
|
+
""" """
|
|
70
|
+
...
|
|
95
71
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
:param searchpaths:
|
|
99
|
-
:type searchpaths:
|
|
100
|
-
:param operator:
|
|
101
|
-
:type operator:
|
|
102
|
-
:param props_default:
|
|
103
|
-
:type props_default:
|
|
104
|
-
:param prop_filepath:
|
|
105
|
-
:type prop_filepath:
|
|
106
|
-
:param filter_ext:
|
|
107
|
-
:type filter_ext:
|
|
108
|
-
:param filter_path:
|
|
109
|
-
:type filter_path:
|
|
110
|
-
:param display_name:
|
|
111
|
-
:type display_name:
|
|
112
|
-
:param add_operator:
|
|
113
|
-
:type add_operator:
|
|
114
|
-
"""
|
|
72
|
+
def id_properties_ensure(self):
|
|
73
|
+
""" """
|
|
115
74
|
...
|
|
116
75
|
|
|
117
|
-
def
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"""
|
|
76
|
+
def id_properties_ui(self):
|
|
77
|
+
""" """
|
|
78
|
+
...
|
|
121
79
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"""
|
|
80
|
+
def is_extended(self):
|
|
81
|
+
""" """
|
|
125
82
|
...
|
|
126
83
|
|
|
127
|
-
def
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
"""
|
|
84
|
+
def is_property_hidden(self):
|
|
85
|
+
""" """
|
|
86
|
+
...
|
|
131
87
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"""
|
|
88
|
+
def is_property_overridable_library(self):
|
|
89
|
+
""" """
|
|
135
90
|
...
|
|
136
91
|
|
|
137
|
-
def
|
|
138
|
-
|
|
92
|
+
def is_property_readonly(self):
|
|
93
|
+
""" """
|
|
94
|
+
...
|
|
139
95
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
id_data: typing.Any
|
|
96
|
+
def is_property_set(self):
|
|
97
|
+
""" """
|
|
98
|
+
...
|
|
144
99
|
|
|
145
|
-
def
|
|
146
|
-
"""
|
|
100
|
+
def items(self):
|
|
101
|
+
""" """
|
|
102
|
+
...
|
|
147
103
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
"""
|
|
104
|
+
def keyframe_delete(self):
|
|
105
|
+
""" """
|
|
151
106
|
...
|
|
152
107
|
|
|
153
|
-
def
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
def draw(self, context):
|
|
157
|
-
"""
|
|
108
|
+
def keyframe_insert(self):
|
|
109
|
+
""" """
|
|
110
|
+
...
|
|
158
111
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
:param context:
|
|
162
|
-
:type context:
|
|
163
|
-
"""
|
|
112
|
+
def keys(self):
|
|
113
|
+
""" """
|
|
164
114
|
...
|
|
165
115
|
|
|
166
|
-
def
|
|
167
|
-
"""
|
|
116
|
+
def path_from_id(self):
|
|
117
|
+
""" """
|
|
118
|
+
...
|
|
168
119
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
:param layout:
|
|
172
|
-
:type layout:
|
|
173
|
-
"""
|
|
120
|
+
def path_resolve(self):
|
|
121
|
+
""" """
|
|
174
122
|
...
|
|
175
123
|
|
|
176
|
-
def
|
|
124
|
+
def poll(self, context):
|
|
177
125
|
"""
|
|
178
126
|
|
|
179
|
-
:param
|
|
180
|
-
:type self:
|
|
181
|
-
:param _context:
|
|
182
|
-
:type _context:
|
|
183
|
-
"""
|
|
184
|
-
...
|
|
185
|
-
|
|
186
|
-
def driver_add(self): ...
|
|
187
|
-
def driver_remove(self): ...
|
|
188
|
-
def get(self): ...
|
|
189
|
-
def id_properties_clear(self): ...
|
|
190
|
-
def id_properties_ensure(self): ...
|
|
191
|
-
def id_properties_ui(self): ...
|
|
192
|
-
def is_extended(self): ...
|
|
193
|
-
def is_property_hidden(self): ...
|
|
194
|
-
def is_property_overridable_library(self): ...
|
|
195
|
-
def is_property_readonly(self): ...
|
|
196
|
-
def is_property_set(self): ...
|
|
197
|
-
def items(self): ...
|
|
198
|
-
def keyframe_delete(self): ...
|
|
199
|
-
def keyframe_insert(self): ...
|
|
200
|
-
def keys(self): ...
|
|
201
|
-
def path_from_id(self): ...
|
|
202
|
-
def path_menu(
|
|
203
|
-
self,
|
|
204
|
-
searchpaths,
|
|
205
|
-
operator,
|
|
206
|
-
props_default,
|
|
207
|
-
prop_filepath,
|
|
208
|
-
filter_ext,
|
|
209
|
-
filter_path,
|
|
210
|
-
display_name,
|
|
211
|
-
add_operator,
|
|
212
|
-
):
|
|
127
|
+
:param context:
|
|
213
128
|
"""
|
|
129
|
+
...
|
|
214
130
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
:param searchpaths:
|
|
218
|
-
:type searchpaths:
|
|
219
|
-
:param operator:
|
|
220
|
-
:type operator:
|
|
221
|
-
:param props_default:
|
|
222
|
-
:type props_default:
|
|
223
|
-
:param prop_filepath:
|
|
224
|
-
:type prop_filepath:
|
|
225
|
-
:param filter_ext:
|
|
226
|
-
:type filter_ext:
|
|
227
|
-
:param filter_path:
|
|
228
|
-
:type filter_path:
|
|
229
|
-
:param display_name:
|
|
230
|
-
:type display_name:
|
|
231
|
-
:param add_operator:
|
|
232
|
-
:type add_operator:
|
|
233
|
-
"""
|
|
131
|
+
def pop(self):
|
|
132
|
+
""" """
|
|
234
133
|
...
|
|
235
134
|
|
|
236
|
-
def path_resolve(self): ...
|
|
237
|
-
def pop(self): ...
|
|
238
135
|
def prepend(self, draw_func):
|
|
239
136
|
"""
|
|
240
137
|
|
|
241
138
|
:param draw_func:
|
|
242
|
-
:type draw_func:
|
|
243
139
|
"""
|
|
244
140
|
...
|
|
245
141
|
|
|
246
|
-
def property_overridable_library_set(self):
|
|
247
|
-
|
|
142
|
+
def property_overridable_library_set(self):
|
|
143
|
+
""" """
|
|
144
|
+
...
|
|
145
|
+
|
|
146
|
+
def property_unset(self):
|
|
147
|
+
""" """
|
|
148
|
+
...
|
|
149
|
+
|
|
248
150
|
def remove(self, draw_func):
|
|
249
151
|
"""
|
|
250
152
|
|
|
251
153
|
:param draw_func:
|
|
252
|
-
:type draw_func:
|
|
253
154
|
"""
|
|
254
155
|
...
|
|
255
156
|
|
|
256
|
-
def type_recast(self):
|
|
257
|
-
|
|
157
|
+
def type_recast(self):
|
|
158
|
+
""" """
|
|
159
|
+
...
|
|
160
|
+
|
|
161
|
+
def values(self):
|
|
162
|
+
""" """
|
|
163
|
+
...
|
|
164
|
+
|
|
165
|
+
class DATA_PT_custom_props_gpencil(bpy_types._GenericUI):
|
|
166
|
+
""" """
|
|
167
|
+
|
|
168
|
+
bl_context: typing.Any
|
|
169
|
+
""" """
|
|
170
|
+
|
|
171
|
+
bl_label: typing.Any
|
|
172
|
+
""" """
|
|
173
|
+
|
|
174
|
+
bl_options: typing.Any
|
|
175
|
+
""" """
|
|
176
|
+
|
|
177
|
+
bl_order: typing.Any
|
|
178
|
+
""" """
|
|
179
|
+
|
|
180
|
+
bl_region_type: typing.Any
|
|
181
|
+
""" """
|
|
258
182
|
|
|
259
|
-
class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
260
183
|
bl_rna: typing.Any
|
|
184
|
+
""" """
|
|
185
|
+
|
|
186
|
+
bl_space_type: typing.Any
|
|
187
|
+
""" """
|
|
188
|
+
|
|
261
189
|
id_data: typing.Any
|
|
190
|
+
""" """
|
|
262
191
|
|
|
263
192
|
def append(self, draw_func):
|
|
264
193
|
"""
|
|
265
194
|
|
|
266
195
|
:param draw_func:
|
|
267
|
-
:type draw_func:
|
|
268
196
|
"""
|
|
269
197
|
...
|
|
270
198
|
|
|
271
|
-
def as_pointer(self):
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
def draw_item(
|
|
275
|
-
self,
|
|
276
|
-
_context,
|
|
277
|
-
layout,
|
|
278
|
-
_data,
|
|
279
|
-
item,
|
|
280
|
-
icon,
|
|
281
|
-
_active_data,
|
|
282
|
-
_active_propname,
|
|
283
|
-
_index,
|
|
284
|
-
):
|
|
285
|
-
"""
|
|
199
|
+
def as_pointer(self):
|
|
200
|
+
""" """
|
|
201
|
+
...
|
|
286
202
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
:type _context:
|
|
291
|
-
:param layout:
|
|
292
|
-
:type layout:
|
|
293
|
-
:param _data:
|
|
294
|
-
:type _data:
|
|
295
|
-
:param item:
|
|
296
|
-
:type item:
|
|
297
|
-
:param icon:
|
|
298
|
-
:type icon:
|
|
299
|
-
:param _active_data:
|
|
300
|
-
:type _active_data:
|
|
301
|
-
:param _active_propname:
|
|
302
|
-
:type _active_propname:
|
|
303
|
-
:param _index:
|
|
304
|
-
:type _index:
|
|
305
|
-
"""
|
|
306
|
-
...
|
|
307
|
-
|
|
308
|
-
def driver_add(self): ...
|
|
309
|
-
def driver_remove(self): ...
|
|
310
|
-
def get(self): ...
|
|
311
|
-
def id_properties_clear(self): ...
|
|
312
|
-
def id_properties_ensure(self): ...
|
|
313
|
-
def id_properties_ui(self): ...
|
|
314
|
-
def is_extended(self): ...
|
|
315
|
-
def is_property_hidden(self): ...
|
|
316
|
-
def is_property_overridable_library(self): ...
|
|
317
|
-
def is_property_readonly(self): ...
|
|
318
|
-
def is_property_set(self): ...
|
|
319
|
-
def items(self): ...
|
|
320
|
-
def keyframe_delete(self): ...
|
|
321
|
-
def keyframe_insert(self): ...
|
|
322
|
-
def keys(self): ...
|
|
323
|
-
def path_from_id(self): ...
|
|
324
|
-
def path_resolve(self): ...
|
|
325
|
-
def pop(self): ...
|
|
326
|
-
def prepend(self, draw_func):
|
|
327
|
-
"""
|
|
203
|
+
def bl_rna_get_subclass(self):
|
|
204
|
+
""" """
|
|
205
|
+
...
|
|
328
206
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
"""
|
|
207
|
+
def bl_rna_get_subclass_py(self):
|
|
208
|
+
""" """
|
|
332
209
|
...
|
|
333
210
|
|
|
334
|
-
def
|
|
335
|
-
def property_unset(self): ...
|
|
336
|
-
def remove(self, draw_func):
|
|
211
|
+
def draw(self, context):
|
|
337
212
|
"""
|
|
338
213
|
|
|
339
|
-
:param
|
|
340
|
-
:type draw_func:
|
|
214
|
+
:param context:
|
|
341
215
|
"""
|
|
342
216
|
...
|
|
343
217
|
|
|
344
|
-
def
|
|
345
|
-
|
|
218
|
+
def driver_add(self):
|
|
219
|
+
""" """
|
|
220
|
+
...
|
|
346
221
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
bl_space_type: typing.Any
|
|
222
|
+
def driver_remove(self):
|
|
223
|
+
""" """
|
|
224
|
+
...
|
|
351
225
|
|
|
352
|
-
def
|
|
353
|
-
"""
|
|
226
|
+
def get(self):
|
|
227
|
+
""" """
|
|
228
|
+
...
|
|
354
229
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
"""
|
|
230
|
+
def id_properties_clear(self):
|
|
231
|
+
""" """
|
|
358
232
|
...
|
|
359
233
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
bl_space_type: typing.Any
|
|
234
|
+
def id_properties_ensure(self):
|
|
235
|
+
""" """
|
|
236
|
+
...
|
|
364
237
|
|
|
365
|
-
def
|
|
366
|
-
"""
|
|
238
|
+
def id_properties_ui(self):
|
|
239
|
+
""" """
|
|
240
|
+
...
|
|
367
241
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"""
|
|
242
|
+
def is_extended(self):
|
|
243
|
+
""" """
|
|
371
244
|
...
|
|
372
245
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
bl_options: typing.Any
|
|
377
|
-
bl_region_type: typing.Any
|
|
378
|
-
bl_rna: typing.Any
|
|
379
|
-
bl_space_type: typing.Any
|
|
380
|
-
id_data: typing.Any
|
|
246
|
+
def is_property_hidden(self):
|
|
247
|
+
""" """
|
|
248
|
+
...
|
|
381
249
|
|
|
382
|
-
def
|
|
383
|
-
"""
|
|
250
|
+
def is_property_overridable_library(self):
|
|
251
|
+
""" """
|
|
252
|
+
...
|
|
384
253
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
"""
|
|
254
|
+
def is_property_readonly(self):
|
|
255
|
+
""" """
|
|
388
256
|
...
|
|
389
257
|
|
|
390
|
-
def
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
258
|
+
def is_property_set(self):
|
|
259
|
+
""" """
|
|
260
|
+
...
|
|
261
|
+
|
|
262
|
+
def items(self):
|
|
263
|
+
""" """
|
|
264
|
+
...
|
|
265
|
+
|
|
266
|
+
def keyframe_delete(self):
|
|
267
|
+
""" """
|
|
268
|
+
...
|
|
269
|
+
|
|
270
|
+
def keyframe_insert(self):
|
|
271
|
+
""" """
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def keys(self):
|
|
275
|
+
""" """
|
|
276
|
+
...
|
|
277
|
+
|
|
278
|
+
def path_from_id(self):
|
|
279
|
+
""" """
|
|
280
|
+
...
|
|
281
|
+
|
|
282
|
+
def path_resolve(self):
|
|
283
|
+
""" """
|
|
284
|
+
...
|
|
395
285
|
|
|
396
|
-
:param self:
|
|
397
|
-
:type self:
|
|
398
|
-
:param context:
|
|
399
|
-
:type context:
|
|
400
|
-
"""
|
|
401
|
-
...
|
|
402
|
-
|
|
403
|
-
def driver_add(self): ...
|
|
404
|
-
def driver_remove(self): ...
|
|
405
|
-
def get(self): ...
|
|
406
|
-
def id_properties_clear(self): ...
|
|
407
|
-
def id_properties_ensure(self): ...
|
|
408
|
-
def id_properties_ui(self): ...
|
|
409
|
-
def is_extended(self): ...
|
|
410
|
-
def is_property_hidden(self): ...
|
|
411
|
-
def is_property_overridable_library(self): ...
|
|
412
|
-
def is_property_readonly(self): ...
|
|
413
|
-
def is_property_set(self): ...
|
|
414
|
-
def items(self): ...
|
|
415
|
-
def keyframe_delete(self): ...
|
|
416
|
-
def keyframe_insert(self): ...
|
|
417
|
-
def keys(self): ...
|
|
418
|
-
def path_from_id(self): ...
|
|
419
|
-
def path_resolve(self): ...
|
|
420
286
|
def poll(self, context):
|
|
421
287
|
"""
|
|
422
288
|
|
|
423
289
|
:param context:
|
|
424
|
-
:type context:
|
|
425
290
|
"""
|
|
426
291
|
...
|
|
427
292
|
|
|
428
|
-
def pop(self):
|
|
293
|
+
def pop(self):
|
|
294
|
+
""" """
|
|
295
|
+
...
|
|
296
|
+
|
|
429
297
|
def prepend(self, draw_func):
|
|
430
298
|
"""
|
|
431
299
|
|
|
432
300
|
:param draw_func:
|
|
433
|
-
:type draw_func:
|
|
434
301
|
"""
|
|
435
302
|
...
|
|
436
303
|
|
|
437
|
-
def property_overridable_library_set(self):
|
|
438
|
-
|
|
304
|
+
def property_overridable_library_set(self):
|
|
305
|
+
""" """
|
|
306
|
+
...
|
|
307
|
+
|
|
308
|
+
def property_unset(self):
|
|
309
|
+
""" """
|
|
310
|
+
...
|
|
311
|
+
|
|
439
312
|
def remove(self, draw_func):
|
|
440
313
|
"""
|
|
441
314
|
|
|
442
315
|
:param draw_func:
|
|
443
|
-
:type draw_func:
|
|
444
316
|
"""
|
|
445
317
|
...
|
|
446
318
|
|
|
447
|
-
def type_recast(self):
|
|
448
|
-
|
|
319
|
+
def type_recast(self):
|
|
320
|
+
""" """
|
|
321
|
+
...
|
|
322
|
+
|
|
323
|
+
def values(self):
|
|
324
|
+
""" """
|
|
325
|
+
...
|
|
326
|
+
|
|
327
|
+
class DATA_PT_gpencil_canvas(bpy_types._GenericUI):
|
|
328
|
+
""" """
|
|
449
329
|
|
|
450
|
-
class DATA_PT_custom_props_gpencil(
|
|
451
|
-
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
452
|
-
):
|
|
453
330
|
bl_context: typing.Any
|
|
331
|
+
""" """
|
|
332
|
+
|
|
454
333
|
bl_label: typing.Any
|
|
334
|
+
""" """
|
|
335
|
+
|
|
455
336
|
bl_options: typing.Any
|
|
456
|
-
|
|
337
|
+
""" """
|
|
338
|
+
|
|
339
|
+
bl_parent_id: typing.Any
|
|
340
|
+
""" """
|
|
341
|
+
|
|
457
342
|
bl_region_type: typing.Any
|
|
343
|
+
""" """
|
|
344
|
+
|
|
458
345
|
bl_rna: typing.Any
|
|
346
|
+
""" """
|
|
347
|
+
|
|
459
348
|
bl_space_type: typing.Any
|
|
349
|
+
""" """
|
|
350
|
+
|
|
460
351
|
id_data: typing.Any
|
|
352
|
+
""" """
|
|
461
353
|
|
|
462
354
|
def append(self, draw_func):
|
|
463
355
|
"""
|
|
464
356
|
|
|
465
357
|
:param draw_func:
|
|
466
|
-
:type draw_func:
|
|
467
358
|
"""
|
|
468
359
|
...
|
|
469
360
|
|
|
470
|
-
def as_pointer(self):
|
|
471
|
-
|
|
472
|
-
|
|
361
|
+
def as_pointer(self):
|
|
362
|
+
""" """
|
|
363
|
+
...
|
|
364
|
+
|
|
365
|
+
def bl_rna_get_subclass(self):
|
|
366
|
+
""" """
|
|
367
|
+
...
|
|
368
|
+
|
|
369
|
+
def bl_rna_get_subclass_py(self):
|
|
370
|
+
""" """
|
|
371
|
+
...
|
|
372
|
+
|
|
473
373
|
def draw(self, context):
|
|
474
374
|
"""
|
|
475
375
|
|
|
476
|
-
:param self:
|
|
477
|
-
:type self:
|
|
478
376
|
:param context:
|
|
479
|
-
:type context:
|
|
480
|
-
"""
|
|
481
|
-
...
|
|
482
|
-
|
|
483
|
-
def driver_add(self): ...
|
|
484
|
-
def driver_remove(self): ...
|
|
485
|
-
def get(self): ...
|
|
486
|
-
def id_properties_clear(self): ...
|
|
487
|
-
def id_properties_ensure(self): ...
|
|
488
|
-
def id_properties_ui(self): ...
|
|
489
|
-
def is_extended(self): ...
|
|
490
|
-
def is_property_hidden(self): ...
|
|
491
|
-
def is_property_overridable_library(self): ...
|
|
492
|
-
def is_property_readonly(self): ...
|
|
493
|
-
def is_property_set(self): ...
|
|
494
|
-
def items(self): ...
|
|
495
|
-
def keyframe_delete(self): ...
|
|
496
|
-
def keyframe_insert(self): ...
|
|
497
|
-
def keys(self): ...
|
|
498
|
-
def path_from_id(self): ...
|
|
499
|
-
def path_resolve(self): ...
|
|
500
|
-
def poll(self, context):
|
|
501
377
|
"""
|
|
378
|
+
...
|
|
502
379
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
"""
|
|
380
|
+
def driver_add(self):
|
|
381
|
+
""" """
|
|
506
382
|
...
|
|
507
383
|
|
|
508
|
-
def
|
|
509
|
-
|
|
510
|
-
|
|
384
|
+
def driver_remove(self):
|
|
385
|
+
""" """
|
|
386
|
+
...
|
|
511
387
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
"""
|
|
388
|
+
def get(self):
|
|
389
|
+
""" """
|
|
515
390
|
...
|
|
516
391
|
|
|
517
|
-
def
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
"""
|
|
392
|
+
def id_properties_clear(self):
|
|
393
|
+
""" """
|
|
394
|
+
...
|
|
521
395
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
"""
|
|
396
|
+
def id_properties_ensure(self):
|
|
397
|
+
""" """
|
|
525
398
|
...
|
|
526
399
|
|
|
527
|
-
def
|
|
528
|
-
|
|
400
|
+
def id_properties_ui(self):
|
|
401
|
+
""" """
|
|
402
|
+
...
|
|
403
|
+
|
|
404
|
+
def is_extended(self):
|
|
405
|
+
""" """
|
|
406
|
+
...
|
|
407
|
+
|
|
408
|
+
def is_property_hidden(self):
|
|
409
|
+
""" """
|
|
410
|
+
...
|
|
411
|
+
|
|
412
|
+
def is_property_overridable_library(self):
|
|
413
|
+
""" """
|
|
414
|
+
...
|
|
415
|
+
|
|
416
|
+
def is_property_readonly(self):
|
|
417
|
+
""" """
|
|
418
|
+
...
|
|
419
|
+
|
|
420
|
+
def is_property_set(self):
|
|
421
|
+
""" """
|
|
422
|
+
...
|
|
423
|
+
|
|
424
|
+
def items(self):
|
|
425
|
+
""" """
|
|
426
|
+
...
|
|
427
|
+
|
|
428
|
+
def keyframe_delete(self):
|
|
429
|
+
""" """
|
|
430
|
+
...
|
|
431
|
+
|
|
432
|
+
def keyframe_insert(self):
|
|
433
|
+
""" """
|
|
434
|
+
...
|
|
435
|
+
|
|
436
|
+
def keys(self):
|
|
437
|
+
""" """
|
|
438
|
+
...
|
|
439
|
+
|
|
440
|
+
def path_from_id(self):
|
|
441
|
+
""" """
|
|
442
|
+
...
|
|
443
|
+
|
|
444
|
+
def path_resolve(self):
|
|
445
|
+
""" """
|
|
446
|
+
...
|
|
447
|
+
|
|
448
|
+
def poll(self, context):
|
|
449
|
+
"""
|
|
450
|
+
|
|
451
|
+
:param context:
|
|
452
|
+
"""
|
|
453
|
+
...
|
|
454
|
+
|
|
455
|
+
def pop(self):
|
|
456
|
+
""" """
|
|
457
|
+
...
|
|
458
|
+
|
|
459
|
+
def prepend(self, draw_func):
|
|
460
|
+
"""
|
|
461
|
+
|
|
462
|
+
:param draw_func:
|
|
463
|
+
"""
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
def property_overridable_library_set(self):
|
|
467
|
+
""" """
|
|
468
|
+
...
|
|
469
|
+
|
|
470
|
+
def property_unset(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
def remove(self, draw_func):
|
|
475
|
+
"""
|
|
476
|
+
|
|
477
|
+
:param draw_func:
|
|
478
|
+
"""
|
|
479
|
+
...
|
|
480
|
+
|
|
481
|
+
def type_recast(self):
|
|
482
|
+
""" """
|
|
483
|
+
...
|
|
484
|
+
|
|
485
|
+
def values(self):
|
|
486
|
+
""" """
|
|
487
|
+
...
|
|
488
|
+
|
|
489
|
+
class DATA_PT_gpencil_display(bpy_types._GenericUI):
|
|
490
|
+
""" """
|
|
491
|
+
|
|
492
|
+
bl_context: typing.Any
|
|
493
|
+
""" """
|
|
494
|
+
|
|
495
|
+
bl_label: typing.Any
|
|
496
|
+
""" """
|
|
497
|
+
|
|
498
|
+
bl_options: typing.Any
|
|
499
|
+
""" """
|
|
500
|
+
|
|
501
|
+
bl_region_type: typing.Any
|
|
502
|
+
""" """
|
|
503
|
+
|
|
504
|
+
bl_rna: typing.Any
|
|
505
|
+
""" """
|
|
506
|
+
|
|
507
|
+
bl_space_type: typing.Any
|
|
508
|
+
""" """
|
|
509
|
+
|
|
510
|
+
id_data: typing.Any
|
|
511
|
+
""" """
|
|
512
|
+
|
|
513
|
+
def append(self, draw_func):
|
|
514
|
+
"""
|
|
515
|
+
|
|
516
|
+
:param draw_func:
|
|
517
|
+
"""
|
|
518
|
+
...
|
|
519
|
+
|
|
520
|
+
def as_pointer(self):
|
|
521
|
+
""" """
|
|
522
|
+
...
|
|
523
|
+
|
|
524
|
+
def bl_rna_get_subclass(self):
|
|
525
|
+
""" """
|
|
526
|
+
...
|
|
527
|
+
|
|
528
|
+
def bl_rna_get_subclass_py(self):
|
|
529
|
+
""" """
|
|
530
|
+
...
|
|
531
|
+
|
|
532
|
+
def draw(self, context):
|
|
533
|
+
"""
|
|
534
|
+
|
|
535
|
+
:param context:
|
|
536
|
+
"""
|
|
537
|
+
...
|
|
538
|
+
|
|
539
|
+
def driver_add(self):
|
|
540
|
+
""" """
|
|
541
|
+
...
|
|
542
|
+
|
|
543
|
+
def driver_remove(self):
|
|
544
|
+
""" """
|
|
545
|
+
...
|
|
546
|
+
|
|
547
|
+
def get(self):
|
|
548
|
+
""" """
|
|
549
|
+
...
|
|
550
|
+
|
|
551
|
+
def id_properties_clear(self):
|
|
552
|
+
""" """
|
|
553
|
+
...
|
|
554
|
+
|
|
555
|
+
def id_properties_ensure(self):
|
|
556
|
+
""" """
|
|
557
|
+
...
|
|
558
|
+
|
|
559
|
+
def id_properties_ui(self):
|
|
560
|
+
""" """
|
|
561
|
+
...
|
|
562
|
+
|
|
563
|
+
def is_extended(self):
|
|
564
|
+
""" """
|
|
565
|
+
...
|
|
566
|
+
|
|
567
|
+
def is_property_hidden(self):
|
|
568
|
+
""" """
|
|
569
|
+
...
|
|
570
|
+
|
|
571
|
+
def is_property_overridable_library(self):
|
|
572
|
+
""" """
|
|
573
|
+
...
|
|
574
|
+
|
|
575
|
+
def is_property_readonly(self):
|
|
576
|
+
""" """
|
|
577
|
+
...
|
|
578
|
+
|
|
579
|
+
def is_property_set(self):
|
|
580
|
+
""" """
|
|
581
|
+
...
|
|
582
|
+
|
|
583
|
+
def items(self):
|
|
584
|
+
""" """
|
|
585
|
+
...
|
|
586
|
+
|
|
587
|
+
def keyframe_delete(self):
|
|
588
|
+
""" """
|
|
589
|
+
...
|
|
590
|
+
|
|
591
|
+
def keyframe_insert(self):
|
|
592
|
+
""" """
|
|
593
|
+
...
|
|
594
|
+
|
|
595
|
+
def keys(self):
|
|
596
|
+
""" """
|
|
597
|
+
...
|
|
598
|
+
|
|
599
|
+
def path_from_id(self):
|
|
600
|
+
""" """
|
|
601
|
+
...
|
|
602
|
+
|
|
603
|
+
def path_resolve(self):
|
|
604
|
+
""" """
|
|
605
|
+
...
|
|
606
|
+
|
|
607
|
+
def poll(self, context):
|
|
608
|
+
"""
|
|
609
|
+
|
|
610
|
+
:param context:
|
|
611
|
+
"""
|
|
612
|
+
...
|
|
613
|
+
|
|
614
|
+
def pop(self):
|
|
615
|
+
""" """
|
|
616
|
+
...
|
|
617
|
+
|
|
618
|
+
def prepend(self, draw_func):
|
|
619
|
+
"""
|
|
620
|
+
|
|
621
|
+
:param draw_func:
|
|
622
|
+
"""
|
|
623
|
+
...
|
|
624
|
+
|
|
625
|
+
def property_overridable_library_set(self):
|
|
626
|
+
""" """
|
|
627
|
+
...
|
|
628
|
+
|
|
629
|
+
def property_unset(self):
|
|
630
|
+
""" """
|
|
631
|
+
...
|
|
632
|
+
|
|
633
|
+
def remove(self, draw_func):
|
|
634
|
+
"""
|
|
635
|
+
|
|
636
|
+
:param draw_func:
|
|
637
|
+
"""
|
|
638
|
+
...
|
|
639
|
+
|
|
640
|
+
def type_recast(self):
|
|
641
|
+
""" """
|
|
642
|
+
...
|
|
643
|
+
|
|
644
|
+
def values(self):
|
|
645
|
+
""" """
|
|
646
|
+
...
|
|
647
|
+
|
|
648
|
+
class DATA_PT_gpencil_layer_adjustments(bpy_types._GenericUI):
|
|
649
|
+
""" """
|
|
650
|
+
|
|
651
|
+
bl_context: typing.Any
|
|
652
|
+
""" """
|
|
653
|
+
|
|
654
|
+
bl_label: typing.Any
|
|
655
|
+
""" """
|
|
656
|
+
|
|
657
|
+
bl_options: typing.Any
|
|
658
|
+
""" """
|
|
659
|
+
|
|
660
|
+
bl_parent_id: typing.Any
|
|
661
|
+
""" """
|
|
662
|
+
|
|
663
|
+
bl_region_type: typing.Any
|
|
664
|
+
""" """
|
|
665
|
+
|
|
666
|
+
bl_rna: typing.Any
|
|
667
|
+
""" """
|
|
668
|
+
|
|
669
|
+
bl_space_type: typing.Any
|
|
670
|
+
""" """
|
|
671
|
+
|
|
672
|
+
id_data: typing.Any
|
|
673
|
+
""" """
|
|
674
|
+
|
|
675
|
+
def append(self, draw_func):
|
|
676
|
+
"""
|
|
677
|
+
|
|
678
|
+
:param draw_func:
|
|
679
|
+
"""
|
|
680
|
+
...
|
|
681
|
+
|
|
682
|
+
def as_pointer(self):
|
|
683
|
+
""" """
|
|
684
|
+
...
|
|
685
|
+
|
|
686
|
+
def bl_rna_get_subclass(self):
|
|
687
|
+
""" """
|
|
688
|
+
...
|
|
689
|
+
|
|
690
|
+
def bl_rna_get_subclass_py(self):
|
|
691
|
+
""" """
|
|
692
|
+
...
|
|
693
|
+
|
|
694
|
+
def draw(self, context):
|
|
695
|
+
"""
|
|
696
|
+
|
|
697
|
+
:param context:
|
|
698
|
+
"""
|
|
699
|
+
...
|
|
700
|
+
|
|
701
|
+
def driver_add(self):
|
|
702
|
+
""" """
|
|
703
|
+
...
|
|
704
|
+
|
|
705
|
+
def driver_remove(self):
|
|
706
|
+
""" """
|
|
707
|
+
...
|
|
708
|
+
|
|
709
|
+
def get(self):
|
|
710
|
+
""" """
|
|
711
|
+
...
|
|
712
|
+
|
|
713
|
+
def id_properties_clear(self):
|
|
714
|
+
""" """
|
|
715
|
+
...
|
|
716
|
+
|
|
717
|
+
def id_properties_ensure(self):
|
|
718
|
+
""" """
|
|
719
|
+
...
|
|
720
|
+
|
|
721
|
+
def id_properties_ui(self):
|
|
722
|
+
""" """
|
|
723
|
+
...
|
|
724
|
+
|
|
725
|
+
def is_extended(self):
|
|
726
|
+
""" """
|
|
727
|
+
...
|
|
728
|
+
|
|
729
|
+
def is_property_hidden(self):
|
|
730
|
+
""" """
|
|
731
|
+
...
|
|
732
|
+
|
|
733
|
+
def is_property_overridable_library(self):
|
|
734
|
+
""" """
|
|
735
|
+
...
|
|
736
|
+
|
|
737
|
+
def is_property_readonly(self):
|
|
738
|
+
""" """
|
|
739
|
+
...
|
|
740
|
+
|
|
741
|
+
def is_property_set(self):
|
|
742
|
+
""" """
|
|
743
|
+
...
|
|
744
|
+
|
|
745
|
+
def items(self):
|
|
746
|
+
""" """
|
|
747
|
+
...
|
|
748
|
+
|
|
749
|
+
def keyframe_delete(self):
|
|
750
|
+
""" """
|
|
751
|
+
...
|
|
752
|
+
|
|
753
|
+
def keyframe_insert(self):
|
|
754
|
+
""" """
|
|
755
|
+
...
|
|
756
|
+
|
|
757
|
+
def keys(self):
|
|
758
|
+
""" """
|
|
759
|
+
...
|
|
760
|
+
|
|
761
|
+
def path_from_id(self):
|
|
762
|
+
""" """
|
|
763
|
+
...
|
|
764
|
+
|
|
765
|
+
def path_resolve(self):
|
|
766
|
+
""" """
|
|
767
|
+
...
|
|
768
|
+
|
|
769
|
+
def poll(self, context):
|
|
770
|
+
"""
|
|
771
|
+
|
|
772
|
+
:param context:
|
|
773
|
+
"""
|
|
774
|
+
...
|
|
775
|
+
|
|
776
|
+
def pop(self):
|
|
777
|
+
""" """
|
|
778
|
+
...
|
|
779
|
+
|
|
780
|
+
def prepend(self, draw_func):
|
|
781
|
+
"""
|
|
782
|
+
|
|
783
|
+
:param draw_func:
|
|
784
|
+
"""
|
|
785
|
+
...
|
|
786
|
+
|
|
787
|
+
def property_overridable_library_set(self):
|
|
788
|
+
""" """
|
|
789
|
+
...
|
|
790
|
+
|
|
791
|
+
def property_unset(self):
|
|
792
|
+
""" """
|
|
793
|
+
...
|
|
794
|
+
|
|
795
|
+
def remove(self, draw_func):
|
|
796
|
+
"""
|
|
797
|
+
|
|
798
|
+
:param draw_func:
|
|
799
|
+
"""
|
|
800
|
+
...
|
|
801
|
+
|
|
802
|
+
def type_recast(self):
|
|
803
|
+
""" """
|
|
804
|
+
...
|
|
805
|
+
|
|
806
|
+
def values(self):
|
|
807
|
+
""" """
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
class DATA_PT_gpencil_layer_display(bpy_types._GenericUI):
|
|
811
|
+
""" """
|
|
812
|
+
|
|
813
|
+
bl_context: typing.Any
|
|
814
|
+
""" """
|
|
815
|
+
|
|
816
|
+
bl_label: typing.Any
|
|
817
|
+
""" """
|
|
818
|
+
|
|
819
|
+
bl_options: typing.Any
|
|
820
|
+
""" """
|
|
821
|
+
|
|
822
|
+
bl_parent_id: typing.Any
|
|
823
|
+
""" """
|
|
824
|
+
|
|
825
|
+
bl_region_type: typing.Any
|
|
826
|
+
""" """
|
|
827
|
+
|
|
828
|
+
bl_rna: typing.Any
|
|
829
|
+
""" """
|
|
830
|
+
|
|
831
|
+
bl_space_type: typing.Any
|
|
832
|
+
""" """
|
|
833
|
+
|
|
834
|
+
id_data: typing.Any
|
|
835
|
+
""" """
|
|
836
|
+
|
|
837
|
+
def append(self, draw_func):
|
|
838
|
+
"""
|
|
839
|
+
|
|
840
|
+
:param draw_func:
|
|
841
|
+
"""
|
|
842
|
+
...
|
|
843
|
+
|
|
844
|
+
def as_pointer(self):
|
|
845
|
+
""" """
|
|
846
|
+
...
|
|
847
|
+
|
|
848
|
+
def bl_rna_get_subclass(self):
|
|
849
|
+
""" """
|
|
850
|
+
...
|
|
851
|
+
|
|
852
|
+
def bl_rna_get_subclass_py(self):
|
|
853
|
+
""" """
|
|
854
|
+
...
|
|
855
|
+
|
|
856
|
+
def draw(self, context):
|
|
857
|
+
"""
|
|
858
|
+
|
|
859
|
+
:param context:
|
|
860
|
+
"""
|
|
861
|
+
...
|
|
862
|
+
|
|
863
|
+
def driver_add(self):
|
|
864
|
+
""" """
|
|
865
|
+
...
|
|
866
|
+
|
|
867
|
+
def driver_remove(self):
|
|
868
|
+
""" """
|
|
869
|
+
...
|
|
870
|
+
|
|
871
|
+
def get(self):
|
|
872
|
+
""" """
|
|
873
|
+
...
|
|
874
|
+
|
|
875
|
+
def id_properties_clear(self):
|
|
876
|
+
""" """
|
|
877
|
+
...
|
|
878
|
+
|
|
879
|
+
def id_properties_ensure(self):
|
|
880
|
+
""" """
|
|
881
|
+
...
|
|
882
|
+
|
|
883
|
+
def id_properties_ui(self):
|
|
884
|
+
""" """
|
|
885
|
+
...
|
|
886
|
+
|
|
887
|
+
def is_extended(self):
|
|
888
|
+
""" """
|
|
889
|
+
...
|
|
890
|
+
|
|
891
|
+
def is_property_hidden(self):
|
|
892
|
+
""" """
|
|
893
|
+
...
|
|
894
|
+
|
|
895
|
+
def is_property_overridable_library(self):
|
|
896
|
+
""" """
|
|
897
|
+
...
|
|
898
|
+
|
|
899
|
+
def is_property_readonly(self):
|
|
900
|
+
""" """
|
|
901
|
+
...
|
|
902
|
+
|
|
903
|
+
def is_property_set(self):
|
|
904
|
+
""" """
|
|
905
|
+
...
|
|
906
|
+
|
|
907
|
+
def items(self):
|
|
908
|
+
""" """
|
|
909
|
+
...
|
|
910
|
+
|
|
911
|
+
def keyframe_delete(self):
|
|
912
|
+
""" """
|
|
913
|
+
...
|
|
914
|
+
|
|
915
|
+
def keyframe_insert(self):
|
|
916
|
+
""" """
|
|
917
|
+
...
|
|
918
|
+
|
|
919
|
+
def keys(self):
|
|
920
|
+
""" """
|
|
921
|
+
...
|
|
922
|
+
|
|
923
|
+
def path_from_id(self):
|
|
924
|
+
""" """
|
|
925
|
+
...
|
|
926
|
+
|
|
927
|
+
def path_resolve(self):
|
|
928
|
+
""" """
|
|
929
|
+
...
|
|
930
|
+
|
|
931
|
+
def poll(self, context):
|
|
932
|
+
"""
|
|
933
|
+
|
|
934
|
+
:param context:
|
|
935
|
+
"""
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
def pop(self):
|
|
939
|
+
""" """
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def prepend(self, draw_func):
|
|
943
|
+
"""
|
|
944
|
+
|
|
945
|
+
:param draw_func:
|
|
946
|
+
"""
|
|
947
|
+
...
|
|
948
|
+
|
|
949
|
+
def property_overridable_library_set(self):
|
|
950
|
+
""" """
|
|
951
|
+
...
|
|
952
|
+
|
|
953
|
+
def property_unset(self):
|
|
954
|
+
""" """
|
|
955
|
+
...
|
|
956
|
+
|
|
957
|
+
def remove(self, draw_func):
|
|
958
|
+
"""
|
|
959
|
+
|
|
960
|
+
:param draw_func:
|
|
961
|
+
"""
|
|
962
|
+
...
|
|
963
|
+
|
|
964
|
+
def type_recast(self):
|
|
965
|
+
""" """
|
|
966
|
+
...
|
|
967
|
+
|
|
968
|
+
def values(self):
|
|
969
|
+
""" """
|
|
970
|
+
...
|
|
971
|
+
|
|
972
|
+
class DATA_PT_gpencil_layer_masks(bpy_types._GenericUI):
|
|
973
|
+
""" """
|
|
974
|
+
|
|
975
|
+
bl_context: typing.Any
|
|
976
|
+
""" """
|
|
977
|
+
|
|
978
|
+
bl_label: typing.Any
|
|
979
|
+
""" """
|
|
980
|
+
|
|
981
|
+
bl_options: typing.Any
|
|
982
|
+
""" """
|
|
983
|
+
|
|
984
|
+
bl_parent_id: typing.Any
|
|
985
|
+
""" """
|
|
986
|
+
|
|
987
|
+
bl_region_type: typing.Any
|
|
988
|
+
""" """
|
|
989
|
+
|
|
990
|
+
bl_rna: typing.Any
|
|
991
|
+
""" """
|
|
992
|
+
|
|
993
|
+
bl_space_type: typing.Any
|
|
994
|
+
""" """
|
|
995
|
+
|
|
996
|
+
id_data: typing.Any
|
|
997
|
+
""" """
|
|
998
|
+
|
|
999
|
+
def append(self, draw_func):
|
|
1000
|
+
"""
|
|
1001
|
+
|
|
1002
|
+
:param draw_func:
|
|
1003
|
+
"""
|
|
1004
|
+
...
|
|
1005
|
+
|
|
1006
|
+
def as_pointer(self):
|
|
1007
|
+
""" """
|
|
1008
|
+
...
|
|
1009
|
+
|
|
1010
|
+
def bl_rna_get_subclass(self):
|
|
1011
|
+
""" """
|
|
1012
|
+
...
|
|
1013
|
+
|
|
1014
|
+
def bl_rna_get_subclass_py(self):
|
|
1015
|
+
""" """
|
|
1016
|
+
...
|
|
1017
|
+
|
|
1018
|
+
def draw(self, context):
|
|
1019
|
+
"""
|
|
1020
|
+
|
|
1021
|
+
:param context:
|
|
1022
|
+
"""
|
|
1023
|
+
...
|
|
1024
|
+
|
|
1025
|
+
def draw_header(self, context):
|
|
1026
|
+
"""
|
|
1027
|
+
|
|
1028
|
+
:param context:
|
|
1029
|
+
"""
|
|
1030
|
+
...
|
|
1031
|
+
|
|
1032
|
+
def driver_add(self):
|
|
1033
|
+
""" """
|
|
1034
|
+
...
|
|
1035
|
+
|
|
1036
|
+
def driver_remove(self):
|
|
1037
|
+
""" """
|
|
1038
|
+
...
|
|
1039
|
+
|
|
1040
|
+
def get(self):
|
|
1041
|
+
""" """
|
|
1042
|
+
...
|
|
1043
|
+
|
|
1044
|
+
def id_properties_clear(self):
|
|
1045
|
+
""" """
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def id_properties_ensure(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def id_properties_ui(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
def is_extended(self):
|
|
1057
|
+
""" """
|
|
1058
|
+
...
|
|
1059
|
+
|
|
1060
|
+
def is_property_hidden(self):
|
|
1061
|
+
""" """
|
|
1062
|
+
...
|
|
1063
|
+
|
|
1064
|
+
def is_property_overridable_library(self):
|
|
1065
|
+
""" """
|
|
1066
|
+
...
|
|
1067
|
+
|
|
1068
|
+
def is_property_readonly(self):
|
|
1069
|
+
""" """
|
|
1070
|
+
...
|
|
1071
|
+
|
|
1072
|
+
def is_property_set(self):
|
|
1073
|
+
""" """
|
|
1074
|
+
...
|
|
1075
|
+
|
|
1076
|
+
def items(self):
|
|
1077
|
+
""" """
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def keyframe_delete(self):
|
|
1081
|
+
""" """
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
def keyframe_insert(self):
|
|
1085
|
+
""" """
|
|
1086
|
+
...
|
|
1087
|
+
|
|
1088
|
+
def keys(self):
|
|
1089
|
+
""" """
|
|
1090
|
+
...
|
|
1091
|
+
|
|
1092
|
+
def path_from_id(self):
|
|
1093
|
+
""" """
|
|
1094
|
+
...
|
|
1095
|
+
|
|
1096
|
+
def path_resolve(self):
|
|
1097
|
+
""" """
|
|
1098
|
+
...
|
|
1099
|
+
|
|
1100
|
+
def poll(self, context):
|
|
1101
|
+
"""
|
|
1102
|
+
|
|
1103
|
+
:param context:
|
|
1104
|
+
"""
|
|
1105
|
+
...
|
|
1106
|
+
|
|
1107
|
+
def pop(self):
|
|
1108
|
+
""" """
|
|
1109
|
+
...
|
|
1110
|
+
|
|
1111
|
+
def prepend(self, draw_func):
|
|
1112
|
+
"""
|
|
1113
|
+
|
|
1114
|
+
:param draw_func:
|
|
1115
|
+
"""
|
|
1116
|
+
...
|
|
1117
|
+
|
|
1118
|
+
def property_overridable_library_set(self):
|
|
1119
|
+
""" """
|
|
1120
|
+
...
|
|
1121
|
+
|
|
1122
|
+
def property_unset(self):
|
|
1123
|
+
""" """
|
|
1124
|
+
...
|
|
1125
|
+
|
|
1126
|
+
def remove(self, draw_func):
|
|
1127
|
+
"""
|
|
1128
|
+
|
|
1129
|
+
:param draw_func:
|
|
1130
|
+
"""
|
|
1131
|
+
...
|
|
1132
|
+
|
|
1133
|
+
def type_recast(self):
|
|
1134
|
+
""" """
|
|
1135
|
+
...
|
|
1136
|
+
|
|
1137
|
+
def values(self):
|
|
1138
|
+
""" """
|
|
1139
|
+
...
|
|
1140
|
+
|
|
1141
|
+
class DATA_PT_gpencil_layer_relations(bpy_types._GenericUI):
|
|
1142
|
+
""" """
|
|
1143
|
+
|
|
1144
|
+
bl_context: typing.Any
|
|
1145
|
+
""" """
|
|
1146
|
+
|
|
1147
|
+
bl_label: typing.Any
|
|
1148
|
+
""" """
|
|
1149
|
+
|
|
1150
|
+
bl_options: typing.Any
|
|
1151
|
+
""" """
|
|
1152
|
+
|
|
1153
|
+
bl_parent_id: typing.Any
|
|
1154
|
+
""" """
|
|
1155
|
+
|
|
1156
|
+
bl_region_type: typing.Any
|
|
1157
|
+
""" """
|
|
1158
|
+
|
|
1159
|
+
bl_rna: typing.Any
|
|
1160
|
+
""" """
|
|
1161
|
+
|
|
1162
|
+
bl_space_type: typing.Any
|
|
1163
|
+
""" """
|
|
1164
|
+
|
|
1165
|
+
id_data: typing.Any
|
|
1166
|
+
""" """
|
|
1167
|
+
|
|
1168
|
+
def append(self, draw_func):
|
|
1169
|
+
"""
|
|
1170
|
+
|
|
1171
|
+
:param draw_func:
|
|
1172
|
+
"""
|
|
1173
|
+
...
|
|
1174
|
+
|
|
1175
|
+
def as_pointer(self):
|
|
1176
|
+
""" """
|
|
1177
|
+
...
|
|
1178
|
+
|
|
1179
|
+
def bl_rna_get_subclass(self):
|
|
1180
|
+
""" """
|
|
1181
|
+
...
|
|
1182
|
+
|
|
1183
|
+
def bl_rna_get_subclass_py(self):
|
|
1184
|
+
""" """
|
|
1185
|
+
...
|
|
1186
|
+
|
|
1187
|
+
def draw(self, context):
|
|
1188
|
+
"""
|
|
1189
|
+
|
|
1190
|
+
:param context:
|
|
1191
|
+
"""
|
|
1192
|
+
...
|
|
1193
|
+
|
|
1194
|
+
def driver_add(self):
|
|
1195
|
+
""" """
|
|
1196
|
+
...
|
|
1197
|
+
|
|
1198
|
+
def driver_remove(self):
|
|
1199
|
+
""" """
|
|
1200
|
+
...
|
|
1201
|
+
|
|
1202
|
+
def get(self):
|
|
1203
|
+
""" """
|
|
1204
|
+
...
|
|
1205
|
+
|
|
1206
|
+
def id_properties_clear(self):
|
|
1207
|
+
""" """
|
|
1208
|
+
...
|
|
1209
|
+
|
|
1210
|
+
def id_properties_ensure(self):
|
|
1211
|
+
""" """
|
|
1212
|
+
...
|
|
1213
|
+
|
|
1214
|
+
def id_properties_ui(self):
|
|
1215
|
+
""" """
|
|
1216
|
+
...
|
|
1217
|
+
|
|
1218
|
+
def is_extended(self):
|
|
1219
|
+
""" """
|
|
1220
|
+
...
|
|
1221
|
+
|
|
1222
|
+
def is_property_hidden(self):
|
|
1223
|
+
""" """
|
|
1224
|
+
...
|
|
1225
|
+
|
|
1226
|
+
def is_property_overridable_library(self):
|
|
1227
|
+
""" """
|
|
1228
|
+
...
|
|
1229
|
+
|
|
1230
|
+
def is_property_readonly(self):
|
|
1231
|
+
""" """
|
|
1232
|
+
...
|
|
1233
|
+
|
|
1234
|
+
def is_property_set(self):
|
|
1235
|
+
""" """
|
|
1236
|
+
...
|
|
1237
|
+
|
|
1238
|
+
def items(self):
|
|
1239
|
+
""" """
|
|
1240
|
+
...
|
|
1241
|
+
|
|
1242
|
+
def keyframe_delete(self):
|
|
1243
|
+
""" """
|
|
1244
|
+
...
|
|
1245
|
+
|
|
1246
|
+
def keyframe_insert(self):
|
|
1247
|
+
""" """
|
|
1248
|
+
...
|
|
1249
|
+
|
|
1250
|
+
def keys(self):
|
|
1251
|
+
""" """
|
|
1252
|
+
...
|
|
1253
|
+
|
|
1254
|
+
def path_from_id(self):
|
|
1255
|
+
""" """
|
|
1256
|
+
...
|
|
1257
|
+
|
|
1258
|
+
def path_resolve(self):
|
|
1259
|
+
""" """
|
|
1260
|
+
...
|
|
1261
|
+
|
|
1262
|
+
def poll(self, context):
|
|
1263
|
+
"""
|
|
1264
|
+
|
|
1265
|
+
:param context:
|
|
1266
|
+
"""
|
|
1267
|
+
...
|
|
1268
|
+
|
|
1269
|
+
def pop(self):
|
|
1270
|
+
""" """
|
|
1271
|
+
...
|
|
1272
|
+
|
|
1273
|
+
def prepend(self, draw_func):
|
|
1274
|
+
"""
|
|
1275
|
+
|
|
1276
|
+
:param draw_func:
|
|
1277
|
+
"""
|
|
1278
|
+
...
|
|
1279
|
+
|
|
1280
|
+
def property_overridable_library_set(self):
|
|
1281
|
+
""" """
|
|
1282
|
+
...
|
|
1283
|
+
|
|
1284
|
+
def property_unset(self):
|
|
1285
|
+
""" """
|
|
1286
|
+
...
|
|
1287
|
+
|
|
1288
|
+
def remove(self, draw_func):
|
|
1289
|
+
"""
|
|
1290
|
+
|
|
1291
|
+
:param draw_func:
|
|
1292
|
+
"""
|
|
1293
|
+
...
|
|
1294
|
+
|
|
1295
|
+
def type_recast(self):
|
|
1296
|
+
""" """
|
|
1297
|
+
...
|
|
1298
|
+
|
|
1299
|
+
def values(self):
|
|
1300
|
+
""" """
|
|
1301
|
+
...
|
|
1302
|
+
|
|
1303
|
+
class DATA_PT_gpencil_layer_transform(bpy_types._GenericUI):
|
|
1304
|
+
""" """
|
|
1305
|
+
|
|
1306
|
+
bl_context: typing.Any
|
|
1307
|
+
""" """
|
|
1308
|
+
|
|
1309
|
+
bl_label: typing.Any
|
|
1310
|
+
""" """
|
|
1311
|
+
|
|
1312
|
+
bl_options: typing.Any
|
|
1313
|
+
""" """
|
|
1314
|
+
|
|
1315
|
+
bl_parent_id: typing.Any
|
|
1316
|
+
""" """
|
|
1317
|
+
|
|
1318
|
+
bl_region_type: typing.Any
|
|
1319
|
+
""" """
|
|
1320
|
+
|
|
1321
|
+
bl_rna: typing.Any
|
|
1322
|
+
""" """
|
|
1323
|
+
|
|
1324
|
+
bl_space_type: typing.Any
|
|
1325
|
+
""" """
|
|
1326
|
+
|
|
1327
|
+
id_data: typing.Any
|
|
1328
|
+
""" """
|
|
1329
|
+
|
|
1330
|
+
def append(self, draw_func):
|
|
1331
|
+
"""
|
|
1332
|
+
|
|
1333
|
+
:param draw_func:
|
|
1334
|
+
"""
|
|
1335
|
+
...
|
|
1336
|
+
|
|
1337
|
+
def as_pointer(self):
|
|
1338
|
+
""" """
|
|
1339
|
+
...
|
|
1340
|
+
|
|
1341
|
+
def bl_rna_get_subclass(self):
|
|
1342
|
+
""" """
|
|
1343
|
+
...
|
|
1344
|
+
|
|
1345
|
+
def bl_rna_get_subclass_py(self):
|
|
1346
|
+
""" """
|
|
1347
|
+
...
|
|
1348
|
+
|
|
1349
|
+
def draw(self, context):
|
|
1350
|
+
"""
|
|
1351
|
+
|
|
1352
|
+
:param context:
|
|
1353
|
+
"""
|
|
1354
|
+
...
|
|
1355
|
+
|
|
1356
|
+
def driver_add(self):
|
|
1357
|
+
""" """
|
|
1358
|
+
...
|
|
1359
|
+
|
|
1360
|
+
def driver_remove(self):
|
|
1361
|
+
""" """
|
|
1362
|
+
...
|
|
1363
|
+
|
|
1364
|
+
def get(self):
|
|
1365
|
+
""" """
|
|
1366
|
+
...
|
|
1367
|
+
|
|
1368
|
+
def id_properties_clear(self):
|
|
1369
|
+
""" """
|
|
1370
|
+
...
|
|
1371
|
+
|
|
1372
|
+
def id_properties_ensure(self):
|
|
1373
|
+
""" """
|
|
1374
|
+
...
|
|
1375
|
+
|
|
1376
|
+
def id_properties_ui(self):
|
|
1377
|
+
""" """
|
|
1378
|
+
...
|
|
1379
|
+
|
|
1380
|
+
def is_extended(self):
|
|
1381
|
+
""" """
|
|
1382
|
+
...
|
|
1383
|
+
|
|
1384
|
+
def is_property_hidden(self):
|
|
1385
|
+
""" """
|
|
1386
|
+
...
|
|
1387
|
+
|
|
1388
|
+
def is_property_overridable_library(self):
|
|
1389
|
+
""" """
|
|
1390
|
+
...
|
|
1391
|
+
|
|
1392
|
+
def is_property_readonly(self):
|
|
1393
|
+
""" """
|
|
1394
|
+
...
|
|
1395
|
+
|
|
1396
|
+
def is_property_set(self):
|
|
1397
|
+
""" """
|
|
1398
|
+
...
|
|
1399
|
+
|
|
1400
|
+
def items(self):
|
|
1401
|
+
""" """
|
|
1402
|
+
...
|
|
1403
|
+
|
|
1404
|
+
def keyframe_delete(self):
|
|
1405
|
+
""" """
|
|
1406
|
+
...
|
|
1407
|
+
|
|
1408
|
+
def keyframe_insert(self):
|
|
1409
|
+
""" """
|
|
1410
|
+
...
|
|
1411
|
+
|
|
1412
|
+
def keys(self):
|
|
1413
|
+
""" """
|
|
1414
|
+
...
|
|
1415
|
+
|
|
1416
|
+
def path_from_id(self):
|
|
1417
|
+
""" """
|
|
1418
|
+
...
|
|
1419
|
+
|
|
1420
|
+
def path_resolve(self):
|
|
1421
|
+
""" """
|
|
1422
|
+
...
|
|
1423
|
+
|
|
1424
|
+
def poll(self, context):
|
|
1425
|
+
"""
|
|
1426
|
+
|
|
1427
|
+
:param context:
|
|
1428
|
+
"""
|
|
1429
|
+
...
|
|
1430
|
+
|
|
1431
|
+
def pop(self):
|
|
1432
|
+
""" """
|
|
1433
|
+
...
|
|
1434
|
+
|
|
1435
|
+
def prepend(self, draw_func):
|
|
1436
|
+
"""
|
|
1437
|
+
|
|
1438
|
+
:param draw_func:
|
|
1439
|
+
"""
|
|
1440
|
+
...
|
|
1441
|
+
|
|
1442
|
+
def property_overridable_library_set(self):
|
|
1443
|
+
""" """
|
|
1444
|
+
...
|
|
1445
|
+
|
|
1446
|
+
def property_unset(self):
|
|
1447
|
+
""" """
|
|
1448
|
+
...
|
|
1449
|
+
|
|
1450
|
+
def remove(self, draw_func):
|
|
1451
|
+
"""
|
|
1452
|
+
|
|
1453
|
+
:param draw_func:
|
|
1454
|
+
"""
|
|
1455
|
+
...
|
|
1456
|
+
|
|
1457
|
+
def type_recast(self):
|
|
1458
|
+
""" """
|
|
1459
|
+
...
|
|
1460
|
+
|
|
1461
|
+
def values(self):
|
|
1462
|
+
""" """
|
|
1463
|
+
...
|
|
1464
|
+
|
|
1465
|
+
class DATA_PT_gpencil_layers(bpy_types._GenericUI):
|
|
1466
|
+
""" """
|
|
1467
|
+
|
|
1468
|
+
bl_context: typing.Any
|
|
1469
|
+
""" """
|
|
1470
|
+
|
|
1471
|
+
bl_label: typing.Any
|
|
1472
|
+
""" """
|
|
1473
|
+
|
|
1474
|
+
bl_region_type: typing.Any
|
|
1475
|
+
""" """
|
|
1476
|
+
|
|
1477
|
+
bl_rna: typing.Any
|
|
1478
|
+
""" """
|
|
1479
|
+
|
|
1480
|
+
bl_space_type: typing.Any
|
|
1481
|
+
""" """
|
|
1482
|
+
|
|
1483
|
+
id_data: typing.Any
|
|
1484
|
+
""" """
|
|
1485
|
+
|
|
1486
|
+
def append(self, draw_func):
|
|
1487
|
+
"""
|
|
1488
|
+
|
|
1489
|
+
:param draw_func:
|
|
1490
|
+
"""
|
|
1491
|
+
...
|
|
1492
|
+
|
|
1493
|
+
def as_pointer(self):
|
|
1494
|
+
""" """
|
|
1495
|
+
...
|
|
1496
|
+
|
|
1497
|
+
def bl_rna_get_subclass(self):
|
|
1498
|
+
""" """
|
|
1499
|
+
...
|
|
1500
|
+
|
|
1501
|
+
def bl_rna_get_subclass_py(self):
|
|
1502
|
+
""" """
|
|
1503
|
+
...
|
|
1504
|
+
|
|
1505
|
+
def draw(self, context):
|
|
1506
|
+
"""
|
|
1507
|
+
|
|
1508
|
+
:param context:
|
|
1509
|
+
"""
|
|
1510
|
+
...
|
|
1511
|
+
|
|
1512
|
+
def draw_layers(self, _context, layout, gpd):
|
|
1513
|
+
"""
|
|
1514
|
+
|
|
1515
|
+
:param _context:
|
|
1516
|
+
:param layout:
|
|
1517
|
+
:param gpd:
|
|
1518
|
+
"""
|
|
1519
|
+
...
|
|
1520
|
+
|
|
1521
|
+
def driver_add(self):
|
|
1522
|
+
""" """
|
|
1523
|
+
...
|
|
1524
|
+
|
|
1525
|
+
def driver_remove(self):
|
|
1526
|
+
""" """
|
|
1527
|
+
...
|
|
1528
|
+
|
|
1529
|
+
def get(self):
|
|
1530
|
+
""" """
|
|
1531
|
+
...
|
|
1532
|
+
|
|
1533
|
+
def id_properties_clear(self):
|
|
1534
|
+
""" """
|
|
1535
|
+
...
|
|
1536
|
+
|
|
1537
|
+
def id_properties_ensure(self):
|
|
1538
|
+
""" """
|
|
1539
|
+
...
|
|
1540
|
+
|
|
1541
|
+
def id_properties_ui(self):
|
|
1542
|
+
""" """
|
|
1543
|
+
...
|
|
1544
|
+
|
|
1545
|
+
def is_extended(self):
|
|
1546
|
+
""" """
|
|
1547
|
+
...
|
|
1548
|
+
|
|
1549
|
+
def is_property_hidden(self):
|
|
1550
|
+
""" """
|
|
1551
|
+
...
|
|
1552
|
+
|
|
1553
|
+
def is_property_overridable_library(self):
|
|
1554
|
+
""" """
|
|
1555
|
+
...
|
|
1556
|
+
|
|
1557
|
+
def is_property_readonly(self):
|
|
1558
|
+
""" """
|
|
1559
|
+
...
|
|
1560
|
+
|
|
1561
|
+
def is_property_set(self):
|
|
1562
|
+
""" """
|
|
1563
|
+
...
|
|
1564
|
+
|
|
1565
|
+
def items(self):
|
|
1566
|
+
""" """
|
|
1567
|
+
...
|
|
1568
|
+
|
|
1569
|
+
def keyframe_delete(self):
|
|
1570
|
+
""" """
|
|
1571
|
+
...
|
|
1572
|
+
|
|
1573
|
+
def keyframe_insert(self):
|
|
1574
|
+
""" """
|
|
1575
|
+
...
|
|
1576
|
+
|
|
1577
|
+
def keys(self):
|
|
1578
|
+
""" """
|
|
1579
|
+
...
|
|
1580
|
+
|
|
1581
|
+
def path_from_id(self):
|
|
1582
|
+
""" """
|
|
1583
|
+
...
|
|
1584
|
+
|
|
1585
|
+
def path_resolve(self):
|
|
1586
|
+
""" """
|
|
1587
|
+
...
|
|
1588
|
+
|
|
1589
|
+
def poll(self, context):
|
|
1590
|
+
"""
|
|
1591
|
+
|
|
1592
|
+
:param context:
|
|
1593
|
+
"""
|
|
1594
|
+
...
|
|
1595
|
+
|
|
1596
|
+
def pop(self):
|
|
1597
|
+
""" """
|
|
1598
|
+
...
|
|
1599
|
+
|
|
1600
|
+
def prepend(self, draw_func):
|
|
1601
|
+
"""
|
|
1602
|
+
|
|
1603
|
+
:param draw_func:
|
|
1604
|
+
"""
|
|
1605
|
+
...
|
|
1606
|
+
|
|
1607
|
+
def property_overridable_library_set(self):
|
|
1608
|
+
""" """
|
|
1609
|
+
...
|
|
1610
|
+
|
|
1611
|
+
def property_unset(self):
|
|
1612
|
+
""" """
|
|
1613
|
+
...
|
|
1614
|
+
|
|
1615
|
+
def remove(self, draw_func):
|
|
1616
|
+
"""
|
|
1617
|
+
|
|
1618
|
+
:param draw_func:
|
|
1619
|
+
"""
|
|
1620
|
+
...
|
|
1621
|
+
|
|
1622
|
+
def type_recast(self):
|
|
1623
|
+
""" """
|
|
1624
|
+
...
|
|
1625
|
+
|
|
1626
|
+
def values(self):
|
|
1627
|
+
""" """
|
|
1628
|
+
...
|
|
1629
|
+
|
|
1630
|
+
class DATA_PT_gpencil_onion_skinning(bpy_types._GenericUI):
|
|
1631
|
+
""" """
|
|
1632
|
+
|
|
1633
|
+
bl_context: typing.Any
|
|
1634
|
+
""" """
|
|
1635
|
+
|
|
1636
|
+
bl_label: typing.Any
|
|
1637
|
+
""" """
|
|
1638
|
+
|
|
1639
|
+
bl_region_type: typing.Any
|
|
1640
|
+
""" """
|
|
1641
|
+
|
|
1642
|
+
bl_rna: typing.Any
|
|
1643
|
+
""" """
|
|
1644
|
+
|
|
1645
|
+
bl_space_type: typing.Any
|
|
1646
|
+
""" """
|
|
1647
|
+
|
|
1648
|
+
id_data: typing.Any
|
|
1649
|
+
""" """
|
|
1650
|
+
|
|
1651
|
+
def append(self, draw_func):
|
|
1652
|
+
"""
|
|
1653
|
+
|
|
1654
|
+
:param draw_func:
|
|
1655
|
+
"""
|
|
1656
|
+
...
|
|
1657
|
+
|
|
1658
|
+
def as_pointer(self):
|
|
1659
|
+
""" """
|
|
1660
|
+
...
|
|
1661
|
+
|
|
1662
|
+
def bl_rna_get_subclass(self):
|
|
1663
|
+
""" """
|
|
1664
|
+
...
|
|
1665
|
+
|
|
1666
|
+
def bl_rna_get_subclass_py(self):
|
|
1667
|
+
""" """
|
|
1668
|
+
...
|
|
1669
|
+
|
|
1670
|
+
def draw(self, context):
|
|
1671
|
+
"""
|
|
1672
|
+
|
|
1673
|
+
:param context:
|
|
1674
|
+
"""
|
|
1675
|
+
...
|
|
1676
|
+
|
|
1677
|
+
def driver_add(self):
|
|
1678
|
+
""" """
|
|
1679
|
+
...
|
|
1680
|
+
|
|
1681
|
+
def driver_remove(self):
|
|
1682
|
+
""" """
|
|
1683
|
+
...
|
|
1684
|
+
|
|
1685
|
+
def get(self):
|
|
1686
|
+
""" """
|
|
1687
|
+
...
|
|
1688
|
+
|
|
1689
|
+
def id_properties_clear(self):
|
|
1690
|
+
""" """
|
|
1691
|
+
...
|
|
1692
|
+
|
|
1693
|
+
def id_properties_ensure(self):
|
|
1694
|
+
""" """
|
|
1695
|
+
...
|
|
1696
|
+
|
|
1697
|
+
def id_properties_ui(self):
|
|
1698
|
+
""" """
|
|
1699
|
+
...
|
|
1700
|
+
|
|
1701
|
+
def is_extended(self):
|
|
1702
|
+
""" """
|
|
1703
|
+
...
|
|
1704
|
+
|
|
1705
|
+
def is_property_hidden(self):
|
|
1706
|
+
""" """
|
|
1707
|
+
...
|
|
1708
|
+
|
|
1709
|
+
def is_property_overridable_library(self):
|
|
1710
|
+
""" """
|
|
1711
|
+
...
|
|
1712
|
+
|
|
1713
|
+
def is_property_readonly(self):
|
|
1714
|
+
""" """
|
|
1715
|
+
...
|
|
1716
|
+
|
|
1717
|
+
def is_property_set(self):
|
|
1718
|
+
""" """
|
|
1719
|
+
...
|
|
1720
|
+
|
|
1721
|
+
def items(self):
|
|
1722
|
+
""" """
|
|
1723
|
+
...
|
|
1724
|
+
|
|
1725
|
+
def keyframe_delete(self):
|
|
1726
|
+
""" """
|
|
1727
|
+
...
|
|
1728
|
+
|
|
1729
|
+
def keyframe_insert(self):
|
|
1730
|
+
""" """
|
|
1731
|
+
...
|
|
1732
|
+
|
|
1733
|
+
def keys(self):
|
|
1734
|
+
""" """
|
|
1735
|
+
...
|
|
1736
|
+
|
|
1737
|
+
def path_from_id(self):
|
|
1738
|
+
""" """
|
|
1739
|
+
...
|
|
1740
|
+
|
|
1741
|
+
def path_resolve(self):
|
|
1742
|
+
""" """
|
|
1743
|
+
...
|
|
1744
|
+
|
|
1745
|
+
def poll(self, context):
|
|
1746
|
+
"""
|
|
1747
|
+
|
|
1748
|
+
:param context:
|
|
1749
|
+
"""
|
|
1750
|
+
...
|
|
1751
|
+
|
|
1752
|
+
def pop(self):
|
|
1753
|
+
""" """
|
|
1754
|
+
...
|
|
1755
|
+
|
|
1756
|
+
def prepend(self, draw_func):
|
|
1757
|
+
"""
|
|
1758
|
+
|
|
1759
|
+
:param draw_func:
|
|
1760
|
+
"""
|
|
1761
|
+
...
|
|
1762
|
+
|
|
1763
|
+
def property_overridable_library_set(self):
|
|
1764
|
+
""" """
|
|
1765
|
+
...
|
|
1766
|
+
|
|
1767
|
+
def property_unset(self):
|
|
1768
|
+
""" """
|
|
1769
|
+
...
|
|
1770
|
+
|
|
1771
|
+
def remove(self, draw_func):
|
|
1772
|
+
"""
|
|
1773
|
+
|
|
1774
|
+
:param draw_func:
|
|
1775
|
+
"""
|
|
1776
|
+
...
|
|
1777
|
+
|
|
1778
|
+
def type_recast(self):
|
|
1779
|
+
""" """
|
|
1780
|
+
...
|
|
1781
|
+
|
|
1782
|
+
def values(self):
|
|
1783
|
+
""" """
|
|
1784
|
+
...
|
|
1785
|
+
|
|
1786
|
+
class DATA_PT_gpencil_onion_skinning_custom_colors(bpy_types._GenericUI):
|
|
1787
|
+
""" """
|
|
1788
|
+
|
|
1789
|
+
bl_context: typing.Any
|
|
1790
|
+
""" """
|
|
1791
|
+
|
|
1792
|
+
bl_label: typing.Any
|
|
1793
|
+
""" """
|
|
1794
|
+
|
|
1795
|
+
bl_options: typing.Any
|
|
1796
|
+
""" """
|
|
1797
|
+
|
|
1798
|
+
bl_parent_id: typing.Any
|
|
1799
|
+
""" """
|
|
1800
|
+
|
|
1801
|
+
bl_region_type: typing.Any
|
|
1802
|
+
""" """
|
|
1803
|
+
|
|
1804
|
+
bl_rna: typing.Any
|
|
1805
|
+
""" """
|
|
1806
|
+
|
|
1807
|
+
bl_space_type: typing.Any
|
|
1808
|
+
""" """
|
|
1809
|
+
|
|
1810
|
+
id_data: typing.Any
|
|
1811
|
+
""" """
|
|
1812
|
+
|
|
1813
|
+
def append(self, draw_func):
|
|
1814
|
+
"""
|
|
1815
|
+
|
|
1816
|
+
:param draw_func:
|
|
1817
|
+
"""
|
|
1818
|
+
...
|
|
1819
|
+
|
|
1820
|
+
def as_pointer(self):
|
|
1821
|
+
""" """
|
|
1822
|
+
...
|
|
1823
|
+
|
|
1824
|
+
def bl_rna_get_subclass(self):
|
|
1825
|
+
""" """
|
|
1826
|
+
...
|
|
1827
|
+
|
|
1828
|
+
def bl_rna_get_subclass_py(self):
|
|
1829
|
+
""" """
|
|
1830
|
+
...
|
|
1831
|
+
|
|
1832
|
+
def draw(self, context):
|
|
1833
|
+
"""
|
|
1834
|
+
|
|
1835
|
+
:param context:
|
|
1836
|
+
"""
|
|
1837
|
+
...
|
|
1838
|
+
|
|
1839
|
+
def draw_header(self, context):
|
|
1840
|
+
"""
|
|
1841
|
+
|
|
1842
|
+
:param context:
|
|
1843
|
+
"""
|
|
1844
|
+
...
|
|
1845
|
+
|
|
1846
|
+
def driver_add(self):
|
|
1847
|
+
""" """
|
|
1848
|
+
...
|
|
1849
|
+
|
|
1850
|
+
def driver_remove(self):
|
|
1851
|
+
""" """
|
|
1852
|
+
...
|
|
1853
|
+
|
|
1854
|
+
def get(self):
|
|
1855
|
+
""" """
|
|
1856
|
+
...
|
|
1857
|
+
|
|
1858
|
+
def id_properties_clear(self):
|
|
1859
|
+
""" """
|
|
1860
|
+
...
|
|
1861
|
+
|
|
1862
|
+
def id_properties_ensure(self):
|
|
1863
|
+
""" """
|
|
1864
|
+
...
|
|
1865
|
+
|
|
1866
|
+
def id_properties_ui(self):
|
|
1867
|
+
""" """
|
|
1868
|
+
...
|
|
1869
|
+
|
|
1870
|
+
def is_extended(self):
|
|
1871
|
+
""" """
|
|
1872
|
+
...
|
|
1873
|
+
|
|
1874
|
+
def is_property_hidden(self):
|
|
1875
|
+
""" """
|
|
1876
|
+
...
|
|
1877
|
+
|
|
1878
|
+
def is_property_overridable_library(self):
|
|
1879
|
+
""" """
|
|
1880
|
+
...
|
|
1881
|
+
|
|
1882
|
+
def is_property_readonly(self):
|
|
1883
|
+
""" """
|
|
1884
|
+
...
|
|
1885
|
+
|
|
1886
|
+
def is_property_set(self):
|
|
1887
|
+
""" """
|
|
1888
|
+
...
|
|
1889
|
+
|
|
1890
|
+
def items(self):
|
|
1891
|
+
""" """
|
|
1892
|
+
...
|
|
1893
|
+
|
|
1894
|
+
def keyframe_delete(self):
|
|
1895
|
+
""" """
|
|
1896
|
+
...
|
|
1897
|
+
|
|
1898
|
+
def keyframe_insert(self):
|
|
1899
|
+
""" """
|
|
1900
|
+
...
|
|
1901
|
+
|
|
1902
|
+
def keys(self):
|
|
1903
|
+
""" """
|
|
1904
|
+
...
|
|
1905
|
+
|
|
1906
|
+
def path_from_id(self):
|
|
1907
|
+
""" """
|
|
1908
|
+
...
|
|
1909
|
+
|
|
1910
|
+
def path_resolve(self):
|
|
1911
|
+
""" """
|
|
1912
|
+
...
|
|
1913
|
+
|
|
1914
|
+
def poll(self, context):
|
|
1915
|
+
"""
|
|
1916
|
+
|
|
1917
|
+
:param context:
|
|
1918
|
+
"""
|
|
1919
|
+
...
|
|
1920
|
+
|
|
1921
|
+
def pop(self):
|
|
1922
|
+
""" """
|
|
1923
|
+
...
|
|
1924
|
+
|
|
1925
|
+
def prepend(self, draw_func):
|
|
1926
|
+
"""
|
|
1927
|
+
|
|
1928
|
+
:param draw_func:
|
|
1929
|
+
"""
|
|
1930
|
+
...
|
|
1931
|
+
|
|
1932
|
+
def property_overridable_library_set(self):
|
|
1933
|
+
""" """
|
|
1934
|
+
...
|
|
1935
|
+
|
|
1936
|
+
def property_unset(self):
|
|
1937
|
+
""" """
|
|
1938
|
+
...
|
|
1939
|
+
|
|
1940
|
+
def remove(self, draw_func):
|
|
1941
|
+
"""
|
|
1942
|
+
|
|
1943
|
+
:param draw_func:
|
|
1944
|
+
"""
|
|
1945
|
+
...
|
|
1946
|
+
|
|
1947
|
+
def type_recast(self):
|
|
1948
|
+
""" """
|
|
1949
|
+
...
|
|
1950
|
+
|
|
1951
|
+
def values(self):
|
|
1952
|
+
""" """
|
|
1953
|
+
...
|
|
1954
|
+
|
|
1955
|
+
class DATA_PT_gpencil_onion_skinning_display(bpy_types._GenericUI):
|
|
1956
|
+
""" """
|
|
1957
|
+
|
|
1958
|
+
bl_context: typing.Any
|
|
1959
|
+
""" """
|
|
1960
|
+
|
|
1961
|
+
bl_label: typing.Any
|
|
1962
|
+
""" """
|
|
1963
|
+
|
|
1964
|
+
bl_options: typing.Any
|
|
1965
|
+
""" """
|
|
1966
|
+
|
|
1967
|
+
bl_parent_id: typing.Any
|
|
1968
|
+
""" """
|
|
529
1969
|
|
|
530
|
-
class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
531
|
-
bl_context: typing.Any
|
|
532
|
-
bl_label: typing.Any
|
|
533
|
-
bl_options: typing.Any
|
|
534
|
-
bl_parent_id: typing.Any
|
|
535
1970
|
bl_region_type: typing.Any
|
|
1971
|
+
""" """
|
|
1972
|
+
|
|
536
1973
|
bl_rna: typing.Any
|
|
1974
|
+
""" """
|
|
1975
|
+
|
|
537
1976
|
bl_space_type: typing.Any
|
|
1977
|
+
""" """
|
|
1978
|
+
|
|
538
1979
|
id_data: typing.Any
|
|
1980
|
+
""" """
|
|
539
1981
|
|
|
540
1982
|
def append(self, draw_func):
|
|
541
1983
|
"""
|
|
542
1984
|
|
|
543
|
-
:param draw_func:
|
|
544
|
-
|
|
545
|
-
|
|
1985
|
+
:param draw_func:
|
|
1986
|
+
"""
|
|
1987
|
+
...
|
|
1988
|
+
|
|
1989
|
+
def as_pointer(self):
|
|
1990
|
+
""" """
|
|
1991
|
+
...
|
|
1992
|
+
|
|
1993
|
+
def bl_rna_get_subclass(self):
|
|
1994
|
+
""" """
|
|
1995
|
+
...
|
|
1996
|
+
|
|
1997
|
+
def bl_rna_get_subclass_py(self):
|
|
1998
|
+
""" """
|
|
1999
|
+
...
|
|
2000
|
+
|
|
2001
|
+
def draw(self, context):
|
|
2002
|
+
"""
|
|
2003
|
+
|
|
2004
|
+
:param context:
|
|
2005
|
+
"""
|
|
2006
|
+
...
|
|
2007
|
+
|
|
2008
|
+
def driver_add(self):
|
|
2009
|
+
""" """
|
|
2010
|
+
...
|
|
2011
|
+
|
|
2012
|
+
def driver_remove(self):
|
|
2013
|
+
""" """
|
|
2014
|
+
...
|
|
2015
|
+
|
|
2016
|
+
def get(self):
|
|
2017
|
+
""" """
|
|
2018
|
+
...
|
|
2019
|
+
|
|
2020
|
+
def id_properties_clear(self):
|
|
2021
|
+
""" """
|
|
2022
|
+
...
|
|
2023
|
+
|
|
2024
|
+
def id_properties_ensure(self):
|
|
2025
|
+
""" """
|
|
2026
|
+
...
|
|
2027
|
+
|
|
2028
|
+
def id_properties_ui(self):
|
|
2029
|
+
""" """
|
|
2030
|
+
...
|
|
2031
|
+
|
|
2032
|
+
def is_extended(self):
|
|
2033
|
+
""" """
|
|
2034
|
+
...
|
|
2035
|
+
|
|
2036
|
+
def is_property_hidden(self):
|
|
2037
|
+
""" """
|
|
2038
|
+
...
|
|
2039
|
+
|
|
2040
|
+
def is_property_overridable_library(self):
|
|
2041
|
+
""" """
|
|
2042
|
+
...
|
|
2043
|
+
|
|
2044
|
+
def is_property_readonly(self):
|
|
2045
|
+
""" """
|
|
2046
|
+
...
|
|
2047
|
+
|
|
2048
|
+
def is_property_set(self):
|
|
2049
|
+
""" """
|
|
2050
|
+
...
|
|
2051
|
+
|
|
2052
|
+
def items(self):
|
|
2053
|
+
""" """
|
|
2054
|
+
...
|
|
2055
|
+
|
|
2056
|
+
def keyframe_delete(self):
|
|
2057
|
+
""" """
|
|
2058
|
+
...
|
|
2059
|
+
|
|
2060
|
+
def keyframe_insert(self):
|
|
2061
|
+
""" """
|
|
2062
|
+
...
|
|
2063
|
+
|
|
2064
|
+
def keys(self):
|
|
2065
|
+
""" """
|
|
546
2066
|
...
|
|
547
2067
|
|
|
548
|
-
def
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
2068
|
+
def path_from_id(self):
|
|
2069
|
+
""" """
|
|
2070
|
+
...
|
|
2071
|
+
|
|
2072
|
+
def path_resolve(self):
|
|
2073
|
+
""" """
|
|
2074
|
+
...
|
|
553
2075
|
|
|
554
|
-
:param self:
|
|
555
|
-
:type self:
|
|
556
|
-
:param context:
|
|
557
|
-
:type context:
|
|
558
|
-
"""
|
|
559
|
-
...
|
|
560
|
-
|
|
561
|
-
def driver_add(self): ...
|
|
562
|
-
def driver_remove(self): ...
|
|
563
|
-
def get(self): ...
|
|
564
|
-
def id_properties_clear(self): ...
|
|
565
|
-
def id_properties_ensure(self): ...
|
|
566
|
-
def id_properties_ui(self): ...
|
|
567
|
-
def is_extended(self): ...
|
|
568
|
-
def is_property_hidden(self): ...
|
|
569
|
-
def is_property_overridable_library(self): ...
|
|
570
|
-
def is_property_readonly(self): ...
|
|
571
|
-
def is_property_set(self): ...
|
|
572
|
-
def items(self): ...
|
|
573
|
-
def keyframe_delete(self): ...
|
|
574
|
-
def keyframe_insert(self): ...
|
|
575
|
-
def keys(self): ...
|
|
576
|
-
def path_from_id(self): ...
|
|
577
|
-
def path_resolve(self): ...
|
|
578
2076
|
def poll(self, context):
|
|
579
2077
|
"""
|
|
580
2078
|
|
|
581
2079
|
:param context:
|
|
582
|
-
:type context:
|
|
583
2080
|
"""
|
|
584
2081
|
...
|
|
585
2082
|
|
|
586
|
-
def pop(self):
|
|
2083
|
+
def pop(self):
|
|
2084
|
+
""" """
|
|
2085
|
+
...
|
|
2086
|
+
|
|
587
2087
|
def prepend(self, draw_func):
|
|
588
2088
|
"""
|
|
589
2089
|
|
|
590
2090
|
:param draw_func:
|
|
591
|
-
:type draw_func:
|
|
592
2091
|
"""
|
|
593
2092
|
...
|
|
594
2093
|
|
|
595
|
-
def property_overridable_library_set(self):
|
|
596
|
-
|
|
2094
|
+
def property_overridable_library_set(self):
|
|
2095
|
+
""" """
|
|
2096
|
+
...
|
|
2097
|
+
|
|
2098
|
+
def property_unset(self):
|
|
2099
|
+
""" """
|
|
2100
|
+
...
|
|
2101
|
+
|
|
597
2102
|
def remove(self, draw_func):
|
|
598
2103
|
"""
|
|
599
2104
|
|
|
600
2105
|
:param draw_func:
|
|
601
|
-
:type draw_func:
|
|
602
2106
|
"""
|
|
603
2107
|
...
|
|
604
2108
|
|
|
605
|
-
def type_recast(self):
|
|
606
|
-
|
|
2109
|
+
def type_recast(self):
|
|
2110
|
+
""" """
|
|
2111
|
+
...
|
|
2112
|
+
|
|
2113
|
+
def values(self):
|
|
2114
|
+
""" """
|
|
2115
|
+
...
|
|
2116
|
+
|
|
2117
|
+
class DATA_PT_gpencil_strokes(bpy_types._GenericUI):
|
|
2118
|
+
""" """
|
|
607
2119
|
|
|
608
|
-
class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
609
2120
|
bl_context: typing.Any
|
|
2121
|
+
""" """
|
|
2122
|
+
|
|
610
2123
|
bl_label: typing.Any
|
|
2124
|
+
""" """
|
|
2125
|
+
|
|
611
2126
|
bl_options: typing.Any
|
|
2127
|
+
""" """
|
|
2128
|
+
|
|
612
2129
|
bl_region_type: typing.Any
|
|
2130
|
+
""" """
|
|
2131
|
+
|
|
613
2132
|
bl_rna: typing.Any
|
|
2133
|
+
""" """
|
|
2134
|
+
|
|
614
2135
|
bl_space_type: typing.Any
|
|
2136
|
+
""" """
|
|
2137
|
+
|
|
615
2138
|
id_data: typing.Any
|
|
2139
|
+
""" """
|
|
616
2140
|
|
|
617
2141
|
def append(self, draw_func):
|
|
618
2142
|
"""
|
|
619
2143
|
|
|
620
2144
|
:param draw_func:
|
|
621
|
-
:type draw_func:
|
|
622
2145
|
"""
|
|
623
2146
|
...
|
|
624
2147
|
|
|
625
|
-
def as_pointer(self):
|
|
626
|
-
|
|
627
|
-
|
|
2148
|
+
def as_pointer(self):
|
|
2149
|
+
""" """
|
|
2150
|
+
...
|
|
2151
|
+
|
|
2152
|
+
def bl_rna_get_subclass(self):
|
|
2153
|
+
""" """
|
|
2154
|
+
...
|
|
2155
|
+
|
|
2156
|
+
def bl_rna_get_subclass_py(self):
|
|
2157
|
+
""" """
|
|
2158
|
+
...
|
|
2159
|
+
|
|
628
2160
|
def draw(self, context):
|
|
629
2161
|
"""
|
|
630
2162
|
|
|
631
|
-
:param self:
|
|
632
|
-
:type self:
|
|
633
2163
|
:param context:
|
|
634
|
-
:type context:
|
|
635
|
-
"""
|
|
636
|
-
...
|
|
637
|
-
|
|
638
|
-
def driver_add(self): ...
|
|
639
|
-
def driver_remove(self): ...
|
|
640
|
-
def get(self): ...
|
|
641
|
-
def id_properties_clear(self): ...
|
|
642
|
-
def id_properties_ensure(self): ...
|
|
643
|
-
def id_properties_ui(self): ...
|
|
644
|
-
def is_extended(self): ...
|
|
645
|
-
def is_property_hidden(self): ...
|
|
646
|
-
def is_property_overridable_library(self): ...
|
|
647
|
-
def is_property_readonly(self): ...
|
|
648
|
-
def is_property_set(self): ...
|
|
649
|
-
def items(self): ...
|
|
650
|
-
def keyframe_delete(self): ...
|
|
651
|
-
def keyframe_insert(self): ...
|
|
652
|
-
def keys(self): ...
|
|
653
|
-
def path_from_id(self): ...
|
|
654
|
-
def path_resolve(self): ...
|
|
655
|
-
def poll(self, context):
|
|
656
2164
|
"""
|
|
2165
|
+
...
|
|
657
2166
|
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
"""
|
|
2167
|
+
def driver_add(self):
|
|
2168
|
+
""" """
|
|
661
2169
|
...
|
|
662
2170
|
|
|
663
|
-
def
|
|
664
|
-
|
|
665
|
-
|
|
2171
|
+
def driver_remove(self):
|
|
2172
|
+
""" """
|
|
2173
|
+
...
|
|
666
2174
|
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
"""
|
|
2175
|
+
def get(self):
|
|
2176
|
+
""" """
|
|
670
2177
|
...
|
|
671
2178
|
|
|
672
|
-
def
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"""
|
|
2179
|
+
def id_properties_clear(self):
|
|
2180
|
+
""" """
|
|
2181
|
+
...
|
|
676
2182
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
"""
|
|
2183
|
+
def id_properties_ensure(self):
|
|
2184
|
+
""" """
|
|
680
2185
|
...
|
|
681
2186
|
|
|
682
|
-
def
|
|
683
|
-
|
|
2187
|
+
def id_properties_ui(self):
|
|
2188
|
+
""" """
|
|
2189
|
+
...
|
|
684
2190
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
bl_region_type: typing.Any
|
|
689
|
-
bl_rna: typing.Any
|
|
690
|
-
bl_space_type: typing.Any
|
|
691
|
-
id_data: typing.Any
|
|
2191
|
+
def is_extended(self):
|
|
2192
|
+
""" """
|
|
2193
|
+
...
|
|
692
2194
|
|
|
693
|
-
def
|
|
694
|
-
"""
|
|
2195
|
+
def is_property_hidden(self):
|
|
2196
|
+
""" """
|
|
2197
|
+
...
|
|
695
2198
|
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
"""
|
|
2199
|
+
def is_property_overridable_library(self):
|
|
2200
|
+
""" """
|
|
699
2201
|
...
|
|
700
2202
|
|
|
701
|
-
def
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
def draw(self, context):
|
|
705
|
-
"""
|
|
2203
|
+
def is_property_readonly(self):
|
|
2204
|
+
""" """
|
|
2205
|
+
...
|
|
706
2206
|
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
:param context:
|
|
710
|
-
:type context:
|
|
711
|
-
"""
|
|
2207
|
+
def is_property_set(self):
|
|
2208
|
+
""" """
|
|
712
2209
|
...
|
|
713
2210
|
|
|
714
|
-
def
|
|
715
|
-
"""
|
|
2211
|
+
def items(self):
|
|
2212
|
+
""" """
|
|
2213
|
+
...
|
|
2214
|
+
|
|
2215
|
+
def keyframe_delete(self):
|
|
2216
|
+
""" """
|
|
2217
|
+
...
|
|
2218
|
+
|
|
2219
|
+
def keyframe_insert(self):
|
|
2220
|
+
""" """
|
|
2221
|
+
...
|
|
2222
|
+
|
|
2223
|
+
def keys(self):
|
|
2224
|
+
""" """
|
|
2225
|
+
...
|
|
2226
|
+
|
|
2227
|
+
def path_from_id(self):
|
|
2228
|
+
""" """
|
|
2229
|
+
...
|
|
2230
|
+
|
|
2231
|
+
def path_resolve(self):
|
|
2232
|
+
""" """
|
|
2233
|
+
...
|
|
716
2234
|
|
|
717
|
-
:param self:
|
|
718
|
-
:type self:
|
|
719
|
-
:param _context:
|
|
720
|
-
:type _context:
|
|
721
|
-
:param layout:
|
|
722
|
-
:type layout:
|
|
723
|
-
:param gpd:
|
|
724
|
-
:type gpd:
|
|
725
|
-
"""
|
|
726
|
-
...
|
|
727
|
-
|
|
728
|
-
def driver_add(self): ...
|
|
729
|
-
def driver_remove(self): ...
|
|
730
|
-
def get(self): ...
|
|
731
|
-
def id_properties_clear(self): ...
|
|
732
|
-
def id_properties_ensure(self): ...
|
|
733
|
-
def id_properties_ui(self): ...
|
|
734
|
-
def is_extended(self): ...
|
|
735
|
-
def is_property_hidden(self): ...
|
|
736
|
-
def is_property_overridable_library(self): ...
|
|
737
|
-
def is_property_readonly(self): ...
|
|
738
|
-
def is_property_set(self): ...
|
|
739
|
-
def items(self): ...
|
|
740
|
-
def keyframe_delete(self): ...
|
|
741
|
-
def keyframe_insert(self): ...
|
|
742
|
-
def keys(self): ...
|
|
743
|
-
def path_from_id(self): ...
|
|
744
|
-
def path_resolve(self): ...
|
|
745
2235
|
def poll(self, context):
|
|
746
2236
|
"""
|
|
747
2237
|
|
|
748
2238
|
:param context:
|
|
749
|
-
:type context:
|
|
750
2239
|
"""
|
|
751
2240
|
...
|
|
752
2241
|
|
|
753
|
-
def pop(self):
|
|
2242
|
+
def pop(self):
|
|
2243
|
+
""" """
|
|
2244
|
+
...
|
|
2245
|
+
|
|
754
2246
|
def prepend(self, draw_func):
|
|
755
2247
|
"""
|
|
756
2248
|
|
|
757
2249
|
:param draw_func:
|
|
758
|
-
:type draw_func:
|
|
759
2250
|
"""
|
|
760
2251
|
...
|
|
761
2252
|
|
|
762
|
-
def property_overridable_library_set(self):
|
|
763
|
-
|
|
2253
|
+
def property_overridable_library_set(self):
|
|
2254
|
+
""" """
|
|
2255
|
+
...
|
|
2256
|
+
|
|
2257
|
+
def property_unset(self):
|
|
2258
|
+
""" """
|
|
2259
|
+
...
|
|
2260
|
+
|
|
764
2261
|
def remove(self, draw_func):
|
|
765
2262
|
"""
|
|
766
2263
|
|
|
767
2264
|
:param draw_func:
|
|
768
|
-
:type draw_func:
|
|
769
2265
|
"""
|
|
770
2266
|
...
|
|
771
2267
|
|
|
772
|
-
def type_recast(self):
|
|
773
|
-
|
|
2268
|
+
def type_recast(self):
|
|
2269
|
+
""" """
|
|
2270
|
+
...
|
|
2271
|
+
|
|
2272
|
+
def values(self):
|
|
2273
|
+
""" """
|
|
2274
|
+
...
|
|
2275
|
+
|
|
2276
|
+
class DATA_PT_gpencil_vertex_groups(bpy_types._GenericUI):
|
|
2277
|
+
""" """
|
|
774
2278
|
|
|
775
|
-
class DATA_PT_gpencil_onion_skinning(
|
|
776
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
777
|
-
):
|
|
778
2279
|
bl_context: typing.Any
|
|
2280
|
+
""" """
|
|
2281
|
+
|
|
779
2282
|
bl_label: typing.Any
|
|
2283
|
+
""" """
|
|
2284
|
+
|
|
2285
|
+
bl_options: typing.Any
|
|
2286
|
+
""" """
|
|
2287
|
+
|
|
780
2288
|
bl_region_type: typing.Any
|
|
2289
|
+
""" """
|
|
2290
|
+
|
|
781
2291
|
bl_rna: typing.Any
|
|
2292
|
+
""" """
|
|
2293
|
+
|
|
782
2294
|
bl_space_type: typing.Any
|
|
2295
|
+
""" """
|
|
2296
|
+
|
|
783
2297
|
id_data: typing.Any
|
|
2298
|
+
""" """
|
|
784
2299
|
|
|
785
2300
|
def append(self, draw_func):
|
|
786
2301
|
"""
|
|
787
2302
|
|
|
788
2303
|
:param draw_func:
|
|
789
|
-
:type draw_func:
|
|
790
2304
|
"""
|
|
791
2305
|
...
|
|
792
2306
|
|
|
793
|
-
def as_pointer(self):
|
|
794
|
-
|
|
795
|
-
|
|
2307
|
+
def as_pointer(self):
|
|
2308
|
+
""" """
|
|
2309
|
+
...
|
|
2310
|
+
|
|
2311
|
+
def bl_rna_get_subclass(self):
|
|
2312
|
+
""" """
|
|
2313
|
+
...
|
|
2314
|
+
|
|
2315
|
+
def bl_rna_get_subclass_py(self):
|
|
2316
|
+
""" """
|
|
2317
|
+
...
|
|
2318
|
+
|
|
796
2319
|
def draw(self, context):
|
|
797
2320
|
"""
|
|
798
2321
|
|
|
799
|
-
:param self:
|
|
800
|
-
:type self:
|
|
801
2322
|
:param context:
|
|
802
|
-
:type context:
|
|
803
|
-
"""
|
|
804
|
-
...
|
|
805
|
-
|
|
806
|
-
def driver_add(self): ...
|
|
807
|
-
def driver_remove(self): ...
|
|
808
|
-
def get(self): ...
|
|
809
|
-
def id_properties_clear(self): ...
|
|
810
|
-
def id_properties_ensure(self): ...
|
|
811
|
-
def id_properties_ui(self): ...
|
|
812
|
-
def is_extended(self): ...
|
|
813
|
-
def is_property_hidden(self): ...
|
|
814
|
-
def is_property_overridable_library(self): ...
|
|
815
|
-
def is_property_readonly(self): ...
|
|
816
|
-
def is_property_set(self): ...
|
|
817
|
-
def items(self): ...
|
|
818
|
-
def keyframe_delete(self): ...
|
|
819
|
-
def keyframe_insert(self): ...
|
|
820
|
-
def keys(self): ...
|
|
821
|
-
def path_from_id(self): ...
|
|
822
|
-
def path_resolve(self): ...
|
|
823
|
-
def poll(self, context):
|
|
824
2323
|
"""
|
|
2324
|
+
...
|
|
825
2325
|
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
"""
|
|
2326
|
+
def driver_add(self):
|
|
2327
|
+
""" """
|
|
829
2328
|
...
|
|
830
2329
|
|
|
831
|
-
def
|
|
832
|
-
|
|
833
|
-
|
|
2330
|
+
def driver_remove(self):
|
|
2331
|
+
""" """
|
|
2332
|
+
...
|
|
834
2333
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
"""
|
|
2334
|
+
def get(self):
|
|
2335
|
+
""" """
|
|
838
2336
|
...
|
|
839
2337
|
|
|
840
|
-
def
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
"""
|
|
2338
|
+
def id_properties_clear(self):
|
|
2339
|
+
""" """
|
|
2340
|
+
...
|
|
844
2341
|
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
"""
|
|
2342
|
+
def id_properties_ensure(self):
|
|
2343
|
+
""" """
|
|
848
2344
|
...
|
|
849
2345
|
|
|
850
|
-
def
|
|
851
|
-
|
|
2346
|
+
def id_properties_ui(self):
|
|
2347
|
+
""" """
|
|
2348
|
+
...
|
|
852
2349
|
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
bl_context: typing.Any
|
|
857
|
-
bl_label: typing.Any
|
|
858
|
-
bl_options: typing.Any
|
|
859
|
-
bl_parent_id: typing.Any
|
|
860
|
-
bl_region_type: typing.Any
|
|
861
|
-
bl_rna: typing.Any
|
|
862
|
-
bl_space_type: typing.Any
|
|
863
|
-
id_data: typing.Any
|
|
2350
|
+
def is_extended(self):
|
|
2351
|
+
""" """
|
|
2352
|
+
...
|
|
864
2353
|
|
|
865
|
-
def
|
|
866
|
-
"""
|
|
2354
|
+
def is_property_hidden(self):
|
|
2355
|
+
""" """
|
|
2356
|
+
...
|
|
867
2357
|
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
"""
|
|
2358
|
+
def is_property_overridable_library(self):
|
|
2359
|
+
""" """
|
|
871
2360
|
...
|
|
872
2361
|
|
|
873
|
-
def
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
def draw(self, context):
|
|
877
|
-
"""
|
|
2362
|
+
def is_property_readonly(self):
|
|
2363
|
+
""" """
|
|
2364
|
+
...
|
|
878
2365
|
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
:param context:
|
|
882
|
-
:type context:
|
|
883
|
-
"""
|
|
2366
|
+
def is_property_set(self):
|
|
2367
|
+
""" """
|
|
884
2368
|
...
|
|
885
2369
|
|
|
886
|
-
def
|
|
887
|
-
"""
|
|
2370
|
+
def items(self):
|
|
2371
|
+
""" """
|
|
2372
|
+
...
|
|
2373
|
+
|
|
2374
|
+
def keyframe_delete(self):
|
|
2375
|
+
""" """
|
|
2376
|
+
...
|
|
2377
|
+
|
|
2378
|
+
def keyframe_insert(self):
|
|
2379
|
+
""" """
|
|
2380
|
+
...
|
|
2381
|
+
|
|
2382
|
+
def keys(self):
|
|
2383
|
+
""" """
|
|
2384
|
+
...
|
|
2385
|
+
|
|
2386
|
+
def path_from_id(self):
|
|
2387
|
+
""" """
|
|
2388
|
+
...
|
|
2389
|
+
|
|
2390
|
+
def path_resolve(self):
|
|
2391
|
+
""" """
|
|
2392
|
+
...
|
|
888
2393
|
|
|
889
|
-
:param self:
|
|
890
|
-
:type self:
|
|
891
|
-
:param context:
|
|
892
|
-
:type context:
|
|
893
|
-
"""
|
|
894
|
-
...
|
|
895
|
-
|
|
896
|
-
def driver_add(self): ...
|
|
897
|
-
def driver_remove(self): ...
|
|
898
|
-
def get(self): ...
|
|
899
|
-
def id_properties_clear(self): ...
|
|
900
|
-
def id_properties_ensure(self): ...
|
|
901
|
-
def id_properties_ui(self): ...
|
|
902
|
-
def is_extended(self): ...
|
|
903
|
-
def is_property_hidden(self): ...
|
|
904
|
-
def is_property_overridable_library(self): ...
|
|
905
|
-
def is_property_readonly(self): ...
|
|
906
|
-
def is_property_set(self): ...
|
|
907
|
-
def items(self): ...
|
|
908
|
-
def keyframe_delete(self): ...
|
|
909
|
-
def keyframe_insert(self): ...
|
|
910
|
-
def keys(self): ...
|
|
911
|
-
def path_from_id(self): ...
|
|
912
|
-
def path_resolve(self): ...
|
|
913
2394
|
def poll(self, context):
|
|
914
2395
|
"""
|
|
915
2396
|
|
|
916
2397
|
:param context:
|
|
917
|
-
:type context:
|
|
918
2398
|
"""
|
|
919
2399
|
...
|
|
920
2400
|
|
|
921
|
-
def pop(self):
|
|
2401
|
+
def pop(self):
|
|
2402
|
+
""" """
|
|
2403
|
+
...
|
|
2404
|
+
|
|
922
2405
|
def prepend(self, draw_func):
|
|
923
2406
|
"""
|
|
924
2407
|
|
|
925
2408
|
:param draw_func:
|
|
926
|
-
:type draw_func:
|
|
927
2409
|
"""
|
|
928
2410
|
...
|
|
929
2411
|
|
|
930
|
-
def property_overridable_library_set(self):
|
|
931
|
-
|
|
2412
|
+
def property_overridable_library_set(self):
|
|
2413
|
+
""" """
|
|
2414
|
+
...
|
|
2415
|
+
|
|
2416
|
+
def property_unset(self):
|
|
2417
|
+
""" """
|
|
2418
|
+
...
|
|
2419
|
+
|
|
932
2420
|
def remove(self, draw_func):
|
|
933
2421
|
"""
|
|
934
2422
|
|
|
935
2423
|
:param draw_func:
|
|
936
|
-
:type draw_func:
|
|
937
2424
|
"""
|
|
938
2425
|
...
|
|
939
2426
|
|
|
940
|
-
def type_recast(self):
|
|
941
|
-
|
|
2427
|
+
def type_recast(self):
|
|
2428
|
+
""" """
|
|
2429
|
+
...
|
|
2430
|
+
|
|
2431
|
+
def values(self):
|
|
2432
|
+
""" """
|
|
2433
|
+
...
|
|
2434
|
+
|
|
2435
|
+
class DataButtonsPanel:
|
|
2436
|
+
""" """
|
|
942
2437
|
|
|
943
|
-
class DATA_PT_gpencil_onion_skinning_display(
|
|
944
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
945
|
-
):
|
|
946
2438
|
bl_context: typing.Any
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
bl_parent_id: typing.Any
|
|
2439
|
+
""" """
|
|
2440
|
+
|
|
950
2441
|
bl_region_type: typing.Any
|
|
951
|
-
|
|
2442
|
+
""" """
|
|
2443
|
+
|
|
952
2444
|
bl_space_type: typing.Any
|
|
2445
|
+
""" """
|
|
2446
|
+
|
|
2447
|
+
def poll(self, context):
|
|
2448
|
+
"""
|
|
2449
|
+
|
|
2450
|
+
:param context:
|
|
2451
|
+
"""
|
|
2452
|
+
...
|
|
2453
|
+
|
|
2454
|
+
class GPENCIL_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
2455
|
+
""" """
|
|
2456
|
+
|
|
2457
|
+
bl_label: typing.Any
|
|
2458
|
+
""" """
|
|
2459
|
+
|
|
2460
|
+
bl_rna: typing.Any
|
|
2461
|
+
""" """
|
|
2462
|
+
|
|
953
2463
|
id_data: typing.Any
|
|
2464
|
+
""" """
|
|
954
2465
|
|
|
955
2466
|
def append(self, draw_func):
|
|
956
2467
|
"""
|
|
957
2468
|
|
|
958
2469
|
:param draw_func:
|
|
959
|
-
:type draw_func:
|
|
960
2470
|
"""
|
|
961
2471
|
...
|
|
962
2472
|
|
|
963
|
-
def as_pointer(self):
|
|
964
|
-
|
|
965
|
-
|
|
2473
|
+
def as_pointer(self):
|
|
2474
|
+
""" """
|
|
2475
|
+
...
|
|
2476
|
+
|
|
2477
|
+
def bl_rna_get_subclass(self):
|
|
2478
|
+
""" """
|
|
2479
|
+
...
|
|
2480
|
+
|
|
2481
|
+
def bl_rna_get_subclass_py(self):
|
|
2482
|
+
""" """
|
|
2483
|
+
...
|
|
2484
|
+
|
|
966
2485
|
def draw(self, context):
|
|
967
2486
|
"""
|
|
968
2487
|
|
|
969
|
-
:param self:
|
|
970
|
-
:type self:
|
|
971
2488
|
:param context:
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
def driver_add(self): ...
|
|
977
|
-
def driver_remove(self): ...
|
|
978
|
-
def get(self): ...
|
|
979
|
-
def id_properties_clear(self): ...
|
|
980
|
-
def id_properties_ensure(self): ...
|
|
981
|
-
def id_properties_ui(self): ...
|
|
982
|
-
def is_extended(self): ...
|
|
983
|
-
def is_property_hidden(self): ...
|
|
984
|
-
def is_property_overridable_library(self): ...
|
|
985
|
-
def is_property_readonly(self): ...
|
|
986
|
-
def is_property_set(self): ...
|
|
987
|
-
def items(self): ...
|
|
988
|
-
def keyframe_delete(self): ...
|
|
989
|
-
def keyframe_insert(self): ...
|
|
990
|
-
def keys(self): ...
|
|
991
|
-
def path_from_id(self): ...
|
|
992
|
-
def path_resolve(self): ...
|
|
993
|
-
def poll(self, context):
|
|
2489
|
+
"""
|
|
2490
|
+
...
|
|
2491
|
+
|
|
2492
|
+
def draw_collapsible(self, context, layout):
|
|
994
2493
|
"""
|
|
995
2494
|
|
|
996
2495
|
:param context:
|
|
997
|
-
:
|
|
2496
|
+
:param layout:
|
|
998
2497
|
"""
|
|
999
2498
|
...
|
|
1000
2499
|
|
|
1001
|
-
def
|
|
1002
|
-
def prepend(self, draw_func):
|
|
2500
|
+
def draw_preset(self, _context):
|
|
1003
2501
|
"""
|
|
1004
2502
|
|
|
1005
|
-
:param
|
|
1006
|
-
:type draw_func:
|
|
2503
|
+
:param _context:
|
|
1007
2504
|
"""
|
|
1008
2505
|
...
|
|
1009
2506
|
|
|
1010
|
-
def
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
"""
|
|
2507
|
+
def driver_add(self):
|
|
2508
|
+
""" """
|
|
2509
|
+
...
|
|
1014
2510
|
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
"""
|
|
2511
|
+
def driver_remove(self):
|
|
2512
|
+
""" """
|
|
1018
2513
|
...
|
|
1019
2514
|
|
|
1020
|
-
def
|
|
1021
|
-
|
|
2515
|
+
def get(self):
|
|
2516
|
+
""" """
|
|
2517
|
+
...
|
|
1022
2518
|
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
bl_options: typing.Any
|
|
1027
|
-
bl_region_type: typing.Any
|
|
1028
|
-
bl_rna: typing.Any
|
|
1029
|
-
bl_space_type: typing.Any
|
|
1030
|
-
id_data: typing.Any
|
|
2519
|
+
def id_properties_clear(self):
|
|
2520
|
+
""" """
|
|
2521
|
+
...
|
|
1031
2522
|
|
|
1032
|
-
def
|
|
1033
|
-
"""
|
|
2523
|
+
def id_properties_ensure(self):
|
|
2524
|
+
""" """
|
|
2525
|
+
...
|
|
1034
2526
|
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
"""
|
|
2527
|
+
def id_properties_ui(self):
|
|
2528
|
+
""" """
|
|
1038
2529
|
...
|
|
1039
2530
|
|
|
1040
|
-
def
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
2531
|
+
def is_extended(self):
|
|
2532
|
+
""" """
|
|
2533
|
+
...
|
|
2534
|
+
|
|
2535
|
+
def is_property_hidden(self):
|
|
2536
|
+
""" """
|
|
2537
|
+
...
|
|
2538
|
+
|
|
2539
|
+
def is_property_overridable_library(self):
|
|
2540
|
+
""" """
|
|
2541
|
+
...
|
|
2542
|
+
|
|
2543
|
+
def is_property_readonly(self):
|
|
2544
|
+
""" """
|
|
2545
|
+
...
|
|
2546
|
+
|
|
2547
|
+
def is_property_set(self):
|
|
2548
|
+
""" """
|
|
2549
|
+
...
|
|
2550
|
+
|
|
2551
|
+
def items(self):
|
|
2552
|
+
""" """
|
|
2553
|
+
...
|
|
2554
|
+
|
|
2555
|
+
def keyframe_delete(self):
|
|
2556
|
+
""" """
|
|
2557
|
+
...
|
|
2558
|
+
|
|
2559
|
+
def keyframe_insert(self):
|
|
2560
|
+
""" """
|
|
2561
|
+
...
|
|
2562
|
+
|
|
2563
|
+
def keys(self):
|
|
2564
|
+
""" """
|
|
2565
|
+
...
|
|
2566
|
+
|
|
2567
|
+
def path_from_id(self):
|
|
2568
|
+
""" """
|
|
2569
|
+
...
|
|
2570
|
+
|
|
2571
|
+
def path_menu(
|
|
2572
|
+
self,
|
|
2573
|
+
searchpaths,
|
|
2574
|
+
operator,
|
|
2575
|
+
props_default,
|
|
2576
|
+
prop_filepath,
|
|
2577
|
+
filter_ext,
|
|
2578
|
+
filter_path,
|
|
2579
|
+
display_name,
|
|
2580
|
+
add_operator,
|
|
2581
|
+
):
|
|
2582
|
+
"""
|
|
2583
|
+
|
|
2584
|
+
:param searchpaths:
|
|
2585
|
+
:param operator:
|
|
2586
|
+
:param props_default:
|
|
2587
|
+
:param prop_filepath:
|
|
2588
|
+
:param filter_ext:
|
|
2589
|
+
:param filter_path:
|
|
2590
|
+
:param display_name:
|
|
2591
|
+
:param add_operator:
|
|
1044
2592
|
"""
|
|
2593
|
+
...
|
|
1045
2594
|
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
:type context:
|
|
1050
|
-
"""
|
|
1051
|
-
...
|
|
1052
|
-
|
|
1053
|
-
def driver_add(self): ...
|
|
1054
|
-
def driver_remove(self): ...
|
|
1055
|
-
def get(self): ...
|
|
1056
|
-
def id_properties_clear(self): ...
|
|
1057
|
-
def id_properties_ensure(self): ...
|
|
1058
|
-
def id_properties_ui(self): ...
|
|
1059
|
-
def is_extended(self): ...
|
|
1060
|
-
def is_property_hidden(self): ...
|
|
1061
|
-
def is_property_overridable_library(self): ...
|
|
1062
|
-
def is_property_readonly(self): ...
|
|
1063
|
-
def is_property_set(self): ...
|
|
1064
|
-
def items(self): ...
|
|
1065
|
-
def keyframe_delete(self): ...
|
|
1066
|
-
def keyframe_insert(self): ...
|
|
1067
|
-
def keys(self): ...
|
|
1068
|
-
def path_from_id(self): ...
|
|
1069
|
-
def path_resolve(self): ...
|
|
1070
|
-
def poll(self, context):
|
|
1071
|
-
"""
|
|
2595
|
+
def path_resolve(self):
|
|
2596
|
+
""" """
|
|
2597
|
+
...
|
|
1072
2598
|
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
"""
|
|
2599
|
+
def pop(self):
|
|
2600
|
+
""" """
|
|
1076
2601
|
...
|
|
1077
2602
|
|
|
1078
|
-
def pop(self): ...
|
|
1079
2603
|
def prepend(self, draw_func):
|
|
1080
2604
|
"""
|
|
1081
2605
|
|
|
1082
2606
|
:param draw_func:
|
|
1083
|
-
:type draw_func:
|
|
1084
2607
|
"""
|
|
1085
2608
|
...
|
|
1086
2609
|
|
|
1087
|
-
def property_overridable_library_set(self):
|
|
1088
|
-
|
|
2610
|
+
def property_overridable_library_set(self):
|
|
2611
|
+
""" """
|
|
2612
|
+
...
|
|
2613
|
+
|
|
2614
|
+
def property_unset(self):
|
|
2615
|
+
""" """
|
|
2616
|
+
...
|
|
2617
|
+
|
|
1089
2618
|
def remove(self, draw_func):
|
|
1090
2619
|
"""
|
|
1091
2620
|
|
|
1092
2621
|
:param draw_func:
|
|
1093
|
-
:type draw_func:
|
|
1094
2622
|
"""
|
|
1095
2623
|
...
|
|
1096
2624
|
|
|
1097
|
-
def type_recast(self):
|
|
1098
|
-
|
|
2625
|
+
def type_recast(self):
|
|
2626
|
+
""" """
|
|
2627
|
+
...
|
|
2628
|
+
|
|
2629
|
+
def values(self):
|
|
2630
|
+
""" """
|
|
2631
|
+
...
|
|
2632
|
+
|
|
2633
|
+
class GPENCIL_MT_layer_context_menu(bpy_types._GenericUI):
|
|
2634
|
+
""" """
|
|
1099
2635
|
|
|
1100
|
-
class DATA_PT_gpencil_layer_adjustments(
|
|
1101
|
-
LayerDataButtonsPanel,
|
|
1102
|
-
bpy_types.Panel,
|
|
1103
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
1104
|
-
bpy_types._GenericUI,
|
|
1105
|
-
):
|
|
1106
|
-
bl_context: typing.Any
|
|
1107
2636
|
bl_label: typing.Any
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
bl_region_type: typing.Any
|
|
2637
|
+
""" """
|
|
2638
|
+
|
|
1111
2639
|
bl_rna: typing.Any
|
|
1112
|
-
|
|
2640
|
+
""" """
|
|
2641
|
+
|
|
1113
2642
|
id_data: typing.Any
|
|
2643
|
+
""" """
|
|
1114
2644
|
|
|
1115
2645
|
def append(self, draw_func):
|
|
1116
2646
|
"""
|
|
1117
2647
|
|
|
1118
2648
|
:param draw_func:
|
|
1119
|
-
:type draw_func:
|
|
1120
2649
|
"""
|
|
1121
2650
|
...
|
|
1122
2651
|
|
|
1123
|
-
def as_pointer(self):
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
def draw(self, context):
|
|
1127
|
-
"""
|
|
2652
|
+
def as_pointer(self):
|
|
2653
|
+
""" """
|
|
2654
|
+
...
|
|
1128
2655
|
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
def
|
|
1138
|
-
def get(self): ...
|
|
1139
|
-
def id_properties_clear(self): ...
|
|
1140
|
-
def id_properties_ensure(self): ...
|
|
1141
|
-
def id_properties_ui(self): ...
|
|
1142
|
-
def is_extended(self): ...
|
|
1143
|
-
def is_property_hidden(self): ...
|
|
1144
|
-
def is_property_overridable_library(self): ...
|
|
1145
|
-
def is_property_readonly(self): ...
|
|
1146
|
-
def is_property_set(self): ...
|
|
1147
|
-
def items(self): ...
|
|
1148
|
-
def keyframe_delete(self): ...
|
|
1149
|
-
def keyframe_insert(self): ...
|
|
1150
|
-
def keys(self): ...
|
|
1151
|
-
def path_from_id(self): ...
|
|
1152
|
-
def path_resolve(self): ...
|
|
1153
|
-
def poll(self, context):
|
|
2656
|
+
def bl_rna_get_subclass(self):
|
|
2657
|
+
""" """
|
|
2658
|
+
...
|
|
2659
|
+
|
|
2660
|
+
def bl_rna_get_subclass_py(self):
|
|
2661
|
+
""" """
|
|
2662
|
+
...
|
|
2663
|
+
|
|
2664
|
+
def draw(self, context):
|
|
1154
2665
|
"""
|
|
1155
2666
|
|
|
1156
2667
|
:param context:
|
|
1157
|
-
:type context:
|
|
1158
2668
|
"""
|
|
1159
2669
|
...
|
|
1160
2670
|
|
|
1161
|
-
def
|
|
1162
|
-
def prepend(self, draw_func):
|
|
2671
|
+
def draw_collapsible(self, context, layout):
|
|
1163
2672
|
"""
|
|
1164
2673
|
|
|
1165
|
-
:param
|
|
1166
|
-
:
|
|
2674
|
+
:param context:
|
|
2675
|
+
:param layout:
|
|
1167
2676
|
"""
|
|
1168
2677
|
...
|
|
1169
2678
|
|
|
1170
|
-
def
|
|
1171
|
-
def property_unset(self): ...
|
|
1172
|
-
def remove(self, draw_func):
|
|
2679
|
+
def draw_preset(self, _context):
|
|
1173
2680
|
"""
|
|
1174
2681
|
|
|
1175
|
-
:param
|
|
1176
|
-
:type draw_func:
|
|
2682
|
+
:param _context:
|
|
1177
2683
|
"""
|
|
1178
2684
|
...
|
|
1179
2685
|
|
|
1180
|
-
def
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
class DATA_PT_gpencil_layer_display(
|
|
1184
|
-
LayerDataButtonsPanel,
|
|
1185
|
-
bpy_types.Panel,
|
|
1186
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
1187
|
-
bpy_types._GenericUI,
|
|
1188
|
-
):
|
|
1189
|
-
bl_context: typing.Any
|
|
1190
|
-
bl_label: typing.Any
|
|
1191
|
-
bl_options: typing.Any
|
|
1192
|
-
bl_parent_id: typing.Any
|
|
1193
|
-
bl_region_type: typing.Any
|
|
1194
|
-
bl_rna: typing.Any
|
|
1195
|
-
bl_space_type: typing.Any
|
|
1196
|
-
id_data: typing.Any
|
|
2686
|
+
def driver_add(self):
|
|
2687
|
+
""" """
|
|
2688
|
+
...
|
|
1197
2689
|
|
|
1198
|
-
def
|
|
1199
|
-
"""
|
|
2690
|
+
def driver_remove(self):
|
|
2691
|
+
""" """
|
|
2692
|
+
...
|
|
1200
2693
|
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
"""
|
|
2694
|
+
def get(self):
|
|
2695
|
+
""" """
|
|
1204
2696
|
...
|
|
1205
2697
|
|
|
1206
|
-
def
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
def draw(self, context):
|
|
1210
|
-
"""
|
|
2698
|
+
def id_properties_clear(self):
|
|
2699
|
+
""" """
|
|
2700
|
+
...
|
|
1211
2701
|
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
:type context:
|
|
1216
|
-
"""
|
|
1217
|
-
...
|
|
1218
|
-
|
|
1219
|
-
def driver_add(self): ...
|
|
1220
|
-
def driver_remove(self): ...
|
|
1221
|
-
def get(self): ...
|
|
1222
|
-
def id_properties_clear(self): ...
|
|
1223
|
-
def id_properties_ensure(self): ...
|
|
1224
|
-
def id_properties_ui(self): ...
|
|
1225
|
-
def is_extended(self): ...
|
|
1226
|
-
def is_property_hidden(self): ...
|
|
1227
|
-
def is_property_overridable_library(self): ...
|
|
1228
|
-
def is_property_readonly(self): ...
|
|
1229
|
-
def is_property_set(self): ...
|
|
1230
|
-
def items(self): ...
|
|
1231
|
-
def keyframe_delete(self): ...
|
|
1232
|
-
def keyframe_insert(self): ...
|
|
1233
|
-
def keys(self): ...
|
|
1234
|
-
def path_from_id(self): ...
|
|
1235
|
-
def path_resolve(self): ...
|
|
1236
|
-
def poll(self, context):
|
|
1237
|
-
"""
|
|
2702
|
+
def id_properties_ensure(self):
|
|
2703
|
+
""" """
|
|
2704
|
+
...
|
|
1238
2705
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
"""
|
|
2706
|
+
def id_properties_ui(self):
|
|
2707
|
+
""" """
|
|
1242
2708
|
...
|
|
1243
2709
|
|
|
1244
|
-
def
|
|
1245
|
-
|
|
1246
|
-
|
|
2710
|
+
def is_extended(self):
|
|
2711
|
+
""" """
|
|
2712
|
+
...
|
|
1247
2713
|
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
"""
|
|
2714
|
+
def is_property_hidden(self):
|
|
2715
|
+
""" """
|
|
1251
2716
|
...
|
|
1252
2717
|
|
|
1253
|
-
def
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
"""
|
|
2718
|
+
def is_property_overridable_library(self):
|
|
2719
|
+
""" """
|
|
2720
|
+
...
|
|
1257
2721
|
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
"""
|
|
2722
|
+
def is_property_readonly(self):
|
|
2723
|
+
""" """
|
|
1261
2724
|
...
|
|
1262
2725
|
|
|
1263
|
-
def
|
|
1264
|
-
|
|
2726
|
+
def is_property_set(self):
|
|
2727
|
+
""" """
|
|
2728
|
+
...
|
|
1265
2729
|
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
1270
|
-
bpy_types._GenericUI,
|
|
1271
|
-
):
|
|
1272
|
-
bl_context: typing.Any
|
|
1273
|
-
bl_label: typing.Any
|
|
1274
|
-
bl_options: typing.Any
|
|
1275
|
-
bl_parent_id: typing.Any
|
|
1276
|
-
bl_region_type: typing.Any
|
|
1277
|
-
bl_rna: typing.Any
|
|
1278
|
-
bl_space_type: typing.Any
|
|
1279
|
-
id_data: typing.Any
|
|
2730
|
+
def items(self):
|
|
2731
|
+
""" """
|
|
2732
|
+
...
|
|
1280
2733
|
|
|
1281
|
-
def
|
|
1282
|
-
"""
|
|
2734
|
+
def keyframe_delete(self):
|
|
2735
|
+
""" """
|
|
2736
|
+
...
|
|
1283
2737
|
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
"""
|
|
2738
|
+
def keyframe_insert(self):
|
|
2739
|
+
""" """
|
|
1287
2740
|
...
|
|
1288
2741
|
|
|
1289
|
-
def
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
def draw(self, context):
|
|
1293
|
-
"""
|
|
2742
|
+
def keys(self):
|
|
2743
|
+
""" """
|
|
2744
|
+
...
|
|
1294
2745
|
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
:param context:
|
|
1298
|
-
:type context:
|
|
1299
|
-
"""
|
|
2746
|
+
def path_from_id(self):
|
|
2747
|
+
""" """
|
|
1300
2748
|
...
|
|
1301
2749
|
|
|
1302
|
-
def
|
|
2750
|
+
def path_menu(
|
|
2751
|
+
self,
|
|
2752
|
+
searchpaths,
|
|
2753
|
+
operator,
|
|
2754
|
+
props_default,
|
|
2755
|
+
prop_filepath,
|
|
2756
|
+
filter_ext,
|
|
2757
|
+
filter_path,
|
|
2758
|
+
display_name,
|
|
2759
|
+
add_operator,
|
|
2760
|
+
):
|
|
1303
2761
|
"""
|
|
1304
2762
|
|
|
1305
|
-
:param
|
|
1306
|
-
:
|
|
1307
|
-
:param
|
|
1308
|
-
:
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
def driver_remove(self): ...
|
|
1314
|
-
def get(self): ...
|
|
1315
|
-
def id_properties_clear(self): ...
|
|
1316
|
-
def id_properties_ensure(self): ...
|
|
1317
|
-
def id_properties_ui(self): ...
|
|
1318
|
-
def is_extended(self): ...
|
|
1319
|
-
def is_property_hidden(self): ...
|
|
1320
|
-
def is_property_overridable_library(self): ...
|
|
1321
|
-
def is_property_readonly(self): ...
|
|
1322
|
-
def is_property_set(self): ...
|
|
1323
|
-
def items(self): ...
|
|
1324
|
-
def keyframe_delete(self): ...
|
|
1325
|
-
def keyframe_insert(self): ...
|
|
1326
|
-
def keys(self): ...
|
|
1327
|
-
def path_from_id(self): ...
|
|
1328
|
-
def path_resolve(self): ...
|
|
1329
|
-
def poll(self, context):
|
|
2763
|
+
:param searchpaths:
|
|
2764
|
+
:param operator:
|
|
2765
|
+
:param props_default:
|
|
2766
|
+
:param prop_filepath:
|
|
2767
|
+
:param filter_ext:
|
|
2768
|
+
:param filter_path:
|
|
2769
|
+
:param display_name:
|
|
2770
|
+
:param add_operator:
|
|
1330
2771
|
"""
|
|
2772
|
+
...
|
|
1331
2773
|
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
2774
|
+
def path_resolve(self):
|
|
2775
|
+
""" """
|
|
2776
|
+
...
|
|
2777
|
+
|
|
2778
|
+
def pop(self):
|
|
2779
|
+
""" """
|
|
1335
2780
|
...
|
|
1336
2781
|
|
|
1337
|
-
def pop(self): ...
|
|
1338
2782
|
def prepend(self, draw_func):
|
|
1339
2783
|
"""
|
|
1340
2784
|
|
|
1341
2785
|
:param draw_func:
|
|
1342
|
-
:type draw_func:
|
|
1343
2786
|
"""
|
|
1344
2787
|
...
|
|
1345
2788
|
|
|
1346
|
-
def property_overridable_library_set(self):
|
|
1347
|
-
|
|
2789
|
+
def property_overridable_library_set(self):
|
|
2790
|
+
""" """
|
|
2791
|
+
...
|
|
2792
|
+
|
|
2793
|
+
def property_unset(self):
|
|
2794
|
+
""" """
|
|
2795
|
+
...
|
|
2796
|
+
|
|
1348
2797
|
def remove(self, draw_func):
|
|
1349
2798
|
"""
|
|
1350
2799
|
|
|
1351
2800
|
:param draw_func:
|
|
1352
|
-
:type draw_func:
|
|
1353
2801
|
"""
|
|
1354
2802
|
...
|
|
1355
2803
|
|
|
1356
|
-
def type_recast(self):
|
|
1357
|
-
|
|
2804
|
+
def type_recast(self):
|
|
2805
|
+
""" """
|
|
2806
|
+
...
|
|
2807
|
+
|
|
2808
|
+
def values(self):
|
|
2809
|
+
""" """
|
|
2810
|
+
...
|
|
2811
|
+
|
|
2812
|
+
class GPENCIL_UL_vgroups(bpy_types._GenericUI):
|
|
2813
|
+
""" """
|
|
1358
2814
|
|
|
1359
|
-
class DATA_PT_gpencil_layer_relations(
|
|
1360
|
-
LayerDataButtonsPanel,
|
|
1361
|
-
bpy_types.Panel,
|
|
1362
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
1363
|
-
bpy_types._GenericUI,
|
|
1364
|
-
):
|
|
1365
|
-
bl_context: typing.Any
|
|
1366
|
-
bl_label: typing.Any
|
|
1367
|
-
bl_options: typing.Any
|
|
1368
|
-
bl_parent_id: typing.Any
|
|
1369
|
-
bl_region_type: typing.Any
|
|
1370
2815
|
bl_rna: typing.Any
|
|
1371
|
-
|
|
2816
|
+
""" """
|
|
2817
|
+
|
|
1372
2818
|
id_data: typing.Any
|
|
2819
|
+
""" """
|
|
1373
2820
|
|
|
1374
2821
|
def append(self, draw_func):
|
|
1375
2822
|
"""
|
|
1376
2823
|
|
|
1377
2824
|
:param draw_func:
|
|
1378
|
-
:type draw_func:
|
|
1379
2825
|
"""
|
|
1380
2826
|
...
|
|
1381
2827
|
|
|
1382
|
-
def as_pointer(self):
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
def draw(self, context):
|
|
1386
|
-
"""
|
|
2828
|
+
def as_pointer(self):
|
|
2829
|
+
""" """
|
|
2830
|
+
...
|
|
1387
2831
|
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
:type context:
|
|
1392
|
-
"""
|
|
1393
|
-
...
|
|
1394
|
-
|
|
1395
|
-
def driver_add(self): ...
|
|
1396
|
-
def driver_remove(self): ...
|
|
1397
|
-
def get(self): ...
|
|
1398
|
-
def id_properties_clear(self): ...
|
|
1399
|
-
def id_properties_ensure(self): ...
|
|
1400
|
-
def id_properties_ui(self): ...
|
|
1401
|
-
def is_extended(self): ...
|
|
1402
|
-
def is_property_hidden(self): ...
|
|
1403
|
-
def is_property_overridable_library(self): ...
|
|
1404
|
-
def is_property_readonly(self): ...
|
|
1405
|
-
def is_property_set(self): ...
|
|
1406
|
-
def items(self): ...
|
|
1407
|
-
def keyframe_delete(self): ...
|
|
1408
|
-
def keyframe_insert(self): ...
|
|
1409
|
-
def keys(self): ...
|
|
1410
|
-
def path_from_id(self): ...
|
|
1411
|
-
def path_resolve(self): ...
|
|
1412
|
-
def poll(self, context):
|
|
1413
|
-
"""
|
|
2832
|
+
def bl_rna_get_subclass(self):
|
|
2833
|
+
""" """
|
|
2834
|
+
...
|
|
1414
2835
|
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
"""
|
|
2836
|
+
def bl_rna_get_subclass_py(self):
|
|
2837
|
+
""" """
|
|
1418
2838
|
...
|
|
1419
2839
|
|
|
1420
|
-
def
|
|
1421
|
-
|
|
2840
|
+
def draw_item(
|
|
2841
|
+
self,
|
|
2842
|
+
_context,
|
|
2843
|
+
layout,
|
|
2844
|
+
_data,
|
|
2845
|
+
item,
|
|
2846
|
+
icon,
|
|
2847
|
+
_active_data,
|
|
2848
|
+
_active_propname,
|
|
2849
|
+
_index,
|
|
2850
|
+
):
|
|
1422
2851
|
"""
|
|
1423
2852
|
|
|
1424
|
-
:param
|
|
1425
|
-
:
|
|
2853
|
+
:param _context:
|
|
2854
|
+
:param layout:
|
|
2855
|
+
:param _data:
|
|
2856
|
+
:param item:
|
|
2857
|
+
:param icon:
|
|
2858
|
+
:param _active_data:
|
|
2859
|
+
:param _active_propname:
|
|
2860
|
+
:param _index:
|
|
1426
2861
|
"""
|
|
1427
2862
|
...
|
|
1428
2863
|
|
|
1429
|
-
def
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
"""
|
|
2864
|
+
def driver_add(self):
|
|
2865
|
+
""" """
|
|
2866
|
+
...
|
|
1433
2867
|
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
"""
|
|
2868
|
+
def driver_remove(self):
|
|
2869
|
+
""" """
|
|
1437
2870
|
...
|
|
1438
2871
|
|
|
1439
|
-
def
|
|
1440
|
-
|
|
2872
|
+
def get(self):
|
|
2873
|
+
""" """
|
|
2874
|
+
...
|
|
1441
2875
|
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
1446
|
-
bpy_types._GenericUI,
|
|
1447
|
-
):
|
|
1448
|
-
bl_context: typing.Any
|
|
1449
|
-
bl_label: typing.Any
|
|
1450
|
-
bl_options: typing.Any
|
|
1451
|
-
bl_parent_id: typing.Any
|
|
1452
|
-
bl_region_type: typing.Any
|
|
1453
|
-
bl_rna: typing.Any
|
|
1454
|
-
bl_space_type: typing.Any
|
|
1455
|
-
id_data: typing.Any
|
|
2876
|
+
def id_properties_clear(self):
|
|
2877
|
+
""" """
|
|
2878
|
+
...
|
|
1456
2879
|
|
|
1457
|
-
def
|
|
1458
|
-
"""
|
|
2880
|
+
def id_properties_ensure(self):
|
|
2881
|
+
""" """
|
|
2882
|
+
...
|
|
1459
2883
|
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
"""
|
|
2884
|
+
def id_properties_ui(self):
|
|
2885
|
+
""" """
|
|
1463
2886
|
...
|
|
1464
2887
|
|
|
1465
|
-
def
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
def draw(self, context):
|
|
1469
|
-
"""
|
|
2888
|
+
def is_extended(self):
|
|
2889
|
+
""" """
|
|
2890
|
+
...
|
|
1470
2891
|
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
:type context:
|
|
1475
|
-
"""
|
|
1476
|
-
...
|
|
1477
|
-
|
|
1478
|
-
def driver_add(self): ...
|
|
1479
|
-
def driver_remove(self): ...
|
|
1480
|
-
def get(self): ...
|
|
1481
|
-
def id_properties_clear(self): ...
|
|
1482
|
-
def id_properties_ensure(self): ...
|
|
1483
|
-
def id_properties_ui(self): ...
|
|
1484
|
-
def is_extended(self): ...
|
|
1485
|
-
def is_property_hidden(self): ...
|
|
1486
|
-
def is_property_overridable_library(self): ...
|
|
1487
|
-
def is_property_readonly(self): ...
|
|
1488
|
-
def is_property_set(self): ...
|
|
1489
|
-
def items(self): ...
|
|
1490
|
-
def keyframe_delete(self): ...
|
|
1491
|
-
def keyframe_insert(self): ...
|
|
1492
|
-
def keys(self): ...
|
|
1493
|
-
def path_from_id(self): ...
|
|
1494
|
-
def path_resolve(self): ...
|
|
1495
|
-
def poll(self, context):
|
|
1496
|
-
"""
|
|
2892
|
+
def is_property_hidden(self):
|
|
2893
|
+
""" """
|
|
2894
|
+
...
|
|
1497
2895
|
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
2896
|
+
def is_property_overridable_library(self):
|
|
2897
|
+
""" """
|
|
2898
|
+
...
|
|
2899
|
+
|
|
2900
|
+
def is_property_readonly(self):
|
|
2901
|
+
""" """
|
|
2902
|
+
...
|
|
2903
|
+
|
|
2904
|
+
def is_property_set(self):
|
|
2905
|
+
""" """
|
|
2906
|
+
...
|
|
2907
|
+
|
|
2908
|
+
def items(self):
|
|
2909
|
+
""" """
|
|
2910
|
+
...
|
|
2911
|
+
|
|
2912
|
+
def keyframe_delete(self):
|
|
2913
|
+
""" """
|
|
2914
|
+
...
|
|
2915
|
+
|
|
2916
|
+
def keyframe_insert(self):
|
|
2917
|
+
""" """
|
|
2918
|
+
...
|
|
2919
|
+
|
|
2920
|
+
def keys(self):
|
|
2921
|
+
""" """
|
|
2922
|
+
...
|
|
2923
|
+
|
|
2924
|
+
def path_from_id(self):
|
|
2925
|
+
""" """
|
|
2926
|
+
...
|
|
2927
|
+
|
|
2928
|
+
def path_resolve(self):
|
|
2929
|
+
""" """
|
|
2930
|
+
...
|
|
2931
|
+
|
|
2932
|
+
def pop(self):
|
|
2933
|
+
""" """
|
|
1501
2934
|
...
|
|
1502
2935
|
|
|
1503
|
-
def pop(self): ...
|
|
1504
2936
|
def prepend(self, draw_func):
|
|
1505
2937
|
"""
|
|
1506
2938
|
|
|
1507
2939
|
:param draw_func:
|
|
1508
|
-
:type draw_func:
|
|
1509
2940
|
"""
|
|
1510
2941
|
...
|
|
1511
2942
|
|
|
1512
|
-
def property_overridable_library_set(self):
|
|
1513
|
-
|
|
2943
|
+
def property_overridable_library_set(self):
|
|
2944
|
+
""" """
|
|
2945
|
+
...
|
|
2946
|
+
|
|
2947
|
+
def property_unset(self):
|
|
2948
|
+
""" """
|
|
2949
|
+
...
|
|
2950
|
+
|
|
1514
2951
|
def remove(self, draw_func):
|
|
1515
2952
|
"""
|
|
1516
2953
|
|
|
1517
2954
|
:param draw_func:
|
|
1518
|
-
:type draw_func:
|
|
1519
2955
|
"""
|
|
1520
2956
|
...
|
|
1521
2957
|
|
|
1522
|
-
def type_recast(self):
|
|
1523
|
-
|
|
2958
|
+
def type_recast(self):
|
|
2959
|
+
""" """
|
|
2960
|
+
...
|
|
1524
2961
|
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
bl_context: typing.Any
|
|
1529
|
-
bl_label: typing.Any
|
|
1530
|
-
bl_options: typing.Any
|
|
1531
|
-
bl_region_type: typing.Any
|
|
1532
|
-
bl_rna: typing.Any
|
|
1533
|
-
bl_space_type: typing.Any
|
|
1534
|
-
id_data: typing.Any
|
|
2962
|
+
def values(self):
|
|
2963
|
+
""" """
|
|
2964
|
+
...
|
|
1535
2965
|
|
|
1536
|
-
|
|
1537
|
-
|
|
2966
|
+
class LayerDataButtonsPanel:
|
|
2967
|
+
""" """
|
|
1538
2968
|
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
"""
|
|
1542
|
-
...
|
|
2969
|
+
bl_context: typing.Any
|
|
2970
|
+
""" """
|
|
1543
2971
|
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
2972
|
+
bl_region_type: typing.Any
|
|
2973
|
+
""" """
|
|
2974
|
+
|
|
2975
|
+
bl_space_type: typing.Any
|
|
2976
|
+
""" """
|
|
1549
2977
|
|
|
1550
|
-
:param self:
|
|
1551
|
-
:type self:
|
|
1552
|
-
:param context:
|
|
1553
|
-
:type context:
|
|
1554
|
-
"""
|
|
1555
|
-
...
|
|
1556
|
-
|
|
1557
|
-
def driver_add(self): ...
|
|
1558
|
-
def driver_remove(self): ...
|
|
1559
|
-
def get(self): ...
|
|
1560
|
-
def id_properties_clear(self): ...
|
|
1561
|
-
def id_properties_ensure(self): ...
|
|
1562
|
-
def id_properties_ui(self): ...
|
|
1563
|
-
def is_extended(self): ...
|
|
1564
|
-
def is_property_hidden(self): ...
|
|
1565
|
-
def is_property_overridable_library(self): ...
|
|
1566
|
-
def is_property_readonly(self): ...
|
|
1567
|
-
def is_property_set(self): ...
|
|
1568
|
-
def items(self): ...
|
|
1569
|
-
def keyframe_delete(self): ...
|
|
1570
|
-
def keyframe_insert(self): ...
|
|
1571
|
-
def keys(self): ...
|
|
1572
|
-
def path_from_id(self): ...
|
|
1573
|
-
def path_resolve(self): ...
|
|
1574
2978
|
def poll(self, context):
|
|
1575
2979
|
"""
|
|
1576
2980
|
|
|
1577
2981
|
:param context:
|
|
1578
|
-
:type context:
|
|
1579
2982
|
"""
|
|
1580
2983
|
...
|
|
1581
2984
|
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
"""
|
|
2985
|
+
class ObjectButtonsPanel:
|
|
2986
|
+
""" """
|
|
1585
2987
|
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
"""
|
|
1589
|
-
...
|
|
2988
|
+
bl_context: typing.Any
|
|
2989
|
+
""" """
|
|
1590
2990
|
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
2991
|
+
bl_region_type: typing.Any
|
|
2992
|
+
""" """
|
|
2993
|
+
|
|
2994
|
+
bl_space_type: typing.Any
|
|
2995
|
+
""" """
|
|
2996
|
+
|
|
2997
|
+
def poll(self, context):
|
|
1594
2998
|
"""
|
|
1595
2999
|
|
|
1596
|
-
:param
|
|
1597
|
-
:type draw_func:
|
|
3000
|
+
:param context:
|
|
1598
3001
|
"""
|
|
1599
3002
|
...
|
|
1600
|
-
|
|
1601
|
-
def type_recast(self): ...
|
|
1602
|
-
def values(self): ...
|