fake-bpy-module 20240614__py3-none-any.whl → 20240616__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 (120) hide show
  1. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/anim/__init__.pyi +8 -9
  4. bl_operators/assets/__init__.pyi +3 -4
  5. bl_operators/clip/__init__.pyi +10 -11
  6. bl_operators/connect_to_output/__init__.pyi +1 -4
  7. bl_operators/console/__init__.pyi +5 -6
  8. bl_operators/constraint/__init__.pyi +4 -5
  9. bl_operators/file/__init__.pyi +3 -4
  10. bl_operators/freestyle/__init__.pyi +4 -5
  11. bl_operators/geometry_nodes/__init__.pyi +4 -5
  12. bl_operators/image/__init__.pyi +5 -6
  13. bl_operators/image_as_planes/__init__.pyi +1 -5
  14. bl_operators/mesh/__init__.pyi +3 -4
  15. bl_operators/node/__init__.pyi +10 -13
  16. bl_operators/object/__init__.pyi +15 -16
  17. bl_operators/object_align/__init__.pyi +1 -2
  18. bl_operators/object_quick_effects/__init__.pyi +4 -5
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  20. bl_operators/presets/__init__.pyi +24 -26
  21. bl_operators/rigidbody/__init__.pyi +3 -4
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  23. bl_operators/sequencer/__init__.pyi +8 -9
  24. bl_operators/spreadsheet/__init__.pyi +1 -2
  25. bl_operators/userpref/__init__.pyi +25 -26
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  30. bl_operators/view3d/__init__.pyi +8 -9
  31. bl_operators/wm/__init__.pyi +45 -45
  32. bl_operators/world/__init__.pyi +1 -2
  33. bl_ui/__init__.pyi +3 -3
  34. bl_ui/anim/__init__.pyi +1 -1
  35. bl_ui/asset_shelf/__init__.pyi +1 -1
  36. bl_ui/generic_ui_list/__init__.pyi +5 -6
  37. bl_ui/node_add_menu/__init__.pyi +1 -1
  38. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  39. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  40. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  41. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  42. bl_ui/properties_collection/__init__.pyi +6 -17
  43. bl_ui/properties_constraint/__init__.pyi +79 -141
  44. bl_ui/properties_data_armature/__init__.pyi +12 -26
  45. bl_ui/properties_data_bone/__init__.pyi +10 -14
  46. bl_ui/properties_data_camera/__init__.pyi +14 -26
  47. bl_ui/properties_data_curve/__init__.pyi +15 -23
  48. bl_ui/properties_data_curves/__init__.pyi +6 -8
  49. bl_ui/properties_data_empty/__init__.pyi +2 -2
  50. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  53. bl_ui/properties_data_light/__init__.pyi +12 -22
  54. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  55. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  56. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  57. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  58. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  60. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  61. bl_ui/properties_data_volume/__init__.pyi +8 -12
  62. bl_ui/properties_freestyle/__init__.pyi +7 -30
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  64. bl_ui/properties_mask_common/__init__.pyi +7 -7
  65. bl_ui/properties_material/__init__.pyi +16 -35
  66. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  67. bl_ui/properties_object/__init__.pyi +14 -24
  68. bl_ui/properties_output/__init__.pyi +18 -44
  69. bl_ui/properties_paint_common/__init__.pyi +1 -1
  70. bl_ui/properties_particle/__init__.pyi +52 -125
  71. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  72. bl_ui/properties_physics_common/__init__.pyi +1 -1
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  74. bl_ui/properties_physics_field/__init__.pyi +10 -24
  75. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  79. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  80. bl_ui/properties_render/__init__.pyi +52 -132
  81. bl_ui/properties_scene/__init__.pyi +15 -19
  82. bl_ui/properties_texture/__init__.pyi +26 -53
  83. bl_ui/properties_view_layer/__init__.pyi +18 -34
  84. bl_ui/properties_workspace/__init__.pyi +4 -7
  85. bl_ui/properties_world/__init__.pyi +10 -16
  86. bl_ui/space_clip/__init__.pyi +69 -109
  87. bl_ui/space_console/__init__.pyi +6 -6
  88. bl_ui/space_dopesheet/__init__.pyi +22 -38
  89. bl_ui/space_filebrowser/__init__.pyi +29 -41
  90. bl_ui/space_graph/__init__.pyi +20 -22
  91. bl_ui/space_image/__init__.pyi +58 -80
  92. bl_ui/space_info/__init__.pyi +6 -6
  93. bl_ui/space_nla/__init__.pyi +17 -21
  94. bl_ui/space_node/__init__.pyi +28 -34
  95. bl_ui/space_outliner/__init__.pyi +14 -14
  96. bl_ui/space_properties/__init__.pyi +3 -3
  97. bl_ui/space_sequencer/__init__.pyi +307 -124
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  99. bl_ui/space_statusbar/__init__.pyi +1 -1
  100. bl_ui/space_text/__init__.pyi +16 -16
  101. bl_ui/space_time/__init__.pyi +7 -11
  102. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  104. bl_ui/space_topbar/__init__.pyi +26 -26
  105. bl_ui/space_userpref/__init__.pyi +90 -142
  106. bl_ui/space_view3d/__init__.pyi +269 -291
  107. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  109. bmesh/types/__init__.pyi +2 -2
  110. bpy/app/__init__.pyi +2 -2
  111. bpy/ops/extensions/__init__.pyi +18 -0
  112. bpy/ops/wm/__init__.pyi +3 -0
  113. bpy/types/__init__.pyi +859 -1031
  114. bpy_types/__init__.pyi +13 -6567
  115. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +22 -23
  119. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
  120. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class BatchRenameAction(bpy_types.PropertyGroup):
