fake-bpy-module 20240722__py3-none-any.whl → 20240723__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.

Files changed (96) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/sequencer/__init__.pyi +1 -1
  88. bpy/types/__init__.pyi +29718 -29418
  89. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  90. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  91. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +96 -96
  92. freestyle/utils/__init__.pyi +1 -1
  93. keyingsets_builtins/__init__.pyi +2 -2
  94. nodeitems_builtins/__init__.pyi +4 -4
  95. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +0 -0
  96. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -2,12 +2,12 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
5
+ import rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class CURVES_MT_add_attribute(bpy.types.Menu, bpy_types._GenericUI):
10
+ class CURVES_MT_add_attribute(bpy.types.Menu):
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
13
13
  id_data: typing.Any
@@ -47,7 +47,7 @@ class CURVES_MT_add_attribute(bpy.types.Menu, bpy_types._GenericUI):
47
47
  """
48
48
  ...
49
49
 
50
- class CURVES_UL_attributes(bpy.types.UIList, bpy_types._GenericUI):
50
+ class CURVES_UL_attributes(bpy.types.UIList):
51
51
  bl_rna: typing.Any
52
52
  id_data: typing.Any
53
53
 
@@ -100,7 +100,7 @@ class CURVES_UL_attributes(bpy.types.UIList, bpy_types._GenericUI):
100
100
  """
101
101
  ...
102
102
 
103
- class DATA_PT_CURVES_attributes(bpy.types.Panel, bpy_types._GenericUI):
103
+ class DATA_PT_CURVES_attributes(DataButtonsPanel, bpy.types.Panel):
104
104
  COMPAT_ENGINES: typing.Any
105
105
  bl_context: typing.Any
106
106
  bl_label: typing.Any
@@ -132,7 +132,7 @@ class DATA_PT_CURVES_attributes(bpy.types.Panel, bpy_types._GenericUI):
132
132
  """
133
133
  ...
134
134
 
135
- class DATA_PT_context_curves(bpy.types.Panel, bpy_types._GenericUI):
135
+ class DATA_PT_context_curves(DataButtonsPanel, bpy.types.Panel):
136
136
  COMPAT_ENGINES: typing.Any
137
137
  bl_context: typing.Any
138
138
  bl_label: typing.Any
@@ -165,7 +165,7 @@ class DATA_PT_context_curves(bpy.types.Panel, bpy_types._GenericUI):
165
165
  """
166
166
  ...
167
167
 
168
- class DATA_PT_curves_surface(bpy.types.Panel, bpy_types._GenericUI):
168
+ class DATA_PT_curves_surface(DataButtonsPanel, bpy.types.Panel):
169
169
  COMPAT_ENGINES: typing.Any
170
170
  bl_context: typing.Any
171
171
  bl_label: typing.Any
@@ -197,7 +197,9 @@ class DATA_PT_curves_surface(bpy.types.Panel, bpy_types._GenericUI):
197
197
  """
198
198
  ...
199
199
 
200
- class DATA_PT_custom_props_curves(bpy.types.Panel, bpy_types._GenericUI):
200
+ class DATA_PT_custom_props_curves(
201
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
202
+ ):
201
203
  """The subclass should have its own poll function
202
204
  and the variable '_context_path' MUST be set.
203
205
  """
@@ -2,12 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class DATA_PT_empty(bpy.types.Panel, bpy_types._GenericUI):
9
+ class DATA_PT_empty(DataButtonsPanel, bpy.types.Panel):
11
10
  bl_context: typing.Any
12
11
  bl_label: typing.Any
13
12
  bl_region_type: typing.Any
@@ -39,7 +38,7 @@ class DATA_PT_empty(bpy.types.Panel, bpy_types._GenericUI):
39
38
  """
40
39
  ...
41
40
 
42
- class DATA_PT_empty_image(bpy.types.Panel, bpy_types._GenericUI):
41
+ class DATA_PT_empty_image(DataButtonsPanel, bpy.types.Panel):
43
42
  bl_context: typing.Any
44
43
  bl_label: typing.Any
45
44
  bl_region_type: typing.Any
@@ -1,13 +1,14 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_grease_pencil_common
4
5
  import bpy.types
5
- import bpy_types
6
+ import rna_prop_ui
6
7
 
