fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +330 -329
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +106351 -103198
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -1,29 +1,58 @@
1
1
  import typing
2
2
  import bpy_types
3
+ import rna_prop_ui
3
4
 
4
5
  GenericType = typing.TypeVar("GenericType")
5
6
 
6
- class DATA_PT_context_grease_pencil(bpy_types._GenericUI):
7
+ class DataButtonsPanel:
7
8
  """ """
8
9
 
9
10
  bl_context: typing.Any
10
11
  """ """
11
12
 
12
- bl_label: typing.Any
13
+ bl_region_type: typing.Any
13
14
  """ """
14
15
 
15
- bl_options: typing.Any
16
+ bl_space_type: typing.Any
16
17
  """ """
17
18
 
18
- bl_region_type: typing.Any
19
+ def poll(self, context):
20
+ """
21
+
22
+ :param context:
23
+ """
24
+ ...
25
+
26
+ class LayerDataButtonsPanel:
19
27
  """ """
20
28
 
21
- bl_rna: typing.Any
29
+ bl_context: typing.Any
30
+ """ """
31
+
32
+ bl_region_type: typing.Any
22
33
  """ """
23
34
 
24
35
  bl_space_type: typing.Any
25
36
  """ """
26
37
 
38
+ def poll(self, context):
39
+ """
40
+
41
+ :param context:
42
+ """
43
+ ...
44
+
45
+ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
46
+ bpy_types.Menu, bpy_types._GenericUI
47
+ ):
48
+ """ """
49
+
50
+ bl_label: typing.Any
51
+ """ """
52
+
53
+ bl_rna: typing.Any
54
+ """ """
55
+
27
56
  id_data: typing.Any
28
57
  """ """
29
58
 
@@ -53,6 +82,21 @@ class DATA_PT_context_grease_pencil(bpy_types._GenericUI):
53
82
  """
54
83
  ...
55
84
 
85
+ def draw_collapsible(self, context, layout):
86
+ """
87
+
88
+ :param context:
89
+ :param layout:
90
+ """
91
+ ...
92
+
93
+ def draw_preset(self, _context):
94
+ """
95
+
96
+ :param _context:
97
+ """
98
+ ...
99
+
56
100
  def driver_add(self):
57
101
  """ """
58
102
  ...
@@ -117,17 +161,36 @@ class DATA_PT_context_grease_pencil(bpy_types._GenericUI):
117
161
  """ """
118
162
  ...
119
163
 
120
- def path_resolve(self):
121
- """ """
122
- ...
123
-
124
- def poll(self, context):
164
+ def path_menu(
165
+ self,
166
+ searchpaths,
167
+ operator,
168
+ props_default,
169
+ prop_filepath,
170
+ filter_ext,
171
+ filter_path,
172
+ display_name,
173
+ add_operator,
174
+ add_operator_props,
175
+ ):
125
176
  """
126
177
 
127
- :param context:
178
+ :param searchpaths:
179
+ :param operator:
180
+ :param props_default:
181
+ :param prop_filepath:
182
+ :param filter_ext:
183
+ :param filter_path:
184
+ :param display_name:
185
+ :param add_operator:
186
+ :param add_operator_props:
128
187
  """
129
188
  ...
130
189
 
190
+ def path_resolve(self):
191
+ """ """
192
+ ...
193
+
131
194
  def pop(self):
132
195
  """ """
133
196
  ...
@@ -162,30 +225,15 @@ class DATA_PT_context_grease_pencil(bpy_types._GenericUI):
162
225
  """ """
163
226
  ...
164
227
 
165
- class DATA_PT_grease_pencil_custom_props(bpy_types._GenericUI):
166
- """ """
167
-
168
- bl_context: typing.Any
228
+ class GREASE_PENCIL_MT_layer_mask_add(bpy_types.Menu, bpy_types._GenericUI):
169
229
  """ """
170
230
 
171
231
  bl_label: typing.Any
172
232
  """ """
173
233
 
174
- bl_options: typing.Any
175
- """ """
176
-
177
- bl_order: typing.Any
178
- """ """
179
-
180
- bl_region_type: typing.Any
181
- """ """
182
-
183
234
  bl_rna: typing.Any
184
235
  """ """
185
236
 
186
- bl_space_type: typing.Any
187
- """ """
188
-
189
237
  id_data: typing.Any
190
238
  """ """
191
239
 
@@ -215,6 +263,21 @@ class DATA_PT_grease_pencil_custom_props(bpy_types._GenericUI):
215
263
  """
