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
@@ -3,7 +3,19 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class DATA_PT_shader_fx(bpy_types._GenericUI):
6
+ class ShaderFxButtonsPanel:
7
+ """ """
8
+
9
+ bl_context: typing.Any
10
+ """ """
11
+
12
+ bl_region_type: typing.Any
13
+ """ """
14
+
15
+ bl_space_type: typing.Any
16
+ """ """
17
+
18
+ class DATA_PT_shader_fx(bpy_types.Panel, ShaderFxButtonsPanel, bpy_types._GenericUI):
7
19
  """ """
8
20
 
9
21
  bl_context: typing.Any
@@ -154,15 +166,3 @@ class DATA_PT_shader_fx(bpy_types._GenericUI):
154
166
  def values(self):
155
167
  """ """
156
168
  ...
157
-
158
- class ShaderFxButtonsPanel:
159
- """ """
160
-
161
- bl_context: typing.Any
162
- """ """
163
-
164
- bl_region_type: typing.Any
165
- """ """
166
-
167
- bl_space_type: typing.Any
168
- """ """
@@ -1,9 +1,29 @@
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_cone(bpy_types._GenericUI):
7
+ class DataButtonsPanel:
8
+ """ """
9
+
10
+ bl_context: typing.Any
11
+ """ """
12
+
13
+ bl_region_type: typing.Any
14
+ """ """
15
+
16
+ bl_space_type: typing.Any
17
+ """ """
18
+
19
+ def poll(self, context):
20
+ """
21
+
22
+ :param context:
23
+ """
24
+ ...
25
+
26
+ class DATA_PT_cone(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
7
27
  """ """
8
28
 
9
29
  COMPAT_ENGINES: typing.Any
@@ -165,7 +185,7 @@ class DATA_PT_cone(bpy_types._GenericUI):
165
185
  """ """
166
186
  ...
167
187
 
168
- class DATA_PT_context_speaker(bpy_types._GenericUI):
188
+ class DATA_PT_context_speaker(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
169
189
  """ """
170
190
 
171
191
  COMPAT_ENGINES: typing.Any
@@ -327,7 +347,9 @@ class DATA_PT_context_speaker(bpy_types._GenericUI):
327
347
  """ """
328
348
  ...
329
349
 
330
- class DATA_PT_custom_props_speaker(bpy_types._GenericUI):
350
+ class DATA_PT_custom_props_speaker(
351
+ bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
352
+ ):
331
353
  """ """
332
354
 
333
355
  COMPAT_ENGINES: typing.Any
@@ -492,7 +514,7 @@ class DATA_PT_custom_props_speaker(bpy_types._GenericUI):
492
514
  """ """
493
515
  ...
494
516
 
495
- class DATA_PT_distance(bpy_types._GenericUI):
517
+ class DATA_PT_distance(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
496
518
  """ """
497
519
 
498
520
  COMPAT_ENGINES: typing.Any
@@ -654,7 +676,7 @@ class DATA_PT_distance(bpy_types._GenericUI):
654
676
  """ """
655
677
  ...
656
678
 
657
- class DATA_PT_speaker(bpy_types._GenericUI):
679
+ class DATA_PT_speaker(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
658
680
  """ """
659
681
 
660
682
  COMPAT_ENGINES: typing.Any
@@ -812,22 +834,3 @@ class DATA_PT_speaker(bpy_types._GenericUI):
812
834
  def values(self):
813
835
  """ """
814
836
  ...
815
-
816
- class DataButtonsPanel:
817
- """ """
818
-
819
- bl_context: typing.Any
820
- """ """
821
-
822
- bl_region_type: typing.Any
823
- """ """
824
-
825
- bl_space_type: typing.Any
826
- """ """
827
-
828
- def poll(self, context):
829
- """
830
-
831
- :param context:
832
- """
833
- ...
@@ -1,30 +1,32 @@
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_volume(bpy_types._GenericUI):
7
- """ """
8
-
9
- COMPAT_ENGINES: typing.Any
7
+ class DataButtonsPanel:
10
8
  """ """
11
9
 
12
10
  bl_context: typing.Any
13
11
  """ """
14
12
 
15
- bl_label: typing.Any
13
+ bl_region_type: typing.Any
16
14
  """ """
17
15
 
18
- bl_options: typing.Any
16
+ bl_space_type: typing.Any
19
17
  """ """
20
18
 
21
- bl_region_type: typing.Any
22
- """ """
19
+ def poll(self, context):
20
+ """
23
21
 
24
- bl_rna: typing.Any
22
+ :param context:
23
+ """
24
+ ...
25
+
26
+ class VOLUME_UL_grids(bpy_types.UIList, bpy_types._GenericUI):
25
27
  """ """
26
28
 
27
- bl_space_type: typing.Any
29
+ bl_rna: typing.Any
28
30
  """ """
29
31
 
30
32
  id_data: typing.Any
@@ -49,10 +51,27 @@ class DATA_PT_context_volume(bpy_types._GenericUI):
49
51
  """ """
50
52
  ...
51
53
 
52
- def draw(self, context):
54
+ def draw_item(
55
+ self,
56
+ _context,
57
+ layout,
58
+ _data,
59
+ grid,
60
+ _icon,
61
+ _active_data,
62
+ _active_propname,
63
+ _index,
64
+ ):
53
65
  """
54
66
 
55
- :param context:
67
+ :param _context:
68
+ :param layout:
69
+ :param _data:
70
+ :param grid:
71
+ :param _icon:
72
+ :param _active_data:
73
+ :param _active_propname:
74
+ :param _index:
56
75
  """
57
76
  ...
58
77
 
@@ -124,13 +143,6 @@ class DATA_PT_context_volume(bpy_types._GenericUI):
124
143
  """ """
125
144
  ...
126
145
 
127
- def poll(self, context):
128
- """
129
-
130
- :param context:
131
- """
132
- ...
133
-
134
146
  def pop(self):
135
147
  """ """
136
148
  ...
@@ -165,7 +177,7 @@ class DATA_PT_context_volume(bpy_types._GenericUI):
165
177
  """ """
166
178
  ...
167
179
 
168
- class DATA_PT_custom_props_volume(bpy_types._GenericUI):
180
+ class DATA_PT_context_volume(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
169
181
  """ """
170
182
 
171
183
  COMPAT_ENGINES: typing.Any
@@ -180,9 +192,6 @@ class DATA_PT_custom_props_volume(bpy_types._GenericUI):
180
192
  bl_options: typing.Any
181
193
  """ """
182
194
 
183
- bl_order: typing.Any
184
- """ """
185
-
186
195
  bl_region_type: typing.Any
187
196
  """ """
188
197
 
@@ -330,7 +339,9 @@ class DATA_PT_custom_props_volume(bpy_types._GenericUI):
330
339
  """ """
331
340
  ...
332
341
 
333
- class DATA_PT_volume_file(bpy_types._GenericUI):
342
+ class DATA_PT_custom_props_volume(
343
+ bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
344
+ ):
334
345
  """ """
335
346
 
336
347
  COMPAT_ENGINES: typing.Any
@@ -342,6 +353,12 @@ class DATA_PT_volume_file(bpy_types._GenericUI):
342
353
  bl_label: typing.Any
343
354
  """ """
344
355
 
356
+ bl_options: typing.Any
357
+ """ """
358
+
359
+ bl_order: typing.Any
360
+ """ """
361
+
345
362
  bl_region_type: typing.Any
346
363
  """ """
347
364
 
@@ -489,7 +506,7 @@ class DATA_PT_volume_file(bpy_types._GenericUI):
489
506
  """ """
490
507
  ...
491
508
 
492
- class DATA_PT_volume_grids(bpy_types._GenericUI):
509
+ class DATA_PT_volume_file(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
493
510
  """ """
494
511
 
495
512
  COMPAT_ENGINES: typing.Any
@@ -648,7 +665,7 @@ class DATA_PT_volume_grids(bpy_types._GenericUI):
648
665
  """ """
649
666
  ...
650
667
 
651
- class DATA_PT_volume_render(bpy_types._GenericUI):
668
+ class DATA_PT_volume_grids(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
652
669
  """ """
653
670
 
654
671
  COMPAT_ENGINES: typing.Any
@@ -807,7 +824,7 @@ class DATA_PT_volume_render(bpy_types._GenericUI):
807
824
  """ """
808
825
  ...
809
826
 
810
- class DATA_PT_volume_viewport_display(bpy_types._GenericUI):
827
+ class DATA_PT_volume_render(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
811
828
  """ """
812
829
 
813
830
  COMPAT_ENGINES: typing.Any
@@ -966,7 +983,9 @@ class DATA_PT_volume_viewport_display(bpy_types._GenericUI):
966
983
  """ """
967
984
  ...
968
985
 
969
- class DATA_PT_volume_viewport_display_slicing(bpy_types._GenericUI):
986
+ class DATA_PT_volume_viewport_display(
987
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
988
+ ):
970
989
  """ """
971
990
 
972
991
  COMPAT_ENGINES: typing.Any
@@ -978,9 +997,6 @@ class DATA_PT_volume_viewport_display_slicing(bpy_types._GenericUI):
978
997
  bl_label: typing.Any
979
998
  """ """
980
999
 
981
- bl_parent_id: typing.Any
982
- """ """
983
-
984
1000
  bl_region_type: typing.Any
985
1001
  """ """
986
1002
 
@@ -1019,13 +1035,6 @@ class DATA_PT_volume_viewport_display_slicing(bpy_types._GenericUI):
1019
1035
  """
1020
1036
  ...
1021
1037
 
1022
- def draw_header(self, context):
1023
- """
1024
-
1025
- :param context:
1026
- """
1027
- ...
1028
-
1029
1038
  def driver_add(self):
1030
1039
  """ """
1031
1040
  ...
@@ -1135,31 +1144,32 @@ class DATA_PT_volume_viewport_display_slicing(bpy_types._GenericUI):
1135
1144
  """ """
1136
1145
  ...
1137
1146
 
1138
- class DataButtonsPanel:
1147
+ class DATA_PT_volume_viewport_display_slicing(
1148
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1149
+ ):
1139
1150
  """ """
1140
1151
 
1141
- bl_context: typing.Any
1152
+ COMPAT_ENGINES: typing.Any
1142
1153
  """ """
1143
1154
 
1144
- bl_region_type: typing.Any
1155
+ bl_context: typing.Any
1145
1156
  """ """
1146
1157
 
1147
- bl_space_type: typing.Any
1158
+ bl_label: typing.Any
1148
1159
  """ """
1149
1160
 
1150
- def poll(self, context):
1151
- """
1152
-
1153
- :param context:
1154
- """
1155
- ...
1161
+ bl_parent_id: typing.Any
1162
+ """ """
1156
1163
 
1157
- class VOLUME_UL_grids(bpy_types._GenericUI):
1164
+ bl_region_type: typing.Any
1158
1165
  """ """
1159
1166
 
1160
1167
  bl_rna: typing.Any
1161
1168
  """ """
1162
1169
 
1170
+ bl_space_type: typing.Any
1171
+ """ """
1172
+
1163
1173
  id_data: typing.Any
1164
1174
  """ """
1165
1175
 
@@ -1182,27 +1192,17 @@ class VOLUME_UL_grids(bpy_types._GenericUI):
1182
1192
  """ """
1183
1193
  ...
1184
1194
 
1185
- def draw_item(
1186
- self,
1187
- _context,
1188
- layout,
1189
- _data,
1190
- grid,
1191
- _icon,
1192
- _active_data,
1193
- _active_propname,
1194
- _index,
1195
- ):
1195
+ def draw(self, context):
1196
1196
  """
1197
1197
 
1198
- :param _context:
1199
- :param layout:
1200
- :param _data:
1201
- :param grid:
1202
- :param _icon:
1203
- :param _active_data:
1204
- :param _active_propname:
1205
- :param _index:
1198
+ :param context:
1199
+ """
1200
+ ...
1201
+
1202
+ def draw_header(self, context):
1203
+ """
1204
+
1205
+ :param context:
1206
1206
  """
1207
1207
  ...
1208
1208
 
@@ -1274,6 +1274,13 @@ class VOLUME_UL_grids(bpy_types._GenericUI):
1274
1274
  """ """
1275
1275
  ...
1276
1276
 
1277
+ def poll(self, context):
1278
+ """
1279
+
1280
+ :param context:
1281
+ """
1282
+ ...
1283
+
1277
1284
  def pop(self):
1278
1285
  """ """
1279
1286
  ...