fake-bpy-module 20250628__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 +106 -52
  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 +55628 -39419
  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-20250628.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-20250628.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-20250628.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.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.properties_grease_pencil_common
6
7
  import bl_ui.properties_paint_common
7
8
  import bl_ui.utils
@@ -46,7 +47,7 @@ class SelectPaintSlotHelper:
46
47
  :param context:
47
48
  """
48
49
 
49
- class TEXTURE_UL_texpaintslots(bpy.types.UIList):
50
+ class TEXTURE_UL_texpaintslots(_bpy_types.UIList):
50
51
  bl_rna: typing.Any
51
52
  id_data: typing.Any
52
53
 
@@ -87,7 +88,7 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
87
88
  :param _index:
88
89
  """
89
90
 
90
- class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
91
+ class VIEW3D_MT_brush_context_menu(_bpy_types.Menu):
91
92
  bl_label: typing.Any
92
93
  bl_rna: typing.Any
93
94
  id_data: typing.Any
@@ -112,7 +113,7 @@ class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
112
113
  :param context:
113
114
  """
114
115
 
115
- class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
116
+ class VIEW3D_MT_brush_gpencil_context_menu(_bpy_types.Menu):
116
117
  bl_label: typing.Any
117
118
  bl_rna: typing.Any
118
119
  id_data: typing.Any
@@ -137,7 +138,7 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
137
138
  :param context:
138
139
  """
139
140
 
140
- class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
141
+ class VIEW3D_MT_tools_projectpaint_stencil(_bpy_types.Menu):
141
142
  bl_label: typing.Any
142
143
  bl_rna: typing.Any
143
144
  id_data: typing.Any
@@ -162,7 +163,7 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
162
163
  :param context:
163
164
  """
164
165
 
165
- class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
166
+ class VIEW3D_MT_tools_projectpaint_uvlayer(_bpy_types.Menu):
166
167
  bl_label: typing.Any
167
168
  bl_rna: typing.Any
168
169
  id_data: typing.Any
@@ -192,7 +193,7 @@ class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPa
192
193
  bl_region_type: typing.Any
193
194
  bl_space_type: typing.Any
194
195
 
195
- class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
196
+ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(_bpy_types.Panel):
196
197
  bl_label: typing.Any
197
198
  bl_region_type: typing.Any
198
199
  bl_rna: typing.Any
@@ -213,7 +214,7 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
213
214
  :rtype: typing.Any
214
215
  """
215
216
 
216
- class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
217
+ class VIEW3D_PT_gpencil_brush_presets(_bpy_types.Panel, bl_ui.utils.PresetPanel):
217
218
  """Brush settings"""
218
219
 
219
220
  bl_label: typing.Any
@@ -239,7 +240,7 @@ class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
239
240
  :rtype: typing.Any
240
241
  """
241
242
 
242
- class VIEW3D_PT_mask(bpy.types.Panel):
243
+ class VIEW3D_PT_mask(_bpy_types.Panel):
243
244
  bl_label: typing.Any
244
245
  bl_options: typing.Any
245
246
  bl_region_type: typing.Any
@@ -267,7 +268,7 @@ class VIEW3D_PT_mask(bpy.types.Panel):
267
268
  :param context:
268
269
  """
269
270
 
270
- class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
271
+ class VIEW3D_PT_sculpt_symmetry_for_topbar(_bpy_types.Panel):
271
272
  bl_label: typing.Any
272
273
  bl_region_type: typing.Any
273
274
  bl_rna: typing.Any
@@ -289,7 +290,7 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
289
290
  :rtype: typing.Any
290
291
  """
291
292
 
292
- class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
293
+ class VIEW3D_PT_slots_color_attributes(_bpy_types.Panel):
293
294
  bl_label: typing.Any
294
295
  bl_region_type: typing.Any
295
296
  bl_rna: typing.Any
@@ -323,7 +324,9 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
323
324
  :param context:
324
325
  """
325
326
 
326
- class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
327
+ class VIEW3D_PT_slots_paint_canvas(
328
+ View3DPanel, SelectPaintSlotHelper, _bpy_types.Panel
329
+ ):
327
330
  bl_label: typing.Any
328
331
  bl_region_type: typing.Any
329
332
  bl_rna: typing.Any
@@ -371,7 +374,9 @@ class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types
371
374
  :param context:
372
375
  """
373
376
 
374
- class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
377
+ class VIEW3D_PT_slots_projectpaint(
378
+ View3DPanel, SelectPaintSlotHelper, _bpy_types.Panel
379
+ ):
375
380
  bl_label: typing.Any
376
381
  bl_region_type: typing.Any
377
382
  bl_rna: typing.Any
@@ -420,7 +425,7 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types
420
425
  :param context:
421
426
  """
422
427
 
423
- class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
428
+ class VIEW3D_PT_slots_vertex_groups(_bpy_types.Panel):
424
429
  bl_label: typing.Any
425
430
  bl_region_type: typing.Any
426
431
  bl_rna: typing.Any
@@ -454,7 +459,7 @@ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
454
459
  :param context:
455
460
  """
456
461
 
457
- class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
462
+ class VIEW3D_PT_stencil_projectpaint(_bpy_types.Panel):
458
463
  bl_label: typing.Any
459
464
  bl_options: typing.Any
460
465
  bl_parent_id: typing.Any
@@ -497,7 +502,7 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
497
502
  :param context:
498
503
  """
499
504
 
500
- class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
505
+ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, _bpy_types.Panel):
501
506
  bl_category: typing.Any
502
507
  bl_context: typing.Any
503
508
  bl_label: typing.Any
@@ -527,7 +532,7 @@ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
527
532
  """
528
533
 
529
534
  class VIEW3D_PT_tools_brush_clone(
530
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
535
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ClonePanel
531
536
  ):
532
537
  bl_category: typing.Any
533
538
  bl_context: typing.Any
@@ -554,7 +559,7 @@ class VIEW3D_PT_tools_brush_clone(
554
559
  """
555
560
 
556
561
  class VIEW3D_PT_tools_brush_display(
557
- View3DPaintBrushPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
562
+ View3DPaintBrushPanel, _bpy_types.Panel, bl_ui.properties_paint_common.DisplayPanel
558
563
  ):
559
564
  bl_category: typing.Any
560
565
  bl_context: typing.Any
@@ -582,7 +587,7 @@ class VIEW3D_PT_tools_brush_display(
582
587
  """
583
588
 
584
589
  class VIEW3D_PT_tools_brush_falloff(
585
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.FalloffPanel
590
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.FalloffPanel
586
591
  ):
587
592
  bl_category: typing.Any
588
593
  bl_context: typing.Any
@@ -608,7 +613,7 @@ class VIEW3D_PT_tools_brush_falloff(
608
613
  :rtype: typing.Any
609
614
  """
610
615
 
611
- class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel):
616
+ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, _bpy_types.Panel):
612
617
  bl_category: typing.Any
613
618
  bl_context: typing.Any
614
619
  bl_label: typing.Any
@@ -652,7 +657,7 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel)
652
657
  :param context:
653
658
  """
654
659
 
655
- class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
660
+ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, _bpy_types.Panel):
656
661
  bl_category: typing.Any
657
662
  bl_context: typing.Any
658
663
  bl_label: typing.Any
@@ -698,7 +703,7 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
698
703
 
699
704
  class VIEW3D_PT_tools_brush_select(
700
705
  View3DPaintBrushPanel,
701
- bpy.types.Panel,
706
+ _bpy_types.Panel,
702
707
  bl_ui.properties_paint_common.BrushSelectPanel,
703
708
  ):
704
709
  bl_category: typing.Any
@@ -724,7 +729,7 @@ class VIEW3D_PT_tools_brush_select(
724
729
  """
725
730
 
726
731
  class VIEW3D_PT_tools_brush_stroke(
727
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.StrokePanel
732
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.StrokePanel
728
733
  ):
729
734
  bl_category: typing.Any
730
735
  bl_context: typing.Any