216
264
  ...
217
265
 
266
+ def draw_collapsible(self, context, layout):
267
+ """
268
+
269
+ :param context:
270
+ :param layout:
271
+ """
272
+ ...
273
+
274
+ def draw_preset(self, _context):
275
+ """
276
+
277
+ :param _context:
278
+ """
279
+ ...
280
+
218
281
  def driver_add(self):
219
282
  """ """
220
283
  ...
@@ -279,17 +342,36 @@ class DATA_PT_grease_pencil_custom_props(bpy_types._GenericUI):
279
342
  """ """
280
343
  ...
281
344
 
282
- def path_resolve(self):
283
- """ """
284
- ...
285
-
286
- def poll(self, context):
345
+ def path_menu(
346
+ self,
347
+ searchpaths,
348
+ operator,
349
+ props_default,
350
+ prop_filepath,
351
+ filter_ext,
352
+ filter_path,
353
+ display_name,
354
+ add_operator,
355
+ add_operator_props,
356
+ ):
287
357
  """
288
358
 
289
- :param context:
359
+ :param searchpaths:
360
+ :param operator:
361
+ :param props_default:
362
+ :param prop_filepath:
363
+ :param filter_ext:
364
+ :param filter_path:
365
+ :param display_name:
366
+ :param add_operator:
367
+ :param add_operator_props:
290
368
  """
291
369
  ...
292
370
 
371
+ def path_resolve(self):
372
+ """ """
373
+ ...
374
+
293
375
  def pop(self):
294
376
  """ """
295
377
  ...
@@ -324,30 +406,12 @@ class DATA_PT_grease_pencil_custom_props(bpy_types._GenericUI):
324
406
  """ """
325
407
  ...
326
408
 