7
8
  GenericType1 = typing.TypeVar("GenericType1")
8
9
  GenericType2 = typing.TypeVar("GenericType2")
9
10
 
10
- class DATA_PT_context_gpencil(bpy.types.Panel, bpy_types._GenericUI):
11
+ class DATA_PT_context_gpencil(DataButtonsPanel, bpy.types.Panel):
11
12
  bl_context: typing.Any
12
13
  bl_label: typing.Any
13
14
  bl_options: typing.Any
@@ -39,7 +40,9 @@ class DATA_PT_context_gpencil(bpy.types.Panel, bpy_types._GenericUI):
39
40
  """
40
41
  ...
41
42
 
42
- class DATA_PT_custom_props_gpencil(bpy.types.Panel, bpy_types._GenericUI):
43
+ class DATA_PT_custom_props_gpencil(
44
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
45
+ ):
43
46
  """The subclass should have its own poll function
44
47
  and the variable '_context_path' MUST be set.
45
48
  """
@@ -69,7 +72,7 @@ class DATA_PT_custom_props_gpencil(bpy.types.Panel, bpy_types._GenericUI):
69
72
  """
70
73
  ...
71
74
 
72
- class DATA_PT_gpencil_canvas(bpy.types.Panel, bpy_types._GenericUI):
75
+ class DATA_PT_gpencil_canvas(DataButtonsPanel, bpy.types.Panel):
73
76
  bl_context: typing.Any
74
77
  bl_label: typing.Any
75
78
  bl_options: typing.Any
@@ -102,7 +105,7 @@ class DATA_PT_gpencil_canvas(bpy.types.Panel, bpy_types._GenericUI):
102
105
  """
103
106
  ...
104
107
 
105
- class DATA_PT_gpencil_display(bpy.types.Panel, bpy_types._GenericUI):
108
+ class DATA_PT_gpencil_display(DataButtonsPanel, bpy.types.Panel):
106
109
  bl_context: typing.Any
107
110
  bl_label: typing.Any
108
111
  bl_options: typing.Any
@@ -134,7 +137,11 @@ class DATA_PT_gpencil_display(bpy.types.Panel, bpy_types._GenericUI):
134
137
  """
135
138
  ...
136
139
 
137
- class DATA_PT_gpencil_layer_adjustments(bpy.types.Panel, bpy_types._GenericUI):
140
+ class DATA_PT_gpencil_layer_adjustments(
141
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
142
+ LayerDataButtonsPanel,
143
+ bpy.types.Panel,
144
+ ):
138
145
  bl_context: typing.Any
139
146
  bl_label: typing.Any
140
147
  bl_options: typing.Any
@@ -160,7 +167,11 @@ class DATA_PT_gpencil_layer_adjustments(bpy.types.Panel, bpy_types._GenericUI):
160
167
  """
161
168
  ...
162
169
 
163
- class DATA_PT_gpencil_layer_display(bpy.types.Panel, bpy_types._GenericUI):
170
+ class DATA_PT_gpencil_layer_display(
171
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
172
+ LayerDataButtonsPanel,
173
+ bpy.types.Panel,
174
+ ):
164
175
  bl_context: typing.Any
165
176
  bl_label: typing.Any
166
177
  bl_options: typing.Any
@@ -186,7 +197,11 @@ class DATA_PT_gpencil_layer_display(bpy.types.Panel, bpy_types._GenericUI):
186
197
  """
187
198
  ...
188
199
 
189
- class DATA_PT_gpencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
200
+ class DATA_PT_gpencil_layer_masks(
201
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
202
+ LayerDataButtonsPanel,
203
+ bpy.types.Panel,
204
+ ):
190
205
  bl_context: typing.Any
191
206
  bl_label: typing.Any
192
207
  bl_options: typing.Any
@@ -212,7 +227,11 @@ class DATA_PT_gpencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
212
227
  """
213
228
  ...
214
229
 
215
- class DATA_PT_gpencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
230
+ class DATA_PT_gpencil_layer_relations(
231
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
232
+ LayerDataButtonsPanel,
233
+ bpy.types.Panel,
234
+ ):
216
235
  bl_context: typing.Any
217
236
  bl_label: typing.Any
218
237
  bl_options: typing.Any
@@ -238,7 +257,11 @@ class DATA_PT_gpencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
238
257
  """
