fake-bpy-module 20250629__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-20250629.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-20250629.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-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
@@ -2,11 +2,12 @@ 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 bl_ui.space_dopesheet
6
7
  import bl_ui.utils
7
8
  import bpy.types
8
9
 
9
- class NLA_HT_header(bpy.types.Header):
10
+ class NLA_HT_header(_bpy_types.Header):
10
11
  bl_rna: typing.Any
11
12
  bl_space_type: typing.Any
12
13
  id_data: typing.Any
@@ -31,7 +32,7 @@ class NLA_HT_header(bpy.types.Header):
31
32
  :param context:
32
33
  """
33
34
 
34
- class NLA_HT_playback_controls(bpy.types.Header):
35
+ class NLA_HT_playback_controls(_bpy_types.Header):
35
36
  bl_region_type: typing.Any
36
37
  bl_rna: typing.Any
37
38
  bl_space_type: typing.Any
@@ -57,7 +58,7 @@ class NLA_HT_playback_controls(bpy.types.Header):
57
58
  :param context:
58
59
  """
59
60
 
60
- class NLA_MT_add(bpy.types.Menu):
61
+ class NLA_MT_add(_bpy_types.Menu):
61
62
  bl_label: typing.Any
62
63
  bl_rna: typing.Any
63
64
  bl_translation_context: typing.Any
@@ -83,7 +84,7 @@ class NLA_MT_add(bpy.types.Menu):
83
84
  :param _context:
84
85
  """
85
86
 
86
- class NLA_MT_channel_context_menu(bpy.types.Menu):
87
+ class NLA_MT_channel_context_menu(_bpy_types.Menu):
87
88
  bl_label: typing.Any
88
89
  bl_rna: typing.Any
89
90
  id_data: typing.Any
@@ -108,7 +109,7 @@ class NLA_MT_channel_context_menu(bpy.types.Menu):
108
109
  :param _context:
109
110
  """
110
111
 
111
- class NLA_MT_context_menu(bpy.types.Menu):
112
+ class NLA_MT_context_menu(_bpy_types.Menu):
112
113
  bl_label: typing.Any
113
114
  bl_rna: typing.Any
114
115
  id_data: typing.Any
@@ -133,7 +134,7 @@ class NLA_MT_context_menu(bpy.types.Menu):
133
134
  :param context:
134
135
  """
135
136
 
136
- class NLA_MT_editor_menus(bpy.types.Menu):
137
+ class NLA_MT_editor_menus(_bpy_types.Menu):
137
138
  bl_idname: typing.Any
138
139
  bl_label: typing.Any
139
140
  bl_rna: typing.Any
@@ -159,7 +160,7 @@ class NLA_MT_editor_menus(bpy.types.Menu):
159
160
  :param context:
160
161
  """
161
162
 
162
- class NLA_MT_marker(bpy.types.Menu):
163
+ class NLA_MT_marker(_bpy_types.Menu):
163
164
  bl_label: typing.Any
164
165
  bl_rna: typing.Any
165
166
  id_data: typing.Any
@@ -184,7 +185,7 @@ class NLA_MT_marker(bpy.types.Menu):
184
185
  :param context:
185
186
  """
186
187
 
187
- class NLA_MT_marker_select(bpy.types.Menu):
188
+ class NLA_MT_marker_select(_bpy_types.Menu):
188
189
  bl_label: typing.Any
189
190
  bl_rna: typing.Any
190
191
  id_data: typing.Any
@@ -209,7 +210,7 @@ class NLA_MT_marker_select(bpy.types.Menu):
209
210
  :param _context:
210
211
  """
211
212
 
212
- class NLA_MT_select(bpy.types.Menu):
213
+ class NLA_MT_select(_bpy_types.Menu):
213
214
  bl_label: typing.Any
214
215
  bl_rna: typing.Any
215
216
  id_data: typing.Any
@@ -234,7 +235,7 @@ class NLA_MT_select(bpy.types.Menu):
234
235
  :param _context:
235
236
  """
236
237
 
237
- class NLA_MT_snap_pie(bpy.types.Menu):
238
+ class NLA_MT_snap_pie(_bpy_types.Menu):
238
239
  bl_label: typing.Any
239
240
  bl_rna: typing.Any
240
241
  id_data: typing.Any
@@ -259,7 +260,7 @@ class NLA_MT_snap_pie(bpy.types.Menu):
259
260
  :param _context:
260
261
  """
