fake-bpy-module 20240722__py3-none-any.whl → 20240724__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 (98) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/export_scene/__init__.pyi +1 -1
  88. bpy/ops/grease_pencil/__init__.pyi +18 -0
  89. bpy/ops/sequencer/__init__.pyi +1 -1
  90. bpy/types/__init__.pyi +29470 -29130
  91. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  92. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
  93. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
  94. freestyle/utils/__init__.pyi +1 -1
  95. keyingsets_builtins/__init__.pyi +2 -2
  96. nodeitems_builtins/__init__.pyi +4 -4
  97. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
  98. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,10 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_grease_pencil_common
4
5
  import bl_ui.properties_paint_common
6
+ import bl_ui.utils
5
7
  import bpy.types
6
- import bpy_types
7
8
 
8
9
  GenericType1 = typing.TypeVar("GenericType1")
9
10
  GenericType2 = typing.TypeVar("GenericType2")
@@ -81,7 +82,7 @@ class SelectPaintSlotHelper:
81
82
  """
82
83
  ...
83
84
 
84
- class TEXTURE_UL_texpaintslots(bpy.types.UIList, bpy_types._GenericUI):
85
+ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
85
86
  bl_rna: typing.Any
86
87
  id_data: typing.Any
87
88
 
@@ -125,7 +126,7 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList, bpy_types._GenericUI):
125
126
  """
126
127
  ...
127
128
 
128
- class VIEW3D_MT_brush_context_menu(bpy.types.Menu, bpy_types._GenericUI):
129
+ class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
129
130
  bl_label: typing.Any
130
131
  bl_rna: typing.Any
131
132
  id_data: typing.Any
@@ -153,7 +154,7 @@ class VIEW3D_MT_brush_context_menu(bpy.types.Menu, bpy_types._GenericUI):
153
154
  """
154
155
  ...
155
156
 
156
- class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu, bpy_types._GenericUI):
157
+ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
157
158
  bl_label: typing.Any
158
159
  bl_rna: typing.Any
159
160
  id_data: typing.Any
@@ -181,7 +182,7 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu, bpy_types._GenericUI)
181
182
  """
182
183
  ...
183
184
 
184
- class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu, bpy_types._GenericUI):
185
+ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
185
186
  bl_label: typing.Any
186
187
  bl_rna: typing.Any
187
188
  id_data: typing.Any
@@ -209,7 +210,7 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu, bpy_types._GenericUI)
209
210
  """
210
211
  ...
211
212
 
212
- class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu, bpy_types._GenericUI):
213
+ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
213
214
  bl_label: typing.Any
214
215
  bl_rna: typing.Any
215
216
  id_data: typing.Any
@@ -237,16 +238,13 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu, bpy_types._GenericUI)
237
238
  """
238
239
  ...
239
240
 
240
- class VIEW3D_PT_curves_sculpt_symmetry(
241
- View3DPanel,
242
- bpy.types.Panel,
243
- bpy_types._GenericUI,
244
- bl_ui.properties_paint_common.UnifiedPaintPanel,
245
- ):
241
+ class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel):
246
242
  bl_category: typing.Any
247
- bl_context: typing.Any
243
+ bl_region_type: typing.Any
244
+ bl_space_type: typing.Any
245
+
246
+ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
248
247
  bl_label: typing.Any
249
- bl_options: typing.Any
250
248
  bl_region_type: typing.Any
251
249
  bl_rna: typing.Any
252
250
  bl_space_type: typing.Any
@@ -268,29 +266,17 @@ class VIEW3D_PT_curves_sculpt_symmetry(
268
266
  """
269
267
  ...
270
268
 
271
- def draw(self, context):
272
- """
273
-
274
- :param context:
275
- """
276
- ...
277
-
278
- @classmethod
279
- def poll(cls, context):
280
- """
281
-
282
- :param context:
283
- """
284
- ...
269
+ class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
270
+ """Brush settings"""
285
271
 
286
- class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
287
- bpy.types.Panel, bpy_types._GenericUI
288
- ):
289
272
  bl_label: typing.Any
290
273
  bl_region_type: typing.Any
291
274
  bl_rna: typing.Any
292
275
  bl_space_type: typing.Any
293
276
  id_data: typing.Any
277
+ preset_add_operator: typing.Any
278
+ preset_operator: typing.Any
279
+ preset_subdir: typing.Any
294
280
 
295
281
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
296
282
  """
@@ -308,17 +294,13 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
308
294
  """
309
295
  ...
310
296
 
311
- class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bpy_types._GenericUI):
312
- """Brush settings"""
313
-
297
+ class VIEW3D_PT_mask(bpy.types.Panel):
314
298
  bl_label: typing.Any
299
+ bl_options: typing.Any
315
300
  bl_region_type: typing.Any
316
301
  bl_rna: typing.Any
317
302
  bl_space_type: typing.Any
318
303
  id_data: typing.Any
319
- preset_add_operator: typing.Any
320
- preset_operator: typing.Any
321
- preset_subdir: typing.Any
322
304
 
323
305
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
324
306
  """
@@ -336,35 +318,43 @@ class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bpy_types._GenericUI):
336
318
  """
337
319
  ...
338
320
 
339
- class VIEW3D_PT_imagepaint_options(
340
- View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
341
- ):
342
- bl_category: typing.Any
321
+ def draw(self, context):
322
+ """
323
+
324
+ :param context:
325
+ """
326
+ ...
327
+
328
+ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
343
329
  bl_label: typing.Any
344
330
  bl_region_type: typing.Any
331
+ bl_rna: typing.Any
345
332
  bl_space_type: typing.Any
333
+ bl_ui_units_x: typing.Any
334
+ id_data: typing.Any
346
335
 
347
- def draw(self, _context):
336
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
348
337
  """
349
338
 
350
- :param _context:
339
+ :return: The RNA type or default when not found.
340
+ :rtype: bpy.types.Struct
351
341
  """
352
342
  ...
353
343
 
354
- @classmethod
355
- def poll(cls, _context):
344
+ def bl_rna_get_subclass_py(self) -> typing.Any:
356
345
  """
357
346
 
358
- :param _context:
347
+ :return: The class or default when not found.
348
+ :rtype: typing.Any
359
349
  """
360
350
  ...
361
351
 
362
- class VIEW3D_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
352
+ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
363
353
  bl_label: typing.Any
364
- bl_options: typing.Any
365
354
  bl_region_type: typing.Any
366
355
  bl_rna: typing.Any
367
356
  bl_space_type: typing.Any
357
+ bl_ui_units_x: typing.Any
368
358
  id_data: typing.Any
369
359
 
370
360
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -390,20 +380,20 @@ class VIEW3D_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
390
380
  """
391
381
  ...
392
382
 
393
- class VIEW3D_PT_sculpt_dyntopo(
394
- View3DPanel,
395
- bpy.types.Panel,
396
- bpy_types._GenericUI,
397
- bl_ui.properties_paint_common.UnifiedPaintPanel,
398
- ):
399
- bl_category: typing.Any
400
- bl_context: typing.Any
383
+ def draw_header(self, context):
384
+ """
385
+
386
+ :param context:
387
+ """
388
+ ...
389
+
390
+ class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
401
391
  bl_label: typing.Any
402
- bl_options: typing.Any
403
392
  bl_region_type: typing.Any
404
393
  bl_rna: typing.Any
405
394
  bl_space_type: typing.Any
406
- bl_ui_units_x: typing.Any
395
+ canvas_image_attr_name: typing.Any
396
+ canvas_source_attr_name: typing.Any
407
397
  id_data: typing.Any
408
398
 