239
258
  ...
240
259
 
241
- class DATA_PT_gpencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
260
+ class DATA_PT_gpencil_layer_transform(
261
+ bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
262
+ LayerDataButtonsPanel,
263
+ bpy.types.Panel,
264
+ ):
242
265
  bl_context: typing.Any
243
266
  bl_label: typing.Any
244
267
  bl_options: typing.Any
@@ -264,7 +287,7 @@ class DATA_PT_gpencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
264
287
  """
265
288
  ...
266
289
 
267
- class DATA_PT_gpencil_layers(bpy.types.Panel, bpy_types._GenericUI):
290
+ class DATA_PT_gpencil_layers(DataButtonsPanel, bpy.types.Panel):
268
291
  bl_context: typing.Any
269
292
  bl_label: typing.Any
270
293
  bl_region_type: typing.Any
@@ -304,7 +327,7 @@ class DATA_PT_gpencil_layers(bpy.types.Panel, bpy_types._GenericUI):
304
327
  """
305
328
  ...
306
329
 
307
- class DATA_PT_gpencil_onion_skinning(bpy.types.Panel, bpy_types._GenericUI):
330
+ class DATA_PT_gpencil_onion_skinning(DataButtonsPanel, bpy.types.Panel):
308
331
  bl_context: typing.Any
309
332
  bl_label: typing.Any
310
333
  bl_region_type: typing.Any
@@ -335,9 +358,7 @@ class DATA_PT_gpencil_onion_skinning(bpy.types.Panel, bpy_types._GenericUI):
335
358
  """
336
359
  ...
337
360
 
338
- class DATA_PT_gpencil_onion_skinning_custom_colors(
339
- bpy.types.Panel, bpy_types._GenericUI
340
- ):
361
+ class DATA_PT_gpencil_onion_skinning_custom_colors(DataButtonsPanel, bpy.types.Panel):
341
362
  bl_context: typing.Any
342
363
  bl_label: typing.Any
343
364
  bl_options: typing.Any
@@ -377,7 +398,7 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
377
398
  """
378
399
  ...
379
400
 
380
- class DATA_PT_gpencil_onion_skinning_display(bpy.types.Panel, bpy_types._GenericUI):
401
+ class DATA_PT_gpencil_onion_skinning_display(DataButtonsPanel, bpy.types.Panel):
381
402
  bl_context: typing.Any
382
403
  bl_label: typing.Any
383
404
  bl_options: typing.Any
