fake-bpy-module 20250630__py3-none-any.whl → 20250827__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +47 -15
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +148 -38
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +58124 -41707
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250827.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250630.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class BatchRenameAction(bpy.types.PropertyGroup):
8
+ class BatchRenameAction(_bpy_types.PropertyGroup):
8
9
  bl_rna: typing.Any
9
10
  id_data: typing.Any
10
11
 
@@ -22,7 +23,7 @@ class BatchRenameAction(bpy.types.PropertyGroup):
22
23
  :rtype: typing.Any
23
24
  """
24
25
 
25
- class WM_MT_region_toggle_pie(bpy.types.Menu):
26
+ class WM_MT_region_toggle_pie(_bpy_types.Menu):
26
27
  bl_label: typing.Any
27
28
  bl_rna: typing.Any
28
29
  id_data: typing.Any
@@ -54,7 +55,7 @@ class WM_MT_region_toggle_pie(bpy.types.Menu):
54
55
  :param context:
55
56
  """
56
57
 
57
- class WM_MT_splash(bpy.types.Menu):
58
+ class WM_MT_splash(_bpy_types.Menu):
58
59
  bl_label: typing.Any
59
60
  bl_rna: typing.Any
60
61
  id_data: typing.Any
@@ -79,7 +80,7 @@ class WM_MT_splash(bpy.types.Menu):
79
80
  :param context:
80
81
  """
81
82
 
82
- class WM_MT_splash_about(bpy.types.Menu):
83
+ class WM_MT_splash_about(_bpy_types.Menu):
83
84
  bl_label: typing.Any
84
85
  bl_rna: typing.Any
85
86
  id_data: typing.Any
@@ -104,7 +105,7 @@ class WM_MT_splash_about(bpy.types.Menu):
104
105
  :param context:
105
106
  """
106
107
 
107
- class WM_MT_splash_quick_setup(bpy.types.Menu):
108
+ class WM_MT_splash_quick_setup(_bpy_types.Menu):
108
109
  bl_label: typing.Any
109
110
  bl_rna: typing.Any
110
111
  id_data: typing.Any
@@ -129,7 +130,7 @@ class WM_MT_splash_quick_setup(bpy.types.Menu):
129
130
  :param context:
130
131
  """
131
132
 
132
- class WM_OT_batch_rename(bpy.types.Operator):
133
+ class WM_OT_batch_rename(_bpy_types.Operator):
133
134
  """Rename multiple items at once"""
134
135
 
135
136
  bl_idname: typing.Any
@@ -177,7 +178,7 @@ class WM_OT_batch_rename(bpy.types.Operator):
177
178
  :param event:
178
179
  """
179
180
 
180
- class WM_OT_context_collection_boolean_set(bpy.types.Operator):
181
+ class WM_OT_context_collection_boolean_set(_bpy_types.Operator):
181
182
  """Set boolean values for a collection of items"""
182
183
 
183
184
  bl_idname: typing.Any
@@ -206,7 +207,7 @@ class WM_OT_context_collection_boolean_set(bpy.types.Operator):
206
207
  :param context:
207
208
  """
208
209
 
209
- class WM_OT_context_cycle_array(bpy.types.Operator):
210
+ class WM_OT_context_cycle_array(_bpy_types.Operator):
210
211
  """Set a context array value (useful for cycling the active mesh edit mode)"""
211
212
 
212
213
  bl_idname: typing.Any
@@ -243,7 +244,7 @@ class WM_OT_context_cycle_array(bpy.types.Operator):
243
244
  :param context:
244
245
  """
245
246
 
246
- class WM_OT_context_cycle_enum(bpy.types.Operator):
247
+ class WM_OT_context_cycle_enum(_bpy_types.Operator):
247
248
  """Toggle a context value"""
248
249
 
249
250
  bl_idname: typing.Any
@@ -280,7 +281,7 @@ class WM_OT_context_cycle_enum(bpy.types.Operator):
280
281
  :param context:
281
282
  """
282
283
 
283
- class WM_OT_context_cycle_int(bpy.types.Operator):
284
+ class WM_OT_context_cycle_int(_bpy_types.Operator):
284
285
  """Set a context value (useful for cycling active material, shape keys, groups, etc.)"""
285
286
 
286
287
  bl_idname: typing.Any
@@ -317,7 +318,7 @@ class WM_OT_context_cycle_int(bpy.types.Operator):
317
318
  :param context:
318
319
  """