261
262
 
262
- class NLA_MT_strips(bpy.types.Menu):
263
+ class NLA_MT_strips(_bpy_types.Menu):
263
264
  bl_label: typing.Any
264
265
  bl_rna: typing.Any
265
266
  id_data: typing.Any
@@ -284,7 +285,7 @@ class NLA_MT_strips(bpy.types.Menu):
284
285
  :param context:
285
286
  """
286
287
 
287
- class NLA_MT_strips_transform(bpy.types.Menu):
288
+ class NLA_MT_strips_transform(_bpy_types.Menu):
288
289
  bl_label: typing.Any
289
290
  bl_rna: typing.Any
290
291
  id_data: typing.Any
@@ -309,7 +310,7 @@ class NLA_MT_strips_transform(bpy.types.Menu):
309
310
  :param _context:
310
311
  """
311
312
 
312
- class NLA_MT_tracks(bpy.types.Menu):
313
+ class NLA_MT_tracks(_bpy_types.Menu):
313
314
  bl_label: typing.Any
314
315
  bl_rna: typing.Any
315
316
  bl_translation_context: typing.Any
@@ -335,7 +336,7 @@ class NLA_MT_tracks(bpy.types.Menu):
335
336
  :param _context:
336
337
  """
337
338
 
338
- class NLA_MT_view(bpy.types.Menu):
339
+ class NLA_MT_view(_bpy_types.Menu):
339
340
  bl_label: typing.Any
340
341
  bl_rna: typing.Any
341
342
  id_data: typing.Any
@@ -360,7 +361,7 @@ class NLA_MT_view(bpy.types.Menu):
360
361
  :param context:
361
362
  """
362
363
 
363
- class NLA_MT_view_pie(bpy.types.Menu):
364
+ class NLA_MT_view_pie(_bpy_types.Menu):
364
365
  bl_label: typing.Any
365
366
  bl_rna: typing.Any
366
367
  id_data: typing.Any
@@ -385,7 +386,7 @@ class NLA_MT_view_pie(bpy.types.Menu):
385
386
  :param context:
386
387
  """
387
388
 
388
- class NLA_PT_action(bl_ui.space_dopesheet.DopesheetActionPanelBase, bpy.types.Panel):
389
+ class NLA_PT_action(bl_ui.space_dopesheet.DopesheetActionPanelBase, _bpy_types.Panel):
389
390
  bl_category: typing.Any
390
391
  bl_label: typing.Any
391
392
  bl_options: typing.Any
@@ -421,7 +422,9 @@ class NLA_PT_action(bl_ui.space_dopesheet.DopesheetActionPanelBase, bpy.types.Pa
421
422
  :param context:
422
423
  """
423
424
 
424
- class NLA_PT_filters(bl_ui.space_dopesheet.DopesheetFilterPopoverBase, bpy.types.Panel):
425
+ class NLA_PT_filters(
426
+ bl_ui.space_dopesheet.DopesheetFilterPopoverBase, _bpy_types.Panel
427
+ ):
425
428
  bl_label: typing.Any
426
429
  bl_region_type: typing.Any
427
430
  bl_rna: typing.Any