@@ -752,7 +757,7 @@ class VIEW3D_PT_tools_brush_stroke(
752
757
  """
753
758
 
754
759
  class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
755
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
760
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
756
761
  ):
757
762
  bl_category: typing.Any
758
763
  bl_context: typing.Any
@@ -779,7 +784,7 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
779
784
  """
780
785
 
781
786
  class VIEW3D_PT_tools_brush_swatches(
782
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
787
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
783
788
  ):
784
789
  bl_category: typing.Any
785
790
  bl_context: typing.Any
@@ -805,7 +810,7 @@ class VIEW3D_PT_tools_brush_swatches(
805
810
  :rtype: typing.Any
806
811
  """
807
812
 
808
- class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel):
813
+ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, _bpy_types.Panel):
809
814
  bl_category: typing.Any
810
815
  bl_context: typing.Any
811
816
  bl_label: typing.Any
@@ -844,7 +849,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel)
844
849
  :param context:
845
850
  """
846
851
 
847
- class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
852
+ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, _bpy_types.Panel):
848
853
  bl_category: typing.Any
849
854
  bl_context: typing.Any
850
855
  bl_label: typing.Any
@@ -881,7 +886,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
881
886
  :param context:
882
887
  """
883
888
 
884
- class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Panel):
889
+ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, _bpy_types.Panel):
885
890
  bl_category: typing.Any
886
891
  bl_context: typing.Any
887
892
  bl_label: typing.Any
@@ -918,7 +923,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Pan
918
923
  :param context:
919
924
  """
920
925
 
921
- class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Panel):
926
+ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, _bpy_types.Panel):
922
927
  bl_category: typing.Any
923
928
  bl_context: typing.Any
924
929
  bl_label: typing.Any
@@ -955,7 +960,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Pan
955
960
  :param context:
956
961
  """
957
962
 
958
- class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel):
963
+ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, _bpy_types.Panel):
959
964
  bl_category: typing.Any
960
965
  bl_context: typing.Any
961
966
  bl_label: typing.Any
@@ -991,7 +996,9 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel)
991
996
  :param context:
992
997
  """
993
998
 
994
- class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types.Panel):
999
+ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
1000
+ View3DPanel, _bpy_types.Panel
1001
+ ):
995
1002
  bl_category: typing.Any
996
1003
  bl_context: typing.Any
997
1004
  bl_label: typing.Any
@@ -1035,7 +1042,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types
1035
1042
  :param context:
1036
1043
  """
1037
1044
 
1038
- class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1045
+ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, _bpy_types.Panel):
1039
1046
  bl_category: typing.Any
1040
1047
  bl_context: typing.Any
1041
1048
  bl_label: typing.Any
@@ -1081,7 +1088,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1081
1088
 
1082
1089
  class VIEW3D_PT_tools_grease_pencil_brush_select(
1083
1090
  GreasePencilPaintPanel,
1084
- bpy.types.Panel,
1091
+ _bpy_types.Panel,
1085
1092
  View3DPanel,
1086
1093
  bl_ui.properties_paint_common.BrushSelectPanel,
1087
1094
  ):
@@ -1111,7 +1118,7 @@ class View3DPanel:
1111
1118
  bl_region_type: typing.Any
1112
1119
  bl_space_type: typing.Any
1113
1120
 
1114
- class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Panel):
1121
+ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, _bpy_types.Panel):
1115
1122
  bl_category: typing.Any
1116
1123
  bl_context: typing.Any
1117
1124
  bl_label: typing.Any
@@ -1147,7 +1154,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Pa
1147
1154
  :param context:
1148
1155
  """
1149
1156
 
1150
- class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.Panel):
1157
+ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, _bpy_types.Panel):
1151
1158
  bl_category: typing.Any
1152
1159
  bl_context: typing.Any
1153
1160
  bl_label: typing.Any
@@ -1187,7 +1194,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.
1187
1194
  class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1188
1195
  View3DPanel,
1189
1196
  bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
1190
- bpy.types.Panel,
1197
+ _bpy_types.Panel,
1191
1198
  ):
1192
1199
  bl_category: typing.Any
1193
1200
  bl_context: typing.Any
@@ -1223,7 +1230,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1223
1230
  class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1224
1231
  View3DPanel,
1225
1232
  bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
1226
- bpy.types.Panel,
1233
+ _bpy_types.Panel,
1227
1234
  ):
1228
1235
  bl_category: typing.Any
1229
1236
  bl_context: typing.Any
@@ -1256,7 +1263,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1256
1263
 
1257
1264
  class VIEW3D_PT_tools_grease_pencil_sculpt_select(
1258
1265
  GreasePencilSculptPanel,
1259
- bpy.types.Panel,
1266
+ _bpy_types.Panel,
1260
1267
  View3DPanel,
1261
1268
  bl_ui.properties_paint_common.BrushSelectPanel,
1262
1269
  ):
@@ -1282,7 +1289,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
1282
1289
  :rtype: typing.Any