319
320
 
320
- class WM_OT_context_menu_enum(bpy.types.Operator):
321
+ class WM_OT_context_menu_enum(_bpy_types.Operator):
321
322
  bl_idname: typing.Any
322
323
  bl_label: typing.Any
323
324
  bl_options: typing.Any
@@ -352,7 +353,7 @@ class WM_OT_context_menu_enum(bpy.types.Operator):
352
353
  :param context:
353
354
  """
354
355
 
355
- class WM_OT_context_modal_mouse(bpy.types.Operator):
356
+ class WM_OT_context_modal_mouse(_bpy_types.Operator):
356
357
  """Adjust arbitrary values with mouse input"""
357
358
 
358
359
  bl_idname: typing.Any
@@ -389,7 +390,7 @@ class WM_OT_context_modal_mouse(bpy.types.Operator):
389
390
  :param event:
390
391
  """
391
392
 
392
- class WM_OT_context_pie_enum(bpy.types.Operator):
393
+ class WM_OT_context_pie_enum(_bpy_types.Operator):
393
394
  bl_idname: typing.Any
394
395
  bl_label: typing.Any
395
396
  bl_options: typing.Any
@@ -425,7 +426,7 @@ class WM_OT_context_pie_enum(bpy.types.Operator):
425
426
  :param event:
426
427
  """
427
428
 
428
- class WM_OT_context_scale_float(bpy.types.Operator):
429
+ class WM_OT_context_scale_float(_bpy_types.Operator):
429
430
  """Scale a float context value"""
430
431
 
431
432
  bl_idname: typing.Any
@@ -462,7 +463,7 @@ class WM_OT_context_scale_float(bpy.types.Operator):
462
463
  :param context:
463
464
  """
464
465
 
465
- class WM_OT_context_scale_int(bpy.types.Operator):
466
+ class WM_OT_context_scale_int(_bpy_types.Operator):
466
467
  """Scale an int context value"""
467
468
 
468
469
  bl_idname: typing.Any
@@ -499,7 +500,7 @@ class WM_OT_context_scale_int(bpy.types.Operator):
499
500
  :param context:
500
501
  """
501
502
 
502
- class WM_OT_context_set_boolean(bpy.types.Operator):
503
+ class WM_OT_context_set_boolean(_bpy_types.Operator):
503
504
  """Set a context value"""
504
505
 
505
506
  bl_idname: typing.Any
@@ -530,7 +531,7 @@ class WM_OT_context_set_boolean(bpy.types.Operator):
530
531
  :param props:
531
532
  """
532
533
 
533
- class WM_OT_context_set_enum(bpy.types.Operator):
534
+ class WM_OT_context_set_enum(_bpy_types.Operator):
534
535
  """Set a context value"""
535
536
 
536
537
  bl_idname: typing.Any
@@ -561,7 +562,7 @@ class WM_OT_context_set_enum(bpy.types.Operator):
561
562
  :param props:
562
563
  """
563
564
 
564
- class WM_OT_context_set_float(bpy.types.Operator):
565
+ class WM_OT_context_set_float(_bpy_types.Operator):
565
566
  """Set a context value"""
566
567
 
567
568
  bl_idname: typing.Any
@@ -592,7 +593,7 @@ class WM_OT_context_set_float(bpy.types.Operator):
592
593
  :param props:
593
594
  """
594
595
 
595
- class WM_OT_context_set_id(bpy.types.Operator):
596
+ class WM_OT_context_set_id(_bpy_types.Operator):
596
597
  """Set a context value to an ID data-block"""
597
598
 
598
599
  bl_idname: typing.Any
@@ -621,7 +622,7 @@ class WM_OT_context_set_id(bpy.types.Operator):
621
622
  :param context:
622
623
  """
623
624
 
624
- class WM_OT_context_set_int(bpy.types.Operator):
625
+ class WM_OT_context_set_int(_bpy_types.Operator):
625
626
  """Set a context value"""
626
627
 
627
628
  bl_idname: typing.Any
@@ -652,7 +653,7 @@ class WM_OT_context_set_int(bpy.types.Operator):
652
653
  :param props:
653
654
  """
654
655
 
