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
@@ -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 PREFERENCES_OT_addon_disable(bpy_types.Operator):
8
+ class PREFERENCES_OT_addon_disable:
10
9
  """Turn off this extension"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -212,7 +211,7 @@ class PREFERENCES_OT_addon_disable(bpy_types.Operator):
212
211
  """
213
212
  ...
214
213
 
215
- class PREFERENCES_OT_addon_enable(bpy_types.Operator):
214
+ class PREFERENCES_OT_addon_enable:
216
215
  """Turn on this extension"""
217
216
 
218
217
  bl_idname: typing.Any
@@ -418,7 +417,7 @@ class PREFERENCES_OT_addon_enable(bpy_types.Operator):
418
417
  """
419
418
  ...
420
419
 
421
- class PREFERENCES_OT_addon_expand(bpy_types.Operator):
420
+ class PREFERENCES_OT_addon_expand:
422
421
  """Display information and preferences for this add-on"""
423
422
 
424
423
  bl_idname: typing.Any
@@ -625,7 +624,7 @@ class PREFERENCES_OT_addon_expand(bpy_types.Operator):
625
624
  """
626
625
  ...
627
626
 
628
- class PREFERENCES_OT_addon_install(bpy_types.Operator):
627
+ class PREFERENCES_OT_addon_install:
629
628
  """Install an add-on"""
630
629
 
631
630
  bl_idname: typing.Any
@@ -839,7 +838,7 @@ class PREFERENCES_OT_addon_install(bpy_types.Operator):
839
838
  """
840
839
  ...
841
840
 
842
- class PREFERENCES_OT_addon_refresh(bpy_types.Operator):
841
+ class PREFERENCES_OT_addon_refresh:
843
842
  """Scan add-on directories for new modules"""
844
843
 
845
844
  bl_idname: typing.Any
@@ -1045,7 +1044,7 @@ class PREFERENCES_OT_addon_refresh(bpy_types.Operator):
1045
1044
  """
1046
1045
  ...
1047
1046
 
1048
- class PREFERENCES_OT_addon_remove(bpy_types.Operator):
1047
+ class PREFERENCES_OT_addon_remove:
1049
1048
  """Delete the add-on from the file system"""
1050
1049
 
1051
1050
  bl_idname: typing.Any
@@ -1273,7 +1272,7 @@ class PREFERENCES_OT_addon_remove(bpy_types.Operator):
1273
1272
  """
1274
1273
  ...
1275
1274
 
1276
- class PREFERENCES_OT_addon_show(bpy_types.Operator):
1275
+ class PREFERENCES_OT_addon_show:
1277
1276
  """Show add-on preferences"""
1278
1277
 
1279
1278
  bl_idname: typing.Any
@@ -1480,7 +1479,7 @@ class PREFERENCES_OT_addon_show(bpy_types.Operator):
1480
1479
  """
1481
1480
  ...
1482
1481
 
1483
- class PREFERENCES_OT_app_template_install(bpy_types.Operator):
1482
+ class PREFERENCES_OT_app_template_install:
1484
1483
  """Install an application template"""
1485
1484
 
1486
1485
  bl_idname: typing.Any
@@ -1694,7 +1693,7 @@ class PREFERENCES_OT_app_template_install(bpy_types.Operator):
1694
1693
  """
1695
1694
  ...
1696
1695
 
1697
- class PREFERENCES_OT_copy_prev(bpy_types.Operator):
1696
+ class PREFERENCES_OT_copy_prev:
1698
1697
  """Copy settings from previous version"""
1699
1698
 
1700
1699
  bl_idname: typing.Any
@@ -1908,7 +1907,7 @@ class PREFERENCES_OT_copy_prev(bpy_types.Operator):
1908
1907
  """
1909
1908
  ...
1910
1909
 
1911
- class PREFERENCES_OT_keyconfig_activate(bpy_types.Operator):
1910
+ class PREFERENCES_OT_keyconfig_activate:
1912
1911
  bl_idname: typing.Any
1913
1912
  bl_label: typing.Any
1914
1913
  bl_rna: typing.Any
@@ -2112,7 +2111,7 @@ class PREFERENCES_OT_keyconfig_activate(bpy_types.Operator):
2112
2111
  """
2113
2112
  ...
2114
2113
 
2115
- class PREFERENCES_OT_keyconfig_export(bpy_types.Operator):
2114
+ class PREFERENCES_OT_keyconfig_export:
2116
2115
  """Export key configuration to a Python script"""
2117
2116
 
2118
2117
  bl_idname: typing.Any
@@ -2326,7 +2325,7 @@ class PREFERENCES_OT_keyconfig_export(bpy_types.Operator):
2326
2325
  """
2327
2326
  ...
2328
2327
 
2329
- class PREFERENCES_OT_keyconfig_import(bpy_types.Operator):
2328
+ class PREFERENCES_OT_keyconfig_import:
2330
2329
  """Import key configuration from a Python script"""
2331
2330
 
2332
2331
  bl_idname: typing.Any