409
399
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -422,14 +412,21 @@ class VIEW3D_PT_sculpt_dyntopo(
422
412
  """
423
413
  ...
424
414
 
425
- def draw(self, context):
415
+ def draw_header(self, context):
426
416
  """
427
417
 
428
418
  :param context:
429
419
  """
430
420
  ...
431
421
 
432
- def draw_header(self, context):
422
+ def draw_image_interpolation(self, **kwargs):
423
+ """
424
+
425
+ :param kwargs:
426
+ """
427
+ ...
428
+
429
+ def get_mode_settings(self, context):
433
430
  """
434
431
 
435
432
  :param context:
@@ -444,20 +441,13 @@ class VIEW3D_PT_sculpt_dyntopo(
444
441
  """
445
442
  ...
446
443
 
447
- class VIEW3D_PT_sculpt_options(
448
- View3DPanel,
449
- bpy.types.Panel,
450
- bpy_types._GenericUI,
451
- bl_ui.properties_paint_common.UnifiedPaintPanel,
452
- ):
453
- bl_category: typing.Any
454
- bl_context: typing.Any
444
+ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
455
445
  bl_label: typing.Any
456
- bl_options: typing.Any
457
446
  bl_region_type: typing.Any
458
447
  bl_rna: typing.Any
459
448
  bl_space_type: typing.Any
460
- bl_ui_units_x: typing.Any
449
+ canvas_image_attr_name: typing.Any
450
+ canvas_source_attr_name: typing.Any
461
451
  id_data: typing.Any
462
452
 
463
453
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -476,7 +466,22 @@ class VIEW3D_PT_sculpt_options(
476
466
  """
477
467
  ...
478
468
 
479
- def draw(self, context):
469
+ def draw_header(self, context):
470
+ """
471
+
472
+ :param context:
473
+ """
474
+ ...
475
+
476
+ def draw_image_interpolation(self, layout, mode_settings):
477
+ """
478
+
479
+ :param layout:
480
+ :param mode_settings:
481
+ """
482
+ ...
483
+
484
+ def get_mode_settings(self, context):
480
485
  """
481
486
 
482
487
  :param context:
@@ -491,19 +496,12 @@ class VIEW3D_PT_sculpt_options(
491
496
  """
492
497
  ...
493
498
 
494
- class VIEW3D_PT_sculpt_options_gravity(
495
- View3DPanel,
496
- bpy.types.Panel,
497
- bpy_types._GenericUI,
498
- bl_ui.properties_paint_common.UnifiedPaintPanel,
499
- ):
500
- bl_category: typing.Any
501
- bl_context: typing.Any
499
+ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
502
500
  bl_label: typing.Any
503
- bl_parent_id: typing.Any
504
501
  bl_region_type: typing.Any
505
502
  bl_rna: typing.Any
506
503
  bl_space_type: typing.Any
504
+ bl_ui_units_x: typing.Any
507
505
  id_data: typing.Any
508
506
 
509
507
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -529,27 +527,21 @@ class VIEW3D_PT_sculpt_options_gravity(
529
527
  """
530
528
  ...
531
529
 
532
- @classmethod
533
- def poll(cls, context):
530
+ def draw_header(self, context):
534
531
  """
535
532
 
536
533
  :param context:
537
534
  """
538
535
  ...
539
536
 
540
- class VIEW3D_PT_sculpt_symmetry(
541
- View3DPanel,
542
- bpy.types.Panel,
543
- bpy_types._GenericUI,
544
- bl_ui.properties_paint_common.UnifiedPaintPanel,
545
- ):
546
- bl_category: typing.Any
547
- bl_context: typing.Any
537
+ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
548
538
  bl_label: typing.Any
549
539
  bl_options: typing.Any
540
+ bl_parent_id: typing.Any
550
541
  bl_region_type: typing.Any
551
542
  bl_rna: typing.Any
552
543
  bl_space_type: typing.Any
544
+ bl_ui_units_x: typing.Any
553
545
  id_data: typing.Any
554
546
 
555
547
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -575,6 +567,13 @@ class VIEW3D_PT_sculpt_symmetry(
575
567
  """
576
568
  ...
577
569
 
570
+ def draw_header(self, context):
571
+ """
572
+
573
+ :param context:
574
+ """
575
+ ...
576
+
578
577
  @classmethod
579
578
  def poll(cls, context):
580
579
  """
@@ -583,12 +582,13 @@ class VIEW3D_PT_sculpt_symmetry(
583
582
  """
584
583
  ...
585
584
 
586
- class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel, bpy_types._GenericUI):
585
+ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
586
+ bl_category: typing.Any
587
+ bl_context: typing.Any
587
588
  bl_label: typing.Any
588
589
  bl_region_type: typing.Any
589
590
  bl_rna: typing.Any
590
591
  bl_space_type: typing.Any
591
- bl_ui_units_x: typing.Any
592
592
  id_data: typing.Any
593
593
 
594
594
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -607,20 +607,24 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel, bpy_types._GenericUI
607
607
  """
608
608
  ...
609
609
 
610
- class VIEW3D_PT_sculpt_voxel_remesh(
611
- View3DPanel,
612
- bpy.types.Panel,
613
- bpy_types._GenericUI,
614
- bl_ui.properties_paint_common.UnifiedPaintPanel,
610
+ def draw(self, context):
611
+ """
612
+
613
+ :param context:
614
+ """
615
+ ...
616
+
617
+ class VIEW3D_PT_tools_brush_clone(
618
+ View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
615
619
  ):
616
620
  bl_category: typing.Any
617
621
  bl_context: typing.Any
618
622
  bl_label: typing.Any
619
623
  bl_options: typing.Any
624
+ bl_parent_id: typing.Any
620
625
  bl_region_type: typing.Any
621
626
  bl_rna: typing.Any
622
627
  bl_space_type: typing.Any
623
- bl_ui_units_x: typing.Any
624
628
  id_data: typing.Any
625
629
 
626
630
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -639,23 +643,14 @@ class VIEW3D_PT_sculpt_voxel_remesh(
639
643
  """
640
644
  ...
641
645
 
642
- def draw(self, context):
643
- """
644
-
645
- :param context:
646
- """
647
- ...
648
-
649
- @classmethod
650
- def poll(cls, context):
651
- """
652
-
653
- :param context:
654
- """
655
- ...
656
-
657
- class VIEW3D_PT_slots_color_attributes(bpy.types.Panel, bpy_types._GenericUI):
646
+ class VIEW3D_PT_tools_brush_display(
647
+ View3DPaintBrushPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
648
+ ):
649
+ bl_category: typing.Any
650
+ bl_context: typing.Any
658
651
  bl_label: typing.Any
652
+ bl_options: typing.Any
653
+ bl_parent_id: typing.Any
659
654
  bl_region_type: typing.Any
660
655
  bl_rna: typing.Any
661
656
  bl_space_type: typing.Any
@@ -678,27 +673,44 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel, bpy_types._GenericUI):
678
673
  """
679
674
  ...
680
675
 
681
- def draw(self, context):
676
+ class VIEW3D_PT_tools_brush_falloff(
677
+ View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.FalloffPanel
678
+ ):
679
+ bl_category: typing.Any
680
+ bl_context: typing.Any
681
+ bl_label: typing.Any
682
+ bl_options: typing.Any
683
+ bl_parent_id: typing.Any
684
+ bl_region_type: typing.Any
685
+ bl_rna: typing.Any
686
+ bl_space_type: typing.Any
687
+ id_data: typing.Any
688
+
689
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
682
690
  """
683
691
 
684
- :param context:
692
+ :return: The RNA type or default when not found.
693
+ :rtype: bpy.types.Struct
685
694
  """
686
695
  ...
687
696
 
688
- def draw_header(self, context):
697
+ def bl_rna_get_subclass_py(self) -> typing.Any:
689
698
  """
690
699
 
691
- :param context:
700
+ :return: The class or default when not found.
701
+ :rtype: typing.Any
692
702
  """
693
703
  ...
694
704
 
695
- class VIEW3D_PT_slots_paint_canvas(bpy.types.Panel, bpy_types._GenericUI):
705
+ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel):
706
+ bl_category: typing.Any
707
+ bl_context: typing.Any
696
708
  bl_label: typing.Any
709
+ bl_options: typing.Any
710
+ bl_parent_id: typing.Any
697
711
  bl_region_type: typing.Any
698
712
  bl_rna: typing.Any
699
713
  bl_space_type: typing.Any
700
- canvas_image_attr_name: typing.Any
701
- canvas_source_attr_name: typing.Any
702
714
  id_data: typing.Any
703
715
 
704
716
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -717,21 +729,14 @@ class VIEW3D_PT_slots_paint_canvas(bpy.types.Panel, bpy_types._GenericUI):
717
729
  """
718
730
  ...
719
731
 
720
- def draw_header(self, context):
732
+ def draw(self, context):
721
733
  """
722
734
 
723
735
  :param context:
724
736
  """
725
737
  ...
726
738
 
727
- def draw_image_interpolation(self, **kwargs):
728
- """
729
-
730
- :param kwargs:
731
- """
732
- ...
733
-
734
- def get_mode_settings(self, context):
739
+ def draw_header(self, context):
735
740
  """
736
741
 
737
742
  :param context:
@@ -746,13 +751,15 @@ class VIEW3D_PT_slots_paint_canvas(bpy.types.Panel, bpy_types._GenericUI):
746
751
  """
747
752
  ...
748
753
 
749
- class VIEW3D_PT_slots_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
754
+ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
755
+ bl_category: typing.Any
756
+ bl_context: typing.Any
750
757
  bl_label: typing.Any
758
+ bl_options: typing.Any
759
+ bl_parent_id: typing.Any
751
760
  bl_region_type: typing.Any
752
761
  bl_rna: typing.Any
753
762
  bl_space_type: typing.Any
754
- canvas_image_attr_name: typing.Any
755
- canvas_source_attr_name: typing.Any
756
763
  id_data: typing.Any
757
764
 
758
765
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -771,22 +778,14 @@ class VIEW3D_PT_slots_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
771
778
  """
772
779
  ...
773
780
 
774
- def draw_header(self, context):
781
+ def draw(self, context):
775
782
  """
776
783
 
777
784
  :param context:
778
785
  """
779
786
  ...
780
787
 
781
- def draw_image_interpolation(self, layout, mode_settings):
782
- """
783
-
784
- :param layout:
785
- :param mode_settings:
786
- """
787
- ...
788
-
789
- def get_mode_settings(self, context):
788
+ def draw_header(self, context):
790
789
  """
791
790
 
792
791
  :param context:
@@ -801,12 +800,17 @@ class VIEW3D_PT_slots_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
801
800
  """
802
801
  ...
803
802
 
804
- class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel, bpy_types._GenericUI):
803
+ class VIEW3D_PT_tools_brush_select(
804
+ View3DPaintBrushPanel,
805
+ bpy.types.Panel,
806
+ bl_ui.properties_paint_common.BrushSelectPanel,
807
+ ):
808
+ bl_category: typing.Any
809
+ bl_context: typing.Any
805
810
  bl_label: typing.Any
806
811
  bl_region_type: typing.Any
807
812
  bl_rna: typing.Any
808
813
  bl_space_type: typing.Any
809
- bl_ui_units_x: typing.Any
810
814
  id_data: typing.Any
811
815
 
812
816
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -825,28 +829,47 @@ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel, bpy_types._GenericUI):
825
829
  """
826
830
  ...
827
831
 
828
- def draw(self, context):
832
+ class VIEW3D_PT_tools_brush_stroke(
833
+ View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.StrokePanel
834
+ ):
835
+ bl_category: typing.Any
836
+ bl_context: typing.Any
837
+ bl_label: typing.Any
838
+ bl_options: typing.Any
839
+ bl_parent_id: typing.Any
840
+ bl_region_type: typing.Any
841
+ bl_rna: typing.Any
842
+ bl_space_type: typing.Any
843
+ bl_ui_units_x: typing.Any
844
+ id_data: typing.Any
845
+
846
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
829
847
  """
830
848
 
831
- :param context:
849
+ :return: The RNA type or default when not found.
850
+ :rtype: bpy.types.Struct
832
851
  """
833
852
  ...
834
853
 
835
- def draw_header(self, context):
854
+ def bl_rna_get_subclass_py(self) -> typing.Any:
836
855
  """
837
856
 
838
- :param context:
857
+ :return: The class or default when not found.
858
+ :rtype: typing.Any
839
859
  """
840
860
  ...
841
861
 
842
- class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
862
+ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
863
+ View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
864
+ ):
865
+ bl_category: typing.Any
866
+ bl_context: typing.Any
843
867
  bl_label: typing.Any
844
868
  bl_options: typing.Any
845
869
  bl_parent_id: typing.Any
846
870
  bl_region_type: typing.Any
847
871
  bl_rna: typing.Any
848
872
  bl_space_type: typing.Any
849
- bl_ui_units_x: typing.Any
850
873
  id_data: typing.Any
851
874
 
852
875
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -865,35 +888,45 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
865
888
  """
866
889
  ...
867
890
 
868
- def draw(self, context):
869
- """
870
-
871
- :param context:
872
- """
873
- ...
891
+ class VIEW3D_PT_tools_brush_swatches(
892
+ View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
893
+ ):
894
+ bl_category: typing.Any
895
+ bl_context: typing.Any
896
+ bl_label: typing.Any
897
+ bl_options: typing.Any
898
+ bl_parent_id: typing.Any
899
+ bl_region_type: typing.Any
900
+ bl_rna: typing.Any
901
+ bl_space_type: typing.Any
902
+ id_data: typing.Any
874
903
 
875
- def draw_header(self, context):
904
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
876
905
  """
877
906
 
878
- :param context:
907
+ :return: The RNA type or default when not found.
908
+ :rtype: bpy.types.Struct
879
909
  """
880
910
  ...
881
911
 
882
- @classmethod
883
- def poll(cls, context):
912
+ def bl_rna_get_subclass_py(self) -> typing.Any:
884
913
  """
885
914
 
886
- :param context:
915
+ :return: The class or default when not found.
916
+ :rtype: typing.Any
887
917
  """
888
918
  ...
889
919
 
890
- class VIEW3D_PT_tools_armatureedit_options(bpy.types.Panel, bpy_types._GenericUI):
920
+ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel):
891
921
  bl_category: typing.Any
892
922
  bl_context: typing.Any
893
923
  bl_label: typing.Any
924
+ bl_options: typing.Any
925
+ bl_parent_id: typing.Any
894
926
  bl_region_type: typing.Any
895
927
  bl_rna: typing.Any
896
928
  bl_space_type: typing.Any
929
+ bl_ui_units_x: typing.Any
897
930
  id_data: typing.Any
898
931
 
899
932
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -919,18 +952,19 @@ class VIEW3D_PT_tools_armatureedit_options(bpy.types.Panel, bpy_types._GenericUI
919
952
  """
920
953
  ...
921
954
 
922
- class VIEW3D_PT_tools_brush_clone(
923
- bl_ui.properties_paint_common.BrushPanel,
924
- bpy_types._GenericUI,
925
- bpy.types.Panel,
926
- View3DPanel,
927
- bl_ui.properties_paint_common.UnifiedPaintPanel,
928
- ):
955
+ @classmethod
956
+ def poll(cls, context):
957
+ """
958
+
959
+ :param context:
960
+ """
961
+ ...
962
+
963
+ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
929
964
  bl_category: typing.Any