9
+ class BatchRenameAction:
10
10
  bl_rna: typing.Any
11
11
  id_data: typing.Any
12
12
 
@@ -190,7 +190,7 @@ class BatchRenameAction(bpy_types.PropertyGroup):
190
190
  """
191
191
  ...
192
192
 
193
- class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
193
+ class WM_MT_region_toggle_pie(bpy_types._GenericUI):
194
194
  bl_label: typing.Any
195
195
  bl_rna: typing.Any
196
196
  id_data: typing.Any
@@ -467,7 +467,7 @@ class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
467
467
  """
468
468
  ...
469
469
 
470
- class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
470
+ class WM_MT_splash(bpy_types._GenericUI):
471
471
  bl_label: typing.Any
472
472
  bl_rna: typing.Any
473
473
  id_data: typing.Any
@@ -737,7 +737,7 @@ class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
737
737
  """
738
738
  ...
739
739
 
740
- class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
740
+ class WM_MT_splash_about(bpy_types._GenericUI):
741
741
  bl_label: typing.Any
742
742
  bl_rna: typing.Any
743
743
  id_data: typing.Any
@@ -1007,7 +1007,7 @@ class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
1007
1007
  """
1008
1008
  ...
1009
1009
 
1010
- class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
1010
+ class WM_MT_splash_quick_setup(bpy_types._GenericUI):
1011
1011
  bl_label: typing.Any
1012
1012
  bl_rna: typing.Any
1013
1013
  id_data: typing.Any
@@ -1277,7 +1277,7 @@ class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
1277
1277
  """
1278
1278
  ...
1279
1279
 
1280
- class WM_OT_batch_rename(bpy_types.Operator):
1280
+ class WM_OT_batch_rename:
1281
1281
  """Rename multiple items at once"""
1282
1282
 
1283
1283
  bl_idname: typing.Any
@@ -1506,7 +1506,7 @@ class WM_OT_batch_rename(bpy_types.Operator):
1506
1506
  """
1507
1507
  ...
1508
1508
 
1509
- class WM_OT_context_collection_boolean_set(bpy_types.Operator):
1509
+ class WM_OT_context_collection_boolean_set:
1510
1510
  """Set boolean values for a collection of items"""
1511
1511
 
1512
1512
  bl_idname: typing.Any
@@ -1713,7 +1713,7 @@ class WM_OT_context_collection_boolean_set(bpy_types.Operator):
1713
1713
  """
1714
1714
  ...
1715
1715
 
1716
- class WM_OT_context_cycle_array(bpy_types.Operator):
1716
+ class WM_OT_context_cycle_array:
1717
1717
  """Set a context array value (useful for cycling the active mesh edit mode)"""
1718
1718
 
1719
1719
  bl_idname: typing.Any
@@ -1928,7 +1928,7 @@ class WM_OT_context_cycle_array(bpy_types.Operator):
1928
1928
  """
1929
1929
  ...
1930
1930
 
1931
- class WM_OT_context_cycle_enum(bpy_types.Operator):
1931
+ class WM_OT_context_cycle_enum:
1932
1932
  """Toggle a context value"""
1933
1933
 
1934
1934
  bl_idname: typing.Any
@@ -2143,7 +2143,7 @@ class WM_OT_context_cycle_enum(bpy_types.Operator):
2143
2143
  """
2144
2144
  ...
2145
2145
 
2146
- class WM_OT_context_cycle_int(bpy_types.Operator):
2146
+ class WM_OT_context_cycle_int:
2147
2147
  """Set a context value (useful for cycling active material, shape keys, groups, etc.)"""
2148
2148
 
2149
2149
  bl_idname: typing.Any
@@ -2358,7 +2358,7 @@ class WM_OT_context_cycle_int(bpy_types.Operator):
2358
2358
  """
2359
2359
  ...
2360
2360
 
2361
- class WM_OT_context_menu_enum(bpy_types.Operator):
2361
+ class WM_OT_context_menu_enum:
2362
2362
  bl_idname: typing.Any
