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,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
@@ -15,9 +16,9 @@ class SCENE_PT_animation(
15
16
  rna_prop_ui.PropertyPanel,
16
17
  SceneButtonsPanel,
17
18
  bl_ui.space_properties.PropertiesAnimationMixin,
18
- bpy.types.Panel,
19
+ _bpy_types.Panel,
19
20
  ):
20
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
21
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
21
22
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
22
23
  """
23
24
 
@@ -50,7 +51,36 @@ class SCENE_PT_animation(
50
51
  :param context:
51
52
  """
52
53
 
53
- class SCENE_PT_audio(SceneButtonsPanel, bpy.types.Panel):
54
+ class SCENE_PT_audio(SceneButtonsPanel, _bpy_types.Panel):
55
+ bl_context: typing.Any
56
+ bl_label: typing.Any
57
+ bl_options: typing.Any
58
+ bl_region_type: typing.Any
59
+ bl_rna: typing.Any
60
+ bl_space_type: typing.Any
61
+ id_data: typing.Any
62
+
63
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
64
+ """
65
+
66
+ :return: The RNA type or default when not found.
67
+ :rtype: bpy.types.Struct
68
+ """
69
+
70
+ def bl_rna_get_subclass_py(self) -> typing.Any:
71
+ """
72
+
73
+ :return: The class or default when not found.
74
+ :rtype: typing.Any
75
+ """
76
+
77
+ def draw(self, context) -> None:
78
+ """
79
+
80
+ :param context:
81
+ """
82
+
83
+ class SCENE_PT_context_scene(SceneButtonsPanel, _bpy_types.Panel):
54
84
  bl_context: typing.Any
55
85
  bl_label: typing.Any
56
86
  bl_options: typing.Any
@@ -80,10 +110,10 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy.types.Panel):
80
110
  """
81
111
 
82
112
  class SCENE_PT_custom_props(
83
- rna_prop_ui.PropertyPanel, SceneButtonsPanel, bpy.types.Panel
113
+ rna_prop_ui.PropertyPanel, SceneButtonsPanel, _bpy_types.Panel
84
114
  ):
85
115
  """The subclass should have its own poll function
86
- and the variable '_context_path' MUST be set.
116
+ and the variable _context_path MUST be set.
87
117
  """
88
118
 
89
119
  bl_context: typing.Any
@@ -109,7 +139,7 @@ class SCENE_PT_custom_props(
109
139
  :rtype: typing.Any
110
140
  """
111
141
 
112
- class SCENE_PT_eevee_light_probes(SceneButtonsPanel, bpy.types.Panel):
142
+ class SCENE_PT_eevee_light_probes(SceneButtonsPanel, _bpy_types.Panel):
113
143
  COMPAT_ENGINES: typing.Any
114
144
  bl_context: typing.Any
115
145
  bl_label: typing.Any
@@ -147,7 +177,7 @@ class SCENE_PT_eevee_light_probes(SceneButtonsPanel, bpy.types.Panel):
147
177
  """
148
178
 
149
179
  class SCENE_PT_keyframing_settings(
150
- SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Panel
180
+ SceneKeyingSetsPanel, SceneButtonsPanel, _bpy_types.Panel
151
181
  ):
152
182
  bl_context: typing.Any
153
183
  bl_label: typing.Any
@@ -185,7 +215,7 @@ class SCENE_PT_keyframing_settings(
185
215
  """
186
216
 
187
217
  class SCENE_PT_keying_set_paths(
188
- SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Panel
218
+ SceneKeyingSetsPanel, SceneButtonsPanel, _bpy_types.Panel
189
219
  ):
190
220
  bl_context: typing.Any
191
221
  bl_label: typing.Any