930
965
  bl_context: typing.Any
931
966
  bl_label: typing.Any
932
967
  bl_options: typing.Any
933
- bl_parent_id: typing.Any
934
968
  bl_region_type: typing.Any
935
969
  bl_rna: typing.Any
936
970
  bl_space_type: typing.Any
@@ -952,12 +986,22 @@ class VIEW3D_PT_tools_brush_clone(
952
986
  """
953
987
  ...
954
988
 
955
- class VIEW3D_PT_tools_brush_color(
956
- View3DPanel,
957
- bpy.types.Panel,
958
- bpy_types._GenericUI,
959
- bl_ui.properties_paint_common.UnifiedPaintPanel,
960
- ):
989
+ def draw(self, context):
990
+ """
991
+
992
+ :param context:
993
+ """
994
+ ...
995
+
996
+ @classmethod
997
+ def poll(cls, context):
998
+ """
999
+
1000
+ :param context:
1001
+ """
1002
+ ...
1003
+
1004
+ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Panel):
961
1005
  bl_category: typing.Any
962
1006
  bl_context: typing.Any
963
1007
  bl_label: typing.Any
@@ -998,23 +1042,14 @@ class VIEW3D_PT_tools_brush_color(
998
1042
  """
999
1043
  ...
1000
1044
 
1001
- class VIEW3D_PT_tools_brush_display(
1002
- bl_ui.properties_paint_common.BrushPanel,
1003
- View3DPaintPanel,
1004
- bpy.types.Panel,
1005
- bpy_types._GenericUI,
1006
- View3DPanel,
1007
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1008
- ):
1045
+ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Panel):
1009
1046
  bl_category: typing.Any
1010
1047
  bl_context: typing.Any
1011
1048
  bl_label: typing.Any
1012
- bl_options: typing.Any
1013
1049
  bl_parent_id: typing.Any
1014
1050
  bl_region_type: typing.Any
1015
1051
  bl_rna: typing.Any
1016
1052
  bl_space_type: typing.Any
1017
- bl_ui_units_x: typing.Any
1018
1053
  id_data: typing.Any
1019
1054
 
1020
1055
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1033,50 +1068,25 @@ class VIEW3D_PT_tools_brush_display(
1033
1068
  """
1034
1069
  ...
1035
1070
 
1036
- class VIEW3D_PT_tools_brush_falloff(
1037
- bl_ui.properties_paint_common.BrushPanel,
1038
- bpy_types._GenericUI,
1039
- bpy.types.Panel,
1040
- View3DPanel,
1041
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1042
- ):
1043
- bl_category: typing.Any
1044
- bl_context: typing.Any
1045
- bl_label: typing.Any
1046
- bl_options: typing.Any
1047
- bl_parent_id: typing.Any
1048
- bl_region_type: typing.Any
1049
- bl_rna: typing.Any
1050
- bl_space_type: typing.Any
1051
- id_data: typing.Any
1052
-
1053
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1071
+ def draw(self, context):
1054
1072
  """
1055
1073
 
1056
- :return: The RNA type or default when not found.
1057
- :rtype: bpy.types.Struct
1074
+ :param context:
1058
1075
  """
1059
1076
  ...
1060
1077
 
1061
- def bl_rna_get_subclass_py(self) -> typing.Any:
1078
+ @classmethod
1079
+ def poll(cls, context):
1062
1080
  """
1063
1081
 
1064
- :return: The class or default when not found.
1065
- :rtype: typing.Any
1082
+ :param context:
1066
1083
  """
1067
1084
  ...
1068
1085
 
1069
- class VIEW3D_PT_tools_brush_falloff_frontface(
1070
- bpy.types.Panel,
1071
- View3DPanel,
1072
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1073
- bpy_types._GenericUI,
1074
- ):
1086
+ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel):
1075
1087
  bl_category: typing.Any
1076
1088
  bl_context: typing.Any
1077
1089
  bl_label: typing.Any
1078
- bl_options: typing.Any
1079
- bl_parent_id: typing.Any
1080
1090
  bl_region_type: typing.Any
1081
1091
  bl_rna: typing.Any
1082
1092
  bl_space_type: typing.Any
@@ -1105,13 +1115,6 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
1105
1115
  """
1106
1116
  ...
1107
1117
 
1108
- def draw_header(self, context):
1109
- """
1110
-
1111
- :param context:
1112
- """
1113
- ...
1114
-
1115
1118
  @classmethod
1116
1119
  def poll(cls, context):
1117
1120
  """
@@ -1120,12 +1123,7 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
1120
1123
  """
1121
1124
  ...
1122
1125
 
1123
- class VIEW3D_PT_tools_brush_falloff_normal(
1124
- bpy.types.Panel,
1125
- View3DPanel,
1126
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1127
- bpy_types._GenericUI,
1128
- ):
1126
+ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types.Panel):
1129
1127
  bl_category: typing.Any
1130
1128
  bl_context: typing.Any
1131
1129
  bl_label: typing.Any
@@ -1174,17 +1172,12 @@ class VIEW3D_PT_tools_brush_falloff_normal(
1174
1172
  """
1175
1173
  ...
1176
1174
 
1177
- class VIEW3D_PT_tools_brush_select(
1178
- bl_ui.properties_paint_common.BrushPanel,
1179
- View3DPaintPanel,
1180
- bpy.types.Panel,
1181
- bpy_types._GenericUI,
1182
- View3DPanel,
1183
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1184
- ):
1175
+ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1185
1176
  bl_category: typing.Any
1186
1177
  bl_context: typing.Any
1187
1178
  bl_label: typing.Any
1179
+ bl_options: typing.Any
1180
+ bl_parent_id: typing.Any
1188
1181
  bl_region_type: typing.Any
1189
1182
  bl_rna: typing.Any
1190
1183
  bl_space_type: typing.Any
@@ -1206,12 +1199,33 @@ class VIEW3D_PT_tools_brush_select(
1206
1199
  """
1207
1200
  ...
1208
1201
 
1209
- class VIEW3D_PT_tools_brush_settings(
1210
- View3DPanel,
1211
- bpy_types._GenericUI,
1202
+ def draw(self, context):
1203
+ """
1204
+
1205
+ :param context:
1206
+ """
1207
+ ...
1208
+
1209
+ def draw_header(self, context):
1210
+ """
1211
+
1212
+ :param context:
1213
+ """
1214
+ ...
1215
+
1216
+ @classmethod
1217
+ def poll(cls, context):
1218
+ """
1219
+
1220
+ :param context:
1221
+ """
1222
+ ...
1223
+
1224
+ class VIEW3D_PT_tools_grease_pencil_brush_select(
1225
+ GreasePencilPaintPanel,
1212
1226
  bpy.types.Panel,
1213
- View3DPaintPanel,
1214
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1227
+ View3DPanel,
1228
+ bl_ui.properties_paint_common.BrushSelectPanel,
1215
1229
  ):
1216
1230
  bl_category: typing.Any
1217
1231
  bl_context: typing.Any
@@ -1237,37 +1251,17 @@ class VIEW3D_PT_tools_brush_settings(
1237
1251
  """
1238
1252
  ...
1239
1253
 
1240
- def draw(self, context):
1241
- """
1242
-
1243
- :param context:
1244
- """
1245
- ...
1246
-
1247
- @classmethod
1248
- def poll(cls, context):
1249
- """
1250
-
1251
- :param context:
1252
- """
1253
- ...
1254
+ class View3DPanel:
1255
+ bl_region_type: typing.Any
1256
+ bl_space_type: typing.Any
1254
1257
 
1255
- class VIEW3D_PT_tools_brush_settings_advanced(
1256
- View3DPanel,
1257
- bpy_types._GenericUI,
1258
- bpy.types.Panel,
1259
- View3DPaintPanel,
1260
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1261
- ):
1258
+ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Panel):
1262
1259
  bl_category: typing.Any
1263
1260
  bl_context: typing.Any
1264
1261
  bl_label: typing.Any
1265
- bl_options: typing.Any
1266
- bl_parent_id: typing.Any
1267
1262
  bl_region_type: typing.Any
1268
1263
  bl_rna: typing.Any
1269
1264
  bl_space_type: typing.Any
1270
- bl_ui_units_x: typing.Any
1271
1265
  id_data: typing.Any
1272
1266
 
1273
1267
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1301,22 +1295,14 @@ class VIEW3D_PT_tools_brush_settings_advanced(
1301
1295
  """
1302
1296
  ...
1303
1297
 
1304
- class VIEW3D_PT_tools_brush_stroke(
1305
- bl_ui.properties_paint_common.BrushPanel,
1306
- bpy_types._GenericUI,
1307
- bpy.types.Panel,
1308
- View3DPanel,
1309
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1310
- ):
1298
+ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.Panel):
1311
1299
  bl_category: typing.Any
1312
1300
  bl_context: typing.Any
1313
1301
  bl_label: typing.Any
1314
- bl_options: typing.Any
1315
1302
  bl_parent_id: typing.Any
1316
1303
  bl_region_type: typing.Any
1317
1304
  bl_rna: typing.Any
1318
1305
  bl_space_type: typing.Any
1319
- bl_ui_units_x: typing.Any
1320
1306
  id_data: typing.Any
1321
1307
 
1322
1308
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1335,45 +1321,25 @@ class VIEW3D_PT_tools_brush_stroke(
1335
1321
  """
1336
1322
  ...
1337
1323
 
1338
- class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
1339
- bl_ui.properties_paint_common.BrushPanel,
1340
- bpy_types._GenericUI,
1341
- bpy.types.Panel,
1342
- View3DPanel,
1343
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1344
- ):
1345
- bl_category: typing.Any
1346
- bl_context: typing.Any
1347
- bl_label: typing.Any
1348
- bl_options: typing.Any
1349
- bl_parent_id: typing.Any
1350
- bl_region_type: typing.Any
1351
- bl_rna: typing.Any
1352
- bl_space_type: typing.Any
1353
- id_data: typing.Any
1354
-
1355
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1324
+ def draw(self, context):
1356
1325
  """
1357
1326
 
1358
- :return: The RNA type or default when not found.
1359
- :rtype: bpy.types.Struct
1327
+ :param context:
1360
1328
  """
1361
1329
  ...
1362
1330
 
1363
- def bl_rna_get_subclass_py(self) -> typing.Any:
1331
+ @classmethod
1332
+ def poll(cls, context):
1364
1333
  """
1365
1334
 
1366
- :return: The class or default when not found.
1367
- :rtype: typing.Any
1335
+ :param context:
1368
1336
  """
1369
1337
  ...
1370
1338
 
1371
- class VIEW3D_PT_tools_brush_swatches(
1372
- bl_ui.properties_paint_common.BrushPanel,
1373
- bpy_types._GenericUI,
1374
- bpy.types.Panel,
1339
+ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1375
1340
  View3DPanel,
1376
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1341
+ bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
1342
+ bpy.types.Panel,
1377
1343
  ):
1378
1344
  bl_category: typing.Any
1379
1345
  bl_context: typing.Any
@@ -1401,17 +1367,22 @@ class VIEW3D_PT_tools_brush_swatches(
1401
1367
  """
1402
1368
  ...
1403
1369
 
1404
- class VIEW3D_PT_tools_brush_texture(
1370
+ @classmethod
1371
+ def poll(cls, context):
1372
+ """
1373
+
1374
+ :param context:
1375
+ """
1376
+ ...
1377
+
1378
+ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1405
1379
  View3DPanel,
1380
+ bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
1406
1381
  bpy.types.Panel,
1407
- bpy_types._GenericUI,
1408
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1409
1382
  ):
1410
1383
  bl_category: typing.Any
1411
1384
  bl_context: typing.Any
1412
1385
  bl_label: typing.Any
1413
- bl_options: typing.Any
1414
- bl_parent_id: typing.Any
1415
1386
  bl_region_type: typing.Any
1416
1387
  bl_rna: typing.Any
1417
1388
  bl_space_type: typing.Any
@@ -1433,13 +1404,6 @@ class VIEW3D_PT_tools_brush_texture(
1433
1404
  """
1434
1405
  ...
1435
1406
 
1436
- def draw(self, context):
1437
- """
1438
-
1439
- :param context:
1440
- """
1441
- ...
1442
-
1443
1407
  @classmethod
1444
1408
  def poll(cls, context):
1445
1409
  """
@@ -1448,18 +1412,18 @@ class VIEW3D_PT_tools_brush_texture(
1448
1412
  """
1449
1413
  ...
1450
1414
 
1451
- class VIEW3D_PT_tools_grease_pencil_brush_advanced(
1452
- bpy.types.Panel, bpy_types._GenericUI
1415
+ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
1416
+ GreasePencilSculptPanel,
1417
+ bpy.types.Panel,
1418
+ View3DPanel,
1419
+ bl_ui.properties_paint_common.BrushSelectPanel,
1453
1420
  ):
1454
1421
  bl_category: typing.Any
1455
1422
  bl_context: typing.Any
1456
1423
  bl_label: typing.Any
1457
- bl_options: typing.Any
1458
- bl_parent_id: typing.Any
1459
1424
  bl_region_type: typing.Any
1460
1425
  bl_rna: typing.Any
1461
1426
  bl_space_type: typing.Any
1462
- bl_ui_units_x: typing.Any
1463
1427
  id_data: typing.Any
1464
1428
 
1465
1429
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1478,29 +1442,16 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
1478
1442
  """
1479
1443
  ...
1480
1444
 
1481
- def draw(self, context):
1482
- """
1483
-
1484
- :param context:
1485
- """
1486
- ...
1487
-
1488
- @classmethod
1489
- def poll(cls, context):
1490
- """
1491
-
1492
- :param context:
1493
- """
1494
- ...
1495
-
1496
- class VIEW3D_PT_tools_grease_pencil_brush_eraser(bpy.types.Panel, bpy_types._GenericUI):
1445
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Panel):
1497
1446
  bl_category: typing.Any
1498
1447
  bl_context: typing.Any
1499
1448
  bl_label: typing.Any
1500
1449
  bl_options: typing.Any
1450
+ bl_parent_id: typing.Any
1501
1451
  bl_region_type: typing.Any
1502
1452
  bl_rna: typing.Any
1503
1453
  bl_space_type: typing.Any
1454
+ bl_ui_units_x: typing.Any
1504
1455
  id_data: typing.Any
1505
1456
 
1506
1457
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1534,13 +1485,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(bpy.types.Panel, bpy_types._Gen
1534
1485
  """
1535
1486
  ...
1536
1487
 
1537
- class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
1538
- bpy.types.Panel, bpy_types._GenericUI
1539
- ):
1488
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel):
1540
1489
  bl_category: typing.Any
1541
1490
  bl_context: typing.Any
1542
1491
  bl_label: typing.Any
1543
- bl_parent_id: typing.Any
1492
+ bl_options: typing.Any
1544
1493
  bl_region_type: typing.Any
1545
1494
  bl_rna: typing.Any
1546
1495
  bl_space_type: typing.Any
@@ -1577,9 +1526,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
1577
1526
  """
1578
1527
  ...
1579
1528
 
1580
- class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
1581
- bpy.types.Panel, bpy_types._GenericUI
1582
- ):
1529
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.Panel):
1583
1530
  bl_category: typing.Any
1584
1531
  bl_context: typing.Any
1585
1532
  bl_label: typing.Any
@@ -1620,12 +1567,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
1620
1567
  """
1621
1568
  ...
1622
1569
 
1623
- class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
1624
- bpy.types.Panel, bpy_types._GenericUI
1625
- ):
1570
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.Panel):
1626
1571
  bl_category: typing.Any
1627
1572
  bl_context: typing.Any
1628
1573
  bl_label: typing.Any
1574
+ bl_parent_id: typing.Any
1629
1575
  bl_region_type: typing.Any
1630
1576
  bl_rna: typing.Any
1631
1577
  bl_space_type: typing.Any
@@ -1662,16 +1608,10 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
1662
1608
  """
1663
1609
  ...
1664
1610
 
1665
- class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
1666
- View3DPanel,
1667
- bpy.types.Panel,
1668
- bpy_types._GenericUI,
1669
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1670
- ):
1611
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Panel):
1671
1612
  bl_category: typing.Any
1672
1613
  bl_context: typing.Any
1673
1614
  bl_label: typing.Any
1674
- bl_options: typing.Any
1675
1615
  bl_region_type: typing.Any
1676
1616
  bl_rna: typing.Any
1677
1617
  bl_space_type: typing.Any
@@ -1693,6 +1633,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
1693
1633
  """
1694
1634
  ...
1695
1635
 
1636
+ def draw(self, context):
1637
+ """
1638
+
1639
+ :param context:
1640
+ """
1641
+ ...
1642
+
1696
1643
  @classmethod
1697
1644
  def poll(cls, context):
1698
1645
  """
@@ -1701,8 +1648,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
1701
1648
  """
1702
1649
  ...
1703
1650
 
1704
- class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
1705
- bpy.types.Panel, bpy_types._GenericUI
1651
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1652
+ View3DPanel, bpy.types.Panel
1706
1653
  ):
1707
1654
  bl_category: typing.Any
1708
1655
  bl_context: typing.Any
@@ -1752,7 +1699,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
1752
1699
  """
1753
1700
  ...
1754
1701
 
1755
- class VIEW3D_PT_tools_grease_pencil_brush_random(bpy.types.Panel, bpy_types._GenericUI):
1702
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel):
1756
1703
  bl_category: typing.Any
