fake-bpy-module 20250629__py3-none-any.whl → 20250830__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 +4 -3
  49. bl_ui/node_add_menu/__init__.pyi +6 -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 +34 -40
  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 +69 -21
  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 +40 -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 +54 -34
  205. bpy/types/__init__.pyi +55981 -39705
  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-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.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 +6 -6
  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 +17 -4
  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-20250830.dist-info}/WHEEL +0 -0
@@ -2,10 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
8
  class PHYSICS_PT_rigid_body_constraint(
8
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
9
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
9
10
  ):
10
11
  COMPAT_ENGINES: typing.Any
11
12
  bl_context: typing.Any
@@ -43,7 +44,7 @@ class PHYSICS_PT_rigid_body_constraint(
43
44
  """
44
45
 
45
46
  class PHYSICS_PT_rigid_body_constraint_limits(
46
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
47
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
47
48
  ):
48
49
  COMPAT_ENGINES: typing.Any
49
50
  bl_context: typing.Any
@@ -82,7 +83,7 @@ class PHYSICS_PT_rigid_body_constraint_limits(
82
83
  """
83
84
 
84
85
  class PHYSICS_PT_rigid_body_constraint_limits_angular(
85
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
86
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
86
87
  ):
87
88
  COMPAT_ENGINES: typing.Any
88
89
  bl_context: typing.Any
@@ -121,7 +122,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
121
122
  """
122
123
 
123
124
  class PHYSICS_PT_rigid_body_constraint_limits_linear(
124
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
125
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
125
126
  ):
126
127
  COMPAT_ENGINES: typing.Any
127
128
  bl_context: typing.Any
@@ -160,7 +161,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
160
161
  """
161
162
 
162
163
  class PHYSICS_PT_rigid_body_constraint_motor(
163
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
164
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
164
165
  ):
165
166
  COMPAT_ENGINES: typing.Any
166
167
  bl_context: typing.Any
@@ -199,7 +200,7 @@ class PHYSICS_PT_rigid_body_constraint_motor(
199
200
  """
200
201
 
201
202
  class PHYSICS_PT_rigid_body_constraint_motor_angular(
202
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
203
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
203
204
  ):
204
205
  COMPAT_ENGINES: typing.Any
205
206
  bl_context: typing.Any
@@ -244,7 +245,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
244
245
  """
245
246
 
246
247
  class PHYSICS_PT_rigid_body_constraint_motor_linear(
247
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
248
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
248
249
  ):
249
250
  COMPAT_ENGINES: typing.Any
250
251
  bl_context: typing.Any
@@ -289,7 +290,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
289
290
  """
290
291
 
291
292
  class PHYSICS_PT_rigid_body_constraint_objects(
292
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
293
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
293
294
  ):
294
295
  COMPAT_ENGINES: typing.Any
295
296
  bl_context: typing.Any
@@ -328,7 +329,7 @@ class PHYSICS_PT_rigid_body_constraint_objects(
328
329
  """
329
330
 
330
331
  class PHYSICS_PT_rigid_body_constraint_override_iterations(
331
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
332
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
332
333
  ):
333
334
  COMPAT_ENGINES: typing.Any
334
335
  bl_context: typing.Any
@@ -373,7 +374,7 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
373
374
  """
374
375
 
375
376
  class PHYSICS_PT_rigid_body_constraint_settings(
376
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
377
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
377
378
  ):
378
379
  COMPAT_ENGINES: typing.Any
379
380
  bl_context: typing.Any
@@ -412,7 +413,7 @@ class PHYSICS_PT_rigid_body_constraint_settings(
412
413
  """
413
414
 
414
415
  class PHYSICS_PT_rigid_body_constraint_springs(
415
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
416
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
416
417
  ):
417
418
  COMPAT_ENGINES: typing.Any
418
419
  bl_context: typing.Any
@@ -451,7 +452,7 @@ class PHYSICS_PT_rigid_body_constraint_springs(
451
452
  """
452
453
 
453
454
  class PHYSICS_PT_rigid_body_constraint_springs_angular(
454
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
455
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
455
456
  ):
456
457
  COMPAT_ENGINES: typing.Any
457
458
  bl_context: typing.Any
@@ -490,7 +491,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
490
491
  """
491
492
 
492
493
  class PHYSICS_PT_rigid_body_constraint_springs_linear(
493
- PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
494
+ PHYSICS_PT_rigidbody_constraint_panel, _bpy_types.Panel
494
495
  ):
495
496
  COMPAT_ENGINES: typing.Any
496
497
  bl_context: 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 PHYSICS_PT_softbody(PhysicButtonsPanel, bpy.types.Panel):
8
+ class PHYSICS_PT_softbody(PhysicButtonsPanel, _bpy_types.Panel):
8
9
  COMPAT_ENGINES: typing.Any
9
10
  bl_context: typing.Any
10
11
  bl_label: typing.Any
@@ -33,7 +34,7 @@ class PHYSICS_PT_softbody(PhysicButtonsPanel, bpy.types.Panel):
33
34
  :param context:
34
35
  """
35
36
 
36
- class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, bpy.types.Panel):
37
+ class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, _bpy_types.Panel):
37
38
  COMPAT_ENGINES: typing.Any
38
39
  bl_context: typing.Any
39
40
  bl_label: typing.Any
@@ -64,7 +65,7 @@ class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, bpy.types.Panel):
64
65
  :param context:
65
66
  """
66
67
 
67
- class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, bpy.types.Panel):
68
+ class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, _bpy_types.Panel):
68
69
  COMPAT_ENGINES: typing.Any
69
70
  bl_context: typing.Any
70
71
  bl_label: typing.Any
@@ -101,7 +102,7 @@ class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, bpy.types.Panel):
101
102
  :param context:
102
103
  """
103
104
 
104
- class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, bpy.types.Panel):
105
+ class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, _bpy_types.Panel):
105
106
  COMPAT_ENGINES: typing.Any
106
107
  bl_context: typing.Any
107
108
  bl_label: typing.Any
@@ -138,7 +139,7 @@ class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, bpy.types.Panel):
138
139
  :param context:
139
140
  """
140
141
 
141
- class PHYSICS_PT_softbody_edge_aerodynamics(PhysicButtonsPanel, bpy.types.Panel):
142
+ class PHYSICS_PT_softbody_edge_aerodynamics(PhysicButtonsPanel, _bpy_types.Panel):
142
143
  COMPAT_ENGINES: typing.Any
143
144
  bl_context: typing.Any
144
145
  bl_label: typing.Any
@@ -169,7 +170,7 @@ class PHYSICS_PT_softbody_edge_aerodynamics(PhysicButtonsPanel, bpy.types.Panel)
169
170
  :param context:
170
171
  """
171
172
 
172
- class PHYSICS_PT_softbody_edge_stiffness(PhysicButtonsPanel, bpy.types.Panel):
173
+ class PHYSICS_PT_softbody_edge_stiffness(PhysicButtonsPanel, _bpy_types.Panel):
173
174
  COMPAT_ENGINES: typing.Any
174
175
  bl_context: typing.Any
175
176
  bl_label: typing.Any
@@ -206,7 +207,7 @@ class PHYSICS_PT_softbody_edge_stiffness(PhysicButtonsPanel, bpy.types.Panel):
206
207
  :param context:
207
208
  """
208
209
 
209
- class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, bpy.types.Panel):
210
+ class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, _bpy_types.Panel):
210
211
  COMPAT_ENGINES: typing.Any
211
212
  bl_context: typing.Any
212
213
  bl_label: typing.Any
@@ -237,7 +238,7 @@ class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, bpy.types.Panel):
237
238
  :param context:
238
239
  """
239
240
 
240
- class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, bpy.types.Panel):
241
+ class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, _bpy_types.Panel):
241
242
  COMPAT_ENGINES: typing.Any
242
243
  bl_context: typing.Any
243
244
  bl_label: typing.Any
@@ -274,7 +275,7 @@ class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, bpy.types.Panel):
274
275
  :param context:
275
276
  """
276
277
 
277
- class PHYSICS_PT_softbody_goal_settings(PhysicButtonsPanel, bpy.types.Panel):
278
+ class PHYSICS_PT_softbody_goal_settings(PhysicButtonsPanel, _bpy_types.Panel):
278
279
  COMPAT_ENGINES: typing.Any
