fake-bpy-module 20240421__py3-none-any.whl → 20240423__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +580 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2418 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +105733 -102298
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +21 -18
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
|
@@ -1,29 +1,76 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.properties_grease_pencil_common
|
|
2
3
|
import bpy_types
|
|
4
|
+
import rna_prop_ui
|
|
3
5
|
|
|
4
6
|
GenericType = typing.TypeVar("GenericType")
|
|
5
7
|
|
|
6
|
-
class
|
|
8
|
+
class DataButtonsPanel:
|
|
7
9
|
""" """
|
|
8
10
|
|
|
9
11
|
bl_context: typing.Any
|
|
10
12
|
""" """
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
bl_region_type: typing.Any
|
|
13
15
|
""" """
|
|
14
16
|
|
|
15
|
-
|
|
17
|
+
bl_space_type: typing.Any
|
|
18
|
+
""" """
|
|
19
|
+
|
|
20
|
+
def poll(self, context):
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
:param context:
|
|
24
|
+
"""
|
|
25
|
+
...
|
|
26
|
+
|
|
27
|
+
class LayerDataButtonsPanel:
|
|
28
|
+
""" """
|
|
29
|
+
|
|
30
|
+
bl_context: typing.Any
|
|
16
31
|
""" """
|
|
17
32
|
|
|
18
33
|
bl_region_type: typing.Any
|
|
19
34
|
""" """
|
|
20
35
|
|
|
21
|
-
|
|
36
|
+
bl_space_type: typing.Any
|
|
37
|
+
""" """
|
|
38
|
+
|
|
39
|
+
def poll(self, context):
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
:param context:
|
|
43
|
+
"""
|
|
44
|
+
...
|
|
45
|
+
|
|
46
|
+
class ObjectButtonsPanel:
|
|
47
|
+
""" """
|
|
48
|
+
|
|
49
|
+
bl_context: typing.Any
|
|
50
|
+
""" """
|
|
51
|
+
|
|
52
|
+
bl_region_type: typing.Any
|
|
22
53
|
""" """
|
|
23
54
|
|
|
24
55
|
bl_space_type: typing.Any
|
|
25
56
|
""" """
|
|
26
57
|
|
|
58
|
+
def poll(self, context):
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
:param context:
|
|
62
|
+
"""
|
|
63
|
+
...
|
|
64
|
+
|
|
65
|
+
class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
66
|
+
""" """
|
|
67
|
+
|
|
68
|
+
bl_label: typing.Any
|
|
69
|
+
""" """
|
|
70
|
+
|
|
71
|
+
bl_rna: typing.Any
|
|
72
|
+
""" """
|
|
73
|
+
|
|
27
74
|
id_data: typing.Any
|
|
28
75
|
""" """
|
|
29
76
|
|
|
@@ -53,6 +100,21 @@ class DATA_PT_context_gpencil(bpy_types._GenericUI):
|
|
|
53
100
|
"""
|
|
54
101
|
...
|
|
55
102
|
|
|
103
|
+
def draw_collapsible(self, context, layout):
|
|
104
|
+
"""
|
|
105
|
+
|
|
106
|
+
:param context:
|
|
107
|
+
:param layout:
|
|
108
|
+
"""
|
|
109
|
+
...
|
|
110
|
+
|
|
111
|
+
def draw_preset(self, _context):
|
|
112
|
+
"""
|
|
113
|
+
|
|
114
|
+
:param _context:
|
|
115
|
+
"""
|
|
116
|
+
...
|
|
117
|
+
|
|
56
118
|
def driver_add(self):
|
|
57
119
|
""" """
|
|
58
120
|
...
|
|
@@ -117,17 +179,36 @@ class DATA_PT_context_gpencil(bpy_types._GenericUI):
|
|
|
117
179
|
""" """
|
|
118
180
|
...
|
|
119
181
|
|
|
120
|
-
def
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
182
|
+
def path_menu(
|
|
183
|
+
self,
|
|
184
|
+
searchpaths,
|
|
185
|
+
operator,
|
|
186
|
+
props_default,
|
|
187
|
+
prop_filepath,
|
|
188
|
+
filter_ext,
|
|
189
|
+
filter_path,
|
|
190
|
+
display_name,
|
|
191
|
+
add_operator,
|
|
192
|
+
add_operator_props,
|
|
193
|
+
):
|
|
125
194
|
"""
|
|
126
195
|
|
|
127
|
-
:param
|
|
196
|
+
:param searchpaths:
|
|
197
|
+
:param operator:
|
|
198
|
+
:param props_default:
|
|
199
|
+
:param prop_filepath:
|
|
200
|
+
:param filter_ext:
|
|
201
|
+
:param filter_path:
|
|
202
|
+
:param display_name:
|
|
203
|
+
:param add_operator:
|
|
204
|
+
:param add_operator_props:
|
|
128
205
|
"""
|
|
129
206
|
...
|
|
130
207
|
|
|
208
|
+
def path_resolve(self):
|
|
209
|
+
""" """
|
|
210
|
+
...
|
|
211
|
+
|
|
131
212
|
def pop(self):
|
|
132
213
|
""" """
|
|
133
214
|
...
|
|
@@ -162,30 +243,15 @@ class DATA_PT_context_gpencil(bpy_types._GenericUI):
|
|
|
162
243
|
""" """
|
|
163
244
|
...
|
|
164
245
|
|
|
165
|
-
class
|
|
166
|
-
""" """
|
|
167
|
-
|
|
168
|
-
bl_context: typing.Any
|
|
246
|
+
class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
169
247
|
""" """
|
|
170
248
|
|
|
171
249
|
bl_label: typing.Any
|
|
172
250
|
""" """
|
|
173
251
|
|
|
174
|
-
bl_options: typing.Any
|
|
175
|
-
""" """
|
|
176
|
-
|
|
177
|
-
bl_order: typing.Any
|
|
178
|
-
""" """
|
|
179
|
-
|
|
180
|
-
bl_region_type: typing.Any
|
|
181
|
-
""" """
|
|
182
|
-
|
|
183
252
|
bl_rna: typing.Any
|
|
184
253
|
""" """
|
|
185
254
|
|
|
186
|
-
bl_space_type: typing.Any
|
|
187
|
-
""" """
|
|
188
|
-
|
|
189
255
|
id_data: typing.Any
|
|
190
256
|
""" """
|
|
191
257
|
|
|
@@ -215,6 +281,21 @@ class DATA_PT_custom_props_gpencil(bpy_types._GenericUI):
|
|
|
215
281
|
"""
|
|
216
282
|
...
|
|
217
283
|
|
|
284
|
+
def draw_collapsible(self, context, layout):
|
|
285
|
+
"""
|
|
286
|
+
|
|
287
|
+
:param context:
|
|
288
|
+
:param layout:
|
|
289
|
+
"""
|
|
290
|
+
...
|
|
291
|
+
|
|
292
|
+
def draw_preset(self, _context):
|
|
293
|
+
"""
|
|
294
|
+
|
|
295
|
+
:param _context:
|
|
296
|
+
"""
|
|
297
|
+
...
|
|
298
|
+
|
|
218
299
|
def driver_add(self):
|
|
219
300
|
""" """
|
|
220
301
|
...
|
|
@@ -279,17 +360,36 @@ class DATA_PT_custom_props_gpencil(bpy_types._GenericUI):
|
|
|
279
360
|
""" """
|
|
280
361
|
...
|
|
281
362
|
|
|
282
|
-
def
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
363
|
+
def path_menu(
|
|
364
|
+
self,
|
|
365
|
+
searchpaths,
|
|
366
|
+
operator,
|
|
367
|
+
props_default,
|
|
368
|
+
prop_filepath,
|
|
369
|
+
filter_ext,
|
|
370
|
+
filter_path,
|
|
371
|
+
display_name,
|
|
372
|
+
add_operator,
|
|
373
|
+
add_operator_props,
|
|
374
|
+
):
|
|
287
375
|
"""
|
|
288
376
|
|
|
289
|
-
:param
|
|
377
|
+
:param searchpaths:
|
|
378
|
+
:param operator:
|
|
379
|
+
:param props_default:
|
|
380
|
+
:param prop_filepath:
|
|
381
|
+
:param filter_ext:
|
|
382
|
+
:param filter_path:
|
|
383
|
+
:param display_name:
|
|
384
|
+
:param add_operator:
|
|
385
|
+
:param add_operator_props:
|
|
290
386
|
"""
|
|
291
387
|
...
|
|
292
388
|
|
|
389
|
+
def path_resolve(self):
|
|
390
|
+
""" """
|
|
391
|
+
...
|
|
392
|
+
|
|
293
393
|
def pop(self):
|
|
294
394
|
""" """
|
|
295
395
|
...
|
|
@@ -324,30 +424,12 @@ class DATA_PT_custom_props_gpencil(bpy_types._GenericUI):
|
|
|
324
424
|
""" """
|
|
325
425
|
...
|
|
326
426
|
|
|
327
|
-
class
|
|
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
|
|
427
|
+
class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
343
428
|
""" """
|
|
344
429
|
|
|
345
430
|
bl_rna: typing.Any
|
|
346
431
|
""" """
|
|
347
432
|
|
|
348
|
-
bl_space_type: typing.Any
|
|
349
|
-
""" """
|
|
350
|
-
|
|
351
433
|
id_data: typing.Any
|
|
352
434
|
""" """
|
|
353
435
|
|
|
@@ -370,10 +452,27 @@ class DATA_PT_gpencil_canvas(bpy_types._GenericUI):
|
|
|
370
452
|
""" """
|
|
371
453
|
...
|
|
372
454
|
|
|
373
|
-
def
|
|
455
|
+
def draw_item(
|
|
456
|
+
self,
|
|
457
|
+
_context,
|
|
458
|
+
layout,
|
|
459
|
+
_data,
|
|
460
|
+
item,
|
|
461
|
+
icon,
|
|
462
|
+
_active_data,
|
|
463
|
+
_active_propname,
|
|
464
|
+
_index,
|
|
465
|
+
):
|
|
374
466
|
"""
|
|
375
467
|
|
|
376
|
-
:param
|
|
468
|
+
:param _context:
|
|
469
|
+
:param layout:
|
|
470
|
+
:param _data:
|
|
471
|
+
:param item:
|
|
472
|
+
:param icon:
|
|
473
|
+
:param _active_data:
|
|
474
|
+
:param _active_propname:
|
|
475
|
+
:param _index:
|
|
377
476
|
"""
|
|
378
477
|
...
|
|
379
478
|
|
|
@@ -445,13 +544,6 @@ class DATA_PT_gpencil_canvas(bpy_types._GenericUI):
|
|
|
445
544
|
""" """
|
|
446
545
|
...
|
|
447
546
|
|
|
448
|
-
def poll(self, context):
|
|
449
|
-
"""
|
|
450
|
-
|
|
451
|
-
:param context:
|
|
452
|
-
"""
|
|
453
|
-
...
|
|
454
|
-
|
|
455
547
|
def pop(self):
|
|
456
548
|
""" """
|
|
457
549
|
...
|
|
@@ -486,7 +578,7 @@ class DATA_PT_gpencil_canvas(bpy_types._GenericUI):
|
|
|
486
578
|
""" """
|
|
487
579
|
...
|
|
488
580
|
|
|
489
|
-
class
|
|
581
|
+
class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
490
582
|
""" """
|
|
491
583
|
|
|
492
584
|
bl_context: typing.Any
|
|
@@ -645,7 +737,9 @@ class DATA_PT_gpencil_display(bpy_types._GenericUI):
|
|
|
645
737
|
""" """
|
|
646
738
|
...
|
|
647
739
|
|
|
648
|
-
class
|
|
740
|
+
class DATA_PT_custom_props_gpencil(
|
|
741
|
+
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
742
|
+
):
|
|
649
743
|
""" """
|
|
650
744
|
|
|
651
745
|
bl_context: typing.Any
|
|
@@ -657,7 +751,7 @@ class DATA_PT_gpencil_layer_adjustments(bpy_types._GenericUI):
|
|
|
657
751
|
bl_options: typing.Any
|
|
658
752
|
""" """
|
|
659
753
|
|
|
660
|
-
|
|
754
|
+
bl_order: typing.Any
|
|
661
755
|
""" """
|
|
662
756
|
|
|
663
757
|
bl_region_type: typing.Any
|
|
@@ -807,7 +901,7 @@ class DATA_PT_gpencil_layer_adjustments(bpy_types._GenericUI):
|
|
|
807
901
|
""" """
|
|
808
902
|
...
|
|
809
903
|
|
|
810
|
-
class
|
|
904
|
+
class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
811
905
|
""" """
|
|
812
906
|
|
|
813
907
|
bl_context: typing.Any
|
|
@@ -969,7 +1063,7 @@ class DATA_PT_gpencil_layer_display(bpy_types._GenericUI):
|
|
|
969
1063
|
""" """
|
|
970
1064
|
...
|
|
971
1065
|
|
|
972
|
-
class
|
|
1066
|
+
class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
973
1067
|
""" """
|
|
974
1068
|
|
|
975
1069
|
bl_context: typing.Any
|
|
@@ -981,9 +1075,6 @@ class DATA_PT_gpencil_layer_masks(bpy_types._GenericUI):
|
|
|
981
1075
|
bl_options: typing.Any
|
|
982
1076
|
""" """
|
|
983
1077
|
|
|
984
|
-
bl_parent_id: typing.Any
|
|
985
|
-
""" """
|
|
986
|
-
|
|
987
1078
|
bl_region_type: typing.Any
|
|
988
1079
|
""" """
|
|
989
1080
|
|
|
@@ -1022,13 +1113,6 @@ class DATA_PT_gpencil_layer_masks(bpy_types._GenericUI):
|
|
|
1022
1113
|
"""
|
|
1023
1114
|
...
|
|
1024
1115
|
|
|
1025
|
-
def draw_header(self, context):
|
|
1026
|
-
"""
|
|
1027
|
-
|
|
1028
|
-
:param context:
|
|
1029
|
-
"""
|
|
1030
|
-
...
|
|
1031
|
-
|
|
1032
1116
|
def driver_add(self):
|
|
1033
1117
|
""" """
|
|
1034
1118
|
...
|
|
@@ -1138,7 +1222,7 @@ class DATA_PT_gpencil_layer_masks(bpy_types._GenericUI):
|
|
|
1138
1222
|
""" """
|
|
1139
1223
|
...
|
|
1140
1224
|
|
|
1141
|
-
class
|
|
1225
|
+
class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1142
1226
|
""" """
|
|
1143
1227
|
|
|
1144
1228
|
bl_context: typing.Any
|
|
@@ -1147,12 +1231,6 @@ class DATA_PT_gpencil_layer_relations(bpy_types._GenericUI):
|
|
|
1147
1231
|
bl_label: typing.Any
|
|
1148
1232
|
""" """
|
|
1149
1233
|
|
|
1150
|
-
bl_options: typing.Any
|
|
1151
|
-
""" """
|
|
1152
|
-
|
|
1153
|
-
bl_parent_id: typing.Any
|
|
1154
|
-
""" """
|
|
1155
|
-
|
|
1156
1234
|
bl_region_type: typing.Any
|
|
1157
1235
|
""" """
|
|
1158
1236
|
|
|
@@ -1191,6 +1269,15 @@ class DATA_PT_gpencil_layer_relations(bpy_types._GenericUI):
|
|
|
1191
1269
|
"""
|
|
1192
1270
|
...
|
|
1193
1271
|
|
|
1272
|
+
def draw_layers(self, _context, layout, gpd):
|
|
1273
|
+
"""
|
|
1274
|
+
|
|
1275
|
+
:param _context:
|
|
1276
|
+
:param layout:
|
|
1277
|
+
:param gpd:
|
|
1278
|
+
"""
|
|
1279
|
+
...
|
|
1280
|
+
|
|
1194
1281
|
def driver_add(self):
|
|
1195
1282
|
""" """
|
|
1196
1283
|
...
|
|
@@ -1300,7 +1387,9 @@ class DATA_PT_gpencil_layer_relations(bpy_types._GenericUI):
|
|
|
1300
1387
|
""" """
|
|
1301
1388
|
...
|
|
1302
1389
|
|
|
1303
|
-
class
|
|
1390
|
+
class DATA_PT_gpencil_onion_skinning(
|
|
1391
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1392
|
+
):
|
|
1304
1393
|
""" """
|
|
1305
1394
|
|
|
1306
1395
|
bl_context: typing.Any
|
|
@@ -1309,12 +1398,6 @@ class DATA_PT_gpencil_layer_transform(bpy_types._GenericUI):
|
|
|
1309
1398
|
bl_label: typing.Any
|
|
1310
1399
|
""" """
|
|
1311
1400
|
|
|
1312
|
-
bl_options: typing.Any
|
|
1313
|
-
""" """
|
|
1314
|
-
|
|
1315
|
-
bl_parent_id: typing.Any
|
|
1316
|
-
""" """
|
|
1317
|
-
|
|
1318
1401
|
bl_region_type: typing.Any
|
|
1319
1402
|
""" """
|
|
1320
1403
|
|
|
@@ -1462,7 +1545,9 @@ class DATA_PT_gpencil_layer_transform(bpy_types._GenericUI):
|
|
|
1462
1545
|
""" """
|
|
1463
1546
|
...
|
|
1464
1547
|
|
|
1465
|
-
class
|
|
1548
|
+
class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
1549
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1550
|
+
):
|
|
1466
1551
|
""" """
|
|
1467
1552
|
|
|
1468
1553
|
bl_context: typing.Any
|
|
@@ -1471,6 +1556,12 @@ class DATA_PT_gpencil_layers(bpy_types._GenericUI):
|
|
|
1471
1556
|
bl_label: typing.Any
|
|
1472
1557
|
""" """
|
|
1473
1558
|
|
|
1559
|
+
bl_options: typing.Any
|
|
1560
|
+
""" """
|
|
1561
|
+
|
|
1562
|
+
bl_parent_id: typing.Any
|
|
1563
|
+
""" """
|
|
1564
|
+
|
|
1474
1565
|
bl_region_type: typing.Any
|
|
1475
1566
|
""" """
|
|
1476
1567
|
|
|
@@ -1509,12 +1600,10 @@ class DATA_PT_gpencil_layers(bpy_types._GenericUI):
|
|
|
1509
1600
|
"""
|
|
1510
1601
|
...
|
|
1511
1602
|
|
|
1512
|
-
def
|
|
1603
|
+
def draw_header(self, context):
|
|
1513
1604
|
"""
|
|
1514
1605
|
|
|
1515
|
-
:param
|
|
1516
|
-
:param layout:
|
|
1517
|
-
:param gpd:
|
|
1606
|
+
:param context:
|
|
1518
1607
|
"""
|
|
1519
1608
|
...
|
|
1520
1609
|
|
|
@@ -1627,7 +1716,9 @@ class DATA_PT_gpencil_layers(bpy_types._GenericUI):
|
|
|
1627
1716
|
""" """
|
|
1628
1717
|
...
|
|
1629
1718
|
|
|
1630
|
-
class
|
|
1719
|
+
class DATA_PT_gpencil_onion_skinning_display(
|
|
1720
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1721
|
+
):
|
|
1631
1722
|
""" """
|
|
1632
1723
|
|
|
1633
1724
|
bl_context: typing.Any
|
|
@@ -1636,6 +1727,12 @@ class DATA_PT_gpencil_onion_skinning(bpy_types._GenericUI):
|
|
|
1636
1727
|
bl_label: typing.Any
|
|
1637
1728
|
""" """
|
|
1638
1729
|
|
|
1730
|
+
bl_options: typing.Any
|
|
1731
|
+
""" """
|
|
1732
|
+
|
|
1733
|
+
bl_parent_id: typing.Any
|
|
1734
|
+
""" """
|
|
1735
|
+
|
|
1639
1736
|
bl_region_type: typing.Any
|
|
1640
1737
|
""" """
|
|
1641
1738
|
|
|
@@ -1783,7 +1880,7 @@ class DATA_PT_gpencil_onion_skinning(bpy_types._GenericUI):
|
|
|
1783
1880
|
""" """
|
|
1784
1881
|
...
|
|
1785
1882
|
|
|
1786
|
-
class
|
|
1883
|
+
class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1787
1884
|
""" """
|
|
1788
1885
|
|
|
1789
1886
|
bl_context: typing.Any
|
|
@@ -1795,9 +1892,6 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(bpy_types._GenericUI):
|
|
|
1795
1892
|
bl_options: typing.Any
|
|
1796
1893
|
""" """
|
|
1797
1894
|
|
|
1798
|
-
bl_parent_id: typing.Any
|
|
1799
|
-
""" """
|
|
1800
|
-
|
|
1801
1895
|
bl_region_type: typing.Any
|
|
1802
1896
|
""" """
|
|
1803
1897
|
|
|
@@ -1836,13 +1930,6 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(bpy_types._GenericUI):
|
|
|
1836
1930
|
"""
|
|
1837
1931
|
...
|
|
1838
1932
|
|
|
1839
|
-
def draw_header(self, context):
|
|
1840
|
-
"""
|
|
1841
|
-
|
|
1842
|
-
:param context:
|
|
1843
|
-
"""
|
|
1844
|
-
...
|
|
1845
|
-
|
|
1846
1933
|
def driver_add(self):
|
|
1847
1934
|
""" """
|
|
1848
1935
|
...
|
|
@@ -1952,7 +2039,12 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(bpy_types._GenericUI):
|
|
|
1952
2039
|
""" """
|
|
1953
2040
|
...
|
|
1954
2041
|
|
|
1955
|
-
class
|
|
2042
|
+
class DATA_PT_gpencil_layer_adjustments(
|
|
2043
|
+
bpy_types.Panel,
|
|
2044
|
+
LayerDataButtonsPanel,
|
|
2045
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
2046
|
+
bpy_types._GenericUI,
|
|
2047
|
+
):
|
|
1956
2048
|
""" """
|
|
1957
2049
|
|
|
1958
2050
|
bl_context: typing.Any
|
|
@@ -2114,7 +2206,12 @@ class DATA_PT_gpencil_onion_skinning_display(bpy_types._GenericUI):
|
|
|
2114
2206
|
""" """
|
|
2115
2207
|
...
|
|
2116
2208
|
|
|
2117
|
-
class
|
|
2209
|
+
class DATA_PT_gpencil_layer_display(
|
|
2210
|
+
bpy_types.Panel,
|
|
2211
|
+
LayerDataButtonsPanel,
|
|
2212
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
2213
|
+
bpy_types._GenericUI,
|
|
2214
|
+
):
|
|
2118
2215
|
""" """
|
|
2119
2216
|
|
|
2120
2217
|
bl_context: typing.Any
|
|
@@ -2126,6 +2223,9 @@ class DATA_PT_gpencil_strokes(bpy_types._GenericUI):
|
|
|
2126
2223
|
bl_options: typing.Any
|
|
2127
2224
|
""" """
|
|
2128
2225
|
|
|
2226
|
+
bl_parent_id: typing.Any
|
|
2227
|
+
""" """
|
|
2228
|
+
|
|
2129
2229
|
bl_region_type: typing.Any
|
|
2130
2230
|
""" """
|
|
2131
2231
|
|
|
@@ -2273,7 +2373,12 @@ class DATA_PT_gpencil_strokes(bpy_types._GenericUI):
|
|
|
2273
2373
|
""" """
|
|
2274
2374
|
...
|
|
2275
2375
|
|
|
2276
|
-
class
|
|
2376
|
+
class DATA_PT_gpencil_layer_masks(
|
|
2377
|
+
bpy_types.Panel,
|
|
2378
|
+
LayerDataButtonsPanel,
|
|
2379
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
2380
|
+
bpy_types._GenericUI,
|
|
2381
|
+
):
|
|
2277
2382
|
""" """
|
|
2278
2383
|
|
|
2279
2384
|
bl_context: typing.Any
|
|
@@ -2285,6 +2390,9 @@ class DATA_PT_gpencil_vertex_groups(bpy_types._GenericUI):
|
|
|
2285
2390
|
bl_options: typing.Any
|
|
2286
2391
|
""" """
|
|
2287
2392
|
|
|
2393
|
+
bl_parent_id: typing.Any
|
|
2394
|
+
""" """
|
|
2395
|
+
|
|
2288
2396
|
bl_region_type: typing.Any
|
|
2289
2397
|
""" """
|
|
2290
2398
|
|
|
@@ -2323,6 +2431,13 @@ class DATA_PT_gpencil_vertex_groups(bpy_types._GenericUI):
|
|
|
2323
2431
|
"""
|
|
2324
2432
|
...
|
|
2325
2433
|
|
|
2434
|
+
def draw_header(self, context):
|
|
2435
|
+
"""
|
|
2436
|
+
|
|
2437
|
+
:param context:
|
|
2438
|
+
"""
|
|
2439
|
+
...
|
|
2440
|
+
|
|
2326
2441
|
def driver_add(self):
|
|
2327
2442
|
""" """
|
|
2328
2443
|
...
|
|
@@ -2432,34 +2547,35 @@ class DATA_PT_gpencil_vertex_groups(bpy_types._GenericUI):
|
|
|
2432
2547
|
""" """
|
|
2433
2548
|
...
|
|
2434
2549
|
|
|
2435
|
-
class
|
|
2550
|
+
class DATA_PT_gpencil_layer_relations(
|
|
2551
|
+
bpy_types.Panel,
|
|
2552
|
+
LayerDataButtonsPanel,
|
|
2553
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
2554
|
+
bpy_types._GenericUI,
|
|
2555
|
+
):
|
|
2436
2556
|
""" """
|
|
2437
2557
|
|
|
2438
2558
|
bl_context: typing.Any
|
|
2439
2559
|
""" """
|
|
2440
2560
|
|
|
2441
|
-
|
|
2561
|
+
bl_label: typing.Any
|
|
2442
2562
|
""" """
|
|
2443
2563
|
|
|
2444
|
-
|
|
2564
|
+
bl_options: typing.Any
|
|
2445
2565
|
""" """
|
|
2446
2566
|
|
|
2447
|
-
|
|
2448
|
-
"""
|
|
2449
|
-
|
|
2450
|
-
:param context:
|
|
2451
|
-
"""
|
|
2452
|
-
...
|
|
2453
|
-
|
|
2454
|
-
class GPENCIL_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
2567
|
+
bl_parent_id: typing.Any
|
|
2455
2568
|
""" """
|
|
2456
2569
|
|
|
2457
|
-
|
|
2570
|
+
bl_region_type: typing.Any
|
|
2458
2571
|
""" """
|
|
2459
2572
|
|
|
2460
2573
|
bl_rna: typing.Any
|
|
2461
2574
|
""" """
|
|
2462
2575
|
|
|
2576
|
+
bl_space_type: typing.Any
|
|
2577
|
+
""" """
|
|
2578
|
+
|
|
2463
2579
|
id_data: typing.Any
|
|
2464
2580
|
""" """
|
|
2465
2581
|
|
|
@@ -2489,21 +2605,6 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
|
2489
2605
|
"""
|
|
2490
2606
|
...
|
|
2491
2607
|
|
|
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
2608
|
def driver_add(self):
|
|
2508
2609
|
""" """
|
|
2509
2610
|
...
|
|
@@ -2568,34 +2669,15 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
|
2568
2669
|
""" """
|
|
2569
2670
|
...
|
|
2570
2671
|
|
|
2571
|
-
def
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
operator,
|
|
2575
|
-
props_default,
|
|
2576
|
-
prop_filepath,
|
|
2577
|
-
filter_ext,
|
|
2578
|
-
filter_path,
|
|
2579
|
-
display_name,
|
|
2580
|
-
add_operator,
|
|
2581
|
-
add_operator_props,
|
|
2582
|
-
):
|
|
2583
|
-
"""
|
|
2672
|
+
def path_resolve(self):
|
|
2673
|
+
""" """
|
|
2674
|
+
...
|
|
2584
2675
|
|
|
2585
|
-
|
|
2586
|
-
:param operator:
|
|
2587
|
-
:param props_default:
|
|
2588
|
-
:param prop_filepath:
|
|
2589
|
-
:param filter_ext:
|
|
2590
|
-
:param filter_path:
|
|
2591
|
-
:param display_name:
|
|
2592
|
-
:param add_operator:
|
|
2593
|
-
:param add_operator_props:
|
|
2676
|
+
def poll(self, context):
|
|
2594
2677
|
"""
|
|
2595
|
-
...
|
|
2596
2678
|
|
|
2597
|
-
|
|
2598
|
-
"""
|
|
2679
|
+
:param context:
|
|
2680
|
+
"""
|
|
2599
2681
|
...
|
|
2600
2682
|
|
|
2601
2683
|
def pop(self):
|
|
@@ -2632,15 +2714,35 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
|
2632
2714
|
""" """
|
|
2633
2715
|
...
|
|
2634
2716
|
|
|
2635
|
-
class
|
|
2717
|
+
class DATA_PT_gpencil_layer_transform(
|
|
2718
|
+
bpy_types.Panel,
|
|
2719
|
+
LayerDataButtonsPanel,
|
|
2720
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
2721
|
+
bpy_types._GenericUI,
|
|
2722
|
+
):
|
|
2723
|
+
""" """
|
|
2724
|
+
|
|
2725
|
+
bl_context: typing.Any
|
|
2636
2726
|
""" """
|
|
2637
2727
|
|
|
2638
2728
|
bl_label: typing.Any
|
|
2639
2729
|
""" """
|
|
2640
2730
|
|
|
2731
|
+
bl_options: typing.Any
|
|
2732
|
+
""" """
|
|
2733
|
+
|
|
2734
|
+
bl_parent_id: typing.Any
|
|
2735
|
+
""" """
|
|
2736
|
+
|
|
2737
|
+
bl_region_type: typing.Any
|
|
2738
|
+
""" """
|
|
2739
|
+
|
|
2641
2740
|
bl_rna: typing.Any
|
|
2642
2741
|
""" """
|
|
2643
2742
|
|
|
2743
|
+
bl_space_type: typing.Any
|
|
2744
|
+
""" """
|
|
2745
|
+
|
|
2644
2746
|
id_data: typing.Any
|
|
2645
2747
|
""" """
|
|
2646
2748
|
|
|
@@ -2670,21 +2772,6 @@ class GPENCIL_MT_layer_context_menu(bpy_types._GenericUI):
|
|
|
2670
2772
|
"""
|
|
2671
2773
|
...
|
|
2672
2774
|
|
|
2673
|
-
def draw_collapsible(self, context, layout):
|
|
2674
|
-
"""
|
|
2675
|
-
|
|
2676
|
-
:param context:
|
|
2677
|
-
:param layout:
|
|
2678
|
-
"""
|
|
2679
|
-
...
|
|
2680
|
-
|
|
2681
|
-
def draw_preset(self, _context):
|
|
2682
|
-
"""
|
|
2683
|
-
|
|
2684
|
-
:param _context:
|
|
2685
|
-
"""
|
|
2686
|
-
...
|
|
2687
|
-
|
|
2688
2775
|
def driver_add(self):
|
|
2689
2776
|
""" """
|
|
2690
2777
|
...
|
|
@@ -2749,34 +2836,15 @@ class GPENCIL_MT_layer_context_menu(bpy_types._GenericUI):
|
|
|
2749
2836
|
""" """
|
|
2750
2837
|
...
|
|
2751
2838
|
|
|
2752
|
-
def
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
operator,
|
|
2756
|
-
props_default,
|
|
2757
|
-
prop_filepath,
|
|
2758
|
-
filter_ext,
|
|
2759
|
-
filter_path,
|
|
2760
|
-
display_name,
|
|
2761
|
-
add_operator,
|
|
2762
|
-
add_operator_props,
|
|
2763
|
-
):
|
|
2764
|
-
"""
|
|
2839
|
+
def path_resolve(self):
|
|
2840
|
+
""" """
|
|
2841
|
+
...
|
|
2765
2842
|
|
|
2766
|
-
|
|
2767
|
-
:param operator:
|
|
2768
|
-
:param props_default:
|
|
2769
|
-
:param prop_filepath:
|
|
2770
|
-
:param filter_ext:
|
|
2771
|
-
:param filter_path:
|
|
2772
|
-
:param display_name:
|
|
2773
|
-
:param add_operator:
|
|
2774
|
-
:param add_operator_props:
|
|
2843
|
+
def poll(self, context):
|
|
2775
2844
|
"""
|
|
2776
|
-
...
|
|
2777
2845
|
|
|
2778
|
-
|
|
2779
|
-
"""
|
|
2846
|
+
:param context:
|
|
2847
|
+
"""
|
|
2780
2848
|
...
|
|
2781
2849
|
|
|
2782
2850
|
def pop(self):
|
|
@@ -2813,12 +2881,29 @@ class GPENCIL_MT_layer_context_menu(bpy_types._GenericUI):
|
|
|
2813
2881
|
""" """
|
|
2814
2882
|
...
|
|
2815
2883
|
|
|
2816
|
-
class
|
|
2884
|
+
class DATA_PT_gpencil_vertex_groups(
|
|
2885
|
+
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
2886
|
+
):
|
|
2887
|
+
""" """
|
|
2888
|
+
|
|
2889
|
+
bl_context: typing.Any
|
|
2890
|
+
""" """
|
|
2891
|
+
|
|
2892
|
+
bl_label: typing.Any
|
|
2893
|
+
""" """
|
|
2894
|
+
|
|
2895
|
+
bl_options: typing.Any
|
|
2896
|
+
""" """
|
|
2897
|
+
|
|
2898
|
+
bl_region_type: typing.Any
|
|
2817
2899
|
""" """
|
|
2818
2900
|
|
|
2819
2901
|
bl_rna: typing.Any
|
|
2820
2902
|
""" """
|
|
2821
2903
|
|
|
2904
|
+
bl_space_type: typing.Any
|
|
2905
|
+
""" """
|
|
2906
|
+
|
|
2822
2907
|
id_data: typing.Any
|
|
2823
2908
|
""" """
|
|
2824
2909
|
|
|
@@ -2841,27 +2926,10 @@ class GPENCIL_UL_vgroups(bpy_types._GenericUI):
|
|
|
2841
2926
|
""" """
|
|
2842
2927
|
...
|
|
2843
2928
|
|
|
2844
|
-
def
|
|
2845
|
-
self,
|
|
2846
|
-
_context,
|
|
2847
|
-
layout,
|
|
2848
|
-
_data,
|
|
2849
|
-
item,
|
|
2850
|
-
icon,
|
|
2851
|
-
_active_data,
|
|
2852
|
-
_active_propname,
|
|
2853
|
-
_index,
|
|
2854
|
-
):
|
|
2929
|
+
def draw(self, context):
|
|
2855
2930
|
"""
|
|
2856
2931
|
|
|
2857
|
-
:param
|
|
2858
|
-
:param layout:
|
|
2859
|
-
:param _data:
|
|
2860
|
-
:param item:
|
|
2861
|
-
:param icon:
|
|
2862
|
-
:param _active_data:
|
|
2863
|
-
:param _active_propname:
|
|
2864
|
-
:param _index:
|
|
2932
|
+
:param context:
|
|
2865
2933
|
"""
|
|
2866
2934
|
...
|
|
2867
2935
|
|
|
@@ -2933,6 +3001,13 @@ class GPENCIL_UL_vgroups(bpy_types._GenericUI):
|
|
|
2933
3001
|
""" """
|
|
2934
3002
|
...
|
|
2935
3003
|
|
|
3004
|
+
def poll(self, context):
|
|
3005
|
+
"""
|
|
3006
|
+
|
|
3007
|
+
:param context:
|
|
3008
|
+
"""
|
|
3009
|
+
...
|
|
3010
|
+
|
|
2936
3011
|
def pop(self):
|
|
2937
3012
|
""" """
|
|
2938
3013
|
...
|
|
@@ -2966,41 +3041,3 @@ class GPENCIL_UL_vgroups(bpy_types._GenericUI):
|
|
|
2966
3041
|
def values(self):
|
|
2967
3042
|
""" """
|
|
2968
3043
|
...
|
|
2969
|
-
|
|
2970
|
-
class LayerDataButtonsPanel:
|
|
2971
|
-
""" """
|
|
2972
|
-
|
|
2973
|
-
bl_context: typing.Any
|
|
2974
|
-
""" """
|
|
2975
|
-
|
|
2976
|
-
bl_region_type: typing.Any
|
|
2977
|
-
""" """
|
|
2978
|
-
|
|
2979
|
-
bl_space_type: typing.Any
|
|
2980
|
-
""" """
|
|
2981
|
-
|
|
2982
|
-
def poll(self, context):
|
|
2983
|
-
"""
|
|
2984
|
-
|
|
2985
|
-
:param context:
|
|
2986
|
-
"""
|
|
2987
|
-
...
|
|
2988
|
-
|
|
2989
|
-
class ObjectButtonsPanel:
|
|
2990
|
-
""" """
|
|
2991
|
-
|
|
2992
|
-
bl_context: typing.Any
|
|
2993
|
-
""" """
|
|
2994
|
-
|
|
2995
|
-
bl_region_type: typing.Any
|
|
2996
|
-
""" """
|
|
2997
|
-
|
|
2998
|
-
bl_space_type: typing.Any
|
|
2999
|
-
""" """
|
|
3000
|
-
|
|
3001
|
-
def poll(self, context):
|
|
3002
|
-
"""
|
|
3003
|
-
|
|
3004
|
-
:param context:
|
|
3005
|
-
"""
|
|
3006
|
-
...
|