1757
1704
  bl_context: typing.Any
1758
1705
  bl_label: typing.Any
@@ -1801,16 +1748,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(bpy.types.Panel, bpy_types._Gen
1801
1748
  """
1802
1749
  ...
1803
1750
 
1804
- class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
1805
- View3DPanel,
1751
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1752
+ GreasePencilV3PaintPanel,
1806
1753
  bpy.types.Panel,
1807
- bpy_types._GenericUI,
1808
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1754
+ View3DPanel,
1755
+ bl_ui.properties_paint_common.BrushSelectPanel,
1809
1756
  ):
1810
1757
  bl_category: typing.Any
1811
1758
  bl_context: typing.Any
1812
1759
  bl_label: typing.Any
1813
- bl_options: typing.Any
1814
1760
  bl_region_type: typing.Any
1815
1761
  bl_rna: typing.Any
1816
1762
  bl_space_type: typing.Any
@@ -1832,19 +1778,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
1832
1778
  """
1833
1779
  ...
1834
1780
 
1835
- @classmethod
1836
- def poll(cls, context):
1837
- """
1838
-
1839
- :param context:
1840
- """
1841
- ...
1842
-
1843
- class VIEW3D_PT_tools_grease_pencil_brush_select(
1844
- bl_ui.properties_paint_common.BrushPanel,
1781
+ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1782
+ GreasePencilVertexPanel,
1783
+ View3DPanel,
1845
1784
  bpy.types.Panel,
1846
- bpy_types._GenericUI,
1847
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1785
+ bl_ui.properties_paint_common.BrushSelectPanel,
1848
1786
  ):
1849
1787
  bl_category: typing.Any
1850
1788
  bl_context: typing.Any
@@ -1870,13 +1808,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
1870
1808
  """
1871
1809
  ...
1872
1810
 
1873
- class VIEW3D_PT_tools_grease_pencil_brush_settings(
1874
- bpy.types.Panel, bpy_types._GenericUI
1811
+ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1812
+ GreasePencilWeightPanel,
1813
+ View3DPanel,
1814
+ bpy.types.Panel,
1815
+ bl_ui.properties_paint_common.BrushSelectPanel,
1875
1816
  ):
1876
1817
  bl_category: typing.Any
1877
1818
  bl_context: typing.Any
1878
1819
  bl_label: typing.Any
1879
- bl_options: typing.Any
1880
1820
  bl_region_type: typing.Any
1881
1821
  bl_rna: typing.Any
1882
1822
  bl_space_type: typing.Any
@@ -1898,28 +1838,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
1898
1838
  """
1899
1839
  ...
1900
1840
 
1901
- def draw(self, context):
1902
- """
1903
-
1904
- :param context:
1905
- """
1906
- ...
1907
-
1908
- def draw_header_preset(self, _context):
1909
- """
1910
-
1911
- :param _context:
1912
- """
1913
- ...
1914
-
1915
- class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
1916
- bpy.types.Panel, bpy_types._GenericUI
1917
- ):
1841
+ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1918
1842
  bl_category: typing.Any
1919
1843
  bl_context: typing.Any
1920
1844
  bl_label: typing.Any
1921
1845
  bl_options: typing.Any
1922
- bl_parent_id: typing.Any
1923
1846
  bl_region_type: typing.Any
1924
1847
  bl_rna: typing.Any
1925
1848
  bl_space_type: typing.Any
@@ -1948,13 +1871,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
1948
1871
  """
1949
1872
  ...
1950
1873
 
1951
- def draw_header(self, context):
1952
- """
1953
-
1954
- :param context:
1955
- """
1956
- ...
1957
-
1958
1874
  @classmethod
1959
1875
  def poll(cls, context):
1960
1876
  """
@@ -1963,16 +1879,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
1963
1879
  """
1964
1880
  ...
1965
1881
 
1966
- class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, bpy_types._GenericUI):
1967
- bl_category: typing.Any
1968
- bl_context: typing.Any
1882
+ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1969
1883
  bl_label: typing.Any
1970
1884
  bl_options: typing.Any
1971
1885
  bl_parent_id: typing.Any
1972
1886
  bl_region_type: typing.Any
1973
1887
  bl_rna: typing.Any
1974
1888
  bl_space_type: typing.Any
1975
- bl_ui_units_x: typing.Any
1976
1889
  id_data: typing.Any
1977
1890
 
1978
1891
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1991,27 +1904,28 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, bpy_types._Gen
1991
1904
  """
1992
1905
  ...
1993
1906
 
1994
- def draw(self, _context):
1907
+ def draw(self, context):
1995
1908
  """
1996
1909
 
1997
- :param _context:
1910
+ :param context:
1998
1911
  """
1999
1912
  ...
2000
1913
 
2001
- @classmethod
2002
- def poll(cls, context):
1914
+ def draw_header(self, context):
2003
1915
  """
2004
1916
 
2005
1917
  :param context:
2006
1918
  """
2007
1919
  ...
2008
1920
 
2009
- class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
2010
- bpy.types.Panel, bpy_types._GenericUI
1921
+ class VIEW3D_PT_tools_mask_texture(
1922
+ View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
2011
1923
  ):
2012
1924
  bl_category: typing.Any
2013
1925
  bl_context: typing.Any
2014
1926
  bl_label: typing.Any
1927
+ bl_options: typing.Any
1928
+ bl_parent_id: typing.Any
2015
1929
  bl_region_type: typing.Any
2016
1930
  bl_rna: typing.Any
2017
1931
  bl_space_type: typing.Any