279
280
  bl_context: typing.Any
280
281
  bl_label: typing.Any
@@ -305,7 +306,7 @@ class PHYSICS_PT_softbody_goal_settings(PhysicButtonsPanel, bpy.types.Panel):
305
306
  :param context:
306
307
  """
307
308
 
308
- class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, bpy.types.Panel):
309
+ class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, _bpy_types.Panel):
309
310
  COMPAT_ENGINES: typing.Any
310
311
  bl_context: typing.Any
311
312
  bl_label: typing.Any
@@ -336,7 +337,7 @@ class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, bpy.types.Panel):
336
337
  :param context:
337
338
  """
338
339
 
339
- class PHYSICS_PT_softbody_object(PhysicButtonsPanel, bpy.types.Panel):
340
+ class PHYSICS_PT_softbody_object(PhysicButtonsPanel, _bpy_types.Panel):
340
341
  COMPAT_ENGINES: typing.Any
341
342
  bl_context: typing.Any
342
343
  bl_label: typing.Any
@@ -367,7 +368,7 @@ class PHYSICS_PT_softbody_object(PhysicButtonsPanel, bpy.types.Panel):
367
368
  :param context:
368
369
  """
369
370
 
370
- class PHYSICS_PT_softbody_simulation(PhysicButtonsPanel, bpy.types.Panel):
371
+ class PHYSICS_PT_softbody_simulation(PhysicButtonsPanel, _bpy_types.Panel):
371
372
  COMPAT_ENGINES: typing.Any
372
373
  bl_context: typing.Any
373
374
  bl_label: typing.Any
@@ -398,7 +399,7 @@ class PHYSICS_PT_softbody_simulation(PhysicButtonsPanel, bpy.types.Panel):
398
399
  :param context:
399
400
  """
400
401
 
401
- class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, bpy.types.Panel):
402
+ class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, _bpy_types.Panel):
402
403
  COMPAT_ENGINES: typing.Any
403
404
  bl_context: typing.Any
404
405
  bl_label: typing.Any
@@ -429,7 +430,7 @@ class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, bpy.types.Panel):
429
430
  :param context:
430
431
  """
431
432
 
432
- class PHYSICS_PT_softbody_solver_diagnostics(PhysicButtonsPanel, bpy.types.Panel):
433
+ class PHYSICS_PT_softbody_solver_diagnostics(PhysicButtonsPanel, _bpy_types.Panel):
433
434
  COMPAT_ENGINES: typing.Any
434
435
  bl_context: typing.Any
435
436
  bl_label: typing.Any
@@ -460,7 +461,7 @@ class PHYSICS_PT_softbody_solver_diagnostics(PhysicButtonsPanel, bpy.types.Panel
460
461
  :param context:
461
462
  """
462
463
 
463
- class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, bpy.types.Panel):
464
+ class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, _bpy_types.Panel):
464
465
  COMPAT_ENGINES: typing.Any
465
466
  bl_context: typing.Any
466
467
  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.properties_grease_pencil_common
6
7
  import bl_ui.utils
7
8
  import bpy.types
@@ -24,7 +25,7 @@ class CompositorPerformanceButtonsPanel:
24
25
  :param context:
25
26
  """
26
27
 
27
- class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
28
+ class RENDER_PT_color_management(RenderButtonsPanel, _bpy_types.Panel):
28
29
  COMPAT_ENGINES: typing.Any
29
30
  bl_context: typing.Any
30
31
  bl_label: typing.Any
@@ -55,7 +56,7 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
55
56
  :param context:
56
57
  """
57
58
 
58
- class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
59
+ class RENDER_PT_color_management_curves(RenderButtonsPanel, _bpy_types.Panel):
59
60
  COMPAT_ENGINES: typing.Any
60
61
  bl_context: typing.Any
61
62
  bl_label: typing.Any
@@ -92,38 +93,7 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
92
93
  :param context:
93
94
  """
94
95
 
95
- class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.Panel):
96
- COMPAT_ENGINES: typing.Any
97
- bl_context: typing.Any
98
- bl_label: typing.Any
99
- bl_options: typing.Any
100
- bl_parent_id: typing.Any
101
- bl_region_type: typing.Any
102
- bl_rna: typing.Any
103
- bl_space_type: typing.Any
104
- id_data: typing.Any
105
-
106
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
107
- """
108
-
109
- :return: The RNA type or default when not found.
110
- :rtype: bpy.types.Struct
111
- """
112
-
113
- def bl_rna_get_subclass_py(self) -> typing.Any:
114
- """
115
-
116
- :return: The class or default when not found.
117
- :rtype: typing.Any
118
- """
119
-
120
- def draw(self, context) -> None:
121
- """
122
-
123
- :param context:
124
- """
125
-
126
- class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Panel):
96
+ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, _bpy_types.Panel):
127
97
  COMPAT_ENGINES: typing.Any
128
98
  bl_context: typing.Any
129
99
  bl_label: typing.Any
@@ -167,7 +137,7 @@ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Pan
167
137
  """
168
138
 
169
139
  class RENDER_PT_color_management_white_balance_presets(
170
- bl_ui.utils.PresetPanel, bpy.types.Panel
140
+ bl_ui.utils.PresetPanel, _bpy_types.Panel
171
141
  ):
172
142
  bl_label: typing.Any
173
143
  bl_region_type: typing.Any
@@ -192,7 +162,7 @@ class RENDER_PT_color_management_white_balance_presets(
192
162
  :rtype: typing.Any
193
163
  """
194
164
 
195
- class RENDER_PT_context(bpy.types.Panel):
165
+ class RENDER_PT_context(_bpy_types.Panel):
196
166
  bl_context: typing.Any
197
167
  bl_label: typing.Any
198
168
  bl_options: typing.Any
@@ -222,7 +192,7 @@ class RENDER_PT_context(bpy.types.Panel):
222
192
  :param context:
223
193
  """
224
194
 
225
- class RENDER_PT_eevee_clamping(RenderButtonsPanel, bpy.types.Panel):
195
+ class RENDER_PT_eevee_clamping(RenderButtonsPanel, _bpy_types.Panel):
226
196
  COMPAT_ENGINES: typing.Any
227
197
  bl_context: typing.Any
228
198
  bl_label: typing.Any
@@ -259,7 +229,7 @@ class RENDER_PT_eevee_clamping(RenderButtonsPanel, bpy.types.Panel):
259
229
  :param context:
260
230
  """
261
231
 
262
- class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, bpy.types.Panel):
232
+ class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, _bpy_types.Panel):
263
233
  COMPAT_ENGINES: typing.Any
264
234
  bl_context: typing.Any
265
235
  bl_label: typing.Any
@@ -296,7 +266,7 @@ class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, bpy.types.Panel):
296
266
  :param context:
297
267
  """
298
268
 
299
- class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
269
+ class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, _bpy_types.Panel):
300
270
  COMPAT_ENGINES: typing.Any
301
271
  bl_context: typing.Any
302
272
  bl_label: typing.Any
@@ -333,7 +303,7 @@ class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
333
303
  :param context:
334
304
  """
335
305
 
336
- class RENDER_PT_eevee_denoise(RenderButtonsPanel, bpy.types.Panel):
306
+ class RENDER_PT_eevee_denoise(RenderButtonsPanel, _bpy_types.Panel):
337
307
  COMPAT_ENGINES: typing.Any
338
308
  bl_context: typing.Any
339
309
  bl_label: typing.Any
@@ -377,7 +347,7 @@ class RENDER_PT_eevee_denoise(RenderButtonsPanel, bpy.types.Panel):
377
347
  :param context:
378
348
  """
379
349
 
380
- class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
350
+ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, _bpy_types.Panel):
381
351
  COMPAT_ENGINES: typing.Any
382
352
  bl_context: typing.Any
383
353
  bl_label: typing.Any
@@ -414,7 +384,7 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
414
384
  :param context:
415
385
  """
416
386
 
417
- class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
387
+ class RENDER_PT_eevee_film(RenderButtonsPanel, _bpy_types.Panel):
418
388
  COMPAT_ENGINES: typing.Any
419
389
  bl_context: typing.Any
420
390
  bl_label: typing.Any
@@ -451,7 +421,7 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
451
421
  :param context:
452
422
  """