327
- class DATA_PT_grease_pencil_layer_masks(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
409
+ class GREASE_PENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
343
410
  """ """
344
411
 
345
412
  bl_rna: typing.Any
346
413
  """ """
347
414
 
348
- bl_space_type: typing.Any
349
- """ """
350
-
351
415
  id_data: typing.Any
352
416
  """ """
353
417
 
@@ -370,17 +434,27 @@ class DATA_PT_grease_pencil_layer_masks(bpy_types._GenericUI):
370
434
  """ """
371
435
  ...
372
436
 
373
- def draw(self, context):
374
- """
375
-
376
- :param context:
377
- """
378
- ...
379
-
380
- def draw_header(self, context):
437
+ def draw_item(
438
+ self,
439
+ _context,
440
+ layout,
441
+ _data,
442
+ item,
443
+ icon,
444
+ _active_data,
445
+ _active_propname,
446
+ _index,
447
+ ):
381
448
  """
382
449
 
383
- :param context:
450
+ :param _context:
451
+ :param layout:
452
+ :param _data:
453
+ :param item:
454
+ :param icon:
455
+ :param _active_data:
456
+ :param _active_propname:
457
+ :param _index:
384
458
  """
385
459
  ...
386
460
 
@@ -452,13 +526,6 @@ class DATA_PT_grease_pencil_layer_masks(bpy_types._GenericUI):
452
526
  """ """
453
527
  ...
454
528
 
455
- def poll(self, context):
456
- """
457
-
458
- :param context:
459
- """
460
- ...
461
-
462
529
  def pop(self):
463
530
  """ """
464
531
  ...
@@ -493,7 +560,9 @@ class DATA_PT_grease_pencil_layer_masks(bpy_types._GenericUI):
493
560
  """ """
494
561
  ...
495
562
 
496
- class DATA_PT_grease_pencil_layer_relations(bpy_types._GenericUI):
563
+ class DATA_PT_context_grease_pencil(
564
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
565
+ ):
497
566
  """ """
498
567
 
499
568
  bl_context: typing.Any
@@ -505,9 +574,6 @@ class DATA_PT_grease_pencil_layer_relations(bpy_types._GenericUI):
505
574
  bl_options: typing.Any
506
575
  """ """
507
576
 
508
- bl_parent_id: typing.Any
509
- """ """
510
-
511
577
  bl_region_type: typing.Any
512
578
  """ """
513
579
 
@@ -655,7 +721,9 @@ class DATA_PT_grease_pencil_layer_relations(bpy_types._GenericUI):
655
721
  """ """
656
722
  ...
657
723
 
658
- class DATA_PT_grease_pencil_layer_transform(bpy_types._GenericUI):
724
+ class DATA_PT_grease_pencil_custom_props(
725
+ bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
726
+ ):
659
727
  """ """
660
728
 
661
729
  bl_context: typing.Any
@@ -667,7 +735,7 @@ class DATA_PT_grease_pencil_layer_transform(bpy_types._GenericUI):
667
735
  bl_options: typing.Any
668
736
  """ """
669
737
 
670
- bl_parent_id: typing.Any
738
+ bl_order: typing.Any
671
739
  """ """
672
740
 
673
741
  bl_region_type: typing.Any
@@ -817,7 +885,9 @@ class DATA_PT_grease_pencil_layer_transform(bpy_types._GenericUI):
817
885
  """ """
818
886
  ...
819
887
 
820
- class DATA_PT_grease_pencil_layers(bpy_types._GenericUI):
888
+ class DATA_PT_grease_pencil_layers(
889
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
890
+ ):
821
891
  """ """
822
892
 
823
893
  bl_context: typing.Any
@@ -973,7 +1043,9 @@ class DATA_PT_grease_pencil_layers(bpy_types._GenericUI):
973
1043
  """ """
974
1044
  ...
975
1045
 
976
- class DATA_PT_grease_pencil_onion_skinning(bpy_types._GenericUI):
1046
+ class DATA_PT_grease_pencil_onion_skinning(
1047
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1048
+ ):
977
1049
  """ """
978
1050
 
979
1051
  bl_context: typing.Any
@@ -1129,7 +1201,9 @@ class DATA_PT_grease_pencil_onion_skinning(bpy_types._GenericUI):
1129
1201
  """ """
1130
1202
  ...
1131
1203
 
1132
- class DATA_PT_grease_pencil_onion_skinning_custom_colors(bpy_types._GenericUI):
1204
+ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
1205
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1206
+ ):
1133
1207
  """ """
1134
1208
 
1135
1209
  bl_context: typing.Any
@@ -1298,7 +1372,9 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(bpy_types._GenericUI):
1298
1372
  """ """
1299
1373
  ...
1300
1374
 
1301
- class DATA_PT_grease_pencil_onion_skinning_display(bpy_types._GenericUI):
1375
+ class DATA_PT_grease_pencil_onion_skinning_display(
1376
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1377
+ ):
1302
1378
  """ """
1303
1379
 
1304
1380
  bl_context: typing.Any
@@ -1460,7 +1536,9 @@ class DATA_PT_grease_pencil_onion_skinning_display(bpy_types._GenericUI):
1460
1536
  """ """
1461
1537
  ...
1462
1538
 
1463
- class DATA_PT_grease_pencil_settings(bpy_types._GenericUI):
1539
+ class DATA_PT_grease_pencil_settings(
1540
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1541
+ ):
1464
1542
  """ """
1465
1543
 
1466
1544
  bl_context: typing.Any
@@ -1616,34 +1694,32 @@ class DATA_PT_grease_pencil_settings(bpy_types._GenericUI):
1616
1694
  """ """
1617
1695
  ...
1618
1696
 