@@ -222,7 +252,7 @@ class SCENE_PT_keying_set_paths(
222
252
  :param context:
223
253
  """
224
254
 
225
- class SCENE_PT_keying_sets(SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Panel):
255
+ class SCENE_PT_keying_sets(SceneKeyingSetsPanel, SceneButtonsPanel, _bpy_types.Panel):
226
256
  bl_context: typing.Any
227
257
  bl_label: typing.Any
228
258
  bl_options: typing.Any
@@ -251,7 +281,7 @@ class SCENE_PT_keying_sets(SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Pa
251
281
  :param context:
252
282
  """
253
283
 
254
- class SCENE_PT_physics(SceneButtonsPanel, bpy.types.Panel):
284
+ class SCENE_PT_physics(SceneButtonsPanel, _bpy_types.Panel):
255
285
  bl_context: typing.Any
256
286
  bl_label: typing.Any
257
287
  bl_options: typing.Any
@@ -286,7 +316,7 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy.types.Panel):
286
316
  :param context:
287
317
  """
288
318
 
289
- class SCENE_PT_rigid_body_cache(RigidBodySubPanel, bpy.types.Panel):
319
+ class SCENE_PT_rigid_body_cache(RigidBodySubPanel, _bpy_types.Panel):
290
320
  bl_context: typing.Any
291
321
  bl_label: typing.Any
292
322
  bl_options: typing.Any
@@ -316,7 +346,7 @@ class SCENE_PT_rigid_body_cache(RigidBodySubPanel, bpy.types.Panel):
316
346
  :param context:
317
347
  """
318
348
 
319
- class SCENE_PT_rigid_body_field_weights(RigidBodySubPanel, bpy.types.Panel):
349
+ class SCENE_PT_rigid_body_field_weights(RigidBodySubPanel, _bpy_types.Panel):
320
350
  bl_context: typing.Any
321
351
  bl_label: typing.Any
322
352
  bl_options: typing.Any
@@ -346,7 +376,7 @@ class SCENE_PT_rigid_body_field_weights(RigidBodySubPanel, bpy.types.Panel):
346
376
  :param context:
347
377
  """
348
378
 
349
- class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy.types.Panel):
379
+ class SCENE_PT_rigid_body_world(SceneButtonsPanel, _bpy_types.Panel):
350
380
  bl_context: typing.Any
351
381
  bl_label: typing.Any
352
382
  bl_options: typing.Any
@@ -381,7 +411,7 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy.types.Panel):
381
411
  :param context:
382
412
  """
383
413
 
384
- class SCENE_PT_rigid_body_world_settings(RigidBodySubPanel, bpy.types.Panel):
414
+ class SCENE_PT_rigid_body_world_settings(RigidBodySubPanel, _bpy_types.Panel):
385
415
  bl_context: typing.Any
386
416
  bl_label: typing.Any
387
417
  bl_parent_id: typing.Any
@@ -410,7 +440,7 @@ class SCENE_PT_rigid_body_world_settings(RigidBodySubPanel, bpy.types.Panel):
410
440
  :param context:
411
441
  """
412
442
 
413
- class SCENE_PT_scene(SceneButtonsPanel, bpy.types.Panel):
443
+ class SCENE_PT_scene(SceneButtonsPanel, _bpy_types.Panel):
414
444
  bl_context: typing.Any
415
445
  bl_label: typing.Any
416
446
  bl_region_type: typing.Any
@@ -438,7 +468,7 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy.types.Panel):
438
468
  :param context:
439
469
  """
440
470
 
441
- class SCENE_PT_simulation(SceneButtonsPanel, bpy.types.Panel):
471
+ class SCENE_PT_simulation(SceneButtonsPanel, _bpy_types.Panel):
442
472
  bl_context: typing.Any
443
473
  bl_label: typing.Any
444
474
  bl_options: typing.Any
@@ -467,7 +497,7 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy.types.Panel):
467
497
  :param context:
468
498
  """
469
499
 
470
- class SCENE_PT_unit(SceneButtonsPanel, bpy.types.Panel):
500
+ class SCENE_PT_unit(SceneButtonsPanel, _bpy_types.Panel):
471
501
  bl_context: typing.Any
472
502
  bl_label: typing.Any
473
503
  bl_options: typing.Any
@@ -496,7 +526,7 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy.types.Panel):
496
526
  :param context:
497
527
  """
498
528
 
499
- class SCENE_UL_keying_set_paths(bpy.types.UIList):
529
+ class SCENE_UL_keying_set_paths(_bpy_types.UIList):
500
530
  bl_rna: typing.Any
501
531
  id_data: typing.Any
502
532
 