@@ -410,7 +431,7 @@ class DATA_PT_gpencil_onion_skinning_display(bpy.types.Panel, bpy_types._Generic
410
431
  """
411
432
  ...
412
433
 
413
- class DATA_PT_gpencil_strokes(bpy.types.Panel, bpy_types._GenericUI):
434
+ class DATA_PT_gpencil_strokes(DataButtonsPanel, bpy.types.Panel):
414
435
  bl_context: typing.Any
415
436
  bl_label: typing.Any
416
437
  bl_options: typing.Any
@@ -442,7 +463,7 @@ class DATA_PT_gpencil_strokes(bpy.types.Panel, bpy_types._GenericUI):
442
463
  """
443
464
  ...
444
465
 
445
- class DATA_PT_gpencil_vertex_groups(bpy.types.Panel, bpy_types._GenericUI):
466
+ class DATA_PT_gpencil_vertex_groups(ObjectButtonsPanel, bpy.types.Panel):
446
467
  bl_context: typing.Any
447
468
  bl_label: typing.Any
448
469
  bl_options: typing.Any
@@ -487,7 +508,7 @@ class DataButtonsPanel:
487
508
  """
488
509
  ...
489
510
 
490
- class GPENCIL_MT_gpencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
511
+ class GPENCIL_MT_gpencil_vertex_group(bpy.types.Menu):
491
512
  bl_label: typing.Any
492
513
  bl_rna: typing.Any
493
514
  id_data: typing.Any
@@ -515,7 +536,7 @@ class GPENCIL_MT_gpencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
515
536
  """
516
537
  ...
517
538
 
518
- class GPENCIL_MT_layer_context_menu(bpy.types.Menu, bpy_types._GenericUI):
539
+ class GPENCIL_MT_layer_context_menu(bpy.types.Menu):
519
540
  bl_label: typing.Any
520
541
  bl_rna: typing.Any
521
542
  id_data: typing.Any
@@ -543,7 +564,7 @@ class GPENCIL_MT_layer_context_menu(bpy.types.Menu, bpy_types._GenericUI):
543
564
  """
544
565
  ...
545
566
 
546
- class GPENCIL_UL_vgroups(bpy.types.UIList, bpy_types._GenericUI):
567
+ class GPENCIL_UL_vgroups(bpy.types.UIList):
547
568
  bl_rna: typing.Any
548
569
  id_data: typing.Any
549
570
 
@@ -2,12 +2,12 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
5
+ import rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class DATA_PT_context_grease_pencil(bpy.types.Panel, bpy_types._GenericUI):
10
+ class DATA_PT_context_grease_pencil(DataButtonsPanel, bpy.types.Panel):
11
11
  bl_context: typing.Any
12
12
  bl_label: typing.Any
13
13
  bl_options: typing.Any
@@ -39,7 +39,9 @@ class DATA_PT_context_grease_pencil(bpy.types.Panel, bpy_types._GenericUI):
39
39
  """
40
40
  ...
41
41
 
42
- class DATA_PT_grease_pencil_custom_props(bpy.types.Panel, bpy_types._GenericUI):
42
+ class DATA_PT_grease_pencil_custom_props(
43
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
44
+ ):
43
45
  """The subclass should have its own poll function
44
46
  and the variable '_context_path' MUST be set.
45
47
  """
@@ -69,7 +71,9 @@ class DATA_PT_grease_pencil_custom_props(bpy.types.Panel, bpy_types._GenericUI):
69
71
  """
70
72
  ...
71
73
 
72
- class DATA_PT_grease_pencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
74
+ class DATA_PT_grease_pencil_layer_masks(
75
+ GreasePencil_LayerMaskPanel, LayerDataButtonsPanel, bpy.types.Panel
76
+ ):
73
77
  bl_context: typing.Any
74
78
  bl_label: typing.Any
75
79
  bl_options: typing.Any
@@ -95,7 +99,9 @@ class DATA_PT_grease_pencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
95
99
  """
96
100
  ...
97
101
 
98
- class DATA_PT_grease_pencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
102
+ class DATA_PT_grease_pencil_layer_relations(
103
+ GreasPencil_LayerRelationsPanel, LayerDataButtonsPanel, bpy.types.Panel
104
+ ):
99
105
  bl_context: typing.Any
100
106
  bl_label: typing.Any
101
107
  bl_options: typing.Any
@@ -121,7 +127,9 @@ class DATA_PT_grease_pencil_layer_relations(bpy.types.Panel, bpy_types._GenericU
121
127
  """
122
128
  ...
123
129
 
124
- class DATA_PT_grease_pencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
130
+ class DATA_PT_grease_pencil_layer_transform(
131
+ GreasePencil_LayerTransformPanel, LayerDataButtonsPanel, bpy.types.Panel
132
+ ):
125
133
  bl_context: typing.Any
126
134
  bl_label: typing.Any
127
135
  bl_options: typing.Any
@@ -147,7 +155,7 @@ class DATA_PT_grease_pencil_layer_transform(bpy.types.Panel, bpy_types._GenericU
147
155
  """
148
156
  ...
149
157
 
150
- class DATA_PT_grease_pencil_layers(bpy.types.Panel, bpy_types._GenericUI):
158
+ class DATA_PT_grease_pencil_layers(DataButtonsPanel, bpy.types.Panel):
151
159
  bl_context: typing.Any
152
160
  bl_label: typing.Any
153
161
  bl_region_type: typing.Any
@@ -178,7 +186,7 @@ class DATA_PT_grease_pencil_layers(bpy.types.Panel, bpy_types._GenericUI):
178
186
  """
179
187
  ...
180
188
 
181
- class DATA_PT_grease_pencil_onion_skinning(bpy.types.Panel, bpy_types._GenericUI):
189
+ class DATA_PT_grease_pencil_onion_skinning(DataButtonsPanel, bpy.types.Panel):
182
190
  bl_context: typing.Any
183
191
  bl_label: typing.Any
184
192
  bl_region_type: typing.Any
@@ -210,7 +218,7 @@ class DATA_PT_grease_pencil_onion_skinning(bpy.types.Panel, bpy_types._GenericUI
210
218
  ...
211
219
 
212
220
  class DATA_PT_grease_pencil_onion_skinning_custom_colors(
213
- bpy.types.Panel, bpy_types._GenericUI
221
+ DataButtonsPanel, bpy.types.Panel
214
222
  ):
215
223
  bl_context: typing.Any
216
224
  bl_label: typing.Any
@@ -251,9 +259,7 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
251
259
  """
252
260
  ...
253
261
 
254
- class DATA_PT_grease_pencil_onion_skinning_display(
255
- bpy.types.Panel, bpy_types._GenericUI
256
- ):
262
+ class DATA_PT_grease_pencil_onion_skinning_display(DataButtonsPanel, bpy.types.Panel):
257
263
  bl_context: typing.Any
258
264
  bl_label: typing.Any
259
265
  bl_options: typing.Any
@@ -286,7 +292,7 @@ class DATA_PT_grease_pencil_onion_skinning_display(
286
292
  """
287
293
  ...
288
294
 
289
- class DATA_PT_grease_pencil_settings(bpy.types.Panel, bpy_types._GenericUI):
295
+ class DATA_PT_grease_pencil_settings(DataButtonsPanel, bpy.types.Panel):
290
296
  bl_context: typing.Any
291
297
  bl_label: typing.Any
292
298
  bl_region_type: typing.Any
@@ -330,9 +336,7 @@ class DataButtonsPanel:
330
336
  """
331
337
  ...
332
338
 
333
- class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
334
- bpy.types.Menu, bpy_types._GenericUI
335
- ):
339
+ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy.types.Menu):
336
340
  bl_label: typing.Any
337
341
  bl_rna: typing.Any
338
342
  id_data: typing.Any
@@ -360,7 +364,7 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
360
364
  """
361
365
  ...
362
366
 
363
- class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu, bpy_types._GenericUI):
367
+ class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu):
364
368
  bl_label: typing.Any
365
369
  bl_rna: typing.Any
366
370
  id_data: typing.Any
@@ -388,7 +392,7 @@ class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu, bpy_types._GenericUI):
388
392
  """
389
393
  ...
390
394
 
391
- class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu, bpy_types._GenericUI):
395
+ class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu):
392
396
  bl_label: typing.Any