1283
1290
  """
1284
1291
 
1285
- class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Panel):
1292
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, _bpy_types.Panel):
1286
1293
  bl_category: typing.Any
1287
1294
  bl_context: typing.Any
1288
1295
  bl_label: typing.Any
@@ -1321,7 +1328,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Pan
1321
1328
  :param context:
1322
1329
  """
1323
1330
 
1324
- class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel):
1331
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, _bpy_types.Panel):
1325
1332
  bl_category: typing.Any
1326
1333
  bl_context: typing.Any
1327
1334
  bl_label: typing.Any
@@ -1359,7 +1366,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel
1359
1366
  """
1360
1367
 
1361
1368
  class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(
1362
- View3DPanel, bpy.types.Panel
1369
+ View3DPanel, _bpy_types.Panel
1363
1370
  ):
1364
1371
  bl_category: typing.Any
1365
1372
  bl_context: typing.Any
@@ -1399,7 +1406,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(
1399
1406
  :param context:
1400
1407
  """
1401
1408
 
1402
- class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.Panel):
1409
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, _bpy_types.Panel):
1403
1410
  bl_category: typing.Any
1404
1411
  bl_context: typing.Any
1405
1412
  bl_label: typing.Any
@@ -1436,7 +1443,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.
1436
1443
  :param context:
1437
1444
  """
1438
1445
 
1439
- class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.Panel):
1446
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, _bpy_types.Panel):
1440
1447
  bl_category: typing.Any
1441
1448
  bl_context: typing.Any
1442
1449
  bl_label: typing.Any
@@ -1473,7 +1480,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.
1473
1480
  :param context:
1474
1481
  """
1475
1482
 
1476
- class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Panel):
1483
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, _bpy_types.Panel):
1477
1484
  bl_category: typing.Any
1478
1485
  bl_context: typing.Any
1479
1486
  bl_label: typing.Any
@@ -1510,7 +1517,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Pan
1510
1517
  """
1511
1518
 
1512
1519
  class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1513
- View3DPanel, bpy.types.Panel
1520
+ View3DPanel, _bpy_types.Panel
1514
1521
  ):
1515
1522
  bl_category: typing.Any
1516
1523
  bl_context: typing.Any
@@ -1555,7 +1562,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1555
1562
  :param context:
1556
1563
  """
1557
1564
 
1558
- class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel):
1565
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, _bpy_types.Panel):
1559
1566
  bl_category: typing.Any
1560
1567
  bl_context: typing.Any
1561
1568
  bl_label: typing.Any
@@ -1601,7 +1608,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel
1601
1608
 
1602
1609
  class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1603
1610
  GreasePencilV3PaintPanel,
1604
- bpy.types.Panel,
1611
+ _bpy_types.Panel,
1605
1612
  View3DPanel,
1606
1613
  bl_ui.properties_paint_common.BrushSelectPanel,
1607
1614
  ):
@@ -1630,7 +1637,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1630
1637
  class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1631
1638
  GreasePencilVertexPanel,
1632
1639
  View3DPanel,
1633
- bpy.types.Panel,
1640
+ _bpy_types.Panel,
1634
1641
  bl_ui.properties_paint_common.BrushSelectPanel,
1635
1642
  ):
1636
1643
  bl_category: typing.Any
@@ -1658,7 +1665,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1658
1665
  class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1659
1666
  GreasePencilWeightPanel,
1660
1667
  View3DPanel,
1661
- bpy.types.Panel,
1668
+ _bpy_types.Panel,
1662
1669
  bl_ui.properties_paint_common.BrushSelectPanel,
1663
1670
  ):
1664
1671
  bl_category: typing.Any
@@ -1683,7 +1690,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1683
1690
  :rtype: typing.Any
1684
1691
  """
1685
1692
 
1686
- class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1693
+ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, _bpy_types.Panel):
1687
1694
  bl_category: typing.Any
1688
1695
  bl_context: typing.Any
1689
1696
  bl_label: typing.Any
@@ -1720,7 +1727,7 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1720
1727
  :param context:
1721
1728
  """
1722
1729
 
1723
- class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1730
+ class VIEW3D_PT_tools_imagepaint_options_cavity(_bpy_types.Panel):
1724
1731
  bl_label: typing.Any
1725
1732
  bl_options: typing.Any
1726
1733
  bl_parent_id: typing.Any