@@ -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 TEXTURE_MT_context_menu(bpy.types.Menu):
10
+ class TEXTURE_MT_context_menu(_bpy_types.Menu):
10
11
  COMPAT_ENGINES: typing.Any
11
12
  bl_label: typing.Any
12
13
  bl_rna: typing.Any
@@ -36,9 +37,9 @@ class TEXTURE_PT_animation(
36
37
  rna_prop_ui.PropertyPanel,
37
38
  TextureButtonsPanel,
38
39
  bl_ui.space_properties.PropertiesAnimationMixin,
39
- bpy.types.Panel,
40
+ _bpy_types.Panel,
40
41
  ):
41
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
42
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
42
43
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
43
44
  """
44
45
 
@@ -78,7 +79,7 @@ class TEXTURE_PT_animation(
78
79
  :param context:
79
80
  """
80
81
 
81
- class TEXTURE_PT_blend(TextureTypePanel, bpy.types.Panel):
82
+ class TEXTURE_PT_blend(TextureTypePanel, _bpy_types.Panel):
82
83
  COMPAT_ENGINES: typing.Any
83
84
  bl_context: typing.Any
84
85
  bl_label: typing.Any
@@ -108,7 +109,7 @@ class TEXTURE_PT_blend(TextureTypePanel, bpy.types.Panel):
108
109
  :param context:
109
110
  """
110
111
 
111
- class TEXTURE_PT_clouds(TextureTypePanel, bpy.types.Panel):
112
+ class TEXTURE_PT_clouds(TextureTypePanel, _bpy_types.Panel):
112
113
  COMPAT_ENGINES: typing.Any
113
114
  bl_context: typing.Any
114
115
  bl_label: typing.Any
@@ -138,7 +139,7 @@ class TEXTURE_PT_clouds(TextureTypePanel, bpy.types.Panel):
138
139
  :param context:
139
140
  """
140
141
 
141
- class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel, bpy.types.Panel):
142
+ class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel, _bpy_types.Panel):
142
143
  COMPAT_ENGINES: typing.Any
143
144
  bl_context: typing.Any
144
145
  bl_label: typing.Any
@@ -168,7 +169,7 @@ class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel, bpy.types.Panel)
168
169
  :param context:
169
170
  """
170
171
 
171
- class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel, bpy.types.Panel):
172
+ class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel, _bpy_types.Panel):
172
173
  COMPAT_ENGINES: typing.Any
173
174
  bl_context: typing.Any
174
175
  bl_label: typing.Any
@@ -205,7 +206,7 @@ class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel, bpy.types.P
205
206
  :param context:
206
207
  """
207
208
 
208
- class TEXTURE_PT_context(TextureButtonsPanel, bpy.types.Panel):
209
+ class TEXTURE_PT_context(TextureButtonsPanel, _bpy_types.Panel):
209
210
  COMPAT_ENGINES: typing.Any
210
211
  bl_context: typing.Any
211
212
  bl_label: typing.Any
@@ -236,10 +237,10 @@ class TEXTURE_PT_context(TextureButtonsPanel, bpy.types.Panel):
236
237
  """
237
238
 
238
239
  class TEXTURE_PT_custom_props(
239
- rna_prop_ui.PropertyPanel, TextureButtonsPanel, bpy.types.Panel
240
+ rna_prop_ui.PropertyPanel, TextureButtonsPanel, _bpy_types.Panel
240
241
  ):
241
242
  """The subclass should have its own poll function
242
- and the variable '_context_path' MUST be set.
243
+ and the variable _context_path MUST be set.
243
244
  """
244
245
 
245
246
  COMPAT_ENGINES: typing.Any
@@ -273,7 +274,7 @@ class TEXTURE_PT_custom_props(
273
274
  :param context:
274
275
  """
275
276
 
276
- class TEXTURE_PT_distortednoise(TextureTypePanel, bpy.types.Panel):
277
+ class TEXTURE_PT_distortednoise(TextureTypePanel, _bpy_types.Panel):
277
278
  COMPAT_ENGINES: typing.Any
278
279
  bl_context: typing.Any
279
280
  bl_label: typing.Any
@@ -303,7 +304,7 @@ class TEXTURE_PT_distortednoise(TextureTypePanel, bpy.types.Panel):
303
304
  :param context:
304
305
  """
305
306
 
306
- class TEXTURE_PT_image(TextureTypePanel, bpy.types.Panel):
307
+ class TEXTURE_PT_image(TextureTypePanel, _bpy_types.Panel):
307
308
  COMPAT_ENGINES: typing.Any
308
309
  bl_context: typing.Any
309
310
  bl_label: typing.Any
@@ -333,7 +334,7 @@ class TEXTURE_PT_image(TextureTypePanel, bpy.types.Panel):
333
334
  :param _context:
334
335
  """
335
336
 
336
- class TEXTURE_PT_image_alpha(TextureTypePanel, bpy.types.Panel):
337
+ class TEXTURE_PT_image_alpha(TextureTypePanel, _bpy_types.Panel):
337
338
  COMPAT_ENGINES: typing.Any
338
339
  bl_context: typing.Any
339
340
  bl_label: typing.Any
@@ -371,7 +372,7 @@ class TEXTURE_PT_image_alpha(TextureTypePanel, bpy.types.Panel):
371
372
  :param context:
372
373
  """
373
374
 
374
- class TEXTURE_PT_image_mapping(TextureTypePanel, bpy.types.Panel):
375
+ class TEXTURE_PT_image_mapping(TextureTypePanel, _bpy_types.Panel):
375
376
  COMPAT_ENGINES: typing.Any
376
377
  bl_context: typing.Any
377
378
  bl_label: typing.Any
@@ -403,7 +404,7 @@ class TEXTURE_PT_image_mapping(TextureTypePanel, bpy.types.Panel):
403
404
  :param context:
404
405
  """
405
406
 
406
- class TEXTURE_PT_image_mapping_crop(TextureTypePanel, bpy.types.Panel):
407
+ class TEXTURE_PT_image_mapping_crop(TextureTypePanel, _bpy_types.Panel):
407
408
  COMPAT_ENGINES: typing.Any
408
409
  bl_context: typing.Any
409
410
  bl_label: typing.Any
@@ -435,7 +436,7 @@ class TEXTURE_PT_image_mapping_crop(TextureTypePanel, bpy.types.Panel):
435
436
  :param context:
436
437
  """
437
438
 
438
- class TEXTURE_PT_image_sampling(TextureTypePanel, bpy.types.Panel):
439
+ class TEXTURE_PT_image_sampling(TextureTypePanel, _bpy_types.Panel):
439
440
  COMPAT_ENGINES: typing.Any
440
441
  bl_context: typing.Any
441
442
  bl_label: typing.Any
@@ -467,7 +468,7 @@ class TEXTURE_PT_image_sampling(TextureTypePanel, bpy.types.Panel):
467
468
  :param context:
468
469
  """
469
470
 
470
- class TEXTURE_PT_image_settings(TextureTypePanel, bpy.types.Panel):
471
+ class TEXTURE_PT_image_settings(TextureTypePanel, _bpy_types.Panel):
471
472
  COMPAT_ENGINES: typing.Any
472
473
  bl_context: typing.Any
473
474
  bl_label: typing.Any
@@ -498,7 +499,7 @@ class TEXTURE_PT_image_settings(TextureTypePanel, bpy.types.Panel):
498
499
  :param context:
499
500
  """
500
501
 
501
- class TEXTURE_PT_influence(TextureSlotPanel, bpy.types.Panel):
502
+ class TEXTURE_PT_influence(TextureSlotPanel, _bpy_types.Panel):
502
503
  COMPAT_ENGINES: typing.Any
503
504
  bl_context: typing.Any
504
505
  bl_label: typing.Any
@@ -535,7 +536,7 @@ class TEXTURE_PT_influence(TextureSlotPanel, bpy.types.Panel):
535
536
  :param context:
536
537
  """
537
538
 
538
- class TEXTURE_PT_magic(TextureTypePanel, bpy.types.Panel):
539
+ class TEXTURE_PT_magic(TextureTypePanel, _bpy_types.Panel):
539
540
  COMPAT_ENGINES: typing.Any
540
541
  bl_context: typing.Any
541
542
  bl_label: typing.Any