393
397
  bl_rna: typing.Any
394
398
  id_data: typing.Any
@@ -416,7 +420,7 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu, bpy_types._GenericUI):
416
420
  """
417
421
  ...
418
422
 
419
- class GREASE_PENCIL_UL_masks(bpy.types.UIList, bpy_types._GenericUI):
423
+ class GREASE_PENCIL_UL_masks(bpy.types.UIList):
420
424
  bl_rna: typing.Any
421
425
  id_data: typing.Any
422
426
 
@@ -2,12 +2,12 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
5
+ import rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class DATA_PT_context_lattice(bpy.types.Panel, bpy_types._GenericUI):
10
+ class DATA_PT_context_lattice(DataButtonsPanel, bpy.types.Panel):
11
11
  bl_context: typing.Any
12
12
  bl_label: typing.Any
13
13
  bl_options: typing.Any
@@ -39,7 +39,9 @@ class DATA_PT_context_lattice(bpy.types.Panel, bpy_types._GenericUI):
39
39
  """
40
40
  ...
41
41
 
42
- class DATA_PT_custom_props_lattice(bpy.types.Panel, bpy_types._GenericUI):
42
+ class DATA_PT_custom_props_lattice(
43
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
44
+ ):
43
45
  """The subclass should have its own poll function
44
46
  and the variable '_context_path' MUST be set.
45
47
  """
@@ -70,7 +72,7 @@ class DATA_PT_custom_props_lattice(bpy.types.Panel, bpy_types._GenericUI):
70
72
  """
71
73
  ...
72
74
 
73
- class DATA_PT_lattice(bpy.types.Panel, bpy_types._GenericUI):
75
+ class DATA_PT_lattice(DataButtonsPanel, bpy.types.Panel):
74
76
  bl_context: typing.Any
75
77
  bl_label: typing.Any
76
78
  bl_region_type: typing.Any
@@ -2,12 +2,12 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
5
+ import rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class DATA_PT_EEVEE_light(bpy.types.Panel, bpy_types._GenericUI):
10
+ class DATA_PT_EEVEE_light(DataButtonsPanel, bpy.types.Panel):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
@@ -39,7 +39,7 @@ class DATA_PT_EEVEE_light(bpy.types.Panel, bpy_types._GenericUI):
39
39
  """