@@ -2048,12 +1962,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
2048
1962
  """
2049
1963
  ...
2050
1964
 
2051
- class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2052
- View3DPanel,
2053
- bpy.types.Panel,
2054
- bpy_types._GenericUI,
2055
- bl_ui.properties_paint_common.UnifiedPaintPanel,
2056
- ):
1965
+ class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
2057
1966
  bl_category: typing.Any
2058
1967
  bl_context: typing.Any
2059
1968
  bl_label: typing.Any
@@ -2061,6 +1970,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2061
1970
  bl_region_type: typing.Any
2062
1971
  bl_rna: typing.Any
2063
1972
  bl_space_type: typing.Any
1973
+ bl_ui_units_x: typing.Any
2064
1974
  id_data: typing.Any
2065
1975
 
2066
1976
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -2079,17 +1989,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2079
1989
  """
2080
1990
  ...
2081
1991
 
2082
- @classmethod
2083
- def poll(cls, context):
1992
+ def draw(self, _context):
2084
1993
  """
2085
1994
 
2086
- :param context:
1995
+ :param _context:
2087
1996
  """
2088
1997
  ...
2089
1998
 
2090
- class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
2091
- bpy.types.Panel, bpy_types._GenericUI
2092
- ):
1999
+ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
2093
2000
  bl_category: typing.Any
2094
2001
  bl_context: typing.Any
2095
2002
  bl_label: typing.Any
@@ -2130,16 +2037,10 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
2130
2037
  """
2131
2038
  ...
2132
2039
 
2133
- class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
2134
- View3DPanel,
2135
- bpy.types.Panel,
2136
- bpy_types._GenericUI,
2137
- bl_ui.properties_paint_common.UnifiedPaintPanel,
2138
- ):
2040
+ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
2139
2041
  bl_category: typing.Any
2140
2042
  bl_context: typing.Any
2141
2043
  bl_label: typing.Any
2142
- bl_options: typing.Any
2143
2044
  bl_parent_id: typing.Any
2144
2045
  bl_region_type: typing.Any
2145
2046
  bl_rna: typing.Any
@@ -2162,26 +2063,20 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
2162
2063
  """
2163
2064
  ...
2164
2065
 
2165
- @classmethod
2166
- def poll(cls, context):
2066
+ def draw(self, context):
2167
2067
  """
2168
2068
 
2169
2069
  :param context:
2170
2070
  """
2171
2071
  ...
2172
2072
 
2173
- class VIEW3D_PT_tools_grease_pencil_paint_appearance(
2174
- bpy.types.Panel, bpy_types._GenericUI
2175
- ):
2073
+ class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
2176
2074
  bl_category: typing.Any
2177
2075
  bl_context: typing.Any
2178
2076
  bl_label: typing.Any
2179
- bl_options: typing.Any
2180
- bl_parent_id: typing.Any
2181
2077
  bl_region_type: typing.Any
2182
2078
  bl_rna: typing.Any
2183
2079
  bl_space_type: typing.Any
2184
- bl_ui_units_x: typing.Any
2185
2080
  id_data: typing.Any
2186
2081
 
2187
2082
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -2200,42 +2095,17 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
2200
2095
  """
2201
2096
  ...
2202
2097
 
2203
- class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
2204
- bpy.types.Panel, bpy_types._GenericUI
2205
- ):
2206
- bl_category: typing.Any
2207
- bl_context: typing.Any
2208
- bl_label: typing.Any
2209
- bl_options: typing.Any
2210
- bl_parent_id: typing.Any
2211
- bl_region_type: typing.Any
2212
- bl_rna: typing.Any
2213
- bl_space_type: typing.Any
2214
- id_data: typing.Any
2215
-
2216
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2217
- """
2218
-
2219
- :return: The RNA type or default when not found.
2220
- :rtype: bpy.types.Struct
2221
- """
2222
- ...
2223
-
2224
- def bl_rna_get_subclass_py(self) -> typing.Any:
2098
+ def draw(self, context):
2225
2099
  """
2226
2100
 
2227
- :return: The class or default when not found.
2228
- :rtype: typing.Any
2101
+ :param context:
2229
2102
  """
2230
2103
  ...
2231
2104
 
2232
- class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
2233
- bpy.types.Panel, bpy_types._GenericUI
2234
- ):
2105
+ class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
2235
2106
  bl_category: typing.Any
2236
2107
  bl_context: typing.Any
2237
2108
  bl_label: typing.Any
2238
- bl_options: typing.Any
2239
2109
  bl_parent_id: typing.Any
2240
2110
  bl_region_type: typing.Any
2241
2111
  bl_rna: typing.Any
@@ -2258,20 +2128,20 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
2258
2128
  """
2259
2129
  ...
2260
2130
 
2261
- @classmethod
2262
- def poll(cls, context):
2131
+ def draw(self, context):
2263
2132
  """
2264
2133
 
2265
2134
  :param context:
2266
2135
  """
2267
2136
  ...
2268
2137
 
2269
- class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
2270
- bpy.types.Panel, bpy_types._GenericUI
2271
- ):
2138
+ class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
2139
+ """Default tools for particle mode"""
2140
+
2272
2141
  bl_category: typing.Any
2273
2142
  bl_context: typing.Any
2274
2143
  bl_label: typing.Any
2144
+ bl_options: typing.Any
2275
2145
  bl_region_type: typing.Any
2276
2146
  bl_rna: typing.Any
2277
2147
  bl_space_type: typing.Any
@@ -2293,23 +2163,19 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
2293
2163
  """
2294
2164
  ...
2295
2165
 
2296
- @classmethod
2297
- def poll(cls, context):
2166
+ def draw(self, context):
2298
2167
  """
2299
2168
 
2300
2169
  :param context:
2301
2170
  """
2302
2171
  ...
2303
2172
 
2304
- class VIEW3D_PT_tools_grease_pencil_sculpt_select(
2305
- bl_ui.properties_paint_common.BrushPanel,
2306
- bpy.types.Panel,
2307
- bpy_types._GenericUI,
2308
- bl_ui.properties_paint_common.UnifiedPaintPanel,
2309
- ):
2173
+ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel):
2174
+ """Default tools for particle mode"""
2175
+
2310
2176
  bl_category: typing.Any
2311
- bl_context: typing.Any
2312
2177
  bl_label: typing.Any
2178
+ bl_parent_id: typing.Any
2313
2179
  bl_region_type: typing.Any
2314
2180
  bl_rna: typing.Any
2315
2181
  bl_space_type: typing.Any
@@ -2331,12 +2197,20 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
2331
2197
  """
2332
2198
  ...
2333
2199
 
2334
- class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2335
- bpy.types.Panel, bpy_types._GenericUI
2336
- ):
2200
+ def draw(self, context):
2201
+ """
2202
+
2203
+ :param context:
2204
+ """
2205
+ ...
2206
+
2207
+ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel):
2208
+ """Default tools for particle mode"""
2209
+
2337
2210
  bl_category: typing.Any
2338
- bl_context: typing.Any
2339
2211
  bl_label: typing.Any
2212
+ bl_options: typing.Any
2213
+ bl_parent_id: typing.Any
2340
2214
  bl_region_type: typing.Any
2341
2215
  bl_rna: typing.Any
2342
2216
  bl_space_type: typing.Any
@@ -2365,18 +2239,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2365
2239
  """
2366
2240
  ...
2367
2241
 
2368
- class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
2369
- bpy.types.Panel, bpy_types._GenericUI
2370
- ):
2242
+ class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2371
2243
  bl_category: typing.Any
2372
2244
  bl_context: typing.Any
2373
2245
  bl_label: typing.Any
2374
- bl_options: typing.Any
2375
- bl_parent_id: typing.Any
2376
2246
  bl_region_type: typing.Any
2377
2247
  bl_rna: typing.Any
2378
2248
  bl_space_type: typing.Any
2379
- bl_ui_units_x: typing.Any
2380
2249
  id_data: typing.Any
2381
2250
 
2382
2251
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -2402,21 +2271,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
2402
2271
  """
2403
2272
  ...
2404
2273
 
2405
- @classmethod
2406
- def poll(cls, context):
2407
- """
2408
-
2409
- :param context:
2410
- """
2411
- ...
2412
-
2413
- class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(
2414
- bpy.types.Panel, bpy_types._GenericUI
2415
- ):
2416
- bl_category: typing.Any
2417
- bl_context: typing.Any
2274
+ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
2418
2275
  bl_label: typing.Any
2419
- bl_options: typing.Any
2420
2276
  bl_region_type: typing.Any
2421
2277
  bl_rna: typing.Any
2422
2278
  bl_space_type: typing.Any
@@ -2438,28 +2294,36 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(
2438
2294
  """
2439
2295
  ...
2440
2296
 
2441
- def draw(self, context):
2297
+ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
2298
+ bl_label: typing.Any
2299
+ bl_region_type: typing.Any
2300
+ bl_rna: typing.Any
2301
+ bl_space_type: typing.Any
2302
+ id_data: typing.Any
2303
+
2304
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2442
2305
  """
2443
2306
 
2444
- :param context:
2307
+ :return: The RNA type or default when not found.
2308
+ :rtype: bpy.types.Struct
2445
2309
  """
2446
2310
  ...
2447
2311
 
2448
- @classmethod
2449
- def poll(cls, context):
2312
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2450
2313
  """
2451
2314
 
2452
- :param context:
2315
+ :return: The class or default when not found.
2316
+ :rtype: typing.Any
2453
2317
  """
2454
2318
  ...
2455
2319
 
2456
- class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
2457
- bpy.types.Panel, bpy_types._GenericUI
2320
+ class VIEW3D_PT_tools_grease_pencil_brush_settings(
2321
+ View3DPanel, bpy.types.Panel, GreasePencilPaintPanel
2458
2322
  ):
2459
2323
  bl_category: typing.Any
2460
2324
  bl_context: typing.Any
2461
2325
  bl_label: typing.Any
2462
- bl_parent_id: typing.Any
2326
+ bl_options: typing.Any
2463
2327
  bl_region_type: typing.Any
2464
2328
  bl_rna: typing.Any
2465
2329
  bl_space_type: typing.Any
@@ -2488,21 +2352,19 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
2488
2352
  """
2489
2353
  ...
2490
2354
 
2491
- @classmethod
2492
- def poll(cls, context):
2355
+ def draw_header_preset(self, _context):
2493
2356
  """
2494
2357
 
2495
- :param context:
2358
+ :param _context:
2496
2359
  """
2497
2360
  ...
2498
2361
 
2499
- class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
2500
- bpy.types.Panel, bpy_types._GenericUI
2362
+ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2363
+ View3DPanel, bpy.types.Panel, GreasePencilSculptPanel
2501
2364
  ):
2502
2365
  bl_category: typing.Any
2503
2366
  bl_context: typing.Any
2504
2367
  bl_label: typing.Any
2505
- bl_parent_id: typing.Any
2506
2368
  bl_region_type: typing.Any
2507
2369
  bl_rna: typing.Any
2508
2370
  bl_space_type: typing.Any
@@ -2531,20 +2393,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
2531
2393
  """
2532
2394
  ...
2533
2395
 
2534
- @classmethod
2535
- def poll(cls, context):
2536
- """
2537
-
2538
- :param context:
2539
- """
2540
- ...
2541
-
2542
- class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
2543
- bpy.types.Panel, bpy_types._GenericUI
2396
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2397
+ View3DPanel, bpy.types.Panel, GreasePencilV3PaintPanel
2544
2398
  ):
2545
2399
  bl_category: typing.Any
2546
2400
  bl_context: typing.Any
2547
2401
  bl_label: typing.Any
2402
+ bl_options: typing.Any
2548
2403
  bl_region_type: typing.Any
2549
2404
  bl_rna: typing.Any
2550
2405
  bl_space_type: typing.Any
@@ -2573,22 +2428,19 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
2573
2428
  """
