fake-bpy-module 20250630__py3-none-any.whl → 20250828__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.
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 +68 -20
  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 +178 -49
  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 +56561 -40144
  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-20250828.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250828.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.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-20250828.dist-info}/WHEEL +0 -0
@@ -2,12 +2,13 @@ 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_animviz
6
7
  import bl_ui.space_properties
7
8
  import bpy.types
8
9
  import rna_prop_ui
9
10
 
10
- class ARMATURE_MT_collection_context_menu(bpy.types.Menu):
11
+ class ARMATURE_MT_collection_context_menu(_bpy_types.Menu):
11
12
  bl_label: typing.Any
12
13
  bl_rna: typing.Any
13
14
  id_data: typing.Any
@@ -32,7 +33,7 @@ class ARMATURE_MT_collection_context_menu(bpy.types.Menu):
32
33
  :param context:
33
34
  """
34
35
 
35
- class ARMATURE_MT_collection_tree_context_menu(bpy.types.Menu):
36
+ class ARMATURE_MT_collection_tree_context_menu(_bpy_types.Menu):
36
37
  bl_label: typing.Any
37
38
  bl_rna: typing.Any
38
39
  id_data: typing.Any
@@ -73,9 +74,9 @@ class DATA_PT_armature_animation(
73
74
  rna_prop_ui.PropertyPanel,
74
75
  ArmatureButtonsPanel,
75
76
  bl_ui.space_properties.PropertiesAnimationMixin,
76
- bpy.types.Panel,
77
+ _bpy_types.Panel,
77
78
  ):
78
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
79
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
79
80
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
80
81
  """
81
82
 
@@ -102,7 +103,7 @@ class DATA_PT_armature_animation(
102
103
  :rtype: typing.Any
103
104
  """
104
105
 
105
- class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy.types.Panel):
106
+ class DATA_PT_bone_collections(ArmatureButtonsPanel, _bpy_types.Panel):
106
107
  bl_context: typing.Any
107
108
  bl_label: typing.Any
108
109
  bl_region_type: typing.Any
@@ -130,7 +131,7 @@ class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy.types.Panel):
130
131
  :param context:
131
132
  """
132
133
 
133
- class DATA_PT_context_arm(ArmatureButtonsPanel, bpy.types.Panel):
134
+ class DATA_PT_context_arm(ArmatureButtonsPanel, _bpy_types.Panel):
134
135
  bl_context: typing.Any
135
136
  bl_label: typing.Any
136
137
  bl_options: typing.Any
@@ -160,10 +161,10 @@ class DATA_PT_context_arm(ArmatureButtonsPanel, bpy.types.Panel):
160
161
  """
161
162
 
162
163
  class DATA_PT_custom_props_arm(
163
- rna_prop_ui.PropertyPanel, ArmatureButtonsPanel, bpy.types.Panel
164
+ rna_prop_ui.PropertyPanel, ArmatureButtonsPanel, _bpy_types.Panel
164
165
  ):
165
166
  """The subclass should have its own poll function
166
- and the variable '_context_path' MUST be set.
167
+ and the variable _context_path MUST be set.
167
168
  """
168
169
 
169
170
  bl_context: typing.Any
@@ -190,10 +191,10 @@ class DATA_PT_custom_props_arm(
190
191
  """
191
192
 
192
193
  class DATA_PT_custom_props_bcoll(
193
- rna_prop_ui.PropertyPanel, ArmatureButtonsPanel, bpy.types.Panel
194
+ rna_prop_ui.PropertyPanel, ArmatureButtonsPanel, _bpy_types.Panel
194
195
  ):
195
196
  """The subclass should have its own poll function
196
- and the variable '_context_path' MUST be set.
197
+ and the variable _context_path MUST be set.
197
198
  """
198
199
 
199
200
  bl_context: typing.Any
@@ -227,7 +228,7 @@ class DATA_PT_custom_props_bcoll(
227
228
  :param context:
228
229
  """
229
230
 
230
- class DATA_PT_display(ArmatureButtonsPanel, bpy.types.Panel):
231
+ class DATA_PT_display(ArmatureButtonsPanel, _bpy_types.Panel):
231
232
  bl_context: typing.Any
232
233
  bl_label: typing.Any
233
234
  bl_options: typing.Any
@@ -256,7 +257,7 @@ class DATA_PT_display(ArmatureButtonsPanel, bpy.types.Panel):
256
257
  :param context:
257
258
  """
258
259
 
259
- class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy.types.Panel):
260
+ class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, _bpy_types.Panel):
260
261
  bl_context: typing.Any
