fake-bpy-module 20240614__py3-none-any.whl → 20240615__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 (118) 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/ops/extensions/__init__.pyi +18 -0
  111. bpy/types/__init__.pyi +859 -1031
  112. bpy_types/__init__.pyi +13 -6567
  113. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
  114. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
  115. freestyle/utils/__init__.pyi +1 -1
  116. keyingsets_builtins/__init__.pyi +22 -23
  117. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
  118. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
@@ -12,7 +12,7 @@ class PHYSICS_PT_rigidbody_constraint_panel:
12
12
  bl_space_type: typing.Any
13
13
 
14
14
  class PHYSICS_PT_rigid_body_constraint(
15
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
15
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
16
16
  ):
17
17
  COMPAT_ENGINES: typing.Any
18
18
  bl_context: typing.Any
@@ -241,7 +241,7 @@ class PHYSICS_PT_rigid_body_constraint(
241
241
  ...
242
242
 
243
243
  class PHYSICS_PT_rigid_body_constraint_limits(
244
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
244
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
245
245
  ):
246
246
  COMPAT_ENGINES: typing.Any
247
247
  bl_context: typing.Any
@@ -471,7 +471,7 @@ class PHYSICS_PT_rigid_body_constraint_limits(
471
471
  ...
472
472
 
473
473
  class PHYSICS_PT_rigid_body_constraint_limits_angular(
474
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
474
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
475
475
  ):
476
476
  COMPAT_ENGINES: typing.Any
477
477
  bl_context: typing.Any
@@ -701,7 +701,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
701
701
  ...
702
702
 
703
703
  class PHYSICS_PT_rigid_body_constraint_limits_linear(
704
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
704
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
705
705
  ):
706
706
  COMPAT_ENGINES: typing.Any
707
707
  bl_context: typing.Any
@@ -931,7 +931,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
931
931
  ...
932
932
 
933
933
  class PHYSICS_PT_rigid_body_constraint_motor(
934
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
934
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
935
935
  ):
936
936
  COMPAT_ENGINES: typing.Any
937
937
  bl_context: typing.Any
@@ -1161,7 +1161,7 @@ class PHYSICS_PT_rigid_body_constraint_motor(
1161
1161
  ...
1162
1162
 
1163
1163
  class PHYSICS_PT_rigid_body_constraint_motor_angular(
1164
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1164
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1165
1165
  ):
1166
1166
  COMPAT_ENGINES: typing.Any
1167
1167
  bl_context: typing.Any
@@ -1398,7 +1398,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
1398
1398
  ...
1399
1399
 
1400
1400
  class PHYSICS_PT_rigid_body_constraint_motor_linear(
1401
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1401
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1402
1402
  ):
1403
1403
  COMPAT_ENGINES: typing.Any
1404
1404
  bl_context: typing.Any
@@ -1635,7 +1635,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
1635
1635
  ...
1636
1636
 
1637
1637
  class PHYSICS_PT_rigid_body_constraint_objects(
1638
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1638
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1639
1639
  ):
1640
1640
  COMPAT_ENGINES: typing.Any
1641
1641
  bl_context: typing.Any
@@ -1865,7 +1865,7 @@ class PHYSICS_PT_rigid_body_constraint_objects(
1865
1865
  ...
1866
1866
 
1867
1867
  class PHYSICS_PT_rigid_body_constraint_override_iterations(
1868
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1868
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1869
1869
  ):
1870
1870
  COMPAT_ENGINES: typing.Any
1871
1871
  bl_context: typing.Any
@@ -2102,7 +2102,7 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
2102
2102
  ...
2103
2103
 
2104
2104
  class PHYSICS_PT_rigid_body_constraint_settings(
2105
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2105
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2106
2106
  ):
2107
2107
  COMPAT_ENGINES: typing.Any
2108
2108
  bl_context: typing.Any
@@ -2332,7 +2332,7 @@ class PHYSICS_PT_rigid_body_constraint_settings(
2332
2332
  ...
2333
2333
 
2334
2334
  class PHYSICS_PT_rigid_body_constraint_springs(
2335
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2335
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2336
2336
  ):
2337
2337
  COMPAT_ENGINES: typing.Any
2338
2338
  bl_context: typing.Any
@@ -2562,7 +2562,7 @@ class PHYSICS_PT_rigid_body_constraint_springs(
2562
2562
  ...
2563
2563
 
2564
2564
  class PHYSICS_PT_rigid_body_constraint_springs_angular(
2565
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2565
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2566
2566
  ):
2567
2567
  COMPAT_ENGINES: typing.Any
2568
2568
  bl_context: typing.Any
@@ -2792,7 +2792,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
2792
2792
  ...
2793
2793
 
2794
2794
  class PHYSICS_PT_rigid_body_constraint_springs_linear(
2795
- bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2795
+ PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2796
2796
  ):
2797
2797
  COMPAT_ENGINES: typing.Any
2798
2798
  bl_context: typing.Any
@@ -18,7 +18,7 @@ class PhysicButtonsPanel:
18
18
  """
19
19
  ...
20
20
 
21
- class PHYSICS_PT_softbody(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
21
+ class PHYSICS_PT_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
22
22
  COMPAT_ENGINES: typing.Any
23
23
  bl_context: typing.Any
24
24
  bl_label: typing.Any
@@ -245,9 +245,7 @@ class PHYSICS_PT_softbody(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
245
245
  """
246
246
  ...
247
247
 
248
- class PHYSICS_PT_softbody_cache(
249
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
250
- ):
248
+ class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, bpy_types._GenericUI):
251
249
  COMPAT_ENGINES: typing.Any
252
250
  bl_context: typing.Any
253
251
  bl_label: typing.Any
@@ -476,9 +474,7 @@ class PHYSICS_PT_softbody_cache(
476
474
  """
477
475
  ...
478
476
 
479
- class PHYSICS_PT_softbody_collision(
480
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
481
- ):
477
+ class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, bpy_types._GenericUI):
482
478
  COMPAT_ENGINES: typing.Any
483
479
  bl_context: typing.Any
484
480
  bl_label: typing.Any
@@ -714,9 +710,7 @@ class PHYSICS_PT_softbody_collision(
714
710
  """
715
711
  ...
716
712
 
717
- class PHYSICS_PT_softbody_edge(
718
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
719
- ):
713
+ class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, bpy_types._GenericUI):
720
714
  COMPAT_ENGINES: typing.Any
721
715
  bl_context: typing.Any
722
716
  bl_label: typing.Any
@@ -952,9 +946,7 @@ class PHYSICS_PT_softbody_edge(
952
946
  """
953
947
  ...
954
948
 
955
- class PHYSICS_PT_softbody_edge_aerodynamics(
956
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
957
- ):
949
+ class PHYSICS_PT_softbody_edge_aerodynamics(PhysicButtonsPanel, bpy_types._GenericUI):
958
950
  COMPAT_ENGINES: typing.Any
959
951
  bl_context: typing.Any
960
952
  bl_label: typing.Any
@@ -1183,9 +1175,7 @@ class PHYSICS_PT_softbody_edge_aerodynamics(
1183
1175
  """
1184
1176
  ...
1185
1177
 
1186
- class PHYSICS_PT_softbody_edge_stiffness(
1187
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1188
- ):
1178
+ class PHYSICS_PT_softbody_edge_stiffness(PhysicButtonsPanel, bpy_types._GenericUI):
1189
1179
  COMPAT_ENGINES: typing.Any
1190
1180
  bl_context: typing.Any
1191
1181
  bl_label: typing.Any
@@ -1421,9 +1411,7 @@ class PHYSICS_PT_softbody_edge_stiffness(
1421
1411
  """
1422
1412
  ...
1423
1413
 
1424
- class PHYSICS_PT_softbody_field_weights(
1425
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1426
- ):
1414
+ class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, bpy_types._GenericUI):
1427
1415
  COMPAT_ENGINES: typing.Any
1428
1416
  bl_context: typing.Any
1429
1417
  bl_label: typing.Any
@@ -1652,9 +1640,7 @@ class PHYSICS_PT_softbody_field_weights(
1652
1640
  """
1653
1641
  ...
1654
1642
 
1655
- class PHYSICS_PT_softbody_goal(
1656
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1657
- ):
1643
+ class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, bpy_types._GenericUI):
1658
1644
  COMPAT_ENGINES: typing.Any
1659
1645
  bl_context: typing.Any
1660
1646
  bl_label: typing.Any
@@ -1890,9 +1876,7 @@ class PHYSICS_PT_softbody_goal(
1890
1876
  """
1891
1877
  ...
1892
1878
 
1893
- class PHYSICS_PT_softbody_goal_settings(
1894
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1895
- ):
1879
+ class PHYSICS_PT_softbody_goal_settings(PhysicButtonsPanel, bpy_types._GenericUI):
1896
1880
  COMPAT_ENGINES: typing.Any
1897
1881
  bl_context: typing.Any
1898
1882
  bl_label: typing.Any
@@ -2121,9 +2105,7 @@ class PHYSICS_PT_softbody_goal_settings(
2121
2105
  """
2122
2106
  ...
2123
2107
 
2124
- class PHYSICS_PT_softbody_goal_strengths(
2125
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2126
- ):
2108
+ class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, bpy_types._GenericUI):
2127
2109
  COMPAT_ENGINES: typing.Any
2128
2110
  bl_context: typing.Any
2129
2111
  bl_label: typing.Any
@@ -2352,9 +2334,7 @@ class PHYSICS_PT_softbody_goal_strengths(
2352
2334
  """
2353
2335
  ...
2354
2336
 
2355
- class PHYSICS_PT_softbody_object(
2356
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2357
- ):
2337
+ class PHYSICS_PT_softbody_object(PhysicButtonsPanel, bpy_types._GenericUI):
2358
2338
  COMPAT_ENGINES: typing.Any
2359
2339
  bl_context: typing.Any
2360
2340
  bl_label: typing.Any
@@ -2583,9 +2563,7 @@ class PHYSICS_PT_softbody_object(
2583
2563
  """
2584
2564
  ...
2585
2565
 
2586
- class PHYSICS_PT_softbody_simulation(
2587
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2588
- ):
2566
+ class PHYSICS_PT_softbody_simulation(PhysicButtonsPanel, bpy_types._GenericUI):
2589
2567
  COMPAT_ENGINES: typing.Any
2590
2568
  bl_context: typing.Any
2591
2569
  bl_label: typing.Any
@@ -2814,9 +2792,7 @@ class PHYSICS_PT_softbody_simulation(
2814
2792
  """
2815
2793
  ...
2816
2794
 
2817
- class PHYSICS_PT_softbody_solver(
2818
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2819
- ):
2795
+ class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, bpy_types._GenericUI):
2820
2796
  COMPAT_ENGINES: typing.Any
2821
2797
  bl_context: typing.Any
2822
2798
  bl_label: typing.Any
@@ -3045,9 +3021,7 @@ class PHYSICS_PT_softbody_solver(
3045
3021
  """
3046
3022
  ...
3047
3023
 
3048
- class PHYSICS_PT_softbody_solver_diagnostics(
3049
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3050
- ):
3024
+ class PHYSICS_PT_softbody_solver_diagnostics(PhysicButtonsPanel, bpy_types._GenericUI):
3051
3025
  COMPAT_ENGINES: typing.Any
3052
3026
  bl_context: typing.Any
3053
3027
  bl_label: typing.Any
@@ -3276,9 +3250,7 @@ class PHYSICS_PT_softbody_solver_diagnostics(
3276
3250
  """
3277
3251
  ...
3278
3252
 
3279
- class PHYSICS_PT_softbody_solver_helpers(
3280
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3281
- ):
3253
+ class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, bpy_types._GenericUI):
3282
3254
  COMPAT_ENGINES: typing.Any
3283
3255
  bl_context: typing.Any
3284
3256
  bl_label: typing.Any