fake-bpy-module 20240720__py3-none-any.whl → 20240722__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.
- aud/__init__.pyi +77 -77
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/assets/__init__.pyi +2 -2
- bl_operators/bone_selection_sets/__init__.pyi +16 -28
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/image_as_planes/__init__.pyi +2 -12
- bl_operators/node/__init__.pyi +14 -16
- bl_operators/object_quick_effects/__init__.pyi +3 -3
- bl_operators/presets/__init__.pyi +22 -25
- bl_operators/sequencer/__init__.pyi +76 -76
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/properties_collection/__init__.pyi +5 -19
- bl_ui/properties_constraint/__init__.pyi +79 -289
- bl_ui/properties_data_armature/__init__.pyi +9 -33
- bl_ui/properties_data_bone/__init__.pyi +10 -17
- bl_ui/properties_data_camera/__init__.pyi +14 -32
- bl_ui/properties_data_curve/__init__.pyi +69 -88
- bl_ui/properties_data_curves/__init__.pyi +4 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +15 -50
- bl_ui/properties_data_grease_pencil/__init__.pyi +10 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -6
- bl_ui/properties_data_light/__init__.pyi +12 -25
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +63 -72
- bl_ui/properties_data_metaball/__init__.pyi +5 -10
- bl_ui/properties_data_modifier/__init__.pyi +9 -23
- bl_ui/properties_data_pointcloud/__init__.pyi +3 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -8
- bl_ui/properties_data_volume/__init__.pyi +7 -14
- bl_ui/properties_freestyle/__init__.pyi +9 -42
- bl_ui/properties_material/__init__.pyi +14 -40
- bl_ui/properties_material_gpencil/__init__.pyi +8 -32
- bl_ui/properties_object/__init__.pyi +13 -31
- bl_ui/properties_output/__init__.pyi +16 -43
- bl_ui/properties_paint_common/__init__.pyi +17 -17
- bl_ui/properties_particle/__init__.pyi +50 -135
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +21 -57
- bl_ui/properties_physics_field/__init__.pyi +10 -26
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -18
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -25
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +54 -150
- bl_ui/properties_scene/__init__.pyi +29 -42
- bl_ui/properties_texture/__init__.pyi +26 -58
- bl_ui/properties_view_layer/__init__.pyi +16 -43
- bl_ui/properties_workspace/__init__.pyi +3 -9
- bl_ui/properties_world/__init__.pyi +10 -19
- bl_ui/space_clip/__init__.pyi +31 -93
- bl_ui/space_dopesheet/__init__.pyi +13 -66
- bl_ui/space_filebrowser/__init__.pyi +17 -38
- bl_ui/space_graph/__init__.pyi +1 -6
- bl_ui/space_image/__init__.pyi +190 -235
- bl_ui/space_nla/__init__.pyi +2 -11
- bl_ui/space_node/__init__.pyi +3 -16
- bl_ui/space_sequencer/__init__.pyi +34 -104
- bl_ui/space_time/__init__.pyi +3 -7
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -21
- bl_ui/space_userpref/__init__.pyi +76 -215
- bl_ui/space_view3d/__init__.pyi +91 -147
- bl_ui/space_view3d_toolbar/__init__.pyi +435 -543
- bmesh/types/__init__.pyi +25 -25
- bpy/app/timers/__init__.pyi +6 -6
- bpy/types/__init__.pyi +113 -111
- bpy_extras/node_shader_utils/__init__.pyi +118 -118
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/RECORD +81 -81
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/WHEEL +1 -1
- freestyle/chainingiterators/__init__.pyi +4 -4
- freestyle/types/__init__.pyi +63 -65
- idprop/types/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +2 -2
- mathutils/__init__.pyi +1004 -965
- mathutils/bvhtree/__init__.pyi +2 -2
- nodeitems_builtins/__init__.pyi +3 -3
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bl_ui.properties_grease_pencil_common
|
|
5
4
|
import bl_ui.properties_paint_common
|
|
6
|
-
import bl_ui.utils
|
|
7
5
|
import bpy.types
|
|
8
6
|
import bpy_types
|
|
9
7
|
|
|
@@ -241,9 +239,8 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
241
239
|
|
|
242
240
|
class VIEW3D_PT_curves_sculpt_symmetry(
|
|
243
241
|
View3DPanel,
|
|
244
|
-
bpy_types._GenericUI,
|
|
245
242
|
bpy.types.Panel,
|
|
246
|
-
|
|
243
|
+
bpy_types._GenericUI,
|
|
247
244
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
248
245
|
):
|
|
249
246
|
bl_category: typing.Any
|
|
@@ -311,9 +308,7 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
|
311
308
|
"""
|
|
312
309
|
...
|
|
313
310
|
|
|
314
|
-
class VIEW3D_PT_gpencil_brush_presets(
|
|
315
|
-
bpy_types._GenericUI, bpy.types.Panel, bl_ui.utils.PresetPanel
|
|
316
|
-
):
|
|
311
|
+
class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bpy_types._GenericUI):
|
|
317
312
|
"""Brush settings"""
|
|
318
313
|
|
|
319
314
|
bl_label: typing.Any
|
|
@@ -342,7 +337,7 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
342
337
|
...
|
|
343
338
|
|
|
344
339
|
class VIEW3D_PT_imagepaint_options(
|
|
345
|
-
View3DPanel,
|
|
340
|
+
View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
|
|
346
341
|
):
|
|
347
342
|
bl_category: typing.Any
|
|
348
343
|
bl_label: typing.Any
|
|
@@ -397,9 +392,8 @@ class VIEW3D_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
397
392
|
|
|
398
393
|
class VIEW3D_PT_sculpt_dyntopo(
|
|
399
394
|
View3DPanel,
|
|
400
|
-
bpy_types._GenericUI,
|
|
401
395
|
bpy.types.Panel,
|
|
402
|
-
|
|
396
|
+
bpy_types._GenericUI,
|
|
403
397
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
404
398
|
):
|
|
405
399
|
bl_category: typing.Any
|
|
@@ -452,9 +446,8 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
452
446
|
|
|
453
447
|
class VIEW3D_PT_sculpt_options(
|
|
454
448
|
View3DPanel,
|
|
455
|
-
bpy_types._GenericUI,
|
|
456
449
|
bpy.types.Panel,
|
|
457
|
-
|
|
450
|
+
bpy_types._GenericUI,
|
|
458
451
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
459
452
|
):
|
|
460
453
|
bl_category: typing.Any
|
|
@@ -500,9 +493,8 @@ class VIEW3D_PT_sculpt_options(
|
|
|
500
493
|
|
|
501
494
|
class VIEW3D_PT_sculpt_options_gravity(
|
|
502
495
|
View3DPanel,
|
|
503
|
-
bpy_types._GenericUI,
|
|
504
496
|
bpy.types.Panel,
|
|
505
|
-
|
|
497
|
+
bpy_types._GenericUI,
|
|
506
498
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
507
499
|
):
|
|
508
500
|
bl_category: typing.Any
|
|
@@ -547,9 +539,8 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
547
539
|
|
|
548
540
|
class VIEW3D_PT_sculpt_symmetry(
|
|
549
541
|
View3DPanel,
|
|
550
|
-
bpy_types._GenericUI,
|
|
551
542
|
bpy.types.Panel,
|
|
552
|
-
|
|
543
|
+
bpy_types._GenericUI,
|
|
553
544
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
554
545
|
):
|
|
555
546
|
bl_category: typing.Any
|
|
@@ -618,9 +609,8 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel, bpy_types._GenericUI
|
|
|
618
609
|
|
|
619
610
|
class VIEW3D_PT_sculpt_voxel_remesh(
|
|
620
611
|
View3DPanel,
|
|
621
|
-
bpy_types._GenericUI,
|
|
622
612
|
bpy.types.Panel,
|
|
623
|
-
|
|
613
|
+
bpy_types._GenericUI,
|
|
624
614
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
625
615
|
):
|
|
626
616
|
bl_category: typing.Any
|
|
@@ -702,9 +692,7 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
702
692
|
"""
|
|
703
693
|
...
|
|
704
694
|
|
|
705
|
-
class VIEW3D_PT_slots_paint_canvas(
|
|
706
|
-
bpy.types.Panel, SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
707
|
-
):
|
|
695
|
+
class VIEW3D_PT_slots_paint_canvas(bpy.types.Panel, bpy_types._GenericUI):
|
|
708
696
|
bl_label: typing.Any
|
|
709
697
|
bl_region_type: typing.Any
|
|
710
698
|
bl_rna: typing.Any
|
|
@@ -758,9 +746,7 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
758
746
|
"""
|
|
759
747
|
...
|
|
760
748
|
|
|
761
|
-
class VIEW3D_PT_slots_projectpaint(
|
|
762
|
-
bpy.types.Panel, SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
763
|
-
):
|
|
749
|
+
class VIEW3D_PT_slots_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
|
|
764
750
|
bl_label: typing.Any
|
|
765
751
|
bl_region_type: typing.Any
|
|
766
752
|
bl_rna: typing.Any
|
|
@@ -901,9 +887,7 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
901
887
|
"""
|
|
902
888
|
...
|
|
903
889
|
|
|
904
|
-
class VIEW3D_PT_tools_armatureedit_options(
|
|
905
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
906
|
-
):
|
|
890
|
+
class VIEW3D_PT_tools_armatureedit_options(bpy.types.Panel, bpy_types._GenericUI):
|
|
907
891
|
bl_category: typing.Any
|
|
908
892
|
bl_context: typing.Any
|
|
909
893
|
bl_label: typing.Any
|
|
@@ -937,11 +921,9 @@ class VIEW3D_PT_tools_armatureedit_options(
|
|
|
937
921
|
|
|
938
922
|
class VIEW3D_PT_tools_brush_clone(
|
|
939
923
|
bl_ui.properties_paint_common.BrushPanel,
|
|
940
|
-
View3DPanel,
|
|
941
924
|
bpy_types._GenericUI,
|
|
942
925
|
bpy.types.Panel,
|
|
943
|
-
|
|
944
|
-
bl_ui.properties_paint_common.ClonePanel,
|
|
926
|
+
View3DPanel,
|
|
945
927
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
946
928
|
):
|
|
947
929
|
bl_category: typing.Any
|
|
@@ -972,9 +954,8 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
972
954
|
|
|
973
955
|
class VIEW3D_PT_tools_brush_color(
|
|
974
956
|
View3DPanel,
|
|
975
|
-
bpy_types._GenericUI,
|
|
976
957
|
bpy.types.Panel,
|
|
977
|
-
|
|
958
|
+
bpy_types._GenericUI,
|
|
978
959
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
979
960
|
):
|
|
980
961
|
bl_category: typing.Any
|
|
@@ -1019,12 +1000,10 @@ class VIEW3D_PT_tools_brush_color(
|
|
|
1019
1000
|
|
|
1020
1001
|
class VIEW3D_PT_tools_brush_display(
|
|
1021
1002
|
bl_ui.properties_paint_common.BrushPanel,
|
|
1022
|
-
|
|
1023
|
-
View3DPaintBrushPanel,
|
|
1003
|
+
View3DPaintPanel,
|
|
1024
1004
|
bpy.types.Panel,
|
|
1025
1005
|
bpy_types._GenericUI,
|
|
1026
|
-
|
|
1027
|
-
bl_ui.properties_paint_common.DisplayPanel,
|
|
1006
|
+
View3DPanel,
|
|
1028
1007
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1029
1008
|
):
|
|
1030
1009
|
bl_category: typing.Any
|
|
@@ -1056,11 +1035,9 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
1056
1035
|
|
|
1057
1036
|
class VIEW3D_PT_tools_brush_falloff(
|
|
1058
1037
|
bl_ui.properties_paint_common.BrushPanel,
|
|
1059
|
-
View3DPanel,
|
|
1060
1038
|
bpy_types._GenericUI,
|
|
1061
1039
|
bpy.types.Panel,
|
|
1062
|
-
|
|
1063
|
-
bl_ui.properties_paint_common.FalloffPanel,
|
|
1040
|
+
View3DPanel,
|
|
1064
1041
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1065
1042
|
):
|
|
1066
1043
|
bl_category: typing.Any
|
|
@@ -1092,7 +1069,6 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
1092
1069
|
class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
1093
1070
|
bpy.types.Panel,
|
|
1094
1071
|
View3DPanel,
|
|
1095
|
-
View3DPaintPanel,
|
|
1096
1072
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1097
1073
|
bpy_types._GenericUI,
|
|
1098
1074
|
):
|
|
@@ -1147,7 +1123,6 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
1147
1123
|
class VIEW3D_PT_tools_brush_falloff_normal(
|
|
1148
1124
|
bpy.types.Panel,
|
|
1149
1125
|
View3DPanel,
|
|
1150
|
-
View3DPaintPanel,
|
|
1151
1126
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1152
1127
|
bpy_types._GenericUI,
|
|
1153
1128
|
):
|
|
@@ -1201,12 +1176,10 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
1201
1176
|
|
|
1202
1177
|
class VIEW3D_PT_tools_brush_select(
|
|
1203
1178
|
bl_ui.properties_paint_common.BrushPanel,
|
|
1204
|
-
|
|
1205
|
-
View3DPaintBrushPanel,
|
|
1179
|
+
View3DPaintPanel,
|
|
1206
1180
|
bpy.types.Panel,
|
|
1207
1181
|
bpy_types._GenericUI,
|
|
1208
|
-
|
|
1209
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1182
|
+
View3DPanel,
|
|
1210
1183
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1211
1184
|
):
|
|
1212
1185
|
bl_category: typing.Any
|
|
@@ -1235,9 +1208,8 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
1235
1208
|
|
|
1236
1209
|
class VIEW3D_PT_tools_brush_settings(
|
|
1237
1210
|
View3DPanel,
|
|
1238
|
-
View3DPaintBrushPanel,
|
|
1239
|
-
bpy.types.Panel,
|
|
1240
1211
|
bpy_types._GenericUI,
|
|
1212
|
+
bpy.types.Panel,
|
|
1241
1213
|
View3DPaintPanel,
|
|
1242
1214
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1243
1215
|
):
|
|
@@ -1282,9 +1254,8 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
1282
1254
|
|
|
1283
1255
|
class VIEW3D_PT_tools_brush_settings_advanced(
|
|
1284
1256
|
View3DPanel,
|
|
1285
|
-
View3DPaintBrushPanel,
|
|
1286
|
-
bpy.types.Panel,
|
|
1287
1257
|
bpy_types._GenericUI,
|
|
1258
|
+
bpy.types.Panel,
|
|
1288
1259
|
View3DPaintPanel,
|
|
1289
1260
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1290
1261
|
):
|
|
@@ -1332,11 +1303,9 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
1332
1303
|
|
|
1333
1304
|
class VIEW3D_PT_tools_brush_stroke(
|
|
1334
1305
|
bl_ui.properties_paint_common.BrushPanel,
|
|
1335
|
-
View3DPanel,
|
|
1336
1306
|
bpy_types._GenericUI,
|
|
1337
1307
|
bpy.types.Panel,
|
|
1338
|
-
|
|
1339
|
-
bl_ui.properties_paint_common.StrokePanel,
|
|
1308
|
+
View3DPanel,
|
|
1340
1309
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1341
1310
|
):
|
|
1342
1311
|
bl_category: typing.Any
|
|
@@ -1368,11 +1337,9 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
1368
1337
|
|
|
1369
1338
|
class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
1370
1339
|
bl_ui.properties_paint_common.BrushPanel,
|
|
1371
|
-
View3DPanel,
|
|
1372
1340
|
bpy_types._GenericUI,
|
|
1373
1341
|
bpy.types.Panel,
|
|
1374
|
-
|
|
1375
|
-
bl_ui.properties_paint_common.SmoothStrokePanel,
|
|
1342
|
+
View3DPanel,
|
|
1376
1343
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1377
1344
|
):
|
|
1378
1345
|
bl_category: typing.Any
|
|
@@ -1403,11 +1370,9 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
1403
1370
|
|
|
1404
1371
|
class VIEW3D_PT_tools_brush_swatches(
|
|
1405
1372
|
bl_ui.properties_paint_common.BrushPanel,
|
|
1406
|
-
View3DPanel,
|
|
1407
1373
|
bpy_types._GenericUI,
|
|
1408
1374
|
bpy.types.Panel,
|
|
1409
|
-
|
|
1410
|
-
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
1375
|
+
View3DPanel,
|
|
1411
1376
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1412
1377
|
):
|
|
1413
1378
|
bl_category: typing.Any
|
|
@@ -1438,9 +1403,8 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
1438
1403
|
|
|
1439
1404
|
class VIEW3D_PT_tools_brush_texture(
|
|
1440
1405
|
View3DPanel,
|
|
1441
|
-
bpy_types._GenericUI,
|
|
1442
1406
|
bpy.types.Panel,
|
|
1443
|
-
|
|
1407
|
+
bpy_types._GenericUI,
|
|
1444
1408
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1445
1409
|
):
|
|
1446
1410
|
bl_category: typing.Any
|
|
@@ -1485,7 +1449,7 @@ class VIEW3D_PT_tools_brush_texture(
|
|
|
1485
1449
|
...
|
|
1486
1450
|
|
|
1487
1451
|
class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
1488
|
-
bpy.types.Panel,
|
|
1452
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
1489
1453
|
):
|
|
1490
1454
|
bl_category: typing.Any
|
|
1491
1455
|
bl_context: typing.Any
|
|
@@ -1529,9 +1493,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
1529
1493
|
"""
|
|
1530
1494
|
...
|
|
1531
1495
|
|
|
1532
|
-
class VIEW3D_PT_tools_grease_pencil_brush_eraser(
|
|
1533
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
1534
|
-
):
|
|
1496
|
+
class VIEW3D_PT_tools_grease_pencil_brush_eraser(bpy.types.Panel, bpy_types._GenericUI):
|
|
1535
1497
|
bl_category: typing.Any
|
|
1536
1498
|
bl_context: typing.Any
|
|
1537
1499
|
bl_label: typing.Any
|
|
@@ -1573,7 +1535,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(
|
|
|
1573
1535
|
...
|
|
1574
1536
|
|
|
1575
1537
|
class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
1576
|
-
bpy.types.Panel,
|
|
1538
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
1577
1539
|
):
|
|
1578
1540
|
bl_category: typing.Any
|
|
1579
1541
|
bl_context: typing.Any
|
|
@@ -1616,7 +1578,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
1616
1578
|
...
|
|
1617
1579
|
|
|
1618
1580
|
class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
1619
|
-
bpy.types.Panel,
|
|
1581
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
1620
1582
|
):
|
|
1621
1583
|
bl_category: typing.Any
|
|
1622
1584
|
bl_context: typing.Any
|
|
@@ -1659,7 +1621,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
1659
1621
|
...
|
|
1660
1622
|
|
|
1661
1623
|
class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
1662
|
-
bpy.types.Panel,
|
|
1624
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
1663
1625
|
):
|
|
1664
1626
|
bl_category: typing.Any
|
|
1665
1627
|
bl_context: typing.Any
|
|
@@ -1702,10 +1664,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
|
1702
1664
|
|
|
1703
1665
|
class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
1704
1666
|
View3DPanel,
|
|
1705
|
-
bpy_types._GenericUI,
|
|
1706
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
1707
1667
|
bpy.types.Panel,
|
|
1708
|
-
|
|
1668
|
+
bpy_types._GenericUI,
|
|
1709
1669
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1710
1670
|
):
|
|
1711
1671
|
bl_category: typing.Any
|
|
@@ -1742,7 +1702,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
1742
1702
|
...
|
|
1743
1703
|
|
|
1744
1704
|
class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
1745
|
-
bpy.types.Panel,
|
|
1705
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
1746
1706
|
):
|
|
1747
1707
|
bl_category: typing.Any
|
|
1748
1708
|
bl_context: typing.Any
|
|
@@ -1792,9 +1752,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
1792
1752
|
"""
|
|
1793
1753
|
...
|
|
1794
1754
|
|
|
1795
|
-
class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
1796
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
1797
|
-
):
|
|
1755
|
+
class VIEW3D_PT_tools_grease_pencil_brush_random(bpy.types.Panel, bpy_types._GenericUI):
|
|
1798
1756
|
bl_category: typing.Any
|
|
1799
1757
|
bl_context: typing.Any
|
|
1800
1758
|
bl_label: typing.Any
|
|
@@ -1845,10 +1803,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
|
1845
1803
|
|
|
1846
1804
|
class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
1847
1805
|
View3DPanel,
|
|
1848
|
-
bpy_types._GenericUI,
|
|
1849
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
1850
1806
|
bpy.types.Panel,
|
|
1851
|
-
|
|
1807
|
+
bpy_types._GenericUI,
|
|
1852
1808
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1853
1809
|
):
|
|
1854
1810
|
bl_category: typing.Any
|
|
@@ -1886,11 +1842,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
1886
1842
|
|
|
1887
1843
|
class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
1888
1844
|
bl_ui.properties_paint_common.BrushPanel,
|
|
1889
|
-
GreasePencilPaintPanel,
|
|
1890
|
-
bpy_types._GenericUI,
|
|
1891
1845
|
bpy.types.Panel,
|
|
1892
|
-
|
|
1893
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1846
|
+
bpy_types._GenericUI,
|
|
1894
1847
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1895
1848
|
):
|
|
1896
1849
|
bl_category: typing.Any
|
|
@@ -1917,16 +1870,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
|
1917
1870
|
"""
|
|
1918
1871
|
...
|
|
1919
1872
|
|
|
1920
|
-
class
|
|
1921
|
-
|
|
1922
|
-
bl_space_type: typing.Any
|
|
1923
|
-
|
|
1924
|
-
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
1925
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
1873
|
+
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
1874
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
1926
1875
|
):
|
|
1927
1876
|
bl_category: typing.Any
|
|
1928
1877
|
bl_context: typing.Any
|
|
1929
1878
|
bl_label: typing.Any
|
|
1879
|
+
bl_options: typing.Any
|
|
1930
1880
|
bl_region_type: typing.Any
|
|
1931
1881
|
bl_rna: typing.Any
|
|
1932
1882
|
bl_space_type: typing.Any
|
|
@@ -1955,26 +1905,21 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
1955
1905
|
"""
|
|
1956
1906
|
...
|
|
1957
1907
|
|
|
1958
|
-
|
|
1959
|
-
def poll(cls, context):
|
|
1908
|
+
def draw_header_preset(self, _context):
|
|
1960
1909
|
"""
|
|
1961
1910
|
|
|
1962
|
-
:param
|
|
1911
|
+
:param _context:
|
|
1963
1912
|
"""
|
|
1964
1913
|
...
|
|
1965
1914
|
|
|
1966
|
-
class
|
|
1967
|
-
|
|
1968
|
-
bpy_types._GenericUI,
|
|
1969
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
1970
|
-
bpy.types.Panel,
|
|
1971
|
-
View3DPaintPanel,
|
|
1972
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
1915
|
+
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
1916
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
1973
1917
|
):
|
|
1974
1918
|
bl_category: typing.Any
|
|
1975
1919
|
bl_context: typing.Any
|
|
1976
1920
|
bl_label: typing.Any
|
|
1977
1921
|
bl_options: typing.Any
|
|
1922
|
+
bl_parent_id: typing.Any
|
|
1978
1923
|
bl_region_type: typing.Any
|
|
1979
1924
|
bl_rna: typing.Any
|
|
1980
1925
|
bl_space_type: typing.Any
|
|
@@ -1996,6 +1941,20 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
1996
1941
|
"""
|
|
1997
1942
|
...
|
|
1998
1943
|
|
|
1944
|
+
def draw(self, context):
|
|
1945
|
+
"""
|
|
1946
|
+
|
|
1947
|
+
:param context:
|
|
1948
|
+
"""
|
|
1949
|
+
...
|
|
1950
|
+
|
|
1951
|
+
def draw_header(self, context):
|
|
1952
|
+
"""
|
|
1953
|
+
|
|
1954
|
+
:param context:
|
|
1955
|
+
"""
|
|
1956
|
+
...
|
|
1957
|
+
|
|
1999
1958
|
@classmethod
|
|
2000
1959
|
def poll(cls, context):
|
|
2001
1960
|
"""
|
|
@@ -2004,16 +1963,16 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
2004
1963
|
"""
|
|
2005
1964
|
...
|
|
2006
1965
|
|
|
2007
|
-
class
|
|
2008
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2009
|
-
):
|
|
1966
|
+
class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, bpy_types._GenericUI):
|
|
2010
1967
|
bl_category: typing.Any
|
|
2011
1968
|
bl_context: typing.Any
|
|
2012
1969
|
bl_label: typing.Any
|
|
1970
|
+
bl_options: typing.Any
|
|
2013
1971
|
bl_parent_id: typing.Any
|
|
2014
1972
|
bl_region_type: typing.Any
|
|
2015
1973
|
bl_rna: typing.Any
|
|
2016
1974
|
bl_space_type: typing.Any
|
|
1975
|
+
bl_ui_units_x: typing.Any
|
|
2017
1976
|
id_data: typing.Any
|
|
2018
1977
|
|
|
2019
1978
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2032,10 +1991,10 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
|
2032
1991
|
"""
|
|
2033
1992
|
...
|
|
2034
1993
|
|
|
2035
|
-
def draw(self,
|
|
1994
|
+
def draw(self, _context):
|
|
2036
1995
|
"""
|
|
2037
1996
|
|
|
2038
|
-
:param
|
|
1997
|
+
:param _context:
|
|
2039
1998
|
"""
|
|
2040
1999
|
...
|
|
2041
2000
|
|
|
@@ -2047,19 +2006,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
|
2047
2006
|
"""
|
|
2048
2007
|
...
|
|
2049
2008
|
|
|
2050
|
-
class
|
|
2051
|
-
|
|
2052
|
-
bpy_types._GenericUI,
|
|
2053
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
2054
|
-
bpy.types.Panel,
|
|
2055
|
-
View3DPaintPanel,
|
|
2056
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2009
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
2010
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2057
2011
|
):
|
|
2058
2012
|
bl_category: typing.Any
|
|
2059
2013
|
bl_context: typing.Any
|
|
2060
2014
|
bl_label: typing.Any
|
|
2061
|
-
bl_options: typing.Any
|
|
2062
|
-
bl_parent_id: typing.Any
|
|
2063
2015
|
bl_region_type: typing.Any
|
|
2064
2016
|
bl_rna: typing.Any
|
|
2065
2017
|
bl_space_type: typing.Any
|
|
@@ -2081,6 +2033,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
2081
2033
|
"""
|
|
2082
2034
|
...
|
|
2083
2035
|
|
|
2036
|
+
def draw(self, context):
|
|
2037
|
+
"""
|
|
2038
|
+
|
|
2039
|
+
:param context:
|
|
2040
|
+
"""
|
|
2041
|
+
...
|
|
2042
|
+
|
|
2084
2043
|
@classmethod
|
|
2085
2044
|
def poll(cls, context):
|
|
2086
2045
|
"""
|
|
@@ -2089,17 +2048,16 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
2089
2048
|
"""
|
|
2090
2049
|
...
|
|
2091
2050
|
|
|
2092
|
-
class
|
|
2093
|
-
bpy.types.Panel,
|
|
2094
|
-
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
2051
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
2095
2052
|
View3DPanel,
|
|
2053
|
+
bpy.types.Panel,
|
|
2096
2054
|
bpy_types._GenericUI,
|
|
2055
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2097
2056
|
):
|
|
2098
2057
|
bl_category: typing.Any
|
|
2099
2058
|
bl_context: typing.Any
|
|
2100
2059
|
bl_label: typing.Any
|
|
2101
2060
|
bl_options: typing.Any
|
|
2102
|
-
bl_parent_id: typing.Any
|
|
2103
2061
|
bl_region_type: typing.Any
|
|
2104
2062
|
bl_rna: typing.Any
|
|
2105
2063
|
bl_space_type: typing.Any
|
|
@@ -2129,15 +2087,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
2129
2087
|
"""
|
|
2130
2088
|
...
|
|
2131
2089
|
|
|
2132
|
-
class
|
|
2133
|
-
bpy.types.Panel,
|
|
2134
|
-
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
2135
|
-
View3DPanel,
|
|
2136
|
-
bpy_types._GenericUI,
|
|
2090
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
2091
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2137
2092
|
):
|
|
2138
2093
|
bl_category: typing.Any
|
|
2139
2094
|
bl_context: typing.Any
|
|
2140
2095
|
bl_label: typing.Any
|
|
2096
|
+
bl_parent_id: typing.Any
|
|
2141
2097
|
bl_region_type: typing.Any
|
|
2142
2098
|
bl_rna: typing.Any
|
|
2143
2099
|
bl_space_type: typing.Any
|
|
@@ -2159,6 +2115,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
2159
2115
|
"""
|
|
2160
2116
|
...
|
|
2161
2117
|
|
|
2118
|
+
def draw(self, context):
|
|
2119
|
+
"""
|
|
2120
|
+
|
|
2121
|
+
:param context:
|
|
2122
|
+
"""
|
|
2123
|
+
...
|
|
2124
|
+
|
|
2162
2125
|
@classmethod
|
|
2163
2126
|
def poll(cls, context):
|
|
2164
2127
|
"""
|
|
@@ -2167,18 +2130,17 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
2167
2130
|
"""
|
|
2168
2131
|
...
|
|
2169
2132
|
|
|
2170
|
-
class
|
|
2171
|
-
bl_ui.properties_paint_common.BrushPanel,
|
|
2172
|
-
GreasePencilSculptPanel,
|
|
2173
|
-
bpy_types._GenericUI,
|
|
2174
|
-
bpy.types.Panel,
|
|
2133
|
+
class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
2175
2134
|
View3DPanel,
|
|
2176
|
-
|
|
2135
|
+
bpy.types.Panel,
|
|
2136
|
+
bpy_types._GenericUI,
|
|
2177
2137
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2178
2138
|
):
|
|
2179
2139
|
bl_category: typing.Any
|
|
2180
2140
|
bl_context: typing.Any
|
|
2181
2141
|
bl_label: typing.Any
|
|
2142
|
+
bl_options: typing.Any
|
|
2143
|
+
bl_parent_id: typing.Any
|
|
2182
2144
|
bl_region_type: typing.Any
|
|
2183
2145
|
bl_rna: typing.Any
|
|
2184
2146
|
bl_space_type: typing.Any
|
|
@@ -2200,8 +2162,16 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
|
2200
2162
|
"""
|
|
2201
2163
|
...
|
|
2202
2164
|
|
|
2203
|
-
|
|
2204
|
-
|
|
2165
|
+
@classmethod
|
|
2166
|
+
def poll(cls, context):
|
|
2167
|
+
"""
|
|
2168
|
+
|
|
2169
|
+
:param context:
|
|
2170
|
+
"""
|
|
2171
|
+
...
|
|
2172
|
+
|
|
2173
|
+
class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
2174
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2205
2175
|
):
|
|
2206
2176
|
bl_category: typing.Any
|
|
2207
2177
|
bl_context: typing.Any
|
|
@@ -2230,28 +2200,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
2230
2200
|
"""
|
|
2231
2201
|
...
|
|
2232
2202
|
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
:param context:
|
|
2237
|
-
"""
|
|
2238
|
-
...
|
|
2239
|
-
|
|
2240
|
-
@classmethod
|
|
2241
|
-
def poll(cls, context):
|
|
2242
|
-
"""
|
|
2243
|
-
|
|
2244
|
-
:param context:
|
|
2245
|
-
"""
|
|
2246
|
-
...
|
|
2247
|
-
|
|
2248
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(
|
|
2249
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2203
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
2204
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2250
2205
|
):
|
|
2251
2206
|
bl_category: typing.Any
|
|
2252
2207
|
bl_context: typing.Any
|
|
2253
2208
|
bl_label: typing.Any
|
|
2254
2209
|
bl_options: typing.Any
|
|
2210
|
+
bl_parent_id: typing.Any
|
|
2255
2211
|
bl_region_type: typing.Any
|
|
2256
2212
|
bl_rna: typing.Any
|
|
2257
2213
|
bl_space_type: typing.Any
|
|
@@ -2273,27 +2229,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(
|
|
|
2273
2229
|
"""
|
|
2274
2230
|
...
|
|
2275
2231
|
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
:param context:
|
|
2280
|
-
"""
|
|
2281
|
-
...
|
|
2282
|
-
|
|
2283
|
-
@classmethod
|
|
2284
|
-
def poll(cls, context):
|
|
2285
|
-
"""
|
|
2286
|
-
|
|
2287
|
-
:param context:
|
|
2288
|
-
"""
|
|
2289
|
-
...
|
|
2290
|
-
|
|
2291
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
|
|
2292
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2232
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
2233
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2293
2234
|
):
|
|
2294
2235
|
bl_category: typing.Any
|
|
2295
2236
|
bl_context: typing.Any
|
|
2296
2237
|
bl_label: typing.Any
|
|
2238
|
+
bl_options: typing.Any
|
|
2297
2239
|
bl_parent_id: typing.Any
|
|
2298
2240
|
bl_region_type: typing.Any
|
|
2299
2241
|
bl_rna: typing.Any
|
|
@@ -2316,13 +2258,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
|
|
|
2316
2258
|
"""
|
|
2317
2259
|
...
|
|
2318
2260
|
|
|
2319
|
-
def draw(self, context):
|
|
2320
|
-
"""
|
|
2321
|
-
|
|
2322
|
-
:param context:
|
|
2323
|
-
"""
|
|
2324
|
-
...
|
|
2325
|
-
|
|
2326
2261
|
@classmethod
|
|
2327
2262
|
def poll(cls, context):
|
|
2328
2263
|
"""
|
|
@@ -2331,13 +2266,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
|
|
|
2331
2266
|
"""
|
|
2332
2267
|
...
|
|
2333
2268
|
|
|
2334
|
-
class
|
|
2335
|
-
bpy.types.Panel,
|
|
2269
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
2270
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2336
2271
|
):
|
|
2337
2272
|
bl_category: typing.Any
|
|
2338
2273
|
bl_context: typing.Any
|
|
2339
2274
|
bl_label: typing.Any
|
|
2340
|
-
bl_parent_id: typing.Any
|
|
2341
2275
|
bl_region_type: typing.Any
|
|
2342
2276
|
bl_rna: typing.Any
|
|
2343
2277
|
bl_space_type: typing.Any
|
|
@@ -2359,13 +2293,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
2359
2293
|
"""
|
|
2360
2294
|
...
|
|
2361
2295
|
|
|
2362
|
-
def draw(self, context):
|
|
2363
|
-
"""
|
|
2364
|
-
|
|
2365
|
-
:param context:
|
|
2366
|
-
"""
|
|
2367
|
-
...
|
|
2368
|
-
|
|
2369
2296
|
@classmethod
|
|
2370
2297
|
def poll(cls, context):
|
|
2371
2298
|
"""
|
|
@@ -2374,8 +2301,11 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
2374
2301
|
"""
|
|
2375
2302
|
...
|
|
2376
2303
|
|
|
2377
|
-
class
|
|
2378
|
-
|
|
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,
|
|
2379
2309
|
):
|
|
2380
2310
|
bl_category: typing.Any
|
|
2381
2311
|
bl_context: typing.Any
|
|
@@ -2401,29 +2331,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
2401
2331
|
"""
|
|
2402
2332
|
...
|
|
2403
2333
|
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
:param context:
|
|
2408
|
-
"""
|
|
2409
|
-
...
|
|
2410
|
-
|
|
2411
|
-
@classmethod
|
|
2412
|
-
def poll(cls, context):
|
|
2413
|
-
"""
|
|
2414
|
-
|
|
2415
|
-
:param context:
|
|
2416
|
-
"""
|
|
2417
|
-
...
|
|
2418
|
-
|
|
2419
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
2420
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2334
|
+
class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
2335
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2421
2336
|
):
|
|
2422
2337
|
bl_category: typing.Any
|
|
2423
2338
|
bl_context: typing.Any
|
|
2424
2339
|
bl_label: typing.Any
|
|
2425
|
-
bl_options: typing.Any
|
|
2426
|
-
bl_parent_id: typing.Any
|
|
2427
2340
|
bl_region_type: typing.Any
|
|
2428
2341
|
bl_rna: typing.Any
|
|
2429
2342
|
bl_space_type: typing.Any
|
|
@@ -2452,7 +2365,37 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
|
2452
2365
|
"""
|
|
2453
2366
|
...
|
|
2454
2367
|
|
|
2455
|
-
|
|
2368
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
2369
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2370
|
+
):
|
|
2371
|
+
bl_category: typing.Any
|
|
2372
|
+
bl_context: typing.Any
|
|
2373
|
+
bl_label: typing.Any
|
|
2374
|
+
bl_options: typing.Any
|
|
2375
|
+
bl_parent_id: typing.Any
|
|
2376
|
+
bl_region_type: typing.Any
|
|
2377
|
+
bl_rna: typing.Any
|
|
2378
|
+
bl_space_type: typing.Any
|
|
2379
|
+
bl_ui_units_x: typing.Any
|
|
2380
|
+
id_data: typing.Any
|
|
2381
|
+
|
|
2382
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2383
|
+
"""
|
|
2384
|
+
|
|
2385
|
+
:return: The RNA type or default when not found.
|
|
2386
|
+
:rtype: bpy.types.Struct
|
|
2387
|
+
"""
|
|
2388
|
+
...
|
|
2389
|
+
|
|
2390
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2391
|
+
"""
|
|
2392
|
+
|
|
2393
|
+
:return: The class or default when not found.
|
|
2394
|
+
:rtype: typing.Any
|
|
2395
|
+
"""
|
|
2396
|
+
...
|
|
2397
|
+
|
|
2398
|
+
def draw(self, context):
|
|
2456
2399
|
"""
|
|
2457
2400
|
|
|
2458
2401
|
:param context:
|
|
@@ -2467,14 +2410,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
|
2467
2410
|
"""
|
|
2468
2411
|
...
|
|
2469
2412
|
|
|
2470
|
-
class
|
|
2471
|
-
bpy.types.Panel,
|
|
2413
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(
|
|
2414
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2472
2415
|
):
|
|
2473
2416
|
bl_category: typing.Any
|
|
2474
2417
|
bl_context: typing.Any
|
|
2475
2418
|
bl_label: typing.Any
|
|
2476
2419
|
bl_options: typing.Any
|
|
2477
|
-
bl_parent_id: typing.Any
|
|
2478
2420
|
bl_region_type: typing.Any
|
|
2479
2421
|
bl_rna: typing.Any
|
|
2480
2422
|
bl_space_type: typing.Any
|
|
@@ -2503,13 +2445,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
|
|
|
2503
2445
|
"""
|
|
2504
2446
|
...
|
|
2505
2447
|
|
|
2506
|
-
def draw_header(self, context):
|
|
2507
|
-
"""
|
|
2508
|
-
|
|
2509
|
-
:param context:
|
|
2510
|
-
"""
|
|
2511
|
-
...
|
|
2512
|
-
|
|
2513
2448
|
@classmethod
|
|
2514
2449
|
def poll(cls, context):
|
|
2515
2450
|
"""
|
|
@@ -2518,18 +2453,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
|
|
|
2518
2453
|
"""
|
|
2519
2454
|
...
|
|
2520
2455
|
|
|
2521
|
-
class
|
|
2522
|
-
|
|
2523
|
-
GreasePencilV3PaintPanel,
|
|
2524
|
-
bpy_types._GenericUI,
|
|
2525
|
-
bpy.types.Panel,
|
|
2526
|
-
View3DPanel,
|
|
2527
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
2528
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2456
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
|
|
2457
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2529
2458
|
):
|
|
2530
2459
|
bl_category: typing.Any
|
|
2531
2460
|
bl_context: typing.Any
|
|
2532
2461
|
bl_label: typing.Any
|
|
2462
|
+
bl_parent_id: typing.Any
|
|
2533
2463
|
bl_region_type: typing.Any
|
|
2534
2464
|
bl_rna: typing.Any
|
|
2535
2465
|
bl_space_type: typing.Any
|
|
@@ -2551,18 +2481,28 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
2551
2481
|
"""
|
|
2552
2482
|
...
|
|
2553
2483
|
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2484
|
+
def draw(self, context):
|
|
2485
|
+
"""
|
|
2486
|
+
|
|
2487
|
+
:param context:
|
|
2488
|
+
"""
|
|
2489
|
+
...
|
|
2490
|
+
|
|
2491
|
+
@classmethod
|
|
2492
|
+
def poll(cls, context):
|
|
2493
|
+
"""
|
|
2494
|
+
|
|
2495
|
+
:param context:
|
|
2496
|
+
"""
|
|
2497
|
+
...
|
|
2498
|
+
|
|
2499
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
2500
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2562
2501
|
):
|
|
2563
2502
|
bl_category: typing.Any
|
|
2564
2503
|
bl_context: typing.Any
|
|
2565
2504
|
bl_label: typing.Any
|
|
2505
|
+
bl_parent_id: typing.Any
|
|
2566
2506
|
bl_region_type: typing.Any
|
|
2567
2507
|
bl_rna: typing.Any
|
|
2568
2508
|
bl_space_type: typing.Any
|
|
@@ -2584,14 +2524,23 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
2584
2524
|
"""
|
|
2585
2525
|
...
|
|
2586
2526
|
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2527
|
+
def draw(self, context):
|
|
2528
|
+
"""
|
|
2529
|
+
|
|
2530
|
+
:param context:
|
|
2531
|
+
"""
|
|
2532
|
+
...
|
|
2533
|
+
|
|
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
|
|
2595
2544
|
):
|
|
2596
2545
|
bl_category: typing.Any
|
|
2597
2546
|
bl_context: typing.Any
|
|
@@ -2617,17 +2566,29 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
2617
2566
|
"""
|
|
2618
2567
|
...
|
|
2619
2568
|
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2569
|
+
def draw(self, context):
|
|
2570
|
+
"""
|
|
2571
|
+
|
|
2572
|
+
:param context:
|
|
2573
|
+
"""
|
|
2574
|
+
...
|
|
2575
|
+
|
|
2576
|
+
@classmethod
|
|
2577
|
+
def poll(cls, context):
|
|
2578
|
+
"""
|
|
2579
|
+
|
|
2580
|
+
:param context:
|
|
2581
|
+
"""
|
|
2582
|
+
...
|
|
2583
|
+
|
|
2584
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
2585
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2626
2586
|
):
|
|
2627
2587
|
bl_category: typing.Any
|
|
2628
2588
|
bl_context: typing.Any
|
|
2629
2589
|
bl_label: typing.Any
|
|
2630
2590
|
bl_options: typing.Any
|
|
2591
|
+
bl_parent_id: typing.Any
|
|
2631
2592
|
bl_region_type: typing.Any
|
|
2632
2593
|
bl_rna: typing.Any
|
|
2633
2594
|
bl_space_type: typing.Any
|
|
@@ -2656,6 +2617,13 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
2656
2617
|
"""
|
|
2657
2618
|
...
|
|
2658
2619
|
|
|
2620
|
+
def draw_header(self, context):
|
|
2621
|
+
"""
|
|
2622
|
+
|
|
2623
|
+
:param context:
|
|
2624
|
+
"""
|
|
2625
|
+
...
|
|
2626
|
+
|
|
2659
2627
|
@classmethod
|
|
2660
2628
|
def poll(cls, context):
|
|
2661
2629
|
"""
|
|
@@ -2664,7 +2632,11 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
2664
2632
|
"""
|
|
2665
2633
|
...
|
|
2666
2634
|
|
|
2667
|
-
class
|
|
2635
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
|
|
2636
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2637
|
+
):
|
|
2638
|
+
bl_category: typing.Any
|
|
2639
|
+
bl_context: typing.Any
|
|
2668
2640
|
bl_label: typing.Any
|
|
2669
2641
|
bl_options: typing.Any
|
|
2670
2642
|
bl_parent_id: typing.Any
|
|
@@ -2703,18 +2675,23 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel, bpy_types._Gene
|
|
|
2703
2675
|
"""
|
|
2704
2676
|
...
|
|
2705
2677
|
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
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,
|
|
2709
2688
|
bpy.types.Panel,
|
|
2710
|
-
|
|
2689
|
+
bpy_types._GenericUI,
|
|
2711
2690
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2712
2691
|
):
|
|
2713
2692
|
bl_category: typing.Any
|
|
2714
2693
|
bl_context: typing.Any
|
|
2715
2694
|
bl_label: typing.Any
|
|
2716
|
-
bl_options: typing.Any
|
|
2717
|
-
bl_parent_id: typing.Any
|
|
2718
2695
|
bl_region_type: typing.Any
|
|
2719
2696
|
bl_rna: typing.Any
|
|
2720
2697
|
bl_space_type: typing.Any
|
|
@@ -2736,19 +2713,8 @@ class VIEW3D_PT_tools_imagepaint_options_external(
|
|
|
2736
2713
|
"""
|
|
2737
2714
|
...
|
|
2738
2715
|
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
:param context:
|
|
2743
|
-
"""
|
|
2744
|
-
...
|
|
2745
|
-
|
|
2746
|
-
class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
2747
|
-
View3DPanel,
|
|
2748
|
-
bpy_types._GenericUI,
|
|
2749
|
-
bpy.types.Panel,
|
|
2750
|
-
View3DPaintPanel,
|
|
2751
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2716
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
2717
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2752
2718
|
):
|
|
2753
2719
|
bl_category: typing.Any
|
|
2754
2720
|
bl_context: typing.Any
|
|
@@ -2782,22 +2748,15 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
|
2782
2748
|
"""
|
|
2783
2749
|
...
|
|
2784
2750
|
|
|
2785
|
-
|
|
2786
|
-
def poll(cls, context):
|
|
2751
|
+
def draw_header_preset(self, _context):
|
|
2787
2752
|
"""
|
|
2788
2753
|
|
|
2789
|
-
:param
|
|
2754
|
+
:param _context:
|
|
2790
2755
|
"""
|
|
2791
2756
|
...
|
|
2792
2757
|
|
|
2793
|
-
class
|
|
2794
|
-
|
|
2795
|
-
View3DPanel,
|
|
2796
|
-
bpy_types._GenericUI,
|
|
2797
|
-
bpy.types.Panel,
|
|
2798
|
-
View3DPaintPanel,
|
|
2799
|
-
bl_ui.properties_paint_common.TextureMaskPanel,
|
|
2800
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2758
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
2759
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2801
2760
|
):
|
|
2802
2761
|
bl_category: typing.Any
|
|
2803
2762
|
bl_context: typing.Any
|
|
@@ -2832,6 +2791,13 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
2832
2791
|
"""
|
|
2833
2792
|
...
|
|
2834
2793
|
|
|
2794
|
+
def draw_header(self, context):
|
|
2795
|
+
"""
|
|
2796
|
+
|
|
2797
|
+
:param context:
|
|
2798
|
+
"""
|
|
2799
|
+
...
|
|
2800
|
+
|
|
2835
2801
|
@classmethod
|
|
2836
2802
|
def poll(cls, context):
|
|
2837
2803
|
"""
|
|
@@ -2840,13 +2806,14 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
2840
2806
|
"""
|
|
2841
2807
|
...
|
|
2842
2808
|
|
|
2843
|
-
class
|
|
2844
|
-
bpy.types.Panel,
|
|
2809
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
|
|
2810
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2845
2811
|
):
|
|
2846
2812
|
bl_category: typing.Any
|
|
2847
2813
|
bl_context: typing.Any
|
|
2848
2814
|
bl_label: typing.Any
|
|
2849
2815
|
bl_options: typing.Any
|
|
2816
|
+
bl_parent_id: typing.Any
|
|
2850
2817
|
bl_region_type: typing.Any
|
|
2851
2818
|
bl_rna: typing.Any
|
|
2852
2819
|
bl_space_type: typing.Any
|
|
@@ -2876,12 +2843,21 @@ class VIEW3D_PT_tools_meshedit_options(
|
|
|
2876
2843
|
"""
|
|
2877
2844
|
...
|
|
2878
2845
|
|
|
2879
|
-
|
|
2880
|
-
|
|
2846
|
+
@classmethod
|
|
2847
|
+
def poll(cls, context):
|
|
2848
|
+
"""
|
|
2849
|
+
|
|
2850
|
+
:param context:
|
|
2851
|
+
"""
|
|
2852
|
+
...
|
|
2853
|
+
|
|
2854
|
+
class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
2855
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2881
2856
|
):
|
|
2882
2857
|
bl_category: typing.Any
|
|
2883
2858
|
bl_context: typing.Any
|
|
2884
2859
|
bl_label: typing.Any
|
|
2860
|
+
bl_options: typing.Any
|
|
2885
2861
|
bl_parent_id: typing.Any
|
|
2886
2862
|
bl_region_type: typing.Any
|
|
2887
2863
|
bl_rna: typing.Any
|
|
@@ -2904,28 +2880,15 @@ class VIEW3D_PT_tools_meshedit_options_transform(
|
|
|
2904
2880
|
"""
|
|
2905
2881
|
...
|
|
2906
2882
|
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
...
|
|
2913
|
-
|
|
2914
|
-
@classmethod
|
|
2915
|
-
def poll(cls, context):
|
|
2916
|
-
"""
|
|
2917
|
-
|
|
2918
|
-
:param context:
|
|
2919
|
-
"""
|
|
2920
|
-
...
|
|
2921
|
-
|
|
2922
|
-
class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
2923
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
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,
|
|
2924
2888
|
):
|
|
2925
2889
|
bl_category: typing.Any
|
|
2926
2890
|
bl_context: typing.Any
|
|
2927
2891
|
bl_label: typing.Any
|
|
2928
|
-
bl_parent_id: typing.Any
|
|
2929
2892
|
bl_region_type: typing.Any
|
|
2930
2893
|
bl_rna: typing.Any
|
|
2931
2894
|
bl_space_type: typing.Any
|
|
@@ -2947,15 +2910,8 @@ class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
|
2947
2910
|
"""
|
|
2948
2911
|
...
|
|
2949
2912
|
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
:param context:
|
|
2954
|
-
"""
|
|
2955
|
-
...
|
|
2956
|
-
|
|
2957
|
-
class VIEW3D_PT_tools_object_options(
|
|
2958
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
2913
|
+
class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
2914
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2959
2915
|
):
|
|
2960
2916
|
bl_category: typing.Any
|
|
2961
2917
|
bl_context: typing.Any
|
|
@@ -2988,12 +2944,13 @@ class VIEW3D_PT_tools_object_options(
|
|
|
2988
2944
|
"""
|
|
2989
2945
|
...
|
|
2990
2946
|
|
|
2991
|
-
class
|
|
2992
|
-
bpy.types.Panel,
|
|
2947
|
+
class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
2948
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
2993
2949
|
):
|
|
2994
2950
|
bl_category: typing.Any
|
|
2995
2951
|
bl_context: typing.Any
|
|
2996
2952
|
bl_label: typing.Any
|
|
2953
|
+
bl_options: typing.Any
|
|
2997
2954
|
bl_parent_id: typing.Any
|
|
2998
2955
|
bl_region_type: typing.Any
|
|
2999
2956
|
bl_rna: typing.Any
|
|
@@ -3016,19 +2973,8 @@ class VIEW3D_PT_tools_object_options_transform(
|
|
|
3016
2973
|
"""
|
|
3017
2974
|
...
|
|
3018
2975
|
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
:param context:
|
|
3023
|
-
"""
|
|
3024
|
-
...
|
|
3025
|
-
|
|
3026
|
-
class VIEW3D_PT_tools_particlemode(
|
|
3027
|
-
View3DPanel,
|
|
3028
|
-
bpy_types._GenericUI,
|
|
3029
|
-
bpy.types.Panel,
|
|
3030
|
-
View3DPaintPanel,
|
|
3031
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
2976
|
+
class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
2977
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
3032
2978
|
):
|
|
3033
2979
|
bl_category: typing.Any
|
|
3034
2980
|
bl_context: typing.Any
|
|
@@ -3062,23 +3008,15 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
3062
3008
|
"""
|
|
3063
3009
|
...
|
|
3064
3010
|
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
"""
|
|
3071
|
-
...
|
|
3072
|
-
|
|
3073
|
-
class VIEW3D_PT_tools_particlemode_options(
|
|
3074
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
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,
|
|
3075
3016
|
):
|
|
3076
|
-
"""Default tools for particle mode"""
|
|
3077
|
-
|
|
3078
3017
|
bl_category: typing.Any
|
|
3079
3018
|
bl_context: typing.Any
|
|
3080
3019
|
bl_label: typing.Any
|
|
3081
|
-
bl_options: typing.Any
|
|
3082
3020
|
bl_region_type: typing.Any
|
|
3083
3021
|
bl_rna: typing.Any
|
|
3084
3022
|
bl_space_type: typing.Any
|
|
@@ -3100,21 +3038,12 @@ class VIEW3D_PT_tools_particlemode_options(
|
|
|
3100
3038
|
"""
|
|
3101
3039
|
...
|
|
3102
3040
|
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
:param context:
|
|
3107
|
-
"""
|
|
3108
|
-
...
|
|
3109
|
-
|
|
3110
|
-
class VIEW3D_PT_tools_particlemode_options_display(
|
|
3111
|
-
bpy.types.Panel, View3DPanel, bpy_types._GenericUI
|
|
3041
|
+
class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
3042
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
3112
3043
|
):
|
|
3113
|
-
"""Default tools for particle mode"""
|
|
3114
|
-
|
|
3115
3044
|
bl_category: typing.Any
|
|
3045
|
+
bl_context: typing.Any
|
|
3116
3046
|
bl_label: typing.Any
|
|
3117
|
-
bl_parent_id: typing.Any
|
|
3118
3047
|
bl_region_type: typing.Any
|
|
3119
3048
|
bl_rna: typing.Any
|
|
3120
3049
|
bl_space_type: typing.Any
|
|
@@ -3143,15 +3072,16 @@ class VIEW3D_PT_tools_particlemode_options_display(
|
|
|
3143
3072
|
"""
|
|
3144
3073
|
...
|
|
3145
3074
|
|
|
3146
|
-
class
|
|
3147
|
-
bpy.types.Panel,
|
|
3075
|
+
class VIEW3D_PT_tools_imagepaint_options(
|
|
3076
|
+
bpy.types.Panel,
|
|
3077
|
+
View3DPanel,
|
|
3078
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3079
|
+
bpy_types._GenericUI,
|
|
3148
3080
|
):
|
|
3149
|
-
"""Default tools for particle mode"""
|
|
3150
|
-
|
|
3151
3081
|
bl_category: typing.Any
|
|
3082
|
+
bl_context: typing.Any
|
|
3152
3083
|
bl_label: typing.Any
|
|
3153
3084
|
bl_options: typing.Any
|
|
3154
|
-
bl_parent_id: typing.Any
|
|
3155
3085
|
bl_region_type: typing.Any
|
|
3156
3086
|
bl_rna: typing.Any
|
|
3157
3087
|
bl_space_type: typing.Any
|
|
@@ -3180,12 +3110,18 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
3180
3110
|
"""
|
|
3181
3111
|
...
|
|
3182
3112
|
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3113
|
+
@classmethod
|
|
3114
|
+
def poll(cls, context):
|
|
3115
|
+
"""
|
|
3116
|
+
|
|
3117
|
+
:param context:
|
|
3118
|
+
"""
|
|
3119
|
+
...
|
|
3120
|
+
|
|
3121
|
+
class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel, bpy_types._GenericUI):
|
|
3188
3122
|
bl_label: typing.Any
|
|
3123
|
+
bl_options: typing.Any
|
|
3124
|
+
bl_parent_id: typing.Any
|
|
3189
3125
|
bl_region_type: typing.Any
|
|
3190
3126
|
bl_rna: typing.Any
|
|
3191
3127
|
bl_space_type: typing.Any
|
|
@@ -3214,17 +3150,24 @@ class VIEW3D_PT_tools_posemode_options(
|
|
|
3214
3150
|
"""
|
|
3215
3151
|
...
|
|
3216
3152
|
|
|
3217
|
-
|
|
3153
|
+
def draw_header(self, context):
|
|
3154
|
+
"""
|
|
3155
|
+
|
|
3156
|
+
:param context:
|
|
3157
|
+
"""
|
|
3158
|
+
...
|
|
3159
|
+
|
|
3160
|
+
class VIEW3D_PT_tools_imagepaint_options_external(
|
|
3218
3161
|
View3DPanel,
|
|
3219
|
-
bpy_types._GenericUI,
|
|
3220
3162
|
bpy.types.Panel,
|
|
3221
|
-
|
|
3163
|
+
bpy_types._GenericUI,
|
|
3222
3164
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3223
3165
|
):
|
|
3224
3166
|
bl_category: typing.Any
|
|
3225
3167
|
bl_context: typing.Any
|
|
3226
3168
|
bl_label: typing.Any
|
|
3227
3169
|
bl_options: typing.Any
|
|
3170
|
+
bl_parent_id: typing.Any
|
|
3228
3171
|
bl_region_type: typing.Any
|
|
3229
3172
|
bl_rna: typing.Any
|
|
3230
3173
|
bl_space_type: typing.Any
|
|
@@ -3246,26 +3189,17 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
3246
3189
|
"""
|
|
3247
3190
|
...
|
|
3248
3191
|
|
|
3249
|
-
def draw(self,
|
|
3250
|
-
"""
|
|
3251
|
-
|
|
3252
|
-
:param _context:
|
|
3253
|
-
"""
|
|
3254
|
-
...
|
|
3255
|
-
|
|
3256
|
-
@classmethod
|
|
3257
|
-
def poll(cls, _context):
|
|
3192
|
+
def draw(self, context):
|
|
3258
3193
|
"""
|
|
3259
3194
|
|
|
3260
|
-
:param
|
|
3195
|
+
:param context:
|
|
3261
3196
|
"""
|
|
3262
3197
|
...
|
|
3263
3198
|
|
|
3264
|
-
class
|
|
3199
|
+
class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
3265
3200
|
View3DPanel,
|
|
3266
|
-
bpy_types._GenericUI,
|
|
3267
3201
|
bpy.types.Panel,
|
|
3268
|
-
|
|
3202
|
+
bpy_types._GenericUI,
|
|
3269
3203
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3270
3204
|
):
|
|
3271
3205
|
bl_category: typing.Any
|
|
@@ -3293,56 +3227,33 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
3293
3227
|
"""
|
|
3294
3228
|
...
|
|
3295
3229
|
|
|
3296
|
-
def draw(self, context):
|
|
3297
|
-
"""
|
|
3298
|
-
|
|
3299
|
-
:param context:
|
|
3300
|
-
"""
|
|
3301
|
-
...
|
|
3302
|
-
|
|
3303
|
-
@classmethod
|
|
3304
|
-
def poll(cls, context):
|
|
3305
|
-
"""
|
|
3306
|
-
|
|
3307
|
-
:param context:
|
|
3308
|
-
"""
|
|
3309
|
-
...
|
|
3310
|
-
|
|
3311
|
-
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
3312
|
-
bpy.types.Panel, bpy_types._GenericUI
|
|
3313
|
-
):
|
|
3314
|
-
bl_label: typing.Any
|
|
3315
|
-
bl_region_type: typing.Any
|
|
3316
|
-
bl_rna: typing.Any
|
|
3317
|
-
bl_space_type: typing.Any
|
|
3318
|
-
id_data: typing.Any
|
|
3319
|
-
|
|
3320
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
3230
|
+
def draw(self, context):
|
|
3321
3231
|
"""
|
|
3322
3232
|
|
|
3323
|
-
:
|
|
3324
|
-
:rtype: bpy.types.Struct
|
|
3233
|
+
:param context:
|
|
3325
3234
|
"""
|
|
3326
3235
|
...
|
|
3327
3236
|
|
|
3328
|
-
|
|
3237
|
+
@classmethod
|
|
3238
|
+
def poll(cls, context):
|
|
3329
3239
|
"""
|
|
3330
3240
|
|
|
3331
|
-
:
|
|
3332
|
-
:rtype: typing.Any
|
|
3241
|
+
:param context:
|
|
3333
3242
|
"""
|
|
3334
3243
|
...
|
|
3335
3244
|
|
|
3336
|
-
class
|
|
3337
|
-
|
|
3245
|
+
class VIEW3D_PT_tools_mask_texture(
|
|
3246
|
+
bl_ui.properties_paint_common.BrushPanel,
|
|
3338
3247
|
bpy_types._GenericUI,
|
|
3339
3248
|
bpy.types.Panel,
|
|
3340
|
-
|
|
3249
|
+
View3DPanel,
|
|
3341
3250
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3342
3251
|
):
|
|
3343
3252
|
bl_category: typing.Any
|
|
3253
|
+
bl_context: typing.Any
|
|
3344
3254
|
bl_label: typing.Any
|
|
3345
3255
|
bl_options: typing.Any
|
|
3256
|
+
bl_parent_id: typing.Any
|
|
3346
3257
|
bl_region_type: typing.Any
|
|
3347
3258
|
bl_rna: typing.Any
|
|
3348
3259
|
bl_space_type: typing.Any
|
|
@@ -3379,13 +3290,7 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
3379
3290
|
"""
|
|
3380
3291
|
...
|
|
3381
3292
|
|
|
3382
|
-
class
|
|
3383
|
-
View3DPanel,
|
|
3384
|
-
bpy_types._GenericUI,
|
|
3385
|
-
bpy.types.Panel,
|
|
3386
|
-
View3DPaintPanel,
|
|
3387
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3388
|
-
):
|
|
3293
|
+
class VIEW3D_PT_tools_meshedit_options(bpy.types.Panel, bpy_types._GenericUI):
|
|
3389
3294
|
bl_category: typing.Any
|
|
3390
3295
|
bl_context: typing.Any
|
|
3391
3296
|
bl_label: typing.Any
|
|
@@ -3393,6 +3298,7 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
3393
3298
|
bl_region_type: typing.Any
|
|
3394
3299
|
bl_rna: typing.Any
|
|
3395
3300
|
bl_space_type: typing.Any
|
|
3301
|
+
bl_ui_units_x: typing.Any
|
|
3396
3302
|
id_data: typing.Any
|
|
3397
3303
|
|
|
3398
3304
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -3411,24 +3317,18 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
3411
3317
|
"""
|
|
3412
3318
|
...
|
|
3413
3319
|
|
|
3414
|
-
def draw(self,
|
|
3320
|
+
def draw(self, _context):
|
|
3415
3321
|
"""
|
|
3416
3322
|
|
|
3417
|
-
:param
|
|
3323
|
+
:param _context:
|
|
3418
3324
|
"""
|
|
3419
3325
|
...
|
|
3420
3326
|
|
|
3421
|
-
class
|
|
3422
|
-
View3DPanel,
|
|
3423
|
-
bpy_types._GenericUI,
|
|
3424
|
-
bpy.types.Panel,
|
|
3425
|
-
View3DPaintPanel,
|
|
3426
|
-
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3427
|
-
):
|
|
3327
|
+
class VIEW3D_PT_tools_meshedit_options_transform(bpy.types.Panel, bpy_types._GenericUI):
|
|
3428
3328
|
bl_category: typing.Any
|
|
3429
3329
|
bl_context: typing.Any
|
|
3430
3330
|
bl_label: typing.Any
|
|
3431
|
-
|
|
3331
|
+
bl_parent_id: typing.Any
|
|
3432
3332
|
bl_region_type: typing.Any
|
|
3433
3333
|
bl_rna: typing.Any
|
|
3434
3334
|
bl_space_type: typing.Any
|
|
@@ -3465,10 +3365,11 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
3465
3365
|
"""
|
|
3466
3366
|
...
|
|
3467
3367
|
|
|
3468
|
-
class
|
|
3469
|
-
|
|
3470
|
-
|
|
3368
|
+
class VIEW3D_PT_tools_meshedit_options_uvs(bpy.types.Panel, bpy_types._GenericUI):
|
|
3369
|
+
bl_category: typing.Any
|
|
3370
|
+
bl_context: typing.Any
|
|
3471
3371
|
bl_label: typing.Any
|
|
3372
|
+
bl_parent_id: typing.Any
|
|
3472
3373
|
bl_region_type: typing.Any
|
|
3473
3374
|
bl_rna: typing.Any
|
|
3474
3375
|
bl_space_type: typing.Any
|
|
@@ -3490,33 +3391,17 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
|
3490
3391
|
"""
|
|
3491
3392
|
...
|
|
3492
3393
|
|
|
3493
|
-
|
|
3494
|
-
View3DPanel, View3DPaintPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
|
|
3495
|
-
):
|
|
3496
|
-
bl_category: typing.Any
|
|
3497
|
-
bl_region_type: typing.Any
|
|
3498
|
-
bl_space_type: typing.Any
|
|
3499
|
-
|
|
3500
|
-
@classmethod
|
|
3501
|
-
def poll(cls, context):
|
|
3394
|
+
def draw(self, context):
|
|
3502
3395
|
"""
|
|
3503
3396
|
|
|
3504
3397
|
:param context:
|
|
3505
3398
|
"""
|
|
3506
3399
|
...
|
|
3507
3400
|
|
|
3508
|
-
class
|
|
3509
|
-
bl_category: typing.Any
|
|
3510
|
-
bl_region_type: typing.Any
|
|
3511
|
-
bl_space_type: typing.Any
|
|
3512
|
-
|
|
3513
|
-
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
3514
|
-
View3DPanel, bpy.types.Panel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
3515
|
-
):
|
|
3401
|
+
class VIEW3D_PT_tools_object_options(bpy.types.Panel, bpy_types._GenericUI):
|
|
3516
3402
|
bl_category: typing.Any
|
|
3517
3403
|
bl_context: typing.Any
|
|
3518
3404
|
bl_label: typing.Any
|
|
3519
|
-
bl_options: typing.Any
|
|
3520
3405
|
bl_region_type: typing.Any
|
|
3521
3406
|
bl_rna: typing.Any
|
|
3522
3407
|
bl_space_type: typing.Any
|
|
@@ -3545,19 +3430,11 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
|
3545
3430
|
"""
|
|
3546
3431
|
...
|
|
3547
3432
|
|
|
3548
|
-
|
|
3549
|
-
"""
|
|
3550
|
-
|
|
3551
|
-
:param _context:
|
|
3552
|
-
"""
|
|
3553
|
-
...
|
|
3554
|
-
|
|
3555
|
-
class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
3556
|
-
View3DPanel, bpy.types.Panel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
3557
|
-
):
|
|
3433
|
+
class VIEW3D_PT_tools_object_options_transform(bpy.types.Panel, bpy_types._GenericUI):
|
|
3558
3434
|
bl_category: typing.Any
|
|
3559
3435
|
bl_context: typing.Any
|
|
3560
3436
|
bl_label: typing.Any
|
|
3437
|
+
bl_parent_id: typing.Any
|
|
3561
3438
|
bl_region_type: typing.Any
|
|
3562
3439
|
bl_rna: typing.Any
|
|
3563
3440
|
bl_space_type: typing.Any
|
|
@@ -3586,8 +3463,11 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
|
3586
3463
|
"""
|
|
3587
3464
|
...
|
|
3588
3465
|
|
|
3589
|
-
class
|
|
3590
|
-
View3DPanel,
|
|
3466
|
+
class VIEW3D_PT_tools_particlemode(
|
|
3467
|
+
View3DPanel,
|
|
3468
|
+
bpy.types.Panel,
|
|
3469
|
+
bpy_types._GenericUI,
|
|
3470
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3591
3471
|
):
|
|
3592
3472
|
bl_category: typing.Any
|
|
3593
3473
|
bl_context: typing.Any
|
|
@@ -3621,19 +3501,21 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
|
3621
3501
|
"""
|
|
3622
3502
|
...
|
|
3623
3503
|
|
|
3624
|
-
|
|
3504
|
+
@classmethod
|
|
3505
|
+
def poll(cls, context):
|
|
3625
3506
|
"""
|
|
3626
3507
|
|
|
3627
|
-
:param
|
|
3508
|
+
:param context:
|
|
3628
3509
|
"""
|
|
3629
3510
|
...
|
|
3630
3511
|
|
|
3631
|
-
class
|
|
3632
|
-
|
|
3633
|
-
|
|
3512
|
+
class VIEW3D_PT_tools_particlemode_options(bpy.types.Panel, bpy_types._GenericUI):
|
|
3513
|
+
"""Default tools for particle mode"""
|
|
3514
|
+
|
|
3634
3515
|
bl_category: typing.Any
|
|
3635
3516
|
bl_context: typing.Any
|
|
3636
3517
|
bl_label: typing.Any
|
|
3518
|
+
bl_options: typing.Any
|
|
3637
3519
|
bl_region_type: typing.Any
|
|
3638
3520
|
bl_rna: typing.Any
|
|
3639
3521
|
bl_space_type: typing.Any
|
|
@@ -3662,13 +3544,14 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
|
3662
3544
|
"""
|
|
3663
3545
|
...
|
|
3664
3546
|
|
|
3665
|
-
class
|
|
3666
|
-
|
|
3547
|
+
class VIEW3D_PT_tools_particlemode_options_display(
|
|
3548
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
3667
3549
|
):
|
|
3550
|
+
"""Default tools for particle mode"""
|
|
3551
|
+
|
|
3668
3552
|
bl_category: typing.Any
|
|
3669
|
-
bl_context: typing.Any
|
|
3670
3553
|
bl_label: typing.Any
|
|
3671
|
-
|
|
3554
|
+
bl_parent_id: typing.Any
|
|
3672
3555
|
bl_region_type: typing.Any
|
|
3673
3556
|
bl_rna: typing.Any
|
|
3674
3557
|
bl_space_type: typing.Any
|
|
@@ -3697,12 +3580,15 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
3697
3580
|
"""
|
|
3698
3581
|
...
|
|
3699
3582
|
|
|
3700
|
-
class
|
|
3701
|
-
|
|
3583
|
+
class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
3584
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
3702
3585
|
):
|
|
3586
|
+
"""Default tools for particle mode"""
|
|
3587
|
+
|
|
3703
3588
|
bl_category: typing.Any
|
|
3704
|
-
bl_context: typing.Any
|
|
3705
3589
|
bl_label: typing.Any
|
|
3590
|
+
bl_options: typing.Any
|
|
3591
|
+
bl_parent_id: typing.Any
|
|
3706
3592
|
bl_region_type: typing.Any
|
|
3707
3593
|
bl_rna: typing.Any
|
|
3708
3594
|
bl_space_type: typing.Any
|
|
@@ -3731,14 +3617,10 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
3731
3617
|
"""
|
|
3732
3618
|
...
|
|
3733
3619
|
|
|
3734
|
-
class
|
|
3735
|
-
bpy_types._GenericUI, bpy.types.Panel, View3DPanel
|
|
3736
|
-
):
|
|
3620
|
+
class VIEW3D_PT_tools_posemode_options(bpy.types.Panel, bpy_types._GenericUI):
|
|
3737
3621
|
bl_category: typing.Any
|
|
3738
3622
|
bl_context: typing.Any
|
|
3739
3623
|
bl_label: typing.Any
|
|
3740
|
-
bl_options: typing.Any
|
|
3741
|
-
bl_parent_id: typing.Any
|
|
3742
3624
|
bl_region_type: typing.Any
|
|
3743
3625
|
bl_rna: typing.Any
|
|
3744
3626
|
bl_space_type: typing.Any
|
|
@@ -3767,33 +3649,19 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
|
3767
3649
|
"""
|
|
3768
3650
|
...
|
|
3769
3651
|
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
...
|
|
3776
|
-
|
|
3777
|
-
@classmethod
|
|
3778
|
-
def poll(cls, context):
|
|
3779
|
-
"""
|
|
3780
|
-
|
|
3781
|
-
:param context:
|
|
3782
|
-
"""
|
|
3783
|
-
...
|
|
3784
|
-
|
|
3785
|
-
class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
3786
|
-
bpy_types._GenericUI, bpy.types.Panel, View3DPanel
|
|
3652
|
+
class VIEW3D_PT_tools_vertexpaint_options(
|
|
3653
|
+
View3DPanel,
|
|
3654
|
+
bpy.types.Panel,
|
|
3655
|
+
bpy_types._GenericUI,
|
|
3656
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3787
3657
|
):
|
|
3788
3658
|
bl_category: typing.Any
|
|
3789
3659
|
bl_context: typing.Any
|
|
3790
3660
|
bl_label: typing.Any
|
|
3791
3661
|
bl_options: typing.Any
|
|
3792
|
-
bl_parent_id: typing.Any
|
|
3793
3662
|
bl_region_type: typing.Any
|
|
3794
3663
|
bl_rna: typing.Any
|
|
3795
3664
|
bl_space_type: typing.Any
|
|
3796
|
-
bl_ui_units_x: typing.Any
|
|
3797
3665
|
id_data: typing.Any
|
|
3798
3666
|
|
|
3799
3667
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -3820,28 +3688,26 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
|
3820
3688
|
...
|
|
3821
3689
|
|
|
3822
3690
|
@classmethod
|
|
3823
|
-
def poll(cls,
|
|
3691
|
+
def poll(cls, _context):
|
|
3824
3692
|
"""
|
|
3825
3693
|
|
|
3826
|
-
:param
|
|
3694
|
+
:param _context:
|
|
3827
3695
|
"""
|
|
3828
3696
|
...
|
|
3829
3697
|
|
|
3830
|
-
class
|
|
3831
|
-
bpy_types._GenericUI,
|
|
3832
|
-
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3833
|
-
bpy.types.Panel,
|
|
3698
|
+
class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
3834
3699
|
View3DPanel,
|
|
3700
|
+
bpy.types.Panel,
|
|
3701
|
+
bpy_types._GenericUI,
|
|
3702
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3835
3703
|
):
|
|
3836
3704
|
bl_category: typing.Any
|
|
3837
3705
|
bl_context: typing.Any
|
|
3838
3706
|
bl_label: typing.Any
|
|
3839
3707
|
bl_options: typing.Any
|
|
3840
|
-
bl_parent_id: typing.Any
|
|
3841
3708
|
bl_region_type: typing.Any
|
|
3842
3709
|
bl_rna: typing.Any
|
|
3843
3710
|
bl_space_type: typing.Any
|
|
3844
|
-
bl_ui_units_x: typing.Any
|
|
3845
3711
|
id_data: typing.Any
|
|
3846
3712
|
|
|
3847
3713
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -3860,17 +3726,25 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
3860
3726
|
"""
|
|
3861
3727
|
...
|
|
3862
3728
|
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3729
|
+
def draw(self, context):
|
|
3730
|
+
"""
|
|
3731
|
+
|
|
3732
|
+
:param context:
|
|
3733
|
+
"""
|
|
3734
|
+
...
|
|
3735
|
+
|
|
3736
|
+
@classmethod
|
|
3737
|
+
def poll(cls, context):
|
|
3738
|
+
"""
|
|
3739
|
+
|
|
3740
|
+
:param context:
|
|
3741
|
+
"""
|
|
3742
|
+
...
|
|
3743
|
+
|
|
3744
|
+
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
3745
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
3868
3746
|
):
|
|
3869
|
-
bl_category: typing.Any
|
|
3870
|
-
bl_context: typing.Any
|
|
3871
3747
|
bl_label: typing.Any
|
|
3872
|
-
bl_options: typing.Any
|
|
3873
|
-
bl_parent_id: typing.Any
|
|
3874
3748
|
bl_region_type: typing.Any
|
|
3875
3749
|
bl_rna: typing.Any
|
|
3876
3750
|
bl_space_type: typing.Any
|
|
@@ -3892,14 +3766,15 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
3892
3766
|
"""
|
|
3893
3767
|
...
|
|
3894
3768
|
|
|
3895
|
-
class
|
|
3896
|
-
|
|
3769
|
+
class VIEW3D_PT_tools_weight_gradient(
|
|
3770
|
+
View3DPanel,
|
|
3771
|
+
bpy.types.Panel,
|
|
3772
|
+
bpy_types._GenericUI,
|
|
3773
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3897
3774
|
):
|
|
3898
3775
|
bl_category: typing.Any
|
|
3899
|
-
bl_context: typing.Any
|
|
3900
3776
|
bl_label: typing.Any
|
|
3901
3777
|
bl_options: typing.Any
|
|
3902
|
-
bl_parent_id: typing.Any
|
|
3903
3778
|
bl_region_type: typing.Any
|
|
3904
3779
|
bl_rna: typing.Any
|
|
3905
3780
|
bl_space_type: typing.Any
|
|
@@ -3928,13 +3803,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
|
3928
3803
|
"""
|
|
3929
3804
|
...
|
|
3930
3805
|
|
|
3931
|
-
def draw_header(self, context):
|
|
3932
|
-
"""
|
|
3933
|
-
|
|
3934
|
-
:param context:
|
|
3935
|
-
"""
|
|
3936
|
-
...
|
|
3937
|
-
|
|
3938
3806
|
@classmethod
|
|
3939
3807
|
def poll(cls, context):
|
|
3940
3808
|
"""
|
|
@@ -3943,18 +3811,19 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
|
3943
3811
|
"""
|
|
3944
3812
|
...
|
|
3945
3813
|
|
|
3946
|
-
class
|
|
3947
|
-
|
|
3814
|
+
class VIEW3D_PT_tools_weightpaint_options(
|
|
3815
|
+
View3DPanel,
|
|
3816
|
+
bpy.types.Panel,
|
|
3817
|
+
bpy_types._GenericUI,
|
|
3818
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3948
3819
|
):
|
|
3949
3820
|
bl_category: typing.Any
|
|
3950
3821
|
bl_context: typing.Any
|
|
3951
3822
|
bl_label: typing.Any
|
|
3952
3823
|
bl_options: typing.Any
|
|
3953
|
-
bl_parent_id: typing.Any
|
|
3954
3824
|
bl_region_type: typing.Any
|
|
3955
3825
|
bl_rna: typing.Any
|
|
3956
3826
|
bl_space_type: typing.Any
|
|
3957
|
-
bl_ui_units_x: typing.Any
|
|
3958
3827
|
id_data: typing.Any
|
|
3959
3828
|
|
|
3960
3829
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -3973,32 +3842,23 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
|
|
|
3973
3842
|
"""
|
|
3974
3843
|
...
|
|
3975
3844
|
|
|
3976
|
-
def draw(self,
|
|
3977
|
-
"""
|
|
3978
|
-
|
|
3979
|
-
:param _context:
|
|
3980
|
-
"""
|
|
3981
|
-
...
|
|
3982
|
-
|
|
3983
|
-
@classmethod
|
|
3984
|
-
def poll(cls, context):
|
|
3845
|
+
def draw(self, context):
|
|
3985
3846
|
"""
|
|
3986
3847
|
|
|
3987
3848
|
:param context:
|
|
3988
3849
|
"""
|
|
3989
3850
|
...
|
|
3990
3851
|
|
|
3991
|
-
class
|
|
3992
|
-
bpy_types._GenericUI,
|
|
3993
|
-
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
3994
|
-
bpy.types.Panel,
|
|
3852
|
+
class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
3995
3853
|
View3DPanel,
|
|
3854
|
+
bpy.types.Panel,
|
|
3855
|
+
bpy_types._GenericUI,
|
|
3856
|
+
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
3996
3857
|
):
|
|
3997
3858
|
bl_category: typing.Any
|
|
3998
3859
|
bl_context: typing.Any
|
|
3999
3860
|
bl_label: typing.Any
|
|
4000
3861
|
bl_options: typing.Any
|
|
4001
|
-
bl_parent_id: typing.Any
|
|
4002
3862
|
bl_region_type: typing.Any
|
|
4003
3863
|
bl_rna: typing.Any
|
|
4004
3864
|
bl_space_type: typing.Any
|
|
@@ -4020,17 +3880,25 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
4020
3880
|
"""
|
|
4021
3881
|
...
|
|
4022
3882
|
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
3883
|
+
def draw(self, context):
|
|
3884
|
+
"""
|
|
3885
|
+
|
|
3886
|
+
:param context:
|
|
3887
|
+
"""
|
|
3888
|
+
...
|
|
3889
|
+
|
|
3890
|
+
@classmethod
|
|
3891
|
+
def poll(cls, context):
|
|
3892
|
+
"""
|
|
3893
|
+
|
|
3894
|
+
:param context:
|
|
3895
|
+
"""
|
|
3896
|
+
...
|
|
3897
|
+
|
|
3898
|
+
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
3899
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
4028
3900
|
):
|
|
4029
|
-
bl_category: typing.Any
|
|
4030
|
-
bl_context: typing.Any
|
|
4031
3901
|
bl_label: typing.Any
|
|
4032
|
-
bl_options: typing.Any
|
|
4033
|
-
bl_parent_id: typing.Any
|
|
4034
3902
|
bl_region_type: typing.Any
|
|
4035
3903
|
bl_rna: typing.Any
|
|
4036
3904
|
bl_space_type: typing.Any
|
|
@@ -4052,6 +3920,30 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
4052
3920
|
"""
|
|
4053
3921
|
...
|
|
4054
3922
|
|
|
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
|
|
3929
|
+
|
|
3930
|
+
@classmethod
|
|
3931
|
+
def poll(cls, context):
|
|
3932
|
+
"""
|
|
3933
|
+
|
|
3934
|
+
:param context:
|
|
3935
|
+
"""
|
|
3936
|
+
...
|
|
3937
|
+
|
|
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
|
+
|
|
4055
3947
|
def draw_vpaint_symmetry(layout, vpaint, obj): ...
|
|
4056
3948
|
def is_not_gpencil_edit_mode(context): ...
|
|
4057
3949
|
def tool_use_brush(context): ...
|