2363
2363
  bl_label: typing.Any
2364
2364
  bl_options: typing.Any
@@ -2571,7 +2571,7 @@ class WM_OT_context_menu_enum(bpy_types.Operator):
2571
2571
  """
2572
2572
  ...
2573
2573
 
2574
- class WM_OT_context_modal_mouse(bpy_types.Operator):
2574
+ class WM_OT_context_modal_mouse:
2575
2575
  """Adjust arbitrary values with mouse input"""
2576
2576
 
2577
2577
  bl_idname: typing.Any
@@ -2787,7 +2787,7 @@ class WM_OT_context_modal_mouse(bpy_types.Operator):
2787
2787
  """
2788
2788
  ...
2789
2789
 
2790
- class WM_OT_context_pie_enum(bpy_types.Operator):
2790
+ class WM_OT_context_pie_enum:
2791
2791
  bl_idname: typing.Any
2792
2792
  bl_label: typing.Any
2793
2793
  bl_options: typing.Any
@@ -3001,7 +3001,7 @@ class WM_OT_context_pie_enum(bpy_types.Operator):
3001
3001
  """
3002
3002
  ...
3003
3003
 
3004
- class WM_OT_context_scale_float(bpy_types.Operator):
3004
+ class WM_OT_context_scale_float:
3005
3005
  """Scale a float context value"""
3006
3006
 
3007
3007
  bl_idname: typing.Any
@@ -3216,7 +3216,7 @@ class WM_OT_context_scale_float(bpy_types.Operator):
3216
3216
  """
3217
3217
  ...
3218
3218
 
3219
- class WM_OT_context_scale_int(bpy_types.Operator):
3219
+ class WM_OT_context_scale_int:
3220
3220
  """Scale an int context value"""
3221
3221
 
3222
3222
  bl_idname: typing.Any
@@ -3431,7 +3431,7 @@ class WM_OT_context_scale_int(bpy_types.Operator):
3431
3431
  """
3432
3432
  ...
3433
3433
 
3434
- class WM_OT_context_set_boolean(bpy_types.Operator):
3434
+ class WM_OT_context_set_boolean:
3435
3435
  """Set a context value"""
3436
3436
 
3437
3437
  bl_idname: typing.Any
@@ -3646,7 +3646,7 @@ class WM_OT_context_set_boolean(bpy_types.Operator):
3646
3646
  """
3647
3647
  ...
3648
3648
 
3649
- class WM_OT_context_set_enum(bpy_types.Operator):
3649
+ class WM_OT_context_set_enum:
3650
3650
  """Set a context value"""
3651
3651
 
3652
3652
  bl_idname: typing.Any
@@ -3861,7 +3861,7 @@ class WM_OT_context_set_enum(bpy_types.Operator):
3861
3861
  """
3862
3862
  ...
3863
3863
 
3864
- class WM_OT_context_set_float(bpy_types.Operator):
3864
+ class WM_OT_context_set_float:
3865
3865
  """Set a context value"""
3866
3866
 
3867
3867
  bl_idname: typing.Any
@@ -4076,7 +4076,7 @@ class WM_OT_context_set_float(bpy_types.Operator):
4076
4076
  """
4077
4077
  ...
4078
4078
 
4079
- class WM_OT_context_set_id(bpy_types.Operator):
4079
+ class WM_OT_context_set_id:
4080
4080
  """Set a context value to an ID data-block"""
4081
4081
 
4082
4082
  bl_idname: typing.Any
@@ -4283,7 +4283,7 @@ class WM_OT_context_set_id(bpy_types.Operator):
4283
4283
  """
4284
4284
  ...
4285
4285
 
4286
- class WM_OT_context_set_int(bpy_types.Operator):
4286
+ class WM_OT_context_set_int:
4287
4287
  """Set a context value"""
4288
4288
 
4289
4289
  bl_idname: typing.Any
@@ -4498,7 +4498,7 @@ class WM_OT_context_set_int(bpy_types.Operator):
4498
4498
  """
4499
4499
  ...
4500
4500
 
4501
- class WM_OT_context_set_string(bpy_types.Operator):
4501
+ class WM_OT_context_set_string:
4502
4502
  """Set a context value"""
4503
4503
 
4504
4504
  bl_idname: typing.Any
@@ -4713,7 +4713,7 @@ class WM_OT_context_set_string(bpy_types.Operator):
4713
4713
  """
4714
4714
  ...
4715
4715
 
4716
- class WM_OT_context_set_value(bpy_types.Operator):
4716
+ class WM_OT_context_set_value:
4717
4717
  """Set a context value"""
4718
4718
 
4719
4719
  bl_idname: typing.Any
@@ -4928,7 +4928,7 @@ class WM_OT_context_set_value(bpy_types.Operator):
4928
4928
  """
4929
4929
  ...
4930
4930
 