@@ -565,7 +566,7 @@ class TEXTURE_PT_magic(TextureTypePanel, bpy.types.Panel):
565
566
  :param context:
566
567
  """
567
568
 
568
- class TEXTURE_PT_mapping(TextureSlotPanel, bpy.types.Panel):
569
+ class TEXTURE_PT_mapping(TextureSlotPanel, _bpy_types.Panel):
569
570
  COMPAT_ENGINES: typing.Any
570
571
  bl_context: typing.Any
571
572
  bl_label: typing.Any
@@ -601,7 +602,7 @@ class TEXTURE_PT_mapping(TextureSlotPanel, bpy.types.Panel):
601
602
  :param context:
602
603
  """
603
604
 
604
- class TEXTURE_PT_marble(TextureTypePanel, bpy.types.Panel):
605
+ class TEXTURE_PT_marble(TextureTypePanel, _bpy_types.Panel):
605
606
  COMPAT_ENGINES: typing.Any
606
607
  bl_context: typing.Any
607
608
  bl_label: typing.Any
@@ -631,7 +632,7 @@ class TEXTURE_PT_marble(TextureTypePanel, bpy.types.Panel):
631
632
  :param context:
632
633
  """
633
634
 
634
- class TEXTURE_PT_musgrave(TextureTypePanel, bpy.types.Panel):
635
+ class TEXTURE_PT_musgrave(TextureTypePanel, _bpy_types.Panel):
635
636
  COMPAT_ENGINES: typing.Any
636
637
  bl_context: typing.Any
637
638
  bl_label: typing.Any
@@ -661,7 +662,7 @@ class TEXTURE_PT_musgrave(TextureTypePanel, bpy.types.Panel):
661
662
  :param context:
662
663
  """
663
664
 
664
- class TEXTURE_PT_node(TextureButtonsPanel, bpy.types.Panel):
665
+ class TEXTURE_PT_node(TextureButtonsPanel, _bpy_types.Panel):
665
666
  COMPAT_ENGINES: typing.Any
666
667
  bl_context: typing.Any
667
668
  bl_label: typing.Any
@@ -697,7 +698,7 @@ class TEXTURE_PT_node(TextureButtonsPanel, bpy.types.Panel):
697
698
  :param context:
698
699
  """
699
700
 
700
- class TEXTURE_PT_preview(TextureButtonsPanel, bpy.types.Panel):
701
+ class TEXTURE_PT_preview(TextureButtonsPanel, _bpy_types.Panel):
701
702
  COMPAT_ENGINES: typing.Any
702
703
  bl_context: typing.Any
703
704
  bl_label: typing.Any
@@ -733,7 +734,7 @@ class TEXTURE_PT_preview(TextureButtonsPanel, bpy.types.Panel):
733
734
  :param context:
734
735
  """
735
736
 
736
- class TEXTURE_PT_stucci(TextureTypePanel, bpy.types.Panel):
737
+ class TEXTURE_PT_stucci(TextureTypePanel, _bpy_types.Panel):
737
738
  COMPAT_ENGINES: typing.Any
738
739
  bl_context: typing.Any
739
740
  bl_label: typing.Any
@@ -763,7 +764,7 @@ class TEXTURE_PT_stucci(TextureTypePanel, bpy.types.Panel):
763
764
  :param context:
764
765
  """
765
766
 
766
- class TEXTURE_PT_voronoi(TextureTypePanel, bpy.types.Panel):
767
+ class TEXTURE_PT_voronoi(TextureTypePanel, _bpy_types.Panel):
767
768
  COMPAT_ENGINES: typing.Any
768
769
  bl_context: typing.Any
769
770
  bl_label: typing.Any
@@ -793,7 +794,7 @@ class TEXTURE_PT_voronoi(TextureTypePanel, bpy.types.Panel):
793
794
  :param context:
794
795
  """
795
796
 
796
- class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel, bpy.types.Panel):
797
+ class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel, _bpy_types.Panel):
797
798
  COMPAT_ENGINES: typing.Any
798
799
  bl_context: typing.Any
799
800
  bl_label: typing.Any
@@ -824,7 +825,7 @@ class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel, bpy.types.Panel):
824
825
  :param context:
825
826
  """
826
827
 
827
- class TEXTURE_PT_wood(TextureTypePanel, bpy.types.Panel):
828
+ class TEXTURE_PT_wood(TextureTypePanel, _bpy_types.Panel):
828
829
  COMPAT_ENGINES: typing.Any
829
830
  bl_context: typing.Any
830
831
  bl_label: typing.Any
@@ -854,7 +855,7 @@ class TEXTURE_PT_wood(TextureTypePanel, bpy.types.Panel):
854
855
  :param context:
855
856
  """
856
857
 
857
- class TEXTURE_UL_texslots(bpy.types.UIList):
858
+ class TEXTURE_UL_texslots(_bpy_types.UIList):
858
859
  bl_rna: typing.Any
859
860
  id_data: typing.Any
860
861
 
@@ -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 VIEWLAYER_MT_lightgroup_sync(bpy.types.Menu):
9
+ class VIEWLAYER_MT_lightgroup_sync(_bpy_types.Menu):
9
10
  bl_label: typing.Any
10
11
  bl_rna: typing.Any
11
12
  id_data: typing.Any
@@ -30,7 +31,44 @@ class VIEWLAYER_MT_lightgroup_sync(bpy.types.Menu):
30
31
  :param _context:
31
32
  """
32
33
 
33
- class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
34
+ class VIEWLAYER_PT_context_layer(ViewLayerButtonsPanel, _bpy_types.Panel):
35
+ COMPAT_ENGINES: typing.Any
36
+ bl_context: typing.Any
37
+ bl_label: typing.Any
38
+ bl_options: typing.Any
39
+ bl_region_type: typing.Any
40
+ bl_rna: typing.Any
41
+ bl_space_type: typing.Any
42
+ id_data: typing.Any
43
+
44
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
45
+ """
46
+
47
+ :return: The RNA type or default when not found.
48
+ :rtype: bpy.types.Struct
49
+ """
50
+
51
+ def bl_rna_get_subclass_py(self) -> typing.Any:
52
+ """
53
+
54
+ :return: The class or default when not found.
55
+ :rtype: typing.Any
56
+ """
57
+
58
+ def draw(self, context) -> None:
59
+ """
60
+
61
+ :param context:
62
+ """
63
+
64
+ @classmethod
65
+ def poll(cls, context) -> None:
66
+ """
67
+
68
+ :param context:
69
+ """
70
+
71
+ class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, _bpy_types.Panel):
34
72
  COMPAT_ENGINES: typing.Any
35
73
  bl_context: typing.Any
36
74
  bl_label: typing.Any
@@ -60,7 +98,7 @@ class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Pane
60
98
  :param context:
61
99
  """
62
100
 
63
- class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, bpy.types.Panel):
101
+ class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, _bpy_types.Panel):
64
102
  COMPAT_ENGINES: typing.Any
65
103
  bl_context: typing.Any
66
104
  bl_label: typing.Any
@@ -91,7 +129,7 @@ class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, bpy.types.Pan
91
129
  :param context:
92
130
  """
93
131
 
94
- class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy.types.Panel):
132
+ class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, _bpy_types.Panel):
95
133
  COMPAT_ENGINES: typing.Any
96
134
  bl_context: typing.Any
97
135
  bl_label: typing.Any
@@ -121,7 +159,7 @@ class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy.types.Panel):
121
159
  :param context:
122
160
  """
123
161
 
124
- class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy.types.Panel):
162
+ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, _bpy_types.Panel):
125
163
  COMPAT_ENGINES: typing.Any
126
164
  bl_context: typing.Any
127
165
  bl_label: typing.Any
@@ -150,9 +188,9 @@ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy.types.Panel):
150
188
  :param context:
151
189
  """
152
190
 
153
- class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy.types.Panel):
191
+ class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, _bpy_types.Panel):
154
192
  """The subclass should have its own poll function
155
- and the variable '_context_path' MUST be set.
193
+ and the variable _context_path MUST be set.
156
194
  """
157
195
 
158
196
  bl_context: typing.Any
@@ -178,7 +216,7 @@ class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy.types.Panel
178
216
  :rtype: typing.Any
179
217
  """
180
218
 
181
- class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy.types.Panel):
219
+ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, _bpy_types.Panel):
182
220
  COMPAT_ENGINES: typing.Any