@@ -448,7 +451,7 @@ class NLA_PT_filters(bl_ui.space_dopesheet.DopesheetFilterPopoverBase, bpy.types
448
451
  :param context:
449
452
  """
450
453
 
451
- class NLA_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, bpy.types.Panel):
454
+ class NLA_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel):
452
455
  bl_label: typing.Any
453
456
  bl_region_type: typing.Any
454
457
  bl_rna: typing.Any
@@ -469,7 +472,7 @@ class NLA_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, bpy.types.Pane
469
472
  :rtype: typing.Any
470
473
  """
471
474
 
472
- class NLA_PT_snapping(bpy.types.Panel):
475
+ class NLA_PT_snapping(_bpy_types.Panel):
473
476
  bl_label: typing.Any
474
477
  bl_region_type: typing.Any
475
478
  bl_rna: typing.Any
@@ -2,12 +2,47 @@ 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 bl_ui.properties_grease_pencil_common
6
7
  import bl_ui.space_toolsystem_common
7
8
  import bl_ui.utils
8
9
  import bpy.types
9
10
 
10
- class NODE_HT_header(bpy.types.Header):
11
+ class NODE_AST_compositor(_bpy_types.AssetShelf):
12
+ bl_region_type: typing.Any
13
+ bl_rna: typing.Any
14
+ bl_space_type: typing.Any
15
+ id_data: typing.Any
16
+
17
+ @classmethod
18
+ def asset_poll(cls, asset) -> None:
19
+ """
20
+
21
+ :param asset:
22
+ """
23
+
24
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
25
+ """
26
+
27
+ :return: The RNA type or default when not found.
28
+ :rtype: bpy.types.Struct
29
+ """
30
+
31
+ def bl_rna_get_subclass_py(self) -> typing.Any:
32
+ """
33
+
34
+ :return: The class or default when not found.
35
+ :rtype: typing.Any
36
+ """
37
+
38
+ @classmethod
39
+ def poll(cls, context) -> None:
40
+ """
41
+
42
+ :param context:
43
+ """
44
+
45
+ class NODE_HT_header(_bpy_types.Header):
11
46
  bl_rna: typing.Any
12
47
  bl_space_type: typing.Any
13
48
  id_data: typing.Any
@@ -32,7 +67,7 @@ class NODE_HT_header(bpy.types.Header):
32
67
  :param context:
33
68
  """
34
69
 
35
- class NODE_MT_add(bpy.types.Menu):
70
+ class NODE_MT_add(_bpy_types.Menu):
36
71
  bl_label: typing.Any
37
72
  bl_options: typing.Any
38
73
  bl_rna: typing.Any
@@ -60,7 +95,7 @@ class NODE_MT_add(bpy.types.Menu):
60
95
  :param context:
61
96
  """
62
97
 
63
- class NODE_MT_context_menu(bpy.types.Menu):
98
+ class NODE_MT_context_menu(_bpy_types.Menu):
64
99
  bl_label: typing.Any
65
100
  bl_rna: typing.Any
66
101
  id_data: typing.Any
@@ -85,7 +120,7 @@ class NODE_MT_context_menu(bpy.types.Menu):
85
120
  :param context:
86
121
  """
87
122
 
88
- class NODE_MT_context_menu_select_menu(bpy.types.Menu):
123
+ class NODE_MT_context_menu_select_menu(_bpy_types.Menu):
89
124
  bl_label: typing.Any
90
125
  bl_rna: typing.Any
91
126
  id_data: typing.Any
@@ -110,7 +145,7 @@ class NODE_MT_context_menu_select_menu(bpy.types.Menu):
110
145
  :param context:
111
146
  """
112
147
 
113
- class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu):
148
+ class NODE_MT_context_menu_show_hide_menu(_bpy_types.Menu):
114
149
  bl_label: typing.Any
115
150
  bl_rna: typing.Any
116
151
  id_data: typing.Any
@@ -135,7 +170,7 @@ class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu):
135
170
  :param context:
136
171
  """
137
172
 
138
- class NODE_MT_editor_menus(bpy.types.Menu):
173
+ class NODE_MT_editor_menus(_bpy_types.Menu):
139
174
  bl_idname: typing.Any
140
175
  bl_label: typing.Any
141
176
  bl_rna: typing.Any
@@ -161,7 +196,7 @@ class NODE_MT_editor_menus(bpy.types.Menu):
161
196
  :param _context:
162
197
  """
163
198
 
164
- class NODE_MT_node(bpy.types.Menu):
199
+ class NODE_MT_node(_bpy_types.Menu):
165
200
  bl_label: typing.Any
166
201
  bl_rna: typing.Any
167
202
  id_data: typing.Any
@@ -186,7 +221,7 @@ class NODE_MT_node(bpy.types.Menu):
186
221
  :param context:
187
222
  """
188
223
 
189
- class NODE_MT_node_color_context_menu(bpy.types.Menu):
224
+ class NODE_MT_node_color_context_menu(_bpy_types.Menu):
190
225
  bl_label: typing.Any
191
226
  bl_rna: typing.Any
192
227
  id_data: typing.Any
@@ -211,7 +246,7 @@ class NODE_MT_node_color_context_menu(bpy.types.Menu):
211
246
  :param _context:
212
247
  """