655
- class WM_OT_context_set_string(bpy.types.Operator):
656
+ class WM_OT_context_set_string(_bpy_types.Operator):
656
657
  """Set a context value"""
657
658
 
658
659
  bl_idname: typing.Any
@@ -683,7 +684,7 @@ class WM_OT_context_set_string(bpy.types.Operator):
683
684
  :param props:
684
685
  """
685
686
 
686
- class WM_OT_context_set_value(bpy.types.Operator):
687
+ class WM_OT_context_set_value(_bpy_types.Operator):
687
688
  """Set a context value"""
688
689
 
689
690
  bl_idname: typing.Any
@@ -720,7 +721,7 @@ class WM_OT_context_set_value(bpy.types.Operator):
720
721
  :param context:
721
722
  """
722
723
 
723
- class WM_OT_context_toggle(bpy.types.Operator):
724
+ class WM_OT_context_toggle(_bpy_types.Operator):
724
725
  """Toggle a context value"""
725
726
 
726
727
  bl_idname: typing.Any
@@ -757,7 +758,7 @@ class WM_OT_context_toggle(bpy.types.Operator):
757
758
  :param context:
758
759
  """
759
760
 
760
- class WM_OT_context_toggle_enum(bpy.types.Operator):
761
+ class WM_OT_context_toggle_enum(_bpy_types.Operator):
761
762
  """Toggle a context value"""
762
763
 
763
764
  bl_idname: typing.Any
@@ -794,7 +795,7 @@ class WM_OT_context_toggle_enum(bpy.types.Operator):
794
795
  :param context:
795
796
  """
796
797
 
797
- class WM_OT_doc_view(bpy.types.Operator):
798
+ class WM_OT_doc_view(_bpy_types.Operator):
798
799
  """Open online reference docs in a web browser"""
799
800
 
800
801
  bl_idname: typing.Any
@@ -822,7 +823,7 @@ class WM_OT_doc_view(bpy.types.Operator):
822
823
  :param _context:
823
824
  """
824
825
 
825
- class WM_OT_doc_view_manual(bpy.types.Operator):
826
+ class WM_OT_doc_view_manual(_bpy_types.Operator):
826
827
  """Load online manual"""
827
828
 
828
829
  bl_idname: typing.Any
@@ -850,7 +851,7 @@ class WM_OT_doc_view_manual(bpy.types.Operator):
850
851
  :param _context:
851
852
  """
852
853
 
853
- class WM_OT_drop_blend_file(bpy.types.Operator):
854
+ class WM_OT_drop_blend_file(_bpy_types.Operator):
854
855
  bl_idname: typing.Any
855
856
  bl_label: typing.Any
856
857
  bl_options: typing.Any
@@ -885,7 +886,7 @@ class WM_OT_drop_blend_file(bpy.types.Operator):
885
886
  :param _event:
886
887
  """
887
888
 
888
- class WM_OT_operator_cheat_sheet(bpy.types.Operator):
889
+ class WM_OT_operator_cheat_sheet(_bpy_types.Operator):
889
890
  """List all the operators in a text-block, useful for scripting"""
890
891
 
891
892
  bl_idname: typing.Any
@@ -913,7 +914,7 @@ class WM_OT_operator_cheat_sheet(bpy.types.Operator):
913
914
  :param _context:
914
915
  """
915
916
 
916
- class WM_OT_operator_pie_enum(bpy.types.Operator):
917
+ class WM_OT_operator_pie_enum(_bpy_types.Operator):
917
918
  bl_idname: typing.Any
918
919
  bl_label: typing.Any
919
920
  bl_options: typing.Any
@@ -949,7 +950,7 @@ class WM_OT_operator_pie_enum(bpy.types.Operator):
949
950
  :param event:
950
951
  """
951
952
 
952
- class WM_OT_owner_disable(bpy.types.Operator):
953
+ class WM_OT_owner_disable(_bpy_types.Operator):
953
954
  """Disable add-on for workspace"""
954
955
 
955
956
  bl_idname: typing.Any
@@ -977,7 +978,7 @@ class WM_OT_owner_disable(bpy.types.Operator):
977
978
  :param context:
978
979
  """
979
980
 
980
- class WM_OT_owner_enable(bpy.types.Operator):
981
+ class WM_OT_owner_enable(_bpy_types.Operator):
981
982
  """Enable add-on for workspace"""