183
221
  bl_context: typing.Any
184
222
  bl_label: typing.Any
@@ -207,7 +245,7 @@ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy.types.Panel):
207
245
  :param context:
208
246
  """
209
247
 
210
- class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper, bpy.types.Panel):
248
+ class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper, _bpy_types.Panel):
211
249
  COMPAT_ENGINES: typing.Any
212
250
  bl_context: typing.Any
213
251
  bl_label: typing.Any
@@ -232,7 +270,7 @@ class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper, bpy.types.Panel):
232
270
  """
233
271
 
234
272
  class VIEWLAYER_PT_layer_passes_cryptomatte(
235
- ViewLayerCryptomattePanelHelper, bpy.types.Panel
273
+ ViewLayerCryptomattePanelHelper, _bpy_types.Panel
236
274
  ):
237
275
  COMPAT_ENGINES: typing.Any
238
276
  bl_context: typing.Any
@@ -258,7 +296,7 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
258
296
  """
259
297
 
260
298
  class VIEWLAYER_PT_layer_passes_lightgroups(
261
- ViewLayerLightgroupsPanelHelper, bpy.types.Panel
299
+ ViewLayerLightgroupsPanelHelper, _bpy_types.Panel
262
300
  ):
263
301
  COMPAT_ENGINES: typing.Any
264
302
  bl_context: typing.Any
@@ -283,7 +321,7 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
283
321
  :rtype: typing.Any
284
322
  """
285
323
 
286
- class VIEWLAYER_PT_override(ViewLayerButtonsPanel, bpy.types.Panel):
324
+ class VIEWLAYER_PT_override(ViewLayerButtonsPanel, _bpy_types.Panel):
287
325
  COMPAT_ENGINES: typing.Any
288
326
  bl_context: typing.Any
289
327
  bl_label: typing.Any
@@ -313,7 +351,7 @@ class VIEWLAYER_PT_override(ViewLayerButtonsPanel, bpy.types.Panel):
313
351
  :param context:
314
352
  """
315
353
 
316
- class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
354
+ class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, _bpy_types.Panel):
317
355
  COMPAT_ENGINES: typing.Any
318
356
  bl_context: typing.Any
319
357
  bl_label: typing.Any
@@ -343,7 +381,7 @@ class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, bpy.types.
343
381
  :param context:
344
382
  """
345
383
 
346
- class VIEWLAYER_UL_aov(bpy.types.UIList):
384
+ class VIEWLAYER_UL_aov(_bpy_types.UIList):
347
385
  bl_rna: typing.Any
348
386
  id_data: typing.Any
349
387
 
@@ -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 WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy.types.Panel):
9
+ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, _bpy_types.Panel):
9
10
  addon_map: typing.Any
10
11
  bl_category: typing.Any
11
12
  bl_label: typing.Any
@@ -43,10 +44,10 @@ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy.types.Panel):
43
44
  """
44
45
 
45
46
  class WORKSPACE_PT_custom_props(
46
- rna_prop_ui.PropertyPanel, WorkSpaceButtonsPanel, bpy.types.Panel
47
+ rna_prop_ui.PropertyPanel, WorkSpaceButtonsPanel, _bpy_types.Panel
47
48
  ):
48
49
  """The subclass should have its own poll function
49
- and the variable '_context_path' MUST be set.
50
+ and the variable _context_path MUST be set.
50
51
  """
51
52
 
52
53
  bl_category: typing.Any
@@ -73,7 +74,7 @@ class WORKSPACE_PT_custom_props(
73
74
  :rtype: typing.Any
74
75
  """
75
76
 
76
- class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy.types.Panel):
77
+ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, _bpy_types.Panel):
77
78
  bl_category: typing.Any
78
79
  bl_label: typing.Any
79
80
  bl_options: typing.Any
@@ -102,7 +103,7 @@ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy.types.Panel):
102
103
  :param context:
103
104
  """
104
105
 
105
- class WORKSPACE_UL_addons_items(bpy.types.UIList):
106
+ class WORKSPACE_UL_addons_items(_bpy_types.UIList):
106
107
  bl_rna: typing.Any
107
108
  id_data: typing.Any
108
109