40
40
  ...
41
41
 
42
- class DATA_PT_EEVEE_light_distance(bpy.types.Panel, bpy_types._GenericUI):
42
+ class DATA_PT_EEVEE_light_distance(DataButtonsPanel, bpy.types.Panel):
43
43
  COMPAT_ENGINES: typing.Any
44
44
  bl_context: typing.Any
45
45
  bl_label: typing.Any
@@ -88,7 +88,7 @@ class DATA_PT_EEVEE_light_distance(bpy.types.Panel, bpy_types._GenericUI):
88
88
  """
89
89
  ...
90
90
 
91
- class DATA_PT_EEVEE_light_influence(bpy.types.Panel, bpy_types._GenericUI):
91
+ class DATA_PT_EEVEE_light_influence(DataButtonsPanel, bpy.types.Panel):
92
92
  COMPAT_ENGINES: typing.Any
93
93
  bl_context: typing.Any
94
94
  bl_label: typing.Any
@@ -122,7 +122,7 @@ class DATA_PT_EEVEE_light_influence(bpy.types.Panel, bpy_types._GenericUI):
122
122
  """
123
123
  ...
124
124
 
125
- class DATA_PT_EEVEE_light_shadow(bpy.types.Panel, bpy_types._GenericUI):
125
+ class DATA_PT_EEVEE_light_shadow(DataButtonsPanel, bpy.types.Panel):
126
126
  COMPAT_ENGINES: typing.Any
127
127
  bl_context: typing.Any
128
128
  bl_label: typing.Any
@@ -163,7 +163,7 @@ class DATA_PT_EEVEE_light_shadow(bpy.types.Panel, bpy_types._GenericUI):
163
163
  """
164
164
  ...
165
165
 
166
- class DATA_PT_EEVEE_shadow(bpy.types.Panel, bpy_types._GenericUI):
166
+ class DATA_PT_EEVEE_shadow(DataButtonsPanel, bpy.types.Panel):
167
167
  COMPAT_ENGINES: typing.Any
168
168
  bl_context: typing.Any
169
169
  bl_label: typing.Any
@@ -211,7 +211,7 @@ class DATA_PT_EEVEE_shadow(bpy.types.Panel, bpy_types._GenericUI):
211
211
  """
212
212
  ...
213
213
 
214
- class DATA_PT_EEVEE_shadow_cascaded_shadow_map(bpy.types.Panel, bpy_types._GenericUI):
214
+ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(DataButtonsPanel, bpy.types.Panel):
215
215
  COMPAT_ENGINES: typing.Any
216
216
  bl_context: typing.Any
217
217
  bl_label: typing.Any