213
248
 
214
- class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu):
249
+ class NODE_MT_node_tree_interface_context_menu(_bpy_types.Menu):
215
250
  bl_label: typing.Any
216
251
  bl_rna: typing.Any
217
252
  id_data: typing.Any
@@ -236,7 +271,7 @@ class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu):
236
271
  :param context:
237
272
  """
238
273
 
239
- class NODE_MT_select(bpy.types.Menu):
274
+ class NODE_MT_select(_bpy_types.Menu):
240
275
  bl_label: typing.Any
241
276
  bl_rna: typing.Any
242
277
  id_data: typing.Any
@@ -261,7 +296,7 @@ class NODE_MT_select(bpy.types.Menu):
261
296
  :param _context:
262
297
  """
263
298
 
264
- class NODE_MT_view(bpy.types.Menu):
299
+ class NODE_MT_view(_bpy_types.Menu):
265
300
  bl_label: typing.Any
266
301
  bl_rna: typing.Any
267
302
  id_data: typing.Any
@@ -286,7 +321,7 @@ class NODE_MT_view(bpy.types.Menu):
286
321
  :param context:
287
322
  """
288
323
 
289
- class NODE_MT_view_pie(bpy.types.Menu):
324
+ class NODE_MT_view_pie(_bpy_types.Menu):
290
325
  bl_label: typing.Any
291
326
  bl_rna: typing.Any
292
327
  id_data: typing.Any
@@ -311,7 +346,7 @@ class NODE_MT_view_pie(bpy.types.Menu):
311
346
  :param _context:
312
347
  """
313
348
 
314
- class NODE_PT_active_node_color(bpy.types.Panel):
349
+ class NODE_PT_active_node_color(_bpy_types.Panel):
315
350
  bl_category: typing.Any
316
351
  bl_label: typing.Any
317
352
  bl_options: typing.Any
@@ -360,7 +395,7 @@ class NODE_PT_active_node_color(bpy.types.Panel):
360
395
  :param context:
361
396
  """
362
397
 
363
- class NODE_PT_active_node_generic(bpy.types.Panel):
398
+ class NODE_PT_active_node_generic(_bpy_types.Panel):
364
399
  bl_category: typing.Any
365
400
  bl_label: typing.Any
366
401
  bl_region_type: typing.Any
@@ -395,7 +430,7 @@ class NODE_PT_active_node_generic(bpy.types.Panel):
395
430
  :param context:
396
431
  """
397
432
 
398
- class NODE_PT_active_node_properties(bpy.types.Panel):
433
+ class NODE_PT_active_node_properties(_bpy_types.Panel):
399
434
  bl_category: typing.Any
400
435
  bl_label: typing.Any
401
436
  bl_region_type: typing.Any
@@ -431,7 +466,7 @@ class NODE_PT_active_node_properties(bpy.types.Panel):
431
466
  """
432
467
 
433
468
  class NODE_PT_active_tool(
434
- bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy.types.Panel
469
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper, _bpy_types.Panel
435
470
  ):
436
471
  bl_category: typing.Any
437
472
  bl_label: typing.Any
@@ -455,7 +490,7 @@ class NODE_PT_active_tool(
455
490
  """
456
491
 
457
492
  class NODE_PT_annotation(
458
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
493
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, _bpy_types.Panel
459
494
  ):
460
495
  bl_category: typing.Any
461
496
  bl_label: typing.Any