@@ -2540,7 +2539,7 @@ class PREFERENCES_OT_keyconfig_import(bpy_types.Operator):
2540
2539
  """
2541
2540
  ...
2542
2541
 
2543
- class PREFERENCES_OT_keyconfig_remove(bpy_types.Operator):
2542
+ class PREFERENCES_OT_keyconfig_remove:
2544
2543
  """Remove key config"""
2545
2544
 
2546
2545
  bl_idname: typing.Any
@@ -2753,7 +2752,7 @@ class PREFERENCES_OT_keyconfig_remove(bpy_types.Operator):
2753
2752
  """
2754
2753
  ...
2755
2754
 
2756
- class PREFERENCES_OT_keyconfig_test(bpy_types.Operator):
2755
+ class PREFERENCES_OT_keyconfig_test:
2757
2756
  """Test key configuration for conflicts"""
2758
2757
 
2759
2758
  bl_idname: typing.Any
@@ -2959,7 +2958,7 @@ class PREFERENCES_OT_keyconfig_test(bpy_types.Operator):
2959
2958
  """
2960
2959
  ...
2961
2960
 
2962
- class PREFERENCES_OT_keyitem_add(bpy_types.Operator):
2961
+ class PREFERENCES_OT_keyitem_add:
2963
2962
  """Add key map item"""
2964
2963
 
2965
2964
  bl_idname: typing.Any
@@ -3165,7 +3164,7 @@ class PREFERENCES_OT_keyitem_add(bpy_types.Operator):
3165
3164
  """
3166
3165
  ...
3167
3166
 
3168
- class PREFERENCES_OT_keyitem_remove(bpy_types.Operator):
3167
+ class PREFERENCES_OT_keyitem_remove:
3169
3168
  """Remove key map item"""
3170
3169
 
3171
3170
  bl_idname: typing.Any
@@ -3378,7 +3377,7 @@ class PREFERENCES_OT_keyitem_remove(bpy_types.Operator):
3378
3377
  """
3379
3378
  ...
3380
3379
 
3381
- class PREFERENCES_OT_keyitem_restore(bpy_types.Operator):
3380
+ class PREFERENCES_OT_keyitem_restore:
3382
3381
  """Restore key map item"""
3383
3382
 
3384
3383
  bl_idname: typing.Any
@@ -3591,7 +3590,7 @@ class PREFERENCES_OT_keyitem_restore(bpy_types.Operator):
3591
3590
  """
3592
3591
  ...
3593
3592
 
3594
- class PREFERENCES_OT_keymap_restore(bpy_types.Operator):
3593
+ class PREFERENCES_OT_keymap_restore:
3595
3594
  """Restore key map(s)"""
3596
3595
 
3597
3596
  bl_idname: typing.Any
@@ -3797,7 +3796,7 @@ class PREFERENCES_OT_keymap_restore(bpy_types.Operator):
3797
3796
  """
3798
3797
  ...
3799
3798
 
3800
- class PREFERENCES_OT_script_directory_new(bpy_types.Operator):
3799
+ class PREFERENCES_OT_script_directory_new:
3801
3800
  bl_idname: typing.Any
3802
3801
  bl_label: typing.Any
3803
3802
  bl_rna: typing.Any
@@ -4009,7 +4008,7 @@ class PREFERENCES_OT_script_directory_new(bpy_types.Operator):
4009
4008
  """
4010
4009
  ...
4011
4010
 
4012
- class PREFERENCES_OT_script_directory_remove(bpy_types.Operator):
4011
+ class PREFERENCES_OT_script_directory_remove:
4013
4012
  bl_idname: typing.Any
4014
4013
  bl_label: typing.Any
4015
4014
  bl_rna: typing.Any
@@ -4213,7 +4212,7 @@ class PREFERENCES_OT_script_directory_remove(bpy_types.Operator):
4213
4212
  """
4214
4213
  ...
4215
4214
 
4216
- class PREFERENCES_OT_studiolight_copy_settings(bpy_types.Operator):
4215
+ class PREFERENCES_OT_studiolight_copy_settings:
4217
4216
  """Copy Studio Light settings to the Studio Light editor"""
4218
4217
 
4219
4218
  bl_idname: typing.Any
@@ -4419,7 +4418,7 @@ class PREFERENCES_OT_studiolight_copy_settings(bpy_types.Operator):
4419
4418
  """
4420
4419
  ...
4421
4420
 
4422
- class PREFERENCES_OT_studiolight_install(bpy_types.Operator):
4421
+ class PREFERENCES_OT_studiolight_install:
4423
4422
  """Install a user defined light"""
4424
4423
 
4425
4424
  bl_idname: typing.Any
@@ -4633,7 +4632,7 @@ class PREFERENCES_OT_studiolight_install(bpy_types.Operator):
4633
4632
  """
4634
4633
  ...
4635
4634
 
4636
- class PREFERENCES_OT_studiolight_new(bpy_types.Operator):
4635
+ class PREFERENCES_OT_studiolight_new:
4637
4636
  """Save custom studio light from the studio light editor settings"""
4638
4637
 
4639
4638
  ask_override: typing.Any
@@ -4855,7 +4854,7 @@ class PREFERENCES_OT_studiolight_new(bpy_types.Operator):
4855
4854
  """