261
262
  bl_label: typing.Any
262
263
  bl_options: typing.Any
@@ -293,7 +294,7 @@ class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy.types.Panel):
293
294
  """
294
295
 
295
296
  class DATA_PT_motion_paths(
296
- bl_ui.properties_animviz.MotionPathButtonsPanel, bpy.types.Panel
297
+ bl_ui.properties_animviz.MotionPathButtonsPanel, _bpy_types.Panel
297
298
  ):
298
299
  bl_context: typing.Any
299
300
  bl_label: typing.Any
@@ -331,7 +332,7 @@ class DATA_PT_motion_paths(
331
332
  """
332
333
 
333
334
  class DATA_PT_motion_paths_display(
334
- bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy.types.Panel
335
+ bl_ui.properties_animviz.MotionPathButtonsPanel_display, _bpy_types.Panel
335
336
  ):
336
337
  bl_context: typing.Any
337
338
  bl_label: typing.Any
@@ -369,7 +370,7 @@ class DATA_PT_motion_paths_display(
369
370
  :param context:
370
371
  """
371
372
 
372
- class DATA_PT_pose(ArmatureButtonsPanel, bpy.types.Panel):
373
+ class DATA_PT_pose(ArmatureButtonsPanel, _bpy_types.Panel):
373
374
  bl_context: typing.Any
374
375
  bl_label: typing.Any
375
376
  bl_region_type: typing.Any
@@ -397,7 +398,7 @@ class DATA_PT_pose(ArmatureButtonsPanel, bpy.types.Panel):
397
398
  :param context:
398
399
  """
399
400
 
400
- class DATA_UL_bone_collections(bpy.types.UIList):
401
+ class DATA_UL_bone_collections(_bpy_types.UIList):
401
402
  bl_rna: typing.Any
402
403
  id_data: typing.Any
403
404
 
@@ -438,7 +439,7 @@ class DATA_UL_bone_collections(bpy.types.UIList):
438
439
  :param _index:
439
440
  """
440
441
 
441
- class POSE_MT_selection_set_create(bpy.types.Menu):
442
+ class POSE_MT_selection_set_create(_bpy_types.Menu):
442
443
  bl_label: typing.Any
443
444
  bl_rna: typing.Any
444
445
  id_data: typing.Any
@@ -463,7 +464,7 @@ class POSE_MT_selection_set_create(bpy.types.Menu):
463
464
  :param _context:
464
465
  """
465
466
 
466
- class POSE_MT_selection_sets_context_menu(bpy.types.Menu):
467
+ class POSE_MT_selection_sets_context_menu(_bpy_types.Menu):
467
468
  bl_label: typing.Any
468
469
  bl_rna: typing.Any
469
470
  id_data: typing.Any
@@ -488,7 +489,7 @@ class POSE_MT_selection_sets_context_menu(bpy.types.Menu):
488
489
  :param context:
489
490
  """
490
491
 
491
- class POSE_MT_selection_sets_select(bpy.types.Menu):
492
+ class POSE_MT_selection_sets_select(_bpy_types.Menu):
492
493
  bl_label: typing.Any
493
494
  bl_rna: typing.Any
494
495
  id_data: typing.Any
@@ -520,7 +521,7 @@ class POSE_MT_selection_sets_select(bpy.types.Menu):
520
521
  :param context:
521
522
  """
522
523
 
523
- class POSE_PT_selection_sets(bpy.types.Panel):
524
+ class POSE_PT_selection_sets(_bpy_types.Panel):
524
525
  bl_context: typing.Any
525
526
  bl_label: typing.Any
526
527
  bl_options: typing.Any
@@ -556,7 +557,7 @@ class POSE_PT_selection_sets(bpy.types.Panel):
556
557
  :param context:
557
558
  """
558
559
 
559
- class POSE_UL_selection_set(bpy.types.UIList):
560
+ class POSE_UL_selection_set(_bpy_types.UIList):
560
561
  bl_rna: typing.Any
561
562
  id_data: typing.Any
562
563
 
@@ -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
  import rna_prop_ui
7
8
 
8
- class BONE_PT_collections(BoneButtonsPanel, bpy.types.Panel):
9
+ class BONE_PT_collections(BoneButtonsPanel, _bpy_types.Panel):
9
10
  bl_context: typing.Any
10
11
  bl_label: typing.Any
11
12
  bl_parent_id: typing.Any
@@ -41,7 +42,7 @@ class BONE_PT_collections(BoneButtonsPanel, bpy.types.Panel):
41
42
  :param context:
42
43
  """
43
44
 
44
- class BONE_PT_context_bone(BoneButtonsPanel, bpy.types.Panel):
45
+ class BONE_PT_context_bone(BoneButtonsPanel, _bpy_types.Panel):
45
46
  bl_context: typing.Any
46
47
  bl_label: typing.Any
47
48
  bl_options: typing.Any
@@ -70,7 +71,7 @@ class BONE_PT_context_bone(BoneButtonsPanel, bpy.types.Panel):
70
71
  :param context:
71
72
  """
72
73
 
73
- class BONE_PT_curved(BoneButtonsPanel, bpy.types.Panel):
74
+ class BONE_PT_curved(BoneButtonsPanel, _bpy_types.Panel):
74
75
  bl_context: typing.Any
75
76
  bl_label: typing.Any
76
77
  bl_options: typing.Any
@@ -100,10 +101,10 @@ class BONE_PT_curved(BoneButtonsPanel, bpy.types.Panel):
100
101
  """
101
102
 
102
103
  class BONE_PT_custom_props(
103
- rna_prop_ui.PropertyPanel, BoneButtonsPanel, bpy.types.Panel
104
+ rna_prop_ui.PropertyPanel, BoneButtonsPanel, _bpy_types.Panel
104
105
  ):
105
106
  """The subclass should have its own poll function
106
- and the variable '_context_path' MUST be set.
107
+ and the variable _context_path MUST be set.
107
108
  """
108
109
 
109
110
  bl_context: typing.Any
@@ -135,7 +136,7 @@ class BONE_PT_custom_props(
135
136
  :param context:
136
137
  """
137
138
 
138
- class BONE_PT_deform(BoneButtonsPanel, bpy.types.Panel):
139
+ class BONE_PT_deform(BoneButtonsPanel, _bpy_types.Panel):
139
140
  bl_context: typing.Any
140
141
  bl_label: typing.Any
141
142
  bl_options: typing.Any
@@ -170,7 +171,7 @@ class BONE_PT_deform(BoneButtonsPanel, bpy.types.Panel):
170
171
  :param context:
171
172
  """
172
173
 
173
- class BONE_PT_display(BoneButtonsPanel, bpy.types.Panel):
174
+ class BONE_PT_display(BoneButtonsPanel, _bpy_types.Panel):
174
175
  bl_context: typing.Any
175
176
  bl_label: typing.Any
176
177
  bl_options: typing.Any
@@ -227,7 +228,7 @@ class BONE_PT_display(BoneButtonsPanel, bpy.types.Panel):
227
228
  :param context:
228
229
  """
229
230
 
230
- class BONE_PT_display_custom_shape(BoneButtonsPanel, bpy.types.Panel):
231
+ class BONE_PT_display_custom_shape(BoneButtonsPanel, _bpy_types.Panel):
231
232
  bl_context: typing.Any
232
233
  bl_label: typing.Any
233
234
  bl_parent_id: typing.Any
@@ -263,7 +264,7 @@ class BONE_PT_display_custom_shape(BoneButtonsPanel, bpy.types.Panel):
263
264
  :param context:
264
265
  """
265
266
 
266
- class BONE_PT_inverse_kinematics(BoneButtonsPanel, bpy.types.Panel):
267
+ class BONE_PT_inverse_kinematics(BoneButtonsPanel, _bpy_types.Panel):
267
268
  bl_context: typing.Any
268
269
  bl_label: typing.Any
269
270
  bl_options: typing.Any
@@ -299,7 +300,7 @@ class BONE_PT_inverse_kinematics(BoneButtonsPanel, bpy.types.Panel):
299
300
  :param context:
300
301
  """
301
302
 
302
- class BONE_PT_relations(BoneButtonsPanel, bpy.types.Panel):
303
+ class BONE_PT_relations(BoneButtonsPanel, _bpy_types.Panel):
303
304
  bl_context: typing.Any
304
305
  bl_label: typing.Any
305
306
  bl_options: typing.Any
@@ -328,7 +329,7 @@ class BONE_PT_relations(BoneButtonsPanel, bpy.types.Panel):
328
329
  :param context:
329
330
  """
330
331
 
331
- class BONE_PT_transform(BoneButtonsPanel, bpy.types.Panel):
332
+ class BONE_PT_transform(BoneButtonsPanel, _bpy_types.Panel):
332
333
  bl_context: typing.Any
333
334
  bl_label: typing.Any
334
335
  bl_region_type: typing.Any
@@ -2,12 +2,13 @@ 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_properties
6
7
  import bl_ui.utils
7
8
  import bpy.types
8
9
  import rna_prop_ui
9
10
 
10
- class CAMERA_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
11
+ class CAMERA_PT_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
11
12
  COMPAT_ENGINES: typing.Any
12
13
  bl_label: typing.Any
13
14
  bl_region_type: typing.Any
@@ -32,7 +33,7 @@ class CAMERA_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
32
33
  :rtype: typing.Any
33
34
  """
34
35
 
35
- class CAMERA_PT_safe_areas_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
36
+ class CAMERA_PT_safe_areas_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
36
37
  COMPAT_ENGINES: typing.Any
37
38
  bl_label: typing.Any
38
39
  bl_region_type: typing.Any
@@ -69,7 +70,7 @@ class CameraButtonsPanel:
69
70
  :param context:
70
71
  """
71
72
 
72
- class DATA_PT_camera(CameraButtonsPanel, bpy.types.Panel):
73
+ class DATA_PT_camera(CameraButtonsPanel, _bpy_types.Panel):
73
74
  COMPAT_ENGINES: typing.Any
74
75
  bl_context: typing.Any
75
76
  bl_label: typing.Any
@@ -109,9 +110,9 @@ class DATA_PT_camera_animation(
109
110
  rna_prop_ui.PropertyPanel,
110
111
  CameraButtonsPanel,
111
112
  bl_ui.space_properties.PropertiesAnimationMixin,
112
- bpy.types.Panel,
113
+ _bpy_types.Panel,
113
114
  ):
114
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
115
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
115
116
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
116
117
  """
117
118
 
@@ -139,7 +140,7 @@ class DATA_PT_camera_animation(
139
140
  :rtype: typing.Any
140
141
  """
141
142
 
142
- class DATA_PT_camera_background_image(CameraButtonsPanel, bpy.types.Panel):
143
+ class DATA_PT_camera_background_image(CameraButtonsPanel, _bpy_types.Panel):
143
144
  COMPAT_ENGINES: typing.Any
144
145
  bl_context: typing.Any
145
146
  bl_label: typing.Any
@@ -175,7 +176,7 @@ class DATA_PT_camera_background_image(CameraButtonsPanel, bpy.types.Panel):
175
176
  :param context:
176
177
  """
177
178
 
178
- class DATA_PT_camera_display(CameraButtonsPanel, bpy.types.Panel):
179
+ class DATA_PT_camera_display(CameraButtonsPanel, _bpy_types.Panel):
179
180
  COMPAT_ENGINES: typing.Any
180
181
  bl_context: typing.Any
181
182
  bl_label: typing.Any
@@ -205,7 +206,7 @@ class DATA_PT_camera_display(CameraButtonsPanel, bpy.types.Panel):
205
206
  :param context:
206
207
  """
207
208
 
208
- class DATA_PT_camera_display_composition_guides(CameraButtonsPanel, bpy.types.Panel):
209
+ class DATA_PT_camera_display_composition_guides(CameraButtonsPanel, _bpy_types.Panel):
209
210
  COMPAT_ENGINES: typing.Any
210
211
  bl_context: typing.Any
211
212
  bl_label: typing.Any
@@ -236,7 +237,7 @@ class DATA_PT_camera_display_composition_guides(CameraButtonsPanel, bpy.types.Pa
236
237
  :param context:
237
238
  """
238
239
 
239
- class DATA_PT_camera_dof(CameraButtonsPanel, bpy.types.Panel):
240
+ class DATA_PT_camera_dof(CameraButtonsPanel, _bpy_types.Panel):
240
241
  COMPAT_ENGINES: typing.Any
241
242
  bl_context: typing.Any
242
243
  bl_label: typing.Any
@@ -272,7 +273,7 @@ class DATA_PT_camera_dof(CameraButtonsPanel, bpy.types.Panel):
272
273
  :param context:
273
274
  """
274
275
 
275
- class DATA_PT_camera_dof_aperture(CameraButtonsPanel, bpy.types.Panel):
276
+ class DATA_PT_camera_dof_aperture(CameraButtonsPanel, _bpy_types.Panel):
276
277
  COMPAT_ENGINES: typing.Any
277
278
  bl_context: typing.Any
278
279
  bl_label: typing.Any
@@ -302,7 +303,7 @@ class DATA_PT_camera_dof_aperture(CameraButtonsPanel, bpy.types.Panel):
302
303
  :param context:
303
304
  """
304
305
 
305
- class DATA_PT_camera_safe_areas(CameraButtonsPanel, bpy.types.Panel):
306
+ class DATA_PT_camera_safe_areas(CameraButtonsPanel, _bpy_types.Panel):
306
307
  COMPAT_ENGINES: typing.Any
307
308
  bl_context: typing.Any
308
309
  bl_label: typing.Any
@@ -344,7 +345,7 @@ class DATA_PT_camera_safe_areas(CameraButtonsPanel, bpy.types.Panel):
344
345
  :param _context:
345
346
  """
346
347
 
347
- class DATA_PT_camera_safe_areas_center_cut(CameraButtonsPanel, bpy.types.Panel):
348
+ class DATA_PT_camera_safe_areas_center_cut(CameraButtonsPanel, _bpy_types.Panel):
348
349
  COMPAT_ENGINES: typing.Any
349
350
  bl_context: typing.Any
350
351
  bl_label: typing.Any
@@ -381,7 +382,7 @@ class DATA_PT_camera_safe_areas_center_cut(CameraButtonsPanel, bpy.types.Panel):
381
382
  :param context:
382
383
  """
383
384
 
384
- class DATA_PT_camera_stereoscopy(CameraButtonsPanel, bpy.types.Panel):
385
+ class DATA_PT_camera_stereoscopy(CameraButtonsPanel, _bpy_types.Panel):
385
386
  COMPAT_ENGINES: typing.Any
386
387
  bl_context: typing.Any
387
388
  bl_label: typing.Any
@@ -417,7 +418,7 @@ class DATA_PT_camera_stereoscopy(CameraButtonsPanel, bpy.types.Panel):
417
418
  :param context:
418
419
  """
419
420
 
420
- class DATA_PT_context_camera(CameraButtonsPanel, bpy.types.Panel):
421
+ class DATA_PT_context_camera(CameraButtonsPanel, _bpy_types.Panel):
421
422
  COMPAT_ENGINES: typing.Any
422
423
  bl_context: typing.Any
423
424
  bl_label: typing.Any
@@ -448,10 +449,10 @@ class DATA_PT_context_camera(CameraButtonsPanel, bpy.types.Panel):
448
449
  """
449
450
 
450
451
  class DATA_PT_custom_props_camera(
451
- rna_prop_ui.PropertyPanel, CameraButtonsPanel, bpy.types.Panel
452
+ rna_prop_ui.PropertyPanel, CameraButtonsPanel, _bpy_types.Panel
452
453
  ):
453
454
  """The subclass should have its own poll function
454
- and the variable '_context_path' MUST be set.
455
+ and the variable _context_path MUST be set.
455
456
  """
456
457
 
457
458
  COMPAT_ENGINES: typing.Any
@@ -478,7 +479,7 @@ class DATA_PT_custom_props_camera(
478
479
  :rtype: typing.Any
479
480
  """
480
481
 
481
- class DATA_PT_lens(CameraButtonsPanel, bpy.types.Panel):
482
+ class DATA_PT_lens(CameraButtonsPanel, _bpy_types.Panel):
482
483
  COMPAT_ENGINES: typing.Any
483
484
  bl_context: typing.Any
484
485
  bl_label: 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 bl_ui.space_properties
6
7
  import bpy.types
7
8
  import rna_prop_ui
@@ -18,7 +19,7 @@ class CurveButtonsPanel:
18
19
  :param context:
19
20
  """
20
21
 
21
- class DATA_PT_context_curve(CurveButtonsPanel, bpy.types.Panel):
22
+ class DATA_PT_context_curve(CurveButtonsPanel, _bpy_types.Panel):
22
23
  bl_context: typing.Any
23
24
  bl_label: typing.Any
24
25
  bl_options: typing.Any
@@ -51,9 +52,9 @@ class DATA_PT_curve_animation(
51
52
  rna_prop_ui.PropertyPanel,
52
53
  CurveButtonsPanel,
53
54
  bl_ui.space_properties.PropertiesAnimationMixin,
54
- bpy.types.Panel,
55
+ _bpy_types.Panel,
55
56
  ):
56
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
57
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
57
58
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
58
59
  """
59
60
 
@@ -86,7 +87,7 @@ class DATA_PT_curve_animation(
86
87
  :param context:
87
88
  """
88
89
 
89
- class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy.types.Panel):
90
+ class DATA_PT_curve_texture_space(CurveButtonsPanel, _bpy_types.Panel):
90
91
  bl_context: typing.Any
91
92
  bl_label: typing.Any
92
93
  bl_options: typing.Any
@@ -116,10 +117,10 @@ class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy.types.Panel):
116
117
  """
117
118
 
118
119
  class DATA_PT_custom_props_curve(
119
- rna_prop_ui.PropertyPanel, CurveButtonsPanel, bpy.types.Panel
120
+ rna_prop_ui.PropertyPanel, CurveButtonsPanel, _bpy_types.Panel
120
121
  ):
121
122
  """The subclass should have its own poll function
122
- and the variable '_context_path' MUST be set.
123
+ and the variable _context_path MUST be set.
123
124
  """
124
125
 
125
126
  bl_context: typing.Any
@@ -145,7 +146,7 @@ class DATA_PT_custom_props_curve(
145
146
  :rtype: typing.Any
146
147
  """
147
148
 
148
- class DATA_PT_font(CurveButtonsPanelText, bpy.types.Panel):
149
+ class DATA_PT_font(CurveButtonsPanelText, _bpy_types.Panel):
149
150
  bl_context: typing.Any
150
151
  bl_label: typing.Any
151
152
  bl_options: typing.Any
@@ -174,7 +175,7 @@ class DATA_PT_font(CurveButtonsPanelText, bpy.types.Panel):
174
175
  :param context:
175
176
  """
176
177
 
177
- class DATA_PT_font_transform(CurveButtonsPanelText, bpy.types.Panel):
178
+ class DATA_PT_font_transform(CurveButtonsPanelText, _bpy_types.Panel):
178
179
  bl_context: typing.Any
179
180
  bl_label: typing.Any
180
181
  bl_parent_id: typing.Any
@@ -203,7 +204,7 @@ class DATA_PT_font_transform(CurveButtonsPanelText, bpy.types.Panel):
203
204
  :param context:
204
205
  """
205
206
 
206
- class DATA_PT_geometry_curve(CurveButtonsPanelCurve, bpy.types.Panel):
207
+ class DATA_PT_geometry_curve(CurveButtonsPanelCurve, _bpy_types.Panel):
207
208
  bl_context: typing.Any
208
209
  bl_label: typing.Any
209
210
  bl_options: typing.Any
@@ -239,7 +240,7 @@ class DATA_PT_geometry_curve(CurveButtonsPanelCurve, bpy.types.Panel):
239
240
  :param context:
240
241
  """
241
242
 
242
- class DATA_PT_geometry_curve_bevel(CurveButtonsPanelCurve, bpy.types.Panel):
243
+ class DATA_PT_geometry_curve_bevel(CurveButtonsPanelCurve, _bpy_types.Panel):
243
244
  bl_context: typing.Any
244
245
  bl_label: typing.Any
245
246
  bl_parent_id: typing.Any
@@ -275,7 +276,7 @@ class DATA_PT_geometry_curve_bevel(CurveButtonsPanelCurve, bpy.types.Panel):
275
276
  :param context:
276
277
  """
277
278
 
278
- class DATA_PT_geometry_curve_start_end(CurveButtonsPanelCurve, bpy.types.Panel):
279
+ class DATA_PT_geometry_curve_start_end(CurveButtonsPanelCurve, _bpy_types.Panel):
279
280
  bl_context: typing.Any
280
281
  bl_label: typing.Any
281
282
  bl_options: typing.Any
@@ -312,7 +313,7 @@ class DATA_PT_geometry_curve_start_end(CurveButtonsPanelCurve, bpy.types.Panel):
312
313
  :param context:
313
314
  """
314
315
 
315
- class DATA_PT_paragraph(CurveButtonsPanelText, bpy.types.Panel):
316
+ class DATA_PT_paragraph(CurveButtonsPanelText, _bpy_types.Panel):
316
317
  bl_context: typing.Any
317
318
  bl_label: typing.Any
318
319
  bl_region_type: typing.Any
@@ -340,7 +341,7 @@ class DATA_PT_paragraph(CurveButtonsPanelText, bpy.types.Panel):
340
341
  :param context:
341
342
  """
342
343
 
343
- class DATA_PT_paragraph_alignment(CurveButtonsPanelText, bpy.types.Panel):
344
+ class DATA_PT_paragraph_alignment(CurveButtonsPanelText, _bpy_types.Panel):
344
345
  bl_context: typing.Any
345
346
  bl_label: typing.Any
346
347
  bl_parent_id: typing.Any
@@ -369,7 +370,7 @@ class DATA_PT_paragraph_alignment(CurveButtonsPanelText, bpy.types.Panel):
369
370
  :param context:
370
371
  """
371
372
 
372
- class DATA_PT_paragraph_spacing(CurveButtonsPanelText, bpy.types.Panel):
373
+ class DATA_PT_paragraph_spacing(CurveButtonsPanelText, _bpy_types.Panel):
373
374
  bl_context: typing.Any
374
375
  bl_label: typing.Any
375
376
  bl_parent_id: typing.Any
@@ -398,7 +399,7 @@ class DATA_PT_paragraph_spacing(CurveButtonsPanelText, bpy.types.Panel):
398
399
  :param context:
399
400
  """
400
401
 
401
- class DATA_PT_pathanim(CurveButtonsPanelCurve, bpy.types.Panel):
402
+ class DATA_PT_pathanim(CurveButtonsPanelCurve, _bpy_types.Panel):
402
403
  bl_context: typing.Any
403
404
  bl_label: typing.Any
404
405
  bl_options: typing.Any
@@ -433,7 +434,7 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, bpy.types.Panel):
433
434
  :param context:
434
435
  """
435
436
 
436
- class DATA_PT_shape_curve(CurveButtonsPanel, bpy.types.Panel):
437
+ class DATA_PT_shape_curve(CurveButtonsPanel, _bpy_types.Panel):
437
438
  bl_context: typing.Any
438
439
  bl_label: typing.Any
439
440
  bl_region_type: typing.Any
@@ -461,7 +462,7 @@ class DATA_PT_shape_curve(CurveButtonsPanel, bpy.types.Panel):
461
462
  :param context:
462
463
  """
463
464
 
464
- class DATA_PT_text_boxes(CurveButtonsPanelText, bpy.types.Panel):
465
+ class DATA_PT_text_boxes(CurveButtonsPanelText, _bpy_types.Panel):
465
466
  bl_context: typing.Any
466
467
  bl_label: typing.Any
467
468
  bl_options: typing.Any
@@ -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_properties
6
7
  import bpy.types
7
8
  import rna_prop_ui
8
9
 
9
- class CURVES_MT_add_attribute(bpy.types.Menu):
10
+ class CURVES_MT_add_attribute(_bpy_types.Menu):
10
11
  bl_label: typing.Any
11
12
  bl_rna: typing.Any
12
13
  id_data: typing.Any
@@ -42,7 +43,7 @@ class CURVES_MT_add_attribute(bpy.types.Menu):
42
43
  :param context:
43
44
  """
44
45
 
45
- class CURVES_MT_attribute_context_menu(bpy.types.Menu):
46
+ class CURVES_MT_attribute_context_menu(_bpy_types.Menu):
46
47
  bl_label: typing.Any
47
48
  bl_rna: typing.Any
48
49
  id_data: typing.Any
@@ -67,7 +68,7 @@ class CURVES_MT_attribute_context_menu(bpy.types.Menu):
67
68
  :param _context:
68
69
  """
69
70
 
70
- class CURVES_UL_attributes(bpy.types.UIList):
71
+ class CURVES_UL_attributes(_bpy_types.UIList):
71
72
  bl_rna: typing.Any
72
73
  id_data: typing.Any
73
74
 
@@ -116,7 +117,7 @@ class CURVES_UL_attributes(bpy.types.UIList):
116
117
  :param property:
117
118
  """
118
119
 
119
- class DATA_PT_CURVES_attributes(DataButtonsPanel, bpy.types.Panel):
120
+ class DATA_PT_CURVES_attributes(DataButtonsPanel, _bpy_types.Panel):
120
121
  COMPAT_ENGINES: typing.Any
121
122
  bl_context: typing.Any
122
123
  bl_label: typing.Any
@@ -145,7 +146,7 @@ class DATA_PT_CURVES_attributes(DataButtonsPanel, bpy.types.Panel):
145
146
  :param context:
146
147
  """
147
148
 
148
- class DATA_PT_context_curves(DataButtonsPanel, bpy.types.Panel):
149
+ class DATA_PT_context_curves(DataButtonsPanel, _bpy_types.Panel):
149
150
  COMPAT_ENGINES: typing.Any
150
151
  bl_context: typing.Any
151
152
  bl_label: typing.Any
@@ -179,9 +180,9 @@ class DATA_PT_curves_animation(
179
180
  rna_prop_ui.PropertyPanel,
180
181
  DataButtonsPanel,
181
182
  bl_ui.space_properties.PropertiesAnimationMixin,
182
- bpy.types.Panel,
183
+ _bpy_types.Panel,
183
184
  ):
184
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
185
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
185
186
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
186
187
  """
187
188
 
@@ -209,7 +210,7 @@ class DATA_PT_curves_animation(
209
210
  :rtype: typing.Any
210
211
  """
211
212
 
212
- class DATA_PT_curves_surface(DataButtonsPanel, bpy.types.Panel):
213
+ class DATA_PT_curves_surface(DataButtonsPanel, _bpy_types.Panel):
213
214
  COMPAT_ENGINES: typing.Any
214
215
  bl_context: typing.Any
215
216
  bl_label: typing.Any
@@ -239,10 +240,10 @@ class DATA_PT_curves_surface(DataButtonsPanel, bpy.types.Panel):
239
240
  """
240
241
 
241
242
  class DATA_PT_custom_props_curves(
242
- rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
243
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
243
244
  ):
244
245
  """The subclass should have its own poll function
245
- and the variable '_context_path' MUST be set.
246
+ and the variable _context_path MUST be set.
246
247
  """
247
248
 
248
249
  COMPAT_ENGINES: 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 DATA_PT_empty(DataButtonsPanel, bpy.types.Panel):
8
+ class DATA_PT_empty(DataButtonsPanel, _bpy_types.Panel):
8
9
  bl_context: typing.Any
9
10
  bl_label: typing.Any
10
11
  bl_region_type: typing.Any
@@ -33,7 +34,7 @@ class DATA_PT_empty(DataButtonsPanel, bpy.types.Panel):
33
34
  :param context:
34
35
  """
35
36
 
36
- class DATA_PT_empty_image(DataButtonsPanel, bpy.types.Panel):
37
+ class DATA_PT_empty_image(DataButtonsPanel, _bpy_types.Panel):
37
38
  bl_context: typing.Any
38
39
  bl_label: typing.Any
39
40
  bl_region_type: typing.Any