4931
- class WM_OT_context_toggle(bpy_types.Operator):
4931
+ class WM_OT_context_toggle:
4932
4932
  """Toggle a context value"""
4933
4933
 
4934
4934
  bl_idname: typing.Any
@@ -5143,7 +5143,7 @@ class WM_OT_context_toggle(bpy_types.Operator):
5143
5143
  """
5144
5144
  ...
5145
5145
 
5146
- class WM_OT_context_toggle_enum(bpy_types.Operator):
5146
+ class WM_OT_context_toggle_enum:
5147
5147
  """Toggle a context value"""
5148
5148
 
5149
5149
  bl_idname: typing.Any
@@ -5358,7 +5358,7 @@ class WM_OT_context_toggle_enum(bpy_types.Operator):
5358
5358
  """
5359
5359
  ...
5360
5360
 
5361
- class WM_OT_doc_view(bpy_types.Operator):
5361
+ class WM_OT_doc_view:
5362
5362
  """Open online reference docs in a web browser"""
5363
5363
 
5364
5364
  bl_idname: typing.Any
@@ -5564,7 +5564,7 @@ class WM_OT_doc_view(bpy_types.Operator):
5564
5564
  """
5565
5565
  ...
5566
5566
 
5567
- class WM_OT_doc_view_manual(bpy_types.Operator):
5567
+ class WM_OT_doc_view_manual:
5568
5568
  """Load online manual"""
5569
5569
 
5570
5570
  bl_idname: typing.Any
@@ -5770,7 +5770,7 @@ class WM_OT_doc_view_manual(bpy_types.Operator):
5770
5770
  """
5771
5771
  ...
5772
5772
 
5773
- class WM_OT_drop_blend_file(bpy_types.Operator):
5773
+ class WM_OT_drop_blend_file:
5774
5774
  bl_idname: typing.Any
5775
5775
  bl_label: typing.Any
5776
5776
  bl_options: typing.Any
@@ -5984,7 +5984,7 @@ class WM_OT_drop_blend_file(bpy_types.Operator):
5984
5984
  """
5985
5985
  ...
5986
5986
 
5987
- class WM_OT_operator_cheat_sheet(bpy_types.Operator):
5987
+ class WM_OT_operator_cheat_sheet:
5988
5988
  """List all the operators in a text-block, useful for scripting"""
5989
5989
 
5990
5990
  bl_idname: typing.Any
@@ -6190,7 +6190,7 @@ class WM_OT_operator_cheat_sheet(bpy_types.Operator):
6190
6190
  """
6191
6191
  ...
6192
6192
 
6193
- class WM_OT_operator_pie_enum(bpy_types.Operator):
6193
+ class WM_OT_operator_pie_enum:
6194
6194
  bl_idname: typing.Any
6195
6195
  bl_label: typing.Any
6196
6196
  bl_options: typing.Any
@@ -6404,7 +6404,7 @@ class WM_OT_operator_pie_enum(bpy_types.Operator):
6404
6404
  """
6405
6405
  ...
6406
6406
 
6407
- class WM_OT_owner_disable(bpy_types.Operator):
6407
+ class WM_OT_owner_disable:
6408
6408
  """Disable add-on for workspace"""
6409
6409
 
6410
6410
  bl_idname: typing.Any
@@ -6610,7 +6610,7 @@ class WM_OT_owner_disable(bpy_types.Operator):
6610
6610
  """
6611
6611
  ...
6612
6612
 
6613
- class WM_OT_owner_enable(bpy_types.Operator):
6613
+ class WM_OT_owner_enable:
6614
6614
  """Enable add-on for workspace"""
6615
6615
 
6616
6616
  bl_idname: typing.Any
@@ -6816,7 +6816,7 @@ class WM_OT_owner_enable(bpy_types.Operator):
6816
6816
  """
6817
6817
  ...
6818
6818
 
6819
- class WM_OT_path_open(bpy_types.Operator):
6819
+ class WM_OT_path_open:
6820
6820
  """Open a path in a file browser"""
6821
6821
 
6822
6822
  bl_idname: typing.Any
@@ -7023,7 +7023,7 @@ class WM_OT_path_open(bpy_types.Operator):
7023
7023
  """
7024
7024
  ...
7025
7025
 
7026
- class WM_OT_properties_add(bpy_types.Operator):
7026
+ class WM_OT_properties_add:
7027
7027
  """Add your own property to the data-block"""
7028
7028
 
7029
7029
  bl_idname: typing.Any
@@ -7230,7 +7230,7 @@ class WM_OT_properties_add(bpy_types.Operator):
7230
7230
  """
7231
7231
  ...
7232
7232
 
7233
- class WM_OT_properties_context_change(bpy_types.Operator):
7233
+ class WM_OT_properties_context_change:
7234
7234
  """Jump to a different tab inside the properties editor"""
7235
7235
 
7236
7236
  bl_idname: typing.Any
@@ -7437,7 +7437,7 @@ class WM_OT_properties_context_change(bpy_types.Operator):
7437
7437
  """