@@ -486,7 +521,7 @@ class NODE_PT_annotation(
486
521
  :param context:
487
522
  """
488
523
 
489
- class NODE_PT_backdrop(bpy.types.Panel):
524
+ class NODE_PT_backdrop(_bpy_types.Panel):
490
525
  bl_category: typing.Any
491
526
  bl_label: typing.Any
492
527
  bl_region_type: typing.Any
@@ -527,7 +562,7 @@ class NODE_PT_backdrop(bpy.types.Panel):
527
562
  :param context:
528
563
  """
529
564
 
530
- class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
565
+ class NODE_PT_geometry_node_tool_mode(_bpy_types.Panel):
531
566
  bl_label: typing.Any
532
567
  bl_region_type: typing.Any
533
568
  bl_rna: typing.Any
@@ -555,7 +590,7 @@ class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
555
590
  :param context:
556
591
  """
557
592
 
558
- class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel):
593
+ class NODE_PT_geometry_node_tool_object_types(_bpy_types.Panel):
559
594
  bl_label: typing.Any
560
595
  bl_region_type: typing.Any
561
596
  bl_rna: typing.Any
@@ -583,7 +618,7 @@ class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel):
583
618
  :param context:
584
619
  """
585
620
 
586
- class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
621
+ class NODE_PT_geometry_node_tool_options(_bpy_types.Panel):
587
622
  bl_label: typing.Any
588
623
  bl_region_type: typing.Any
589
624
  bl_rna: typing.Any
@@ -611,7 +646,7 @@ class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
611
646
  :param context:
612
647
  """
613
648
 
614
- class NODE_PT_gizmo_display(bpy.types.Panel):
649
+ class NODE_PT_gizmo_display(_bpy_types.Panel):
615
650
  bl_label: typing.Any
616
651
  bl_region_type: typing.Any
617
652
  bl_rna: typing.Any
@@ -639,7 +674,7 @@ class NODE_PT_gizmo_display(bpy.types.Panel):
639
674
  :param context:
640
675
  """
641
676
 
642
- class NODE_PT_material_slots(bpy.types.Panel):
677
+ class NODE_PT_material_slots(_bpy_types.Panel):
643
678
  bl_label: typing.Any
644
679
  bl_region_type: typing.Any
645
680
  bl_rna: typing.Any
@@ -673,7 +708,7 @@ class NODE_PT_material_slots(bpy.types.Panel):
673
708
  :param context:
674
709
  """
675
710
 
676
- class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
711
+ class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
677
712
  """Predefined node color"""
678
713
 
679
714
  bl_label: typing.Any
@@ -699,7 +734,7 @@ class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
699
734
  :rtype: typing.Any
700
735
  """
701
736
 
702
- class NODE_PT_node_tree_animation(bpy.types.Panel):
737
+ class NODE_PT_node_tree_animation(_bpy_types.Panel):
703
738
  bl_category: typing.Any
704
739
  bl_label: typing.Any
705
740
  bl_options: typing.Any
@@ -735,7 +770,7 @@ class NODE_PT_node_tree_animation(bpy.types.Panel):
735
770
  :param context:
736
771
  """
737
772
 
738
- class NODE_PT_node_tree_interface(bpy.types.Panel):
773
+ class NODE_PT_node_tree_interface(_bpy_types.Panel):
739
774
  bl_category: typing.Any
740
775
  bl_label: typing.Any
741
776
  bl_region_type: typing.Any
@@ -770,7 +805,7 @@ class NODE_PT_node_tree_interface(bpy.types.Panel):
770
805
  :param context:
771
806
  """
772
807
 
773
- class NODE_PT_node_tree_interface_panel_toggle(bpy.types.Panel):
808
+ class NODE_PT_node_tree_interface_panel_toggle(_bpy_types.Panel):
774
809
  bl_category: typing.Any
775
810
  bl_label: typing.Any
776
811
  bl_parent_id: typing.Any
@@ -806,7 +841,7 @@ class NODE_PT_node_tree_interface_panel_toggle(bpy.types.Panel):
806
841
  :param context:
807
842
  """
808
843
 
809
- class NODE_PT_node_tree_properties(bpy.types.Panel):
844
+ class NODE_PT_node_tree_properties(_bpy_types.Panel):
810
845
  bl_category: typing.Any
811
846
  bl_label: typing.Any
812
847
  bl_region_type: typing.Any
@@ -841,7 +876,7 @@ class NODE_PT_node_tree_properties(bpy.types.Panel):
841
876
  :param context:
842
877
  """
843
878
 
844
- class NODE_PT_overlay(bpy.types.Panel):
879
+ class NODE_PT_overlay(_bpy_types.Panel):
845
880
  bl_label: typing.Any
846
881
  bl_region_type: typing.Any
847
882
  bl_rna: typing.Any
@@ -869,7 +904,7 @@ class NODE_PT_overlay(bpy.types.Panel):
869
904
  :param context:
870
905
  """
871
906
 
872
- class NODE_PT_quality(bpy.types.Panel):
907
+ class NODE_PT_quality(_bpy_types.Panel):
873
908
  bl_category: typing.Any
874
909
  bl_label: typing.Any
875
910
  bl_region_type: typing.Any
@@ -904,7 +939,7 @@ class NODE_PT_quality(bpy.types.Panel):
904
939
  :param context:
905
940
  """
906
941
 
907
- class NODE_PT_texture_mapping(bpy.types.Panel):
942
+ class NODE_PT_texture_mapping(_bpy_types.Panel):
908
943
  COMPAT_ENGINES: typing.Any
909
944
  bl_category: typing.Any
910
945
  bl_label: 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 OUTLINER_HT_header(bpy.types.Header):
8
+ class OUTLINER_HT_header(_bpy_types.Header):
8
9
  bl_rna: typing.Any
9
10
  bl_space_type: typing.Any
10
11
  id_data: typing.Any
@@ -29,7 +30,7 @@ class OUTLINER_HT_header(bpy.types.Header):
29
30
  :param context:
30
31
  """
31
32
 
32
- class OUTLINER_MT_asset(bpy.types.Menu):
33
+ class OUTLINER_MT_asset(_bpy_types.Menu):
33
34
  bl_label: typing.Any
34
35
  bl_rna: typing.Any
35
36
  id_data: typing.Any
@@ -61,7 +62,7 @@ class OUTLINER_MT_asset(bpy.types.Menu):
61
62
  :param context:
62
63
  """
63
64
 
64
- class OUTLINER_MT_collection(bpy.types.Menu):
65
+ class OUTLINER_MT_collection(_bpy_types.Menu):
65
66
  bl_label: typing.Any
66
67
  bl_rna: typing.Any
67
68
  id_data: typing.Any
@@ -86,7 +87,7 @@ class OUTLINER_MT_collection(bpy.types.Menu):
86
87
  :param context:
87
88
  """
88
89
 
89
- class OUTLINER_MT_collection_new(bpy.types.Menu):
90
+ class OUTLINER_MT_collection_new(_bpy_types.Menu):
90
91
  bl_label: typing.Any
91
92
  bl_rna: typing.Any
92
93
  id_data: typing.Any
@@ -119,7 +120,7 @@ class OUTLINER_MT_collection_new(bpy.types.Menu):
119
120
  :param layout:
120
121
  """
121
122
 
122
- class OUTLINER_MT_collection_view_layer(bpy.types.Menu):
123
+ class OUTLINER_MT_collection_view_layer(_bpy_types.Menu):
123
124
  bl_label: typing.Any
124
125
  bl_rna: typing.Any
125
126
  id_data: typing.Any
@@ -144,7 +145,7 @@ class OUTLINER_MT_collection_view_layer(bpy.types.Menu):
144
145
  :param context:
145
146
  """
146
147
 
147
- class OUTLINER_MT_collection_visibility(bpy.types.Menu):
148
+ class OUTLINER_MT_collection_visibility(_bpy_types.Menu):
148
149
  bl_label: typing.Any
149
150
  bl_rna: typing.Any
150
151
  id_data: typing.Any
@@ -169,7 +170,7 @@ class OUTLINER_MT_collection_visibility(bpy.types.Menu):
169
170
  :param _context:
170
171
  """
171
172
 
172
- class OUTLINER_MT_context_menu(bpy.types.Menu):
173
+ class OUTLINER_MT_context_menu(_bpy_types.Menu):
173
174
  bl_label: typing.Any
174
175
  bl_rna: typing.Any
175
176
  id_data: typing.Any
@@ -201,7 +202,7 @@ class OUTLINER_MT_context_menu(bpy.types.Menu):
201
202
  :param layout:
202
203
  """
203
204
 
204
- class OUTLINER_MT_context_menu_view(bpy.types.Menu):
205
+ class OUTLINER_MT_context_menu_view(_bpy_types.Menu):
205
206
  bl_label: typing.Any
206
207
  bl_rna: typing.Any
207
208
  id_data: typing.Any
@@ -226,7 +227,7 @@ class OUTLINER_MT_context_menu_view(bpy.types.Menu):
226
227
  :param _context:
227
228
  """
228
229
 
229
- class OUTLINER_MT_edit_datablocks(bpy.types.Menu):
230
+ class OUTLINER_MT_edit_datablocks(_bpy_types.Menu):
230
231
  bl_label: typing.Any
231
232
  bl_rna: typing.Any
232
233
  id_data: typing.Any
@@ -251,7 +252,7 @@ class OUTLINER_MT_edit_datablocks(bpy.types.Menu):
251
252
  :param _context:
252
253
  """
253
254
 
254
- class OUTLINER_MT_editor_menus(bpy.types.Menu):
255
+ class OUTLINER_MT_editor_menus(_bpy_types.Menu):
255
256
  bl_idname: typing.Any
256
257
  bl_label: typing.Any
257
258
  bl_rna: typing.Any
@@ -277,7 +278,7 @@ class OUTLINER_MT_editor_menus(bpy.types.Menu):
277
278
  :param context:
278
279
  """
279
280
 
280
- class OUTLINER_MT_id_data(bpy.types.Menu):
281
+ class OUTLINER_MT_id_data(_bpy_types.Menu):
281
282
  bl_label: typing.Any
282
283
  bl_rna: typing.Any
283
284
  id_data: typing.Any
@@ -309,7 +310,7 @@ class OUTLINER_MT_id_data(bpy.types.Menu):
309
310
  :param context:
310
311
  """
311
312
 
312
- class OUTLINER_MT_liboverride(bpy.types.Menu):
313
+ class OUTLINER_MT_liboverride(_bpy_types.Menu):
313
314
  bl_label: typing.Any
314
315
  bl_rna: typing.Any
315
316
  id_data: typing.Any
@@ -341,7 +342,7 @@ class OUTLINER_MT_liboverride(bpy.types.Menu):
341
342
  :param context:
342
343
  """
343
344
 
344
- class OUTLINER_MT_object(bpy.types.Menu):
345
+ class OUTLINER_MT_object(_bpy_types.Menu):
345
346
  bl_label: typing.Any
346
347
  bl_rna: typing.Any
347
348
  id_data: typing.Any
@@ -366,7 +367,7 @@ class OUTLINER_MT_object(bpy.types.Menu):
366
367
  :param context:
367
368
  """
368
369
 
369
- class OUTLINER_MT_view_pie(bpy.types.Menu):
370
+ class OUTLINER_MT_view_pie(_bpy_types.Menu):
370
371
  bl_label: typing.Any
371
372
  bl_rna: typing.Any
372
373
  id_data: typing.Any
@@ -391,7 +392,7 @@ class OUTLINER_MT_view_pie(bpy.types.Menu):
391
392
  :param _context:
392
393
  """
393
394
 
394
- class OUTLINER_PT_filter(bpy.types.Panel):
395
+ class OUTLINER_PT_filter(_bpy_types.Panel):
395
396
  bl_label: typing.Any
396
397
  bl_region_type: typing.Any
397
398
  bl_rna: 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 PROPERTIES_HT_header(bpy.types.Header):
8
+ class PROPERTIES_HT_header(_bpy_types.Header):
8
9
  bl_rna: typing.Any
9
10
  bl_space_type: typing.Any
10
11
  id_data: typing.Any
@@ -29,7 +30,7 @@ class PROPERTIES_HT_header(bpy.types.Header):
29
30
  :param context:
30
31
  """
31
32
 
32
- class PROPERTIES_PT_navigation_bar(bpy.types.Panel):
33
+ class PROPERTIES_PT_navigation_bar(_bpy_types.Panel):
33
34
  bl_label: typing.Any
34
35
  bl_options: typing.Any
35
36
  bl_region_type: typing.Any
@@ -57,7 +58,7 @@ class PROPERTIES_PT_navigation_bar(bpy.types.Panel):
57
58
  :param context:
58
59
  """
59
60
 
60
- class PROPERTIES_PT_options(bpy.types.Panel):
61
+ class PROPERTIES_PT_options(_bpy_types.Panel):
61
62
  """Show options for the properties editor"""
62
63
 
63
64
  bl_label: typing.Any
@@ -87,7 +88,7 @@ class PROPERTIES_PT_options(bpy.types.Panel):
87
88
  """
88
89
 
89
90
  class PropertiesAnimationMixin:
90
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
91
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
91
92
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
92
93
  """
93
94