453
423
 
454
- class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, bpy.types.Panel):
424
+ class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, _bpy_types.Panel):
455
425
  COMPAT_ENGINES: typing.Any
456
426
  bl_context: typing.Any
457
427
  bl_label: typing.Any
@@ -495,7 +465,7 @@ class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, bpy.types.Panel):
495
465
  :param context:
496
466
  """
497
467
 
498
- class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
468
+ class RENDER_PT_eevee_hair(RenderButtonsPanel, _bpy_types.Panel):
499
469
  COMPAT_ENGINES: typing.Any
500
470
  bl_context: typing.Any
501
471
  bl_label: typing.Any
@@ -532,7 +502,7 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
532
502
  :param context:
533
503
  """
534
504
 
535
- class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
505
+ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, _bpy_types.Panel):
536
506
  COMPAT_ENGINES: typing.Any
537
507
  bl_context: typing.Any
538
508
  bl_label: typing.Any
@@ -575,7 +545,7 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
575
545
  :param context:
576
546
  """
577
547
 
578
- class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel):
548
+ class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, _bpy_types.Panel):
579
549
  COMPAT_ENGINES: typing.Any
580
550
  bl_context: typing.Any
581
551
  bl_label: typing.Any
@@ -606,7 +576,7 @@ class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel):
606
576
  :param context:
607
577
  """
608
578
 
609
- class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
579
+ class RENDER_PT_eevee_performance(RenderButtonsPanel, _bpy_types.Panel):
610
580
  COMPAT_ENGINES: typing.Any
611
581
  bl_context: typing.Any
612
582
  bl_label: typing.Any
@@ -644,7 +614,7 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
644
614
  """
645
615
 
646
616
  class RENDER_PT_eevee_performance_compositor(
647
- CompositorPerformanceButtonsPanel, RenderButtonsPanel, bpy.types.Panel
617
+ CompositorPerformanceButtonsPanel, RenderButtonsPanel, _bpy_types.Panel
648
618
  ):
649
619
  COMPAT_ENGINES: typing.Any
650
620
  bl_context: typing.Any
@@ -671,7 +641,7 @@ class RENDER_PT_eevee_performance_compositor(
671
641
  """
672
642
 
673
643
  class RENDER_PT_eevee_performance_compositor_denoise_settings(
674
- CompositorDenoisePerformanceButtonsPanel, RenderButtonsPanel, bpy.types.Panel
644
+ CompositorDenoisePerformanceButtonsPanel, RenderButtonsPanel, _bpy_types.Panel
675
645
  ):
676
646
  COMPAT_ENGINES: typing.Any
677
647
  bl_context: typing.Any
@@ -697,7 +667,7 @@ class RENDER_PT_eevee_performance_compositor_denoise_settings(
697
667
  :rtype: typing.Any
698
668
  """
699
669
 
700
- class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
670
+ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
701
671
  COMPAT_ENGINES: typing.Any
702
672
  bl_context: typing.Any
703
673
  bl_label: typing.Any
@@ -735,7 +705,7 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
735
705
  :param context:
736
706
  """
737
707
 
738
- class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
708
+ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, _bpy_types.Panel):
739
709
  COMPAT_ENGINES: typing.Any
740
710
  bl_context: typing.Any
741
711
  bl_label: typing.Any
@@ -773,7 +743,7 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
773
743
  :param context:
774
744
  """
775
745
 
776
- class RENDER_PT_eevee_raytracing(RenderButtonsPanel, bpy.types.Panel):
746
+ class RENDER_PT_eevee_raytracing(RenderButtonsPanel, _bpy_types.Panel):
777
747
  COMPAT_ENGINES: typing.Any
778
748
  bl_context: typing.Any
779
749
  bl_label: typing.Any
@@ -822,7 +792,7 @@ class RENDER_PT_eevee_raytracing(RenderButtonsPanel, bpy.types.Panel):
822
792
  :param context:
823
793
  """
824
794
 
825
- class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
795
+ class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
826
796
  bl_label: typing.Any
827
797
  bl_region_type: typing.Any
828
798
  bl_rna: typing.Any