2574
2429
  ...
2575
2430
 
2576
- @classmethod
2577
- def poll(cls, context):
2431
+ def draw_header_preset(self, _context):
2578
2432
  """
2579
2433
 
2580
- :param context:
2434
+ :param _context:
2581
2435
  """
2582
2436
  ...
2583
2437
 
2584
- class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
2585
- bpy.types.Panel, bpy_types._GenericUI
2438
+ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2439
+ View3DPanel, bpy.types.Panel, GreasePencilVertexPanel
2586
2440
  ):
2587
2441
  bl_category: typing.Any
2588
2442
  bl_context: typing.Any
2589
2443
  bl_label: typing.Any
2590
- bl_options: typing.Any
2591
- bl_parent_id: typing.Any
2592
2444
  bl_region_type: typing.Any
2593
2445
  bl_rna: typing.Any
2594
2446
  bl_space_type: typing.Any
@@ -2617,29 +2469,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
2617
2469
  """
2618
2470
  ...
2619
2471
 
2620
- def draw_header(self, context):
2621
- """
2622
-
2623
- :param context:
2624
- """
2625
- ...
2626
-
2627
- @classmethod
2628
- def poll(cls, context):
2629
- """
2630
-
2631
- :param context:
2632
- """
2633
- ...
2634
-
2635
- class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
2636
- bpy.types.Panel, bpy_types._GenericUI
2472
+ class VIEW3D_PT_tools_grease_pencil_weight_options(
2473
+ View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
2637
2474
  ):
2638
2475
  bl_category: typing.Any
2639
2476
  bl_context: typing.Any
2640
2477
  bl_label: typing.Any
2641
2478
  bl_options: typing.Any
2642
- bl_parent_id: typing.Any
2643
2479
  bl_region_type: typing.Any
2644
2480
  bl_rna: typing.Any
2645
2481
  bl_space_type: typing.Any
@@ -2668,26 +2504,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
2668
2504
  """
2669
2505
  ...
2670
2506
 
2671
- def draw_header(self, context):
2672
- """
2673
-
2674
- :param context:
2675
- """
2676
- ...
2677
-
2678
- @classmethod
2679
- def poll(cls, context):
2680
- """
2681
-
2682
- :param context:
2683
- """
2684
- ...
2685
-
2686
- class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
2687
- bl_ui.properties_paint_common.BrushPanel,
2688
- bpy.types.Panel,
2689
- bpy_types._GenericUI,
2690
- bl_ui.properties_paint_common.UnifiedPaintPanel,
2507
+ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2508
+ View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
2691
2509
  ):
2692
2510
  bl_category: typing.Any
2693
2511
  bl_context: typing.Any
@@ -2713,9 +2531,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
2713
2531
  """
2714
2532
  ...
2715
2533
 
2716
- class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2717
- bpy.types.Panel, bpy_types._GenericUI
2718
- ):
2534
+ def draw(self, context):
2535
+ """
2536
+
2537
+ :param context:
2538
+ """
2539
+ ...
2540
+
2541
+ class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2719
2542
  bl_category: typing.Any
2720
2543
  bl_context: typing.Any
2721
2544
  bl_label: typing.Any
@@ -2748,24 +2571,44 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2748
2571
  """
2749
2572
  ...
2750
2573
 
2751
- def draw_header_preset(self, _context):
2574
+ @classmethod
2575
+ def poll(cls, context):
2576
+ """
2577
+
2578
+ :param context:
2579
+ """
2580
+ ...
2581
+
2582
+ class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
2583
+ bl_category: typing.Any
2584
+ bl_label: typing.Any
2585
+ bl_region_type: typing.Any
2586
+ bl_space_type: typing.Any
2587
+
2588
+ def draw(self, _context):
2752
2589
  """
2753
2590
 
2754
2591
  :param _context:
2755
2592
  """
2756
2593
  ...
2757
2594
 
2758
- class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
2759
- bpy.types.Panel, bpy_types._GenericUI
2760
- ):
2595
+ @classmethod
2596
+ def poll(cls, _context):
2597
+ """
2598
+
2599
+ :param _context:
2600
+ """
2601
+ ...
2602
+
2603
+ class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2761
2604
  bl_category: typing.Any
2762
2605
  bl_context: typing.Any
2763
2606
  bl_label: typing.Any
2764
2607
  bl_options: typing.Any
2765
- bl_parent_id: typing.Any
2766
2608
  bl_region_type: typing.Any
2767
2609
  bl_rna: typing.Any
2768
2610
  bl_space_type: typing.Any
2611
+ bl_ui_units_x: typing.Any
2769
2612
  id_data: typing.Any
2770
2613
 
2771
2614
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -2806,14 +2649,11 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
2806
2649
  """
2807
2650
  ...
2808
2651
 
2809
- class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
2810
- bpy.types.Panel, bpy_types._GenericUI
2811
- ):
2652
+ class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2812
2653
  bl_category: typing.Any
2813
2654
  bl_context: typing.Any
2814
2655
  bl_label: typing.Any
2815
2656
  bl_options: typing.Any
2816
- bl_parent_id: typing.Any
2817
2657
  bl_region_type: typing.Any
2818
2658
  bl_rna: typing.Any
2819
2659
  bl_space_type: typing.Any
@@ -2836,10 +2676,10 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
2836
2676
  """
2837
2677
  ...
2838
2678
 
2839
- def draw(self, _context):
2679
+ def draw(self, context):
2840
2680
  """
2841
2681
 
2842
- :param _context:
2682
+ :param context:
2843
2683
  """
2844
2684
  ...
2845
2685
 
@@ -2851,13 +2691,10 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
2851
2691
  """
2852
2692
  ...
2853
2693
 
2854
- class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
2855
- bpy.types.Panel, bpy_types._GenericUI
2856
- ):
2694
+ class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2857
2695
  bl_category: typing.Any
2858
2696
  bl_context: typing.Any
2859
2697
  bl_label: typing.Any
2860
- bl_options: typing.Any
2861
2698
  bl_parent_id: typing.Any
2862
2699
  bl_region_type: typing.Any
2863
2700
  bl_rna: typing.Any
@@ -2880,42 +2717,26 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
2880
2717
  """
2881
2718
  ...
2882
2719
 
2883
- class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
2884
- bl_ui.properties_paint_common.BrushPanel,
2885
- bpy.types.Panel,
2886
- bpy_types._GenericUI,
2887
- bl_ui.properties_paint_common.UnifiedPaintPanel,
2888
- ):
2889
- bl_category: typing.Any
2890
- bl_context: typing.Any
2891
- bl_label: typing.Any
2892
- bl_region_type: typing.Any
2893
- bl_rna: typing.Any
2894
- bl_space_type: typing.Any
2895
- id_data: typing.Any
2896
-
2897
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2720
+ def draw(self, context):
2898
2721
  """
2899
2722
 
2900
- :return: The RNA type or default when not found.
2901
- :rtype: bpy.types.Struct
2723
+ :param context:
2902
2724
  """
2903
2725
  ...
2904
2726
 
2905
- def bl_rna_get_subclass_py(self) -> typing.Any:
2727
+ @classmethod
2728
+ def poll(cls, context):
2906
2729
  """
2907
2730
 
2908
- :return: The class or default when not found.
2909
- :rtype: typing.Any
2731
+ :param context:
2910
2732
  """
2911
2733
  ...
2912
2734
 
2913
- class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2914
- bpy.types.Panel, bpy_types._GenericUI
2915
- ):
2735
+ class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2916
2736
  bl_category: typing.Any
2917
2737
  bl_context: typing.Any
2918
2738
  bl_label: typing.Any
2739
+ bl_options: typing.Any
2919
2740
  bl_region_type: typing.Any
2920
2741
  bl_rna: typing.Any
2921
2742
  bl_space_type: typing.Any
@@ -2944,38 +2765,15 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2944
2765
  """
2945
2766
  ...
2946
2767
 
2947
- class VIEW3D_PT_tools_grease_pencil_weight_appearance(
2948
- bpy.types.Panel, bpy_types._GenericUI
2949
- ):
2950
- bl_category: typing.Any
2951
- bl_context: typing.Any
2952
- bl_label: typing.Any
2953
- bl_options: typing.Any
2954
- bl_parent_id: typing.Any
2955
- bl_region_type: typing.Any
2956
- bl_rna: typing.Any
2957
- bl_space_type: typing.Any
2958
- id_data: typing.Any
2959
-
2960
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2961
- """
2962
-
2963
- :return: The RNA type or default when not found.
2964
- :rtype: bpy.types.Struct
2965
- """
2966
- ...
2967
-
2968
- def bl_rna_get_subclass_py(self) -> typing.Any:
2768
+ @classmethod
2769
+ def poll(cls, context):
2969
2770
  """
2970
2771
 
2971
- :return: The class or default when not found.
2972
- :rtype: typing.Any
2772
+ :param context:
2973
2773
  """
2974
2774
  ...
2975
2775
 
2976
- class VIEW3D_PT_tools_grease_pencil_weight_options(
2977
- bpy.types.Panel, bpy_types._GenericUI
2978
- ):
2776
+ class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2979
2777
  bl_category: typing.Any
2980
2778
  bl_context: typing.Any
2981
2779
  bl_label: typing.Any
@@ -2983,6 +2781,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
2983
2781
  bl_region_type: typing.Any
2984
2782
  bl_rna: typing.Any
2985
2783
  bl_space_type: typing.Any
2784
+ bl_ui_units_x: typing.Any
2986
2785
  id_data: typing.Any
2987
2786
 
2988
2787
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -3008,42 +2807,19 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
3008
2807
  """
3009
2808
  ...
3010
2809
 
3011
- class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
3012
- bl_ui.properties_paint_common.BrushPanel,
3013
- bpy.types.Panel,
3014
- bpy_types._GenericUI,
3015
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3016
- ):
3017
- bl_category: typing.Any
3018
- bl_context: typing.Any
3019
- bl_label: typing.Any
3020
- bl_region_type: typing.Any
3021
- bl_rna: typing.Any
3022
- bl_space_type: typing.Any
3023
- id_data: typing.Any
3024
-
3025
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
3026
- """
3027
-
3028
- :return: The RNA type or default when not found.
3029
- :rtype: bpy.types.Struct
3030
- """
3031
- ...
3032
-
3033
- def bl_rna_get_subclass_py(self) -> typing.Any:
2810
+ @classmethod
2811
+ def poll(cls, context):
3034
2812
  """
3035
2813
 
3036
- :return: The class or default when not found.
3037
- :rtype: typing.Any
2814
+ :param context:
3038
2815
  """
3039
2816
  ...
3040
2817
 
3041
- class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
3042
- bpy.types.Panel, bpy_types._GenericUI
3043
- ):
2818
+ class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
3044
2819
  bl_category: typing.Any
3045
2820
  bl_context: typing.Any
3046
2821
  bl_label: typing.Any
2822
+ bl_parent_id: typing.Any
3047
2823
  bl_region_type: typing.Any
3048
2824
  bl_rna: typing.Any
3049
2825
  bl_space_type: typing.Any