1619
- class DataButtonsPanel:
1697
+ class DATA_PT_grease_pencil_layer_masks(
1698
+ bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
1699
+ ):
1620
1700
  """ """
1621
1701
 
1622
1702
  bl_context: typing.Any
1623
1703
  """ """
1624
1704
 
1625
- bl_region_type: typing.Any
1705
+ bl_label: typing.Any
1626
1706
  """ """
1627
1707
 
1628
- bl_space_type: typing.Any
1708
+ bl_options: typing.Any
1629
1709
  """ """
1630
1710
 
1631
- def poll(self, context):
1632
- """
1633
-
1634
- :param context:
1635
- """
1636
- ...
1637
-
1638
- class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
1711
+ bl_parent_id: typing.Any
1639
1712
  """ """
1640
1713
 
1641
- bl_label: typing.Any
1714
+ bl_region_type: typing.Any
1642
1715
  """ """
1643
1716
 
1644
1717
  bl_rna: typing.Any
1645
1718
  """ """
1646
1719
 
1720
+ bl_space_type: typing.Any
1721
+ """ """
1722
+
1647
1723
  id_data: typing.Any
1648
1724
  """ """
1649
1725
 
@@ -1673,18 +1749,10 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
1673
1749
  """
1674
1750
  ...
1675
1751
 
1676
- def draw_collapsible(self, context, layout):
1752
+ def draw_header(self, context):
1677
1753
  """
1678
1754
 
1679
1755
  :param context:
1680
- :param layout:
1681
- """
1682
- ...
1683
-
1684
- def draw_preset(self, _context):
1685
- """
1686
-
1687
- :param _context:
1688
1756
  """
1689
1757
  ...
1690
1758
 
@@ -1752,34 +1820,15 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
1752
1820
  """ """
1753
1821
  ...
1754
1822
 
1755
- def path_menu(
1756
- self,
1757
- searchpaths,
1758
- operator,
1759
- props_default,
1760
- prop_filepath,
1761
- filter_ext,
1762
- filter_path,
1763
- display_name,
1764
- add_operator,
1765
- add_operator_props,
1766
- ):
1767
- """
1823
+ def path_resolve(self):
1824
+ """ """
1825
+ ...
1768
1826
 
1769
- :param searchpaths:
1770
- :param operator:
1771
- :param props_default:
1772
- :param prop_filepath:
1773
- :param filter_ext:
1774
- :param filter_path:
1775
- :param display_name:
1776
- :param add_operator:
1777
- :param add_operator_props:
1827
+ def poll(self, context):
1778
1828
  """
1779
- ...
1780
1829
 
1781
- def path_resolve(self):
1782
- """ """
1830
+ :param context:
1831
+ """
1783
1832
  ...
1784
1833
 
1785
1834
  def pop(self):
@@ -1816,15 +1865,32 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
1816
1865
  """ """
1817
1866
  ...
1818
1867
 
1819
- class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
1868
+ class DATA_PT_grease_pencil_layer_relations(
1869
+ bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
1870
+ ):
1871
+ """ """
1872
+
1873
+ bl_context: typing.Any
1820
1874
  """ """
1821
1875
 
1822
1876
  bl_label: typing.Any
1823
1877
  """ """
1824
1878
 
1879
+ bl_options: typing.Any
1880
+ """ """
1881
+
1882
+ bl_parent_id: typing.Any
1883
+ """ """
1884
+
1885
+ bl_region_type: typing.Any
1886
+ """ """
1887
+
1825
1888
  bl_rna: typing.Any
1826
1889
  """ """
1827
1890
 
1891
+ bl_space_type: typing.Any
1892
+ """ """
1893
+
1828
1894
  id_data: typing.Any
1829
1895
  """ """
1830
1896
 