@@ -1756,7 +1763,7 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1756
1763
  """
1757
1764
 
1758
1765
  class VIEW3D_PT_tools_mask_texture(
1759
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1766
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1760
1767
  ):
1761
1768
  bl_category: typing.Any
1762
1769
  bl_context: typing.Any
@@ -1795,7 +1802,7 @@ class VIEW3D_PT_tools_mask_texture(
1795
1802
  :param context:
1796
1803
  """
1797
1804
 
1798
- class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1805
+ class VIEW3D_PT_tools_meshedit_options(View3DPanel, _bpy_types.Panel):
1799
1806
  bl_category: typing.Any
1800
1807
  bl_context: typing.Any
1801
1808
  bl_label: typing.Any
@@ -1826,7 +1833,7 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1826
1833
  :param _context:
1827
1834
  """
1828
1835
 
1829
- class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
1836
+ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, _bpy_types.Panel):
1830
1837
  bl_category: typing.Any
1831
1838
  bl_context: typing.Any
1832
1839
  bl_label: typing.Any
@@ -1863,7 +1870,7 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
1863
1870
  :param context:
1864
1871
  """
1865
1872
 
1866
- class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
1873
+ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, _bpy_types.Panel):
1867
1874
  bl_category: typing.Any
1868
1875
  bl_context: typing.Any
1869
1876
  bl_label: typing.Any
@@ -1893,7 +1900,7 @@ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
1893
1900
  :param context:
1894
1901
  """
1895
1902
 
1896
- class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
1903
+ class VIEW3D_PT_tools_object_options(View3DPanel, _bpy_types.Panel):
1897
1904
  bl_category: typing.Any
1898
1905
  bl_context: typing.Any
1899
1906
  bl_label: typing.Any
@@ -1922,7 +1929,7 @@ class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
1922
1929
  :param context:
1923
1930
  """
1924
1931
 
1925
- class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
1932
+ class VIEW3D_PT_tools_object_options_transform(View3DPanel, _bpy_types.Panel):
1926
1933
  bl_category: typing.Any
1927
1934
  bl_context: typing.Any
1928
1935
  bl_label: typing.Any
@@ -1952,7 +1959,7 @@ class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
1952
1959
  :param context:
1953
1960
  """
1954
1961
 
1955
- class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
1962
+ class VIEW3D_PT_tools_particlemode_options(View3DPanel, _bpy_types.Panel):
1956
1963
  """Default tools for particle mode"""
1957
1964
 
1958
1965
  bl_category: typing.Any
@@ -1984,7 +1991,7 @@ class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
1984
1991
  :param context:
1985
1992
  """
1986
1993
 
1987
- class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel):
1994
+ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, _bpy_types.Panel):
1988
1995
  """Default tools for particle mode"""
1989
1996
 
1990
1997
  bl_category: typing.Any
@@ -2015,7 +2022,7 @@ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel)
2015
2022
  :param context:
2016
2023
  """
2017
2024
 
2018
- class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel):
2025
+ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, _bpy_types.Panel):
2019
2026
  """Default tools for particle mode"""
2020
2027
 
2021
2028
  bl_category: typing.Any
@@ -2047,7 +2054,7 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel
2047
2054
  :param context:
2048
2055
  """
2049
2056
 
2050
- class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2057
+ class VIEW3D_PT_tools_posemode_options(View3DPanel, _bpy_types.Panel):
2051
2058
  bl_category: typing.Any
2052
2059
  bl_context: typing.Any
2053
2060
  bl_label: typing.Any
@@ -2076,7 +2083,7 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2076
2083
  :param context:
2077
2084
  """
2078
2085
 
2079
- class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
2086
+ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(_bpy_types.Panel):
2080
2087
  bl_label: typing.Any
2081
2088
  bl_region_type: typing.Any
2082
2089
  bl_rna: typing.Any
@@ -2097,7 +2104,7 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
2097
2104
  :rtype: typing.Any
2098
2105
  """
2099
2106
 
2100
- class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
2107
+ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(_bpy_types.Panel):
2101
2108
  bl_label: typing.Any
2102
2109
  bl_region_type: typing.Any
2103
2110
  bl_rna: typing.Any