7438
7438
  ...
7439
7439
 
7440
- class WM_OT_properties_edit(bpy_types.Operator):
7440
+ class WM_OT_properties_edit:
7441
7441
  """Change a custom property's type, or adjust how it is displayed in the interface"""
7442
7442
 
7443
7443
  bl_idname: typing.Any
@@ -7704,7 +7704,7 @@ class WM_OT_properties_edit(bpy_types.Operator):
7704
7704
  """
7705
7705
  ...
7706
7706
 
7707
- class WM_OT_properties_edit_value(bpy_types.Operator):
7707
+ class WM_OT_properties_edit_value:
7708
7708
  """Edit the value of a custom property"""
7709
7709
 
7710
7710
  bl_idname: typing.Any
@@ -7926,7 +7926,7 @@ class WM_OT_properties_edit_value(bpy_types.Operator):
7926
7926
  """
7927
7927
  ...
7928
7928
 
7929
- class WM_OT_properties_remove(bpy_types.Operator):
7929
+ class WM_OT_properties_remove:
7930
7930
  """Internal use (edit a property data_path)"""
7931
7931
 
7932
7932
  bl_idname: typing.Any
@@ -8133,7 +8133,7 @@ class WM_OT_properties_remove(bpy_types.Operator):
8133
8133
  """
8134
8134
  ...
8135
8135
 
8136
- class WM_OT_sysinfo(bpy_types.Operator):
8136
+ class WM_OT_sysinfo:
8137
8137
  """Generate system information, saved into a text file"""
8138
8138
 
8139
8139
  bl_idname: typing.Any
@@ -8347,7 +8347,7 @@ class WM_OT_sysinfo(bpy_types.Operator):
8347
8347
  """
8348
8348
  ...
8349
8349
 
8350
- class WM_OT_tool_set_by_id(bpy_types.Operator):
8350
+ class WM_OT_tool_set_by_id:
8351
8351
  """Set the tool by name (for key-maps)"""
8352
8352
 
8353
8353
  bl_idname: typing.Any
@@ -8553,7 +8553,7 @@ class WM_OT_tool_set_by_id(bpy_types.Operator):
8553
8553
  """
8554
8554
  ...
8555
8555
 
8556
- class WM_OT_tool_set_by_index(bpy_types.Operator):
8556
+ class WM_OT_tool_set_by_index:
8557
8557
  """Set the tool by index (for key-maps)"""
8558
8558
 
8559
8559
  bl_idname: typing.Any
@@ -8759,7 +8759,7 @@ class WM_OT_tool_set_by_index(bpy_types.Operator):
8759
8759
  """
8760
8760
  ...
8761
8761
 
8762
- class WM_OT_toolbar(bpy_types.Operator):
8762
+ class WM_OT_toolbar:
8763
8763
  bl_idname: typing.Any
8764
8764
  bl_label: typing.Any
8765
8765
  bl_rna: typing.Any
@@ -8982,7 +8982,7 @@ class WM_OT_toolbar(bpy_types.Operator):
8982
8982
  """
8983
8983
  ...
8984
8984
 
8985
- class WM_OT_toolbar_fallback_pie(bpy_types.Operator):
8985
+ class WM_OT_toolbar_fallback_pie:
8986
8986
  bl_idname: typing.Any
8987
8987
  bl_label: typing.Any
8988
8988
  bl_rna: typing.Any
@@ -9194,7 +9194,7 @@ class WM_OT_toolbar_fallback_pie(bpy_types.Operator):
9194
9194
  """
9195
9195
  ...
9196
9196
 
9197
- class WM_OT_toolbar_prompt(bpy_types.Operator):
9197
+ class WM_OT_toolbar_prompt:
9198
9198
  """Leader key like functionality for accessing tools"""
9199
9199
 
9200
9200
  bl_idname: typing.Any
@@ -9409,7 +9409,7 @@ class WM_OT_toolbar_prompt(bpy_types.Operator):
9409
9409
  """
9410
9410
  ...
9411
9411
 
9412
- class WM_OT_url_open(bpy_types.Operator):
9412
+ class WM_OT_url_open:
9413
9413
  """Open a website in the web browser"""
9414
9414
 
9415
9415
  bl_idname: typing.Any
@@ -9616,7 +9616,7 @@ class WM_OT_url_open(bpy_types.Operator):
9616
9616
  """
9617
9617
  ...
9618
9618
 
9619
- class WM_OT_url_open_preset(bpy_types.Operator):
9619
+ class WM_OT_url_open_preset:
9620
9620
  """Open a preset website in the web browser"""
9621
9621
 