@@ -3072,16 +2848,20 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
3072
2848
  """
3073
2849
  ...
3074
2850
 
3075
- class VIEW3D_PT_tools_imagepaint_options(
3076
- bpy.types.Panel,
3077
- View3DPanel,
3078
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3079
- bpy_types._GenericUI,
3080
- ):
2851
+ @classmethod
2852
+ def poll(cls, context):
2853
+ """
2854
+
2855
+ :param context:
2856
+ """
2857
+ ...
2858
+
2859
+ class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
3081
2860
  bl_category: typing.Any
3082
2861
  bl_context: typing.Any
3083
2862
  bl_label: typing.Any
3084
2863
  bl_options: typing.Any
2864
+ bl_parent_id: typing.Any
3085
2865
  bl_region_type: typing.Any
3086
2866
  bl_rna: typing.Any
3087
2867
  bl_space_type: typing.Any
@@ -3118,10 +2898,15 @@ class VIEW3D_PT_tools_imagepaint_options(
3118
2898
  """
3119
2899
  ...
3120
2900
 
3121
- class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel, bpy_types._GenericUI):
2901
+ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2902
+ bpy.types.Panel,
2903
+ bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2904
+ View3DPaintPanel,
2905
+ ):
2906
+ bl_category: typing.Any
2907
+ bl_context: typing.Any
3122
2908
  bl_label: typing.Any
3123
2909
  bl_options: typing.Any
3124
- bl_parent_id: typing.Any
3125
2910
  bl_region_type: typing.Any
3126
2911
  bl_rna: typing.Any
3127
2912
  bl_space_type: typing.Any
@@ -3139,35 +2924,27 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel, bpy_types._Gene
3139
2924
  """
3140
2925
 
3141
2926
  :return: The class or default when not found.
3142
- :rtype: typing.Any
3143
- """
3144
- ...
3145
-
3146
- def draw(self, context):
3147
- """
3148
-
3149
- :param context:
2927
+ :rtype: typing.Any
3150
2928
  """
3151
2929
  ...
3152
2930
 
3153
- def draw_header(self, context):
2931
+ @classmethod
2932
+ def poll(cls, context):
3154
2933
  """
3155
2934
 
3156
2935
  :param context:
3157
2936
  """
3158
2937
  ...
3159
2938
 
3160
- class VIEW3D_PT_tools_imagepaint_options_external(
3161
- View3DPanel,
2939
+ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
3162
2940
  bpy.types.Panel,
3163
- bpy_types._GenericUI,
3164
- bl_ui.properties_paint_common.UnifiedPaintPanel,
2941
+ bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2942
+ View3DPaintPanel,
3165
2943
  ):
3166
2944
  bl_category: typing.Any
3167
2945
  bl_context: typing.Any
3168
2946
  bl_label: typing.Any
3169
2947
  bl_options: typing.Any
3170
- bl_parent_id: typing.Any
3171
2948
  bl_region_type: typing.Any
3172
2949
  bl_rna: typing.Any
3173
2950
  bl_space_type: typing.Any