982
983
 
983
984
  bl_idname: typing.Any
@@ -1005,7 +1006,7 @@ class WM_OT_owner_enable(bpy.types.Operator):
1005
1006
  :param context:
1006
1007
  """
1007
1008
 
1008
- class WM_OT_path_open(bpy.types.Operator):
1009
+ class WM_OT_path_open(_bpy_types.Operator):
1009
1010
  """Open a path in a file browser"""
1010
1011
 
1011
1012
  bl_idname: typing.Any
@@ -1034,7 +1035,7 @@ class WM_OT_path_open(bpy.types.Operator):
1034
1035
  :param _context:
1035
1036
  """
1036
1037
 
1037
- class WM_OT_properties_add(bpy.types.Operator):
1038
+ class WM_OT_properties_add(_bpy_types.Operator):
1038
1039
  """Add your own property to the data-block"""
1039
1040
 
1040
1041
  bl_idname: typing.Any
@@ -1063,7 +1064,7 @@ class WM_OT_properties_add(bpy.types.Operator):
1063
1064
  :param context:
1064
1065
  """
1065
1066
 
1066
- class WM_OT_properties_context_change(bpy.types.Operator):
1067
+ class WM_OT_properties_context_change(_bpy_types.Operator):
1067
1068
  """Jump to a different tab inside the properties editor"""
1068
1069
 
1069
1070
  bl_idname: typing.Any
@@ -1092,8 +1093,8 @@ class WM_OT_properties_context_change(bpy.types.Operator):
1092
1093
  :param context:
1093
1094
  """
1094
1095
 
1095
- class WM_OT_properties_edit(bpy.types.Operator):
1096
- """Change a custom property's type, or adjust how it is displayed in the interface"""
1096
+ class WM_OT_properties_edit(_bpy_types.Operator):
1097
+ """Change a custom propertys type, or adjust how it is displayed in the interface"""
1097
1098
 
1098
1099
  bl_idname: typing.Any
1099
1100
  bl_label: typing.Any
@@ -1176,7 +1177,7 @@ class WM_OT_properties_edit(bpy.types.Operator):
1176
1177
  :param context:
1177
1178
  """
1178
1179
 
1179
- class WM_OT_properties_edit_value(bpy.types.Operator):
1180
+ class WM_OT_properties_edit_value(_bpy_types.Operator):
1180
1181
  """Edit the value of a custom property"""
1181
1182
 
1182
1183
  bl_idname: typing.Any
@@ -1218,7 +1219,7 @@ class WM_OT_properties_edit_value(bpy.types.Operator):
1218
1219
  :param _event:
1219
1220
  """
1220
1221
 
1221
- class WM_OT_properties_remove(bpy.types.Operator):
1222
+ class WM_OT_properties_remove(_bpy_types.Operator):
1222
1223
  """Internal use (edit a property data_path)"""
1223
1224
 
1224
1225
  bl_idname: typing.Any
@@ -1247,7 +1248,7 @@ class WM_OT_properties_remove(bpy.types.Operator):
1247
1248
  :param context:
1248
1249
  """
1249
1250
 
1250
- class WM_OT_sysinfo(bpy.types.Operator):
1251
+ class WM_OT_sysinfo(_bpy_types.Operator):
1251
1252
  """Generate system information, saved into a text file"""
1252
1253
 
1253
1254
  bl_idname: typing.Any
@@ -1282,7 +1283,7 @@ class WM_OT_sysinfo(bpy.types.Operator):
1282
1283
  :param _event:
1283
1284
  """
1284
1285
 
1285
- class WM_OT_tool_set_by_brush_type(bpy.types.Operator):
1286
+ class WM_OT_tool_set_by_brush_type(_bpy_types.Operator):
1286
1287
  """Look up the most appropriate tool for the given brush type and activate that"""
1287
1288
 
1288
1289
  bl_idname: typing.Any
@@ -1310,7 +1311,7 @@ class WM_OT_tool_set_by_brush_type(bpy.types.Operator):
1310
1311
  :param context:
1311
1312
  """
1312
1313
 
1313
- class WM_OT_tool_set_by_id(bpy.types.Operator):
1314
+ class WM_OT_tool_set_by_id(_bpy_types.Operator):
1314
1315
  """Set the tool by name (for key-maps)"""
1315
1316
 
1316
1317
  bl_idname: typing.Any
@@ -1346,7 +1347,7 @@ class WM_OT_tool_set_by_id(bpy.types.Operator):
1346
1347
  :param context:
1347
1348
  """
1348
1349
 
1349
- class WM_OT_tool_set_by_index(bpy.types.Operator):
1350
+ class WM_OT_tool_set_by_index(_bpy_types.Operator):
1350
1351
  """Set the tool by index (for key-maps)"""
1351
1352
 
1352
1353
  bl_idname: typing.Any
@@ -1374,7 +1375,7 @@ class WM_OT_tool_set_by_index(bpy.types.Operator):
1374
1375
  :param context:
1375
1376
  """
1376
1377
 
1377
- class WM_OT_toolbar(bpy.types.Operator):
1378
+ class WM_OT_toolbar(_bpy_types.Operator):
1378
1379
  bl_idname: typing.Any
1379
1380
  bl_label: typing.Any
1380
1381
  bl_rna: typing.Any
@@ -1419,7 +1420,7 @@ class WM_OT_toolbar(bpy.types.Operator):
1419
1420
  :param context:
1420
1421
  """
1421
1422
 
1422
- class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1423
+ class WM_OT_toolbar_fallback_pie(_bpy_types.Operator):
1423
1424
  bl_idname: typing.Any
1424
1425
  bl_label: typing.Any
1425
1426
  bl_rna: typing.Any
@@ -1453,7 +1454,7 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1453
1454
  :param context:
1454
1455
  """
1455
1456
 
1456
- class WM_OT_toolbar_prompt(bpy.types.Operator):
1457
+ class WM_OT_toolbar_prompt(_bpy_types.Operator):
1457
1458
  """Leader key like functionality for accessing tools"""
1458
1459
 
1459
1460
  bl_idname: typing.Any
@@ -1489,7 +1490,7 @@ class WM_OT_toolbar_prompt(bpy.types.Operator):
1489
1490
  :param event:
1490
1491
  """
1491
1492
 
1492
- class WM_OT_url_open(bpy.types.Operator):
1493
+ class WM_OT_url_open(_bpy_types.Operator):
1493
1494
  """Open a website in the web browser"""
1494
1495
 
1495
1496
  bl_idname: typing.Any
@@ -1518,7 +1519,7 @@ class WM_OT_url_open(bpy.types.Operator):
1518
1519
  :param _context:
1519
1520
  """
1520
1521
 
1521
- class WM_OT_url_open_preset(bpy.types.Operator):
1522
+ class WM_OT_url_open_preset(_bpy_types.Operator):
1522
1523
  """Open a preset website in the web browser"""
1523
1524
 
1524
1525
  bl_idname: typing.Any
@@ -2,10 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class WORLD_OT_convert_volume_to_mesh(bpy.types.Operator):
8
- """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"""
8
+ class WORLD_OT_convert_volume_to_mesh(_bpy_types.Operator):
9
+ """Convert the volume of a world to a mesh. The worlds volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly"""
9
10
 
10
11
  bl_idname: typing.Any
11
12
  bl_label: typing.Any
bl_ui/__init__.pyi CHANGED
@@ -2,6 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
8
  from . import anim as anim
@@ -82,7 +83,7 @@ from . import space_view3d as space_view3d
82
83
  from . import space_view3d_toolbar as space_view3d_toolbar
83
84
  from . import utils as utils
84
85
 
85
- class UI_MT_button_context_menu(bpy.types.Menu):
86
+ class UI_MT_button_context_menu(_bpy_types.Menu):
86
87
  """UI button context menu definition. Scripts can append/prepend this to
87
88
  add own operators to the context menu. They must check context though, so
88
89
  their items only draw in a valid context and for the correct buttons.
@@ -113,7 +114,7 @@ class UI_MT_button_context_menu(bpy.types.Menu):
113
114
  :param _context:
114
115
  """
115
116
 
116
- class UI_MT_list_item_context_menu(bpy.types.Menu):
117
+ class UI_MT_list_item_context_menu(_bpy_types.Menu):
117
118
  """UI List item context menu definition. Scripts can append/prepend this to
118
119
  add own operators to the context menu. They must check context though, so