@@ -253,7 +253,7 @@ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(bpy.types.Panel, bpy_types._Gener
253
253
  """
254
254
  ...
255
255
 
256
- class DATA_PT_EEVEE_shadow_contact(bpy.types.Panel, bpy_types._GenericUI):
256
+ class DATA_PT_EEVEE_shadow_contact(DataButtonsPanel, bpy.types.Panel):
257
257
  COMPAT_ENGINES: typing.Any
258
258
  bl_context: typing.Any
259
259
  bl_label: typing.Any
@@ -301,7 +301,7 @@ class DATA_PT_EEVEE_shadow_contact(bpy.types.Panel, bpy_types._GenericUI):
301
301
  """
302
302
  ...
303
303
 
304
- class DATA_PT_context_light(bpy.types.Panel, bpy_types._GenericUI):
304
+ class DATA_PT_context_light(DataButtonsPanel, bpy.types.Panel):
305
305
  COMPAT_ENGINES: typing.Any
306
306
  bl_context: typing.Any
307
307
  bl_label: typing.Any
@@ -334,7 +334,9 @@ class DATA_PT_context_light(bpy.types.Panel, bpy_types._GenericUI):
334
334
  """
335
335
  ...
336
336
 
337
- class DATA_PT_custom_props_light(bpy.types.Panel, bpy_types._GenericUI):
337
+ class DATA_PT_custom_props_light(
338
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
339
+ ):
338
340
  """The subclass should have its own poll function
339
341
  and the variable '_context_path' MUST be set.
340
342
  """
@@ -365,7 +367,7 @@ class DATA_PT_custom_props_light(bpy.types.Panel, bpy_types._GenericUI):
365
367
  """
366
368
  ...
367
369
 
368
- class DATA_PT_light(bpy.types.Panel, bpy_types._GenericUI):
370
+ class DATA_PT_light(DataButtonsPanel, bpy.types.Panel):
369
371
  COMPAT_ENGINES: typing.Any
370
372
  bl_context: typing.Any
371
373
  bl_label: typing.Any
@@ -397,7 +399,7 @@ class DATA_PT_light(bpy.types.Panel, bpy_types._GenericUI):
397
399
  """
398
400
  ...
399
401
 
400
- class DATA_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
402
+ class DATA_PT_preview(DataButtonsPanel, bpy.types.Panel):
401
403
  COMPAT_ENGINES: typing.Any
402
404
  bl_context: typing.Any
403
405
  bl_label: typing.Any
@@ -430,7 +432,7 @@ class DATA_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
430
432
  """
431
433
  ...
432
434
 
433
- class DATA_PT_spot(bpy.types.Panel, bpy_types._GenericUI):
435
+ class DATA_PT_spot(DataButtonsPanel, bpy.types.Panel):
434
436
  COMPAT_ENGINES: typing.Any
435
437
  bl_context: typing.Any
436
438
  bl_label: typing.Any
@@ -2,12 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class DATA_PT_context_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
9
+ class DATA_PT_context_lightprobe(DataButtonsPanel, bpy.types.Panel):
11
10
  COMPAT_ENGINES: typing.Any
12
11
  bl_context: typing.Any
13
12
  bl_label: typing.Any
@@ -40,7 +39,7 @@ class DATA_PT_context_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
40
39
  """
41
40
  ...
42
41
 
43
- class DATA_PT_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
42
+ class DATA_PT_lightprobe(DataButtonsPanel, bpy.types.Panel):
44
43
  COMPAT_ENGINES: typing.Any
45
44
  bl_context: typing.Any
46
45
  bl_label: typing.Any
@@ -72,7 +71,7 @@ class DATA_PT_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
72
71
  """
73
72
  ...
74
73
 
75
- class DATA_PT_lightprobe_bake(bpy.types.Panel, bpy_types._GenericUI):
74
+ class DATA_PT_lightprobe_bake(DataButtonsPanel, bpy.types.Panel):
76
75
  COMPAT_ENGINES: typing.Any
77
76
  bl_context: typing.Any
78
77
  bl_label: typing.Any
@@ -112,7 +111,7 @@ class DATA_PT_lightprobe_bake(bpy.types.Panel, bpy_types._GenericUI):
112
111
  """
113
112
  ...
114
113
 
115
- class DATA_PT_lightprobe_bake_capture(bpy.types.Panel, bpy_types._GenericUI):
114
+ class DATA_PT_lightprobe_bake_capture(DataButtonsPanel, bpy.types.Panel):
116
115
  COMPAT_ENGINES: typing.Any
117
116
  bl_context: typing.Any
118
117
  bl_label: typing.Any
@@ -145,7 +144,7 @@ class DATA_PT_lightprobe_bake_capture(bpy.types.Panel, bpy_types._GenericUI):
145
144
  """
146
145
  ...
147
146
 
148
- class DATA_PT_lightprobe_bake_clamping(bpy.types.Panel, bpy_types._GenericUI):
147
+ class DATA_PT_lightprobe_bake_clamping(DataButtonsPanel, bpy.types.Panel):
149
148
  COMPAT_ENGINES: typing.Any
150
149
  bl_context: typing.Any
151
150
  bl_label: typing.Any
@@ -179,7 +178,7 @@ class DATA_PT_lightprobe_bake_clamping(bpy.types.Panel, bpy_types._GenericUI):
179
178
  """
180
179
  ...
181
180
 
182
- class DATA_PT_lightprobe_bake_offset(bpy.types.Panel, bpy_types._GenericUI):
181
+ class DATA_PT_lightprobe_bake_offset(DataButtonsPanel, bpy.types.Panel):
183
182
  COMPAT_ENGINES: typing.Any
184
183
  bl_context: typing.Any
185
184
  bl_label: typing.Any
@@ -213,7 +212,7 @@ class DATA_PT_lightprobe_bake_offset(bpy.types.Panel, bpy_types._GenericUI):
213
212
  """
214
213
  ...
215
214
 
216
- class DATA_PT_lightprobe_bake_resolution(bpy.types.Panel, bpy_types._GenericUI):
215
+ class DATA_PT_lightprobe_bake_resolution(DataButtonsPanel, bpy.types.Panel):
217
216
  COMPAT_ENGINES: typing.Any
218
217
  bl_context: typing.Any
219
218
  bl_label: typing.Any
@@ -246,7 +245,7 @@ class DATA_PT_lightprobe_bake_resolution(bpy.types.Panel, bpy_types._GenericUI):
246
245
  """
247
246
  ...
248
247
 
249
- class DATA_PT_lightprobe_capture(bpy.types.Panel, bpy_types._GenericUI):
248
+ class DATA_PT_lightprobe_capture(DataButtonsPanel, bpy.types.Panel):
250
249
  COMPAT_ENGINES: typing.Any
251
250
  bl_context: typing.Any
252
251
  bl_label: typing.Any
@@ -286,7 +285,7 @@ class DATA_PT_lightprobe_capture(bpy.types.Panel, bpy_types._GenericUI):
286
285
  """
287
286
  ...
288
287
 
289
- class DATA_PT_lightprobe_display(bpy.types.Panel, bpy_types._GenericUI):
288
+ class DATA_PT_lightprobe_display(DataButtonsPanel, bpy.types.Panel):
290
289
  COMPAT_ENGINES: typing.Any
291
290
  bl_context: typing.Any
292
291
  bl_label: typing.Any
@@ -319,7 +318,7 @@ class DATA_PT_lightprobe_display(bpy.types.Panel, bpy_types._GenericUI):
319
318
  """
320
319
  ...
321
320
 
322
- class DATA_PT_lightprobe_display_eevee_next(bpy.types.Panel, bpy_types._GenericUI):
321
+ class DATA_PT_lightprobe_display_eevee_next(DataButtonsPanel, bpy.types.Panel):
323
322
  COMPAT_ENGINES: typing.Any
324
323
  bl_context: typing.Any
325
324
  bl_label: typing.Any
@@ -352,7 +351,7 @@ class DATA_PT_lightprobe_display_eevee_next(bpy.types.Panel, bpy_types._GenericU
352
351
  """
353
352
  ...
354
353
 
355
- class DATA_PT_lightprobe_eevee_next(bpy.types.Panel, bpy_types._GenericUI):
354
+ class DATA_PT_lightprobe_eevee_next(DataButtonsPanel, bpy.types.Panel):
356
355
  COMPAT_ENGINES: typing.Any
357
356
  bl_context: typing.Any
358
357
  bl_label: typing.Any
@@ -384,7 +383,7 @@ class DATA_PT_lightprobe_eevee_next(bpy.types.Panel, bpy_types._GenericUI):
384
383
  """
385
384
  ...
386
385
 
387
- class DATA_PT_lightprobe_parallax(bpy.types.Panel, bpy_types._GenericUI):
386
+ class DATA_PT_lightprobe_parallax(DataButtonsPanel, bpy.types.Panel):
388
387
  COMPAT_ENGINES: typing.Any
389
388
  bl_context: typing.Any
390
389
  bl_label: typing.Any
@@ -432,7 +431,7 @@ class DATA_PT_lightprobe_parallax(bpy.types.Panel, bpy_types._GenericUI):
432
431
  """
433
432
  ...
434
433
 
435
- class DATA_PT_lightprobe_visibility(bpy.types.Panel, bpy_types._GenericUI):
434
+ class DATA_PT_lightprobe_visibility(DataButtonsPanel, bpy.types.Panel):
436
435
  COMPAT_ENGINES: typing.Any
437
436
  bl_context: typing.Any
438
437
  bl_label: typing.Any