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,34 +1,43 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bl_ui.properties_grease_pencil_common
|
|
3
|
-
import bl_ui.utils
|
|
4
2
|
import bpy_types
|
|
5
|
-
import rna_prop_ui
|
|
6
3
|
|
|
7
4
|
GenericType = typing.TypeVar("GenericType")
|
|
8
5
|
|
|
9
|
-
class GPENCIL_MT_material_context_menu(bpy_types.
|
|
6
|
+
class GPENCIL_MT_material_context_menu(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
10
9
|
bl_label: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
11
12
|
bl_rna: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
12
15
|
id_data: typing.Any
|
|
16
|
+
""" """
|
|
13
17
|
|
|
14
18
|
def append(self, draw_func):
|
|
15
19
|
"""
|
|
16
20
|
|
|
17
21
|
:param draw_func:
|
|
18
|
-
:type draw_func:
|
|
19
22
|
"""
|
|
20
23
|
...
|
|
21
24
|
|
|
22
|
-
def as_pointer(self):
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
def as_pointer(self):
|
|
26
|
+
""" """
|
|
27
|
+
...
|
|
28
|
+
|
|
29
|
+
def bl_rna_get_subclass(self):
|
|
30
|
+
""" """
|
|
31
|
+
...
|
|
32
|
+
|
|
33
|
+
def bl_rna_get_subclass_py(self):
|
|
34
|
+
""" """
|
|
35
|
+
...
|
|
36
|
+
|
|
25
37
|
def draw(self, context):
|
|
26
38
|
"""
|
|
27
39
|
|
|
28
|
-
:param self:
|
|
29
|
-
:type self:
|
|
30
40
|
:param context:
|
|
31
|
-
:type context:
|
|
32
41
|
"""
|
|
33
42
|
...
|
|
34
43
|
|
|
@@ -36,38 +45,81 @@ class GPENCIL_MT_material_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
36
45
|
"""
|
|
37
46
|
|
|
38
47
|
:param context:
|
|
39
|
-
:type context:
|
|
40
48
|
:param layout:
|
|
41
|
-
:type layout:
|
|
42
49
|
"""
|
|
43
50
|
...
|
|
44
51
|
|
|
45
52
|
def draw_preset(self, _context):
|
|
46
53
|
"""
|
|
47
54
|
|
|
48
|
-
:param self:
|
|
49
|
-
:type self:
|
|
50
55
|
:param _context:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
def
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
def
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
def
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
def
|
|
56
|
+
"""
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
def driver_add(self):
|
|
60
|
+
""" """
|
|
61
|
+
...
|
|
62
|
+
|
|
63
|
+
def driver_remove(self):
|
|
64
|
+
""" """
|
|
65
|
+
...
|
|
66
|
+
|
|
67
|
+
def get(self):
|
|
68
|
+
""" """
|
|
69
|
+
...
|
|
70
|
+
|
|
71
|
+
def id_properties_clear(self):
|
|
72
|
+
""" """
|
|
73
|
+
...
|
|
74
|
+
|
|
75
|
+
def id_properties_ensure(self):
|
|
76
|
+
""" """
|
|
77
|
+
...
|
|
78
|
+
|
|
79
|
+
def id_properties_ui(self):
|
|
80
|
+
""" """
|
|
81
|
+
...
|
|
82
|
+
|
|
83
|
+
def is_extended(self):
|
|
84
|
+
""" """
|
|
85
|
+
...
|
|
86
|
+
|
|
87
|
+
def is_property_hidden(self):
|
|
88
|
+
""" """
|
|
89
|
+
...
|
|
90
|
+
|
|
91
|
+
def is_property_overridable_library(self):
|
|
92
|
+
""" """
|
|
93
|
+
...
|
|
94
|
+
|
|
95
|
+
def is_property_readonly(self):
|
|
96
|
+
""" """
|
|
97
|
+
...
|
|
98
|
+
|
|
99
|
+
def is_property_set(self):
|
|
100
|
+
""" """
|
|
101
|
+
...
|
|
102
|
+
|
|
103
|
+
def items(self):
|
|
104
|
+
""" """
|
|
105
|
+
...
|
|
106
|
+
|
|
107
|
+
def keyframe_delete(self):
|
|
108
|
+
""" """
|
|
109
|
+
...
|
|
110
|
+
|
|
111
|
+
def keyframe_insert(self):
|
|
112
|
+
""" """
|
|
113
|
+
...
|
|
114
|
+
|
|
115
|
+
def keys(self):
|
|
116
|
+
""" """
|
|
117
|
+
...
|
|
118
|
+
|
|
119
|
+
def path_from_id(self):
|
|
120
|
+
""" """
|
|
121
|
+
...
|
|
122
|
+
|
|
71
123
|
def path_menu(
|
|
72
124
|
self,
|
|
73
125
|
searchpaths,
|
|
@@ -81,65 +133,83 @@ class GPENCIL_MT_material_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
81
133
|
):
|
|
82
134
|
"""
|
|
83
135
|
|
|
84
|
-
:param self:
|
|
85
|
-
:type self:
|
|
86
136
|
:param searchpaths:
|
|
87
|
-
:type searchpaths:
|
|
88
137
|
:param operator:
|
|
89
|
-
:type operator:
|
|
90
138
|
:param props_default:
|
|
91
|
-
:type props_default:
|
|
92
139
|
:param prop_filepath:
|
|
93
|
-
:type prop_filepath:
|
|
94
140
|
:param filter_ext:
|
|
95
|
-
:type filter_ext:
|
|
96
141
|
:param filter_path:
|
|
97
|
-
:type filter_path:
|
|
98
142
|
:param display_name:
|
|
99
|
-
:type display_name:
|
|
100
143
|
:param add_operator:
|
|
101
|
-
:type add_operator:
|
|
102
144
|
"""
|
|
103
145
|
...
|
|
104
146
|
|
|
105
|
-
def path_resolve(self):
|
|
106
|
-
|
|
147
|
+
def path_resolve(self):
|
|
148
|
+
""" """
|
|
149
|
+
...
|
|
150
|
+
|
|
151
|
+
def pop(self):
|
|
152
|
+
""" """
|
|
153
|
+
...
|
|
154
|
+
|
|
107
155
|
def prepend(self, draw_func):
|
|
108
156
|
"""
|
|
109
157
|
|
|
110
158
|
:param draw_func:
|
|
111
|
-
:type draw_func:
|
|
112
159
|
"""
|
|
113
160
|
...
|
|
114
161
|
|
|
115
|
-
def property_overridable_library_set(self):
|
|
116
|
-
|
|
162
|
+
def property_overridable_library_set(self):
|
|
163
|
+
""" """
|
|
164
|
+
...
|
|
165
|
+
|
|
166
|
+
def property_unset(self):
|
|
167
|
+
""" """
|
|
168
|
+
...
|
|
169
|
+
|
|
117
170
|
def remove(self, draw_func):
|
|
118
171
|
"""
|
|
119
172
|
|
|
120
173
|
:param draw_func:
|
|
121
|
-
:type draw_func:
|
|
122
174
|
"""
|
|
123
175
|
...
|
|
124
176
|
|
|
125
|
-
def type_recast(self):
|
|
126
|
-
|
|
177
|
+
def type_recast(self):
|
|
178
|
+
""" """
|
|
179
|
+
...
|
|
180
|
+
|
|
181
|
+
def values(self):
|
|
182
|
+
""" """
|
|
183
|
+
...
|
|
184
|
+
|
|
185
|
+
class GPENCIL_UL_matslots(bpy_types._GenericUI):
|
|
186
|
+
""" """
|
|
127
187
|
|
|
128
|
-
class GPENCIL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
129
188
|
bl_rna: typing.Any
|
|
189
|
+
""" """
|
|
190
|
+
|
|
130
191
|
id_data: typing.Any
|
|
192
|
+
""" """
|
|
131
193
|
|
|
132
194
|
def append(self, draw_func):
|
|
133
195
|
"""
|
|
134
196
|
|
|
135
197
|
:param draw_func:
|
|
136
|
-
:type draw_func:
|
|
137
198
|
"""
|
|
138
199
|
...
|
|
139
200
|
|
|
140
|
-
def as_pointer(self):
|
|
141
|
-
|
|
142
|
-
|
|
201
|
+
def as_pointer(self):
|
|
202
|
+
""" """
|
|
203
|
+
...
|
|
204
|
+
|
|
205
|
+
def bl_rna_get_subclass(self):
|
|
206
|
+
""" """
|
|
207
|
+
...
|
|
208
|
+
|
|
209
|
+
def bl_rna_get_subclass_py(self):
|
|
210
|
+
""" """
|
|
211
|
+
...
|
|
212
|
+
|
|
143
213
|
def draw_item(
|
|
144
214
|
self,
|
|
145
215
|
_context,
|
|
@@ -153,789 +223,1468 @@ class GPENCIL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
153
223
|
):
|
|
154
224
|
"""
|
|
155
225
|
|
|
156
|
-
:param self:
|
|
157
|
-
:type self:
|
|
158
226
|
:param _context:
|
|
159
|
-
:type _context:
|
|
160
227
|
:param layout:
|
|
161
|
-
:type layout:
|
|
162
228
|
:param _data:
|
|
163
|
-
:type _data:
|
|
164
229
|
:param item:
|
|
165
|
-
:type item:
|
|
166
230
|
:param icon:
|
|
167
|
-
:type icon:
|
|
168
231
|
:param _active_data:
|
|
169
|
-
:type _active_data:
|
|
170
232
|
:param _active_propname:
|
|
171
|
-
:type _active_propname:
|
|
172
233
|
:param _index:
|
|
173
|
-
:type _index:
|
|
174
|
-
"""
|
|
175
|
-
...
|
|
176
|
-
|
|
177
|
-
def driver_add(self): ...
|
|
178
|
-
def driver_remove(self): ...
|
|
179
|
-
def get(self): ...
|
|
180
|
-
def id_properties_clear(self): ...
|
|
181
|
-
def id_properties_ensure(self): ...
|
|
182
|
-
def id_properties_ui(self): ...
|
|
183
|
-
def is_extended(self): ...
|
|
184
|
-
def is_property_hidden(self): ...
|
|
185
|
-
def is_property_overridable_library(self): ...
|
|
186
|
-
def is_property_readonly(self): ...
|
|
187
|
-
def is_property_set(self): ...
|
|
188
|
-
def items(self): ...
|
|
189
|
-
def keyframe_delete(self): ...
|
|
190
|
-
def keyframe_insert(self): ...
|
|
191
|
-
def keys(self): ...
|
|
192
|
-
def path_from_id(self): ...
|
|
193
|
-
def path_resolve(self): ...
|
|
194
|
-
def pop(self): ...
|
|
195
|
-
def prepend(self, draw_func):
|
|
196
234
|
"""
|
|
235
|
+
...
|
|
197
236
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
"""
|
|
237
|
+
def driver_add(self):
|
|
238
|
+
""" """
|
|
201
239
|
...
|
|
202
240
|
|
|
203
|
-
def
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
"""
|
|
241
|
+
def driver_remove(self):
|
|
242
|
+
""" """
|
|
243
|
+
...
|
|
207
244
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"""
|
|
245
|
+
def get(self):
|
|
246
|
+
""" """
|
|
211
247
|
...
|
|
212
248
|
|
|
213
|
-
def
|
|
214
|
-
|
|
249
|
+
def id_properties_clear(self):
|
|
250
|
+
""" """
|
|
251
|
+
...
|
|
215
252
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
bl_space_type: typing.Any
|
|
253
|
+
def id_properties_ensure(self):
|
|
254
|
+
""" """
|
|
255
|
+
...
|
|
220
256
|
|
|
221
|
-
def
|
|
222
|
-
"""
|
|
257
|
+
def id_properties_ui(self):
|
|
258
|
+
""" """
|
|
259
|
+
...
|
|
223
260
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
"""
|
|
261
|
+
def is_extended(self):
|
|
262
|
+
""" """
|
|
227
263
|
...
|
|
228
264
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
bl_label: typing.Any
|
|
233
|
-
bl_region_type: typing.Any
|
|
234
|
-
bl_rna: typing.Any
|
|
235
|
-
bl_space_type: typing.Any
|
|
236
|
-
id_data: typing.Any
|
|
237
|
-
preset_add_operator: typing.Any
|
|
238
|
-
preset_operator: typing.Any
|
|
239
|
-
preset_subdir: typing.Any
|
|
265
|
+
def is_property_hidden(self):
|
|
266
|
+
""" """
|
|
267
|
+
...
|
|
240
268
|
|
|
241
|
-
def
|
|
242
|
-
"""
|
|
269
|
+
def is_property_overridable_library(self):
|
|
270
|
+
""" """
|
|
271
|
+
...
|
|
243
272
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
"""
|
|
273
|
+
def is_property_readonly(self):
|
|
274
|
+
""" """
|
|
247
275
|
...
|
|
248
276
|
|
|
249
|
-
def
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
def draw(self, context):
|
|
253
|
-
"""
|
|
277
|
+
def is_property_set(self):
|
|
278
|
+
""" """
|
|
279
|
+
...
|
|
254
280
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
:param context:
|
|
258
|
-
:type context:
|
|
259
|
-
"""
|
|
281
|
+
def items(self):
|
|
282
|
+
""" """
|
|
260
283
|
...
|
|
261
284
|
|
|
262
|
-
def
|
|
263
|
-
"""
|
|
285
|
+
def keyframe_delete(self):
|
|
286
|
+
""" """
|
|
287
|
+
...
|
|
264
288
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
:param text:
|
|
268
|
-
:type text:
|
|
269
|
-
"""
|
|
289
|
+
def keyframe_insert(self):
|
|
290
|
+
""" """
|
|
270
291
|
...
|
|
271
292
|
|
|
272
|
-
def
|
|
273
|
-
"""
|
|
293
|
+
def keys(self):
|
|
294
|
+
""" """
|
|
295
|
+
...
|
|
274
296
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
...
|
|
279
|
-
|
|
280
|
-
def driver_add(self): ...
|
|
281
|
-
def driver_remove(self): ...
|
|
282
|
-
def get(self): ...
|
|
283
|
-
def id_properties_clear(self): ...
|
|
284
|
-
def id_properties_ensure(self): ...
|
|
285
|
-
def id_properties_ui(self): ...
|
|
286
|
-
def is_extended(self): ...
|
|
287
|
-
def is_property_hidden(self): ...
|
|
288
|
-
def is_property_overridable_library(self): ...
|
|
289
|
-
def is_property_readonly(self): ...
|
|
290
|
-
def is_property_set(self): ...
|
|
291
|
-
def items(self): ...
|
|
292
|
-
def keyframe_delete(self): ...
|
|
293
|
-
def keyframe_insert(self): ...
|
|
294
|
-
def keys(self): ...
|
|
295
|
-
def path_from_id(self): ...
|
|
296
|
-
def path_menu(
|
|
297
|
-
self,
|
|
298
|
-
searchpaths,
|
|
299
|
-
operator,
|
|
300
|
-
props_default,
|
|
301
|
-
prop_filepath,
|
|
302
|
-
filter_ext,
|
|
303
|
-
filter_path,
|
|
304
|
-
display_name,
|
|
305
|
-
add_operator,
|
|
306
|
-
):
|
|
307
|
-
"""
|
|
297
|
+
def path_from_id(self):
|
|
298
|
+
""" """
|
|
299
|
+
...
|
|
308
300
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
:param props_default:
|
|
316
|
-
:type props_default:
|
|
317
|
-
:param prop_filepath:
|
|
318
|
-
:type prop_filepath:
|
|
319
|
-
:param filter_ext:
|
|
320
|
-
:type filter_ext:
|
|
321
|
-
:param filter_path:
|
|
322
|
-
:type filter_path:
|
|
323
|
-
:param display_name:
|
|
324
|
-
:type display_name:
|
|
325
|
-
:param add_operator:
|
|
326
|
-
:type add_operator:
|
|
327
|
-
"""
|
|
301
|
+
def path_resolve(self):
|
|
302
|
+
""" """
|
|
303
|
+
...
|
|
304
|
+
|
|
305
|
+
def pop(self):
|
|
306
|
+
""" """
|
|
328
307
|
...
|
|
329
308
|
|
|
330
|
-
def path_resolve(self): ...
|
|
331
|
-
def pop(self): ...
|
|
332
309
|
def prepend(self, draw_func):
|
|
333
310
|
"""
|
|
334
311
|
|
|
335
312
|
:param draw_func:
|
|
336
|
-
:type draw_func:
|
|
337
313
|
"""
|
|
338
314
|
...
|
|
339
315
|
|
|
340
|
-
def property_overridable_library_set(self):
|
|
341
|
-
|
|
316
|
+
def property_overridable_library_set(self):
|
|
317
|
+
""" """
|
|
318
|
+
...
|
|
319
|
+
|
|
320
|
+
def property_unset(self):
|
|
321
|
+
""" """
|
|
322
|
+
...
|
|
323
|
+
|
|
342
324
|
def remove(self, draw_func):
|
|
343
325
|
"""
|
|
344
326
|
|
|
345
327
|
:param draw_func:
|
|
346
|
-
:type draw_func:
|
|
347
328
|
"""
|
|
348
329
|
...
|
|
349
330
|
|
|
350
|
-
def type_recast(self):
|
|
351
|
-
|
|
331
|
+
def type_recast(self):
|
|
332
|
+
""" """
|
|
333
|
+
...
|
|
334
|
+
|
|
335
|
+
def values(self):
|
|
336
|
+
""" """
|
|
337
|
+
...
|
|
338
|
+
|
|
339
|
+
class GPMaterialButtonsPanel:
|
|
340
|
+
""" """
|
|
341
|
+
|
|
342
|
+
bl_context: typing.Any
|
|
343
|
+
""" """
|
|
344
|
+
|
|
345
|
+
bl_region_type: typing.Any
|
|
346
|
+
""" """
|
|
347
|
+
|
|
348
|
+
bl_space_type: typing.Any
|
|
349
|
+
""" """
|
|
350
|
+
|
|
351
|
+
def poll(self, context):
|
|
352
|
+
"""
|
|
353
|
+
|
|
354
|
+
:param context:
|
|
355
|
+
"""
|
|
356
|
+
...
|
|
357
|
+
|
|
358
|
+
class MATERIAL_PT_gpencil_custom_props(bpy_types._GenericUI):
|
|
359
|
+
""" """
|
|
360
|
+
|
|
361
|
+
COMPAT_ENGINES: typing.Any
|
|
362
|
+
""" """
|
|
352
363
|
|
|
353
|
-
class MATERIAL_PT_gpencil_slots(
|
|
354
|
-
bpy_types.Panel,
|
|
355
|
-
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
|
|
356
|
-
bpy_types._GenericUI,
|
|
357
|
-
):
|
|
358
364
|
bl_context: typing.Any
|
|
365
|
+
""" """
|
|
366
|
+
|
|
359
367
|
bl_label: typing.Any
|
|
368
|
+
""" """
|
|
369
|
+
|
|
360
370
|
bl_options: typing.Any
|
|
371
|
+
""" """
|
|
372
|
+
|
|
373
|
+
bl_order: typing.Any
|
|
374
|
+
""" """
|
|
375
|
+
|
|
361
376
|
bl_region_type: typing.Any
|
|
377
|
+
""" """
|
|
378
|
+
|
|
362
379
|
bl_rna: typing.Any
|
|
380
|
+
""" """
|
|
381
|
+
|
|
363
382
|
bl_space_type: typing.Any
|
|
383
|
+
""" """
|
|
384
|
+
|
|
364
385
|
id_data: typing.Any
|
|
386
|
+
""" """
|
|
365
387
|
|
|
366
388
|
def append(self, draw_func):
|
|
367
389
|
"""
|
|
368
390
|
|
|
369
391
|
:param draw_func:
|
|
370
|
-
:type draw_func:
|
|
371
392
|
"""
|
|
372
393
|
...
|
|
373
394
|
|
|
374
|
-
def as_pointer(self):
|
|
375
|
-
|
|
376
|
-
|
|
395
|
+
def as_pointer(self):
|
|
396
|
+
""" """
|
|
397
|
+
...
|
|
398
|
+
|
|
399
|
+
def bl_rna_get_subclass(self):
|
|
400
|
+
""" """
|
|
401
|
+
...
|
|
402
|
+
|
|
403
|
+
def bl_rna_get_subclass_py(self):
|
|
404
|
+
""" """
|
|
405
|
+
...
|
|
406
|
+
|
|
377
407
|
def draw(self, context):
|
|
378
408
|
"""
|
|
379
409
|
|
|
380
|
-
:param self:
|
|
381
|
-
:type self:
|
|
382
410
|
:param context:
|
|
383
|
-
:type context:
|
|
384
|
-
"""
|
|
385
|
-
...
|
|
386
|
-
|
|
387
|
-
def driver_add(self): ...
|
|
388
|
-
def driver_remove(self): ...
|
|
389
|
-
def get(self): ...
|
|
390
|
-
def id_properties_clear(self): ...
|
|
391
|
-
def id_properties_ensure(self): ...
|
|
392
|
-
def id_properties_ui(self): ...
|
|
393
|
-
def is_extended(self): ...
|
|
394
|
-
def is_property_hidden(self): ...
|
|
395
|
-
def is_property_overridable_library(self): ...
|
|
396
|
-
def is_property_readonly(self): ...
|
|
397
|
-
def is_property_set(self): ...
|
|
398
|
-
def items(self): ...
|
|
399
|
-
def keyframe_delete(self): ...
|
|
400
|
-
def keyframe_insert(self): ...
|
|
401
|
-
def keys(self): ...
|
|
402
|
-
def path_from_id(self): ...
|
|
403
|
-
def path_resolve(self): ...
|
|
404
|
-
def poll(self, context):
|
|
405
411
|
"""
|
|
412
|
+
...
|
|
406
413
|
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
"""
|
|
414
|
+
def driver_add(self):
|
|
415
|
+
""" """
|
|
410
416
|
...
|
|
411
417
|
|
|
412
|
-
def
|
|
413
|
-
|
|
414
|
-
|
|
418
|
+
def driver_remove(self):
|
|
419
|
+
""" """
|
|
420
|
+
...
|
|
415
421
|
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
"""
|
|
422
|
+
def get(self):
|
|
423
|
+
""" """
|
|
419
424
|
...
|
|
420
425
|
|
|
421
|
-
def
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
"""
|
|
426
|
+
def id_properties_clear(self):
|
|
427
|
+
""" """
|
|
428
|
+
...
|
|
425
429
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
"""
|
|
430
|
+
def id_properties_ensure(self):
|
|
431
|
+
""" """
|
|
429
432
|
...
|
|
430
433
|
|
|
431
|
-
def
|
|
432
|
-
|
|
434
|
+
def id_properties_ui(self):
|
|
435
|
+
""" """
|
|
436
|
+
...
|
|
433
437
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
rna_prop_ui.PropertyPanel,
|
|
438
|
-
bpy_types._GenericUI,
|
|
439
|
-
):
|
|
440
|
-
COMPAT_ENGINES: typing.Any
|
|
441
|
-
bl_context: typing.Any
|
|
442
|
-
bl_label: typing.Any
|
|
443
|
-
bl_options: typing.Any
|
|
444
|
-
bl_order: typing.Any
|
|
445
|
-
bl_region_type: typing.Any
|
|
446
|
-
bl_rna: typing.Any
|
|
447
|
-
bl_space_type: typing.Any
|
|
448
|
-
id_data: typing.Any
|
|
438
|
+
def is_extended(self):
|
|
439
|
+
""" """
|
|
440
|
+
...
|
|
449
441
|
|
|
450
|
-
def
|
|
451
|
-
"""
|
|
442
|
+
def is_property_hidden(self):
|
|
443
|
+
""" """
|
|
444
|
+
...
|
|
452
445
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
"""
|
|
446
|
+
def is_property_overridable_library(self):
|
|
447
|
+
""" """
|
|
456
448
|
...
|
|
457
449
|
|
|
458
|
-
def
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
450
|
+
def is_property_readonly(self):
|
|
451
|
+
""" """
|
|
452
|
+
...
|
|
453
|
+
|
|
454
|
+
def is_property_set(self):
|
|
455
|
+
""" """
|
|
456
|
+
...
|
|
457
|
+
|
|
458
|
+
def items(self):
|
|
459
|
+
""" """
|
|
460
|
+
...
|
|
461
|
+
|
|
462
|
+
def keyframe_delete(self):
|
|
463
|
+
""" """
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
def keyframe_insert(self):
|
|
467
|
+
""" """
|
|
468
|
+
...
|
|
469
|
+
|
|
470
|
+
def keys(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
def path_from_id(self):
|
|
475
|
+
""" """
|
|
476
|
+
...
|
|
477
|
+
|
|
478
|
+
def path_resolve(self):
|
|
479
|
+
""" """
|
|
480
|
+
...
|
|
463
481
|
|
|
464
|
-
:param self:
|
|
465
|
-
:type self:
|
|
466
|
-
:param context:
|
|
467
|
-
:type context:
|
|
468
|
-
"""
|
|
469
|
-
...
|
|
470
|
-
|
|
471
|
-
def driver_add(self): ...
|
|
472
|
-
def driver_remove(self): ...
|
|
473
|
-
def get(self): ...
|
|
474
|
-
def id_properties_clear(self): ...
|
|
475
|
-
def id_properties_ensure(self): ...
|
|
476
|
-
def id_properties_ui(self): ...
|
|
477
|
-
def is_extended(self): ...
|
|
478
|
-
def is_property_hidden(self): ...
|
|
479
|
-
def is_property_overridable_library(self): ...
|
|
480
|
-
def is_property_readonly(self): ...
|
|
481
|
-
def is_property_set(self): ...
|
|
482
|
-
def items(self): ...
|
|
483
|
-
def keyframe_delete(self): ...
|
|
484
|
-
def keyframe_insert(self): ...
|
|
485
|
-
def keys(self): ...
|
|
486
|
-
def path_from_id(self): ...
|
|
487
|
-
def path_resolve(self): ...
|
|
488
482
|
def poll(self, context):
|
|
489
483
|
"""
|
|
490
484
|
|
|
491
485
|
:param context:
|
|
492
|
-
:type context:
|
|
493
486
|
"""
|
|
494
487
|
...
|
|
495
488
|
|
|
496
|
-
def pop(self):
|
|
489
|
+
def pop(self):
|
|
490
|
+
""" """
|
|
491
|
+
...
|
|
492
|
+
|
|
497
493
|
def prepend(self, draw_func):
|
|
498
494
|
"""
|
|
499
495
|
|
|
500
496
|
:param draw_func:
|
|
501
|
-
:type draw_func:
|
|
502
497
|
"""
|
|
503
498
|
...
|
|
504
499
|
|
|
505
|
-
def property_overridable_library_set(self):
|
|
506
|
-
|
|
500
|
+
def property_overridable_library_set(self):
|
|
501
|
+
""" """
|
|
502
|
+
...
|
|
503
|
+
|
|
504
|
+
def property_unset(self):
|
|
505
|
+
""" """
|
|
506
|
+
...
|
|
507
|
+
|
|
507
508
|
def remove(self, draw_func):
|
|
508
509
|
"""
|
|
509
510
|
|
|
510
511
|
:param draw_func:
|
|
511
|
-
:type draw_func:
|
|
512
512
|
"""
|
|
513
513
|
...
|
|
514
514
|
|
|
515
|
-
def type_recast(self):
|
|
516
|
-
|
|
515
|
+
def type_recast(self):
|
|
516
|
+
""" """
|
|
517
|
+
...
|
|
518
|
+
|
|
519
|
+
def values(self):
|
|
520
|
+
""" """
|
|
521
|
+
...
|
|
522
|
+
|
|
523
|
+
class MATERIAL_PT_gpencil_fillcolor(bpy_types._GenericUI):
|
|
524
|
+
""" """
|
|
517
525
|
|
|
518
|
-
class MATERIAL_PT_gpencil_fillcolor(
|
|
519
|
-
GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
520
|
-
):
|
|
521
526
|
bl_context: typing.Any
|
|
527
|
+
""" """
|
|
528
|
+
|
|
522
529
|
bl_label: typing.Any
|
|
530
|
+
""" """
|
|
531
|
+
|
|
523
532
|
bl_parent_id: typing.Any
|
|
533
|
+
""" """
|
|
534
|
+
|
|
524
535
|
bl_region_type: typing.Any
|
|
536
|
+
""" """
|
|
537
|
+
|
|
525
538
|
bl_rna: typing.Any
|
|
539
|
+
""" """
|
|
540
|
+
|
|
526
541
|
bl_space_type: typing.Any
|
|
542
|
+
""" """
|
|
543
|
+
|
|
527
544
|
id_data: typing.Any
|
|
545
|
+
""" """
|
|
528
546
|
|
|
529
547
|
def append(self, draw_func):
|
|
530
548
|
"""
|
|
531
549
|
|
|
532
550
|
:param draw_func:
|
|
533
|
-
:type draw_func:
|
|
534
551
|
"""
|
|
535
552
|
...
|
|
536
553
|
|
|
537
|
-
def as_pointer(self):
|
|
538
|
-
|
|
539
|
-
|
|
554
|
+
def as_pointer(self):
|
|
555
|
+
""" """
|
|
556
|
+
...
|
|
557
|
+
|
|
558
|
+
def bl_rna_get_subclass(self):
|
|
559
|
+
""" """
|
|
560
|
+
...
|
|
561
|
+
|
|
562
|
+
def bl_rna_get_subclass_py(self):
|
|
563
|
+
""" """
|
|
564
|
+
...
|
|
565
|
+
|
|
540
566
|
def draw(self, context):
|
|
541
567
|
"""
|
|
542
568
|
|
|
543
|
-
:param self:
|
|
544
|
-
:type self:
|
|
545
569
|
:param context:
|
|
546
|
-
:type context:
|
|
547
570
|
"""
|
|
548
571
|
...
|
|
549
572
|
|
|
550
573
|
def draw_header(self, context):
|
|
551
574
|
"""
|
|
552
575
|
|
|
553
|
-
:param self:
|
|
554
|
-
:type self:
|
|
555
576
|
:param context:
|
|
556
|
-
:type context:
|
|
557
|
-
"""
|
|
558
|
-
...
|
|
559
|
-
|
|
560
|
-
def driver_add(self): ...
|
|
561
|
-
def driver_remove(self): ...
|
|
562
|
-
def get(self): ...
|
|
563
|
-
def id_properties_clear(self): ...
|
|
564
|
-
def id_properties_ensure(self): ...
|
|
565
|
-
def id_properties_ui(self): ...
|
|
566
|
-
def is_extended(self): ...
|
|
567
|
-
def is_property_hidden(self): ...
|
|
568
|
-
def is_property_overridable_library(self): ...
|
|
569
|
-
def is_property_readonly(self): ...
|
|
570
|
-
def is_property_set(self): ...
|
|
571
|
-
def items(self): ...
|
|
572
|
-
def keyframe_delete(self): ...
|
|
573
|
-
def keyframe_insert(self): ...
|
|
574
|
-
def keys(self): ...
|
|
575
|
-
def path_from_id(self): ...
|
|
576
|
-
def path_resolve(self): ...
|
|
577
|
-
def poll(self, context):
|
|
578
577
|
"""
|
|
578
|
+
...
|
|
579
579
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
"""
|
|
580
|
+
def driver_add(self):
|
|
581
|
+
""" """
|
|
583
582
|
...
|
|
584
583
|
|
|
585
|
-
def
|
|
586
|
-
|
|
587
|
-
|
|
584
|
+
def driver_remove(self):
|
|
585
|
+
""" """
|
|
586
|
+
...
|
|
588
587
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
"""
|
|
588
|
+
def get(self):
|
|
589
|
+
""" """
|
|
592
590
|
...
|
|
593
591
|
|
|
594
|
-
def
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
592
|
+
def id_properties_clear(self):
|
|
593
|
+
""" """
|
|
594
|
+
...
|
|
595
|
+
|
|
596
|
+
def id_properties_ensure(self):
|
|
597
|
+
""" """
|
|
598
|
+
...
|
|
599
|
+
|
|
600
|
+
def id_properties_ui(self):
|
|
601
|
+
""" """
|
|
602
|
+
...
|
|
603
|
+
|
|
604
|
+
def is_extended(self):
|
|
605
|
+
""" """
|
|
606
|
+
...
|
|
607
|
+
|
|
608
|
+
def is_property_hidden(self):
|
|
609
|
+
""" """
|
|
610
|
+
...
|
|
611
|
+
|
|
612
|
+
def is_property_overridable_library(self):
|
|
613
|
+
""" """
|
|
614
|
+
...
|
|
615
|
+
|
|
616
|
+
def is_property_readonly(self):
|
|
617
|
+
""" """
|
|
618
|
+
...
|
|
619
|
+
|
|
620
|
+
def is_property_set(self):
|
|
621
|
+
""" """
|
|
622
|
+
...
|
|
623
|
+
|
|
624
|
+
def items(self):
|
|
625
|
+
""" """
|
|
626
|
+
...
|
|
627
|
+
|
|
628
|
+
def keyframe_delete(self):
|
|
629
|
+
""" """
|
|
630
|
+
...
|
|
631
|
+
|
|
632
|
+
def keyframe_insert(self):
|
|
633
|
+
""" """
|
|
634
|
+
...
|
|
635
|
+
|
|
636
|
+
def keys(self):
|
|
637
|
+
""" """
|
|
638
|
+
...
|
|
639
|
+
|
|
640
|
+
def path_from_id(self):
|
|
641
|
+
""" """
|
|
642
|
+
...
|
|
643
|
+
|
|
644
|
+
def path_resolve(self):
|
|
645
|
+
""" """
|
|
646
|
+
...
|
|
647
|
+
|
|
648
|
+
def poll(self, context):
|
|
649
|
+
"""
|
|
650
|
+
|
|
651
|
+
:param context:
|
|
652
|
+
"""
|
|
653
|
+
...
|
|
654
|
+
|
|
655
|
+
def pop(self):
|
|
656
|
+
""" """
|
|
657
|
+
...
|
|
658
|
+
|
|
659
|
+
def prepend(self, draw_func):
|
|
660
|
+
"""
|
|
661
|
+
|
|
662
|
+
:param draw_func:
|
|
663
|
+
"""
|
|
664
|
+
...
|
|
665
|
+
|
|
666
|
+
def property_overridable_library_set(self):
|
|
667
|
+
""" """
|
|
668
|
+
...
|
|
669
|
+
|
|
670
|
+
def property_unset(self):
|
|
671
|
+
""" """
|
|
672
|
+
...
|
|
673
|
+
|
|
674
|
+
def remove(self, draw_func):
|
|
675
|
+
"""
|
|
676
|
+
|
|
677
|
+
:param draw_func:
|
|
678
|
+
"""
|
|
679
|
+
...
|
|
680
|
+
|
|
681
|
+
def type_recast(self):
|
|
682
|
+
""" """
|
|
683
|
+
...
|
|
684
|
+
|
|
685
|
+
def values(self):
|
|
686
|
+
""" """
|
|
687
|
+
...
|
|
688
|
+
|
|
689
|
+
class MATERIAL_PT_gpencil_material_presets(bpy_types._GenericUI):
|
|
690
|
+
""" """
|
|
691
|
+
|
|
692
|
+
bl_label: typing.Any
|
|
693
|
+
""" """
|
|
694
|
+
|
|
695
|
+
bl_region_type: typing.Any
|
|
696
|
+
""" """
|
|
697
|
+
|
|
698
|
+
bl_rna: typing.Any
|
|
699
|
+
""" """
|
|
700
|
+
|
|
701
|
+
bl_space_type: typing.Any
|
|
702
|
+
""" """
|
|
703
|
+
|
|
704
|
+
id_data: typing.Any
|
|
705
|
+
""" """
|
|
706
|
+
|
|
707
|
+
preset_add_operator: typing.Any
|
|
708
|
+
""" """
|
|
709
|
+
|
|
710
|
+
preset_operator: typing.Any
|
|
711
|
+
""" """
|
|
712
|
+
|
|
713
|
+
preset_subdir: typing.Any
|
|
714
|
+
""" """
|
|
715
|
+
|
|
716
|
+
def append(self, draw_func):
|
|
717
|
+
"""
|
|
718
|
+
|
|
719
|
+
:param draw_func:
|
|
720
|
+
"""
|
|
721
|
+
...
|
|
722
|
+
|
|
723
|
+
def as_pointer(self):
|
|
724
|
+
""" """
|
|
725
|
+
...
|
|
726
|
+
|
|
727
|
+
def bl_rna_get_subclass(self):
|
|
728
|
+
""" """
|
|
729
|
+
...
|
|
730
|
+
|
|
731
|
+
def bl_rna_get_subclass_py(self):
|
|
732
|
+
""" """
|
|
733
|
+
...
|
|
734
|
+
|
|
735
|
+
def draw(self, context):
|
|
736
|
+
"""
|
|
737
|
+
|
|
738
|
+
:param context:
|
|
739
|
+
"""
|
|
740
|
+
...
|
|
741
|
+
|
|
742
|
+
def draw_menu(self, layout, text):
|
|
743
|
+
"""
|
|
744
|
+
|
|
745
|
+
:param layout:
|
|
746
|
+
:param text:
|
|
747
|
+
"""
|
|
748
|
+
...
|
|
749
|
+
|
|
750
|
+
def draw_panel_header(self, layout):
|
|
751
|
+
"""
|
|
752
|
+
|
|
753
|
+
:param layout:
|
|
754
|
+
"""
|
|
755
|
+
...
|
|
756
|
+
|
|
757
|
+
def driver_add(self):
|
|
758
|
+
""" """
|
|
759
|
+
...
|
|
760
|
+
|
|
761
|
+
def driver_remove(self):
|
|
762
|
+
""" """
|
|
763
|
+
...
|
|
764
|
+
|
|
765
|
+
def get(self):
|
|
766
|
+
""" """
|
|
767
|
+
...
|
|
768
|
+
|
|
769
|
+
def id_properties_clear(self):
|
|
770
|
+
""" """
|
|
771
|
+
...
|
|
772
|
+
|
|
773
|
+
def id_properties_ensure(self):
|
|
774
|
+
""" """
|
|
775
|
+
...
|
|
776
|
+
|
|
777
|
+
def id_properties_ui(self):
|
|
778
|
+
""" """
|
|
779
|
+
...
|
|
780
|
+
|
|
781
|
+
def is_extended(self):
|
|
782
|
+
""" """
|
|
783
|
+
...
|
|
784
|
+
|
|
785
|
+
def is_property_hidden(self):
|
|
786
|
+
""" """
|
|
787
|
+
...
|
|
788
|
+
|
|
789
|
+
def is_property_overridable_library(self):
|
|
790
|
+
""" """
|
|
791
|
+
...
|
|
792
|
+
|
|
793
|
+
def is_property_readonly(self):
|
|
794
|
+
""" """
|
|
795
|
+
...
|
|
796
|
+
|
|
797
|
+
def is_property_set(self):
|
|
798
|
+
""" """
|
|
799
|
+
...
|
|
800
|
+
|
|
801
|
+
def items(self):
|
|
802
|
+
""" """
|
|
803
|
+
...
|
|
804
|
+
|
|
805
|
+
def keyframe_delete(self):
|
|
806
|
+
""" """
|
|
807
|
+
...
|
|
808
|
+
|
|
809
|
+
def keyframe_insert(self):
|
|
810
|
+
""" """
|
|
811
|
+
...
|
|
812
|
+
|
|
813
|
+
def keys(self):
|
|
814
|
+
""" """
|
|
815
|
+
...
|
|
816
|
+
|
|
817
|
+
def path_from_id(self):
|
|
818
|
+
""" """
|
|
819
|
+
...
|
|
820
|
+
|
|
821
|
+
def path_menu(
|
|
822
|
+
self,
|
|
823
|
+
searchpaths,
|
|
824
|
+
operator,
|
|
825
|
+
props_default,
|
|
826
|
+
prop_filepath,
|
|
827
|
+
filter_ext,
|
|
828
|
+
filter_path,
|
|
829
|
+
display_name,
|
|
830
|
+
add_operator,
|
|
831
|
+
):
|
|
832
|
+
"""
|
|
833
|
+
|
|
834
|
+
:param searchpaths:
|
|
835
|
+
:param operator:
|
|
836
|
+
:param props_default:
|
|
837
|
+
:param prop_filepath:
|
|
838
|
+
:param filter_ext:
|
|
839
|
+
:param filter_path:
|
|
840
|
+
:param display_name:
|
|
841
|
+
:param add_operator:
|
|
842
|
+
"""
|
|
843
|
+
...
|
|
844
|
+
|
|
845
|
+
def path_resolve(self):
|
|
846
|
+
""" """
|
|
847
|
+
...
|
|
848
|
+
|
|
849
|
+
def pop(self):
|
|
850
|
+
""" """
|
|
851
|
+
...
|
|
852
|
+
|
|
853
|
+
def prepend(self, draw_func):
|
|
854
|
+
"""
|
|
855
|
+
|
|
856
|
+
:param draw_func:
|
|
857
|
+
"""
|
|
858
|
+
...
|
|
859
|
+
|
|
860
|
+
def property_overridable_library_set(self):
|
|
861
|
+
""" """
|
|
862
|
+
...
|
|
863
|
+
|
|
864
|
+
def property_unset(self):
|
|
865
|
+
""" """
|
|
866
|
+
...
|
|
867
|
+
|
|
868
|
+
def remove(self, draw_func):
|
|
869
|
+
"""
|
|
870
|
+
|
|
871
|
+
:param draw_func:
|
|
872
|
+
"""
|
|
873
|
+
...
|
|
874
|
+
|
|
875
|
+
def type_recast(self):
|
|
876
|
+
""" """
|
|
877
|
+
...
|
|
878
|
+
|
|
879
|
+
def values(self):
|
|
880
|
+
""" """
|
|
881
|
+
...
|
|
882
|
+
|
|
883
|
+
class MATERIAL_PT_gpencil_preview(bpy_types._GenericUI):
|
|
884
|
+
""" """
|
|
885
|
+
|
|
886
|
+
COMPAT_ENGINES: typing.Any
|
|
887
|
+
""" """
|
|
888
|
+
|
|
889
|
+
bl_context: typing.Any
|
|
890
|
+
""" """
|
|
891
|
+
|
|
892
|
+
bl_label: typing.Any
|
|
893
|
+
""" """
|
|
894
|
+
|
|
895
|
+
bl_options: typing.Any
|
|
896
|
+
""" """
|
|
897
|
+
|
|
898
|
+
bl_region_type: typing.Any
|
|
899
|
+
""" """
|
|
900
|
+
|
|
901
|
+
bl_rna: typing.Any
|
|
902
|
+
""" """
|
|
903
|
+
|
|
904
|
+
bl_space_type: typing.Any
|
|
905
|
+
""" """
|
|
906
|
+
|
|
907
|
+
id_data: typing.Any
|
|
908
|
+
""" """
|
|
909
|
+
|
|
910
|
+
def append(self, draw_func):
|
|
911
|
+
"""
|
|
912
|
+
|
|
913
|
+
:param draw_func:
|
|
914
|
+
"""
|
|
915
|
+
...
|
|
916
|
+
|
|
917
|
+
def as_pointer(self):
|
|
918
|
+
""" """
|
|
919
|
+
...
|
|
920
|
+
|
|
921
|
+
def bl_rna_get_subclass(self):
|
|
922
|
+
""" """
|
|
923
|
+
...
|
|
924
|
+
|
|
925
|
+
def bl_rna_get_subclass_py(self):
|
|
926
|
+
""" """
|
|
927
|
+
...
|
|
928
|
+
|
|
929
|
+
def draw(self, context):
|
|
930
|
+
"""
|
|
931
|
+
|
|
932
|
+
:param context:
|
|
933
|
+
"""
|
|
934
|
+
...
|
|
935
|
+
|
|
936
|
+
def driver_add(self):
|
|
937
|
+
""" """
|
|
938
|
+
...
|
|
939
|
+
|
|
940
|
+
def driver_remove(self):
|
|
941
|
+
""" """
|
|
942
|
+
...
|
|
943
|
+
|
|
944
|
+
def get(self):
|
|
945
|
+
""" """
|
|
946
|
+
...
|
|
947
|
+
|
|
948
|
+
def id_properties_clear(self):
|
|
949
|
+
""" """
|
|
950
|
+
...
|
|
951
|
+
|
|
952
|
+
def id_properties_ensure(self):
|
|
953
|
+
""" """
|
|
954
|
+
...
|
|
955
|
+
|
|
956
|
+
def id_properties_ui(self):
|
|
957
|
+
""" """
|
|
958
|
+
...
|
|
959
|
+
|
|
960
|
+
def is_extended(self):
|
|
961
|
+
""" """
|
|
962
|
+
...
|
|
963
|
+
|
|
964
|
+
def is_property_hidden(self):
|
|
965
|
+
""" """
|
|
966
|
+
...
|
|
967
|
+
|
|
968
|
+
def is_property_overridable_library(self):
|
|
969
|
+
""" """
|
|
970
|
+
...
|
|
971
|
+
|
|
972
|
+
def is_property_readonly(self):
|
|
973
|
+
""" """
|
|
974
|
+
...
|
|
975
|
+
|
|
976
|
+
def is_property_set(self):
|
|
977
|
+
""" """
|
|
978
|
+
...
|
|
979
|
+
|
|
980
|
+
def items(self):
|
|
981
|
+
""" """
|
|
982
|
+
...
|
|
983
|
+
|
|
984
|
+
def keyframe_delete(self):
|
|
985
|
+
""" """
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
def keyframe_insert(self):
|
|
989
|
+
""" """
|
|
990
|
+
...
|
|
991
|
+
|
|
992
|
+
def keys(self):
|
|
993
|
+
""" """
|
|
994
|
+
...
|
|
995
|
+
|
|
996
|
+
def path_from_id(self):
|
|
997
|
+
""" """
|
|
998
|
+
...
|
|
999
|
+
|
|
1000
|
+
def path_resolve(self):
|
|
1001
|
+
""" """
|
|
1002
|
+
...
|
|
1003
|
+
|
|
1004
|
+
def poll(self, context):
|
|
1005
|
+
"""
|
|
1006
|
+
|
|
1007
|
+
:param context:
|
|
1008
|
+
"""
|
|
1009
|
+
...
|
|
1010
|
+
|
|
1011
|
+
def pop(self):
|
|
1012
|
+
""" """
|
|
1013
|
+
...
|
|
1014
|
+
|
|
1015
|
+
def prepend(self, draw_func):
|
|
1016
|
+
"""
|
|
598
1017
|
|
|
599
1018
|
:param draw_func:
|
|
600
|
-
:type draw_func:
|
|
601
1019
|
"""
|
|
602
1020
|
...
|
|
603
1021
|
|
|
604
|
-
def
|
|
605
|
-
|
|
1022
|
+
def property_overridable_library_set(self):
|
|
1023
|
+
""" """
|
|
1024
|
+
...
|
|
1025
|
+
|
|
1026
|
+
def property_unset(self):
|
|
1027
|
+
""" """
|
|
1028
|
+
...
|
|
1029
|
+
|
|
1030
|
+
def remove(self, draw_func):
|
|
1031
|
+
"""
|
|
1032
|
+
|
|
1033
|
+
:param draw_func:
|
|
1034
|
+
"""
|
|
1035
|
+
...
|
|
1036
|
+
|
|
1037
|
+
def type_recast(self):
|
|
1038
|
+
""" """
|
|
1039
|
+
...
|
|
1040
|
+
|
|
1041
|
+
def values(self):
|
|
1042
|
+
""" """
|
|
1043
|
+
...
|
|
1044
|
+
|
|
1045
|
+
class MATERIAL_PT_gpencil_settings(bpy_types._GenericUI):
|
|
1046
|
+
""" """
|
|
606
1047
|
|
|
607
|
-
class MATERIAL_PT_gpencil_preview(
|
|
608
|
-
GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
609
|
-
):
|
|
610
|
-
COMPAT_ENGINES: typing.Any
|
|
611
1048
|
bl_context: typing.Any
|
|
1049
|
+
""" """
|
|
1050
|
+
|
|
612
1051
|
bl_label: typing.Any
|
|
1052
|
+
""" """
|
|
1053
|
+
|
|
613
1054
|
bl_options: typing.Any
|
|
1055
|
+
""" """
|
|
1056
|
+
|
|
614
1057
|
bl_region_type: typing.Any
|
|
1058
|
+
""" """
|
|
1059
|
+
|
|
615
1060
|
bl_rna: typing.Any
|
|
1061
|
+
""" """
|
|
1062
|
+
|
|
616
1063
|
bl_space_type: typing.Any
|
|
1064
|
+
""" """
|
|
1065
|
+
|
|
617
1066
|
id_data: typing.Any
|
|
1067
|
+
""" """
|
|
618
1068
|
|
|
619
1069
|
def append(self, draw_func):
|
|
620
1070
|
"""
|
|
621
1071
|
|
|
622
1072
|
:param draw_func:
|
|
623
|
-
:type draw_func:
|
|
624
1073
|
"""
|
|
625
1074
|
...
|
|
626
1075
|
|
|
627
|
-
def as_pointer(self):
|
|
628
|
-
|
|
629
|
-
|
|
1076
|
+
def as_pointer(self):
|
|
1077
|
+
""" """
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def bl_rna_get_subclass(self):
|
|
1081
|
+
""" """
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
def bl_rna_get_subclass_py(self):
|
|
1085
|
+
""" """
|
|
1086
|
+
...
|
|
1087
|
+
|
|
630
1088
|
def draw(self, context):
|
|
631
1089
|
"""
|
|
632
1090
|
|
|
633
|
-
:param self:
|
|
634
|
-
:type self:
|
|
635
1091
|
:param context:
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
def
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
def
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
def
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
def
|
|
656
|
-
|
|
1092
|
+
"""
|
|
1093
|
+
...
|
|
1094
|
+
|
|
1095
|
+
def driver_add(self):
|
|
1096
|
+
""" """
|
|
1097
|
+
...
|
|
1098
|
+
|
|
1099
|
+
def driver_remove(self):
|
|
1100
|
+
""" """
|
|
1101
|
+
...
|
|
1102
|
+
|
|
1103
|
+
def get(self):
|
|
1104
|
+
""" """
|
|
1105
|
+
...
|
|
1106
|
+
|
|
1107
|
+
def id_properties_clear(self):
|
|
1108
|
+
""" """
|
|
1109
|
+
...
|
|
1110
|
+
|
|
1111
|
+
def id_properties_ensure(self):
|
|
1112
|
+
""" """
|
|
1113
|
+
...
|
|
1114
|
+
|
|
1115
|
+
def id_properties_ui(self):
|
|
1116
|
+
""" """
|
|
1117
|
+
...
|
|
1118
|
+
|
|
1119
|
+
def is_extended(self):
|
|
1120
|
+
""" """
|
|
1121
|
+
...
|
|
1122
|
+
|
|
1123
|
+
def is_property_hidden(self):
|
|
1124
|
+
""" """
|
|
1125
|
+
...
|
|
1126
|
+
|
|
1127
|
+
def is_property_overridable_library(self):
|
|
1128
|
+
""" """
|
|
1129
|
+
...
|
|
1130
|
+
|
|
1131
|
+
def is_property_readonly(self):
|
|
1132
|
+
""" """
|
|
1133
|
+
...
|
|
1134
|
+
|
|
1135
|
+
def is_property_set(self):
|
|
1136
|
+
""" """
|
|
1137
|
+
...
|
|
1138
|
+
|
|
1139
|
+
def items(self):
|
|
1140
|
+
""" """
|
|
1141
|
+
...
|
|
1142
|
+
|
|
1143
|
+
def keyframe_delete(self):
|
|
1144
|
+
""" """
|
|
1145
|
+
...
|
|
1146
|
+
|
|
1147
|
+
def keyframe_insert(self):
|
|
1148
|
+
""" """
|
|
1149
|
+
...
|
|
1150
|
+
|
|
1151
|
+
def keys(self):
|
|
1152
|
+
""" """
|
|
1153
|
+
...
|
|
1154
|
+
|
|
1155
|
+
def path_from_id(self):
|
|
1156
|
+
""" """
|
|
1157
|
+
...
|
|
1158
|
+
|
|
1159
|
+
def path_resolve(self):
|
|
1160
|
+
""" """
|
|
1161
|
+
...
|
|
1162
|
+
|
|
657
1163
|
def poll(self, context):
|
|
658
1164
|
"""
|
|
659
1165
|
|
|
660
1166
|
:param context:
|
|
661
|
-
:type context:
|
|
662
1167
|
"""
|
|
663
1168
|
...
|
|
664
1169
|
|
|
665
|
-
def pop(self):
|
|
1170
|
+
def pop(self):
|
|
1171
|
+
""" """
|
|
1172
|
+
...
|
|
1173
|
+
|
|
666
1174
|
def prepend(self, draw_func):
|
|
667
1175
|
"""
|
|
668
1176
|
|
|
669
1177
|
:param draw_func:
|
|
670
|
-
:type draw_func:
|
|
671
1178
|
"""
|
|
672
1179
|
...
|
|
673
1180
|
|
|
674
|
-
def property_overridable_library_set(self):
|
|
675
|
-
|
|
1181
|
+
def property_overridable_library_set(self):
|
|
1182
|
+
""" """
|
|
1183
|
+
...
|
|
1184
|
+
|
|
1185
|
+
def property_unset(self):
|
|
1186
|
+
""" """
|
|
1187
|
+
...
|
|
1188
|
+
|
|
676
1189
|
def remove(self, draw_func):
|
|
677
1190
|
"""
|
|
678
1191
|
|
|
679
1192
|
:param draw_func:
|
|
680
|
-
:type draw_func:
|
|
681
1193
|
"""
|
|
682
1194
|
...
|
|
683
1195
|
|
|
684
|
-
def type_recast(self):
|
|
685
|
-
|
|
1196
|
+
def type_recast(self):
|
|
1197
|
+
""" """
|
|
1198
|
+
...
|
|
1199
|
+
|
|
1200
|
+
def values(self):
|
|
1201
|
+
""" """
|
|
1202
|
+
...
|
|
1203
|
+
|
|
1204
|
+
class MATERIAL_PT_gpencil_slots(bpy_types._GenericUI):
|
|
1205
|
+
""" """
|
|
686
1206
|
|
|
687
|
-
class MATERIAL_PT_gpencil_settings(
|
|
688
|
-
GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
689
|
-
):
|
|
690
1207
|
bl_context: typing.Any
|
|
1208
|
+
""" """
|
|
1209
|
+
|
|
691
1210
|
bl_label: typing.Any
|
|
1211
|
+
""" """
|
|
1212
|
+
|
|
692
1213
|
bl_options: typing.Any
|
|
1214
|
+
""" """
|
|
1215
|
+
|
|
693
1216
|
bl_region_type: typing.Any
|
|
1217
|
+
""" """
|
|
1218
|
+
|
|
694
1219
|
bl_rna: typing.Any
|
|
1220
|
+
""" """
|
|
1221
|
+
|
|
695
1222
|
bl_space_type: typing.Any
|
|
1223
|
+
""" """
|
|
1224
|
+
|
|
696
1225
|
id_data: typing.Any
|
|
1226
|
+
""" """
|
|
697
1227
|
|
|
698
1228
|
def append(self, draw_func):
|
|
699
1229
|
"""
|
|
700
1230
|
|
|
701
1231
|
:param draw_func:
|
|
702
|
-
:type draw_func:
|
|
703
1232
|
"""
|
|
704
1233
|
...
|
|
705
1234
|
|
|
706
|
-
def as_pointer(self):
|
|
707
|
-
|
|
708
|
-
|
|
1235
|
+
def as_pointer(self):
|
|
1236
|
+
""" """
|
|
1237
|
+
...
|
|
1238
|
+
|
|
1239
|
+
def bl_rna_get_subclass(self):
|
|
1240
|
+
""" """
|
|
1241
|
+
...
|
|
1242
|
+
|
|
1243
|
+
def bl_rna_get_subclass_py(self):
|
|
1244
|
+
""" """
|
|
1245
|
+
...
|
|
1246
|
+
|
|
709
1247
|
def draw(self, context):
|
|
710
1248
|
"""
|
|
711
1249
|
|
|
712
|
-
:param self:
|
|
713
|
-
:type self:
|
|
714
1250
|
:param context:
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
def
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
def
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
def
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
def
|
|
735
|
-
|
|
1251
|
+
"""
|
|
1252
|
+
...
|
|
1253
|
+
|
|
1254
|
+
def driver_add(self):
|
|
1255
|
+
""" """
|
|
1256
|
+
...
|
|
1257
|
+
|
|
1258
|
+
def driver_remove(self):
|
|
1259
|
+
""" """
|
|
1260
|
+
...
|
|
1261
|
+
|
|
1262
|
+
def get(self):
|
|
1263
|
+
""" """
|
|
1264
|
+
...
|
|
1265
|
+
|
|
1266
|
+
def id_properties_clear(self):
|
|
1267
|
+
""" """
|
|
1268
|
+
...
|
|
1269
|
+
|
|
1270
|
+
def id_properties_ensure(self):
|
|
1271
|
+
""" """
|
|
1272
|
+
...
|
|
1273
|
+
|
|
1274
|
+
def id_properties_ui(self):
|
|
1275
|
+
""" """
|
|
1276
|
+
...
|
|
1277
|
+
|
|
1278
|
+
def is_extended(self):
|
|
1279
|
+
""" """
|
|
1280
|
+
...
|
|
1281
|
+
|
|
1282
|
+
def is_property_hidden(self):
|
|
1283
|
+
""" """
|
|
1284
|
+
...
|
|
1285
|
+
|
|
1286
|
+
def is_property_overridable_library(self):
|
|
1287
|
+
""" """
|
|
1288
|
+
...
|
|
1289
|
+
|
|
1290
|
+
def is_property_readonly(self):
|
|
1291
|
+
""" """
|
|
1292
|
+
...
|
|
1293
|
+
|
|
1294
|
+
def is_property_set(self):
|
|
1295
|
+
""" """
|
|
1296
|
+
...
|
|
1297
|
+
|
|
1298
|
+
def items(self):
|
|
1299
|
+
""" """
|
|
1300
|
+
...
|
|
1301
|
+
|
|
1302
|
+
def keyframe_delete(self):
|
|
1303
|
+
""" """
|
|
1304
|
+
...
|
|
1305
|
+
|
|
1306
|
+
def keyframe_insert(self):
|
|
1307
|
+
""" """
|
|
1308
|
+
...
|
|
1309
|
+
|
|
1310
|
+
def keys(self):
|
|
1311
|
+
""" """
|
|
1312
|
+
...
|
|
1313
|
+
|
|
1314
|
+
def path_from_id(self):
|
|
1315
|
+
""" """
|
|
1316
|
+
...
|
|
1317
|
+
|
|
1318
|
+
def path_resolve(self):
|
|
1319
|
+
""" """
|
|
1320
|
+
...
|
|
1321
|
+
|
|
736
1322
|
def poll(self, context):
|
|
737
1323
|
"""
|
|
738
1324
|
|
|
739
1325
|
:param context:
|
|
740
|
-
:type context:
|
|
741
1326
|
"""
|
|
742
1327
|
...
|
|
743
1328
|
|
|
744
|
-
def pop(self):
|
|
1329
|
+
def pop(self):
|
|
1330
|
+
""" """
|
|
1331
|
+
...
|
|
1332
|
+
|
|
745
1333
|
def prepend(self, draw_func):
|
|
746
1334
|
"""
|
|
747
1335
|
|
|
748
1336
|
:param draw_func:
|
|
749
|
-
:type draw_func:
|
|
750
1337
|
"""
|
|
751
1338
|
...
|
|
752
1339
|
|
|
753
|
-
def property_overridable_library_set(self):
|
|
754
|
-
|
|
1340
|
+
def property_overridable_library_set(self):
|
|
1341
|
+
""" """
|
|
1342
|
+
...
|
|
1343
|
+
|
|
1344
|
+
def property_unset(self):
|
|
1345
|
+
""" """
|
|
1346
|
+
...
|
|
1347
|
+
|
|
755
1348
|
def remove(self, draw_func):
|
|
756
1349
|
"""
|
|
757
1350
|
|
|
758
1351
|
:param draw_func:
|
|
759
|
-
:type draw_func:
|
|
760
1352
|
"""
|
|
761
1353
|
...
|
|
762
1354
|
|
|
763
|
-
def type_recast(self):
|
|
764
|
-
|
|
1355
|
+
def type_recast(self):
|
|
1356
|
+
""" """
|
|
1357
|
+
...
|
|
1358
|
+
|
|
1359
|
+
def values(self):
|
|
1360
|
+
""" """
|
|
1361
|
+
...
|
|
1362
|
+
|
|
1363
|
+
class MATERIAL_PT_gpencil_strokecolor(bpy_types._GenericUI):
|
|
1364
|
+
""" """
|
|
765
1365
|
|
|
766
|
-
class MATERIAL_PT_gpencil_strokecolor(
|
|
767
|
-
GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
768
|
-
):
|
|
769
1366
|
bl_context: typing.Any
|
|
1367
|
+
""" """
|
|
1368
|
+
|
|
770
1369
|
bl_label: typing.Any
|
|
1370
|
+
""" """
|
|
1371
|
+
|
|
771
1372
|
bl_parent_id: typing.Any
|
|
1373
|
+
""" """
|
|
1374
|
+
|
|
772
1375
|
bl_region_type: typing.Any
|
|
1376
|
+
""" """
|
|
1377
|
+
|
|
773
1378
|
bl_rna: typing.Any
|
|
1379
|
+
""" """
|
|
1380
|
+
|
|
774
1381
|
bl_space_type: typing.Any
|
|
1382
|
+
""" """
|
|
1383
|
+
|
|
775
1384
|
id_data: typing.Any
|
|
1385
|
+
""" """
|
|
776
1386
|
|
|
777
1387
|
def append(self, draw_func):
|
|
778
1388
|
"""
|
|
779
1389
|
|
|
780
1390
|
:param draw_func:
|
|
781
|
-
:type draw_func:
|
|
782
1391
|
"""
|
|
783
1392
|
...
|
|
784
1393
|
|
|
785
|
-
def as_pointer(self):
|
|
786
|
-
|
|
787
|
-
|
|
1394
|
+
def as_pointer(self):
|
|
1395
|
+
""" """
|
|
1396
|
+
...
|
|
1397
|
+
|
|
1398
|
+
def bl_rna_get_subclass(self):
|
|
1399
|
+
""" """
|
|
1400
|
+
...
|
|
1401
|
+
|
|
1402
|
+
def bl_rna_get_subclass_py(self):
|
|
1403
|
+
""" """
|
|
1404
|
+
...
|
|
1405
|
+
|
|
788
1406
|
def draw(self, context):
|
|
789
1407
|
"""
|
|
790
1408
|
|
|
791
|
-
:param self:
|
|
792
|
-
:type self:
|
|
793
1409
|
:param context:
|
|
794
|
-
:type context:
|
|
795
1410
|
"""
|
|
796
1411
|
...
|
|
797
1412
|
|
|
798
1413
|
def draw_header(self, context):
|
|
799
1414
|
"""
|
|
800
1415
|
|
|
801
|
-
:param self:
|
|
802
|
-
:type self:
|
|
803
1416
|
:param context:
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
def
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
def
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
def
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
def
|
|
824
|
-
|
|
1417
|
+
"""
|
|
1418
|
+
...
|
|
1419
|
+
|
|
1420
|
+
def driver_add(self):
|
|
1421
|
+
""" """
|
|
1422
|
+
...
|
|
1423
|
+
|
|
1424
|
+
def driver_remove(self):
|
|
1425
|
+
""" """
|
|
1426
|
+
...
|
|
1427
|
+
|
|
1428
|
+
def get(self):
|
|
1429
|
+
""" """
|
|
1430
|
+
...
|
|
1431
|
+
|
|
1432
|
+
def id_properties_clear(self):
|
|
1433
|
+
""" """
|
|
1434
|
+
...
|
|
1435
|
+
|
|
1436
|
+
def id_properties_ensure(self):
|
|
1437
|
+
""" """
|
|
1438
|
+
...
|
|
1439
|
+
|
|
1440
|
+
def id_properties_ui(self):
|
|
1441
|
+
""" """
|
|
1442
|
+
...
|
|
1443
|
+
|
|
1444
|
+
def is_extended(self):
|
|
1445
|
+
""" """
|
|
1446
|
+
...
|
|
1447
|
+
|
|
1448
|
+
def is_property_hidden(self):
|
|
1449
|
+
""" """
|
|
1450
|
+
...
|
|
1451
|
+
|
|
1452
|
+
def is_property_overridable_library(self):
|
|
1453
|
+
""" """
|
|
1454
|
+
...
|
|
1455
|
+
|
|
1456
|
+
def is_property_readonly(self):
|
|
1457
|
+
""" """
|
|
1458
|
+
...
|
|
1459
|
+
|
|
1460
|
+
def is_property_set(self):
|
|
1461
|
+
""" """
|
|
1462
|
+
...
|
|
1463
|
+
|
|
1464
|
+
def items(self):
|
|
1465
|
+
""" """
|
|
1466
|
+
...
|
|
1467
|
+
|
|
1468
|
+
def keyframe_delete(self):
|
|
1469
|
+
""" """
|
|
1470
|
+
...
|
|
1471
|
+
|
|
1472
|
+
def keyframe_insert(self):
|
|
1473
|
+
""" """
|
|
1474
|
+
...
|
|
1475
|
+
|
|
1476
|
+
def keys(self):
|
|
1477
|
+
""" """
|
|
1478
|
+
...
|
|
1479
|
+
|
|
1480
|
+
def path_from_id(self):
|
|
1481
|
+
""" """
|
|
1482
|
+
...
|
|
1483
|
+
|
|
1484
|
+
def path_resolve(self):
|
|
1485
|
+
""" """
|
|
1486
|
+
...
|
|
1487
|
+
|
|
825
1488
|
def poll(self, context):
|
|
826
1489
|
"""
|
|
827
1490
|
|
|
828
1491
|
:param context:
|
|
829
|
-
:type context:
|
|
830
1492
|
"""
|
|
831
1493
|
...
|
|
832
1494
|
|
|
833
|
-
def pop(self):
|
|
1495
|
+
def pop(self):
|
|
1496
|
+
""" """
|
|
1497
|
+
...
|
|
1498
|
+
|
|
834
1499
|
def prepend(self, draw_func):
|
|
835
1500
|
"""
|
|
836
1501
|
|
|
837
1502
|
:param draw_func:
|
|
838
|
-
:type draw_func:
|
|
839
1503
|
"""
|
|
840
1504
|
...
|
|
841
1505
|
|
|
842
|
-
def property_overridable_library_set(self):
|
|
843
|
-
|
|
1506
|
+
def property_overridable_library_set(self):
|
|
1507
|
+
""" """
|
|
1508
|
+
...
|
|
1509
|
+
|
|
1510
|
+
def property_unset(self):
|
|
1511
|
+
""" """
|
|
1512
|
+
...
|
|
1513
|
+
|
|
844
1514
|
def remove(self, draw_func):
|
|
845
1515
|
"""
|
|
846
1516
|
|
|
847
1517
|
:param draw_func:
|
|
848
|
-
:type draw_func:
|
|
849
1518
|
"""
|
|
850
1519
|
...
|
|
851
1520
|
|
|
852
|
-
def type_recast(self):
|
|
853
|
-
|
|
1521
|
+
def type_recast(self):
|
|
1522
|
+
""" """
|
|
1523
|
+
...
|
|
1524
|
+
|
|
1525
|
+
def values(self):
|
|
1526
|
+
""" """
|
|
1527
|
+
...
|
|
1528
|
+
|
|
1529
|
+
class MATERIAL_PT_gpencil_surface(bpy_types._GenericUI):
|
|
1530
|
+
""" """
|
|
854
1531
|
|
|
855
|
-
class MATERIAL_PT_gpencil_surface(
|
|
856
|
-
GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
857
|
-
):
|
|
858
1532
|
bl_context: typing.Any
|
|
1533
|
+
""" """
|
|
1534
|
+
|
|
859
1535
|
bl_label: typing.Any
|
|
1536
|
+
""" """
|
|
1537
|
+
|
|
860
1538
|
bl_region_type: typing.Any
|
|
1539
|
+
""" """
|
|
1540
|
+
|
|
861
1541
|
bl_rna: typing.Any
|
|
1542
|
+
""" """
|
|
1543
|
+
|
|
862
1544
|
bl_space_type: typing.Any
|
|
1545
|
+
""" """
|
|
1546
|
+
|
|
863
1547
|
id_data: typing.Any
|
|
1548
|
+
""" """
|
|
864
1549
|
|
|
865
1550
|
def append(self, draw_func):
|
|
866
1551
|
"""
|
|
867
1552
|
|
|
868
1553
|
:param draw_func:
|
|
869
|
-
:type draw_func:
|
|
870
1554
|
"""
|
|
871
1555
|
...
|
|
872
1556
|
|
|
873
|
-
def as_pointer(self):
|
|
874
|
-
|
|
875
|
-
|
|
1557
|
+
def as_pointer(self):
|
|
1558
|
+
""" """
|
|
1559
|
+
...
|
|
1560
|
+
|
|
1561
|
+
def bl_rna_get_subclass(self):
|
|
1562
|
+
""" """
|
|
1563
|
+
...
|
|
1564
|
+
|
|
1565
|
+
def bl_rna_get_subclass_py(self):
|
|
1566
|
+
""" """
|
|
1567
|
+
...
|
|
1568
|
+
|
|
876
1569
|
def draw(self, _context):
|
|
877
1570
|
"""
|
|
878
1571
|
|
|
879
|
-
:param self:
|
|
880
|
-
:type self:
|
|
881
1572
|
:param _context:
|
|
882
|
-
:type _context:
|
|
883
1573
|
"""
|
|
884
1574
|
...
|
|
885
1575
|
|
|
886
1576
|
def draw_header_preset(self, _context):
|
|
887
1577
|
"""
|
|
888
1578
|
|
|
889
|
-
:param self:
|
|
890
|
-
:type self:
|
|
891
1579
|
:param _context:
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
def
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
def
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
def
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
def
|
|
912
|
-
|
|
1580
|
+
"""
|
|
1581
|
+
...
|
|
1582
|
+
|
|
1583
|
+
def driver_add(self):
|
|
1584
|
+
""" """
|
|
1585
|
+
...
|
|
1586
|
+
|
|
1587
|
+
def driver_remove(self):
|
|
1588
|
+
""" """
|
|
1589
|
+
...
|
|
1590
|
+
|
|
1591
|
+
def get(self):
|
|
1592
|
+
""" """
|
|
1593
|
+
...
|
|
1594
|
+
|
|
1595
|
+
def id_properties_clear(self):
|
|
1596
|
+
""" """
|
|
1597
|
+
...
|
|
1598
|
+
|
|
1599
|
+
def id_properties_ensure(self):
|
|
1600
|
+
""" """
|
|
1601
|
+
...
|
|
1602
|
+
|
|
1603
|
+
def id_properties_ui(self):
|
|
1604
|
+
""" """
|
|
1605
|
+
...
|
|
1606
|
+
|
|
1607
|
+
def is_extended(self):
|
|
1608
|
+
""" """
|
|
1609
|
+
...
|
|
1610
|
+
|
|
1611
|
+
def is_property_hidden(self):
|
|
1612
|
+
""" """
|
|
1613
|
+
...
|
|
1614
|
+
|
|
1615
|
+
def is_property_overridable_library(self):
|
|
1616
|
+
""" """
|
|
1617
|
+
...
|
|
1618
|
+
|
|
1619
|
+
def is_property_readonly(self):
|
|
1620
|
+
""" """
|
|
1621
|
+
...
|
|
1622
|
+
|
|
1623
|
+
def is_property_set(self):
|
|
1624
|
+
""" """
|
|
1625
|
+
...
|
|
1626
|
+
|
|
1627
|
+
def items(self):
|
|
1628
|
+
""" """
|
|
1629
|
+
...
|
|
1630
|
+
|
|
1631
|
+
def keyframe_delete(self):
|
|
1632
|
+
""" """
|
|
1633
|
+
...
|
|
1634
|
+
|
|
1635
|
+
def keyframe_insert(self):
|
|
1636
|
+
""" """
|
|
1637
|
+
...
|
|
1638
|
+
|
|
1639
|
+
def keys(self):
|
|
1640
|
+
""" """
|
|
1641
|
+
...
|
|
1642
|
+
|
|
1643
|
+
def path_from_id(self):
|
|
1644
|
+
""" """
|
|
1645
|
+
...
|
|
1646
|
+
|
|
1647
|
+
def path_resolve(self):
|
|
1648
|
+
""" """
|
|
1649
|
+
...
|
|
1650
|
+
|
|
913
1651
|
def poll(self, context):
|
|
914
1652
|
"""
|
|
915
1653
|
|
|
916
1654
|
:param context:
|
|
917
|
-
:type context:
|
|
918
1655
|
"""
|
|
919
1656
|
...
|
|
920
1657
|
|
|
921
|
-
def pop(self):
|
|
1658
|
+
def pop(self):
|
|
1659
|
+
""" """
|
|
1660
|
+
...
|
|
1661
|
+
|
|
922
1662
|
def prepend(self, draw_func):
|
|
923
1663
|
"""
|
|
924
1664
|
|
|
925
1665
|
:param draw_func:
|
|
926
|
-
:type draw_func:
|
|
927
1666
|
"""
|
|
928
1667
|
...
|
|
929
1668
|
|
|
930
|
-
def property_overridable_library_set(self):
|
|
931
|
-
|
|
1669
|
+
def property_overridable_library_set(self):
|
|
1670
|
+
""" """
|
|
1671
|
+
...
|
|
1672
|
+
|
|
1673
|
+
def property_unset(self):
|
|
1674
|
+
""" """
|
|
1675
|
+
...
|
|
1676
|
+
|
|
932
1677
|
def remove(self, draw_func):
|
|
933
1678
|
"""
|
|
934
1679
|
|
|
935
1680
|
:param draw_func:
|
|
936
|
-
:type draw_func:
|
|
937
1681
|
"""
|
|
938
1682
|
...
|
|
939
1683
|
|
|
940
|
-
def type_recast(self):
|
|
941
|
-
|
|
1684
|
+
def type_recast(self):
|
|
1685
|
+
""" """
|
|
1686
|
+
...
|
|
1687
|
+
|
|
1688
|
+
def values(self):
|
|
1689
|
+
""" """
|
|
1690
|
+
...
|