@@ -2119,7 +2126,7 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
2119
2126
  """
2120
2127
 
2121
2128
  class VIEW3D_PT_tools_grease_pencil_brush_settings(
2122
- View3DPanel, bpy.types.Panel, GreasePencilPaintPanel
2129
+ View3DPanel, _bpy_types.Panel, GreasePencilPaintPanel
2123
2130
  ):
2124
2131
  bl_category: typing.Any
2125
2132
  bl_context: typing.Any
@@ -2157,7 +2164,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
2157
2164
  """
2158
2165
 
2159
2166
  class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2160
- View3DPanel, bpy.types.Panel, GreasePencilSculptPanel
2167
+ View3DPanel, _bpy_types.Panel, GreasePencilSculptPanel
2161
2168
  ):
2162
2169
  bl_category: typing.Any
2163
2170
  bl_context: typing.Any
@@ -2188,7 +2195,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2188
2195
  """
2189
2196
 
2190
2197
  class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2191
- View3DPanel, bpy.types.Panel, GreasePencilV3PaintPanel
2198
+ View3DPanel, _bpy_types.Panel, GreasePencilV3PaintPanel
2192
2199
  ):
2193
2200
  bl_category: typing.Any
2194
2201
  bl_context: typing.Any
@@ -2226,7 +2233,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2226
2233
  """
2227
2234
 
2228
2235
  class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2229
- View3DPanel, bpy.types.Panel, GreasePencilVertexPanel
2236
+ View3DPanel, _bpy_types.Panel, GreasePencilVertexPanel
2230
2237
  ):
2231
2238
  bl_category: typing.Any
2232
2239
  bl_context: typing.Any
@@ -2257,7 +2264,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2257
2264
  """
2258
2265
 
2259
2266
  class VIEW3D_PT_tools_grease_pencil_weight_options(
2260
- View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
2267
+ View3DPanel, _bpy_types.Panel, GreasePencilWeightPanel
2261
2268
  ):
2262
2269
  bl_category: typing.Any
2263
2270
  bl_context: typing.Any
@@ -2289,7 +2296,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
2289
2296
  """
2290
2297
 
2291
2298
  class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2292
- View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
2299
+ View3DPanel, _bpy_types.Panel, GreasePencilWeightPanel
2293
2300
  ):
2294
2301
  bl_category: typing.Any
2295
2302
  bl_context: typing.Any
@@ -2319,7 +2326,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2319
2326
  :param context:
2320
2327
  """
2321
2328
 
2322
- class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2329
+ class VIEW3D_PT_curves_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
2323
2330
  bl_category: typing.Any
2324
2331
  bl_context: typing.Any
2325
2332
  bl_label: typing.Any
@@ -2375,7 +2382,7 @@ class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
2375
2382
  :param _context:
2376
2383
  """
2377
2384
 
2378
- class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2385
+ class VIEW3D_PT_sculpt_dyntopo(_bpy_types.Panel, View3DPaintPanel):
2379
2386
  bl_category: typing.Any
2380
2387
  bl_context: typing.Any
2381
2388
  bl_label: typing.Any
@@ -2419,7 +2426,7 @@ class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2419
2426
  :param context:
2420
2427
  """
2421
2428
 
2422
- class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2429
+ class VIEW3D_PT_sculpt_options(_bpy_types.Panel, View3DPaintPanel):
2423
2430
  bl_category: typing.Any
2424
2431
  bl_context: typing.Any
2425
2432
  bl_label: typing.Any
@@ -2457,7 +2464,7 @@ class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2457
2464
  :param context:
2458
2465
  """
2459
2466
 
2460
- class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2467
+ class VIEW3D_PT_sculpt_options_gravity(_bpy_types.Panel, View3DPaintPanel):
2461
2468
  bl_category: typing.Any
2462
2469
  bl_context: typing.Any
2463
2470
  bl_label: typing.Any
@@ -2494,7 +2501,7 @@ class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2494
2501
  :param context:
2495
2502
  """
2496
2503
 
2497
- class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2504
+ class VIEW3D_PT_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
2498
2505
  bl_category: typing.Any
2499
2506
  bl_context: typing.Any
2500
2507
  bl_label: typing.Any
@@ -2531,7 +2538,7 @@ class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2531
2538
  :param context:
2532
2539
  """
2533
2540
 
2534
- class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2541
+ class VIEW3D_PT_sculpt_voxel_remesh(_bpy_types.Panel, View3DPaintPanel):
2535
2542
  bl_category: typing.Any
2536
2543
  bl_context: typing.Any