9622
9622
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class WORLD_OT_convert_volume_to_mesh(bpy_types.Operator):
8
+ class WORLD_OT_convert_volume_to_mesh:
10
9
  """Convert the volume of a world to a mesh. The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly"""
11
10
 
12
11
  bl_idname: typing.Any
bl_ui/__init__.pyi CHANGED
@@ -84,7 +84,7 @@ from . import utils
84
84
  GenericType1 = typing.TypeVar("GenericType1")
85
85
  GenericType2 = typing.TypeVar("GenericType2")
86
86
 
87
- class UI_MT_button_context_menu(bpy_types.Menu, bpy_types._GenericUI):
87
+ class UI_MT_button_context_menu(bpy_types._GenericUI):
88
88
  """UI button context menu definition. Scripts can append/prepend this to
89
89
  add own operators to the context menu. They must check context though, so
90
90
  their items only draw in a valid context and for the correct buttons.
@@ -360,7 +360,7 @@ class UI_MT_button_context_menu(bpy_types.Menu, bpy_types._GenericUI):
360
360
  """
361
361
  ...
362
362
 
363
- class UI_MT_list_item_context_menu(bpy_types.Menu, bpy_types._GenericUI):
363
+ class UI_MT_list_item_context_menu(bpy_types._GenericUI):
364
364
  """UI List item context menu definition. Scripts can append/prepend this to
365
365
  add own operators to the context menu. They must check context though, so
366
366
  their items only draw in a valid context and for the correct UI list.
@@ -636,7 +636,7 @@ class UI_MT_list_item_context_menu(bpy_types.Menu, bpy_types._GenericUI):
636
636
  """
637
637
  ...
638
638
 
639
- class UI_UL_list(bpy_types.UIList, bpy_types._GenericUI):
639
+ class UI_UL_list(bpy_types._GenericUI):
640
640
  bl_rna: typing.Any
641
641
  id_data: typing.Any
642
642
 
bl_ui/anim/__init__.pyi CHANGED
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class ANIM_MT_keyframe_insert_pie(bpy_types.Menu, bpy_types._GenericUI):
9
+ class ANIM_MT_keyframe_insert_pie(bpy_types._GenericUI):
10
10
  bl_label: typing.Any
11
11
  bl_rna: typing.Any
12
12
  id_data: typing.Any
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class ASSETSHELF_PT_display(bpy_types.Panel, bpy_types._GenericUI):
9
+ class ASSETSHELF_PT_display(bpy_types._GenericUI):
10
10
  bl_label: typing.Any
11
11
  bl_region_type: typing.Any
12
12
  bl_rna: typing.Any
@@ -1,7 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
@@ -35,7 +34,7 @@ class GenericUIListOperator:
35
34
  """
36
35
  ...
37
36
 
38
- class UILIST_OT_entry_add(GenericUIListOperator, bpy_types.Operator):
37
+ class UILIST_OT_entry_add(GenericUIListOperator):
39
38
  """Add an entry to the list after the current active item"""
40
39
 
41
40
  bl_idname: typing.Any
@@ -264,7 +263,7 @@ class UILIST_OT_entry_add(GenericUIListOperator, bpy_types.Operator):
264
263
  """
265
264
  ...
266
265
 
267
- class UILIST_OT_entry_move(GenericUIListOperator, bpy_types.Operator):
266
+ class UILIST_OT_entry_move(GenericUIListOperator):
268
267
  """Move an entry in the list up or down"""
269
268
 
270
269
  bl_idname: typing.Any
@@ -493,7 +492,7 @@ class UILIST_OT_entry_move(GenericUIListOperator, bpy_types.Operator):
493
492
  """
494
493
  ...
495
494
 
496
- class UILIST_OT_entry_remove(GenericUIListOperator, bpy_types.Operator):
495
+ class UILIST_OT_entry_remove(GenericUIListOperator):
497
496
  """Remove the selected entry from the list"""
498
497
 
499
498
  bl_idname: typing.Any
@@ -724,7 +723,7 @@ class UILIST_OT_entry_remove(GenericUIListOperator, bpy_types.Operator):
724
723
 
725
724
  def draw_ui_list(
726
725
  layout: bpy.types.UILayout,
727
- context: bpy_types.Context,
726
+ context: bpy.types.Context,
728
727
  class_name: str = "UI_UL_list",
729
728
  unique_id: str = None,
730
729
  list_path: str = None,
@@ -739,7 +738,7 @@ def draw_ui_list(
739
738
  :param layout: UILayout to draw the list in.
740
739
  :type layout: bpy.types.UILayout
741
740
  :param context: Blender context to get the list data from.
742
- :type context: bpy_types.Context
741
+ :type context: bpy.types.Context
743
742
  :param class_name: Name of the UIList class to draw. The default is the UIList class that ships with Blender.
744
743
  :type class_name: str
745
744
  :param unique_id: Unique identifier to differentiate this from other UI lists.
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class NODE_MT_category_layout(bpy_types.Menu, bpy_types._GenericUI):
9
+ class NODE_MT_category_layout(bpy_types._GenericUI):
10
10
  bl_idname: typing.Any
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class NODE_MT_category_compositor_LAYOUT(bpy_types.Menu, bpy_types._GenericUI):
9
+ class NODE_MT_category_compositor_LAYOUT(bpy_types._GenericUI):
10
10
  bl_idname: typing.Any
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
@@ -277,7 +277,7 @@ class NODE_MT_category_compositor_LAYOUT(bpy_types.Menu, bpy_types._GenericUI):
277
277
  """
