fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -1,46 +1,2573 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy_types
|
|
4
|
-
import rna_prop_ui
|
|
5
|
-
import bl_ui.properties_grease_pencil_common
|
|
6
3
|
|
|
7
4
|
GenericType = typing.TypeVar("GenericType")
|
|
8
5
|
|
|
6
|
+
class DATA_PT_context_gpencil(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
|
+
bl_context: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
12
|
+
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
15
|
+
bl_options: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
|
+
bl_region_type: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
21
|
+
bl_rna: typing.Any
|
|
22
|
+
""" """
|
|
23
|
+
|
|
24
|
+
bl_space_type: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
27
|
+
id_data: typing.Any
|
|
28
|
+
""" """
|
|
29
|
+
|
|
30
|
+
def append(self, draw_func):
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
:param draw_func:
|
|
34
|
+
"""
|
|
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
|
+
|
|
49
|
+
def draw(self, context):
|
|
50
|
+
"""
|
|
51
|
+
|
|
52
|
+
:param context:
|
|
53
|
+
"""
|
|
54
|
+
...
|
|
55
|
+
|
|
56
|
+
def driver_add(self):
|
|
57
|
+
""" """
|
|
58
|
+
...
|
|
59
|
+
|
|
60
|
+
def driver_remove(self):
|
|
61
|
+
""" """
|
|
62
|
+
...
|
|
63
|
+
|
|
64
|
+
def get(self):
|
|
65
|
+
""" """
|
|
66
|
+
...
|
|
67
|
+
|
|
68
|
+
def id_properties_clear(self):
|
|
69
|
+
""" """
|
|
70
|
+
...
|
|
71
|
+
|
|
72
|
+
def id_properties_ensure(self):
|
|
73
|
+
""" """
|
|
74
|
+
...
|
|
75
|
+
|
|
76
|
+
def id_properties_ui(self):
|
|
77
|
+
""" """
|
|
78
|
+
...
|
|
79
|
+
|
|
80
|
+
def is_extended(self):
|
|
81
|
+
""" """
|
|
82
|
+
...
|
|
83
|
+
|
|
84
|
+
def is_property_hidden(self):
|
|
85
|
+
""" """
|
|
86
|
+
...
|
|
87
|
+
|
|
88
|
+
def is_property_overridable_library(self):
|
|
89
|
+
""" """
|
|
90
|
+
...
|
|
91
|
+
|
|
92
|
+
def is_property_readonly(self):
|
|
93
|
+
""" """
|
|
94
|
+
...
|
|
95
|
+
|
|
96
|
+
def is_property_set(self):
|
|
97
|
+
""" """
|
|
98
|
+
...
|
|
99
|
+
|
|
100
|
+
def items(self):
|
|
101
|
+
""" """
|
|
102
|
+
...
|
|
103
|
+
|
|
104
|
+
def keyframe_delete(self):
|
|
105
|
+
""" """
|
|
106
|
+
...
|
|
107
|
+
|
|
108
|
+
def keyframe_insert(self):
|
|
109
|
+
""" """
|
|
110
|
+
...
|
|
111
|
+
|
|
112
|
+
def keys(self):
|
|
113
|
+
""" """
|
|
114
|
+
...
|
|
115
|
+
|
|
116
|
+
def path_from_id(self):
|
|
117
|
+
""" """
|
|
118
|
+
...
|
|
119
|
+
|
|
120
|
+
def path_resolve(self):
|
|
121
|
+
""" """
|
|
122
|
+
...
|
|
123
|
+
|
|
124
|
+
def poll(self, context):
|
|
125
|
+
"""
|
|
126
|
+
|
|
127
|
+
:param context:
|
|
128
|
+
"""
|
|
129
|
+
...
|
|
130
|
+
|
|
131
|
+
def pop(self):
|
|
132
|
+
""" """
|
|
133
|
+
...
|
|
134
|
+
|
|
135
|
+
def prepend(self, draw_func):
|
|
136
|
+
"""
|
|
137
|
+
|
|
138
|
+
:param draw_func:
|
|
139
|
+
"""
|
|
140
|
+
...
|
|
141
|
+
|
|
142
|
+
def property_overridable_library_set(self):
|
|
143
|
+
""" """
|
|
144
|
+
...
|
|
145
|
+
|
|
146
|
+
def property_unset(self):
|
|
147
|
+
""" """
|
|
148
|
+
...
|
|
149
|
+
|
|
150
|
+
def remove(self, draw_func):
|
|
151
|
+
"""
|
|
152
|
+
|
|
153
|
+
:param draw_func:
|
|
154
|
+
"""
|
|
155
|
+
...
|
|
156
|
+
|
|
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
|
+
""" """
|
|
182
|
+
|
|
183
|
+
bl_rna: typing.Any
|
|
184
|
+
""" """
|
|
185
|
+
|
|
186
|
+
bl_space_type: typing.Any
|
|
187
|
+
""" """
|
|
188
|
+
|
|
189
|
+
id_data: typing.Any
|
|
190
|
+
""" """
|
|
191
|
+
|
|
192
|
+
def append(self, draw_func):
|
|
193
|
+
"""
|
|
194
|
+
|
|
195
|
+
:param draw_func:
|
|
196
|
+
"""
|
|
197
|
+
...
|
|
198
|
+
|
|
199
|
+
def as_pointer(self):
|
|
200
|
+
""" """
|
|
201
|
+
...
|
|
202
|
+
|
|
203
|
+
def bl_rna_get_subclass(self):
|
|
204
|
+
""" """
|
|
205
|
+
...
|
|
206
|
+
|
|
207
|
+
def bl_rna_get_subclass_py(self):
|
|
208
|
+
""" """
|
|
209
|
+
...
|
|
210
|
+
|
|
211
|
+
def draw(self, context):
|
|
212
|
+
"""
|
|
213
|
+
|
|
214
|
+
:param context:
|
|
215
|
+
"""
|
|
216
|
+
...
|
|
217
|
+
|
|
218
|
+
def driver_add(self):
|
|
219
|
+
""" """
|
|
220
|
+
...
|
|
221
|
+
|
|
222
|
+
def driver_remove(self):
|
|
223
|
+
""" """
|
|
224
|
+
...
|
|
225
|
+
|
|
226
|
+
def get(self):
|
|
227
|
+
""" """
|
|
228
|
+
...
|
|
229
|
+
|
|
230
|
+
def id_properties_clear(self):
|
|
231
|
+
""" """
|
|
232
|
+
...
|
|
233
|
+
|
|
234
|
+
def id_properties_ensure(self):
|
|
235
|
+
""" """
|
|
236
|
+
...
|
|
237
|
+
|
|
238
|
+
def id_properties_ui(self):
|
|
239
|
+
""" """
|
|
240
|
+
...
|
|
241
|
+
|
|
242
|
+
def is_extended(self):
|
|
243
|
+
""" """
|
|
244
|
+
...
|
|
245
|
+
|
|
246
|
+
def is_property_hidden(self):
|
|
247
|
+
""" """
|
|
248
|
+
...
|
|
249
|
+
|
|
250
|
+
def is_property_overridable_library(self):
|
|
251
|
+
""" """
|
|
252
|
+
...
|
|
253
|
+
|
|
254
|
+
def is_property_readonly(self):
|
|
255
|
+
""" """
|
|
256
|
+
...
|
|
257
|
+
|
|
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
|
+
...
|
|
285
|
+
|
|
286
|
+
def poll(self, context):
|
|
287
|
+
"""
|
|
288
|
+
|
|
289
|
+
:param context:
|
|
290
|
+
"""
|
|
291
|
+
...
|
|
292
|
+
|
|
293
|
+
def pop(self):
|
|
294
|
+
""" """
|
|
295
|
+
...
|
|
296
|
+
|
|
297
|
+
def prepend(self, draw_func):
|
|
298
|
+
"""
|
|
299
|
+
|
|
300
|
+
:param draw_func:
|
|
301
|
+
"""
|
|
302
|
+
...
|
|
303
|
+
|
|
304
|
+
def property_overridable_library_set(self):
|
|
305
|
+
""" """
|
|
306
|
+
...
|
|
307
|
+
|
|
308
|
+
def property_unset(self):
|
|
309
|
+
""" """
|
|
310
|
+
...
|
|
311
|
+
|
|
312
|
+
def remove(self, draw_func):
|
|
313
|
+
"""
|
|
314
|
+
|
|
315
|
+
:param draw_func:
|
|
316
|
+
"""
|
|
317
|
+
...
|
|
318
|
+
|
|
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
|
+
""" """
|
|
329
|
+
|
|
330
|
+
bl_context: typing.Any
|
|
331
|
+
""" """
|
|
332
|
+
|
|
333
|
+
bl_label: typing.Any
|
|
334
|
+
""" """
|
|
335
|
+
|
|
336
|
+
bl_options: typing.Any
|
|
337
|
+
""" """
|
|
338
|
+
|
|
339
|
+
bl_parent_id: typing.Any
|
|
340
|
+
""" """
|
|
341
|
+
|
|
342
|
+
bl_region_type: typing.Any
|
|
343
|
+
""" """
|
|
344
|
+
|
|
345
|
+
bl_rna: typing.Any
|
|
346
|
+
""" """
|
|
347
|
+
|
|
348
|
+
bl_space_type: typing.Any
|
|
349
|
+
""" """
|
|
350
|
+
|
|
351
|
+
id_data: typing.Any
|
|
352
|
+
""" """
|
|
353
|
+
|
|
354
|
+
def append(self, draw_func):
|
|
355
|
+
"""
|
|
356
|
+
|
|
357
|
+
:param draw_func:
|
|
358
|
+
"""
|
|
359
|
+
...
|
|
360
|
+
|
|
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
|
+
|
|
373
|
+
def draw(self, context):
|
|
374
|
+
"""
|
|
375
|
+
|
|
376
|
+
:param context:
|
|
377
|
+
"""
|
|
378
|
+
...
|
|
379
|
+
|
|
380
|
+
def driver_add(self):
|
|
381
|
+
""" """
|
|
382
|
+
...
|
|
383
|
+
|
|
384
|
+
def driver_remove(self):
|
|
385
|
+
""" """
|
|
386
|
+
...
|
|
387
|
+
|
|
388
|
+
def get(self):
|
|
389
|
+
""" """
|
|
390
|
+
...
|
|
391
|
+
|
|
392
|
+
def id_properties_clear(self):
|
|
393
|
+
""" """
|
|
394
|
+
...
|
|
395
|
+
|
|
396
|
+
def id_properties_ensure(self):
|
|
397
|
+
""" """
|
|
398
|
+
...
|
|
399
|
+
|
|
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
|
+
""" """
|
|
1969
|
+
|
|
1970
|
+
bl_region_type: typing.Any
|
|
1971
|
+
""" """
|
|
1972
|
+
|
|
1973
|
+
bl_rna: typing.Any
|
|
1974
|
+
""" """
|
|
1975
|
+
|
|
1976
|
+
bl_space_type: typing.Any
|
|
1977
|
+
""" """
|
|
1978
|
+
|
|
1979
|
+
id_data: typing.Any
|
|
1980
|
+
""" """
|
|
1981
|
+
|
|
1982
|
+
def append(self, draw_func):
|
|
1983
|
+
"""
|
|
1984
|
+
|
|
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
|
+
""" """
|
|
2066
|
+
...
|
|
2067
|
+
|
|
2068
|
+
def path_from_id(self):
|
|
2069
|
+
""" """
|
|
2070
|
+
...
|
|
2071
|
+
|
|
2072
|
+
def path_resolve(self):
|
|
2073
|
+
""" """
|
|
2074
|
+
...
|
|
2075
|
+
|
|
2076
|
+
def poll(self, context):
|
|
2077
|
+
"""
|
|
2078
|
+
|
|
2079
|
+
:param context:
|
|
2080
|
+
"""
|
|
2081
|
+
...
|
|
2082
|
+
|
|
2083
|
+
def pop(self):
|
|
2084
|
+
""" """
|
|
2085
|
+
...
|
|
2086
|
+
|
|
2087
|
+
def prepend(self, draw_func):
|
|
2088
|
+
"""
|
|
2089
|
+
|
|
2090
|
+
:param draw_func:
|
|
2091
|
+
"""
|
|
2092
|
+
...
|
|
2093
|
+
|
|
2094
|
+
def property_overridable_library_set(self):
|
|
2095
|
+
""" """
|
|
2096
|
+
...
|
|
2097
|
+
|
|
2098
|
+
def property_unset(self):
|
|
2099
|
+
""" """
|
|
2100
|
+
...
|
|
2101
|
+
|
|
2102
|
+
def remove(self, draw_func):
|
|
2103
|
+
"""
|
|
2104
|
+
|
|
2105
|
+
:param draw_func:
|
|
2106
|
+
"""
|
|
2107
|
+
...
|
|
2108
|
+
|
|
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
|
+
""" """
|
|
2119
|
+
|
|
2120
|
+
bl_context: typing.Any
|
|
2121
|
+
""" """
|
|
2122
|
+
|
|
2123
|
+
bl_label: typing.Any
|
|
2124
|
+
""" """
|
|
2125
|
+
|
|
2126
|
+
bl_options: typing.Any
|
|
2127
|
+
""" """
|
|
2128
|
+
|
|
2129
|
+
bl_region_type: typing.Any
|
|
2130
|
+
""" """
|
|
2131
|
+
|
|
2132
|
+
bl_rna: typing.Any
|
|
2133
|
+
""" """
|
|
2134
|
+
|
|
2135
|
+
bl_space_type: typing.Any
|
|
2136
|
+
""" """
|
|
2137
|
+
|
|
2138
|
+
id_data: typing.Any
|
|
2139
|
+
""" """
|
|
2140
|
+
|
|
2141
|
+
def append(self, draw_func):
|
|
2142
|
+
"""
|
|
2143
|
+
|
|
2144
|
+
:param draw_func:
|
|
2145
|
+
"""
|
|
2146
|
+
...
|
|
2147
|
+
|
|
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
|
+
|
|
2160
|
+
def draw(self, context):
|
|
2161
|
+
"""
|
|
2162
|
+
|
|
2163
|
+
:param context:
|
|
2164
|
+
"""
|
|
2165
|
+
...
|
|
2166
|
+
|
|
2167
|
+
def driver_add(self):
|
|
2168
|
+
""" """
|
|
2169
|
+
...
|
|
2170
|
+
|
|
2171
|
+
def driver_remove(self):
|
|
2172
|
+
""" """
|
|
2173
|
+
...
|
|
2174
|
+
|
|
2175
|
+
def get(self):
|
|
2176
|
+
""" """
|
|
2177
|
+
...
|
|
2178
|
+
|
|
2179
|
+
def id_properties_clear(self):
|
|
2180
|
+
""" """
|
|
2181
|
+
...
|
|
2182
|
+
|
|
2183
|
+
def id_properties_ensure(self):
|
|
2184
|
+
""" """
|
|
2185
|
+
...
|
|
2186
|
+
|
|
2187
|
+
def id_properties_ui(self):
|
|
2188
|
+
""" """
|
|
2189
|
+
...
|
|
2190
|
+
|
|
2191
|
+
def is_extended(self):
|
|
2192
|
+
""" """
|
|
2193
|
+
...
|
|
2194
|
+
|
|
2195
|
+
def is_property_hidden(self):
|
|
2196
|
+
""" """
|
|
2197
|
+
...
|
|
2198
|
+
|
|
2199
|
+
def is_property_overridable_library(self):
|
|
2200
|
+
""" """
|
|
2201
|
+
...
|
|
2202
|
+
|
|
2203
|
+
def is_property_readonly(self):
|
|
2204
|
+
""" """
|
|
2205
|
+
...
|
|
2206
|
+
|
|
2207
|
+
def is_property_set(self):
|
|
2208
|
+
""" """
|
|
2209
|
+
...
|
|
2210
|
+
|
|
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
|
+
...
|
|
2234
|
+
|
|
2235
|
+
def poll(self, context):
|
|
2236
|
+
"""
|
|
2237
|
+
|
|
2238
|
+
:param context:
|
|
2239
|
+
"""
|
|
2240
|
+
...
|
|
2241
|
+
|
|
2242
|
+
def pop(self):
|
|
2243
|
+
""" """
|
|
2244
|
+
...
|
|
2245
|
+
|
|
2246
|
+
def prepend(self, draw_func):
|
|
2247
|
+
"""
|
|
2248
|
+
|
|
2249
|
+
:param draw_func:
|
|
2250
|
+
"""
|
|
2251
|
+
...
|
|
2252
|
+
|
|
2253
|
+
def property_overridable_library_set(self):
|
|
2254
|
+
""" """
|
|
2255
|
+
...
|
|
2256
|
+
|
|
2257
|
+
def property_unset(self):
|
|
2258
|
+
""" """
|
|
2259
|
+
...
|
|
2260
|
+
|
|
2261
|
+
def remove(self, draw_func):
|
|
2262
|
+
"""
|
|
2263
|
+
|
|
2264
|
+
:param draw_func:
|
|
2265
|
+
"""
|
|
2266
|
+
...
|
|
2267
|
+
|
|
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
|
+
""" """
|
|
2278
|
+
|
|
2279
|
+
bl_context: typing.Any
|
|
2280
|
+
""" """
|
|
2281
|
+
|
|
2282
|
+
bl_label: typing.Any
|
|
2283
|
+
""" """
|
|
2284
|
+
|
|
2285
|
+
bl_options: typing.Any
|
|
2286
|
+
""" """
|
|
2287
|
+
|
|
2288
|
+
bl_region_type: typing.Any
|
|
2289
|
+
""" """
|
|
2290
|
+
|
|
2291
|
+
bl_rna: typing.Any
|
|
2292
|
+
""" """
|
|
2293
|
+
|
|
2294
|
+
bl_space_type: typing.Any
|
|
2295
|
+
""" """
|
|
2296
|
+
|
|
2297
|
+
id_data: typing.Any
|
|
2298
|
+
""" """
|
|
2299
|
+
|
|
2300
|
+
def append(self, draw_func):
|
|
2301
|
+
"""
|
|
2302
|
+
|
|
2303
|
+
:param draw_func:
|
|
2304
|
+
"""
|
|
2305
|
+
...
|
|
2306
|
+
|
|
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
|
+
|
|
2319
|
+
def draw(self, context):
|
|
2320
|
+
"""
|
|
2321
|
+
|
|
2322
|
+
:param context:
|
|
2323
|
+
"""
|
|
2324
|
+
...
|
|
2325
|
+
|
|
2326
|
+
def driver_add(self):
|
|
2327
|
+
""" """
|
|
2328
|
+
...
|
|
2329
|
+
|
|
2330
|
+
def driver_remove(self):
|
|
2331
|
+
""" """
|
|
2332
|
+
...
|
|
2333
|
+
|
|
2334
|
+
def get(self):
|
|
2335
|
+
""" """
|
|
2336
|
+
...
|
|
2337
|
+
|
|
2338
|
+
def id_properties_clear(self):
|
|
2339
|
+
""" """
|
|
2340
|
+
...
|
|
2341
|
+
|
|
2342
|
+
def id_properties_ensure(self):
|
|
2343
|
+
""" """
|
|
2344
|
+
...
|
|
2345
|
+
|
|
2346
|
+
def id_properties_ui(self):
|
|
2347
|
+
""" """
|
|
2348
|
+
...
|
|
2349
|
+
|
|
2350
|
+
def is_extended(self):
|
|
2351
|
+
""" """
|
|
2352
|
+
...
|
|
2353
|
+
|
|
2354
|
+
def is_property_hidden(self):
|
|
2355
|
+
""" """
|
|
2356
|
+
...
|
|
2357
|
+
|
|
2358
|
+
def is_property_overridable_library(self):
|
|
2359
|
+
""" """
|
|
2360
|
+
...
|
|
2361
|
+
|
|
2362
|
+
def is_property_readonly(self):
|
|
2363
|
+
""" """
|
|
2364
|
+
...
|
|
2365
|
+
|
|
2366
|
+
def is_property_set(self):
|
|
2367
|
+
""" """
|
|
2368
|
+
...
|
|
2369
|
+
|
|
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
|
+
...
|
|
2393
|
+
|
|
2394
|
+
def poll(self, context):
|
|
2395
|
+
"""
|
|
2396
|
+
|
|
2397
|
+
:param context:
|
|
2398
|
+
"""
|
|
2399
|
+
...
|
|
2400
|
+
|
|
2401
|
+
def pop(self):
|
|
2402
|
+
""" """
|
|
2403
|
+
...
|
|
2404
|
+
|
|
2405
|
+
def prepend(self, draw_func):
|
|
2406
|
+
"""
|
|
2407
|
+
|
|
2408
|
+
:param draw_func:
|
|
2409
|
+
"""
|
|
2410
|
+
...
|
|
2411
|
+
|
|
2412
|
+
def property_overridable_library_set(self):
|
|
2413
|
+
""" """
|
|
2414
|
+
...
|
|
2415
|
+
|
|
2416
|
+
def property_unset(self):
|
|
2417
|
+
""" """
|
|
2418
|
+
...
|
|
2419
|
+
|
|
2420
|
+
def remove(self, draw_func):
|
|
2421
|
+
"""
|
|
2422
|
+
|
|
2423
|
+
:param draw_func:
|
|
2424
|
+
"""
|
|
2425
|
+
...
|
|
2426
|
+
|
|
2427
|
+
def type_recast(self):
|
|
2428
|
+
""" """
|
|
2429
|
+
...
|
|
2430
|
+
|
|
2431
|
+
def values(self):
|
|
2432
|
+
""" """
|
|
2433
|
+
...
|
|
2434
|
+
|
|
9
2435
|
class DataButtonsPanel:
|
|
2436
|
+
""" """
|
|
2437
|
+
|
|
10
2438
|
bl_context: typing.Any
|
|
2439
|
+
""" """
|
|
2440
|
+
|
|
11
2441
|
bl_region_type: typing.Any
|
|
2442
|
+
""" """
|
|
2443
|
+
|
|
12
2444
|
bl_space_type: typing.Any
|
|
2445
|
+
""" """
|
|
2446
|
+
|
|
2447
|
+
def poll(self, context):
|
|
2448
|
+
"""
|
|
13
2449
|
|
|
14
|
-
|
|
2450
|
+
:param context:
|
|
2451
|
+
"""
|
|
2452
|
+
...
|
|
2453
|
+
|
|
2454
|
+
class GPENCIL_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
2455
|
+
""" """
|
|
15
2456
|
|
|
16
|
-
class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
17
2457
|
bl_label: typing.Any
|
|
2458
|
+
""" """
|
|
2459
|
+
|
|
18
2460
|
bl_rna: typing.Any
|
|
2461
|
+
""" """
|
|
2462
|
+
|
|
19
2463
|
id_data: typing.Any
|
|
2464
|
+
""" """
|
|
2465
|
+
|
|
2466
|
+
def append(self, draw_func):
|
|
2467
|
+
"""
|
|
2468
|
+
|
|
2469
|
+
:param draw_func:
|
|
2470
|
+
"""
|
|
2471
|
+
...
|
|
2472
|
+
|
|
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
|
+
|
|
2485
|
+
def draw(self, context):
|
|
2486
|
+
"""
|
|
2487
|
+
|
|
2488
|
+
:param context:
|
|
2489
|
+
"""
|
|
2490
|
+
...
|
|
2491
|
+
|
|
2492
|
+
def draw_collapsible(self, context, layout):
|
|
2493
|
+
"""
|
|
2494
|
+
|
|
2495
|
+
:param context:
|
|
2496
|
+
:param layout:
|
|
2497
|
+
"""
|
|
2498
|
+
...
|
|
2499
|
+
|
|
2500
|
+
def draw_preset(self, _context):
|
|
2501
|
+
"""
|
|
2502
|
+
|
|
2503
|
+
:param _context:
|
|
2504
|
+
"""
|
|
2505
|
+
...
|
|
2506
|
+
|
|
2507
|
+
def driver_add(self):
|
|
2508
|
+
""" """
|
|
2509
|
+
...
|
|
2510
|
+
|
|
2511
|
+
def driver_remove(self):
|
|
2512
|
+
""" """
|
|
2513
|
+
...
|
|
2514
|
+
|
|
2515
|
+
def get(self):
|
|
2516
|
+
""" """
|
|
2517
|
+
...
|
|
2518
|
+
|
|
2519
|
+
def id_properties_clear(self):
|
|
2520
|
+
""" """
|
|
2521
|
+
...
|
|
2522
|
+
|
|
2523
|
+
def id_properties_ensure(self):
|
|
2524
|
+
""" """
|
|
2525
|
+
...
|
|
2526
|
+
|
|
2527
|
+
def id_properties_ui(self):
|
|
2528
|
+
""" """
|
|
2529
|
+
...
|
|
2530
|
+
|
|
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
|
+
...
|
|
20
2570
|
|
|
21
|
-
def append(self, draw_func): ...
|
|
22
|
-
def as_pointer(self): ...
|
|
23
|
-
def bl_rna_get_subclass(self): ...
|
|
24
|
-
def bl_rna_get_subclass_py(self): ...
|
|
25
|
-
def draw(self, context): ...
|
|
26
|
-
def draw_collapsible(self, context, layout): ...
|
|
27
|
-
def draw_preset(self, _context): ...
|
|
28
|
-
def driver_add(self): ...
|
|
29
|
-
def driver_remove(self): ...
|
|
30
|
-
def get(self): ...
|
|
31
|
-
def id_properties_clear(self): ...
|
|
32
|
-
def id_properties_ensure(self): ...
|
|
33
|
-
def id_properties_ui(self): ...
|
|
34
|
-
def is_extended(self): ...
|
|
35
|
-
def is_property_hidden(self): ...
|
|
36
|
-
def is_property_overridable_library(self): ...
|
|
37
|
-
def is_property_readonly(self): ...
|
|
38
|
-
def is_property_set(self): ...
|
|
39
|
-
def items(self): ...
|
|
40
|
-
def keyframe_delete(self): ...
|
|
41
|
-
def keyframe_insert(self): ...
|
|
42
|
-
def keys(self): ...
|
|
43
|
-
def path_from_id(self): ...
|
|
44
2571
|
def path_menu(
|
|
45
2572
|
self,
|
|
46
2573
|
searchpaths,
|
|
@@ -51,44 +2578,175 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
51
2578
|
filter_path,
|
|
52
2579
|
display_name,
|
|
53
2580
|
add_operator,
|
|
54
|
-
):
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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:
|
|
2592
|
+
"""
|
|
2593
|
+
...
|
|
2594
|
+
|
|
2595
|
+
def path_resolve(self):
|
|
2596
|
+
""" """
|
|
2597
|
+
...
|
|
2598
|
+
|
|
2599
|
+
def pop(self):
|
|
2600
|
+
""" """
|
|
2601
|
+
...
|
|
2602
|
+
|
|
2603
|
+
def prepend(self, draw_func):
|
|
2604
|
+
"""
|
|
2605
|
+
|
|
2606
|
+
:param draw_func:
|
|
2607
|
+
"""
|
|
2608
|
+
...
|
|
2609
|
+
|
|
2610
|
+
def property_overridable_library_set(self):
|
|
2611
|
+
""" """
|
|
2612
|
+
...
|
|
2613
|
+
|
|
2614
|
+
def property_unset(self):
|
|
2615
|
+
""" """
|
|
2616
|
+
...
|
|
2617
|
+
|
|
2618
|
+
def remove(self, draw_func):
|
|
2619
|
+
"""
|
|
2620
|
+
|
|
2621
|
+
:param draw_func:
|
|
2622
|
+
"""
|
|
2623
|
+
...
|
|
2624
|
+
|
|
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
|
+
""" """
|
|
2635
|
+
|
|
65
2636
|
bl_label: typing.Any
|
|
2637
|
+
""" """
|
|
2638
|
+
|
|
66
2639
|
bl_rna: typing.Any
|
|
2640
|
+
""" """
|
|
2641
|
+
|
|
67
2642
|
id_data: typing.Any
|
|
2643
|
+
""" """
|
|
2644
|
+
|
|
2645
|
+
def append(self, draw_func):
|
|
2646
|
+
"""
|
|
2647
|
+
|
|
2648
|
+
:param draw_func:
|
|
2649
|
+
"""
|
|
2650
|
+
...
|
|
2651
|
+
|
|
2652
|
+
def as_pointer(self):
|
|
2653
|
+
""" """
|
|
2654
|
+
...
|
|
2655
|
+
|
|
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):
|
|
2665
|
+
"""
|
|
2666
|
+
|
|
2667
|
+
:param context:
|
|
2668
|
+
"""
|
|
2669
|
+
...
|
|
2670
|
+
|
|
2671
|
+
def draw_collapsible(self, context, layout):
|
|
2672
|
+
"""
|
|
2673
|
+
|
|
2674
|
+
:param context:
|
|
2675
|
+
:param layout:
|
|
2676
|
+
"""
|
|
2677
|
+
...
|
|
2678
|
+
|
|
2679
|
+
def draw_preset(self, _context):
|
|
2680
|
+
"""
|
|
2681
|
+
|
|
2682
|
+
:param _context:
|
|
2683
|
+
"""
|
|
2684
|
+
...
|
|
2685
|
+
|
|
2686
|
+
def driver_add(self):
|
|
2687
|
+
""" """
|
|
2688
|
+
...
|
|
2689
|
+
|
|
2690
|
+
def driver_remove(self):
|
|
2691
|
+
""" """
|
|
2692
|
+
...
|
|
2693
|
+
|
|
2694
|
+
def get(self):
|
|
2695
|
+
""" """
|
|
2696
|
+
...
|
|
2697
|
+
|
|
2698
|
+
def id_properties_clear(self):
|
|
2699
|
+
""" """
|
|
2700
|
+
...
|
|
2701
|
+
|
|
2702
|
+
def id_properties_ensure(self):
|
|
2703
|
+
""" """
|
|
2704
|
+
...
|
|
2705
|
+
|
|
2706
|
+
def id_properties_ui(self):
|
|
2707
|
+
""" """
|
|
2708
|
+
...
|
|
2709
|
+
|
|
2710
|
+
def is_extended(self):
|
|
2711
|
+
""" """
|
|
2712
|
+
...
|
|
2713
|
+
|
|
2714
|
+
def is_property_hidden(self):
|
|
2715
|
+
""" """
|
|
2716
|
+
...
|
|
2717
|
+
|
|
2718
|
+
def is_property_overridable_library(self):
|
|
2719
|
+
""" """
|
|
2720
|
+
...
|
|
2721
|
+
|
|
2722
|
+
def is_property_readonly(self):
|
|
2723
|
+
""" """
|
|
2724
|
+
...
|
|
2725
|
+
|
|
2726
|
+
def is_property_set(self):
|
|
2727
|
+
""" """
|
|
2728
|
+
...
|
|
2729
|
+
|
|
2730
|
+
def items(self):
|
|
2731
|
+
""" """
|
|
2732
|
+
...
|
|
2733
|
+
|
|
2734
|
+
def keyframe_delete(self):
|
|
2735
|
+
""" """
|
|
2736
|
+
...
|
|
2737
|
+
|
|
2738
|
+
def keyframe_insert(self):
|
|
2739
|
+
""" """
|
|
2740
|
+
...
|
|
2741
|
+
|
|
2742
|
+
def keys(self):
|
|
2743
|
+
""" """
|
|
2744
|
+
...
|
|
2745
|
+
|
|
2746
|
+
def path_from_id(self):
|
|
2747
|
+
""" """
|
|
2748
|
+
...
|
|
68
2749
|
|
|
69
|
-
def append(self, draw_func): ...
|
|
70
|
-
def as_pointer(self): ...
|
|
71
|
-
def bl_rna_get_subclass(self): ...
|
|
72
|
-
def bl_rna_get_subclass_py(self): ...
|
|
73
|
-
def draw(self, context): ...
|
|
74
|
-
def draw_collapsible(self, context, layout): ...
|
|
75
|
-
def draw_preset(self, _context): ...
|
|
76
|
-
def driver_add(self): ...
|
|
77
|
-
def driver_remove(self): ...
|
|
78
|
-
def get(self): ...
|
|
79
|
-
def id_properties_clear(self): ...
|
|
80
|
-
def id_properties_ensure(self): ...
|
|
81
|
-
def id_properties_ui(self): ...
|
|
82
|
-
def is_extended(self): ...
|
|
83
|
-
def is_property_hidden(self): ...
|
|
84
|
-
def is_property_overridable_library(self): ...
|
|
85
|
-
def is_property_readonly(self): ...
|
|
86
|
-
def is_property_set(self): ...
|
|
87
|
-
def items(self): ...
|
|
88
|
-
def keyframe_delete(self): ...
|
|
89
|
-
def keyframe_insert(self): ...
|
|
90
|
-
def keys(self): ...
|
|
91
|
-
def path_from_id(self): ...
|
|
92
2750
|
def path_menu(
|
|
93
2751
|
self,
|
|
94
2752
|
searchpaths,
|
|
@@ -99,24 +2757,86 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
99
2757
|
filter_path,
|
|
100
2758
|
display_name,
|
|
101
2759
|
add_operator,
|
|
102
|
-
):
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
2760
|
+
):
|
|
2761
|
+
"""
|
|
2762
|
+
|
|
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:
|
|
2771
|
+
"""
|
|
2772
|
+
...
|
|
2773
|
+
|
|
2774
|
+
def path_resolve(self):
|
|
2775
|
+
""" """
|
|
2776
|
+
...
|
|
2777
|
+
|
|
2778
|
+
def pop(self):
|
|
2779
|
+
""" """
|
|
2780
|
+
...
|
|
2781
|
+
|
|
2782
|
+
def prepend(self, draw_func):
|
|
2783
|
+
"""
|
|
2784
|
+
|
|
2785
|
+
:param draw_func:
|
|
2786
|
+
"""
|
|
2787
|
+
...
|
|
2788
|
+
|
|
2789
|
+
def property_overridable_library_set(self):
|
|
2790
|
+
""" """
|
|
2791
|
+
...
|
|
2792
|
+
|
|
2793
|
+
def property_unset(self):
|
|
2794
|
+
""" """
|
|
2795
|
+
...
|
|
2796
|
+
|
|
2797
|
+
def remove(self, draw_func):
|
|
2798
|
+
"""
|
|
2799
|
+
|
|
2800
|
+
:param draw_func:
|
|
2801
|
+
"""
|
|
2802
|
+
...
|
|
2803
|
+
|
|
2804
|
+
def type_recast(self):
|
|
2805
|
+
""" """
|
|
2806
|
+
...
|
|
2807
|
+
|
|
2808
|
+
def values(self):
|
|
2809
|
+
""" """
|
|
2810
|
+
...
|
|
2811
|
+
|
|
2812
|
+
class GPENCIL_UL_vgroups(bpy_types._GenericUI):
|
|
2813
|
+
""" """
|
|
2814
|
+
|
|
113
2815
|
bl_rna: typing.Any
|
|
2816
|
+
""" """
|
|
2817
|
+
|
|
114
2818
|
id_data: typing.Any
|
|
2819
|
+
""" """
|
|
2820
|
+
|
|
2821
|
+
def append(self, draw_func):
|
|
2822
|
+
"""
|
|
2823
|
+
|
|
2824
|
+
:param draw_func:
|
|
2825
|
+
"""
|
|
2826
|
+
...
|
|
2827
|
+
|
|
2828
|
+
def as_pointer(self):
|
|
2829
|
+
""" """
|
|
2830
|
+
...
|
|
2831
|
+
|
|
2832
|
+
def bl_rna_get_subclass(self):
|
|
2833
|
+
""" """
|
|
2834
|
+
...
|
|
2835
|
+
|
|
2836
|
+
def bl_rna_get_subclass_py(self):
|
|
2837
|
+
""" """
|
|
2838
|
+
...
|
|
115
2839
|
|
|
116
|
-
def append(self, draw_func): ...
|
|
117
|
-
def as_pointer(self): ...
|
|
118
|
-
def bl_rna_get_subclass(self): ...
|
|
119
|
-
def bl_rna_get_subclass_py(self): ...
|
|
120
2840
|
def draw_item(
|
|
121
2841
|
self,
|
|
122
2842
|
_context,
|
|
@@ -127,687 +2847,156 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
127
2847
|
_active_data,
|
|
128
2848
|
_active_propname,
|
|
129
2849
|
_index,
|
|
130
|
-
):
|
|
131
|
-
|
|
132
|
-
def driver_remove(self): ...
|
|
133
|
-
def get(self): ...
|
|
134
|
-
def id_properties_clear(self): ...
|
|
135
|
-
def id_properties_ensure(self): ...
|
|
136
|
-
def id_properties_ui(self): ...
|
|
137
|
-
def is_extended(self): ...
|
|
138
|
-
def is_property_hidden(self): ...
|
|
139
|
-
def is_property_overridable_library(self): ...
|
|
140
|
-
def is_property_readonly(self): ...
|
|
141
|
-
def is_property_set(self): ...
|
|
142
|
-
def items(self): ...
|
|
143
|
-
def keyframe_delete(self): ...
|
|
144
|
-
def keyframe_insert(self): ...
|
|
145
|
-
def keys(self): ...
|
|
146
|
-
def path_from_id(self): ...
|
|
147
|
-
def path_resolve(self): ...
|
|
148
|
-
def pop(self): ...
|
|
149
|
-
def prepend(self, draw_func): ...
|
|
150
|
-
def property_overridable_library_set(self): ...
|
|
151
|
-
def property_unset(self): ...
|
|
152
|
-
def remove(self, draw_func): ...
|
|
153
|
-
def type_recast(self): ...
|
|
154
|
-
def values(self): ...
|
|
2850
|
+
):
|
|
2851
|
+
"""
|
|
155
2852
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
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:
|
|
2861
|
+
"""
|
|
2862
|
+
...
|
|
160
2863
|
|
|
161
|
-
def
|
|
2864
|
+
def driver_add(self):
|
|
2865
|
+
""" """
|
|
2866
|
+
...
|
|
162
2867
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
bl_space_type: typing.Any
|
|
2868
|
+
def driver_remove(self):
|
|
2869
|
+
""" """
|
|
2870
|
+
...
|
|
167
2871
|
|
|
168
|
-
def
|
|
2872
|
+
def get(self):
|
|
2873
|
+
""" """
|
|
2874
|
+
...
|
|
169
2875
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
bl_options: typing.Any
|
|
174
|
-
bl_region_type: typing.Any
|
|
175
|
-
bl_rna: typing.Any
|
|
176
|
-
bl_space_type: typing.Any
|
|
177
|
-
id_data: typing.Any
|
|
2876
|
+
def id_properties_clear(self):
|
|
2877
|
+
""" """
|
|
2878
|
+
...
|
|
178
2879
|
|
|
179
|
-
def
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
def bl_rna_get_subclass_py(self): ...
|
|
183
|
-
def draw(self, context): ...
|
|
184
|
-
def driver_add(self): ...
|
|
185
|
-
def driver_remove(self): ...
|
|
186
|
-
def get(self): ...
|
|
187
|
-
def id_properties_clear(self): ...
|
|
188
|
-
def id_properties_ensure(self): ...
|
|
189
|
-
def id_properties_ui(self): ...
|
|
190
|
-
def is_extended(self): ...
|
|
191
|
-
def is_property_hidden(self): ...
|
|
192
|
-
def is_property_overridable_library(self): ...
|
|
193
|
-
def is_property_readonly(self): ...
|
|
194
|
-
def is_property_set(self): ...
|
|
195
|
-
def items(self): ...
|
|
196
|
-
def keyframe_delete(self): ...
|
|
197
|
-
def keyframe_insert(self): ...
|
|
198
|
-
def keys(self): ...
|
|
199
|
-
def path_from_id(self): ...
|
|
200
|
-
def path_resolve(self): ...
|
|
201
|
-
def poll(self, context): ...
|
|
202
|
-
def pop(self): ...
|
|
203
|
-
def prepend(self, draw_func): ...
|
|
204
|
-
def property_overridable_library_set(self): ...
|
|
205
|
-
def property_unset(self): ...
|
|
206
|
-
def remove(self, draw_func): ...
|
|
207
|
-
def type_recast(self): ...
|
|
208
|
-
def values(self): ...
|
|
209
|
-
|
|
210
|
-
class DATA_PT_custom_props_gpencil(
|
|
211
|
-
DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
212
|
-
):
|
|
213
|
-
bl_context: typing.Any
|
|
214
|
-
bl_label: typing.Any
|
|
215
|
-
bl_options: typing.Any
|
|
216
|
-
bl_order: typing.Any
|
|
217
|
-
bl_region_type: typing.Any
|
|
218
|
-
bl_rna: typing.Any
|
|
219
|
-
bl_space_type: typing.Any
|
|
220
|
-
id_data: typing.Any
|
|
2880
|
+
def id_properties_ensure(self):
|
|
2881
|
+
""" """
|
|
2882
|
+
...
|
|
221
2883
|
|
|
222
|
-
def
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
def bl_rna_get_subclass_py(self): ...
|
|
226
|
-
def draw(self, context): ...
|
|
227
|
-
def driver_add(self): ...
|
|
228
|
-
def driver_remove(self): ...
|
|
229
|
-
def get(self): ...
|
|
230
|
-
def id_properties_clear(self): ...
|
|
231
|
-
def id_properties_ensure(self): ...
|
|
232
|
-
def id_properties_ui(self): ...
|
|
233
|
-
def is_extended(self): ...
|
|
234
|
-
def is_property_hidden(self): ...
|
|
235
|
-
def is_property_overridable_library(self): ...
|
|
236
|
-
def is_property_readonly(self): ...
|
|
237
|
-
def is_property_set(self): ...
|
|
238
|
-
def items(self): ...
|
|
239
|
-
def keyframe_delete(self): ...
|
|
240
|
-
def keyframe_insert(self): ...
|
|
241
|
-
def keys(self): ...
|
|
242
|
-
def path_from_id(self): ...
|
|
243
|
-
def path_resolve(self): ...
|
|
244
|
-
def poll(self, context): ...
|
|
245
|
-
def pop(self): ...
|
|
246
|
-
def prepend(self, draw_func): ...
|
|
247
|
-
def property_overridable_library_set(self): ...
|
|
248
|
-
def property_unset(self): ...
|
|
249
|
-
def remove(self, draw_func): ...
|
|
250
|
-
def type_recast(self): ...
|
|
251
|
-
def values(self): ...
|
|
252
|
-
|
|
253
|
-
class DATA_PT_gpencil_canvas(DataButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
254
|
-
bl_context: typing.Any
|
|
255
|
-
bl_label: typing.Any
|
|
256
|
-
bl_options: typing.Any
|
|
257
|
-
bl_parent_id: typing.Any
|
|
258
|
-
bl_region_type: typing.Any
|
|
259
|
-
bl_rna: typing.Any
|
|
260
|
-
bl_space_type: typing.Any
|
|
261
|
-
id_data: typing.Any
|
|
2884
|
+
def id_properties_ui(self):
|
|
2885
|
+
""" """
|
|
2886
|
+
...
|
|
262
2887
|
|
|
263
|
-
def
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
def bl_rna_get_subclass_py(self): ...
|
|
267
|
-
def draw(self, context): ...
|
|
268
|
-
def driver_add(self): ...
|
|
269
|
-
def driver_remove(self): ...
|
|
270
|
-
def get(self): ...
|
|
271
|
-
def id_properties_clear(self): ...
|
|
272
|
-
def id_properties_ensure(self): ...
|
|
273
|
-
def id_properties_ui(self): ...
|
|
274
|
-
def is_extended(self): ...
|
|
275
|
-
def is_property_hidden(self): ...
|
|
276
|
-
def is_property_overridable_library(self): ...
|
|
277
|
-
def is_property_readonly(self): ...
|
|
278
|
-
def is_property_set(self): ...
|
|
279
|
-
def items(self): ...
|
|
280
|
-
def keyframe_delete(self): ...
|
|
281
|
-
def keyframe_insert(self): ...
|
|
282
|
-
def keys(self): ...
|
|
283
|
-
def path_from_id(self): ...
|
|
284
|
-
def path_resolve(self): ...
|
|
285
|
-
def poll(self, context): ...
|
|
286
|
-
def pop(self): ...
|
|
287
|
-
def prepend(self, draw_func): ...
|
|
288
|
-
def property_overridable_library_set(self): ...
|
|
289
|
-
def property_unset(self): ...
|
|
290
|
-
def remove(self, draw_func): ...
|
|
291
|
-
def type_recast(self): ...
|
|
292
|
-
def values(self): ...
|
|
293
|
-
|
|
294
|
-
class DATA_PT_gpencil_display(DataButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
295
|
-
bl_context: typing.Any
|
|
296
|
-
bl_label: typing.Any
|
|
297
|
-
bl_options: typing.Any
|
|
298
|
-
bl_region_type: typing.Any
|
|
299
|
-
bl_rna: typing.Any
|
|
300
|
-
bl_space_type: typing.Any
|
|
301
|
-
id_data: typing.Any
|
|
2888
|
+
def is_extended(self):
|
|
2889
|
+
""" """
|
|
2890
|
+
...
|
|
302
2891
|
|
|
303
|
-
def
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
def bl_rna_get_subclass_py(self): ...
|
|
307
|
-
def draw(self, context): ...
|
|
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 poll(self, context): ...
|
|
326
|
-
def pop(self): ...
|
|
327
|
-
def prepend(self, draw_func): ...
|
|
328
|
-
def property_overridable_library_set(self): ...
|
|
329
|
-
def property_unset(self): ...
|
|
330
|
-
def remove(self, draw_func): ...
|
|
331
|
-
def type_recast(self): ...
|
|
332
|
-
def values(self): ...
|
|
333
|
-
|
|
334
|
-
class DATA_PT_gpencil_layers(DataButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
335
|
-
bl_context: typing.Any
|
|
336
|
-
bl_label: typing.Any
|
|
337
|
-
bl_region_type: typing.Any
|
|
338
|
-
bl_rna: typing.Any
|
|
339
|
-
bl_space_type: typing.Any
|
|
340
|
-
id_data: typing.Any
|
|
2892
|
+
def is_property_hidden(self):
|
|
2893
|
+
""" """
|
|
2894
|
+
...
|
|
341
2895
|
|
|
342
|
-
def
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
def bl_rna_get_subclass_py(self): ...
|
|
346
|
-
def draw(self, context): ...
|
|
347
|
-
def draw_layers(self, _context, layout, gpd): ...
|
|
348
|
-
def driver_add(self): ...
|
|
349
|
-
def driver_remove(self): ...
|
|
350
|
-
def get(self): ...
|
|
351
|
-
def id_properties_clear(self): ...
|
|
352
|
-
def id_properties_ensure(self): ...
|
|
353
|
-
def id_properties_ui(self): ...
|
|
354
|
-
def is_extended(self): ...
|
|
355
|
-
def is_property_hidden(self): ...
|
|
356
|
-
def is_property_overridable_library(self): ...
|
|
357
|
-
def is_property_readonly(self): ...
|
|
358
|
-
def is_property_set(self): ...
|
|
359
|
-
def items(self): ...
|
|
360
|
-
def keyframe_delete(self): ...
|
|
361
|
-
def keyframe_insert(self): ...
|
|
362
|
-
def keys(self): ...
|
|
363
|
-
def path_from_id(self): ...
|
|
364
|
-
def path_resolve(self): ...
|
|
365
|
-
def poll(self, context): ...
|
|
366
|
-
def pop(self): ...
|
|
367
|
-
def prepend(self, draw_func): ...
|
|
368
|
-
def property_overridable_library_set(self): ...
|
|
369
|
-
def property_unset(self): ...
|
|
370
|
-
def remove(self, draw_func): ...
|
|
371
|
-
def type_recast(self): ...
|
|
372
|
-
def values(self): ...
|
|
373
|
-
|
|
374
|
-
class DATA_PT_gpencil_onion_skinning(
|
|
375
|
-
DataButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
376
|
-
):
|
|
377
|
-
bl_context: typing.Any
|
|
378
|
-
bl_label: typing.Any
|
|
379
|
-
bl_region_type: typing.Any
|
|
380
|
-
bl_rna: typing.Any
|
|
381
|
-
bl_space_type: typing.Any
|
|
382
|
-
id_data: typing.Any
|
|
2896
|
+
def is_property_overridable_library(self):
|
|
2897
|
+
""" """
|
|
2898
|
+
...
|
|
383
2899
|
|
|
384
|
-
def
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
def bl_rna_get_subclass_py(self): ...
|
|
388
|
-
def draw(self, context): ...
|
|
389
|
-
def driver_add(self): ...
|
|
390
|
-
def driver_remove(self): ...
|
|
391
|
-
def get(self): ...
|
|
392
|
-
def id_properties_clear(self): ...
|
|
393
|
-
def id_properties_ensure(self): ...
|
|
394
|
-
def id_properties_ui(self): ...
|
|
395
|
-
def is_extended(self): ...
|
|
396
|
-
def is_property_hidden(self): ...
|
|
397
|
-
def is_property_overridable_library(self): ...
|
|
398
|
-
def is_property_readonly(self): ...
|
|
399
|
-
def is_property_set(self): ...
|
|
400
|
-
def items(self): ...
|
|
401
|
-
def keyframe_delete(self): ...
|
|
402
|
-
def keyframe_insert(self): ...
|
|
403
|
-
def keys(self): ...
|
|
404
|
-
def path_from_id(self): ...
|
|
405
|
-
def path_resolve(self): ...
|
|
406
|
-
def poll(self, context): ...
|
|
407
|
-
def pop(self): ...
|
|
408
|
-
def prepend(self, draw_func): ...
|
|
409
|
-
def property_overridable_library_set(self): ...
|
|
410
|
-
def property_unset(self): ...
|
|
411
|
-
def remove(self, draw_func): ...
|
|
412
|
-
def type_recast(self): ...
|
|
413
|
-
def values(self): ...
|
|
414
|
-
|
|
415
|
-
class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
416
|
-
DataButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
417
|
-
):
|
|
418
|
-
bl_context: typing.Any
|
|
419
|
-
bl_label: typing.Any
|
|
420
|
-
bl_options: typing.Any
|
|
421
|
-
bl_parent_id: typing.Any
|
|
422
|
-
bl_region_type: typing.Any
|
|
423
|
-
bl_rna: typing.Any
|
|
424
|
-
bl_space_type: typing.Any
|
|
425
|
-
id_data: typing.Any
|
|
2900
|
+
def is_property_readonly(self):
|
|
2901
|
+
""" """
|
|
2902
|
+
...
|
|
426
2903
|
|
|
427
|
-
def
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
def bl_rna_get_subclass_py(self): ...
|
|
431
|
-
def draw(self, context): ...
|
|
432
|
-
def draw_header(self, context): ...
|
|
433
|
-
def driver_add(self): ...
|
|
434
|
-
def driver_remove(self): ...
|
|
435
|
-
def get(self): ...
|
|
436
|
-
def id_properties_clear(self): ...
|
|
437
|
-
def id_properties_ensure(self): ...
|
|
438
|
-
def id_properties_ui(self): ...
|
|
439
|
-
def is_extended(self): ...
|
|
440
|
-
def is_property_hidden(self): ...
|
|
441
|
-
def is_property_overridable_library(self): ...
|
|
442
|
-
def is_property_readonly(self): ...
|
|
443
|
-
def is_property_set(self): ...
|
|
444
|
-
def items(self): ...
|
|
445
|
-
def keyframe_delete(self): ...
|
|
446
|
-
def keyframe_insert(self): ...
|
|
447
|
-
def keys(self): ...
|
|
448
|
-
def path_from_id(self): ...
|
|
449
|
-
def path_resolve(self): ...
|
|
450
|
-
def poll(self, context): ...
|
|
451
|
-
def pop(self): ...
|
|
452
|
-
def prepend(self, draw_func): ...
|
|
453
|
-
def property_overridable_library_set(self): ...
|
|
454
|
-
def property_unset(self): ...
|
|
455
|
-
def remove(self, draw_func): ...
|
|
456
|
-
def type_recast(self): ...
|
|
457
|
-
def values(self): ...
|
|
458
|
-
|
|
459
|
-
class DATA_PT_gpencil_onion_skinning_display(
|
|
460
|
-
DataButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
461
|
-
):
|
|
462
|
-
bl_context: typing.Any
|
|
463
|
-
bl_label: typing.Any
|
|
464
|
-
bl_options: typing.Any
|
|
465
|
-
bl_parent_id: typing.Any
|
|
466
|
-
bl_region_type: typing.Any
|
|
467
|
-
bl_rna: typing.Any
|
|
468
|
-
bl_space_type: typing.Any
|
|
469
|
-
id_data: typing.Any
|
|
2904
|
+
def is_property_set(self):
|
|
2905
|
+
""" """
|
|
2906
|
+
...
|
|
470
2907
|
|
|
471
|
-
def
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
def bl_rna_get_subclass_py(self): ...
|
|
475
|
-
def draw(self, context): ...
|
|
476
|
-
def driver_add(self): ...
|
|
477
|
-
def driver_remove(self): ...
|
|
478
|
-
def get(self): ...
|
|
479
|
-
def id_properties_clear(self): ...
|
|
480
|
-
def id_properties_ensure(self): ...
|
|
481
|
-
def id_properties_ui(self): ...
|
|
482
|
-
def is_extended(self): ...
|
|
483
|
-
def is_property_hidden(self): ...
|
|
484
|
-
def is_property_overridable_library(self): ...
|
|
485
|
-
def is_property_readonly(self): ...
|
|
486
|
-
def is_property_set(self): ...
|
|
487
|
-
def items(self): ...
|
|
488
|
-
def keyframe_delete(self): ...
|
|
489
|
-
def keyframe_insert(self): ...
|
|
490
|
-
def keys(self): ...
|
|
491
|
-
def path_from_id(self): ...
|
|
492
|
-
def path_resolve(self): ...
|
|
493
|
-
def poll(self, context): ...
|
|
494
|
-
def pop(self): ...
|
|
495
|
-
def prepend(self, draw_func): ...
|
|
496
|
-
def property_overridable_library_set(self): ...
|
|
497
|
-
def property_unset(self): ...
|
|
498
|
-
def remove(self, draw_func): ...
|
|
499
|
-
def type_recast(self): ...
|
|
500
|
-
def values(self): ...
|
|
501
|
-
|
|
502
|
-
class DATA_PT_gpencil_strokes(DataButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
503
|
-
bl_context: typing.Any
|
|
504
|
-
bl_label: typing.Any
|
|
505
|
-
bl_options: typing.Any
|
|
506
|
-
bl_region_type: typing.Any
|
|
507
|
-
bl_rna: typing.Any
|
|
508
|
-
bl_space_type: typing.Any
|
|
509
|
-
id_data: typing.Any
|
|
2908
|
+
def items(self):
|
|
2909
|
+
""" """
|
|
2910
|
+
...
|
|
510
2911
|
|
|
511
|
-
def
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
def bl_rna_get_subclass_py(self): ...
|
|
515
|
-
def draw(self, context): ...
|
|
516
|
-
def driver_add(self): ...
|
|
517
|
-
def driver_remove(self): ...
|
|
518
|
-
def get(self): ...
|
|
519
|
-
def id_properties_clear(self): ...
|
|
520
|
-
def id_properties_ensure(self): ...
|
|
521
|
-
def id_properties_ui(self): ...
|
|
522
|
-
def is_extended(self): ...
|
|
523
|
-
def is_property_hidden(self): ...
|
|
524
|
-
def is_property_overridable_library(self): ...
|
|
525
|
-
def is_property_readonly(self): ...
|
|
526
|
-
def is_property_set(self): ...
|
|
527
|
-
def items(self): ...
|
|
528
|
-
def keyframe_delete(self): ...
|
|
529
|
-
def keyframe_insert(self): ...
|
|
530
|
-
def keys(self): ...
|
|
531
|
-
def path_from_id(self): ...
|
|
532
|
-
def path_resolve(self): ...
|
|
533
|
-
def poll(self, context): ...
|
|
534
|
-
def pop(self): ...
|
|
535
|
-
def prepend(self, draw_func): ...
|
|
536
|
-
def property_overridable_library_set(self): ...
|
|
537
|
-
def property_unset(self): ...
|
|
538
|
-
def remove(self, draw_func): ...
|
|
539
|
-
def type_recast(self): ...
|
|
540
|
-
def values(self): ...
|
|
541
|
-
|
|
542
|
-
class DATA_PT_gpencil_layer_adjustments(
|
|
543
|
-
LayerDataButtonsPanel,
|
|
544
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
545
|
-
bpy_types.Panel,
|
|
546
|
-
bpy_types._GenericUI,
|
|
547
|
-
):
|
|
548
|
-
bl_context: typing.Any
|
|
549
|
-
bl_label: typing.Any
|
|
550
|
-
bl_options: typing.Any
|
|
551
|
-
bl_parent_id: typing.Any
|
|
552
|
-
bl_region_type: typing.Any
|
|
553
|
-
bl_rna: typing.Any
|
|
554
|
-
bl_space_type: typing.Any
|
|
555
|
-
id_data: typing.Any
|
|
2912
|
+
def keyframe_delete(self):
|
|
2913
|
+
""" """
|
|
2914
|
+
...
|
|
556
2915
|
|
|
557
|
-
def
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
def bl_rna_get_subclass_py(self): ...
|
|
561
|
-
def draw(self, context): ...
|
|
562
|
-
def driver_add(self): ...
|
|
563
|
-
def driver_remove(self): ...
|
|
564
|
-
def get(self): ...
|
|
565
|
-
def id_properties_clear(self): ...
|
|
566
|
-
def id_properties_ensure(self): ...
|
|
567
|
-
def id_properties_ui(self): ...
|
|
568
|
-
def is_extended(self): ...
|
|
569
|
-
def is_property_hidden(self): ...
|
|
570
|
-
def is_property_overridable_library(self): ...
|
|
571
|
-
def is_property_readonly(self): ...
|
|
572
|
-
def is_property_set(self): ...
|
|
573
|
-
def items(self): ...
|
|
574
|
-
def keyframe_delete(self): ...
|
|
575
|
-
def keyframe_insert(self): ...
|
|
576
|
-
def keys(self): ...
|
|
577
|
-
def path_from_id(self): ...
|
|
578
|
-
def path_resolve(self): ...
|
|
579
|
-
def poll(self, context): ...
|
|
580
|
-
def pop(self): ...
|
|
581
|
-
def prepend(self, draw_func): ...
|
|
582
|
-
def property_overridable_library_set(self): ...
|
|
583
|
-
def property_unset(self): ...
|
|
584
|
-
def remove(self, draw_func): ...
|
|
585
|
-
def type_recast(self): ...
|
|
586
|
-
def values(self): ...
|
|
587
|
-
|
|
588
|
-
class DATA_PT_gpencil_layer_display(
|
|
589
|
-
LayerDataButtonsPanel,
|
|
590
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
591
|
-
bpy_types.Panel,
|
|
592
|
-
bpy_types._GenericUI,
|
|
593
|
-
):
|
|
594
|
-
bl_context: typing.Any
|
|
595
|
-
bl_label: typing.Any
|
|
596
|
-
bl_options: typing.Any
|
|
597
|
-
bl_parent_id: typing.Any
|
|
598
|
-
bl_region_type: typing.Any
|
|
599
|
-
bl_rna: typing.Any
|
|
600
|
-
bl_space_type: typing.Any
|
|
601
|
-
id_data: typing.Any
|
|
2916
|
+
def keyframe_insert(self):
|
|
2917
|
+
""" """
|
|
2918
|
+
...
|
|
602
2919
|
|
|
603
|
-
def
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
def bl_rna_get_subclass_py(self): ...
|
|
607
|
-
def draw(self, context): ...
|
|
608
|
-
def driver_add(self): ...
|
|
609
|
-
def driver_remove(self): ...
|
|
610
|
-
def get(self): ...
|
|
611
|
-
def id_properties_clear(self): ...
|
|
612
|
-
def id_properties_ensure(self): ...
|
|
613
|
-
def id_properties_ui(self): ...
|
|
614
|
-
def is_extended(self): ...
|
|
615
|
-
def is_property_hidden(self): ...
|
|
616
|
-
def is_property_overridable_library(self): ...
|
|
617
|
-
def is_property_readonly(self): ...
|
|
618
|
-
def is_property_set(self): ...
|
|
619
|
-
def items(self): ...
|
|
620
|
-
def keyframe_delete(self): ...
|
|
621
|
-
def keyframe_insert(self): ...
|
|
622
|
-
def keys(self): ...
|
|
623
|
-
def path_from_id(self): ...
|
|
624
|
-
def path_resolve(self): ...
|
|
625
|
-
def poll(self, context): ...
|
|
626
|
-
def pop(self): ...
|
|
627
|
-
def prepend(self, draw_func): ...
|
|
628
|
-
def property_overridable_library_set(self): ...
|
|
629
|
-
def property_unset(self): ...
|
|
630
|
-
def remove(self, draw_func): ...
|
|
631
|
-
def type_recast(self): ...
|
|
632
|
-
def values(self): ...
|
|
633
|
-
|
|
634
|
-
class DATA_PT_gpencil_layer_masks(
|
|
635
|
-
LayerDataButtonsPanel,
|
|
636
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
637
|
-
bpy_types.Panel,
|
|
638
|
-
bpy_types._GenericUI,
|
|
639
|
-
):
|
|
640
|
-
bl_context: typing.Any
|
|
641
|
-
bl_label: typing.Any
|
|
642
|
-
bl_options: typing.Any
|
|
643
|
-
bl_parent_id: typing.Any
|
|
644
|
-
bl_region_type: typing.Any
|
|
645
|
-
bl_rna: typing.Any
|
|
646
|
-
bl_space_type: typing.Any
|
|
647
|
-
id_data: typing.Any
|
|
2920
|
+
def keys(self):
|
|
2921
|
+
""" """
|
|
2922
|
+
...
|
|
648
2923
|
|
|
649
|
-
def
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
def
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
def
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
def
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
def
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
def
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
def
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
bl_space_type: typing.Any
|
|
694
|
-
id_data: typing.Any
|
|
2924
|
+
def path_from_id(self):
|
|
2925
|
+
""" """
|
|
2926
|
+
...
|
|
2927
|
+
|
|
2928
|
+
def path_resolve(self):
|
|
2929
|
+
""" """
|
|
2930
|
+
...
|
|
2931
|
+
|
|
2932
|
+
def pop(self):
|
|
2933
|
+
""" """
|
|
2934
|
+
...
|
|
2935
|
+
|
|
2936
|
+
def prepend(self, draw_func):
|
|
2937
|
+
"""
|
|
2938
|
+
|
|
2939
|
+
:param draw_func:
|
|
2940
|
+
"""
|
|
2941
|
+
...
|
|
2942
|
+
|
|
2943
|
+
def property_overridable_library_set(self):
|
|
2944
|
+
""" """
|
|
2945
|
+
...
|
|
2946
|
+
|
|
2947
|
+
def property_unset(self):
|
|
2948
|
+
""" """
|
|
2949
|
+
...
|
|
2950
|
+
|
|
2951
|
+
def remove(self, draw_func):
|
|
2952
|
+
"""
|
|
2953
|
+
|
|
2954
|
+
:param draw_func:
|
|
2955
|
+
"""
|
|
2956
|
+
...
|
|
2957
|
+
|
|
2958
|
+
def type_recast(self):
|
|
2959
|
+
""" """
|
|
2960
|
+
...
|
|
2961
|
+
|
|
2962
|
+
def values(self):
|
|
2963
|
+
""" """
|
|
2964
|
+
...
|
|
2965
|
+
|
|
2966
|
+
class LayerDataButtonsPanel:
|
|
2967
|
+
""" """
|
|
695
2968
|
|
|
696
|
-
def append(self, draw_func): ...
|
|
697
|
-
def as_pointer(self): ...
|
|
698
|
-
def bl_rna_get_subclass(self): ...
|
|
699
|
-
def bl_rna_get_subclass_py(self): ...
|
|
700
|
-
def draw(self, context): ...
|
|
701
|
-
def driver_add(self): ...
|
|
702
|
-
def driver_remove(self): ...
|
|
703
|
-
def get(self): ...
|
|
704
|
-
def id_properties_clear(self): ...
|
|
705
|
-
def id_properties_ensure(self): ...
|
|
706
|
-
def id_properties_ui(self): ...
|
|
707
|
-
def is_extended(self): ...
|
|
708
|
-
def is_property_hidden(self): ...
|
|
709
|
-
def is_property_overridable_library(self): ...
|
|
710
|
-
def is_property_readonly(self): ...
|
|
711
|
-
def is_property_set(self): ...
|
|
712
|
-
def items(self): ...
|
|
713
|
-
def keyframe_delete(self): ...
|
|
714
|
-
def keyframe_insert(self): ...
|
|
715
|
-
def keys(self): ...
|
|
716
|
-
def path_from_id(self): ...
|
|
717
|
-
def path_resolve(self): ...
|
|
718
|
-
def poll(self, context): ...
|
|
719
|
-
def pop(self): ...
|
|
720
|
-
def prepend(self, draw_func): ...
|
|
721
|
-
def property_overridable_library_set(self): ...
|
|
722
|
-
def property_unset(self): ...
|
|
723
|
-
def remove(self, draw_func): ...
|
|
724
|
-
def type_recast(self): ...
|
|
725
|
-
def values(self): ...
|
|
726
|
-
|
|
727
|
-
class DATA_PT_gpencil_layer_transform(
|
|
728
|
-
LayerDataButtonsPanel,
|
|
729
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
730
|
-
bpy_types.Panel,
|
|
731
|
-
bpy_types._GenericUI,
|
|
732
|
-
):
|
|
733
2969
|
bl_context: typing.Any
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
bl_parent_id: typing.Any
|
|
2970
|
+
""" """
|
|
2971
|
+
|
|
737
2972
|
bl_region_type: typing.Any
|
|
738
|
-
|
|
2973
|
+
""" """
|
|
2974
|
+
|
|
739
2975
|
bl_space_type: typing.Any
|
|
740
|
-
|
|
2976
|
+
""" """
|
|
2977
|
+
|
|
2978
|
+
def poll(self, context):
|
|
2979
|
+
"""
|
|
2980
|
+
|
|
2981
|
+
:param context:
|
|
2982
|
+
"""
|
|
2983
|
+
...
|
|
2984
|
+
|
|
2985
|
+
class ObjectButtonsPanel:
|
|
2986
|
+
""" """
|
|
741
2987
|
|
|
742
|
-
def append(self, draw_func): ...
|
|
743
|
-
def as_pointer(self): ...
|
|
744
|
-
def bl_rna_get_subclass(self): ...
|
|
745
|
-
def bl_rna_get_subclass_py(self): ...
|
|
746
|
-
def draw(self, context): ...
|
|
747
|
-
def driver_add(self): ...
|
|
748
|
-
def driver_remove(self): ...
|
|
749
|
-
def get(self): ...
|
|
750
|
-
def id_properties_clear(self): ...
|
|
751
|
-
def id_properties_ensure(self): ...
|
|
752
|
-
def id_properties_ui(self): ...
|
|
753
|
-
def is_extended(self): ...
|
|
754
|
-
def is_property_hidden(self): ...
|
|
755
|
-
def is_property_overridable_library(self): ...
|
|
756
|
-
def is_property_readonly(self): ...
|
|
757
|
-
def is_property_set(self): ...
|
|
758
|
-
def items(self): ...
|
|
759
|
-
def keyframe_delete(self): ...
|
|
760
|
-
def keyframe_insert(self): ...
|
|
761
|
-
def keys(self): ...
|
|
762
|
-
def path_from_id(self): ...
|
|
763
|
-
def path_resolve(self): ...
|
|
764
|
-
def poll(self, context): ...
|
|
765
|
-
def pop(self): ...
|
|
766
|
-
def prepend(self, draw_func): ...
|
|
767
|
-
def property_overridable_library_set(self): ...
|
|
768
|
-
def property_unset(self): ...
|
|
769
|
-
def remove(self, draw_func): ...
|
|
770
|
-
def type_recast(self): ...
|
|
771
|
-
def values(self): ...
|
|
772
|
-
|
|
773
|
-
class DATA_PT_gpencil_vertex_groups(
|
|
774
|
-
ObjectButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
775
|
-
):
|
|
776
2988
|
bl_context: typing.Any
|
|
777
|
-
|
|
778
|
-
|
|
2989
|
+
""" """
|
|
2990
|
+
|
|
779
2991
|
bl_region_type: typing.Any
|
|
780
|
-
|
|
2992
|
+
""" """
|
|
2993
|
+
|
|
781
2994
|
bl_space_type: typing.Any
|
|
782
|
-
|
|
2995
|
+
""" """
|
|
2996
|
+
|
|
2997
|
+
def poll(self, context):
|
|
2998
|
+
"""
|
|
783
2999
|
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
def bl_rna_get_subclass_py(self): ...
|
|
788
|
-
def draw(self, context): ...
|
|
789
|
-
def driver_add(self): ...
|
|
790
|
-
def driver_remove(self): ...
|
|
791
|
-
def get(self): ...
|
|
792
|
-
def id_properties_clear(self): ...
|
|
793
|
-
def id_properties_ensure(self): ...
|
|
794
|
-
def id_properties_ui(self): ...
|
|
795
|
-
def is_extended(self): ...
|
|
796
|
-
def is_property_hidden(self): ...
|
|
797
|
-
def is_property_overridable_library(self): ...
|
|
798
|
-
def is_property_readonly(self): ...
|
|
799
|
-
def is_property_set(self): ...
|
|
800
|
-
def items(self): ...
|
|
801
|
-
def keyframe_delete(self): ...
|
|
802
|
-
def keyframe_insert(self): ...
|
|
803
|
-
def keys(self): ...
|
|
804
|
-
def path_from_id(self): ...
|
|
805
|
-
def path_resolve(self): ...
|
|
806
|
-
def poll(self, context): ...
|
|
807
|
-
def pop(self): ...
|
|
808
|
-
def prepend(self, draw_func): ...
|
|
809
|
-
def property_overridable_library_set(self): ...
|
|
810
|
-
def property_unset(self): ...
|
|
811
|
-
def remove(self, draw_func): ...
|
|
812
|
-
def type_recast(self): ...
|
|
813
|
-
def values(self): ...
|
|
3000
|
+
:param context:
|
|
3001
|
+
"""
|
|
3002
|
+
...
|