fake-bpy-module 20240720__py3-none-any.whl → 20240722__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 (81) hide show
  1. aud/__init__.pyi +77 -77
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/assets/__init__.pyi +2 -2
  4. bl_operators/bone_selection_sets/__init__.pyi +16 -28
  5. bl_operators/connect_to_output/__init__.pyi +1 -4
  6. bl_operators/image_as_planes/__init__.pyi +2 -12
  7. bl_operators/node/__init__.pyi +14 -16
  8. bl_operators/object_quick_effects/__init__.pyi +3 -3
  9. bl_operators/presets/__init__.pyi +22 -25
  10. bl_operators/sequencer/__init__.pyi +76 -76
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/properties_collection/__init__.pyi +5 -19
  13. bl_ui/properties_constraint/__init__.pyi +79 -289
  14. bl_ui/properties_data_armature/__init__.pyi +9 -33
  15. bl_ui/properties_data_bone/__init__.pyi +10 -17
  16. bl_ui/properties_data_camera/__init__.pyi +14 -32
  17. bl_ui/properties_data_curve/__init__.pyi +69 -88
  18. bl_ui/properties_data_curves/__init__.pyi +4 -9
  19. bl_ui/properties_data_empty/__init__.pyi +2 -2
  20. bl_ui/properties_data_gpencil/__init__.pyi +15 -50
  21. bl_ui/properties_data_grease_pencil/__init__.pyi +10 -36
  22. bl_ui/properties_data_lattice/__init__.pyi +3 -6
  23. bl_ui/properties_data_light/__init__.pyi +12 -25
  24. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  25. bl_ui/properties_data_mesh/__init__.pyi +63 -72
  26. bl_ui/properties_data_metaball/__init__.pyi +5 -10
  27. bl_ui/properties_data_modifier/__init__.pyi +9 -23
  28. bl_ui/properties_data_pointcloud/__init__.pyi +3 -10
  29. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  30. bl_ui/properties_data_speaker/__init__.pyi +5 -8
  31. bl_ui/properties_data_volume/__init__.pyi +7 -14
  32. bl_ui/properties_freestyle/__init__.pyi +9 -42
  33. bl_ui/properties_material/__init__.pyi +14 -40
  34. bl_ui/properties_material_gpencil/__init__.pyi +8 -32
  35. bl_ui/properties_object/__init__.pyi +13 -31
  36. bl_ui/properties_output/__init__.pyi +16 -43
  37. bl_ui/properties_paint_common/__init__.pyi +17 -17
  38. bl_ui/properties_particle/__init__.pyi +50 -135
  39. bl_ui/properties_physics_cloth/__init__.pyi +14 -35
  40. bl_ui/properties_physics_common/__init__.pyi +1 -1
  41. bl_ui/properties_physics_dynamicpaint/__init__.pyi +21 -57
  42. bl_ui/properties_physics_field/__init__.pyi +10 -26
  43. bl_ui/properties_physics_fluid/__init__.pyi +28 -51
  44. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -18
  45. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -25
  46. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  47. bl_ui/properties_render/__init__.pyi +54 -150
  48. bl_ui/properties_scene/__init__.pyi +29 -42
  49. bl_ui/properties_texture/__init__.pyi +26 -58
  50. bl_ui/properties_view_layer/__init__.pyi +16 -43
  51. bl_ui/properties_workspace/__init__.pyi +3 -9
  52. bl_ui/properties_world/__init__.pyi +10 -19
  53. bl_ui/space_clip/__init__.pyi +31 -93
  54. bl_ui/space_dopesheet/__init__.pyi +13 -66
  55. bl_ui/space_filebrowser/__init__.pyi +17 -38
  56. bl_ui/space_graph/__init__.pyi +1 -6
  57. bl_ui/space_image/__init__.pyi +190 -235
  58. bl_ui/space_nla/__init__.pyi +2 -11
  59. bl_ui/space_node/__init__.pyi +3 -16
  60. bl_ui/space_sequencer/__init__.pyi +34 -104
  61. bl_ui/space_time/__init__.pyi +3 -7
  62. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -21
  63. bl_ui/space_userpref/__init__.pyi +76 -215
  64. bl_ui/space_view3d/__init__.pyi +91 -147
  65. bl_ui/space_view3d_toolbar/__init__.pyi +435 -543
  66. bmesh/types/__init__.pyi +25 -25
  67. bpy/app/timers/__init__.pyi +6 -6
  68. bpy/types/__init__.pyi +113 -111
  69. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  70. {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/METADATA +1 -1
  71. {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/RECORD +81 -81
  72. {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/WHEEL +1 -1
  73. freestyle/chainingiterators/__init__.pyi +4 -4
  74. freestyle/types/__init__.pyi +63 -65
  75. idprop/types/__init__.pyi +2 -2
  76. imbuf/types/__init__.pyi +2 -2
  77. keyingsets_builtins/__init__.pyi +2 -2
  78. mathutils/__init__.pyi +1004 -965
  79. mathutils/bvhtree/__init__.pyi +2 -2
  80. nodeitems_builtins/__init__.pyi +3 -3
  81. {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bl_ui.properties_grease_pencil_common
5
4
  import bl_ui.properties_paint_common
6
- import bl_ui.space_toolsystem_common
7
5
  import bpy.types
8
6
  import bpy_types
9
7
 
@@ -89,11 +87,7 @@ class TOPBAR_MT_edit_curve_add(bpy.types.Menu, bpy_types._GenericUI):
89
87
  """
90
88
  ...
91
89
 
92
- class TOPBAR_PT_annotation_layers(
93
- bpy_types._GenericUI,
94
- bpy.types.Panel,
95
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
96
- ):
90
+ class TOPBAR_PT_annotation_layers(bpy.types.Panel, bpy_types._GenericUI):
97
91
  bl_label: typing.Any
98
92
  bl_options: typing.Any
99
93
  bl_region_type: typing.Any
@@ -118,11 +112,7 @@ class TOPBAR_PT_annotation_layers(
118
112
  """
119
113
  ...
120
114
 
121
- class TOPBAR_PT_gpencil_materials(
122
- bpy.types.Panel,
123
- bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
124
- bpy_types._GenericUI,
125
- ):
115
+ class TOPBAR_PT_gpencil_materials(bpy.types.Panel, bpy_types._GenericUI):
126
116
  bl_label: typing.Any
127
117
  bl_region_type: typing.Any
128
118
  bl_rna: typing.Any
@@ -154,11 +144,7 @@ class TOPBAR_PT_gpencil_materials(
154
144
  """
155
145
  ...
156
146
 
157
- class TOPBAR_PT_gpencil_vertexcolor(
158
- bpy.types.Panel,
159
- bl_ui.properties_grease_pencil_common.GreasePencilVertexcolorPanel,
160
- bpy_types._GenericUI,
161
- ):
147
+ class TOPBAR_PT_gpencil_vertexcolor(bpy.types.Panel, bpy_types._GenericUI):
162
148
  bl_label: typing.Any
163
149
  bl_region_type: typing.Any
164
150
  bl_rna: typing.Any
@@ -191,9 +177,7 @@ class TOPBAR_PT_gpencil_vertexcolor(
191
177
  ...
192
178
 
193
179
  class VIEW3D_AST_brush_gpencil_paint(
194
- bl_ui.properties_paint_common.BrushAssetShelf,
195
- View3DAssetShelf,
196
- bpy.types.AssetShelf,
180
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
197
181
  ):
198
182
  bl_activate_operator: typing.Any
199
183
  bl_default_preview_size: typing.Any
@@ -221,9 +205,7 @@ class VIEW3D_AST_brush_gpencil_paint(
221
205
  ...
222
206
 
223
207
  class VIEW3D_AST_brush_gpencil_sculpt(
224
- bl_ui.properties_paint_common.BrushAssetShelf,
225
- View3DAssetShelf,
226
- bpy.types.AssetShelf,
208
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
227
209
  ):
228
210
  bl_activate_operator: typing.Any
229
211
  bl_default_preview_size: typing.Any
@@ -251,9 +233,7 @@ class VIEW3D_AST_brush_gpencil_sculpt(
251
233
  ...
252
234
 
253
235
  class VIEW3D_AST_brush_gpencil_vertex(
254
- bl_ui.properties_paint_common.BrushAssetShelf,
255
- View3DAssetShelf,
256
- bpy.types.AssetShelf,
236
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
257
237
  ):
258
238
  bl_activate_operator: typing.Any
259
239
  bl_default_preview_size: typing.Any
@@ -281,9 +261,7 @@ class VIEW3D_AST_brush_gpencil_vertex(
281
261
  ...
282
262
 
283
263
  class VIEW3D_AST_brush_gpencil_weight(
284
- bl_ui.properties_paint_common.BrushAssetShelf,
285
- View3DAssetShelf,
286
- bpy.types.AssetShelf,
264
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
287
265
  ):
288
266
  bl_activate_operator: typing.Any
289
267
  bl_default_preview_size: typing.Any
@@ -311,9 +289,7 @@ class VIEW3D_AST_brush_gpencil_weight(
311
289
  ...
312
290
 
313
291
  class VIEW3D_AST_brush_grease_pencil_paint(
314
- bl_ui.properties_paint_common.BrushAssetShelf,
315
- View3DAssetShelf,
316
- bpy.types.AssetShelf,
292
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
317
293
  ):
318
294
  bl_activate_operator: typing.Any
319
295
  bl_default_preview_size: typing.Any
@@ -341,9 +317,7 @@ class VIEW3D_AST_brush_grease_pencil_paint(
341
317
  ...
342
318
 
343
319
  class VIEW3D_AST_brush_sculpt(
344
- bl_ui.properties_paint_common.BrushAssetShelf,
345
- View3DAssetShelf,
346
- bpy.types.AssetShelf,
320
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
347
321
  ):
348
322
  bl_activate_operator: typing.Any
349
323
  bl_default_preview_size: typing.Any
@@ -371,9 +345,7 @@ class VIEW3D_AST_brush_sculpt(
371
345
  ...
372
346
 
373
347
  class VIEW3D_AST_brush_sculpt_curves(
374
- bl_ui.properties_paint_common.BrushAssetShelf,
375
- View3DAssetShelf,
376
- bpy.types.AssetShelf,
348
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
377
349
  ):
378
350
  bl_activate_operator: typing.Any
379
351
  bl_default_preview_size: typing.Any
@@ -401,9 +373,7 @@ class VIEW3D_AST_brush_sculpt_curves(
401
373
  ...
402
374
 
403
375
  class VIEW3D_AST_brush_texture_paint(
404
- bl_ui.properties_paint_common.BrushAssetShelf,
405
- View3DAssetShelf,
406
- bpy.types.AssetShelf,
376
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
407
377
  ):
408
378
  bl_activate_operator: typing.Any
409
379
  bl_default_preview_size: typing.Any
@@ -431,9 +401,7 @@ class VIEW3D_AST_brush_texture_paint(
431
401
  ...
432
402
 
433
403
  class VIEW3D_AST_brush_vertex_paint(
434
- bl_ui.properties_paint_common.BrushAssetShelf,
435
- View3DAssetShelf,
436
- bpy.types.AssetShelf,
404
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
437
405
  ):
438
406
  bl_activate_operator: typing.Any
439
407
  bl_default_preview_size: typing.Any
@@ -461,9 +429,7 @@ class VIEW3D_AST_brush_vertex_paint(
461
429
  ...
462
430
 
463
431
  class VIEW3D_AST_brush_weight_paint(
464
- bl_ui.properties_paint_common.BrushAssetShelf,
465
- View3DAssetShelf,
466
- bpy.types.AssetShelf,
432
+ bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
467
433
  ):
468
434
  bl_activate_operator: typing.Any
469
435
  bl_default_preview_size: typing.Any
@@ -715,6 +681,72 @@ class VIEW3D_MT_bone_collections(bpy.types.Menu, bpy_types._GenericUI):
715
681
  """
716
682
  ...
717
683
 
684
+ class VIEW3D_MT_bone_options_disable(bpy.types.Menu, bpy_types._GenericUI):
685
+ bl_label: typing.Any
686
+ bl_rna: typing.Any
687
+ id_data: typing.Any
688
+ type: typing.Any
689
+
690
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
691
+ """
692
+
693
+ :return: The RNA type or default when not found.
694
+ :rtype: bpy.types.Struct
695
+ """
696
+ ...
697
+
698
+ def bl_rna_get_subclass_py(self) -> typing.Any:
699
+ """
700
+
701
+ :return: The class or default when not found.
702
+ :rtype: typing.Any
703
+ """
704
+ ...
705
+
706
+ class VIEW3D_MT_bone_options_enable(bpy.types.Menu, bpy_types._GenericUI):
707
+ bl_label: typing.Any
708
+ bl_rna: typing.Any
709
+ id_data: typing.Any
710
+ type: typing.Any
711
+
712
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
713
+ """
714
+
715
+ :return: The RNA type or default when not found.
716
+ :rtype: bpy.types.Struct
717
+ """
718
+ ...
719
+
720
+ def bl_rna_get_subclass_py(self) -> typing.Any:
721
+ """
722
+
723
+ :return: The class or default when not found.
724
+ :rtype: typing.Any
725
+ """
726
+ ...
727
+
728
+ class VIEW3D_MT_bone_options_toggle(bpy.types.Menu, bpy_types._GenericUI):
729
+ bl_label: typing.Any
730
+ bl_rna: typing.Any
731
+ id_data: typing.Any
732
+ type: typing.Any
733
+
734
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
735
+ """
736
+
737
+ :return: The RNA type or default when not found.
738
+ :rtype: bpy.types.Struct
739
+ """
740
+ ...
741
+
742
+ def bl_rna_get_subclass_py(self) -> typing.Any:
743
+ """
744
+
745
+ :return: The class or default when not found.
746
+ :rtype: typing.Any
747
+ """
748
+ ...
749
+
718
750
  class VIEW3D_MT_camera_add(bpy.types.Menu, bpy_types._GenericUI):
719
751
  bl_idname: typing.Any
720
752
  bl_label: typing.Any
@@ -1105,7 +1137,7 @@ class VIEW3D_MT_edit_curve_segments(bpy.types.Menu, bpy_types._GenericUI):
1105
1137
  """
1106
1138
  ...
1107
1139
 
1108
- class VIEW3D_MT_edit_curve_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._GenericUI):
1140
+ class VIEW3D_MT_edit_curve_showhide(bpy.types.Menu, bpy_types._GenericUI):
1109
1141
  bl_label: typing.Any
1110
1142
  bl_rna: typing.Any
1111
1143
  id_data: typing.Any
@@ -2416,7 +2448,7 @@ class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu, bpy_types._GenericUI):
2416
2448
  """
2417
2449
  ...
2418
2450
 
2419
- class VIEW3D_MT_edit_mesh_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._GenericUI):
2451
+ class VIEW3D_MT_edit_mesh_showhide(bpy.types.Menu, bpy_types._GenericUI):
2420
2452
  bl_label: typing.Any
2421
2453
  bl_rna: typing.Any
2422
2454
  id_data: typing.Any
@@ -4115,7 +4147,7 @@ class VIEW3D_MT_particle_context_menu(bpy.types.Menu, bpy_types._GenericUI):
4115
4147
  """
4116
4148
  ...
4117
4149
 
4118
- class VIEW3D_MT_particle_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._GenericUI):
4150
+ class VIEW3D_MT_particle_showhide(bpy.types.Menu, bpy_types._GenericUI):
4119
4151
  bl_label: typing.Any
4120
4152
  bl_rna: typing.Any
4121
4153
  id_data: typing.Any
@@ -4388,7 +4420,7 @@ class VIEW3D_MT_pose_propagate(bpy.types.Menu, bpy_types._GenericUI):
4388
4420
  """
4389
4421
  ...
4390
4422
 
4391
- class VIEW3D_MT_pose_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._GenericUI):
4423
+ class VIEW3D_MT_pose_showhide(bpy.types.Menu, bpy_types._GenericUI):
4392
4424
  bl_label: typing.Any
4393
4425
  bl_rna: typing.Any
4394
4426
  id_data: typing.Any
@@ -5475,9 +5507,7 @@ class VIEW3D_MT_surface_add(bpy.types.Menu, bpy_types._GenericUI):
5475
5507
  """
5476
5508
  ...
5477
5509
 
5478
- class VIEW3D_MT_transform(
5479
- bpy.types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
5480
- ):
5510
+ class VIEW3D_MT_transform(bpy.types.Menu, bpy_types._GenericUI):
5481
5511
  bl_category: typing.Any
5482
5512
  bl_label: typing.Any
5483
5513
  bl_rna: typing.Any
@@ -5506,9 +5536,7 @@ class VIEW3D_MT_transform(
5506
5536
  """
5507
5537
  ...
5508
5538
 
5509
- class VIEW3D_MT_transform_armature(
5510
- bpy.types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
5511
- ):
5539
+ class VIEW3D_MT_transform_armature(bpy.types.Menu, bpy_types._GenericUI):
5512
5540
  bl_category: typing.Any
5513
5541
  bl_label: typing.Any
5514
5542
  bl_rna: typing.Any
@@ -5576,9 +5604,7 @@ class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu, bpy_types._GenericUI):
5576
5604
  """
5577
5605
  ...
5578
5606
 
5579
- class VIEW3D_MT_transform_object(
5580
- bpy.types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
5581
- ):
5607
+ class VIEW3D_MT_transform_object(bpy.types.Menu, bpy_types._GenericUI):
5582
5608
  bl_category: typing.Any
5583
5609
  bl_label: typing.Any
5584
5610
  bl_rna: typing.Any
@@ -6031,11 +6057,7 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu, bpy_types._GenericUI):
6031
6057
  """
6032
6058
  ...
6033
6059
 
6034
- class VIEW3D_PT_active_tool(
6035
- bpy_types._GenericUI,
6036
- bpy.types.Panel,
6037
- bl_ui.space_toolsystem_common.ToolActivePanelHelper,
6038
- ):
6060
+ class VIEW3D_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
6039
6061
  bl_category: typing.Any
6040
6062
  bl_label: typing.Any
6041
6063
  bl_region_type: typing.Any
@@ -6067,11 +6089,7 @@ class VIEW3D_PT_active_tool(
6067
6089
  """
6068
6090
  ...
6069
6091
 
6070
- class VIEW3D_PT_active_tool_duplicate(
6071
- bpy_types._GenericUI,
6072
- bpy.types.Panel,
6073
- bl_ui.space_toolsystem_common.ToolActivePanelHelper,
6074
- ):
6092
+ class VIEW3D_PT_active_tool_duplicate(bpy.types.Panel, bpy_types._GenericUI):
6075
6093
  bl_category: typing.Any
6076
6094
  bl_label: typing.Any
6077
6095
  bl_options: typing.Any
@@ -6104,11 +6122,7 @@ class VIEW3D_PT_active_tool_duplicate(
6104
6122
  """
6105
6123
  ...
6106
6124
 
6107
- class VIEW3D_PT_annotation_onion(
6108
- bpy.types.Panel,
6109
- bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
6110
- bpy_types._GenericUI,
6111
- ):
6125
+ class VIEW3D_PT_annotation_onion(bpy.types.Panel, bpy_types._GenericUI):
6112
6126
  bl_category: typing.Any
6113
6127
  bl_label: typing.Any
6114
6128
  bl_options: typing.Any
@@ -6635,11 +6649,7 @@ class VIEW3D_PT_gpencil_weight_context_menu(bpy.types.Panel, bpy_types._GenericU
6635
6649
  """
6636
6650
  ...
6637
6651
 
6638
- class VIEW3D_PT_grease_pencil(
6639
- bpy.types.Panel,
6640
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
6641
- bpy_types._GenericUI,
6642
- ):
6652
+ class VIEW3D_PT_grease_pencil(bpy.types.Panel, bpy_types._GenericUI):
6643
6653
  bl_category: typing.Any
6644
6654
  bl_label: typing.Any
6645
6655
  bl_options: typing.Any
@@ -8251,7 +8261,7 @@ class VIEW3D_PT_viewport_debug(bpy.types.Panel, bpy_types._GenericUI):
8251
8261
  """
8252
8262
  ...
8253
8263
 
8254
- class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
8264
+ class View3DAssetShelf:
8255
8265
  bl_activate_operator: typing.Any
8256
8266
  bl_default_preview_size: typing.Any
8257
8267
  bl_options: typing.Any
@@ -8388,72 +8398,6 @@ class _draw_tool_settings_context_mode:
8388
8398
  """
8389
8399
  ...
8390
8400
 
8391
- class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, bpy.types.Menu, BoneOptions):
8392
- bl_label: typing.Any
8393
- bl_rna: typing.Any
8394
- id_data: typing.Any
8395
- type: typing.Any
8396
-
8397
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
8398
- """
8399
-
8400
- :return: The RNA type or default when not found.
8401
- :rtype: bpy.types.Struct
8402
- """
8403
- ...
8404
-
8405
- def bl_rna_get_subclass_py(self) -> typing.Any:
8406
- """
8407
-
8408
- :return: The class or default when not found.
8409
- :rtype: typing.Any
8410
- """
8411
- ...
8412
-
8413
- class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI, bpy.types.Menu, BoneOptions):
8414
- bl_label: typing.Any
8415
- bl_rna: typing.Any
8416
- id_data: typing.Any
8417
- type: typing.Any
8418
-
8419
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
8420
- """
8421
-
8422
- :return: The RNA type or default when not found.
8423
- :rtype: bpy.types.Struct
8424
- """
8425
- ...
8426
-
8427
- def bl_rna_get_subclass_py(self) -> typing.Any:
8428
- """
8429
-
8430
- :return: The class or default when not found.
8431
- :rtype: typing.Any
8432
- """
8433
- ...
8434
-
8435
- class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI, bpy.types.Menu, BoneOptions):
8436
- bl_label: typing.Any
8437
- bl_rna: typing.Any
8438
- id_data: typing.Any
8439
- type: typing.Any
8440
-
8441
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
8442
- """
8443
-
8444
- :return: The RNA type or default when not found.
8445
- :rtype: bpy.types.Struct
8446
- """
8447
- ...
8448
-
8449
- def bl_rna_get_subclass_py(self) -> typing.Any:
8450
- """
8451
-
8452
- :return: The class or default when not found.
8453
- :rtype: typing.Any
8454
- """
8455
- ...
8456
-
8457
8401
  def draw_curve(self_, _context): ...
8458
8402
  def draw_gpencil_layer_active(context, layout): ...
8459
8403
  def draw_gpencil_material_active(context, layout): ...