278
278
  ...
279
279
 
280
- class NODE_MT_category_compositor_color(bpy_types.Menu, bpy_types._GenericUI):
280
+ class NODE_MT_category_compositor_color(bpy_types._GenericUI):
281
281
  bl_idname: typing.Any
282
282
  bl_label: typing.Any
283
283
  bl_rna: typing.Any
@@ -548,7 +548,7 @@ class NODE_MT_category_compositor_color(bpy_types.Menu, bpy_types._GenericUI):
548
548
  """
549
549
  ...
550
550
 
551
- class NODE_MT_category_compositor_color_adjust(bpy_types.Menu, bpy_types._GenericUI):
551
+ class NODE_MT_category_compositor_color_adjust(bpy_types._GenericUI):
552
552
  bl_idname: typing.Any
553
553
  bl_label: typing.Any
554
554
  bl_rna: typing.Any
@@ -819,7 +819,7 @@ class NODE_MT_category_compositor_color_adjust(bpy_types.Menu, bpy_types._Generi
819
819
  """
820
820
  ...
821
821
 
822
- class NODE_MT_category_compositor_color_mix(bpy_types.Menu, bpy_types._GenericUI):
822
+ class NODE_MT_category_compositor_color_mix(bpy_types._GenericUI):
823
823
  bl_idname: typing.Any
824
824
  bl_label: typing.Any
825
825
  bl_rna: typing.Any