119
120
  their items only draw in a valid context and for the correct UI list.
@@ -144,7 +145,7 @@ class UI_MT_list_item_context_menu(bpy.types.Menu):
144
145
  :param _context:
145
146
  """
146
147
 
147
- class UI_UL_list(bpy.types.UIList):
148
+ class UI_UL_list(_bpy_types.UIList):
148
149
  bl_rna: typing.Any
149
150
  id_data: typing.Any
150
151
 
bl_ui/anim/__init__.pyi CHANGED
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class ANIM_MT_keyframe_insert_pie(bpy.types.Menu):
8
+ class ANIM_MT_keyframe_insert_pie(_bpy_types.Menu):
8
9
  bl_label: typing.Any
9
10
  bl_rna: typing.Any
10
11
  id_data: typing.Any
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class ASSETSHELF_PT_display(bpy.types.Panel):
8
+ class ASSETSHELF_PT_display(_bpy_types.Panel):
8
9
  bl_label: typing.Any
9
10
  bl_region_type: typing.Any
10
11
  bl_rna: typing.Any
@@ -2,6 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
8
  class GenericUIListOperator:
@@ -30,7 +31,7 @@ class GenericUIListOperator:
30
31
  :param index:
31
32
  """
32
33
 
33
- class UILIST_OT_entry_add(GenericUIListOperator, bpy.types.Operator):
34
+ class UILIST_OT_entry_add(GenericUIListOperator, _bpy_types.Operator):
34
35
  """Add an entry to the list after the current active item"""
35
36
 
36
37
  bl_idname: typing.Any
@@ -59,7 +60,7 @@ class UILIST_OT_entry_add(GenericUIListOperator, bpy.types.Operator):
59
60
  :param context:
60
61
  """
61
62
 
62
- class UILIST_OT_entry_move(GenericUIListOperator, bpy.types.Operator):
63
+ class UILIST_OT_entry_move(GenericUIListOperator, _bpy_types.Operator):
63
64
  """Move an entry in the list up or down"""
64
65
 
65
66
  bl_idname: typing.Any
@@ -88,7 +89,7 @@ class UILIST_OT_entry_move(GenericUIListOperator, bpy.types.Operator):
88
89
  :param context:
89
90
  """
90
91
 
91
- class UILIST_OT_entry_remove(GenericUIListOperator, bpy.types.Operator):
92
+ class UILIST_OT_entry_remove(GenericUIListOperator, _bpy_types.Operator):
92
93
  """Remove the selected entry from the list"""
93
94
 
94
95
  bl_idname: typing.Any
@@ -119,7 +120,7 @@ class UILIST_OT_entry_remove(GenericUIListOperator, bpy.types.Operator):
119
120
 
120
121
  def draw_ui_list(
121
122
  layout: bpy.types.UILayout,
122
- context: bpy.types.Context,
123
+ context: _bpy_types.Context,
123
124
  class_name: str = "UI_UL_list",
124
125
  *,
125
126
  unique_id: str,
@@ -135,7 +136,7 @@ def draw_ui_list(
135
136
  :param layout: UILayout to draw the list in.
136
137
  :type layout: bpy.types.UILayout
137
138
  :param context: Blender context to get the list data from.
138
- :type context: bpy.types.Context
139
+ :type context: _bpy_types.Context
139
140
  :param class_name: Name of the UIList class to draw. The default is the UIList class that ships with Blender.
140
141
  :type class_name: str
141
142
  :param unique_id: Unique identifier to differentiate this from other UI lists.
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class NODE_MT_category_layout(bpy.types.Menu):
8
+ class NODE_MT_category_layout(_bpy_types.Menu):
8
9
  bl_idname: typing.Any
9
10
  bl_label: typing.Any
10
11
  bl_rna: typing.Any
@@ -35,7 +36,7 @@ def add_color_mix_node(context, layout) -> None: ...
35
36
  def add_empty_group(layout) -> None: ...
36
37
  def add_foreach_geometry_element_zone(layout, label) -> None: ...
37
38
  def add_node_type(
38
- layout, node_type, *, label=None, poll=None, search_weight=0.0
39
+ layout, node_type, *, label=None, poll=None, search_weight=0.0, translate=True
39
40
  ) -> None:
40
41
  """Add a node type to a menu."""
41
42