@@ -1854,21 +1920,6 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
1854
1920
  """
1855
1921
  ...
1856
1922
 
1857
- def draw_collapsible(self, context, layout):
1858
- """
1859
-
1860
- :param context:
1861
- :param layout:
1862
- """
1863
- ...
1864
-
1865
- def draw_preset(self, _context):
1866
- """
1867
-
1868
- :param _context:
1869
- """
1870
- ...
1871
-
1872
1923
  def driver_add(self):
1873
1924
  """ """
1874
1925
  ...
@@ -1933,34 +1984,15 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
1933
1984
  """ """
1934
1985
  ...
1935
1986
 
1936
- def path_menu(
1937
- self,
1938
- searchpaths,
1939
- operator,
1940
- props_default,
1941
- prop_filepath,
1942
- filter_ext,
1943
- filter_path,
1944
- display_name,
1945
- add_operator,
1946
- add_operator_props,
1947
- ):
1948
- """
1987
+ def path_resolve(self):
1988
+ """ """
1989
+ ...
1949
1990
 
1950
- :param searchpaths:
1951
- :param operator:
1952
- :param props_default:
1953
- :param prop_filepath:
1954
- :param filter_ext:
1955
- :param filter_path:
1956
- :param display_name:
1957
- :param add_operator:
1958
- :param add_operator_props:
1991
+ def poll(self, context):
1959
1992
  """
1960
- ...
1961
1993
 
1962
- def path_resolve(self):
1963
- """ """
1994
+ :param context:
1995
+ """
1964
1996
  ...
1965
1997
 
1966
1998
  def pop(self):
@@ -1997,12 +2029,32 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
1997
2029
  """ """
1998
2030
  ...
1999
2031
 
2000
- class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
2032
+ class DATA_PT_grease_pencil_layer_transform(
2033
+ bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
2034
+ ):
2035
+ """ """
2036
+
2037
+ bl_context: typing.Any
2038
+ """ """
2039
+
2040
+ bl_label: typing.Any
2041
+ """ """
2042
+
2043
+ bl_options: typing.Any
2044
+ """ """
2045
+
2046
+ bl_parent_id: typing.Any
2047
+ """ """
2048
+
2049
+ bl_region_type: typing.Any
2001
2050
  """ """
2002
2051
 
2003
2052
  bl_rna: typing.Any
2004
2053
  """ """
2005
2054
 
2055
+ bl_space_type: typing.Any
2056
+ """ """
2057
+
2006
2058
  id_data: typing.Any
2007
2059
  """ """
2008
2060
 
@@ -2025,27 +2077,10 @@ class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
2025
2077
  """ """
2026
2078
  ...
2027
2079
 
2028
- def draw_item(
2029
- self,
2030
- _context,
2031
- layout,
2032
- _data,
2033
- item,
2034
- icon,
2035
- _active_data,
2036
- _active_propname,
2037
- _index,
2038
- ):
2080
+ def draw(self, context):
2039
2081
  """
2040
2082
 
2041
- :param _context:
2042
- :param layout:
2043
- :param _data:
2044
- :param item:
2045
- :param icon:
2046
- :param _active_data:
2047
- :param _active_propname:
2048
- :param _index:
2083
+ :param context:
2049
2084
  """
2050
2085
  ...
2051
2086
 
@@ -2117,6 +2152,13 @@ class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
2117
2152
  """ """
2118
2153
  ...
2119
2154
 
2155
+ def poll(self, context):
2156
+ """
2157
+
2158
+ :param context:
2159
+ """
2160
+ ...
2161
+
2120
2162
  def pop(self):
2121
2163
  """ """
2122
2164
  ...
@@ -2150,22 +2192,3 @@ class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
2150
2192
  def values(self):
2151
2193
  """ """
2152
2194
  ...
2153
-
2154
- class LayerDataButtonsPanel:
2155
- """ """
2156
-
2157
- bl_context: typing.Any
2158
- """ """
2159
-
2160
- bl_region_type: typing.Any
2161
- """ """
2162
-
2163
- bl_space_type: typing.Any
2164
- """ """
2165
-
2166
- def poll(self, context):
2167
- """
2168
-
2169
- :param context:
2170
- """
2171
- ...