@@ -1090,7 +1090,7 @@ class NODE_MT_category_compositor_color_mix(bpy_types.Menu, bpy_types._GenericUI
1090
1090
  """
1091
1091
  ...
1092
1092
 
1093
- class NODE_MT_category_compositor_filter(bpy_types.Menu, bpy_types._GenericUI):
1093
+ class NODE_MT_category_compositor_filter(bpy_types._GenericUI):
1094
1094
  bl_idname: typing.Any
1095
1095
  bl_label: typing.Any
1096
1096
  bl_rna: typing.Any
@@ -1361,7 +1361,7 @@ class NODE_MT_category_compositor_filter(bpy_types.Menu, bpy_types._GenericUI):
1361
1361
  """
1362
1362
  ...
1363
1363
 
1364
- class NODE_MT_category_compositor_filter_blur(bpy_types.Menu, bpy_types._GenericUI):
1364
+ class NODE_MT_category_compositor_filter_blur(bpy_types._GenericUI):
1365
1365
  bl_idname: typing.Any
1366
1366
  bl_label: typing.Any
1367
1367
  bl_rna: typing.Any
@@ -1632,7 +1632,7 @@ class NODE_MT_category_compositor_filter_blur(bpy_types.Menu, bpy_types._Generic
1632
1632
  """
1633
1633
  ...
1634
1634
 
1635
- class NODE_MT_category_compositor_group(bpy_types.Menu, bpy_types._GenericUI):
1635
+ class NODE_MT_category_compositor_group(bpy_types._GenericUI):
1636
1636
  bl_idname: typing.Any
1637
1637
  bl_label: typing.Any
1638
1638
  bl_rna: typing.Any
@@ -1903,7 +1903,7 @@ class NODE_MT_category_compositor_group(bpy_types.Menu, bpy_types._GenericUI):
1903
1903
  """
1904
1904
  ...
1905
1905
 
1906
- class NODE_MT_category_compositor_input(bpy_types.Menu, bpy_types._GenericUI):
1906
+ class NODE_MT_category_compositor_input(bpy_types._GenericUI):
1907
1907
  bl_idname: typing.Any
1908
1908
  bl_label: typing.Any
1909
1909
  bl_rna: typing.Any
@@ -2174,7 +2174,7 @@ class NODE_MT_category_compositor_input(bpy_types.Menu, bpy_types._GenericUI):
2174
2174
  """
2175
2175
  ...
2176
2176
 
2177
- class NODE_MT_category_compositor_input_constant(bpy_types.Menu, bpy_types._GenericUI):
2177
+ class NODE_MT_category_compositor_input_constant(bpy_types._GenericUI):
2178
2178
  bl_idname: typing.Any
2179
2179
  bl_label: typing.Any
2180
2180
  bl_rna: typing.Any
@@ -2445,7 +2445,7 @@ class NODE_MT_category_compositor_input_constant(bpy_types.Menu, bpy_types._Gene
2445
2445
  """
2446
2446
  ...
2447
2447
 
2448
- class NODE_MT_category_compositor_input_scene(bpy_types.Menu, bpy_types._GenericUI):
2448
+ class NODE_MT_category_compositor_input_scene(bpy_types._GenericUI):
2449
2449
  bl_idname: typing.Any
2450
2450
  bl_label: typing.Any
2451
2451
  bl_rna: typing.Any
@@ -2716,7 +2716,7 @@ class NODE_MT_category_compositor_input_scene(bpy_types.Menu, bpy_types._Generic
2716
2716
  """
2717
2717
  ...
2718
2718
 
2719
- class NODE_MT_category_compositor_keying(bpy_types.Menu, bpy_types._GenericUI):
2719
+ class NODE_MT_category_compositor_keying(bpy_types._GenericUI):
2720
2720
  bl_idname: typing.Any
2721
2721
  bl_label: typing.Any
2722
2722
  bl_rna: typing.Any
@@ -2987,7 +2987,7 @@ class NODE_MT_category_compositor_keying(bpy_types.Menu, bpy_types._GenericUI):
2987
2987
  """
2988
2988
  ...
2989
2989
 
2990
- class NODE_MT_category_compositor_mask(bpy_types.Menu, bpy_types._GenericUI):
2990
+ class NODE_MT_category_compositor_mask(bpy_types._GenericUI):
2991
2991
  bl_idname: typing.Any
2992
2992
  bl_label: typing.Any
2993
2993
  bl_rna: typing.Any
@@ -3258,7 +3258,7 @@ class NODE_MT_category_compositor_mask(bpy_types.Menu, bpy_types._GenericUI):
3258
3258
  """
3259
3259
  ...
3260
3260
 
3261
- class NODE_MT_category_compositor_output(bpy_types.Menu, bpy_types._GenericUI):
3261
+ class NODE_MT_category_compositor_output(bpy_types._GenericUI):
3262
3262
  bl_idname: typing.Any
3263
3263
  bl_label: typing.Any
3264
3264
  bl_rna: typing.Any
@@ -3529,7 +3529,7 @@ class NODE_MT_category_compositor_output(bpy_types.Menu, bpy_types._GenericUI):
3529
3529
  """
3530
3530
  ...
3531
3531
 
3532
- class NODE_MT_category_compositor_tracking(bpy_types.Menu, bpy_types._GenericUI):
3532
+ class NODE_MT_category_compositor_tracking(bpy_types._GenericUI):
3533
3533
  bl_idname: typing.Any
3534
3534
  bl_label: typing.Any
3535
3535
  bl_rna: typing.Any
@@ -3801,7 +3801,7 @@ class NODE_MT_category_compositor_tracking(bpy_types.Menu, bpy_types._GenericUI)
3801
3801
  """
3802
3802
  ...
3803
3803
 
3804
- class NODE_MT_category_compositor_transform(bpy_types.Menu, bpy_types._GenericUI):
3804
+ class NODE_MT_category_compositor_transform(bpy_types._GenericUI):
3805
3805
  bl_idname: typing.Any
3806
3806
  bl_label: typing.Any
3807
3807
  bl_rna: typing.Any
@@ -4072,7 +4072,7 @@ class NODE_MT_category_compositor_transform(bpy_types.Menu, bpy_types._GenericUI
4072
4072
  """
4073
4073
  ...
4074
4074
 
4075
- class NODE_MT_category_compositor_utilities(bpy_types.Menu, bpy_types._GenericUI):
4075
+ class NODE_MT_category_compositor_utilities(bpy_types._GenericUI):
4076
4076
  bl_idname: typing.Any
4077
4077
  bl_label: typing.Any
4078
4078
  bl_rna: typing.Any
@@ -4343,7 +4343,7 @@ class NODE_MT_category_compositor_utilities(bpy_types.Menu, bpy_types._GenericUI
4343
4343
  """
4344
4344
  ...
4345
4345
 
4346
- class NODE_MT_category_compositor_vector(bpy_types.Menu, bpy_types._GenericUI):
4346
+ class NODE_MT_category_compositor_vector(bpy_types._GenericUI):
4347
4347
  bl_idname: typing.Any
4348
4348
  bl_label: typing.Any
4349
4349
  bl_rna: typing.Any
@@ -4614,7 +4614,7 @@ class NODE_MT_category_compositor_vector(bpy_types.Menu, bpy_types._GenericUI):
4614
4614
  """
4615
4615
  ...
4616
4616
 
4617
- class NODE_MT_compositor_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
4617
+ class NODE_MT_compositor_node_add_all(bpy_types._GenericUI):
4618
4618
  bl_idname: typing.Any
4619
4619
  bl_label: typing.Any
4620
4620
  bl_rna: typing.Any