4856
4855
  ...
4857
4856
 
4858
- class PREFERENCES_OT_studiolight_uninstall(bpy_types.Operator):
4857
+ class PREFERENCES_OT_studiolight_uninstall:
4859
4858
  """Delete Studio Light"""
4860
4859
 
4861
4860
  bl_idname: typing.Any
@@ -5061,7 +5060,7 @@ class PREFERENCES_OT_studiolight_uninstall(bpy_types.Operator):
5061
5060
  """
5062
5061
  ...
5063
5062
 
5064
- class PREFERENCES_OT_theme_install(bpy_types.Operator):
5063
+ class PREFERENCES_OT_theme_install:
5065
5064
  """Load and apply a Blender XML theme file"""
5066
5065
 
5067
5066
  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 FollowActiveQuads(bpy_types.Operator):
8
+ class FollowActiveQuads:
10
9
  """Follow UVs from active quads along continuous face loops"""
11
10
 
12
11
  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 LightMapPack(bpy_types.Operator):
8
+ class LightMapPack:
10
9
  """Pack each face's UVs into the UV bounds"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -2,12 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import bmesh.types
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 AlignUVRotation(bpy_types.Operator):
9
+ class AlignUVRotation:
11
10
  """Align the UV island's rotation"""
12
11
 
13
12
  bl_idname: typing.Any
@@ -228,7 +227,7 @@ class AlignUVRotation(bpy_types.Operator):
228
227
  """
229
228
  ...
230
229
 
231
- class RandomizeUVTransform(bpy_types.Operator):
230
+ class RandomizeUVTransform:
232
231
  """Randomize the UV island's location, rotation, and scale"""
233
232
 
234
233
  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 VertexPaintDirt(bpy_types.Operator):
8
+ class VertexPaintDirt:
10
9
  """Generate a dirt map gradient based on cavity"""
11
10
 
12
11
  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 VIEW3D_FH_camera_background_image(bpy_types.FileHandler):
8
+ class VIEW3D_FH_camera_background_image:
10
9
  bl_file_extensions: typing.Any
11
10
  bl_idname: typing.Any
12
11
  bl_import_operator: typing.Any
@@ -201,7 +200,7 @@ class VIEW3D_FH_camera_background_image(bpy_types.FileHandler):
201
200
  """
202
201
  ...
203
202
 
204
- class VIEW3D_FH_empty_image(bpy_types.FileHandler):
203
+ class VIEW3D_FH_empty_image:
205
204
  bl_file_extensions: typing.Any
206
205
  bl_idname: typing.Any
207
206
  bl_import_operator: typing.Any
@@ -396,7 +395,7 @@ class VIEW3D_FH_empty_image(bpy_types.FileHandler):
396
395
  """
397
396
  ...
398
397
 
399
- class VIEW3D_FH_vdb_volume(bpy_types.FileHandler):
398
+ class VIEW3D_FH_vdb_volume:
400
399
  bl_file_extensions: typing.Any
401
400
  bl_idname: typing.Any
402
401
  bl_import_operator: typing.Any
@@ -591,7 +590,7 @@ class VIEW3D_FH_vdb_volume(bpy_types.FileHandler):
591
590
  """
592
591
  ...
593
592
 
594
- class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy_types.Operator):
593
+ class VIEW3D_OT_edit_mesh_extrude_individual_move:
595
594
  """Extrude each individual face separately along local normals"""
596
595
 
597
596
  bl_idname: typing.Any
@@ -812,7 +811,7 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy_types.Operator):
812
811
  """
813
812
  ...
814
813
 
815
- class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy_types.Operator):
814
+ class VIEW3D_OT_edit_mesh_extrude_manifold_normal:
816
815
  """Extrude manifold region along normals"""
817
816
 
818
817
  bl_idname: typing.Any
@@ -1033,7 +1032,7 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy_types.Operator):
1033
1032
  """
1034
1033
  ...
1035
1034
 
1036
- class VIEW3D_OT_edit_mesh_extrude_move(bpy_types.Operator):
1035
+ class VIEW3D_OT_edit_mesh_extrude_move:
1037
1036
  """Extrude region together along the average normal"""
1038
1037
 
1039
1038
  bl_idname: typing.Any
@@ -1266,7 +1265,7 @@ class VIEW3D_OT_edit_mesh_extrude_move(bpy_types.Operator):
1266
1265
  """
1267
1266
  ...
1268
1267
 
1269
- class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy_types.Operator):
1268
+ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten:
1270
1269
  """Extrude region together along local normals"""
1271
1270
 
1272
1271
  bl_idname: typing.Any
@@ -1487,7 +1486,7 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy_types.Operator):
1487
1486
  """
1488
1487
  ...
1489
1488
 
1490
- class VIEW3D_OT_transform_gizmo_set(bpy_types.Operator):
1489
+ class VIEW3D_OT_transform_gizmo_set:
1491
1490
  """Set the current transform gizmo"""
1492
1491
 
1493
1492
  bl_idname: typing.Any