@@ -846,7 +816,7 @@ class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types.Pane
846
816
  :rtype: typing.Any
847
817
  """
848
818
 
849
- class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
819
+ class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
850
820
  COMPAT_ENGINES: typing.Any
851
821
  bl_context: typing.Any
852
822
  bl_label: typing.Any
@@ -882,7 +852,7 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
882
852
  :param context:
883
853
  """
884
854
 
885
- class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, bpy.types.Panel):
855
+ class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, _bpy_types.Panel):
886
856
  COMPAT_ENGINES: typing.Any
887
857
  bl_context: typing.Any
888
858
  bl_label: typing.Any
@@ -920,7 +890,7 @@ class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, bpy.types.Panel):
920
890
  :param context:
921
891
  """
922
892
 
923
- class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, bpy.types.Panel):
893
+ class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, _bpy_types.Panel):
924
894
  COMPAT_ENGINES: typing.Any
925
895
  bl_context: typing.Any
926
896
  bl_label: typing.Any
@@ -957,7 +927,7 @@ class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, bpy.types.Panel):
957
927
  :param context:
958
928
  """
959
929
 
960
- class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, bpy.types.Panel):
930
+ class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, _bpy_types.Panel):
961
931
  COMPAT_ENGINES: typing.Any
962
932
  bl_context: typing.Any
963
933
  bl_label: typing.Any
@@ -1001,7 +971,7 @@ class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, bpy.types.Panel):
1001
971
  :param context:
1002
972
  """
1003
973
 
1004
- class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, bpy.types.Panel):
974
+ class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, _bpy_types.Panel):
1005
975
  COMPAT_ENGINES: typing.Any
1006
976
  bl_context: typing.Any
1007
977
  bl_label: typing.Any
@@ -1038,7 +1008,7 @@ class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, bpy.types.Panel):
1038
1008
  :param context:
1039
1009
  """
1040
1010
 
1041
- class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1011
+ class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, _bpy_types.Panel):
1042
1012
  COMPAT_ENGINES: typing.Any
1043
1013
  bl_context: typing.Any
1044
1014
  bl_label: typing.Any
@@ -1076,7 +1046,7 @@ class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1076
1046
  :param context:
1077
1047
  """
1078
1048
 
1079
- class RENDER_PT_eevee_volumes(RenderButtonsPanel, bpy.types.Panel):
1049
+ class RENDER_PT_eevee_volumes(RenderButtonsPanel, _bpy_types.Panel):
1080
1050
  COMPAT_ENGINES: typing.Any
1081
1051
  bl_context: typing.Any
1082
1052
  bl_label: typing.Any
@@ -1113,7 +1083,7 @@ class RENDER_PT_eevee_volumes(RenderButtonsPanel, bpy.types.Panel):
1113
1083
  :param context:
1114
1084
  """
1115
1085
 
1116
- class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1086
+ class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, _bpy_types.Panel):
1117
1087
  COMPAT_ENGINES: typing.Any
1118
1088
  bl_context: typing.Any
1119
1089
  bl_label: typing.Any
@@ -1157,7 +1127,7 @@ class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1157
1127
  :param context:
1158
1128
  """
1159
1129
 
1160
- class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1130
+ class RENDER_PT_gpencil(RenderButtonsPanel, _bpy_types.Panel):
1161
1131
  COMPAT_ENGINES: typing.Any
1162
1132
  bl_context: typing.Any
1163
1133
  bl_label: typing.Any
@@ -1195,7 +1165,7 @@ class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1195
1165
  :param context:
1196
1166
  """
1197
1167
 
1198
- class RENDER_PT_grease_pencil_render(RenderButtonsPanel, bpy.types.Panel):
1168
+ class RENDER_PT_grease_pencil_render(RenderButtonsPanel, _bpy_types.Panel):
1199
1169
  COMPAT_ENGINES: typing.Any
1200
1170
  bl_context: typing.Any
1201
1171
  bl_label: typing.Any
@@ -1226,7 +1196,7 @@ class RENDER_PT_grease_pencil_render(RenderButtonsPanel, bpy.types.Panel):
1226
1196
  :param context:
1227
1197
  """
1228
1198
 
1229
- class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, bpy.types.Panel):
1199
+ class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, _bpy_types.Panel):
1230
1200
  COMPAT_ENGINES: typing.Any
1231
1201
  bl_context: typing.Any
1232
1202
  bl_label: typing.Any
@@ -1257,7 +1227,7 @@ class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, bpy.types.Panel):
1257
1227
  :param context:
1258
1228
  """
1259
1229
 
1260
- class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1230
+ class RENDER_PT_hydra_debug(RenderButtonsPanel, _bpy_types.Panel):
1261
1231
  COMPAT_ENGINES: typing.Any
1262
1232
  bl_context: typing.Any
1263
1233
  bl_label: typing.Any
@@ -1295,7 +1265,7 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1295
1265
  :param context:
1296
1266
  """
1297
1267
 
1298
- class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1268
+ class RENDER_PT_opengl_color(RenderButtonsPanel, _bpy_types.Panel):
1299
1269
  COMPAT_ENGINES: typing.Any
1300
1270
  bl_context: typing.Any
1301
1271
  bl_label: typing.Any
@@ -1331,7 +1301,7 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1331
1301
  :param context:
1332
1302
  """
1333
1303
 
1334
- class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1304
+ class RENDER_PT_opengl_film(RenderButtonsPanel, _bpy_types.Panel):
1335
1305
  COMPAT_ENGINES: typing.Any
1336
1306
  bl_context: typing.Any
1337
1307
  bl_label: typing.Any
@@ -1361,7 +1331,7 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1361
1331
  :param context:
1362
1332
  """
1363
1333
 
1364
- class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
1334
+ class RENDER_PT_opengl_lighting(RenderButtonsPanel, _bpy_types.Panel):
1365
1335
  COMPAT_ENGINES: typing.Any
1366
1336
  bl_context: typing.Any
1367
1337
  bl_label: typing.Any
@@ -1397,7 +1367,7 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
1397
1367
  :param context:
1398
1368
  """
1399
1369
 
1400
- class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
1370
+ class RENDER_PT_opengl_options(RenderButtonsPanel, _bpy_types.Panel):
1401
1371
  COMPAT_ENGINES: typing.Any
1402
1372
  bl_context: typing.Any
1403
1373
  bl_label: typing.Any
@@ -1433,7 +1403,7 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
1433
1403
  :param context:
1434
1404
  """
1435
1405
 
1436
- class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
1406
+ class RENDER_PT_opengl_sampling(RenderButtonsPanel, _bpy_types.Panel):
1437
1407
  COMPAT_ENGINES: typing.Any
1438
1408
  bl_context: typing.Any
1439
1409
  bl_label: typing.Any
@@ -1469,7 +1439,7 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
1469
1439
  :param context:
1470
1440
  """
1471
1441
 
1472
- class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
1442
+ class RENDER_PT_simplify(RenderButtonsPanel, _bpy_types.Panel):
1473
1443
  COMPAT_ENGINES: typing.Any
1474
1444
  bl_context: typing.Any
1475
1445
  bl_label: typing.Any
@@ -1506,7 +1476,7 @@ class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
1506
1476
  """
1507
1477
 
1508
1478
  class RENDER_PT_simplify_greasepencil(
1509
- bpy.types.Panel,
1479
+ _bpy_types.Panel,
1510
1480
  RenderButtonsPanel,
1511
1481
  bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
1512
1482
  ):
@@ -1534,7 +1504,7 @@ class RENDER_PT_simplify_greasepencil(
1534
1504
  :rtype: typing.Any
1535
1505
  """
1536
1506
 
1537
- class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
1507
+ class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
1538
1508
  COMPAT_ENGINES: typing.Any
1539
1509
  bl_context: typing.Any
1540
1510
  bl_label: typing.Any
@@ -1564,7 +1534,7 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
1564
1534
  :param context:
1565
1535
  """
1566
1536
 
1567
- class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
1537
+ class RENDER_PT_simplify_viewport(RenderButtonsPanel, _bpy_types.Panel):
1568
1538
  COMPAT_ENGINES: typing.Any
1569
1539
  bl_context: typing.Any
1570
1540
  bl_label: typing.Any