@@ -3189,18 +2966,18 @@ class VIEW3D_PT_tools_imagepaint_options_external(
3189
2966
  """
3190
2967
  ...
3191
2968
 
3192
- def draw(self, context):
2969
+ @classmethod
2970
+ def poll(cls, context):
3193
2971
  """
3194
2972
 
3195
2973
  :param context:
3196
2974
  """
3197
2975
  ...
3198
2976
 
3199
- class VIEW3D_PT_tools_imagepaint_symmetry(
3200
- View3DPanel,
2977
+ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
3201
2978
  bpy.types.Panel,
3202
- bpy_types._GenericUI,
3203
- bl_ui.properties_paint_common.UnifiedPaintPanel,
2979
+ bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2980
+ View3DPaintPanel,
3204
2981
  ):
3205
2982
  bl_category: typing.Any
3206
2983
  bl_context: typing.Any
@@ -3227,13 +3004,6 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
3227
3004
  """
3228
3005
  ...
3229
3006
 
3230
- def draw(self, context):
3231
- """
3232
-
3233
- :param context:
3234
- """
3235
- ...
3236
-
3237
3007
  @classmethod
3238
3008
  def poll(cls, context):
3239
3009
  """
@@ -3242,12 +3012,10 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
3242
3012
  """
3243
3013
  ...
3244
3014
 
3245
- class VIEW3D_PT_tools_mask_texture(
3246
- bl_ui.properties_paint_common.BrushPanel,
3247
- bpy_types._GenericUI,
3015
+ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
3248
3016
  bpy.types.Panel,
3249
- View3DPanel,
3250
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3017
+ bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
3018
+ View3DPaintPanel,
3251
3019
  ):
3252
3020
  bl_category: typing.Any
3253
3021
  bl_context: typing.Any
@@ -3275,13 +3043,6 @@ class VIEW3D_PT_tools_mask_texture(
3275
3043
  """
3276
3044
  ...
3277
3045
 
3278
- def draw(self, context):
3279
- """
3280
-
3281
- :param context:
3282
- """
3283
- ...
3284
-
3285
3046
  @classmethod
3286
3047
  def poll(cls, context):
3287
3048
  """
@@ -3290,15 +3051,15 @@ class VIEW3D_PT_tools_mask_texture(
3290
3051
  """
3291
3052
  ...
3292
3053
 
3293
- class VIEW3D_PT_tools_meshedit_options(bpy.types.Panel, bpy_types._GenericUI):
3054
+ class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPanel):
3294
3055
  bl_category: typing.Any
3295
3056
  bl_context: typing.Any
3296
3057
  bl_label: typing.Any
3297
3058
  bl_options: typing.Any
3059
+ bl_parent_id: typing.Any
3298
3060
  bl_region_type: typing.Any
3299
3061
  bl_rna: typing.Any
3300
3062
  bl_space_type: typing.Any
3301
- bl_ui_units_x: typing.Any
3302
3063
  id_data: typing.Any
3303
3064
 
3304
3065
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -3317,18 +3078,18 @@ class VIEW3D_PT_tools_meshedit_options(bpy.types.Panel, bpy_types._GenericUI):
3317
3078
  """
3318
3079
  ...
3319
3080
 
3320
- def draw(self, _context):
3081
+ def draw(self, context):
3321
3082
  """
3322
3083
 
3323
- :param _context:
3084
+ :param context:
3324
3085
  """
3325
3086
  ...
3326
3087
 
3327
- class VIEW3D_PT_tools_meshedit_options_transform(bpy.types.Panel, bpy_types._GenericUI):
3088
+ class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3328
3089
  bl_category: typing.Any
3329
3090
  bl_context: typing.Any
3330
3091
  bl_label: typing.Any
3331
- bl_parent_id: typing.Any
3092
+ bl_options: typing.Any
3332
3093
  bl_region_type: typing.Any
3333
3094
  bl_rna: typing.Any
3334
3095
  bl_space_type: typing.Any
@@ -3365,11 +3126,11 @@ class VIEW3D_PT_tools_meshedit_options_transform(bpy.types.Panel, bpy_types._Gen
3365
3126
  """
3366
3127
  ...
3367
3128
 
3368
- class VIEW3D_PT_tools_meshedit_options_uvs(bpy.types.Panel, bpy_types._GenericUI):
3129
+ class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
3369
3130
  bl_category: typing.Any
3370
3131
  bl_context: typing.Any
3371
3132
  bl_label: typing.Any
3372
- bl_parent_id: typing.Any
3133
+ bl_options: typing.Any
3373
3134
  bl_region_type: typing.Any
3374
3135
  bl_rna: typing.Any
3375
3136
  bl_space_type: typing.Any
@@ -3398,10 +3159,19 @@ class VIEW3D_PT_tools_meshedit_options_uvs(bpy.types.Panel, bpy_types._GenericUI
3398
3159
  """
3399
3160
  ...
3400
3161
 
3401
- class VIEW3D_PT_tools_object_options(bpy.types.Panel, bpy_types._GenericUI):
3162
+ @classmethod
3163
+ def poll(cls, context):
3164
+ """
3165
+
3166
+ :param context:
3167
+ """
3168
+ ...
3169
+
3170
+ class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
3402
3171
  bl_category: typing.Any
3403
3172
  bl_context: typing.Any
3404
3173
  bl_label: typing.Any
3174
+ bl_options: typing.Any
3405
3175
  bl_region_type: typing.Any
3406
3176
  bl_rna: typing.Any
3407
3177
  bl_space_type: typing.Any
@@ -3423,18 +3193,26 @@ class VIEW3D_PT_tools_object_options(bpy.types.Panel, bpy_types._GenericUI):
3423
3193
  """
3424
3194
  ...
3425
3195
 
3426
- def draw(self, context):
3196
+ def draw(self, _context):
3427
3197
  """
3428
3198
 
3429
- :param context:
3199
+ :param _context:
3200
+ """
3201
+ ...
3202
+
3203
+ @classmethod
3204
+ def poll(cls, _context):
3205
+ """
3206
+
3207
+ :param _context:
3430
3208
  """
3431
3209
  ...
3432
3210
 
3433
- class VIEW3D_PT_tools_object_options_transform(bpy.types.Panel, bpy_types._GenericUI):
3211
+ class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3434
3212
  bl_category: typing.Any
3435
3213
  bl_context: typing.Any
3436
3214
  bl_label: typing.Any
3437
- bl_parent_id: typing.Any
3215
+ bl_options: typing.Any
3438
3216
  bl_region_type: typing.Any
3439
3217
  bl_rna: typing.Any
3440
3218
  bl_space_type: typing.Any
@@ -3463,14 +3241,16 @@ class VIEW3D_PT_tools_object_options_transform(bpy.types.Panel, bpy_types._Gener
3463
3241
  """
3464
3242
  ...
3465
3243
 
3466
- class VIEW3D_PT_tools_particlemode(
3467
- View3DPanel,
3468
- bpy.types.Panel,
3469
- bpy_types._GenericUI,
3470
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3471
- ):
3244
+ @classmethod
3245
+ def poll(cls, context):
3246
+ """
3247
+
3248
+ :param context:
3249
+ """
3250
+ ...
3251
+
3252
+ class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
3472
3253
  bl_category: typing.Any
3473
- bl_context: typing.Any
3474
3254
  bl_label: typing.Any
3475
3255
  bl_options: typing.Any
3476
3256
  bl_region_type: typing.Any
@@ -3509,9 +3289,7 @@ class VIEW3D_PT_tools_particlemode(
3509
3289
  """
3510
3290
  ...
3511
3291
 
3512
- class VIEW3D_PT_tools_particlemode_options(bpy.types.Panel, bpy_types._GenericUI):
3513
- """Default tools for particle mode"""
3514
-
3292
+ class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
3515
3293
  bl_category: typing.Any
3516
3294
  bl_context: typing.Any
3517
3295
  bl_label: typing.Any
@@ -3544,14 +3322,11 @@ class VIEW3D_PT_tools_particlemode_options(bpy.types.Panel, bpy_types._GenericUI
3544
3322
  """
3545
3323
  ...
3546
3324
 
3547
- class VIEW3D_PT_tools_particlemode_options_display(
3548
- bpy.types.Panel, bpy_types._GenericUI
3549
- ):
3550
- """Default tools for particle mode"""
3551
-
3325
+ class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3552
3326
  bl_category: typing.Any
3327
+ bl_context: typing.Any
3553
3328
  bl_label: typing.Any
3554
- bl_parent_id: typing.Any
3329
+ bl_options: typing.Any
3555
3330
  bl_region_type: typing.Any
3556
3331
  bl_rna: typing.Any
3557
3332
  bl_space_type: typing.Any
@@ -3580,12 +3355,30 @@ class VIEW3D_PT_tools_particlemode_options_display(
3580
3355
  """
3581
3356
  ...
3582
3357
 
3583
- class VIEW3D_PT_tools_particlemode_options_shapecut(
3584
- bpy.types.Panel, bpy_types._GenericUI
3585
- ):
3586
- """Default tools for particle mode"""
3358
+ @classmethod
3359
+ def poll(cls, context):
3360
+ """
3361
+
3362
+ :param context:
3363
+ """
3364
+ ...
3365
+
3366
+ class View3DPaintBrushPanel(View3DPaintPanel):
3367
+ bl_category: typing.Any
3368
+ bl_region_type: typing.Any
3369
+ bl_space_type: typing.Any
3370
+
3371
+ @classmethod
3372
+ def poll(cls, context):
3373
+ """
3374
+
3375
+ :param context:
3376
+ """
3377
+ ...
3587
3378
 
3379
+ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPanel):
3588
3380
  bl_category: typing.Any
3381
+ bl_context: typing.Any
3589
3382
  bl_label: typing.Any
3590
3383
  bl_options: typing.Any
3591
3384
  bl_parent_id: typing.Any
@@ -3617,13 +3410,31 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
3617
3410
  """
3618
3411
  ...
3619
3412
 
3620
- class VIEW3D_PT_tools_posemode_options(bpy.types.Panel, bpy_types._GenericUI):
3413
+ def draw_header(self, context):
3414
+ """
3415
+
3416
+ :param context:
3417
+ """
3418
+ ...
3419
+
3420
+ @classmethod
3421
+ def poll(cls, context):
3422
+ """
3423
+
3424
+ :param context:
3425
+ """
3426
+ ...
3427
+
3428
+ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3621
3429
  bl_category: typing.Any
3622
3430
  bl_context: typing.Any
3623
3431
  bl_label: typing.Any
3432
+ bl_options: typing.Any
3433
+ bl_parent_id: typing.Any
3624
3434
  bl_region_type: typing.Any
3625
3435
  bl_rna: typing.Any
3626
3436
  bl_space_type: typing.Any
3437
+ bl_ui_units_x: typing.Any
3627
3438
  id_data: typing.Any
3628
3439
 
3629
3440
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -3642,26 +3453,35 @@ class VIEW3D_PT_tools_posemode_options(bpy.types.Panel, bpy_types._GenericUI):
3642
3453
  """
3643
3454
  ...
3644
3455
 
3645
- def draw(self, context):
3456
+ def draw(self, _context):
3457
+ """
3458
+
3459
+ :param _context:
3460
+ """
3461
+ ...
3462
+
3463
+ @classmethod
3464
+ def poll(cls, context):
3646
3465
  """
3647
3466
 
3648
3467
  :param context:
3649
3468
  """
3650
3469
  ...
3651
3470
 
3652
- class VIEW3D_PT_tools_vertexpaint_options(
3653
- View3DPanel,
3471
+ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3654
3472
  bpy.types.Panel,
3655
- bpy_types._GenericUI,
3656
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3473
+ bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3474
+ View3DPanel,
3657
3475
  ):
3658
3476
  bl_category: typing.Any
3659
3477
  bl_context: typing.Any
3660
3478
  bl_label: typing.Any
3661
3479
  bl_options: typing.Any
3480
+ bl_parent_id: typing.Any
3662
3481
  bl_region_type: typing.Any
3663
3482
  bl_rna: typing.Any
3664
3483
  bl_space_type: typing.Any
3484
+ bl_ui_units_x: typing.Any
3665
3485
  id_data: typing.Any
3666
3486
 
3667
3487
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -3680,31 +3500,43 @@ class VIEW3D_PT_tools_vertexpaint_options(
3680
3500
  """
3681
3501
  ...
3682
3502
 
3683
- def draw(self, _context):
3503
+ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3504
+ bpy.types.Panel,
3505
+ bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3506
+ View3DPanel,
3507
+ ):
3508
+ bl_category: typing.Any
3509
+ bl_context: typing.Any
3510
+ bl_label: typing.Any
3511
+ bl_options: typing.Any
3512
+ bl_parent_id: typing.Any
3513
+ bl_region_type: typing.Any
3514
+ bl_rna: typing.Any
3515
+ bl_space_type: typing.Any
3516
+ id_data: typing.Any
3517
+
3518
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
3684
3519
  """
3685
3520
 
3686
- :param _context:
3521
+ :return: The RNA type or default when not found.
3522
+ :rtype: bpy.types.Struct
3687
3523
  """
3688
3524
  ...
3689
3525
 
3690
- @classmethod
3691
- def poll(cls, _context):
3526
+ def bl_rna_get_subclass_py(self) -> typing.Any:
3692
3527
  """
3693
3528
 
3694
- :param _context:
3529
+ :return: The class or default when not found.
3530
+ :rtype: typing.Any
3695
3531
  """
3696
3532
  ...
3697
3533
 
3698
- class VIEW3D_PT_tools_vertexpaint_symmetry(
3699
- View3DPanel,
3700
- bpy.types.Panel,
3701
- bpy_types._GenericUI,
3702
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3703
- ):
3534
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DPanel):
3704
3535
  bl_category: typing.Any
3705
3536
  bl_context: typing.Any
3706
3537
  bl_label: typing.Any
3707
3538
  bl_options: typing.Any
3539
+ bl_parent_id: typing.Any
3708
3540
  bl_region_type: typing.Any
3709
3541
  bl_rna: typing.Any
3710
3542
  bl_space_type: typing.Any
@@ -3733,6 +3565,13 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
3733
3565
  """
3734
3566
  ...
3735
3567
 
3568
+ def draw_header(self, context):
3569
+ """
3570
+
3571
+ :param context:
3572
+ """
3573
+ ...
3574
+
3736
3575
  @classmethod
3737
3576
  def poll(cls, context):
3738
3577
  """
@@ -3741,13 +3580,16 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
3741
3580
  """
3742
3581
  ...
3743
3582
 
3744
- class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
3745
- bpy.types.Panel, bpy_types._GenericUI
3746
- ):
3583
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel):
3584
+ bl_category: typing.Any
3585
+ bl_context: typing.Any
3747
3586
  bl_label: typing.Any
3587
+ bl_options: typing.Any
3588
+ bl_parent_id: typing.Any
3748
3589
  bl_region_type: typing.Any
3749
3590
  bl_rna: typing.Any
3750
3591
  bl_space_type: typing.Any
3592
+ bl_ui_units_x: typing.Any
3751
3593
  id_data: typing.Any
3752
3594
 
3753
3595
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -3766,15 +3608,31 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
3766
3608
  """
3767
3609
  ...
3768
3610
 
3769
- class VIEW3D_PT_tools_weight_gradient(
3770
- View3DPanel,
3611
+ def draw(self, _context):
3612
+ """
3613
+
3614
+ :param _context:
3615
+ """
3616
+ ...
3617
+
3618
+ @classmethod
3619
+ def poll(cls, context):
3620
+ """
3621
+
3622
+ :param context:
3623
+ """
3624
+ ...
3625
+
3626
+ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3771
3627
  bpy.types.Panel,
3772
- bpy_types._GenericUI,
3773
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3628
+ bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3629
+ View3DPanel,
3774
3630
  ):
3775
3631
  bl_category: typing.Any
3632
+ bl_context: typing.Any
3776
3633
  bl_label: typing.Any
3777
3634
  bl_options: typing.Any
3635
+ bl_parent_id: typing.Any
3778
3636
  bl_region_type: typing.Any
3779
3637
  bl_rna: typing.Any
3780
3638
  bl_space_type: typing.Any
@@ -3796,31 +3654,16 @@ class VIEW3D_PT_tools_weight_gradient(
3796
3654
  """
3797
3655
  ...
3798
3656
 
3799
- def draw(self, context):
3800
- """
3801
-
3802
- :param context:
3803
- """
3804
- ...
3805
-
3806
- @classmethod
3807
- def poll(cls, context):
3808
- """
3809
-
3810
- :param context:
3811
- """
3812
- ...
3813
-
3814
- class VIEW3D_PT_tools_weightpaint_options(
3815
- View3DPanel,
3657
+ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3816
3658
  bpy.types.Panel,
3817
- bpy_types._GenericUI,
3818
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3659
+ bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3660
+ View3DPanel,
3819
3661
  ):
3820
3662
  bl_category: typing.Any
3821
3663
  bl_context: typing.Any
3822
3664
  bl_label: typing.Any
3823
3665
  bl_options: typing.Any
3666
+ bl_parent_id: typing.Any
3824
3667
  bl_region_type: typing.Any
3825
3668
  bl_rna: typing.Any
3826
3669
  bl_space_type: typing.Any
@@ -3842,23 +3685,10 @@ class VIEW3D_PT_tools_weightpaint_options(
3842
3685
  """
3843
3686
  ...
3844
3687
 
3845
- def draw(self, context):
3846
- """
3847
-
3848
- :param context:
3849
- """
3850
- ...
3851
-
3852
- class VIEW3D_PT_tools_weightpaint_symmetry(
3853
- View3DPanel,
3854
- bpy.types.Panel,
3855
- bpy_types._GenericUI,
3856
- bl_ui.properties_paint_common.UnifiedPaintPanel,
3857
- ):
3688
+ class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3858
3689
  bl_category: typing.Any
3859
3690
  bl_context: typing.Any
3860
3691
  bl_label: typing.Any
3861
- bl_options: typing.Any
3862
3692
  bl_region_type: typing.Any
3863
3693
  bl_rna: typing.Any
3864
3694
  bl_space_type: typing.Any
@@ -3895,13 +3725,16 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
3895
3725
  """
3896
3726
  ...
3897
3727
 
3898
- class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
3899
- bpy.types.Panel, bpy_types._GenericUI
3900
- ):
3728
+ class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushPanel):
3729
+ bl_category: typing.Any
3730
+ bl_context: typing.Any
3901
3731
  bl_label: typing.Any
3732
+ bl_options: typing.Any
3733
+ bl_parent_id: typing.Any
3902
3734
  bl_region_type: typing.Any
3903
3735
  bl_rna: typing.Any
3904
3736
  bl_space_type: typing.Any
3737
+ bl_ui_units_x: typing.Any
3905
3738
  id_data: typing.Any
3906
3739
 
3907
3740
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -3920,12 +3753,12 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
3920
3753
  """
3921
3754
  ...
3922
3755
 
3923
- class View3DPaintBrushPanel(
3924
- View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
3925
- ):
3926
- bl_category: typing.Any
3927
- bl_region_type: typing.Any
3928
- bl_space_type: typing.Any
3756
+ def draw(self, context):
3757
+ """
3758
+
3759
+ :param context:
3760
+ """
3761
+ ...
3929
3762
 
3930
3763
  @classmethod
3931
3764
  def poll(cls, context):
@@ -3935,15 +3768,6 @@ class View3DPaintBrushPanel(
3935
3768
  """
3936
3769
  ...
3937
3770
 
3938
- class View3DPaintPanel:
3939
- bl_category: typing.Any
3940
- bl_region_type: typing.Any
3941
- bl_space_type: typing.Any
3942
-
3943
- class View3DPanel:
3944
- bl_region_type: typing.Any
3945
- bl_space_type: typing.Any
3946
-
3947
3771
  def draw_vpaint_symmetry(layout, vpaint, obj): ...
3948
3772
  def is_not_gpencil_edit_mode(context): ...
3949
3773
  def tool_use_brush(context): ...