2537
2544
  bl_label: typing.Any
@@ -2569,7 +2576,7 @@ class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2569
2576
  :param context:
2570
2577
  """
2571
2578
 
2572
- class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2579
+ class VIEW3D_PT_tools_brush_color(_bpy_types.Panel, View3DPaintPanel):
2573
2580
  bl_category: typing.Any
2574
2581
  bl_context: typing.Any
2575
2582
  bl_label: typing.Any
@@ -2606,7 +2613,7 @@ class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2606
2613
  :param context:
2607
2614
  """
2608
2615
 
2609
- class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2616
+ class VIEW3D_PT_tools_brush_texture(_bpy_types.Panel, View3DPaintPanel):
2610
2617
  bl_category: typing.Any
2611
2618
  bl_context: typing.Any
2612
2619
  bl_label: typing.Any
@@ -2645,7 +2652,7 @@ class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2645
2652
  """
2646
2653
 
2647
2654
  class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2648
- bpy.types.Panel,
2655
+ _bpy_types.Panel,
2649
2656
  bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2650
2657
  View3DPaintPanel,
2651
2658
  ):
@@ -2680,7 +2687,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2680
2687
  """
2681
2688
 
2682
2689
  class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2683
- bpy.types.Panel,
2690
+ _bpy_types.Panel,
2684
2691
  bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2685
2692
  View3DPaintPanel,
2686
2693
  ):
@@ -2715,7 +2722,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2715
2722
  """
2716
2723
 
2717
2724
  class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2718
- bpy.types.Panel,
2725
+ _bpy_types.Panel,
2719
2726
  bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2720
2727
  View3DPaintPanel,
2721
2728
  ):
@@ -2750,7 +2757,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2750
2757
  """
2751
2758
 
2752
2759
  class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
2753
- bpy.types.Panel,
2760
+ _bpy_types.Panel,
2754
2761
  bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2755
2762
  View3DPaintPanel,
2756
2763
  ):
@@ -2785,7 +2792,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
2785
2792
  :param context:
2786
2793
  """
2787
2794
 
2788
- class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPanel):
2795
+ class VIEW3D_PT_tools_imagepaint_options_external(_bpy_types.Panel, View3DPaintPanel):
2789
2796
  bl_category: typing.Any
2790
2797
  bl_context: typing.Any
2791
2798
  bl_label: typing.Any
@@ -2816,7 +2823,7 @@ class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPa
2816
2823
  :param context:
2817
2824
  """
2818
2825
 
2819
- class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2826
+ class VIEW3D_PT_tools_imagepaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
2820
2827
  bl_category: typing.Any
2821
2828
  bl_context: typing.Any
2822
2829
  bl_label: typing.Any
@@ -2853,7 +2860,7 @@ class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2853
2860
  :param context:
2854
2861
  """
2855
2862
 
2856
- class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
2863
+ class VIEW3D_PT_tools_particlemode(_bpy_types.Panel, View3DPaintPanel):
2857
2864
  bl_category: typing.Any
2858
2865
  bl_context: typing.Any
2859
2866
  bl_label: typing.Any
@@ -2890,7 +2897,7 @@ class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
2890
2897
  :param context:
2891
2898
  """
2892
2899
 
2893
- class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
2900
+ class VIEW3D_PT_tools_vertexpaint_options(_bpy_types.Panel, View3DPaintPanel):
2894
2901
  bl_category: typing.Any
2895
2902
  bl_context: typing.Any
2896
2903
  bl_label: typing.Any
@@ -2927,7 +2934,7 @@ class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
2927
2934
  :param _context:
2928
2935
  """
2929
2936
 
2930
- class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2937
+ class VIEW3D_PT_tools_vertexpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
2931
2938
  bl_category: typing.Any
2932
2939
  bl_context: typing.Any
2933
2940
  bl_label: typing.Any
@@ -2964,7 +2971,7 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2964
2971
  :param context:
2965
2972
  """
2966
2973
 
2967
- class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
2974
+ class VIEW3D_PT_tools_weight_gradient(_bpy_types.Panel, View3DPaintPanel):
2968
2975
  bl_category: typing.Any
2969
2976
  bl_label: typing.Any
2970
2977
  bl_options: typing.Any
@@ -3000,7 +3007,7 @@ class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
3000
3007
  :param context:
3001
3008
  """
3002
3009
 
3003
- class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
3010
+ class VIEW3D_PT_tools_weightpaint_options(_bpy_types.Panel, View3DPaintPanel):
3004
3011
  bl_category: typing.Any
3005
3012
  bl_context: typing.Any
3006
3013
  bl_label: typing.Any
@@ -3030,7 +3037,7 @@ class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
3030
3037
  :param context:
3031
3038
  """
3032
3039
 
3033
- class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3040
+ class VIEW3D_PT_tools_weightpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
3034
3041
  bl_category: typing.Any
3035
3042
  bl_context: typing.Any
3036
3043
  bl_label: typing.Any
@@ -3079,7 +3086,7 @@ class View3DPaintBrushPanel(View3DPaintPanel):
3079
3086
  :param context:
3080
3087
  """
3081
3088
 
3082
- class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPanel):
3089
+ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(_bpy_types.Panel, View3DPanel):
3083
3090
  bl_category: typing.Any
3084
3091
  bl_context: typing.Any
3085
3092
  bl_label: typing.Any
@@ -3123,7 +3130,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPane
3123
3130
  :param context:
3124
3131
  """
3125
3132
 
3126
- class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3133
+ class VIEW3D_PT_tools_grease_pencil_brush_stroke(_bpy_types.Panel, View3DPanel):
3127
3134
  bl_category: typing.Any
3128
3135
  bl_context: typing.Any
3129
3136
  bl_label: typing.Any
@@ -3163,7 +3170,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3163
3170
  """
3164
3171
 
3165
3172
  class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3166
- bpy.types.Panel,
3173
+ _bpy_types.Panel,
3167
3174
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3168
3175
  View3DPanel,
3169
3176
  ):
@@ -3193,7 +3200,7 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3193
3200
  """
3194
3201
 
3195
3202
  class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3196
- bpy.types.Panel,
3203
+ _bpy_types.Panel,
3197
3204
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3198
3205
  View3DPanel,
3199
3206
  ):
@@ -3221,7 +3228,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3221
3228
  :rtype: typing.Any
3222
3229
  """
3223
3230
 
3224
- class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DPanel):
3231
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(_bpy_types.Panel, View3DPanel):
3225
3232
  bl_category: typing.Any
3226
3233
  bl_context: typing.Any
3227
3234
  bl_label: typing.Any
@@ -3265,7 +3272,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DP
3265
3272
  :param context:
3266
3273
  """
3267
3274
 
3268
- class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel):
3275
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(_bpy_types.Panel, View3DPanel):
3269
3276
  bl_category: typing.Any
3270
3277
  bl_context: typing.Any
3271
3278
  bl_label: typing.Any
@@ -3305,7 +3312,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel
3305
3312
  """
3306
3313
 
3307
3314
  class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3308
- bpy.types.Panel,
3315
+ _bpy_types.Panel,
3309
3316
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3310
3317
  View3DPanel,
3311
3318
  ):
@@ -3334,7 +3341,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3334
3341
  """
3335
3342
 
3336
3343
  class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3337
- bpy.types.Panel,
3344
+ _bpy_types.Panel,
3338
3345
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3339
3346
  View3DPanel,
3340
3347
  ):
@@ -3362,7 +3369,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3362
3369
  :rtype: typing.Any
3363
3370
  """
3364
3371
 
3365
- class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3372
+ class VIEW3D_PT_tools_brush_settings(_bpy_types.Panel, View3DPaintBrushPanel):
3366
3373
  bl_category: typing.Any
3367
3374
  bl_context: typing.Any
3368
3375
  bl_label: typing.Any
@@ -3398,7 +3405,7 @@ class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3398
3405
  :param context:
3399
3406
  """
3400
3407
 
3401
- class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushPanel):
3408
+ class VIEW3D_PT_tools_brush_settings_advanced(_bpy_types.Panel, View3DPaintBrushPanel):
3402
3409
  bl_category: typing.Any
3403
3410
  bl_context: typing.Any
3404
3411
  bl_label: typing.Any
@@ -3437,5 +3444,5 @@ class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushP
3437
3444
  :param context:
3438
3445
  """
3439
3446
 
3440
- def draw_vpaint_symmetry(layout, vpaint, obj) -> None: ...
3447
+ def draw_vpaint_symmetry(layout, obj) -> None: ...
3441
3448
  def tool_use_brush(context) -> None: ...