fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -8,13 +8,8 @@ import bpy_types
|
|
|
8
8
|
GenericType = typing.TypeVar("GenericType")
|
|
9
9
|
|
|
10
10
|
class GreasePencilPaintPanel:
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_category: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_context: typing.Any
|
|
17
|
-
""" """
|
|
18
13
|
|
|
19
14
|
def poll(self, context):
|
|
20
15
|
"""
|
|
@@ -24,13 +19,8 @@ class GreasePencilPaintPanel:
|
|
|
24
19
|
...
|
|
25
20
|
|
|
26
21
|
class GreasePencilSculptPanel:
|
|
27
|
-
""" """
|
|
28
|
-
|
|
29
22
|
bl_category: typing.Any
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
23
|
bl_context: typing.Any
|
|
33
|
-
""" """
|
|
34
24
|
|
|
35
25
|
def poll(self, context):
|
|
36
26
|
"""
|
|
@@ -40,13 +30,8 @@ class GreasePencilSculptPanel:
|
|
|
40
30
|
...
|
|
41
31
|
|
|
42
32
|
class GreasePencilV3PaintPanel:
|
|
43
|
-
""" """
|
|
44
|
-
|
|
45
33
|
bl_category: typing.Any
|
|
46
|
-
""" """
|
|
47
|
-
|
|
48
34
|
bl_context: typing.Any
|
|
49
|
-
""" """
|
|
50
35
|
|
|
51
36
|
def poll(self, context):
|
|
52
37
|
"""
|
|
@@ -56,13 +41,8 @@ class GreasePencilV3PaintPanel:
|
|
|
56
41
|
...
|
|
57
42
|
|
|
58
43
|
class GreasePencilVertexPanel:
|
|
59
|
-
""" """
|
|
60
|
-
|
|
61
44
|
bl_category: typing.Any
|
|
62
|
-
""" """
|
|
63
|
-
|
|
64
45
|
bl_context: typing.Any
|
|
65
|
-
""" """
|
|
66
46
|
|
|
67
47
|
def poll(self, context):
|
|
68
48
|
"""
|
|
@@ -72,13 +52,8 @@ class GreasePencilVertexPanel:
|
|
|
72
52
|
...
|
|
73
53
|
|
|
74
54
|
class GreasePencilWeightPanel:
|
|
75
|
-
""" """
|
|
76
|
-
|
|
77
55
|
bl_category: typing.Any
|
|
78
|
-
""" """
|
|
79
|
-
|
|
80
56
|
bl_context: typing.Any
|
|
81
|
-
""" """
|
|
82
57
|
|
|
83
58
|
def poll(self, context):
|
|
84
59
|
"""
|
|
@@ -88,19 +63,10 @@ class GreasePencilWeightPanel:
|
|
|
88
63
|
...
|
|
89
64
|
|
|
90
65
|
class SelectPaintSlotHelper:
|
|
91
|
-
""" """
|
|
92
|
-
|
|
93
66
|
bl_region_type: typing.Any
|
|
94
|
-
""" """
|
|
95
|
-
|
|
96
67
|
bl_space_type: typing.Any
|
|
97
|
-
""" """
|
|
98
|
-
|
|
99
68
|
canvas_image_attr_name: typing.Any
|
|
100
|
-
""" """
|
|
101
|
-
|
|
102
69
|
canvas_source_attr_name: typing.Any
|
|
103
|
-
""" """
|
|
104
70
|
|
|
105
71
|
def draw(self, context):
|
|
106
72
|
"""
|
|
@@ -110,13 +76,8 @@ class SelectPaintSlotHelper:
|
|
|
110
76
|
...
|
|
111
77
|
|
|
112
78
|
class TEXTURE_UL_texpaintslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
113
|
-
""" """
|
|
114
|
-
|
|
115
79
|
bl_rna: typing.Any
|
|
116
|
-
""" """
|
|
117
|
-
|
|
118
80
|
id_data: typing.Any
|
|
119
|
-
""" """
|
|
120
81
|
|
|
121
82
|
def append(self, draw_func):
|
|
122
83
|
"""Append a draw function to this menu,
|
|
@@ -218,10 +179,7 @@ class TEXTURE_UL_texpaintslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
218
179
|
"""
|
|
219
180
|
...
|
|
220
181
|
|
|
221
|
-
def is_extended(self):
|
|
222
|
-
""" """
|
|
223
|
-
...
|
|
224
|
-
|
|
182
|
+
def is_extended(self): ...
|
|
225
183
|
def is_property_hidden(self) -> bool:
|
|
226
184
|
"""Check if a property is hidden.
|
|
227
185
|
|
|
@@ -350,16 +308,9 @@ class TEXTURE_UL_texpaintslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
350
308
|
...
|
|
351
309
|
|
|
352
310
|
class VIEW3D_MT_brush_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
353
|
-
""" """
|
|
354
|
-
|
|
355
311
|
bl_label: typing.Any
|
|
356
|
-
""" """
|
|
357
|
-
|
|
358
312
|
bl_rna: typing.Any
|
|
359
|
-
""" """
|
|
360
|
-
|
|
361
313
|
id_data: typing.Any
|
|
362
|
-
""" """
|
|
363
314
|
|
|
364
315
|
def append(self, draw_func):
|
|
365
316
|
"""Append a draw function to this menu,
|
|
@@ -464,10 +415,7 @@ class VIEW3D_MT_brush_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
464
415
|
"""
|
|
465
416
|
...
|
|
466
417
|
|
|
467
|
-
def is_extended(self):
|
|
468
|
-
""" """
|
|
469
|
-
...
|
|
470
|
-
|
|
418
|
+
def is_extended(self): ...
|
|
471
419
|
def is_property_hidden(self) -> bool:
|
|
472
420
|
"""Check if a property is hidden.
|
|
473
421
|
|
|
@@ -630,16 +578,9 @@ class VIEW3D_MT_brush_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
630
578
|
...
|
|
631
579
|
|
|
632
580
|
class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
633
|
-
""" """
|
|
634
|
-
|
|
635
581
|
bl_label: typing.Any
|
|
636
|
-
""" """
|
|
637
|
-
|
|
638
582
|
bl_rna: typing.Any
|
|
639
|
-
""" """
|
|
640
|
-
|
|
641
583
|
id_data: typing.Any
|
|
642
|
-
""" """
|
|
643
584
|
|
|
644
585
|
def append(self, draw_func):
|
|
645
586
|
"""Append a draw function to this menu,
|
|
@@ -744,10 +685,7 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
744
685
|
"""
|
|
745
686
|
...
|
|
746
687
|
|
|
747
|
-
def is_extended(self):
|
|
748
|
-
""" """
|
|
749
|
-
...
|
|
750
|
-
|
|
688
|
+
def is_extended(self): ...
|
|
751
689
|
def is_property_hidden(self) -> bool:
|
|
752
690
|
"""Check if a property is hidden.
|
|
753
691
|
|
|
@@ -910,16 +848,9 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
910
848
|
...
|
|
911
849
|
|
|
912
850
|
class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
913
|
-
""" """
|
|
914
|
-
|
|
915
851
|
bl_label: typing.Any
|
|
916
|
-
""" """
|
|
917
|
-
|
|
918
852
|
bl_rna: typing.Any
|
|
919
|
-
""" """
|
|
920
|
-
|
|
921
853
|
id_data: typing.Any
|
|
922
|
-
""" """
|
|
923
854
|
|
|
924
855
|
def append(self, draw_func):
|
|
925
856
|
"""Append a draw function to this menu,
|
|
@@ -1024,10 +955,7 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1024
955
|
"""
|
|
1025
956
|
...
|
|
1026
957
|
|
|
1027
|
-
def is_extended(self):
|
|
1028
|
-
""" """
|
|
1029
|
-
...
|
|
1030
|
-
|
|
958
|
+
def is_extended(self): ...
|
|
1031
959
|
def is_property_hidden(self) -> bool:
|
|
1032
960
|
"""Check if a property is hidden.
|
|
1033
961
|
|
|
@@ -1190,16 +1118,9 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1190
1118
|
...
|
|
1191
1119
|
|
|
1192
1120
|
class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types.Menu, bpy_types._GenericUI):
|
|
1193
|
-
""" """
|
|
1194
|
-
|
|
1195
1121
|
bl_label: typing.Any
|
|
1196
|
-
""" """
|
|
1197
|
-
|
|
1198
1122
|
bl_rna: typing.Any
|
|
1199
|
-
""" """
|
|
1200
|
-
|
|
1201
1123
|
id_data: typing.Any
|
|
1202
|
-
""" """
|
|
1203
1124
|
|
|
1204
1125
|
def append(self, draw_func):
|
|
1205
1126
|
"""Append a draw function to this menu,
|
|
@@ -1304,10 +1225,7 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1304
1225
|
"""
|
|
1305
1226
|
...
|
|
1306
1227
|
|
|
1307
|
-
def is_extended(self):
|
|
1308
|
-
""" """
|
|
1309
|
-
...
|
|
1310
|
-
|
|
1228
|
+
def is_extended(self): ...
|
|
1311
1229
|
def is_property_hidden(self) -> bool:
|
|
1312
1230
|
"""Check if a property is hidden.
|
|
1313
1231
|
|
|
@@ -1470,33 +1388,17 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1470
1388
|
...
|
|
1471
1389
|
|
|
1472
1390
|
class View3DPanel:
|
|
1473
|
-
""" """
|
|
1474
|
-
|
|
1475
1391
|
bl_region_type: typing.Any
|
|
1476
|
-
""" """
|
|
1477
|
-
|
|
1478
1392
|
bl_space_type: typing.Any
|
|
1479
|
-
""" """
|
|
1480
1393
|
|
|
1481
1394
|
class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
1482
1395
|
bpy_types.Panel, bpy_types._GenericUI
|
|
1483
1396
|
):
|
|
1484
|
-
""" """
|
|
1485
|
-
|
|
1486
1397
|
bl_label: typing.Any
|
|
1487
|
-
""" """
|
|
1488
|
-
|
|
1489
1398
|
bl_region_type: typing.Any
|
|
1490
|
-
""" """
|
|
1491
|
-
|
|
1492
1399
|
bl_rna: typing.Any
|
|
1493
|
-
""" """
|
|
1494
|
-
|
|
1495
1400
|
bl_space_type: typing.Any
|
|
1496
|
-
""" """
|
|
1497
|
-
|
|
1498
1401
|
id_data: typing.Any
|
|
1499
|
-
""" """
|
|
1500
1402
|
|
|
1501
1403
|
def append(self, draw_func):
|
|
1502
1404
|
"""Append a draw function to this menu,
|
|
@@ -1581,10 +1483,7 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
|
1581
1483
|
"""
|
|
1582
1484
|
...
|
|
1583
1485
|
|
|
1584
|
-
def is_extended(self):
|
|
1585
|
-
""" """
|
|
1586
|
-
...
|
|
1587
|
-
|
|
1486
|
+
def is_extended(self): ...
|
|
1588
1487
|
def is_property_hidden(self) -> bool:
|
|
1589
1488
|
"""Check if a property is hidden.
|
|
1590
1489
|
|
|
@@ -1718,28 +1617,13 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
1718
1617
|
"""Brush settings"""
|
|
1719
1618
|
|
|
1720
1619
|
bl_label: typing.Any
|
|
1721
|
-
""" """
|
|
1722
|
-
|
|
1723
1620
|
bl_region_type: typing.Any
|
|
1724
|
-
""" """
|
|
1725
|
-
|
|
1726
1621
|
bl_rna: typing.Any
|
|
1727
|
-
""" """
|
|
1728
|
-
|
|
1729
1622
|
bl_space_type: typing.Any
|
|
1730
|
-
""" """
|
|
1731
|
-
|
|
1732
1623
|
id_data: typing.Any
|
|
1733
|
-
""" """
|
|
1734
|
-
|
|
1735
1624
|
preset_add_operator: typing.Any
|
|
1736
|
-
""" """
|
|
1737
|
-
|
|
1738
1625
|
preset_operator: typing.Any
|
|
1739
|
-
""" """
|
|
1740
|
-
|
|
1741
1626
|
preset_subdir: typing.Any
|
|
1742
|
-
""" """
|
|
1743
1627
|
|
|
1744
1628
|
def append(self, draw_func):
|
|
1745
1629
|
"""Append a draw function to this menu,
|
|
@@ -1839,10 +1723,7 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
1839
1723
|
"""
|
|
1840
1724
|
...
|
|
1841
1725
|
|
|
1842
|
-
def is_extended(self):
|
|
1843
|
-
""" """
|
|
1844
|
-
...
|
|
1845
|
-
|
|
1726
|
+
def is_extended(self): ...
|
|
1846
1727
|
def is_property_hidden(self) -> bool:
|
|
1847
1728
|
"""Check if a property is hidden.
|
|
1848
1729
|
|
|
@@ -2005,25 +1886,12 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
2005
1886
|
...
|
|
2006
1887
|
|
|
2007
1888
|
class VIEW3D_PT_mask(bpy_types.Panel, bpy_types._GenericUI):
|
|
2008
|
-
""" """
|
|
2009
|
-
|
|
2010
1889
|
bl_label: typing.Any
|
|
2011
|
-
""" """
|
|
2012
|
-
|
|
2013
1890
|
bl_options: typing.Any
|
|
2014
|
-
""" """
|
|
2015
|
-
|
|
2016
1891
|
bl_region_type: typing.Any
|
|
2017
|
-
""" """
|
|
2018
|
-
|
|
2019
1892
|
bl_rna: typing.Any
|
|
2020
|
-
""" """
|
|
2021
|
-
|
|
2022
1893
|
bl_space_type: typing.Any
|
|
2023
|
-
""" """
|
|
2024
|
-
|
|
2025
1894
|
id_data: typing.Any
|
|
2026
|
-
""" """
|
|
2027
1895
|
|
|
2028
1896
|
def append(self, draw_func):
|
|
2029
1897
|
"""Append a draw function to this menu,
|
|
@@ -2108,10 +1976,7 @@ class VIEW3D_PT_mask(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2108
1976
|
"""
|
|
2109
1977
|
...
|
|
2110
1978
|
|
|
2111
|
-
def is_extended(self):
|
|
2112
|
-
""" """
|
|
2113
|
-
...
|
|
2114
|
-
|
|
1979
|
+
def is_extended(self): ...
|
|
2115
1980
|
def is_property_hidden(self) -> bool:
|
|
2116
1981
|
"""Check if a property is hidden.
|
|
2117
1982
|
|
|
@@ -2240,25 +2105,12 @@ class VIEW3D_PT_mask(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2240
2105
|
...
|
|
2241
2106
|
|
|
2242
2107
|
class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI):
|
|
2243
|
-
""" """
|
|
2244
|
-
|
|
2245
2108
|
bl_label: typing.Any
|
|
2246
|
-
""" """
|
|
2247
|
-
|
|
2248
2109
|
bl_region_type: typing.Any
|
|
2249
|
-
""" """
|
|
2250
|
-
|
|
2251
2110
|
bl_rna: typing.Any
|
|
2252
|
-
""" """
|
|
2253
|
-
|
|
2254
2111
|
bl_space_type: typing.Any
|
|
2255
|
-
""" """
|
|
2256
|
-
|
|
2257
2112
|
bl_ui_units_x: typing.Any
|
|
2258
|
-
""" """
|
|
2259
|
-
|
|
2260
2113
|
id_data: typing.Any
|
|
2261
|
-
""" """
|
|
2262
2114
|
|
|
2263
2115
|
def append(self, draw_func):
|
|
2264
2116
|
"""Append a draw function to this menu,
|
|
@@ -2343,10 +2195,7 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI
|
|
|
2343
2195
|
"""
|
|
2344
2196
|
...
|
|
2345
2197
|
|
|
2346
|
-
def is_extended(self):
|
|
2347
|
-
""" """
|
|
2348
|
-
...
|
|
2349
|
-
|
|
2198
|
+
def is_extended(self): ...
|
|
2350
2199
|
def is_property_hidden(self) -> bool:
|
|
2351
2200
|
"""Check if a property is hidden.
|
|
2352
2201
|
|
|
@@ -2475,25 +2324,12 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI
|
|
|
2475
2324
|
...
|
|
2476
2325
|
|
|
2477
2326
|
class VIEW3D_PT_slots_color_attributes(bpy_types.Panel, bpy_types._GenericUI):
|
|
2478
|
-
""" """
|
|
2479
|
-
|
|
2480
2327
|
bl_label: typing.Any
|
|
2481
|
-
""" """
|
|
2482
|
-
|
|
2483
2328
|
bl_region_type: typing.Any
|
|
2484
|
-
""" """
|
|
2485
|
-
|
|
2486
2329
|
bl_rna: typing.Any
|
|
2487
|
-
""" """
|
|
2488
|
-
|
|
2489
2330
|
bl_space_type: typing.Any
|
|
2490
|
-
""" """
|
|
2491
|
-
|
|
2492
2331
|
bl_ui_units_x: typing.Any
|
|
2493
|
-
""" """
|
|
2494
|
-
|
|
2495
2332
|
id_data: typing.Any
|
|
2496
|
-
""" """
|
|
2497
2333
|
|
|
2498
2334
|
def append(self, draw_func):
|
|
2499
2335
|
"""Append a draw function to this menu,
|
|
@@ -2585,10 +2421,7 @@ class VIEW3D_PT_slots_color_attributes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2585
2421
|
"""
|
|
2586
2422
|
...
|
|
2587
2423
|
|
|
2588
|
-
def is_extended(self):
|
|
2589
|
-
""" """
|
|
2590
|
-
...
|
|
2591
|
-
|
|
2424
|
+
def is_extended(self): ...
|
|
2592
2425
|
def is_property_hidden(self) -> bool:
|
|
2593
2426
|
"""Check if a property is hidden.
|
|
2594
2427
|
|
|
@@ -2717,25 +2550,12 @@ class VIEW3D_PT_slots_color_attributes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2717
2550
|
...
|
|
2718
2551
|
|
|
2719
2552
|
class VIEW3D_PT_slots_vertex_groups(bpy_types.Panel, bpy_types._GenericUI):
|
|
2720
|
-
""" """
|
|
2721
|
-
|
|
2722
2553
|
bl_label: typing.Any
|
|
2723
|
-
""" """
|
|
2724
|
-
|
|
2725
2554
|
bl_region_type: typing.Any
|
|
2726
|
-
""" """
|
|
2727
|
-
|
|
2728
2555
|
bl_rna: typing.Any
|
|
2729
|
-
""" """
|
|
2730
|
-
|
|
2731
2556
|
bl_space_type: typing.Any
|
|
2732
|
-
""" """
|
|
2733
|
-
|
|
2734
2557
|
bl_ui_units_x: typing.Any
|
|
2735
|
-
""" """
|
|
2736
|
-
|
|
2737
2558
|
id_data: typing.Any
|
|
2738
|
-
""" """
|
|
2739
2559
|
|
|
2740
2560
|
def append(self, draw_func):
|
|
2741
2561
|
"""Append a draw function to this menu,
|
|
@@ -2827,10 +2647,7 @@ class VIEW3D_PT_slots_vertex_groups(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2827
2647
|
"""
|
|
2828
2648
|
...
|
|
2829
2649
|
|
|
2830
|
-
def is_extended(self):
|
|
2831
|
-
""" """
|
|
2832
|
-
...
|
|
2833
|
-
|
|
2650
|
+
def is_extended(self): ...
|
|
2834
2651
|
def is_property_hidden(self) -> bool:
|
|
2835
2652
|
"""Check if a property is hidden.
|
|
2836
2653
|
|
|
@@ -2959,31 +2776,14 @@ class VIEW3D_PT_slots_vertex_groups(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2959
2776
|
...
|
|
2960
2777
|
|
|
2961
2778
|
class VIEW3D_PT_stencil_projectpaint(bpy_types.Panel, bpy_types._GenericUI):
|
|
2962
|
-
""" """
|
|
2963
|
-
|
|
2964
2779
|
bl_label: typing.Any
|
|
2965
|
-
""" """
|
|
2966
|
-
|
|
2967
2780
|
bl_options: typing.Any
|
|
2968
|
-
""" """
|
|
2969
|
-
|
|
2970
2781
|
bl_parent_id: typing.Any
|
|
2971
|
-
""" """
|
|
2972
|
-
|
|
2973
2782
|
bl_region_type: typing.Any
|
|
2974
|
-
""" """
|
|
2975
|
-
|
|
2976
2783
|
bl_rna: typing.Any
|
|
2977
|
-
""" """
|
|
2978
|
-
|
|
2979
2784
|
bl_space_type: typing.Any
|
|
2980
|
-
""" """
|
|
2981
|
-
|
|
2982
2785
|
bl_ui_units_x: typing.Any
|
|
2983
|
-
""" """
|
|
2984
|
-
|
|
2985
2786
|
id_data: typing.Any
|
|
2986
|
-
""" """
|
|
2987
2787
|
|
|
2988
2788
|
def append(self, draw_func):
|
|
2989
2789
|
"""Append a draw function to this menu,
|
|
@@ -3075,10 +2875,7 @@ class VIEW3D_PT_stencil_projectpaint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3075
2875
|
"""
|
|
3076
2876
|
...
|
|
3077
2877
|
|
|
3078
|
-
def is_extended(self):
|
|
3079
|
-
""" """
|
|
3080
|
-
...
|
|
3081
|
-
|
|
2878
|
+
def is_extended(self): ...
|
|
3082
2879
|
def is_property_hidden(self) -> bool:
|
|
3083
2880
|
"""Check if a property is hidden.
|
|
3084
2881
|
|
|
@@ -3214,28 +3011,13 @@ class VIEW3D_PT_stencil_projectpaint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3214
3011
|
...
|
|
3215
3012
|
|
|
3216
3013
|
class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.Panel, bpy_types._GenericUI):
|
|
3217
|
-
""" """
|
|
3218
|
-
|
|
3219
3014
|
bl_label: typing.Any
|
|
3220
|
-
""" """
|
|
3221
|
-
|
|
3222
3015
|
bl_options: typing.Any
|
|
3223
|
-
""" """
|
|
3224
|
-
|
|
3225
3016
|
bl_parent_id: typing.Any
|
|
3226
|
-
""" """
|
|
3227
|
-
|
|
3228
3017
|
bl_region_type: typing.Any
|
|
3229
|
-
""" """
|
|
3230
|
-
|
|
3231
3018
|
bl_rna: typing.Any
|
|
3232
|
-
""" """
|
|
3233
|
-
|
|
3234
3019
|
bl_space_type: typing.Any
|
|
3235
|
-
""" """
|
|
3236
|
-
|
|
3237
3020
|
id_data: typing.Any
|
|
3238
|
-
""" """
|
|
3239
3021
|
|
|
3240
3022
|
def append(self, draw_func):
|
|
3241
3023
|
"""Append a draw function to this menu,
|
|
@@ -3327,10 +3109,7 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.Panel, bpy_types._Gene
|
|
|
3327
3109
|
"""
|
|
3328
3110
|
...
|
|
3329
3111
|
|
|
3330
|
-
def is_extended(self):
|
|
3331
|
-
""" """
|
|
3332
|
-
...
|
|
3333
|
-
|
|
3112
|
+
def is_extended(self): ...
|
|
3334
3113
|
def is_property_hidden(self) -> bool:
|
|
3335
3114
|
"""Check if a property is hidden.
|
|
3336
3115
|
|
|
@@ -3461,22 +3240,11 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.Panel, bpy_types._Gene
|
|
|
3461
3240
|
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
3462
3241
|
bpy_types.Panel, bpy_types._GenericUI
|
|
3463
3242
|
):
|
|
3464
|
-
""" """
|
|
3465
|
-
|
|
3466
3243
|
bl_label: typing.Any
|
|
3467
|
-
""" """
|
|
3468
|
-
|
|
3469
3244
|
bl_region_type: typing.Any
|
|
3470
|
-
""" """
|
|
3471
|
-
|
|
3472
3245
|
bl_rna: typing.Any
|
|
3473
|
-
""" """
|
|
3474
|
-
|
|
3475
3246
|
bl_space_type: typing.Any
|
|
3476
|
-
""" """
|
|
3477
|
-
|
|
3478
3247
|
id_data: typing.Any
|
|
3479
|
-
""" """
|
|
3480
3248
|
|
|
3481
3249
|
def append(self, draw_func):
|
|
3482
3250
|
"""Append a draw function to this menu,
|
|
@@ -3561,10 +3329,7 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
|
3561
3329
|
"""
|
|
3562
3330
|
...
|
|
3563
3331
|
|
|
3564
|
-
def is_extended(self):
|
|
3565
|
-
""" """
|
|
3566
|
-
...
|
|
3567
|
-
|
|
3332
|
+
def is_extended(self): ...
|
|
3568
3333
|
def is_property_hidden(self) -> bool:
|
|
3569
3334
|
"""Check if a property is hidden.
|
|
3570
3335
|
|
|
@@ -3695,22 +3460,11 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
|
3695
3460
|
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
3696
3461
|
bpy_types.Panel, bpy_types._GenericUI
|
|
3697
3462
|
):
|
|
3698
|
-
""" """
|
|
3699
|
-
|
|
3700
3463
|
bl_label: typing.Any
|
|
3701
|
-
""" """
|
|
3702
|
-
|
|
3703
3464
|
bl_region_type: typing.Any
|
|
3704
|
-
""" """
|
|
3705
|
-
|
|
3706
3465
|
bl_rna: typing.Any
|
|
3707
|
-
""" """
|
|
3708
|
-
|
|
3709
3466
|
bl_space_type: typing.Any
|
|
3710
|
-
""" """
|
|
3711
|
-
|
|
3712
3467
|
id_data: typing.Any
|
|
3713
|
-
""" """
|
|
3714
3468
|
|
|
3715
3469
|
def append(self, draw_func):
|
|
3716
3470
|
"""Append a draw function to this menu,
|
|
@@ -3795,10 +3549,7 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
|
3795
3549
|
"""
|
|
3796
3550
|
...
|
|
3797
3551
|
|
|
3798
|
-
def is_extended(self):
|
|
3799
|
-
""" """
|
|
3800
|
-
...
|
|
3801
|
-
|
|
3552
|
+
def is_extended(self): ...
|
|
3802
3553
|
def is_property_hidden(self) -> bool:
|
|
3803
3554
|
"""Check if a property is hidden.
|
|
3804
3555
|
|
|
@@ -3929,28 +3680,13 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
|
3929
3680
|
class VIEW3D_PT_slots_paint_canvas(
|
|
3930
3681
|
bpy_types.Panel, SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
3931
3682
|
):
|
|
3932
|
-
""" """
|
|
3933
|
-
|
|
3934
3683
|
bl_label: typing.Any
|
|
3935
|
-
""" """
|
|
3936
|
-
|
|
3937
3684
|
bl_region_type: typing.Any
|
|
3938
|
-
""" """
|
|
3939
|
-
|
|
3940
3685
|
bl_rna: typing.Any
|
|
3941
|
-
""" """
|
|
3942
|
-
|
|
3943
3686
|
bl_space_type: typing.Any
|
|
3944
|
-
""" """
|
|
3945
|
-
|
|
3946
3687
|
canvas_image_attr_name: typing.Any
|
|
3947
|
-
""" """
|
|
3948
|
-
|
|
3949
3688
|
canvas_source_attr_name: typing.Any
|
|
3950
|
-
""" """
|
|
3951
|
-
|
|
3952
3689
|
id_data: typing.Any
|
|
3953
|
-
""" """
|
|
3954
3690
|
|
|
3955
3691
|
def append(self, draw_func):
|
|
3956
3692
|
"""Append a draw function to this menu,
|
|
@@ -4056,10 +3792,7 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
4056
3792
|
"""
|
|
4057
3793
|
...
|
|
4058
3794
|
|
|
4059
|
-
def is_extended(self):
|
|
4060
|
-
""" """
|
|
4061
|
-
...
|
|
4062
|
-
|
|
3795
|
+
def is_extended(self): ...
|
|
4063
3796
|
def is_property_hidden(self) -> bool:
|
|
4064
3797
|
"""Check if a property is hidden.
|
|
4065
3798
|
|
|
@@ -4197,28 +3930,13 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
4197
3930
|
class VIEW3D_PT_slots_projectpaint(
|
|
4198
3931
|
bpy_types.Panel, SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
4199
3932
|
):
|
|
4200
|
-
""" """
|
|
4201
|
-
|
|
4202
3933
|
bl_label: typing.Any
|
|
4203
|
-
""" """
|
|
4204
|
-
|
|
4205
3934
|
bl_region_type: typing.Any
|
|
4206
|
-
""" """
|
|
4207
|
-
|
|
4208
3935
|
bl_rna: typing.Any
|
|
4209
|
-
""" """
|
|
4210
|
-
|
|
4211
3936
|
bl_space_type: typing.Any
|
|
4212
|
-
""" """
|
|
4213
|
-
|
|
4214
3937
|
canvas_image_attr_name: typing.Any
|
|
4215
|
-
""" """
|
|
4216
|
-
|
|
4217
3938
|
canvas_source_attr_name: typing.Any
|
|
4218
|
-
""" """
|
|
4219
|
-
|
|
4220
3939
|
id_data: typing.Any
|
|
4221
|
-
""" """
|
|
4222
3940
|
|
|
4223
3941
|
def append(self, draw_func):
|
|
4224
3942
|
"""Append a draw function to this menu,
|
|
@@ -4325,10 +4043,7 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
4325
4043
|
"""
|
|
4326
4044
|
...
|
|
4327
4045
|
|
|
4328
|
-
def is_extended(self):
|
|
4329
|
-
""" """
|
|
4330
|
-
...
|
|
4331
|
-
|
|
4046
|
+
def is_extended(self): ...
|
|
4332
4047
|
def is_property_hidden(self) -> bool:
|
|
4333
4048
|
"""Check if a property is hidden.
|
|
4334
4049
|
|
|
@@ -4466,28 +4181,13 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
4466
4181
|
class VIEW3D_PT_tools_armatureedit_options(
|
|
4467
4182
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4468
4183
|
):
|
|
4469
|
-
""" """
|
|
4470
|
-
|
|
4471
4184
|
bl_category: typing.Any
|
|
4472
|
-
""" """
|
|
4473
|
-
|
|
4474
4185
|
bl_context: typing.Any
|
|
4475
|
-
""" """
|
|
4476
|
-
|
|
4477
4186
|
bl_label: typing.Any
|
|
4478
|
-
""" """
|
|
4479
|
-
|
|
4480
4187
|
bl_region_type: typing.Any
|
|
4481
|
-
""" """
|
|
4482
|
-
|
|
4483
4188
|
bl_rna: typing.Any
|
|
4484
|
-
""" """
|
|
4485
|
-
|
|
4486
4189
|
bl_space_type: typing.Any
|
|
4487
|
-
""" """
|
|
4488
|
-
|
|
4489
4190
|
id_data: typing.Any
|
|
4490
|
-
""" """
|
|
4491
4191
|
|
|
4492
4192
|
def append(self, draw_func):
|
|
4493
4193
|
"""Append a draw function to this menu,
|
|
@@ -4572,10 +4272,7 @@ class VIEW3D_PT_tools_armatureedit_options(
|
|
|
4572
4272
|
"""
|
|
4573
4273
|
...
|
|
4574
4274
|
|
|
4575
|
-
def is_extended(self):
|
|
4576
|
-
""" """
|
|
4577
|
-
...
|
|
4578
|
-
|
|
4275
|
+
def is_extended(self): ...
|
|
4579
4276
|
def is_property_hidden(self) -> bool:
|
|
4580
4277
|
"""Check if a property is hidden.
|
|
4581
4278
|
|
|
@@ -4706,37 +4403,16 @@ class VIEW3D_PT_tools_armatureedit_options(
|
|
|
4706
4403
|
class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
4707
4404
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4708
4405
|
):
|
|
4709
|
-
""" """
|
|
4710
|
-
|
|
4711
4406
|
bl_category: typing.Any
|
|
4712
|
-
""" """
|
|
4713
|
-
|
|
4714
4407
|
bl_context: typing.Any
|
|
4715
|
-
""" """
|
|
4716
|
-
|
|
4717
4408
|
bl_label: typing.Any
|
|
4718
|
-
""" """
|
|
4719
|
-
|
|
4720
4409
|
bl_options: typing.Any
|
|
4721
|
-
""" """
|
|
4722
|
-
|
|
4723
4410
|
bl_parent_id: typing.Any
|
|
4724
|
-
""" """
|
|
4725
|
-
|
|
4726
4411
|
bl_region_type: typing.Any
|
|
4727
|
-
""" """
|
|
4728
|
-
|
|
4729
4412
|
bl_rna: typing.Any
|
|
4730
|
-
""" """
|
|
4731
|
-
|
|
4732
4413
|
bl_space_type: typing.Any
|
|
4733
|
-
""" """
|
|
4734
|
-
|
|
4735
4414
|
bl_ui_units_x: typing.Any
|
|
4736
|
-
""" """
|
|
4737
|
-
|
|
4738
4415
|
id_data: typing.Any
|
|
4739
|
-
""" """
|
|
4740
4416
|
|
|
4741
4417
|
def append(self, draw_func):
|
|
4742
4418
|
"""Append a draw function to this menu,
|
|
@@ -4821,10 +4497,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
4821
4497
|
"""
|
|
4822
4498
|
...
|
|
4823
4499
|
|
|
4824
|
-
def is_extended(self):
|
|
4825
|
-
""" """
|
|
4826
|
-
...
|
|
4827
|
-
|
|
4500
|
+
def is_extended(self): ...
|
|
4828
4501
|
def is_property_hidden(self) -> bool:
|
|
4829
4502
|
"""Check if a property is hidden.
|
|
4830
4503
|
|
|
@@ -4962,31 +4635,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
4962
4635
|
class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
4963
4636
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4964
4637
|
):
|
|
4965
|
-
""" """
|
|
4966
|
-
|
|
4967
4638
|
bl_category: typing.Any
|
|
4968
|
-
""" """
|
|
4969
|
-
|
|
4970
4639
|
bl_context: typing.Any
|
|
4971
|
-
""" """
|
|
4972
|
-
|
|
4973
4640
|
bl_label: typing.Any
|
|
4974
|
-
""" """
|
|
4975
|
-
|
|
4976
4641
|
bl_parent_id: typing.Any
|
|
4977
|
-
""" """
|
|
4978
|
-
|
|
4979
4642
|
bl_region_type: typing.Any
|
|
4980
|
-
""" """
|
|
4981
|
-
|
|
4982
4643
|
bl_rna: typing.Any
|
|
4983
|
-
""" """
|
|
4984
|
-
|
|
4985
4644
|
bl_space_type: typing.Any
|
|
4986
|
-
""" """
|
|
4987
|
-
|
|
4988
4645
|
id_data: typing.Any
|
|
4989
|
-
""" """
|
|
4990
4646
|
|
|
4991
4647
|
def append(self, draw_func):
|
|
4992
4648
|
"""Append a draw function to this menu,
|
|
@@ -5071,10 +4727,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
5071
4727
|
"""
|
|
5072
4728
|
...
|
|
5073
4729
|
|
|
5074
|
-
def is_extended(self):
|
|
5075
|
-
""" """
|
|
5076
|
-
...
|
|
5077
|
-
|
|
4730
|
+
def is_extended(self): ...
|
|
5078
4731
|
def is_property_hidden(self) -> bool:
|
|
5079
4732
|
"""Check if a property is hidden.
|
|
5080
4733
|
|
|
@@ -5212,31 +4865,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
5212
4865
|
class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
5213
4866
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5214
4867
|
):
|
|
5215
|
-
""" """
|
|
5216
|
-
|
|
5217
4868
|
bl_category: typing.Any
|
|
5218
|
-
""" """
|
|
5219
|
-
|
|
5220
4869
|
bl_context: typing.Any
|
|
5221
|
-
""" """
|
|
5222
|
-
|
|
5223
4870
|
bl_label: typing.Any
|
|
5224
|
-
""" """
|
|
5225
|
-
|
|
5226
4871
|
bl_parent_id: typing.Any
|
|
5227
|
-
""" """
|
|
5228
|
-
|
|
5229
4872
|
bl_region_type: typing.Any
|
|
5230
|
-
""" """
|
|
5231
|
-
|
|
5232
4873
|
bl_rna: typing.Any
|
|
5233
|
-
""" """
|
|
5234
|
-
|
|
5235
4874
|
bl_space_type: typing.Any
|
|
5236
|
-
""" """
|
|
5237
|
-
|
|
5238
4875
|
id_data: typing.Any
|
|
5239
|
-
""" """
|
|
5240
4876
|
|
|
5241
4877
|
def append(self, draw_func):
|
|
5242
4878
|
"""Append a draw function to this menu,
|
|
@@ -5321,10 +4957,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
5321
4957
|
"""
|
|
5322
4958
|
...
|
|
5323
4959
|
|
|
5324
|
-
def is_extended(self):
|
|
5325
|
-
""" """
|
|
5326
|
-
...
|
|
5327
|
-
|
|
4960
|
+
def is_extended(self): ...
|
|
5328
4961
|
def is_property_hidden(self) -> bool:
|
|
5329
4962
|
"""Check if a property is hidden.
|
|
5330
4963
|
|
|
@@ -5462,28 +5095,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
5462
5095
|
class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
5463
5096
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5464
5097
|
):
|
|
5465
|
-
""" """
|
|
5466
|
-
|
|
5467
5098
|
bl_category: typing.Any
|
|
5468
|
-
""" """
|
|
5469
|
-
|
|
5470
5099
|
bl_context: typing.Any
|
|
5471
|
-
""" """
|
|
5472
|
-
|
|
5473
5100
|
bl_label: typing.Any
|
|
5474
|
-
""" """
|
|
5475
|
-
|
|
5476
5101
|
bl_region_type: typing.Any
|
|
5477
|
-
""" """
|
|
5478
|
-
|
|
5479
5102
|
bl_rna: typing.Any
|
|
5480
|
-
""" """
|
|
5481
|
-
|
|
5482
5103
|
bl_space_type: typing.Any
|
|
5483
|
-
""" """
|
|
5484
|
-
|
|
5485
5104
|
id_data: typing.Any
|
|
5486
|
-
""" """
|
|
5487
5105
|
|
|
5488
5106
|
def append(self, draw_func):
|
|
5489
5107
|
"""Append a draw function to this menu,
|
|
@@ -5568,10 +5186,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
|
5568
5186
|
"""
|
|
5569
5187
|
...
|
|
5570
5188
|
|
|
5571
|
-
def is_extended(self):
|
|
5572
|
-
""" """
|
|
5573
|
-
...
|
|
5574
|
-
|
|
5189
|
+
def is_extended(self): ...
|
|
5575
5190
|
def is_property_hidden(self) -> bool:
|
|
5576
5191
|
"""Check if a property is hidden.
|
|
5577
5192
|
|
|
@@ -5709,34 +5324,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
|
5709
5324
|
class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
5710
5325
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5711
5326
|
):
|
|
5712
|
-
""" """
|
|
5713
|
-
|
|
5714
5327
|
bl_category: typing.Any
|
|
5715
|
-
""" """
|
|
5716
|
-
|
|
5717
5328
|
bl_context: typing.Any
|
|
5718
|
-
""" """
|
|
5719
|
-
|
|
5720
5329
|
bl_label: typing.Any
|
|
5721
|
-
""" """
|
|
5722
|
-
|
|
5723
5330
|
bl_options: typing.Any
|
|
5724
|
-
""" """
|
|
5725
|
-
|
|
5726
5331
|
bl_parent_id: typing.Any
|
|
5727
|
-
""" """
|
|
5728
|
-
|
|
5729
5332
|
bl_region_type: typing.Any
|
|
5730
|
-
""" """
|
|
5731
|
-
|
|
5732
5333
|
bl_rna: typing.Any
|
|
5733
|
-
""" """
|
|
5734
|
-
|
|
5735
5334
|
bl_space_type: typing.Any
|
|
5736
|
-
""" """
|
|
5737
|
-
|
|
5738
5335
|
id_data: typing.Any
|
|
5739
|
-
""" """
|
|
5740
5336
|
|
|
5741
5337
|
def append(self, draw_func):
|
|
5742
5338
|
"""Append a draw function to this menu,
|
|
@@ -5828,10 +5424,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
5828
5424
|
"""
|
|
5829
5425
|
...
|
|
5830
5426
|
|
|
5831
|
-
def is_extended(self):
|
|
5832
|
-
""" """
|
|
5833
|
-
...
|
|
5834
|
-
|
|
5427
|
+
def is_extended(self): ...
|
|
5835
5428
|
def is_property_hidden(self) -> bool:
|
|
5836
5429
|
"""Check if a property is hidden.
|
|
5837
5430
|
|
|
@@ -5969,34 +5562,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
5969
5562
|
class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
5970
5563
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5971
5564
|
):
|
|
5972
|
-
""" """
|
|
5973
|
-
|
|
5974
5565
|
bl_category: typing.Any
|
|
5975
|
-
""" """
|
|
5976
|
-
|
|
5977
5566
|
bl_context: typing.Any
|
|
5978
|
-
""" """
|
|
5979
|
-
|
|
5980
5567
|
bl_label: typing.Any
|
|
5981
|
-
""" """
|
|
5982
|
-
|
|
5983
5568
|
bl_options: typing.Any
|
|
5984
|
-
""" """
|
|
5985
|
-
|
|
5986
5569
|
bl_parent_id: typing.Any
|
|
5987
|
-
""" """
|
|
5988
|
-
|
|
5989
5570
|
bl_region_type: typing.Any
|
|
5990
|
-
""" """
|
|
5991
|
-
|
|
5992
5571
|
bl_rna: typing.Any
|
|
5993
|
-
""" """
|
|
5994
|
-
|
|
5995
5572
|
bl_space_type: typing.Any
|
|
5996
|
-
""" """
|
|
5997
|
-
|
|
5998
5573
|
id_data: typing.Any
|
|
5999
|
-
""" """
|
|
6000
5574
|
|
|
6001
5575
|
def append(self, draw_func):
|
|
6002
5576
|
"""Append a draw function to this menu,
|
|
@@ -6088,10 +5662,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
|
6088
5662
|
"""
|
|
6089
5663
|
...
|
|
6090
5664
|
|
|
6091
|
-
def is_extended(self):
|
|
6092
|
-
""" """
|
|
6093
|
-
...
|
|
6094
|
-
|
|
5665
|
+
def is_extended(self): ...
|
|
6095
5666
|
def is_property_hidden(self) -> bool:
|
|
6096
5667
|
"""Check if a property is hidden.
|
|
6097
5668
|
|
|
@@ -6229,28 +5800,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
|
6229
5800
|
class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
6230
5801
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
6231
5802
|
):
|
|
6232
|
-
""" """
|
|
6233
|
-
|
|
6234
5803
|
bl_category: typing.Any
|
|
6235
|
-
""" """
|
|
6236
|
-
|
|
6237
5804
|
bl_context: typing.Any
|
|
6238
|
-
""" """
|
|
6239
|
-
|
|
6240
5805
|
bl_label: typing.Any
|
|
6241
|
-
""" """
|
|
6242
|
-
|
|
6243
5806
|
bl_region_type: typing.Any
|
|
6244
|
-
""" """
|
|
6245
|
-
|
|
6246
5807
|
bl_rna: typing.Any
|
|
6247
|
-
""" """
|
|
6248
|
-
|
|
6249
5808
|
bl_space_type: typing.Any
|
|
6250
|
-
""" """
|
|
6251
|
-
|
|
6252
5809
|
id_data: typing.Any
|
|
6253
|
-
""" """
|
|
6254
5810
|
|
|
6255
5811
|
def append(self, draw_func):
|
|
6256
5812
|
"""Append a draw function to this menu,
|
|
@@ -6335,10 +5891,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
|
6335
5891
|
"""
|
|
6336
5892
|
...
|
|
6337
5893
|
|
|
6338
|
-
def is_extended(self):
|
|
6339
|
-
""" """
|
|
6340
|
-
...
|
|
6341
|
-
|
|
5894
|
+
def is_extended(self): ...
|
|
6342
5895
|
def is_property_hidden(self) -> bool:
|
|
6343
5896
|
"""Check if a property is hidden.
|
|
6344
5897
|
|
|
@@ -6476,31 +6029,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
|
6476
6029
|
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
6477
6030
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
6478
6031
|
):
|
|
6479
|
-
""" """
|
|
6480
|
-
|
|
6481
6032
|
bl_category: typing.Any
|
|
6482
|
-
""" """
|
|
6483
|
-
|
|
6484
6033
|
bl_context: typing.Any
|
|
6485
|
-
""" """
|
|
6486
|
-
|
|
6487
6034
|
bl_label: typing.Any
|
|
6488
|
-
""" """
|
|
6489
|
-
|
|
6490
6035
|
bl_options: typing.Any
|
|
6491
|
-
""" """
|
|
6492
|
-
|
|
6493
6036
|
bl_region_type: typing.Any
|
|
6494
|
-
""" """
|
|
6495
|
-
|
|
6496
6037
|
bl_rna: typing.Any
|
|
6497
|
-
""" """
|
|
6498
|
-
|
|
6499
6038
|
bl_space_type: typing.Any
|
|
6500
|
-
""" """
|
|
6501
|
-
|
|
6502
6039
|
id_data: typing.Any
|
|
6503
|
-
""" """
|
|
6504
6040
|
|
|
6505
6041
|
def append(self, draw_func):
|
|
6506
6042
|
"""Append a draw function to this menu,
|
|
@@ -6592,10 +6128,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
|
6592
6128
|
"""
|
|
6593
6129
|
...
|
|
6594
6130
|
|
|
6595
|
-
def is_extended(self):
|
|
6596
|
-
""" """
|
|
6597
|
-
...
|
|
6598
|
-
|
|
6131
|
+
def is_extended(self): ...
|
|
6599
6132
|
def is_property_hidden(self) -> bool:
|
|
6600
6133
|
"""Check if a property is hidden.
|
|
6601
6134
|
|
|
@@ -6733,34 +6266,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
|
6733
6266
|
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
6734
6267
|
bpy_types._GenericUI, bpy_types.Panel, View3DPanel
|
|
6735
6268
|
):
|
|
6736
|
-
""" """
|
|
6737
|
-
|
|
6738
6269
|
bl_category: typing.Any
|
|
6739
|
-
""" """
|
|
6740
|
-
|
|
6741
6270
|
bl_context: typing.Any
|
|
6742
|
-
""" """
|
|
6743
|
-
|
|
6744
6271
|
bl_label: typing.Any
|
|
6745
|
-
""" """
|
|
6746
|
-
|
|
6747
6272
|
bl_options: typing.Any
|
|
6748
|
-
""" """
|
|
6749
|
-
|
|
6750
6273
|
bl_parent_id: typing.Any
|
|
6751
|
-
""" """
|
|
6752
|
-
|
|
6753
6274
|
bl_region_type: typing.Any
|
|
6754
|
-
""" """
|
|
6755
|
-
|
|
6756
6275
|
bl_rna: typing.Any
|
|
6757
|
-
""" """
|
|
6758
|
-
|
|
6759
6276
|
bl_space_type: typing.Any
|
|
6760
|
-
""" """
|
|
6761
|
-
|
|
6762
6277
|
id_data: typing.Any
|
|
6763
|
-
""" """
|
|
6764
6278
|
|
|
6765
6279
|
def append(self, draw_func):
|
|
6766
6280
|
"""Append a draw function to this menu,
|
|
@@ -6852,10 +6366,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
|
6852
6366
|
"""
|
|
6853
6367
|
...
|
|
6854
6368
|
|
|
6855
|
-
def is_extended(self):
|
|
6856
|
-
""" """
|
|
6857
|
-
...
|
|
6858
|
-
|
|
6369
|
+
def is_extended(self): ...
|
|
6859
6370
|
def is_property_hidden(self) -> bool:
|
|
6860
6371
|
"""Check if a property is hidden.
|
|
6861
6372
|
|
|
@@ -6993,37 +6504,16 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
|
6993
6504
|
class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
6994
6505
|
bpy_types._GenericUI, bpy_types.Panel, View3DPanel
|
|
6995
6506
|
):
|
|
6996
|
-
""" """
|
|
6997
|
-
|
|
6998
6507
|
bl_category: typing.Any
|
|
6999
|
-
""" """
|
|
7000
|
-
|
|
7001
6508
|
bl_context: typing.Any
|
|
7002
|
-
""" """
|
|
7003
|
-
|
|
7004
6509
|
bl_label: typing.Any
|
|
7005
|
-
""" """
|
|
7006
|
-
|
|
7007
6510
|
bl_options: typing.Any
|
|
7008
|
-
""" """
|
|
7009
|
-
|
|
7010
6511
|
bl_parent_id: typing.Any
|
|
7011
|
-
""" """
|
|
7012
|
-
|
|
7013
6512
|
bl_region_type: typing.Any
|
|
7014
|
-
""" """
|
|
7015
|
-
|
|
7016
6513
|
bl_rna: typing.Any
|
|
7017
|
-
""" """
|
|
7018
|
-
|
|
7019
6514
|
bl_space_type: typing.Any
|
|
7020
|
-
""" """
|
|
7021
|
-
|
|
7022
6515
|
bl_ui_units_x: typing.Any
|
|
7023
|
-
""" """
|
|
7024
|
-
|
|
7025
6516
|
id_data: typing.Any
|
|
7026
|
-
""" """
|
|
7027
6517
|
|
|
7028
6518
|
def append(self, draw_func):
|
|
7029
6519
|
"""Append a draw function to this menu,
|
|
@@ -7108,10 +6598,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
|
7108
6598
|
"""
|
|
7109
6599
|
...
|
|
7110
6600
|
|
|
7111
|
-
def is_extended(self):
|
|
7112
|
-
""" """
|
|
7113
|
-
...
|
|
7114
|
-
|
|
6601
|
+
def is_extended(self): ...
|
|
7115
6602
|
def is_property_hidden(self) -> bool:
|
|
7116
6603
|
"""Check if a property is hidden.
|
|
7117
6604
|
|
|
@@ -7249,28 +6736,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
|
7249
6736
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
7250
6737
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
7251
6738
|
):
|
|
7252
|
-
""" """
|
|
7253
|
-
|
|
7254
6739
|
bl_category: typing.Any
|
|
7255
|
-
""" """
|
|
7256
|
-
|
|
7257
6740
|
bl_context: typing.Any
|
|
7258
|
-
""" """
|
|
7259
|
-
|
|
7260
6741
|
bl_label: typing.Any
|
|
7261
|
-
""" """
|
|
7262
|
-
|
|
7263
6742
|
bl_region_type: typing.Any
|
|
7264
|
-
""" """
|
|
7265
|
-
|
|
7266
6743
|
bl_rna: typing.Any
|
|
7267
|
-
""" """
|
|
7268
|
-
|
|
7269
6744
|
bl_space_type: typing.Any
|
|
7270
|
-
""" """
|
|
7271
|
-
|
|
7272
6745
|
id_data: typing.Any
|
|
7273
|
-
""" """
|
|
7274
6746
|
|
|
7275
6747
|
def append(self, draw_func):
|
|
7276
6748
|
"""Append a draw function to this menu,
|
|
@@ -7355,10 +6827,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
7355
6827
|
"""
|
|
7356
6828
|
...
|
|
7357
6829
|
|
|
7358
|
-
def is_extended(self):
|
|
7359
|
-
""" """
|
|
7360
|
-
...
|
|
7361
|
-
|
|
6830
|
+
def is_extended(self): ...
|
|
7362
6831
|
def is_property_hidden(self) -> bool:
|
|
7363
6832
|
"""Check if a property is hidden.
|
|
7364
6833
|
|
|
@@ -7496,31 +6965,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
7496
6965
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
7497
6966
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
7498
6967
|
):
|
|
7499
|
-
""" """
|
|
7500
|
-
|
|
7501
6968
|
bl_category: typing.Any
|
|
7502
|
-
""" """
|
|
7503
|
-
|
|
7504
6969
|
bl_context: typing.Any
|
|
7505
|
-
""" """
|
|
7506
|
-
|
|
7507
6970
|
bl_label: typing.Any
|
|
7508
|
-
""" """
|
|
7509
|
-
|
|
7510
6971
|
bl_parent_id: typing.Any
|
|
7511
|
-
""" """
|
|
7512
|
-
|
|
7513
6972
|
bl_region_type: typing.Any
|
|
7514
|
-
""" """
|
|
7515
|
-
|
|
7516
6973
|
bl_rna: typing.Any
|
|
7517
|
-
""" """
|
|
7518
|
-
|
|
7519
6974
|
bl_space_type: typing.Any
|
|
7520
|
-
""" """
|
|
7521
|
-
|
|
7522
6975
|
id_data: typing.Any
|
|
7523
|
-
""" """
|
|
7524
6976
|
|
|
7525
6977
|
def append(self, draw_func):
|
|
7526
6978
|
"""Append a draw function to this menu,
|
|
@@ -7605,10 +7057,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
|
7605
7057
|
"""
|
|
7606
7058
|
...
|
|
7607
7059
|
|
|
7608
|
-
def is_extended(self):
|
|
7609
|
-
""" """
|
|
7610
|
-
...
|
|
7611
|
-
|
|
7060
|
+
def is_extended(self): ...
|
|
7612
7061
|
def is_property_hidden(self) -> bool:
|
|
7613
7062
|
"""Check if a property is hidden.
|
|
7614
7063
|
|
|
@@ -7749,37 +7198,16 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
7749
7198
|
bpy_types.Panel,
|
|
7750
7199
|
View3DPanel,
|
|
7751
7200
|
):
|
|
7752
|
-
""" """
|
|
7753
|
-
|
|
7754
7201
|
bl_category: typing.Any
|
|
7755
|
-
""" """
|
|
7756
|
-
|
|
7757
7202
|
bl_context: typing.Any
|
|
7758
|
-
""" """
|
|
7759
|
-
|
|
7760
7203
|
bl_label: typing.Any
|
|
7761
|
-
""" """
|
|
7762
|
-
|
|
7763
7204
|
bl_options: typing.Any
|
|
7764
|
-
""" """
|
|
7765
|
-
|
|
7766
7205
|
bl_parent_id: typing.Any
|
|
7767
|
-
""" """
|
|
7768
|
-
|
|
7769
7206
|
bl_region_type: typing.Any
|
|
7770
|
-
""" """
|
|
7771
|
-
|
|
7772
7207
|
bl_rna: typing.Any
|
|
7773
|
-
""" """
|
|
7774
|
-
|
|
7775
7208
|
bl_space_type: typing.Any
|
|
7776
|
-
""" """
|
|
7777
|
-
|
|
7778
7209
|
bl_ui_units_x: typing.Any
|
|
7779
|
-
""" """
|
|
7780
|
-
|
|
7781
7210
|
id_data: typing.Any
|
|
7782
|
-
""" """
|
|
7783
7211
|
|
|
7784
7212
|
def append(self, draw_func):
|
|
7785
7213
|
"""Append a draw function to this menu,
|
|
@@ -7871,10 +7299,7 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
7871
7299
|
"""
|
|
7872
7300
|
...
|
|
7873
7301
|
|
|
7874
|
-
def is_extended(self):
|
|
7875
|
-
""" """
|
|
7876
|
-
...
|
|
7877
|
-
|
|
7302
|
+
def is_extended(self): ...
|
|
7878
7303
|
def is_property_hidden(self) -> bool:
|
|
7879
7304
|
"""Check if a property is hidden.
|
|
7880
7305
|
|
|
@@ -8015,34 +7440,15 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
8015
7440
|
bpy_types.Panel,
|
|
8016
7441
|
View3DPanel,
|
|
8017
7442
|
):
|
|
8018
|
-
""" """
|
|
8019
|
-
|
|
8020
7443
|
bl_category: typing.Any
|
|
8021
|
-
""" """
|
|
8022
|
-
|
|
8023
7444
|
bl_context: typing.Any
|
|
8024
|
-
""" """
|
|
8025
|
-
|
|
8026
7445
|
bl_label: typing.Any
|
|
8027
|
-
""" """
|
|
8028
|
-
|
|
8029
7446
|
bl_options: typing.Any
|
|
8030
|
-
""" """
|
|
8031
|
-
|
|
8032
7447
|
bl_parent_id: typing.Any
|
|
8033
|
-
""" """
|
|
8034
|
-
|
|
8035
7448
|
bl_region_type: typing.Any
|
|
8036
|
-
""" """
|
|
8037
|
-
|
|
8038
7449
|
bl_rna: typing.Any
|
|
8039
|
-
""" """
|
|
8040
|
-
|
|
8041
7450
|
bl_space_type: typing.Any
|
|
8042
|
-
""" """
|
|
8043
|
-
|
|
8044
7451
|
id_data: typing.Any
|
|
8045
|
-
""" """
|
|
8046
7452
|
|
|
8047
7453
|
def append(self, draw_func):
|
|
8048
7454
|
"""Append a draw function to this menu,
|
|
@@ -8134,10 +7540,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
8134
7540
|
"""
|
|
8135
7541
|
...
|
|
8136
7542
|
|
|
8137
|
-
def is_extended(self):
|
|
8138
|
-
""" """
|
|
8139
|
-
...
|
|
8140
|
-
|
|
7543
|
+
def is_extended(self): ...
|
|
8141
7544
|
def is_property_hidden(self) -> bool:
|
|
8142
7545
|
"""Check if a property is hidden.
|
|
8143
7546
|
|
|
@@ -8278,34 +7681,15 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
8278
7681
|
View3DPanel,
|
|
8279
7682
|
bpy_types._GenericUI,
|
|
8280
7683
|
):
|
|
8281
|
-
""" """
|
|
8282
|
-
|
|
8283
7684
|
bl_category: typing.Any
|
|
8284
|
-
""" """
|
|
8285
|
-
|
|
8286
7685
|
bl_context: typing.Any
|
|
8287
|
-
""" """
|
|
8288
|
-
|
|
8289
7686
|
bl_label: typing.Any
|
|
8290
|
-
""" """
|
|
8291
|
-
|
|
8292
7687
|
bl_options: typing.Any
|
|
8293
|
-
""" """
|
|
8294
|
-
|
|
8295
7688
|
bl_parent_id: typing.Any
|
|
8296
|
-
""" """
|
|
8297
|
-
|
|
8298
7689
|
bl_region_type: typing.Any
|
|
8299
|
-
""" """
|
|
8300
|
-
|
|
8301
7690
|
bl_rna: typing.Any
|
|
8302
|
-
""" """
|
|
8303
|
-
|
|
8304
7691
|
bl_space_type: typing.Any
|
|
8305
|
-
""" """
|
|
8306
|
-
|
|
8307
7692
|
id_data: typing.Any
|
|
8308
|
-
""" """
|
|
8309
7693
|
|
|
8310
7694
|
def append(self, draw_func):
|
|
8311
7695
|
"""Append a draw function to this menu,
|
|
@@ -8390,10 +7774,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
8390
7774
|
"""
|
|
8391
7775
|
...
|
|
8392
7776
|
|
|
8393
|
-
def is_extended(self):
|
|
8394
|
-
""" """
|
|
8395
|
-
...
|
|
8396
|
-
|
|
7777
|
+
def is_extended(self): ...
|
|
8397
7778
|
def is_property_hidden(self) -> bool:
|
|
8398
7779
|
"""Check if a property is hidden.
|
|
8399
7780
|
|
|
@@ -8534,28 +7915,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
8534
7915
|
View3DPanel,
|
|
8535
7916
|
bpy_types._GenericUI,
|
|
8536
7917
|
):
|
|
8537
|
-
""" """
|
|
8538
|
-
|
|
8539
7918
|
bl_category: typing.Any
|
|
8540
|
-
""" """
|
|
8541
|
-
|
|
8542
7919
|
bl_context: typing.Any
|
|
8543
|
-
""" """
|
|
8544
|
-
|
|
8545
7920
|
bl_label: typing.Any
|
|
8546
|
-
""" """
|
|
8547
|
-
|
|
8548
7921
|
bl_region_type: typing.Any
|
|
8549
|
-
""" """
|
|
8550
|
-
|
|
8551
7922
|
bl_rna: typing.Any
|
|
8552
|
-
""" """
|
|
8553
|
-
|
|
8554
7923
|
bl_space_type: typing.Any
|
|
8555
|
-
""" """
|
|
8556
|
-
|
|
8557
7924
|
id_data: typing.Any
|
|
8558
|
-
""" """
|
|
8559
7925
|
|
|
8560
7926
|
def append(self, draw_func):
|
|
8561
7927
|
"""Append a draw function to this menu,
|
|
@@ -8640,10 +8006,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
8640
8006
|
"""
|
|
8641
8007
|
...
|
|
8642
8008
|
|
|
8643
|
-
def is_extended(self):
|
|
8644
|
-
""" """
|
|
8645
|
-
...
|
|
8646
|
-
|
|
8009
|
+
def is_extended(self): ...
|
|
8647
8010
|
def is_property_hidden(self) -> bool:
|
|
8648
8011
|
"""Check if a property is hidden.
|
|
8649
8012
|
|
|
@@ -8781,28 +8144,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
8781
8144
|
class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
8782
8145
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
8783
8146
|
):
|
|
8784
|
-
""" """
|
|
8785
|
-
|
|
8786
8147
|
bl_category: typing.Any
|
|
8787
|
-
""" """
|
|
8788
|
-
|
|
8789
8148
|
bl_context: typing.Any
|
|
8790
|
-
""" """
|
|
8791
|
-
|
|
8792
8149
|
bl_label: typing.Any
|
|
8793
|
-
""" """
|
|
8794
|
-
|
|
8795
8150
|
bl_region_type: typing.Any
|
|
8796
|
-
""" """
|
|
8797
|
-
|
|
8798
8151
|
bl_rna: typing.Any
|
|
8799
|
-
""" """
|
|
8800
|
-
|
|
8801
8152
|
bl_space_type: typing.Any
|
|
8802
|
-
""" """
|
|
8803
|
-
|
|
8804
8153
|
id_data: typing.Any
|
|
8805
|
-
""" """
|
|
8806
8154
|
|
|
8807
8155
|
def append(self, draw_func):
|
|
8808
8156
|
"""Append a draw function to this menu,
|
|
@@ -8887,10 +8235,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
|
8887
8235
|
"""
|
|
8888
8236
|
...
|
|
8889
8237
|
|
|
8890
|
-
def is_extended(self):
|
|
8891
|
-
""" """
|
|
8892
|
-
...
|
|
8893
|
-
|
|
8238
|
+
def is_extended(self): ...
|
|
8894
8239
|
def is_property_hidden(self) -> bool:
|
|
8895
8240
|
"""Check if a property is hidden.
|
|
8896
8241
|
|
|
@@ -9028,28 +8373,13 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
|
9028
8373
|
class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
9029
8374
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
9030
8375
|
):
|
|
9031
|
-
""" """
|
|
9032
|
-
|
|
9033
8376
|
bl_category: typing.Any
|
|
9034
|
-
""" """
|
|
9035
|
-
|
|
9036
8377
|
bl_context: typing.Any
|
|
9037
|
-
""" """
|
|
9038
|
-
|
|
9039
8378
|
bl_label: typing.Any
|
|
9040
|
-
""" """
|
|
9041
|
-
|
|
9042
8379
|
bl_region_type: typing.Any
|
|
9043
|
-
""" """
|
|
9044
|
-
|
|
9045
8380
|
bl_rna: typing.Any
|
|
9046
|
-
""" """
|
|
9047
|
-
|
|
9048
8381
|
bl_space_type: typing.Any
|
|
9049
|
-
""" """
|
|
9050
|
-
|
|
9051
8382
|
id_data: typing.Any
|
|
9052
|
-
""" """
|
|
9053
8383
|
|
|
9054
8384
|
def append(self, draw_func):
|
|
9055
8385
|
"""Append a draw function to this menu,
|
|
@@ -9134,10 +8464,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
|
9134
8464
|
"""
|
|
9135
8465
|
...
|
|
9136
8466
|
|
|
9137
|
-
def is_extended(self):
|
|
9138
|
-
""" """
|
|
9139
|
-
...
|
|
9140
|
-
|
|
8467
|
+
def is_extended(self): ...
|
|
9141
8468
|
def is_property_hidden(self) -> bool:
|
|
9142
8469
|
"""Check if a property is hidden.
|
|
9143
8470
|
|
|
@@ -9275,37 +8602,16 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
|
9275
8602
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
9276
8603
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
9277
8604
|
):
|
|
9278
|
-
""" """
|
|
9279
|
-
|
|
9280
8605
|
bl_category: typing.Any
|
|
9281
|
-
""" """
|
|
9282
|
-
|
|
9283
8606
|
bl_context: typing.Any
|
|
9284
|
-
""" """
|
|
9285
|
-
|
|
9286
8607
|
bl_label: typing.Any
|
|
9287
|
-
""" """
|
|
9288
|
-
|
|
9289
8608
|
bl_options: typing.Any
|
|
9290
|
-
""" """
|
|
9291
|
-
|
|
9292
8609
|
bl_parent_id: typing.Any
|
|
9293
|
-
""" """
|
|
9294
|
-
|
|
9295
8610
|
bl_region_type: typing.Any
|
|
9296
|
-
""" """
|
|
9297
|
-
|
|
9298
8611
|
bl_rna: typing.Any
|
|
9299
|
-
""" """
|
|
9300
|
-
|
|
9301
8612
|
bl_space_type: typing.Any
|
|
9302
|
-
""" """
|
|
9303
|
-
|
|
9304
8613
|
bl_ui_units_x: typing.Any
|
|
9305
|
-
""" """
|
|
9306
|
-
|
|
9307
8614
|
id_data: typing.Any
|
|
9308
|
-
""" """
|
|
9309
8615
|
|
|
9310
8616
|
def append(self, draw_func):
|
|
9311
8617
|
"""Append a draw function to this menu,
|
|
@@ -9390,10 +8696,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
9390
8696
|
"""
|
|
9391
8697
|
...
|
|
9392
8698
|
|
|
9393
|
-
def is_extended(self):
|
|
9394
|
-
""" """
|
|
9395
|
-
...
|
|
9396
|
-
|
|
8699
|
+
def is_extended(self): ...
|
|
9397
8700
|
def is_property_hidden(self) -> bool:
|
|
9398
8701
|
"""Check if a property is hidden.
|
|
9399
8702
|
|
|
@@ -9531,31 +8834,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
9531
8834
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
9532
8835
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
9533
8836
|
):
|
|
9534
|
-
""" """
|
|
9535
|
-
|
|
9536
8837
|
bl_category: typing.Any
|
|
9537
|
-
""" """
|
|
9538
|
-
|
|
9539
8838
|
bl_context: typing.Any
|
|
9540
|
-
""" """
|
|
9541
|
-
|
|
9542
8839
|
bl_label: typing.Any
|
|
9543
|
-
""" """
|
|
9544
|
-
|
|
9545
8840
|
bl_parent_id: typing.Any
|
|
9546
|
-
""" """
|
|
9547
|
-
|
|
9548
8841
|
bl_region_type: typing.Any
|
|
9549
|
-
""" """
|
|
9550
|
-
|
|
9551
8842
|
bl_rna: typing.Any
|
|
9552
|
-
""" """
|
|
9553
|
-
|
|
9554
8843
|
bl_space_type: typing.Any
|
|
9555
|
-
""" """
|
|
9556
|
-
|
|
9557
8844
|
id_data: typing.Any
|
|
9558
|
-
""" """
|
|
9559
8845
|
|
|
9560
8846
|
def append(self, draw_func):
|
|
9561
8847
|
"""Append a draw function to this menu,
|
|
@@ -9640,10 +8926,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
9640
8926
|
"""
|
|
9641
8927
|
...
|
|
9642
8928
|
|
|
9643
|
-
def is_extended(self):
|
|
9644
|
-
""" """
|
|
9645
|
-
...
|
|
9646
|
-
|
|
8929
|
+
def is_extended(self): ...
|
|
9647
8930
|
def is_property_hidden(self) -> bool:
|
|
9648
8931
|
"""Check if a property is hidden.
|
|
9649
8932
|
|
|
@@ -9781,28 +9064,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
9781
9064
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
9782
9065
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
9783
9066
|
):
|
|
9784
|
-
""" """
|
|
9785
|
-
|
|
9786
9067
|
bl_category: typing.Any
|
|
9787
|
-
""" """
|
|
9788
|
-
|
|
9789
9068
|
bl_context: typing.Any
|
|
9790
|
-
""" """
|
|
9791
|
-
|
|
9792
9069
|
bl_label: typing.Any
|
|
9793
|
-
""" """
|
|
9794
|
-
|
|
9795
9070
|
bl_region_type: typing.Any
|
|
9796
|
-
""" """
|
|
9797
|
-
|
|
9798
9071
|
bl_rna: typing.Any
|
|
9799
|
-
""" """
|
|
9800
|
-
|
|
9801
9072
|
bl_space_type: typing.Any
|
|
9802
|
-
""" """
|
|
9803
|
-
|
|
9804
9073
|
id_data: typing.Any
|
|
9805
|
-
""" """
|
|
9806
9074
|
|
|
9807
9075
|
def append(self, draw_func):
|
|
9808
9076
|
"""Append a draw function to this menu,
|
|
@@ -9887,10 +9155,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
9887
9155
|
"""
|
|
9888
9156
|
...
|
|
9889
9157
|
|
|
9890
|
-
def is_extended(self):
|
|
9891
|
-
""" """
|
|
9892
|
-
...
|
|
9893
|
-
|
|
9158
|
+
def is_extended(self): ...
|
|
9894
9159
|
def is_property_hidden(self) -> bool:
|
|
9895
9160
|
"""Check if a property is hidden.
|
|
9896
9161
|
|
|
@@ -10028,28 +9293,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
10028
9293
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
10029
9294
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilV3PaintPanel
|
|
10030
9295
|
):
|
|
10031
|
-
""" """
|
|
10032
|
-
|
|
10033
9296
|
bl_category: typing.Any
|
|
10034
|
-
""" """
|
|
10035
|
-
|
|
10036
9297
|
bl_context: typing.Any
|
|
10037
|
-
""" """
|
|
10038
|
-
|
|
10039
9298
|
bl_label: typing.Any
|
|
10040
|
-
""" """
|
|
10041
|
-
|
|
10042
9299
|
bl_region_type: typing.Any
|
|
10043
|
-
""" """
|
|
10044
|
-
|
|
10045
9300
|
bl_rna: typing.Any
|
|
10046
|
-
""" """
|
|
10047
|
-
|
|
10048
9301
|
bl_space_type: typing.Any
|
|
10049
|
-
""" """
|
|
10050
|
-
|
|
10051
9302
|
id_data: typing.Any
|
|
10052
|
-
""" """
|
|
10053
9303
|
|
|
10054
9304
|
def append(self, draw_func):
|
|
10055
9305
|
"""Append a draw function to this menu,
|
|
@@ -10134,10 +9384,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
10134
9384
|
"""
|
|
10135
9385
|
...
|
|
10136
9386
|
|
|
10137
|
-
def is_extended(self):
|
|
10138
|
-
""" """
|
|
10139
|
-
...
|
|
10140
|
-
|
|
9387
|
+
def is_extended(self): ...
|
|
10141
9388
|
def is_property_hidden(self) -> bool:
|
|
10142
9389
|
"""Check if a property is hidden.
|
|
10143
9390
|
|
|
@@ -10275,31 +9522,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
10275
9522
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
10276
9523
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilV3PaintPanel
|
|
10277
9524
|
):
|
|
10278
|
-
""" """
|
|
10279
|
-
|
|
10280
9525
|
bl_category: typing.Any
|
|
10281
|
-
""" """
|
|
10282
|
-
|
|
10283
9526
|
bl_context: typing.Any
|
|
10284
|
-
""" """
|
|
10285
|
-
|
|
10286
9527
|
bl_label: typing.Any
|
|
10287
|
-
""" """
|
|
10288
|
-
|
|
10289
9528
|
bl_options: typing.Any
|
|
10290
|
-
""" """
|
|
10291
|
-
|
|
10292
9529
|
bl_region_type: typing.Any
|
|
10293
|
-
""" """
|
|
10294
|
-
|
|
10295
9530
|
bl_rna: typing.Any
|
|
10296
|
-
""" """
|
|
10297
|
-
|
|
10298
9531
|
bl_space_type: typing.Any
|
|
10299
|
-
""" """
|
|
10300
|
-
|
|
10301
9532
|
id_data: typing.Any
|
|
10302
|
-
""" """
|
|
10303
9533
|
|
|
10304
9534
|
def append(self, draw_func):
|
|
10305
9535
|
"""Append a draw function to this menu,
|
|
@@ -10391,10 +9621,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
|
10391
9621
|
"""
|
|
10392
9622
|
...
|
|
10393
9623
|
|
|
10394
|
-
def is_extended(self):
|
|
10395
|
-
""" """
|
|
10396
|
-
...
|
|
10397
|
-
|
|
9624
|
+
def is_extended(self): ...
|
|
10398
9625
|
def is_property_hidden(self) -> bool:
|
|
10399
9626
|
"""Check if a property is hidden.
|
|
10400
9627
|
|
|
@@ -10535,34 +9762,15 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
10535
9762
|
bpy_types.Panel,
|
|
10536
9763
|
View3DPanel,
|
|
10537
9764
|
):
|
|
10538
|
-
""" """
|
|
10539
|
-
|
|
10540
9765
|
bl_category: typing.Any
|
|
10541
|
-
""" """
|
|
10542
|
-
|
|
10543
9766
|
bl_context: typing.Any
|
|
10544
|
-
""" """
|
|
10545
|
-
|
|
10546
9767
|
bl_label: typing.Any
|
|
10547
|
-
""" """
|
|
10548
|
-
|
|
10549
9768
|
bl_options: typing.Any
|
|
10550
|
-
""" """
|
|
10551
|
-
|
|
10552
9769
|
bl_parent_id: typing.Any
|
|
10553
|
-
""" """
|
|
10554
|
-
|
|
10555
9770
|
bl_region_type: typing.Any
|
|
10556
|
-
""" """
|
|
10557
|
-
|
|
10558
9771
|
bl_rna: typing.Any
|
|
10559
|
-
""" """
|
|
10560
|
-
|
|
10561
9772
|
bl_space_type: typing.Any
|
|
10562
|
-
""" """
|
|
10563
|
-
|
|
10564
9773
|
id_data: typing.Any
|
|
10565
|
-
""" """
|
|
10566
9774
|
|
|
10567
9775
|
def append(self, draw_func):
|
|
10568
9776
|
"""Append a draw function to this menu,
|
|
@@ -10654,10 +9862,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
10654
9862
|
"""
|
|
10655
9863
|
...
|
|
10656
9864
|
|
|
10657
|
-
def is_extended(self):
|
|
10658
|
-
""" """
|
|
10659
|
-
...
|
|
10660
|
-
|
|
9865
|
+
def is_extended(self): ...
|
|
10661
9866
|
def is_property_hidden(self) -> bool:
|
|
10662
9867
|
"""Check if a property is hidden.
|
|
10663
9868
|
|
|
@@ -10795,28 +10000,13 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
10795
10000
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
10796
10001
|
bpy_types._GenericUI, View3DPanel, bpy_types.Panel, GreasePencilVertexPanel
|
|
10797
10002
|
):
|
|
10798
|
-
""" """
|
|
10799
|
-
|
|
10800
10003
|
bl_category: typing.Any
|
|
10801
|
-
""" """
|
|
10802
|
-
|
|
10803
10004
|
bl_context: typing.Any
|
|
10804
|
-
""" """
|
|
10805
|
-
|
|
10806
10005
|
bl_label: typing.Any
|
|
10807
|
-
""" """
|
|
10808
|
-
|
|
10809
10006
|
bl_region_type: typing.Any
|
|
10810
|
-
""" """
|
|
10811
|
-
|
|
10812
10007
|
bl_rna: typing.Any
|
|
10813
|
-
""" """
|
|
10814
|
-
|
|
10815
10008
|
bl_space_type: typing.Any
|
|
10816
|
-
""" """
|
|
10817
|
-
|
|
10818
10009
|
id_data: typing.Any
|
|
10819
|
-
""" """
|
|
10820
10010
|
|
|
10821
10011
|
def append(self, draw_func):
|
|
10822
10012
|
"""Append a draw function to this menu,
|
|
@@ -10901,10 +10091,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
10901
10091
|
"""
|
|
10902
10092
|
...
|
|
10903
10093
|
|
|
10904
|
-
def is_extended(self):
|
|
10905
|
-
""" """
|
|
10906
|
-
...
|
|
10907
|
-
|
|
10094
|
+
def is_extended(self): ...
|
|
10908
10095
|
def is_property_hidden(self) -> bool:
|
|
10909
10096
|
"""Check if a property is hidden.
|
|
10910
10097
|
|
|
@@ -11042,28 +10229,13 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
11042
10229
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
11043
10230
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilVertexPanel
|
|
11044
10231
|
):
|
|
11045
|
-
""" """
|
|
11046
|
-
|
|
11047
10232
|
bl_category: typing.Any
|
|
11048
|
-
""" """
|
|
11049
|
-
|
|
11050
10233
|
bl_context: typing.Any
|
|
11051
|
-
""" """
|
|
11052
|
-
|
|
11053
10234
|
bl_label: typing.Any
|
|
11054
|
-
""" """
|
|
11055
|
-
|
|
11056
10235
|
bl_region_type: typing.Any
|
|
11057
|
-
""" """
|
|
11058
|
-
|
|
11059
10236
|
bl_rna: typing.Any
|
|
11060
|
-
""" """
|
|
11061
|
-
|
|
11062
10237
|
bl_space_type: typing.Any
|
|
11063
|
-
""" """
|
|
11064
|
-
|
|
11065
10238
|
id_data: typing.Any
|
|
11066
|
-
""" """
|
|
11067
10239
|
|
|
11068
10240
|
def append(self, draw_func):
|
|
11069
10241
|
"""Append a draw function to this menu,
|
|
@@ -11148,10 +10320,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
|
11148
10320
|
"""
|
|
11149
10321
|
...
|
|
11150
10322
|
|
|
11151
|
-
def is_extended(self):
|
|
11152
|
-
""" """
|
|
11153
|
-
...
|
|
11154
|
-
|
|
10323
|
+
def is_extended(self): ...
|
|
11155
10324
|
def is_property_hidden(self) -> bool:
|
|
11156
10325
|
"""Check if a property is hidden.
|
|
11157
10326
|
|
|
@@ -11292,34 +10461,15 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
11292
10461
|
bpy_types.Panel,
|
|
11293
10462
|
View3DPanel,
|
|
11294
10463
|
):
|
|
11295
|
-
""" """
|
|
11296
|
-
|
|
11297
10464
|
bl_category: typing.Any
|
|
11298
|
-
""" """
|
|
11299
|
-
|
|
11300
10465
|
bl_context: typing.Any
|
|
11301
|
-
""" """
|
|
11302
|
-
|
|
11303
10466
|
bl_label: typing.Any
|
|
11304
|
-
""" """
|
|
11305
|
-
|
|
11306
10467
|
bl_options: typing.Any
|
|
11307
|
-
""" """
|
|
11308
|
-
|
|
11309
10468
|
bl_parent_id: typing.Any
|
|
11310
|
-
""" """
|
|
11311
|
-
|
|
11312
10469
|
bl_region_type: typing.Any
|
|
11313
|
-
""" """
|
|
11314
|
-
|
|
11315
10470
|
bl_rna: typing.Any
|
|
11316
|
-
""" """
|
|
11317
|
-
|
|
11318
10471
|
bl_space_type: typing.Any
|
|
11319
|
-
""" """
|
|
11320
|
-
|
|
11321
10472
|
id_data: typing.Any
|
|
11322
|
-
""" """
|
|
11323
10473
|
|
|
11324
10474
|
def append(self, draw_func):
|
|
11325
10475
|
"""Append a draw function to this menu,
|
|
@@ -11411,10 +10561,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
11411
10561
|
"""
|
|
11412
10562
|
...
|
|
11413
10563
|
|
|
11414
|
-
def is_extended(self):
|
|
11415
|
-
""" """
|
|
11416
|
-
...
|
|
11417
|
-
|
|
10564
|
+
def is_extended(self): ...
|
|
11418
10565
|
def is_property_hidden(self) -> bool:
|
|
11419
10566
|
"""Check if a property is hidden.
|
|
11420
10567
|
|
|
@@ -11552,31 +10699,14 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
11552
10699
|
class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
11553
10700
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilWeightPanel
|
|
11554
10701
|
):
|
|
11555
|
-
""" """
|
|
11556
|
-
|
|
11557
10702
|
bl_category: typing.Any
|
|
11558
|
-
""" """
|
|
11559
|
-
|
|
11560
10703
|
bl_context: typing.Any
|
|
11561
|
-
""" """
|
|
11562
|
-
|
|
11563
10704
|
bl_label: typing.Any
|
|
11564
|
-
""" """
|
|
11565
|
-
|
|
11566
10705
|
bl_options: typing.Any
|
|
11567
|
-
""" """
|
|
11568
|
-
|
|
11569
10706
|
bl_region_type: typing.Any
|
|
11570
|
-
""" """
|
|
11571
|
-
|
|
11572
10707
|
bl_rna: typing.Any
|
|
11573
|
-
""" """
|
|
11574
|
-
|
|
11575
10708
|
bl_space_type: typing.Any
|
|
11576
|
-
""" """
|
|
11577
|
-
|
|
11578
10709
|
id_data: typing.Any
|
|
11579
|
-
""" """
|
|
11580
10710
|
|
|
11581
10711
|
def append(self, draw_func):
|
|
11582
10712
|
"""Append a draw function to this menu,
|
|
@@ -11661,10 +10791,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
11661
10791
|
"""
|
|
11662
10792
|
...
|
|
11663
10793
|
|
|
11664
|
-
def is_extended(self):
|
|
11665
|
-
""" """
|
|
11666
|
-
...
|
|
11667
|
-
|
|
10794
|
+
def is_extended(self): ...
|
|
11668
10795
|
def is_property_hidden(self) -> bool:
|
|
11669
10796
|
"""Check if a property is hidden.
|
|
11670
10797
|
|
|
@@ -11802,28 +10929,13 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
11802
10929
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
11803
10930
|
bpy_types._GenericUI, View3DPanel, bpy_types.Panel, GreasePencilWeightPanel
|
|
11804
10931
|
):
|
|
11805
|
-
""" """
|
|
11806
|
-
|
|
11807
10932
|
bl_category: typing.Any
|
|
11808
|
-
""" """
|
|
11809
|
-
|
|
11810
10933
|
bl_context: typing.Any
|
|
11811
|
-
""" """
|
|
11812
|
-
|
|
11813
10934
|
bl_label: typing.Any
|
|
11814
|
-
""" """
|
|
11815
|
-
|
|
11816
10935
|
bl_region_type: typing.Any
|
|
11817
|
-
""" """
|
|
11818
|
-
|
|
11819
10936
|
bl_rna: typing.Any
|
|
11820
|
-
""" """
|
|
11821
|
-
|
|
11822
10937
|
bl_space_type: typing.Any
|
|
11823
|
-
""" """
|
|
11824
|
-
|
|
11825
10938
|
id_data: typing.Any
|
|
11826
|
-
""" """
|
|
11827
10939
|
|
|
11828
10940
|
def append(self, draw_func):
|
|
11829
10941
|
"""Append a draw function to this menu,
|
|
@@ -11908,10 +11020,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
11908
11020
|
"""
|
|
11909
11021
|
...
|
|
11910
11022
|
|
|
11911
|
-
def is_extended(self):
|
|
11912
|
-
""" """
|
|
11913
|
-
...
|
|
11914
|
-
|
|
11023
|
+
def is_extended(self): ...
|
|
11915
11024
|
def is_property_hidden(self) -> bool:
|
|
11916
11025
|
"""Check if a property is hidden.
|
|
11917
11026
|
|
|
@@ -12049,28 +11158,13 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
12049
11158
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
12050
11159
|
View3DPanel, bpy_types.Panel, bpy_types._GenericUI, GreasePencilWeightPanel
|
|
12051
11160
|
):
|
|
12052
|
-
""" """
|
|
12053
|
-
|
|
12054
11161
|
bl_category: typing.Any
|
|
12055
|
-
""" """
|
|
12056
|
-
|
|
12057
11162
|
bl_context: typing.Any
|
|
12058
|
-
""" """
|
|
12059
|
-
|
|
12060
11163
|
bl_label: typing.Any
|
|
12061
|
-
""" """
|
|
12062
|
-
|
|
12063
11164
|
bl_region_type: typing.Any
|
|
12064
|
-
""" """
|
|
12065
|
-
|
|
12066
11165
|
bl_rna: typing.Any
|
|
12067
|
-
""" """
|
|
12068
|
-
|
|
12069
11166
|
bl_space_type: typing.Any
|
|
12070
|
-
""" """
|
|
12071
|
-
|
|
12072
11167
|
id_data: typing.Any
|
|
12073
|
-
""" """
|
|
12074
11168
|
|
|
12075
11169
|
def append(self, draw_func):
|
|
12076
11170
|
"""Append a draw function to this menu,
|
|
@@ -12155,10 +11249,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
12155
11249
|
"""
|
|
12156
11250
|
...
|
|
12157
11251
|
|
|
12158
|
-
def is_extended(self):
|
|
12159
|
-
""" """
|
|
12160
|
-
...
|
|
12161
|
-
|
|
11252
|
+
def is_extended(self): ...
|
|
12162
11253
|
def is_property_hidden(self) -> bool:
|
|
12163
11254
|
"""Check if a property is hidden.
|
|
12164
11255
|
|
|
@@ -12296,34 +11387,15 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
12296
11387
|
class VIEW3D_PT_tools_meshedit_options(
|
|
12297
11388
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12298
11389
|
):
|
|
12299
|
-
""" """
|
|
12300
|
-
|
|
12301
11390
|
bl_category: typing.Any
|
|
12302
|
-
""" """
|
|
12303
|
-
|
|
12304
11391
|
bl_context: typing.Any
|
|
12305
|
-
""" """
|
|
12306
|
-
|
|
12307
11392
|
bl_label: typing.Any
|
|
12308
|
-
""" """
|
|
12309
|
-
|
|
12310
11393
|
bl_options: typing.Any
|
|
12311
|
-
""" """
|
|
12312
|
-
|
|
12313
11394
|
bl_region_type: typing.Any
|
|
12314
|
-
""" """
|
|
12315
|
-
|
|
12316
11395
|
bl_rna: typing.Any
|
|
12317
|
-
""" """
|
|
12318
|
-
|
|
12319
11396
|
bl_space_type: typing.Any
|
|
12320
|
-
""" """
|
|
12321
|
-
|
|
12322
11397
|
bl_ui_units_x: typing.Any
|
|
12323
|
-
""" """
|
|
12324
|
-
|
|
12325
11398
|
id_data: typing.Any
|
|
12326
|
-
""" """
|
|
12327
11399
|
|
|
12328
11400
|
def append(self, draw_func):
|
|
12329
11401
|
"""Append a draw function to this menu,
|
|
@@ -12408,10 +11480,7 @@ class VIEW3D_PT_tools_meshedit_options(
|
|
|
12408
11480
|
"""
|
|
12409
11481
|
...
|
|
12410
11482
|
|
|
12411
|
-
def is_extended(self):
|
|
12412
|
-
""" """
|
|
12413
|
-
...
|
|
12414
|
-
|
|
11483
|
+
def is_extended(self): ...
|
|
12415
11484
|
def is_property_hidden(self) -> bool:
|
|
12416
11485
|
"""Check if a property is hidden.
|
|
12417
11486
|
|
|
@@ -12542,31 +11611,14 @@ class VIEW3D_PT_tools_meshedit_options(
|
|
|
12542
11611
|
class VIEW3D_PT_tools_meshedit_options_transform(
|
|
12543
11612
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12544
11613
|
):
|
|
12545
|
-
""" """
|
|
12546
|
-
|
|
12547
11614
|
bl_category: typing.Any
|
|
12548
|
-
""" """
|
|
12549
|
-
|
|
12550
11615
|
bl_context: typing.Any
|
|
12551
|
-
""" """
|
|
12552
|
-
|
|
12553
11616
|
bl_label: typing.Any
|
|
12554
|
-
""" """
|
|
12555
|
-
|
|
12556
11617
|
bl_parent_id: typing.Any
|
|
12557
|
-
""" """
|
|
12558
|
-
|
|
12559
11618
|
bl_region_type: typing.Any
|
|
12560
|
-
""" """
|
|
12561
|
-
|
|
12562
11619
|
bl_rna: typing.Any
|
|
12563
|
-
""" """
|
|
12564
|
-
|
|
12565
11620
|
bl_space_type: typing.Any
|
|
12566
|
-
""" """
|
|
12567
|
-
|
|
12568
11621
|
id_data: typing.Any
|
|
12569
|
-
""" """
|
|
12570
11622
|
|
|
12571
11623
|
def append(self, draw_func):
|
|
12572
11624
|
"""Append a draw function to this menu,
|
|
@@ -12651,10 +11703,7 @@ class VIEW3D_PT_tools_meshedit_options_transform(
|
|
|
12651
11703
|
"""
|
|
12652
11704
|
...
|
|
12653
11705
|
|
|
12654
|
-
def is_extended(self):
|
|
12655
|
-
""" """
|
|
12656
|
-
...
|
|
12657
|
-
|
|
11706
|
+
def is_extended(self): ...
|
|
12658
11707
|
def is_property_hidden(self) -> bool:
|
|
12659
11708
|
"""Check if a property is hidden.
|
|
12660
11709
|
|
|
@@ -12792,31 +11841,14 @@ class VIEW3D_PT_tools_meshedit_options_transform(
|
|
|
12792
11841
|
class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
12793
11842
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12794
11843
|
):
|
|
12795
|
-
""" """
|
|
12796
|
-
|
|
12797
11844
|
bl_category: typing.Any
|
|
12798
|
-
""" """
|
|
12799
|
-
|
|
12800
11845
|
bl_context: typing.Any
|
|
12801
|
-
""" """
|
|
12802
|
-
|
|
12803
11846
|
bl_label: typing.Any
|
|
12804
|
-
""" """
|
|
12805
|
-
|
|
12806
11847
|
bl_parent_id: typing.Any
|
|
12807
|
-
""" """
|
|
12808
|
-
|
|
12809
11848
|
bl_region_type: typing.Any
|
|
12810
|
-
""" """
|
|
12811
|
-
|
|
12812
11849
|
bl_rna: typing.Any
|
|
12813
|
-
""" """
|
|
12814
|
-
|
|
12815
11850
|
bl_space_type: typing.Any
|
|
12816
|
-
""" """
|
|
12817
|
-
|
|
12818
11851
|
id_data: typing.Any
|
|
12819
|
-
""" """
|
|
12820
11852
|
|
|
12821
11853
|
def append(self, draw_func):
|
|
12822
11854
|
"""Append a draw function to this menu,
|
|
@@ -12901,10 +11933,7 @@ class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
|
12901
11933
|
"""
|
|
12902
11934
|
...
|
|
12903
11935
|
|
|
12904
|
-
def is_extended(self):
|
|
12905
|
-
""" """
|
|
12906
|
-
...
|
|
12907
|
-
|
|
11936
|
+
def is_extended(self): ...
|
|
12908
11937
|
def is_property_hidden(self) -> bool:
|
|
12909
11938
|
"""Check if a property is hidden.
|
|
12910
11939
|
|
|
@@ -13035,28 +12064,13 @@ class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
|
13035
12064
|
class VIEW3D_PT_tools_object_options(
|
|
13036
12065
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13037
12066
|
):
|
|
13038
|
-
""" """
|
|
13039
|
-
|
|
13040
12067
|
bl_category: typing.Any
|
|
13041
|
-
""" """
|
|
13042
|
-
|
|
13043
12068
|
bl_context: typing.Any
|
|
13044
|
-
""" """
|
|
13045
|
-
|
|
13046
12069
|
bl_label: typing.Any
|
|
13047
|
-
""" """
|
|
13048
|
-
|
|
13049
12070
|
bl_region_type: typing.Any
|
|
13050
|
-
""" """
|
|
13051
|
-
|
|
13052
12071
|
bl_rna: typing.Any
|
|
13053
|
-
""" """
|
|
13054
|
-
|
|
13055
12072
|
bl_space_type: typing.Any
|
|
13056
|
-
""" """
|
|
13057
|
-
|
|
13058
12073
|
id_data: typing.Any
|
|
13059
|
-
""" """
|
|
13060
12074
|
|
|
13061
12075
|
def append(self, draw_func):
|
|
13062
12076
|
"""Append a draw function to this menu,
|
|
@@ -13141,10 +12155,7 @@ class VIEW3D_PT_tools_object_options(
|
|
|
13141
12155
|
"""
|
|
13142
12156
|
...
|
|
13143
12157
|
|
|
13144
|
-
def is_extended(self):
|
|
13145
|
-
""" """
|
|
13146
|
-
...
|
|
13147
|
-
|
|
12158
|
+
def is_extended(self): ...
|
|
13148
12159
|
def is_property_hidden(self) -> bool:
|
|
13149
12160
|
"""Check if a property is hidden.
|
|
13150
12161
|
|
|
@@ -13275,31 +12286,14 @@ class VIEW3D_PT_tools_object_options(
|
|
|
13275
12286
|
class VIEW3D_PT_tools_object_options_transform(
|
|
13276
12287
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13277
12288
|
):
|
|
13278
|
-
""" """
|
|
13279
|
-
|
|
13280
12289
|
bl_category: typing.Any
|
|
13281
|
-
""" """
|
|
13282
|
-
|
|
13283
12290
|
bl_context: typing.Any
|
|
13284
|
-
""" """
|
|
13285
|
-
|
|
13286
12291
|
bl_label: typing.Any
|
|
13287
|
-
""" """
|
|
13288
|
-
|
|
13289
12292
|
bl_parent_id: typing.Any
|
|
13290
|
-
""" """
|
|
13291
|
-
|
|
13292
12293
|
bl_region_type: typing.Any
|
|
13293
|
-
""" """
|
|
13294
|
-
|
|
13295
12294
|
bl_rna: typing.Any
|
|
13296
|
-
""" """
|
|
13297
|
-
|
|
13298
12295
|
bl_space_type: typing.Any
|
|
13299
|
-
""" """
|
|
13300
|
-
|
|
13301
12296
|
id_data: typing.Any
|
|
13302
|
-
""" """
|
|
13303
12297
|
|
|
13304
12298
|
def append(self, draw_func):
|
|
13305
12299
|
"""Append a draw function to this menu,
|
|
@@ -13384,10 +12378,7 @@ class VIEW3D_PT_tools_object_options_transform(
|
|
|
13384
12378
|
"""
|
|
13385
12379
|
...
|
|
13386
12380
|
|
|
13387
|
-
def is_extended(self):
|
|
13388
|
-
""" """
|
|
13389
|
-
...
|
|
13390
|
-
|
|
12381
|
+
def is_extended(self): ...
|
|
13391
12382
|
def is_property_hidden(self) -> bool:
|
|
13392
12383
|
"""Check if a property is hidden.
|
|
13393
12384
|
|
|
@@ -13521,28 +12512,13 @@ class VIEW3D_PT_tools_particlemode_options(
|
|
|
13521
12512
|
"""Default tools for particle mode"""
|
|
13522
12513
|
|
|
13523
12514
|
bl_category: typing.Any
|
|
13524
|
-
""" """
|
|
13525
|
-
|
|
13526
12515
|
bl_context: typing.Any
|
|
13527
|
-
""" """
|
|
13528
|
-
|
|
13529
12516
|
bl_label: typing.Any
|
|
13530
|
-
""" """
|
|
13531
|
-
|
|
13532
12517
|
bl_options: typing.Any
|
|
13533
|
-
""" """
|
|
13534
|
-
|
|
13535
12518
|
bl_region_type: typing.Any
|
|
13536
|
-
""" """
|
|
13537
|
-
|
|
13538
12519
|
bl_rna: typing.Any
|
|
13539
|
-
""" """
|
|
13540
|
-
|
|
13541
12520
|
bl_space_type: typing.Any
|
|
13542
|
-
""" """
|
|
13543
|
-
|
|
13544
12521
|
id_data: typing.Any
|
|
13545
|
-
""" """
|
|
13546
12522
|
|
|
13547
12523
|
def append(self, draw_func):
|
|
13548
12524
|
"""Append a draw function to this menu,
|
|
@@ -13627,10 +12603,7 @@ class VIEW3D_PT_tools_particlemode_options(
|
|
|
13627
12603
|
"""
|
|
13628
12604
|
...
|
|
13629
12605
|
|
|
13630
|
-
def is_extended(self):
|
|
13631
|
-
""" """
|
|
13632
|
-
...
|
|
13633
|
-
|
|
12606
|
+
def is_extended(self): ...
|
|
13634
12607
|
def is_property_hidden(self) -> bool:
|
|
13635
12608
|
"""Check if a property is hidden.
|
|
13636
12609
|
|
|
@@ -13764,25 +12737,12 @@ class VIEW3D_PT_tools_particlemode_options_display(
|
|
|
13764
12737
|
"""Default tools for particle mode"""
|
|
13765
12738
|
|
|
13766
12739
|
bl_category: typing.Any
|
|
13767
|
-
""" """
|
|
13768
|
-
|
|
13769
12740
|
bl_label: typing.Any
|
|
13770
|
-
""" """
|
|
13771
|
-
|
|
13772
12741
|
bl_parent_id: typing.Any
|
|
13773
|
-
""" """
|
|
13774
|
-
|
|
13775
12742
|
bl_region_type: typing.Any
|
|
13776
|
-
""" """
|
|
13777
|
-
|
|
13778
12743
|
bl_rna: typing.Any
|
|
13779
|
-
""" """
|
|
13780
|
-
|
|
13781
12744
|
bl_space_type: typing.Any
|
|
13782
|
-
""" """
|
|
13783
|
-
|
|
13784
12745
|
id_data: typing.Any
|
|
13785
|
-
""" """
|
|
13786
12746
|
|
|
13787
12747
|
def append(self, draw_func):
|
|
13788
12748
|
"""Append a draw function to this menu,
|
|
@@ -13867,10 +12827,7 @@ class VIEW3D_PT_tools_particlemode_options_display(
|
|
|
13867
12827
|
"""
|
|
13868
12828
|
...
|
|
13869
12829
|
|
|
13870
|
-
def is_extended(self):
|
|
13871
|
-
""" """
|
|
13872
|
-
...
|
|
13873
|
-
|
|
12830
|
+
def is_extended(self): ...
|
|
13874
12831
|
def is_property_hidden(self) -> bool:
|
|
13875
12832
|
"""Check if a property is hidden.
|
|
13876
12833
|
|
|
@@ -14004,28 +12961,13 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
14004
12961
|
"""Default tools for particle mode"""
|
|
14005
12962
|
|
|
14006
12963
|
bl_category: typing.Any
|
|
14007
|
-
""" """
|
|
14008
|
-
|
|
14009
12964
|
bl_label: typing.Any
|
|
14010
|
-
""" """
|
|
14011
|
-
|
|
14012
12965
|
bl_options: typing.Any
|
|
14013
|
-
""" """
|
|
14014
|
-
|
|
14015
12966
|
bl_parent_id: typing.Any
|
|
14016
|
-
""" """
|
|
14017
|
-
|
|
14018
12967
|
bl_region_type: typing.Any
|
|
14019
|
-
""" """
|
|
14020
|
-
|
|
14021
12968
|
bl_rna: typing.Any
|
|
14022
|
-
""" """
|
|
14023
|
-
|
|
14024
12969
|
bl_space_type: typing.Any
|
|
14025
|
-
""" """
|
|
14026
|
-
|
|
14027
12970
|
id_data: typing.Any
|
|
14028
|
-
""" """
|
|
14029
12971
|
|
|
14030
12972
|
def append(self, draw_func):
|
|
14031
12973
|
"""Append a draw function to this menu,
|
|
@@ -14110,10 +13052,7 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
14110
13052
|
"""
|
|
14111
13053
|
...
|
|
14112
13054
|
|
|
14113
|
-
def is_extended(self):
|
|
14114
|
-
""" """
|
|
14115
|
-
...
|
|
14116
|
-
|
|
13055
|
+
def is_extended(self): ...
|
|
14117
13056
|
def is_property_hidden(self) -> bool:
|
|
14118
13057
|
"""Check if a property is hidden.
|
|
14119
13058
|
|
|
@@ -14244,28 +13183,13 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
14244
13183
|
class VIEW3D_PT_tools_posemode_options(
|
|
14245
13184
|
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
14246
13185
|
):
|
|
14247
|
-
""" """
|
|
14248
|
-
|
|
14249
13186
|
bl_category: typing.Any
|
|
14250
|
-
""" """
|
|
14251
|
-
|
|
14252
13187
|
bl_context: typing.Any
|
|
14253
|
-
""" """
|
|
14254
|
-
|
|
14255
13188
|
bl_label: typing.Any
|
|
14256
|
-
""" """
|
|
14257
|
-
|
|
14258
13189
|
bl_region_type: typing.Any
|
|
14259
|
-
""" """
|
|
14260
|
-
|
|
14261
13190
|
bl_rna: typing.Any
|
|
14262
|
-
""" """
|
|
14263
|
-
|
|
14264
13191
|
bl_space_type: typing.Any
|
|
14265
|
-
""" """
|
|
14266
|
-
|
|
14267
13192
|
id_data: typing.Any
|
|
14268
|
-
""" """
|
|
14269
13193
|
|
|
14270
13194
|
def append(self, draw_func):
|
|
14271
13195
|
"""Append a draw function to this menu,
|
|
@@ -14350,10 +13274,7 @@ class VIEW3D_PT_tools_posemode_options(
|
|
|
14350
13274
|
"""
|
|
14351
13275
|
...
|
|
14352
13276
|
|
|
14353
|
-
def is_extended(self):
|
|
14354
|
-
""" """
|
|
14355
|
-
...
|
|
14356
|
-
|
|
13277
|
+
def is_extended(self): ...
|
|
14357
13278
|
def is_property_hidden(self) -> bool:
|
|
14358
13279
|
"""Check if a property is hidden.
|
|
14359
13280
|
|
|
@@ -14482,16 +13403,9 @@ class VIEW3D_PT_tools_posemode_options(
|
|
|
14482
13403
|
...
|
|
14483
13404
|
|
|
14484
13405
|
class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
14485
|
-
""" """
|
|
14486
|
-
|
|
14487
13406
|
bl_category: typing.Any
|
|
14488
|
-
""" """
|
|
14489
|
-
|
|
14490
13407
|
bl_region_type: typing.Any
|
|
14491
|
-
""" """
|
|
14492
|
-
|
|
14493
13408
|
bl_space_type: typing.Any
|
|
14494
|
-
""" """
|
|
14495
13409
|
|
|
14496
13410
|
def get_brush_mode(self, context):
|
|
14497
13411
|
"""Get the correct mode for this context. For any context where this returns None,
|
|
@@ -14568,31 +13482,14 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
14568
13482
|
View3DPaintPanel,
|
|
14569
13483
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14570
13484
|
):
|
|
14571
|
-
""" """
|
|
14572
|
-
|
|
14573
13485
|
bl_category: typing.Any
|
|
14574
|
-
""" """
|
|
14575
|
-
|
|
14576
13486
|
bl_context: typing.Any
|
|
14577
|
-
""" """
|
|
14578
|
-
|
|
14579
13487
|
bl_label: typing.Any
|
|
14580
|
-
""" """
|
|
14581
|
-
|
|
14582
13488
|
bl_options: typing.Any
|
|
14583
|
-
""" """
|
|
14584
|
-
|
|
14585
13489
|
bl_region_type: typing.Any
|
|
14586
|
-
""" """
|
|
14587
|
-
|
|
14588
13490
|
bl_rna: typing.Any
|
|
14589
|
-
""" """
|
|
14590
|
-
|
|
14591
13491
|
bl_space_type: typing.Any
|
|
14592
|
-
""" """
|
|
14593
|
-
|
|
14594
13492
|
id_data: typing.Any
|
|
14595
|
-
""" """
|
|
14596
13493
|
|
|
14597
13494
|
def append(self, draw_func):
|
|
14598
13495
|
"""Append a draw function to this menu,
|
|
@@ -14685,10 +13582,7 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
14685
13582
|
"""
|
|
14686
13583
|
...
|
|
14687
13584
|
|
|
14688
|
-
def is_extended(self):
|
|
14689
|
-
""" """
|
|
14690
|
-
...
|
|
14691
|
-
|
|
13585
|
+
def is_extended(self): ...
|
|
14692
13586
|
def is_property_hidden(self) -> bool:
|
|
14693
13587
|
"""Check if a property is hidden.
|
|
14694
13588
|
|
|
@@ -14886,19 +13780,10 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
14886
13780
|
class VIEW3D_PT_imagepaint_options(
|
|
14887
13781
|
View3DPanel, View3DPaintPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
|
|
14888
13782
|
):
|
|
14889
|
-
""" """
|
|
14890
|
-
|
|
14891
13783
|
bl_category: typing.Any
|
|
14892
|
-
""" """
|
|
14893
|
-
|
|
14894
13784
|
bl_label: typing.Any
|
|
14895
|
-
""" """
|
|
14896
|
-
|
|
14897
13785
|
bl_region_type: typing.Any
|
|
14898
|
-
""" """
|
|
14899
|
-
|
|
14900
13786
|
bl_space_type: typing.Any
|
|
14901
|
-
""" """
|
|
14902
13787
|
|
|
14903
13788
|
def draw(self, _context):
|
|
14904
13789
|
"""
|
|
@@ -14989,34 +13874,15 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
14989
13874
|
View3DPaintPanel,
|
|
14990
13875
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14991
13876
|
):
|
|
14992
|
-
""" """
|
|
14993
|
-
|
|
14994
13877
|
bl_category: typing.Any
|
|
14995
|
-
""" """
|
|
14996
|
-
|
|
14997
13878
|
bl_context: typing.Any
|
|
14998
|
-
""" """
|
|
14999
|
-
|
|
15000
13879
|
bl_label: typing.Any
|
|
15001
|
-
""" """
|
|
15002
|
-
|
|
15003
13880
|
bl_options: typing.Any
|
|
15004
|
-
""" """
|
|
15005
|
-
|
|
15006
13881
|
bl_region_type: typing.Any
|
|
15007
|
-
""" """
|
|
15008
|
-
|
|
15009
13882
|
bl_rna: typing.Any
|
|
15010
|
-
""" """
|
|
15011
|
-
|
|
15012
13883
|
bl_space_type: typing.Any
|
|
15013
|
-
""" """
|
|
15014
|
-
|
|
15015
13884
|
bl_ui_units_x: typing.Any
|
|
15016
|
-
""" """
|
|
15017
|
-
|
|
15018
13885
|
id_data: typing.Any
|
|
15019
|
-
""" """
|
|
15020
13886
|
|
|
15021
13887
|
def append(self, draw_func):
|
|
15022
13888
|
"""Append a draw function to this menu,
|
|
@@ -15116,10 +13982,7 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
15116
13982
|
"""
|
|
15117
13983
|
...
|
|
15118
13984
|
|
|
15119
|
-
def is_extended(self):
|
|
15120
|
-
""" """
|
|
15121
|
-
...
|
|
15122
|
-
|
|
13985
|
+
def is_extended(self): ...
|
|
15123
13986
|
def is_property_hidden(self) -> bool:
|
|
15124
13987
|
"""Check if a property is hidden.
|
|
15125
13988
|
|
|
@@ -15321,34 +14184,15 @@ class VIEW3D_PT_sculpt_options(
|
|
|
15321
14184
|
View3DPaintPanel,
|
|
15322
14185
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15323
14186
|
):
|
|
15324
|
-
""" """
|
|
15325
|
-
|
|
15326
14187
|
bl_category: typing.Any
|
|
15327
|
-
""" """
|
|
15328
|
-
|
|
15329
14188
|
bl_context: typing.Any
|
|
15330
|
-
""" """
|
|
15331
|
-
|
|
15332
14189
|
bl_label: typing.Any
|
|
15333
|
-
""" """
|
|
15334
|
-
|
|
15335
14190
|
bl_options: typing.Any
|
|
15336
|
-
""" """
|
|
15337
|
-
|
|
15338
14191
|
bl_region_type: typing.Any
|
|
15339
|
-
""" """
|
|
15340
|
-
|
|
15341
14192
|
bl_rna: typing.Any
|
|
15342
|
-
""" """
|
|
15343
|
-
|
|
15344
14193
|
bl_space_type: typing.Any
|
|
15345
|
-
""" """
|
|
15346
|
-
|
|
15347
14194
|
bl_ui_units_x: typing.Any
|
|
15348
|
-
""" """
|
|
15349
|
-
|
|
15350
14195
|
id_data: typing.Any
|
|
15351
|
-
""" """
|
|
15352
14196
|
|
|
15353
14197
|
def append(self, draw_func):
|
|
15354
14198
|
"""Append a draw function to this menu,
|
|
@@ -15441,10 +14285,7 @@ class VIEW3D_PT_sculpt_options(
|
|
|
15441
14285
|
"""
|
|
15442
14286
|
...
|
|
15443
14287
|
|
|
15444
|
-
def is_extended(self):
|
|
15445
|
-
""" """
|
|
15446
|
-
...
|
|
15447
|
-
|
|
14288
|
+
def is_extended(self): ...
|
|
15448
14289
|
def is_property_hidden(self) -> bool:
|
|
15449
14290
|
"""Check if a property is hidden.
|
|
15450
14291
|
|
|
@@ -15646,31 +14487,14 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
15646
14487
|
View3DPaintPanel,
|
|
15647
14488
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15648
14489
|
):
|
|
15649
|
-
""" """
|
|
15650
|
-
|
|
15651
14490
|
bl_category: typing.Any
|
|
15652
|
-
""" """
|
|
15653
|
-
|
|
15654
14491
|
bl_context: typing.Any
|
|
15655
|
-
""" """
|
|
15656
|
-
|
|
15657
14492
|
bl_label: typing.Any
|
|
15658
|
-
""" """
|
|
15659
|
-
|
|
15660
14493
|
bl_parent_id: typing.Any
|
|
15661
|
-
""" """
|
|
15662
|
-
|
|
15663
14494
|
bl_region_type: typing.Any
|
|
15664
|
-
""" """
|
|
15665
|
-
|
|
15666
14495
|
bl_rna: typing.Any
|
|
15667
|
-
""" """
|
|
15668
|
-
|
|
15669
14496
|
bl_space_type: typing.Any
|
|
15670
|
-
""" """
|
|
15671
|
-
|
|
15672
14497
|
id_data: typing.Any
|
|
15673
|
-
""" """
|
|
15674
14498
|
|
|
15675
14499
|
def append(self, draw_func):
|
|
15676
14500
|
"""Append a draw function to this menu,
|
|
@@ -15763,10 +14587,7 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
15763
14587
|
"""
|
|
15764
14588
|
...
|
|
15765
14589
|
|
|
15766
|
-
def is_extended(self):
|
|
15767
|
-
""" """
|
|
15768
|
-
...
|
|
15769
|
-
|
|
14590
|
+
def is_extended(self): ...
|
|
15770
14591
|
def is_property_hidden(self) -> bool:
|
|
15771
14592
|
"""Check if a property is hidden.
|
|
15772
14593
|
|
|
@@ -15968,31 +14789,14 @@ class VIEW3D_PT_sculpt_symmetry(
|
|
|
15968
14789
|
View3DPaintPanel,
|
|
15969
14790
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15970
14791
|
):
|
|
15971
|
-
""" """
|
|
15972
|
-
|
|
15973
14792
|
bl_category: typing.Any
|
|
15974
|
-
""" """
|
|
15975
|
-
|
|
15976
14793
|
bl_context: typing.Any
|
|
15977
|
-
""" """
|
|
15978
|
-
|
|
15979
14794
|
bl_label: typing.Any
|
|
15980
|
-
""" """
|
|
15981
|
-
|
|
15982
14795
|
bl_options: typing.Any
|
|
15983
|
-
""" """
|
|
15984
|
-
|
|
15985
14796
|
bl_region_type: typing.Any
|
|
15986
|
-
""" """
|
|
15987
|
-
|
|
15988
14797
|
bl_rna: typing.Any
|
|
15989
|
-
""" """
|
|
15990
|
-
|
|
15991
14798
|
bl_space_type: typing.Any
|
|
15992
|
-
""" """
|
|
15993
|
-
|
|
15994
14799
|
id_data: typing.Any
|
|
15995
|
-
""" """
|
|
15996
14800
|
|
|
15997
14801
|
def append(self, draw_func):
|
|
15998
14802
|
"""Append a draw function to this menu,
|
|
@@ -16085,10 +14889,7 @@ class VIEW3D_PT_sculpt_symmetry(
|
|
|
16085
14889
|
"""
|
|
16086
14890
|
...
|
|
16087
14891
|
|
|
16088
|
-
def is_extended(self):
|
|
16089
|
-
""" """
|
|
16090
|
-
...
|
|
16091
|
-
|
|
14892
|
+
def is_extended(self): ...
|
|
16092
14893
|
def is_property_hidden(self) -> bool:
|
|
16093
14894
|
"""Check if a property is hidden.
|
|
16094
14895
|
|
|
@@ -16290,34 +15091,15 @@ class VIEW3D_PT_sculpt_voxel_remesh(
|
|
|
16290
15091
|
View3DPaintPanel,
|
|
16291
15092
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16292
15093
|
):
|
|
16293
|
-
""" """
|
|
16294
|
-
|
|
16295
15094
|
bl_category: typing.Any
|
|
16296
|
-
""" """
|
|
16297
|
-
|
|
16298
15095
|
bl_context: typing.Any
|
|
16299
|
-
""" """
|
|
16300
|
-
|
|
16301
15096
|
bl_label: typing.Any
|
|
16302
|
-
""" """
|
|
16303
|
-
|
|
16304
15097
|
bl_options: typing.Any
|
|
16305
|
-
""" """
|
|
16306
|
-
|
|
16307
15098
|
bl_region_type: typing.Any
|
|
16308
|
-
""" """
|
|
16309
|
-
|
|
16310
15099
|
bl_rna: typing.Any
|
|
16311
|
-
""" """
|
|
16312
|
-
|
|
16313
15100
|
bl_space_type: typing.Any
|
|
16314
|
-
""" """
|
|
16315
|
-
|
|
16316
15101
|
bl_ui_units_x: typing.Any
|
|
16317
|
-
""" """
|
|
16318
|
-
|
|
16319
15102
|
id_data: typing.Any
|
|
16320
|
-
""" """
|
|
16321
15103
|
|
|
16322
15104
|
def append(self, draw_func):
|
|
16323
15105
|
"""Append a draw function to this menu,
|
|
@@ -16410,10 +15192,7 @@ class VIEW3D_PT_sculpt_voxel_remesh(
|
|
|
16410
15192
|
"""
|
|
16411
15193
|
...
|
|
16412
15194
|
|
|
16413
|
-
def is_extended(self):
|
|
16414
|
-
""" """
|
|
16415
|
-
...
|
|
16416
|
-
|
|
15195
|
+
def is_extended(self): ...
|
|
16417
15196
|
def is_property_hidden(self) -> bool:
|
|
16418
15197
|
"""Check if a property is hidden.
|
|
16419
15198
|
|
|
@@ -16617,34 +15396,15 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
16617
15396
|
bl_ui.properties_paint_common.ClonePanel,
|
|
16618
15397
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16619
15398
|
):
|
|
16620
|
-
""" """
|
|
16621
|
-
|
|
16622
15399
|
bl_category: typing.Any
|
|
16623
|
-
""" """
|
|
16624
|
-
|
|
16625
15400
|
bl_context: typing.Any
|
|
16626
|
-
""" """
|
|
16627
|
-
|
|
16628
15401
|
bl_label: typing.Any
|
|
16629
|
-
""" """
|
|
16630
|
-
|
|
16631
15402
|
bl_options: typing.Any
|
|
16632
|
-
""" """
|
|
16633
|
-
|
|
16634
15403
|
bl_parent_id: typing.Any
|
|
16635
|
-
""" """
|
|
16636
|
-
|
|
16637
15404
|
bl_region_type: typing.Any
|
|
16638
|
-
""" """
|
|
16639
|
-
|
|
16640
15405
|
bl_rna: typing.Any
|
|
16641
|
-
""" """
|
|
16642
|
-
|
|
16643
15406
|
bl_space_type: typing.Any
|
|
16644
|
-
""" """
|
|
16645
|
-
|
|
16646
15407
|
id_data: typing.Any
|
|
16647
|
-
""" """
|
|
16648
15408
|
|
|
16649
15409
|
def append(self, draw_func):
|
|
16650
15410
|
"""Append a draw function to this menu,
|
|
@@ -16744,10 +15504,7 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
16744
15504
|
"""
|
|
16745
15505
|
...
|
|
16746
15506
|
|
|
16747
|
-
def is_extended(self):
|
|
16748
|
-
""" """
|
|
16749
|
-
...
|
|
16750
|
-
|
|
15507
|
+
def is_extended(self): ...
|
|
16751
15508
|
def is_property_hidden(self) -> bool:
|
|
16752
15509
|
"""Check if a property is hidden.
|
|
16753
15510
|
|
|
@@ -16949,31 +15706,14 @@ class VIEW3D_PT_tools_brush_color(
|
|
|
16949
15706
|
View3DPaintPanel,
|
|
16950
15707
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16951
15708
|
):
|
|
16952
|
-
""" """
|
|
16953
|
-
|
|
16954
15709
|
bl_category: typing.Any
|
|
16955
|
-
""" """
|
|
16956
|
-
|
|
16957
15710
|
bl_context: typing.Any
|
|
16958
|
-
""" """
|
|
16959
|
-
|
|
16960
15711
|
bl_label: typing.Any
|
|
16961
|
-
""" """
|
|
16962
|
-
|
|
16963
15712
|
bl_parent_id: typing.Any
|
|
16964
|
-
""" """
|
|
16965
|
-
|
|
16966
15713
|
bl_region_type: typing.Any
|
|
16967
|
-
""" """
|
|
16968
|
-
|
|
16969
15714
|
bl_rna: typing.Any
|
|
16970
|
-
""" """
|
|
16971
|
-
|
|
16972
15715
|
bl_space_type: typing.Any
|
|
16973
|
-
""" """
|
|
16974
|
-
|
|
16975
15716
|
id_data: typing.Any
|
|
16976
|
-
""" """
|
|
16977
15717
|
|
|
16978
15718
|
def append(self, draw_func):
|
|
16979
15719
|
"""Append a draw function to this menu,
|
|
@@ -17066,10 +15806,7 @@ class VIEW3D_PT_tools_brush_color(
|
|
|
17066
15806
|
"""
|
|
17067
15807
|
...
|
|
17068
15808
|
|
|
17069
|
-
def is_extended(self):
|
|
17070
|
-
""" """
|
|
17071
|
-
...
|
|
17072
|
-
|
|
15809
|
+
def is_extended(self): ...
|
|
17073
15810
|
def is_property_hidden(self) -> bool:
|
|
17074
15811
|
"""Check if a property is hidden.
|
|
17075
15812
|
|
|
@@ -17273,34 +16010,15 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
17273
16010
|
bl_ui.properties_paint_common.FalloffPanel,
|
|
17274
16011
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
17275
16012
|
):
|
|
17276
|
-
""" """
|
|
17277
|
-
|
|
17278
16013
|
bl_category: typing.Any
|
|
17279
|
-
""" """
|
|
17280
|
-
|
|
17281
16014
|
bl_context: typing.Any
|
|
17282
|
-
""" """
|
|
17283
|
-
|
|
17284
16015
|
bl_label: typing.Any
|
|
17285
|
-
""" """
|
|
17286
|
-
|
|
17287
16016
|
bl_options: typing.Any
|
|
17288
|
-
""" """
|
|
17289
|
-
|
|
17290
16017
|
bl_parent_id: typing.Any
|
|
17291
|
-
""" """
|
|
17292
|
-
|
|
17293
16018
|
bl_region_type: typing.Any
|
|
17294
|
-
""" """
|
|
17295
|
-
|
|
17296
16019
|
bl_rna: typing.Any
|
|
17297
|
-
""" """
|
|
17298
|
-
|
|
17299
16020
|
bl_space_type: typing.Any
|
|
17300
|
-
""" """
|
|
17301
|
-
|
|
17302
16021
|
id_data: typing.Any
|
|
17303
|
-
""" """
|
|
17304
16022
|
|
|
17305
16023
|
def append(self, draw_func):
|
|
17306
16024
|
"""Append a draw function to this menu,
|
|
@@ -17393,10 +16111,7 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
17393
16111
|
"""
|
|
17394
16112
|
...
|
|
17395
16113
|
|
|
17396
|
-
def is_extended(self):
|
|
17397
|
-
""" """
|
|
17398
|
-
...
|
|
17399
|
-
|
|
16114
|
+
def is_extended(self): ...
|
|
17400
16115
|
def is_property_hidden(self) -> bool:
|
|
17401
16116
|
"""Check if a property is hidden.
|
|
17402
16117
|
|
|
@@ -17598,34 +16313,15 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
17598
16313
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
17599
16314
|
bpy_types._GenericUI,
|
|
17600
16315
|
):
|
|
17601
|
-
""" """
|
|
17602
|
-
|
|
17603
16316
|
bl_category: typing.Any
|
|
17604
|
-
""" """
|
|
17605
|
-
|
|
17606
16317
|
bl_context: typing.Any
|
|
17607
|
-
""" """
|
|
17608
|
-
|
|
17609
16318
|
bl_label: typing.Any
|
|
17610
|
-
""" """
|
|
17611
|
-
|
|
17612
16319
|
bl_options: typing.Any
|
|
17613
|
-
""" """
|
|
17614
|
-
|
|
17615
16320
|
bl_parent_id: typing.Any
|
|
17616
|
-
""" """
|
|
17617
|
-
|
|
17618
16321
|
bl_region_type: typing.Any
|
|
17619
|
-
""" """
|
|
17620
|
-
|
|
17621
16322
|
bl_rna: typing.Any
|
|
17622
|
-
""" """
|
|
17623
|
-
|
|
17624
16323
|
bl_space_type: typing.Any
|
|
17625
|
-
""" """
|
|
17626
|
-
|
|
17627
16324
|
id_data: typing.Any
|
|
17628
|
-
""" """
|
|
17629
16325
|
|
|
17630
16326
|
def append(self, draw_func):
|
|
17631
16327
|
"""Append a draw function to this menu,
|
|
@@ -17725,10 +16421,7 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
17725
16421
|
"""
|
|
17726
16422
|
...
|
|
17727
16423
|
|
|
17728
|
-
def is_extended(self):
|
|
17729
|
-
""" """
|
|
17730
|
-
...
|
|
17731
|
-
|
|
16424
|
+
def is_extended(self): ...
|
|
17732
16425
|
def is_property_hidden(self) -> bool:
|
|
17733
16426
|
"""Check if a property is hidden.
|
|
17734
16427
|
|
|
@@ -17930,34 +16623,15 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
17930
16623
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
17931
16624
|
bpy_types._GenericUI,
|
|
17932
16625
|
):
|
|
17933
|
-
""" """
|
|
17934
|
-
|
|
17935
16626
|
bl_category: typing.Any
|
|
17936
|
-
""" """
|
|
17937
|
-
|
|
17938
16627
|
bl_context: typing.Any
|
|
17939
|
-
""" """
|
|
17940
|
-
|
|
17941
16628
|
bl_label: typing.Any
|
|
17942
|
-
""" """
|
|
17943
|
-
|
|
17944
16629
|
bl_options: typing.Any
|
|
17945
|
-
""" """
|
|
17946
|
-
|
|
17947
16630
|
bl_parent_id: typing.Any
|
|
17948
|
-
""" """
|
|
17949
|
-
|
|
17950
16631
|
bl_region_type: typing.Any
|
|
17951
|
-
""" """
|
|
17952
|
-
|
|
17953
16632
|
bl_rna: typing.Any
|
|
17954
|
-
""" """
|
|
17955
|
-
|
|
17956
16633
|
bl_space_type: typing.Any
|
|
17957
|
-
""" """
|
|
17958
|
-
|
|
17959
16634
|
id_data: typing.Any
|
|
17960
|
-
""" """
|
|
17961
16635
|
|
|
17962
16636
|
def append(self, draw_func):
|
|
17963
16637
|
"""Append a draw function to this menu,
|
|
@@ -18057,10 +16731,7 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
18057
16731
|
"""
|
|
18058
16732
|
...
|
|
18059
16733
|
|
|
18060
|
-
def is_extended(self):
|
|
18061
|
-
""" """
|
|
18062
|
-
...
|
|
18063
|
-
|
|
16734
|
+
def is_extended(self): ...
|
|
18064
16735
|
def is_property_hidden(self) -> bool:
|
|
18065
16736
|
"""Check if a property is hidden.
|
|
18066
16737
|
|
|
@@ -18264,37 +16935,16 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
18264
16935
|
bl_ui.properties_paint_common.StrokePanel,
|
|
18265
16936
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
18266
16937
|
):
|
|
18267
|
-
""" """
|
|
18268
|
-
|
|
18269
16938
|
bl_category: typing.Any
|
|
18270
|
-
""" """
|
|
18271
|
-
|
|
18272
16939
|
bl_context: typing.Any
|
|
18273
|
-
""" """
|
|
18274
|
-
|
|
18275
16940
|
bl_label: typing.Any
|
|
18276
|
-
""" """
|
|
18277
|
-
|
|
18278
16941
|
bl_options: typing.Any
|
|
18279
|
-
""" """
|
|
18280
|
-
|
|
18281
16942
|
bl_parent_id: typing.Any
|
|
18282
|
-
""" """
|
|
18283
|
-
|
|
18284
16943
|
bl_region_type: typing.Any
|
|
18285
|
-
""" """
|
|
18286
|
-
|
|
18287
16944
|
bl_rna: typing.Any
|
|
18288
|
-
""" """
|
|
18289
|
-
|
|
18290
16945
|
bl_space_type: typing.Any
|
|
18291
|
-
""" """
|
|
18292
|
-
|
|
18293
16946
|
bl_ui_units_x: typing.Any
|
|
18294
|
-
""" """
|
|
18295
|
-
|
|
18296
16947
|
id_data: typing.Any
|
|
18297
|
-
""" """
|
|
18298
16948
|
|
|
18299
16949
|
def append(self, draw_func):
|
|
18300
16950
|
"""Append a draw function to this menu,
|
|
@@ -18387,10 +17037,7 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
18387
17037
|
"""
|
|
18388
17038
|
...
|
|
18389
17039
|
|
|
18390
|
-
def is_extended(self):
|
|
18391
|
-
""" """
|
|
18392
|
-
...
|
|
18393
|
-
|
|
17040
|
+
def is_extended(self): ...
|
|
18394
17041
|
def is_property_hidden(self) -> bool:
|
|
18395
17042
|
"""Check if a property is hidden.
|
|
18396
17043
|
|
|
@@ -18594,34 +17241,15 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
18594
17241
|
bl_ui.properties_paint_common.SmoothStrokePanel,
|
|
18595
17242
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
18596
17243
|
):
|
|
18597
|
-
""" """
|
|
18598
|
-
|
|
18599
17244
|
bl_category: typing.Any
|
|
18600
|
-
""" """
|
|
18601
|
-
|
|
18602
17245
|
bl_context: typing.Any
|
|
18603
|
-
""" """
|
|
18604
|
-
|
|
18605
17246
|
bl_label: typing.Any
|
|
18606
|
-
""" """
|
|
18607
|
-
|
|
18608
17247
|
bl_options: typing.Any
|
|
18609
|
-
""" """
|
|
18610
|
-
|
|
18611
17248
|
bl_parent_id: typing.Any
|
|
18612
|
-
""" """
|
|
18613
|
-
|
|
18614
17249
|
bl_region_type: typing.Any
|
|
18615
|
-
""" """
|
|
18616
|
-
|
|
18617
17250
|
bl_rna: typing.Any
|
|
18618
|
-
""" """
|
|
18619
|
-
|
|
18620
17251
|
bl_space_type: typing.Any
|
|
18621
|
-
""" """
|
|
18622
|
-
|
|
18623
17252
|
id_data: typing.Any
|
|
18624
|
-
""" """
|
|
18625
17253
|
|
|
18626
17254
|
def append(self, draw_func):
|
|
18627
17255
|
"""Append a draw function to this menu,
|
|
@@ -18721,10 +17349,7 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
18721
17349
|
"""
|
|
18722
17350
|
...
|
|
18723
17351
|
|
|
18724
|
-
def is_extended(self):
|
|
18725
|
-
""" """
|
|
18726
|
-
...
|
|
18727
|
-
|
|
17352
|
+
def is_extended(self): ...
|
|
18728
17353
|
def is_property_hidden(self) -> bool:
|
|
18729
17354
|
"""Check if a property is hidden.
|
|
18730
17355
|
|
|
@@ -18928,34 +17553,15 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
18928
17553
|
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
18929
17554
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
18930
17555
|
):
|
|
18931
|
-
""" """
|
|
18932
|
-
|
|
18933
17556
|
bl_category: typing.Any
|
|
18934
|
-
""" """
|
|
18935
|
-
|
|
18936
17557
|
bl_context: typing.Any
|
|
18937
|
-
""" """
|
|
18938
|
-
|
|
18939
17558
|
bl_label: typing.Any
|
|
18940
|
-
""" """
|
|
18941
|
-
|
|
18942
17559
|
bl_options: typing.Any
|
|
18943
|
-
""" """
|
|
18944
|
-
|
|
18945
17560
|
bl_parent_id: typing.Any
|
|
18946
|
-
""" """
|
|
18947
|
-
|
|
18948
17561
|
bl_region_type: typing.Any
|
|
18949
|
-
""" """
|
|
18950
|
-
|
|
18951
17562
|
bl_rna: typing.Any
|
|
18952
|
-
""" """
|
|
18953
|
-
|
|
18954
17563
|
bl_space_type: typing.Any
|
|
18955
|
-
""" """
|
|
18956
|
-
|
|
18957
17564
|
id_data: typing.Any
|
|
18958
|
-
""" """
|
|
18959
17565
|
|
|
18960
17566
|
def append(self, draw_func):
|
|
18961
17567
|
"""Append a draw function to this menu,
|
|
@@ -19048,10 +17654,7 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
19048
17654
|
"""
|
|
19049
17655
|
...
|
|
19050
17656
|
|
|
19051
|
-
def is_extended(self):
|
|
19052
|
-
""" """
|
|
19053
|
-
...
|
|
19054
|
-
|
|
17657
|
+
def is_extended(self): ...
|
|
19055
17658
|
def is_property_hidden(self) -> bool:
|
|
19056
17659
|
"""Check if a property is hidden.
|
|
19057
17660
|
|
|
@@ -19253,34 +17856,15 @@ class VIEW3D_PT_tools_brush_texture(
|
|
|
19253
17856
|
View3DPaintPanel,
|
|
19254
17857
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19255
17858
|
):
|
|
19256
|
-
""" """
|
|
19257
|
-
|
|
19258
17859
|
bl_category: typing.Any
|
|
19259
|
-
""" """
|
|
19260
|
-
|
|
19261
17860
|
bl_context: typing.Any
|
|
19262
|
-
""" """
|
|
19263
|
-
|
|
19264
17861
|
bl_label: typing.Any
|
|
19265
|
-
""" """
|
|
19266
|
-
|
|
19267
17862
|
bl_options: typing.Any
|
|
19268
|
-
""" """
|
|
19269
|
-
|
|
19270
17863
|
bl_parent_id: typing.Any
|
|
19271
|
-
""" """
|
|
19272
|
-
|
|
19273
17864
|
bl_region_type: typing.Any
|
|
19274
|
-
""" """
|
|
19275
|
-
|
|
19276
17865
|
bl_rna: typing.Any
|
|
19277
|
-
""" """
|
|
19278
|
-
|
|
19279
17866
|
bl_space_type: typing.Any
|
|
19280
|
-
""" """
|
|
19281
|
-
|
|
19282
17867
|
id_data: typing.Any
|
|
19283
|
-
""" """
|
|
19284
17868
|
|
|
19285
17869
|
def append(self, draw_func):
|
|
19286
17870
|
"""Append a draw function to this menu,
|
|
@@ -19373,10 +17957,7 @@ class VIEW3D_PT_tools_brush_texture(
|
|
|
19373
17957
|
"""
|
|
19374
17958
|
...
|
|
19375
17959
|
|
|
19376
|
-
def is_extended(self):
|
|
19377
|
-
""" """
|
|
19378
|
-
...
|
|
19379
|
-
|
|
17960
|
+
def is_extended(self): ...
|
|
19380
17961
|
def is_property_hidden(self) -> bool:
|
|
19381
17962
|
"""Check if a property is hidden.
|
|
19382
17963
|
|
|
@@ -19579,31 +18160,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
19579
18160
|
View3DPaintPanel,
|
|
19580
18161
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19581
18162
|
):
|
|
19582
|
-
""" """
|
|
19583
|
-
|
|
19584
18163
|
bl_category: typing.Any
|
|
19585
|
-
""" """
|
|
19586
|
-
|
|
19587
18164
|
bl_context: typing.Any
|
|
19588
|
-
""" """
|
|
19589
|
-
|
|
19590
18165
|
bl_label: typing.Any
|
|
19591
|
-
""" """
|
|
19592
|
-
|
|
19593
18166
|
bl_options: typing.Any
|
|
19594
|
-
""" """
|
|
19595
|
-
|
|
19596
18167
|
bl_region_type: typing.Any
|
|
19597
|
-
""" """
|
|
19598
|
-
|
|
19599
18168
|
bl_rna: typing.Any
|
|
19600
|
-
""" """
|
|
19601
|
-
|
|
19602
18169
|
bl_space_type: typing.Any
|
|
19603
|
-
""" """
|
|
19604
|
-
|
|
19605
18170
|
id_data: typing.Any
|
|
19606
|
-
""" """
|
|
19607
18171
|
|
|
19608
18172
|
def append(self, draw_func):
|
|
19609
18173
|
"""Append a draw function to this menu,
|
|
@@ -19696,10 +18260,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
19696
18260
|
"""
|
|
19697
18261
|
...
|
|
19698
18262
|
|
|
19699
|
-
def is_extended(self):
|
|
19700
|
-
""" """
|
|
19701
|
-
...
|
|
19702
|
-
|
|
18263
|
+
def is_extended(self): ...
|
|
19703
18264
|
def is_property_hidden(self) -> bool:
|
|
19704
18265
|
"""Check if a property is hidden.
|
|
19705
18266
|
|
|
@@ -19902,31 +18463,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
19902
18463
|
View3DPaintPanel,
|
|
19903
18464
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19904
18465
|
):
|
|
19905
|
-
""" """
|
|
19906
|
-
|
|
19907
18466
|
bl_category: typing.Any
|
|
19908
|
-
""" """
|
|
19909
|
-
|
|
19910
18467
|
bl_context: typing.Any
|
|
19911
|
-
""" """
|
|
19912
|
-
|
|
19913
18468
|
bl_label: typing.Any
|
|
19914
|
-
""" """
|
|
19915
|
-
|
|
19916
18469
|
bl_options: typing.Any
|
|
19917
|
-
""" """
|
|
19918
|
-
|
|
19919
18470
|
bl_region_type: typing.Any
|
|
19920
|
-
""" """
|
|
19921
|
-
|
|
19922
18471
|
bl_rna: typing.Any
|
|
19923
|
-
""" """
|
|
19924
|
-
|
|
19925
18472
|
bl_space_type: typing.Any
|
|
19926
|
-
""" """
|
|
19927
|
-
|
|
19928
18473
|
id_data: typing.Any
|
|
19929
|
-
""" """
|
|
19930
18474
|
|
|
19931
18475
|
def append(self, draw_func):
|
|
19932
18476
|
"""Append a draw function to this menu,
|
|
@@ -20019,10 +18563,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
20019
18563
|
"""
|
|
20020
18564
|
...
|
|
20021
18565
|
|
|
20022
|
-
def is_extended(self):
|
|
20023
|
-
""" """
|
|
20024
|
-
...
|
|
20025
|
-
|
|
18566
|
+
def is_extended(self): ...
|
|
20026
18567
|
def is_property_hidden(self) -> bool:
|
|
20027
18568
|
"""Check if a property is hidden.
|
|
20028
18569
|
|
|
@@ -20225,31 +18766,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
20225
18766
|
View3DPaintPanel,
|
|
20226
18767
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20227
18768
|
):
|
|
20228
|
-
""" """
|
|
20229
|
-
|
|
20230
18769
|
bl_category: typing.Any
|
|
20231
|
-
""" """
|
|
20232
|
-
|
|
20233
18770
|
bl_context: typing.Any
|
|
20234
|
-
""" """
|
|
20235
|
-
|
|
20236
18771
|
bl_label: typing.Any
|
|
20237
|
-
""" """
|
|
20238
|
-
|
|
20239
18772
|
bl_options: typing.Any
|
|
20240
|
-
""" """
|
|
20241
|
-
|
|
20242
18773
|
bl_region_type: typing.Any
|
|
20243
|
-
""" """
|
|
20244
|
-
|
|
20245
18774
|
bl_rna: typing.Any
|
|
20246
|
-
""" """
|
|
20247
|
-
|
|
20248
18775
|
bl_space_type: typing.Any
|
|
20249
|
-
""" """
|
|
20250
|
-
|
|
20251
18776
|
id_data: typing.Any
|
|
20252
|
-
""" """
|
|
20253
18777
|
|
|
20254
18778
|
def append(self, draw_func):
|
|
20255
18779
|
"""Append a draw function to this menu,
|
|
@@ -20342,10 +18866,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
20342
18866
|
"""
|
|
20343
18867
|
...
|
|
20344
18868
|
|
|
20345
|
-
def is_extended(self):
|
|
20346
|
-
""" """
|
|
20347
|
-
...
|
|
20348
|
-
|
|
18869
|
+
def is_extended(self): ...
|
|
20349
18870
|
def is_property_hidden(self) -> bool:
|
|
20350
18871
|
"""Check if a property is hidden.
|
|
20351
18872
|
|
|
@@ -20548,34 +19069,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
20548
19069
|
View3DPaintPanel,
|
|
20549
19070
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20550
19071
|
):
|
|
20551
|
-
""" """
|
|
20552
|
-
|
|
20553
19072
|
bl_category: typing.Any
|
|
20554
|
-
""" """
|
|
20555
|
-
|
|
20556
19073
|
bl_context: typing.Any
|
|
20557
|
-
""" """
|
|
20558
|
-
|
|
20559
19074
|
bl_label: typing.Any
|
|
20560
|
-
""" """
|
|
20561
|
-
|
|
20562
19075
|
bl_options: typing.Any
|
|
20563
|
-
""" """
|
|
20564
|
-
|
|
20565
19076
|
bl_parent_id: typing.Any
|
|
20566
|
-
""" """
|
|
20567
|
-
|
|
20568
19077
|
bl_region_type: typing.Any
|
|
20569
|
-
""" """
|
|
20570
|
-
|
|
20571
19078
|
bl_rna: typing.Any
|
|
20572
|
-
""" """
|
|
20573
|
-
|
|
20574
19079
|
bl_space_type: typing.Any
|
|
20575
|
-
""" """
|
|
20576
|
-
|
|
20577
19080
|
id_data: typing.Any
|
|
20578
|
-
""" """
|
|
20579
19081
|
|
|
20580
19082
|
def append(self, draw_func):
|
|
20581
19083
|
"""Append a draw function to this menu,
|
|
@@ -20668,10 +19170,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
20668
19170
|
"""
|
|
20669
19171
|
...
|
|
20670
19172
|
|
|
20671
|
-
def is_extended(self):
|
|
20672
|
-
""" """
|
|
20673
|
-
...
|
|
20674
|
-
|
|
19173
|
+
def is_extended(self): ...
|
|
20675
19174
|
def is_property_hidden(self) -> bool:
|
|
20676
19175
|
"""Check if a property is hidden.
|
|
20677
19176
|
|
|
@@ -20873,31 +19372,14 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
20873
19372
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20874
19373
|
bpy_types._GenericUI,
|
|
20875
19374
|
):
|
|
20876
|
-
""" """
|
|
20877
|
-
|
|
20878
19375
|
bl_category: typing.Any
|
|
20879
|
-
""" """
|
|
20880
|
-
|
|
20881
19376
|
bl_context: typing.Any
|
|
20882
|
-
""" """
|
|
20883
|
-
|
|
20884
19377
|
bl_label: typing.Any
|
|
20885
|
-
""" """
|
|
20886
|
-
|
|
20887
19378
|
bl_options: typing.Any
|
|
20888
|
-
""" """
|
|
20889
|
-
|
|
20890
19379
|
bl_region_type: typing.Any
|
|
20891
|
-
""" """
|
|
20892
|
-
|
|
20893
19380
|
bl_rna: typing.Any
|
|
20894
|
-
""" """
|
|
20895
|
-
|
|
20896
19381
|
bl_space_type: typing.Any
|
|
20897
|
-
""" """
|
|
20898
|
-
|
|
20899
19382
|
id_data: typing.Any
|
|
20900
|
-
""" """
|
|
20901
19383
|
|
|
20902
19384
|
def append(self, draw_func):
|
|
20903
19385
|
"""Append a draw function to this menu,
|
|
@@ -20990,10 +19472,7 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
20990
19472
|
"""
|
|
20991
19473
|
...
|
|
20992
19474
|
|
|
20993
|
-
def is_extended(self):
|
|
20994
|
-
""" """
|
|
20995
|
-
...
|
|
20996
|
-
|
|
19475
|
+
def is_extended(self): ...
|
|
20997
19476
|
def is_property_hidden(self) -> bool:
|
|
20998
19477
|
"""Check if a property is hidden.
|
|
20999
19478
|
|
|
@@ -21195,34 +19674,15 @@ class VIEW3D_PT_tools_imagepaint_options_external(
|
|
|
21195
19674
|
View3DPaintPanel,
|
|
21196
19675
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21197
19676
|
):
|
|
21198
|
-
""" """
|
|
21199
|
-
|
|
21200
19677
|
bl_category: typing.Any
|
|
21201
|
-
""" """
|
|
21202
|
-
|
|
21203
19678
|
bl_context: typing.Any
|
|
21204
|
-
""" """
|
|
21205
|
-
|
|
21206
19679
|
bl_label: typing.Any
|
|
21207
|
-
""" """
|
|
21208
|
-
|
|
21209
19680
|
bl_options: typing.Any
|
|
21210
|
-
""" """
|
|
21211
|
-
|
|
21212
19681
|
bl_parent_id: typing.Any
|
|
21213
|
-
""" """
|
|
21214
|
-
|
|
21215
19682
|
bl_region_type: typing.Any
|
|
21216
|
-
""" """
|
|
21217
|
-
|
|
21218
19683
|
bl_rna: typing.Any
|
|
21219
|
-
""" """
|
|
21220
|
-
|
|
21221
19684
|
bl_space_type: typing.Any
|
|
21222
|
-
""" """
|
|
21223
|
-
|
|
21224
19685
|
id_data: typing.Any
|
|
21225
|
-
""" """
|
|
21226
19686
|
|
|
21227
19687
|
def append(self, draw_func):
|
|
21228
19688
|
"""Append a draw function to this menu,
|
|
@@ -21315,10 +19775,7 @@ class VIEW3D_PT_tools_imagepaint_options_external(
|
|
|
21315
19775
|
"""
|
|
21316
19776
|
...
|
|
21317
19777
|
|
|
21318
|
-
def is_extended(self):
|
|
21319
|
-
""" """
|
|
21320
|
-
...
|
|
21321
|
-
|
|
19778
|
+
def is_extended(self): ...
|
|
21322
19779
|
def is_property_hidden(self) -> bool:
|
|
21323
19780
|
"""Check if a property is hidden.
|
|
21324
19781
|
|
|
@@ -21513,31 +19970,14 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
|
21513
19970
|
View3DPaintPanel,
|
|
21514
19971
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21515
19972
|
):
|
|
21516
|
-
""" """
|
|
21517
|
-
|
|
21518
19973
|
bl_category: typing.Any
|
|
21519
|
-
""" """
|
|
21520
|
-
|
|
21521
19974
|
bl_context: typing.Any
|
|
21522
|
-
""" """
|
|
21523
|
-
|
|
21524
19975
|
bl_label: typing.Any
|
|
21525
|
-
""" """
|
|
21526
|
-
|
|
21527
19976
|
bl_options: typing.Any
|
|
21528
|
-
""" """
|
|
21529
|
-
|
|
21530
19977
|
bl_region_type: typing.Any
|
|
21531
|
-
""" """
|
|
21532
|
-
|
|
21533
19978
|
bl_rna: typing.Any
|
|
21534
|
-
""" """
|
|
21535
|
-
|
|
21536
19979
|
bl_space_type: typing.Any
|
|
21537
|
-
""" """
|
|
21538
|
-
|
|
21539
19980
|
id_data: typing.Any
|
|
21540
|
-
""" """
|
|
21541
19981
|
|
|
21542
19982
|
def append(self, draw_func):
|
|
21543
19983
|
"""Append a draw function to this menu,
|
|
@@ -21630,10 +20070,7 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
|
21630
20070
|
"""
|
|
21631
20071
|
...
|
|
21632
20072
|
|
|
21633
|
-
def is_extended(self):
|
|
21634
|
-
""" """
|
|
21635
|
-
...
|
|
21636
|
-
|
|
20073
|
+
def is_extended(self): ...
|
|
21637
20074
|
def is_property_hidden(self) -> bool:
|
|
21638
20075
|
"""Check if a property is hidden.
|
|
21639
20076
|
|
|
@@ -21837,34 +20274,15 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
21837
20274
|
bl_ui.properties_paint_common.TextureMaskPanel,
|
|
21838
20275
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21839
20276
|
):
|
|
21840
|
-
""" """
|
|
21841
|
-
|
|
21842
20277
|
bl_category: typing.Any
|
|
21843
|
-
""" """
|
|
21844
|
-
|
|
21845
20278
|
bl_context: typing.Any
|
|
21846
|
-
""" """
|
|
21847
|
-
|
|
21848
20279
|
bl_label: typing.Any
|
|
21849
|
-
""" """
|
|
21850
|
-
|
|
21851
20280
|
bl_options: typing.Any
|
|
21852
|
-
""" """
|
|
21853
|
-
|
|
21854
20281
|
bl_parent_id: typing.Any
|
|
21855
|
-
""" """
|
|
21856
|
-
|
|
21857
20282
|
bl_region_type: typing.Any
|
|
21858
|
-
""" """
|
|
21859
|
-
|
|
21860
20283
|
bl_rna: typing.Any
|
|
21861
|
-
""" """
|
|
21862
|
-
|
|
21863
20284
|
bl_space_type: typing.Any
|
|
21864
|
-
""" """
|
|
21865
|
-
|
|
21866
20285
|
id_data: typing.Any
|
|
21867
|
-
""" """
|
|
21868
20286
|
|
|
21869
20287
|
def append(self, draw_func):
|
|
21870
20288
|
"""Append a draw function to this menu,
|
|
@@ -21957,10 +20375,7 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
21957
20375
|
"""
|
|
21958
20376
|
...
|
|
21959
20377
|
|
|
21960
|
-
def is_extended(self):
|
|
21961
|
-
""" """
|
|
21962
|
-
...
|
|
21963
|
-
|
|
20378
|
+
def is_extended(self): ...
|
|
21964
20379
|
def is_property_hidden(self) -> bool:
|
|
21965
20380
|
"""Check if a property is hidden.
|
|
21966
20381
|
|
|
@@ -22162,31 +20577,14 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
22162
20577
|
View3DPaintPanel,
|
|
22163
20578
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22164
20579
|
):
|
|
22165
|
-
""" """
|
|
22166
|
-
|
|
22167
20580
|
bl_category: typing.Any
|
|
22168
|
-
""" """
|
|
22169
|
-
|
|
22170
20581
|
bl_context: typing.Any
|
|
22171
|
-
""" """
|
|
22172
|
-
|
|
22173
20582
|
bl_label: typing.Any
|
|
22174
|
-
""" """
|
|
22175
|
-
|
|
22176
20583
|
bl_options: typing.Any
|
|
22177
|
-
""" """
|
|
22178
|
-
|
|
22179
20584
|
bl_region_type: typing.Any
|
|
22180
|
-
""" """
|
|
22181
|
-
|
|
22182
20585
|
bl_rna: typing.Any
|
|
22183
|
-
""" """
|
|
22184
|
-
|
|
22185
20586
|
bl_space_type: typing.Any
|
|
22186
|
-
""" """
|
|
22187
|
-
|
|
22188
20587
|
id_data: typing.Any
|
|
22189
|
-
""" """
|
|
22190
20588
|
|
|
22191
20589
|
def append(self, draw_func):
|
|
22192
20590
|
"""Append a draw function to this menu,
|
|
@@ -22279,10 +20677,7 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
22279
20677
|
"""
|
|
22280
20678
|
...
|
|
22281
20679
|
|
|
22282
|
-
def is_extended(self):
|
|
22283
|
-
""" """
|
|
22284
|
-
...
|
|
22285
|
-
|
|
20680
|
+
def is_extended(self): ...
|
|
22286
20681
|
def is_property_hidden(self) -> bool:
|
|
22287
20682
|
"""Check if a property is hidden.
|
|
22288
20683
|
|
|
@@ -22484,31 +20879,14 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
22484
20879
|
View3DPaintPanel,
|
|
22485
20880
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22486
20881
|
):
|
|
22487
|
-
""" """
|
|
22488
|
-
|
|
22489
20882
|
bl_category: typing.Any
|
|
22490
|
-
""" """
|
|
22491
|
-
|
|
22492
20883
|
bl_context: typing.Any
|
|
22493
|
-
""" """
|
|
22494
|
-
|
|
22495
20884
|
bl_label: typing.Any
|
|
22496
|
-
""" """
|
|
22497
|
-
|
|
22498
20885
|
bl_options: typing.Any
|
|
22499
|
-
""" """
|
|
22500
|
-
|
|
22501
20886
|
bl_region_type: typing.Any
|
|
22502
|
-
""" """
|
|
22503
|
-
|
|
22504
20887
|
bl_rna: typing.Any
|
|
22505
|
-
""" """
|
|
22506
|
-
|
|
22507
20888
|
bl_space_type: typing.Any
|
|
22508
|
-
""" """
|
|
22509
|
-
|
|
22510
20889
|
id_data: typing.Any
|
|
22511
|
-
""" """
|
|
22512
20890
|
|
|
22513
20891
|
def append(self, draw_func):
|
|
22514
20892
|
"""Append a draw function to this menu,
|
|
@@ -22601,10 +20979,7 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
22601
20979
|
"""
|
|
22602
20980
|
...
|
|
22603
20981
|
|
|
22604
|
-
def is_extended(self):
|
|
22605
|
-
""" """
|
|
22606
|
-
...
|
|
22607
|
-
|
|
20982
|
+
def is_extended(self): ...
|
|
22608
20983
|
def is_property_hidden(self) -> bool:
|
|
22609
20984
|
"""Check if a property is hidden.
|
|
22610
20985
|
|
|
@@ -22806,31 +21181,14 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
22806
21181
|
View3DPaintPanel,
|
|
22807
21182
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22808
21183
|
):
|
|
22809
|
-
""" """
|
|
22810
|
-
|
|
22811
21184
|
bl_category: typing.Any
|
|
22812
|
-
""" """
|
|
22813
|
-
|
|
22814
21185
|
bl_context: typing.Any
|
|
22815
|
-
""" """
|
|
22816
|
-
|
|
22817
21186
|
bl_label: typing.Any
|
|
22818
|
-
""" """
|
|
22819
|
-
|
|
22820
21187
|
bl_options: typing.Any
|
|
22821
|
-
""" """
|
|
22822
|
-
|
|
22823
21188
|
bl_region_type: typing.Any
|
|
22824
|
-
""" """
|
|
22825
|
-
|
|
22826
21189
|
bl_rna: typing.Any
|
|
22827
|
-
""" """
|
|
22828
|
-
|
|
22829
21190
|
bl_space_type: typing.Any
|
|
22830
|
-
""" """
|
|
22831
|
-
|
|
22832
21191
|
id_data: typing.Any
|
|
22833
|
-
""" """
|
|
22834
21192
|
|
|
22835
21193
|
def append(self, draw_func):
|
|
22836
21194
|
"""Append a draw function to this menu,
|
|
@@ -22923,10 +21281,7 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
22923
21281
|
"""
|
|
22924
21282
|
...
|
|
22925
21283
|
|
|
22926
|
-
def is_extended(self):
|
|
22927
|
-
""" """
|
|
22928
|
-
...
|
|
22929
|
-
|
|
21284
|
+
def is_extended(self): ...
|
|
22930
21285
|
def is_property_hidden(self) -> bool:
|
|
22931
21286
|
"""Check if a property is hidden.
|
|
22932
21287
|
|
|
@@ -23128,28 +21483,13 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
23128
21483
|
View3DPaintPanel,
|
|
23129
21484
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
23130
21485
|
):
|
|
23131
|
-
""" """
|
|
23132
|
-
|
|
23133
21486
|
bl_category: typing.Any
|
|
23134
|
-
""" """
|
|
23135
|
-
|
|
23136
21487
|
bl_label: typing.Any
|
|
23137
|
-
""" """
|
|
23138
|
-
|
|
23139
21488
|
bl_options: typing.Any
|
|
23140
|
-
""" """
|
|
23141
|
-
|
|
23142
21489
|
bl_region_type: typing.Any
|
|
23143
|
-
""" """
|
|
23144
|
-
|
|
23145
21490
|
bl_rna: typing.Any
|
|
23146
|
-
""" """
|
|
23147
|
-
|
|
23148
21491
|
bl_space_type: typing.Any
|
|
23149
|
-
""" """
|
|
23150
|
-
|
|
23151
21492
|
id_data: typing.Any
|
|
23152
|
-
""" """
|
|
23153
21493
|
|
|
23154
21494
|
def append(self, draw_func):
|
|
23155
21495
|
"""Append a draw function to this menu,
|
|
@@ -23242,10 +21582,7 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
23242
21582
|
"""
|
|
23243
21583
|
...
|
|
23244
21584
|
|
|
23245
|
-
def is_extended(self):
|
|
23246
|
-
""" """
|
|
23247
|
-
...
|
|
23248
|
-
|
|
21585
|
+
def is_extended(self): ...
|
|
23249
21586
|
def is_property_hidden(self) -> bool:
|
|
23250
21587
|
"""Check if a property is hidden.
|
|
23251
21588
|
|
|
@@ -23447,31 +21784,14 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
23447
21784
|
View3DPaintPanel,
|
|
23448
21785
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
23449
21786
|
):
|
|
23450
|
-
""" """
|
|
23451
|
-
|
|
23452
21787
|
bl_category: typing.Any
|
|
23453
|
-
""" """
|
|
23454
|
-
|
|
23455
21788
|
bl_context: typing.Any
|
|
23456
|
-
""" """
|
|
23457
|
-
|
|
23458
21789
|
bl_label: typing.Any
|
|
23459
|
-
""" """
|
|
23460
|
-
|
|
23461
21790
|
bl_options: typing.Any
|
|
23462
|
-
""" """
|
|
23463
|
-
|
|
23464
21791
|
bl_region_type: typing.Any
|
|
23465
|
-
""" """
|
|
23466
|
-
|
|
23467
21792
|
bl_rna: typing.Any
|
|
23468
|
-
""" """
|
|
23469
|
-
|
|
23470
21793
|
bl_space_type: typing.Any
|
|
23471
|
-
""" """
|
|
23472
|
-
|
|
23473
21794
|
id_data: typing.Any
|
|
23474
|
-
""" """
|
|
23475
21795
|
|
|
23476
21796
|
def append(self, draw_func):
|
|
23477
21797
|
"""Append a draw function to this menu,
|
|
@@ -23564,10 +21884,7 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
23564
21884
|
"""
|
|
23565
21885
|
...
|
|
23566
21886
|
|
|
23567
|
-
def is_extended(self):
|
|
23568
|
-
""" """
|
|
23569
|
-
...
|
|
23570
|
-
|
|
21887
|
+
def is_extended(self): ...
|
|
23571
21888
|
def is_property_hidden(self) -> bool:
|
|
23572
21889
|
"""Check if a property is hidden.
|
|
23573
21890
|
|
|
@@ -23762,31 +22079,14 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
23762
22079
|
View3DPaintPanel,
|
|
23763
22080
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
23764
22081
|
):
|
|
23765
|
-
""" """
|
|
23766
|
-
|
|
23767
22082
|
bl_category: typing.Any
|
|
23768
|
-
""" """
|
|
23769
|
-
|
|
23770
22083
|
bl_context: typing.Any
|
|
23771
|
-
""" """
|
|
23772
|
-
|
|
23773
22084
|
bl_label: typing.Any
|
|
23774
|
-
""" """
|
|
23775
|
-
|
|
23776
22085
|
bl_options: typing.Any
|
|
23777
|
-
""" """
|
|
23778
|
-
|
|
23779
22086
|
bl_region_type: typing.Any
|
|
23780
|
-
""" """
|
|
23781
|
-
|
|
23782
22087
|
bl_rna: typing.Any
|
|
23783
|
-
""" """
|
|
23784
|
-
|
|
23785
22088
|
bl_space_type: typing.Any
|
|
23786
|
-
""" """
|
|
23787
|
-
|
|
23788
22089
|
id_data: typing.Any
|
|
23789
|
-
""" """
|
|
23790
22090
|
|
|
23791
22091
|
def append(self, draw_func):
|
|
23792
22092
|
"""Append a draw function to this menu,
|
|
@@ -23879,10 +22179,7 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
23879
22179
|
"""
|
|
23880
22180
|
...
|
|
23881
22181
|
|
|
23882
|
-
def is_extended(self):
|
|
23883
|
-
""" """
|
|
23884
|
-
...
|
|
23885
|
-
|
|
22182
|
+
def is_extended(self): ...
|
|
23886
22183
|
def is_property_hidden(self) -> bool:
|
|
23887
22184
|
"""Check if a property is hidden.
|
|
23888
22185
|
|
|
@@ -24080,16 +22377,9 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
24080
22377
|
class View3DPaintBrushPanel(
|
|
24081
22378
|
View3DPanel, View3DPaintPanel, bl_ui.properties_paint_common.UnifiedPaintPanel
|
|
24082
22379
|
):
|
|
24083
|
-
""" """
|
|
24084
|
-
|
|
24085
22380
|
bl_category: typing.Any
|
|
24086
|
-
""" """
|
|
24087
|
-
|
|
24088
22381
|
bl_region_type: typing.Any
|
|
24089
|
-
""" """
|
|
24090
|
-
|
|
24091
22382
|
bl_space_type: typing.Any
|
|
24092
|
-
""" """
|
|
24093
22383
|
|
|
24094
22384
|
def get_brush_mode(self, context):
|
|
24095
22385
|
"""Get the correct mode for this context. For any context where this returns None,
|
|
@@ -24176,37 +22466,16 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
24176
22466
|
bl_ui.properties_paint_common.DisplayPanel,
|
|
24177
22467
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
24178
22468
|
):
|
|
24179
|
-
""" """
|
|
24180
|
-
|
|
24181
22469
|
bl_category: typing.Any
|
|
24182
|
-
""" """
|
|
24183
|
-
|
|
24184
22470
|
bl_context: typing.Any
|
|
24185
|
-
""" """
|
|
24186
|
-
|
|
24187
22471
|
bl_label: typing.Any
|
|
24188
|
-
""" """
|
|
24189
|
-
|
|
24190
22472
|
bl_options: typing.Any
|
|
24191
|
-
""" """
|
|
24192
|
-
|
|
24193
22473
|
bl_parent_id: typing.Any
|
|
24194
|
-
""" """
|
|
24195
|
-
|
|
24196
22474
|
bl_region_type: typing.Any
|
|
24197
|
-
""" """
|
|
24198
|
-
|
|
24199
22475
|
bl_rna: typing.Any
|
|
24200
|
-
""" """
|
|
24201
|
-
|
|
24202
22476
|
bl_space_type: typing.Any
|
|
24203
|
-
""" """
|
|
24204
|
-
|
|
24205
22477
|
bl_ui_units_x: typing.Any
|
|
24206
|
-
""" """
|
|
24207
|
-
|
|
24208
22478
|
id_data: typing.Any
|
|
24209
|
-
""" """
|
|
24210
22479
|
|
|
24211
22480
|
def append(self, draw_func):
|
|
24212
22481
|
"""Append a draw function to this menu,
|
|
@@ -24306,10 +22575,7 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
24306
22575
|
"""
|
|
24307
22576
|
...
|
|
24308
22577
|
|
|
24309
|
-
def is_extended(self):
|
|
24310
|
-
""" """
|
|
24311
|
-
...
|
|
24312
|
-
|
|
22578
|
+
def is_extended(self): ...
|
|
24313
22579
|
def is_property_hidden(self) -> bool:
|
|
24314
22580
|
"""Check if a property is hidden.
|
|
24315
22581
|
|
|
@@ -24514,28 +22780,13 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
24514
22780
|
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
24515
22781
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
24516
22782
|
):
|
|
24517
|
-
""" """
|
|
24518
|
-
|
|
24519
22783
|
bl_category: typing.Any
|
|
24520
|
-
""" """
|
|
24521
|
-
|
|
24522
22784
|
bl_context: typing.Any
|
|
24523
|
-
""" """
|
|
24524
|
-
|
|
24525
22785
|
bl_label: typing.Any
|
|
24526
|
-
""" """
|
|
24527
|
-
|
|
24528
22786
|
bl_region_type: typing.Any
|
|
24529
|
-
""" """
|
|
24530
|
-
|
|
24531
22787
|
bl_rna: typing.Any
|
|
24532
|
-
""" """
|
|
24533
|
-
|
|
24534
22788
|
bl_space_type: typing.Any
|
|
24535
|
-
""" """
|
|
24536
|
-
|
|
24537
22789
|
id_data: typing.Any
|
|
24538
|
-
""" """
|
|
24539
22790
|
|
|
24540
22791
|
def append(self, draw_func):
|
|
24541
22792
|
"""Append a draw function to this menu,
|
|
@@ -24628,10 +22879,7 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
24628
22879
|
"""
|
|
24629
22880
|
...
|
|
24630
22881
|
|
|
24631
|
-
def is_extended(self):
|
|
24632
|
-
""" """
|
|
24633
|
-
...
|
|
24634
|
-
|
|
22882
|
+
def is_extended(self): ...
|
|
24635
22883
|
def is_property_hidden(self) -> bool:
|
|
24636
22884
|
"""Check if a property is hidden.
|
|
24637
22885
|
|
|
@@ -24834,28 +23082,13 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
24834
23082
|
View3DPaintPanel,
|
|
24835
23083
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
24836
23084
|
):
|
|
24837
|
-
""" """
|
|
24838
|
-
|
|
24839
23085
|
bl_category: typing.Any
|
|
24840
|
-
""" """
|
|
24841
|
-
|
|
24842
23086
|
bl_context: typing.Any
|
|
24843
|
-
""" """
|
|
24844
|
-
|
|
24845
23087
|
bl_label: typing.Any
|
|
24846
|
-
""" """
|
|
24847
|
-
|
|
24848
23088
|
bl_region_type: typing.Any
|
|
24849
|
-
""" """
|
|
24850
|
-
|
|
24851
23089
|
bl_rna: typing.Any
|
|
24852
|
-
""" """
|
|
24853
|
-
|
|
24854
23090
|
bl_space_type: typing.Any
|
|
24855
|
-
""" """
|
|
24856
|
-
|
|
24857
23091
|
id_data: typing.Any
|
|
24858
|
-
""" """
|
|
24859
23092
|
|
|
24860
23093
|
def append(self, draw_func):
|
|
24861
23094
|
"""Append a draw function to this menu,
|
|
@@ -24948,10 +23181,7 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
24948
23181
|
"""
|
|
24949
23182
|
...
|
|
24950
23183
|
|
|
24951
|
-
def is_extended(self):
|
|
24952
|
-
""" """
|
|
24953
|
-
...
|
|
24954
|
-
|
|
23184
|
+
def is_extended(self): ...
|
|
24955
23185
|
def is_property_hidden(self) -> bool:
|
|
24956
23186
|
"""Check if a property is hidden.
|
|
24957
23187
|
|
|
@@ -25154,37 +23384,16 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
25154
23384
|
View3DPaintPanel,
|
|
25155
23385
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
25156
23386
|
):
|
|
25157
|
-
""" """
|
|
25158
|
-
|
|
25159
23387
|
bl_category: typing.Any
|
|
25160
|
-
""" """
|
|
25161
|
-
|
|
25162
23388
|
bl_context: typing.Any
|
|
25163
|
-
""" """
|
|
25164
|
-
|
|
25165
23389
|
bl_label: typing.Any
|
|
25166
|
-
""" """
|
|
25167
|
-
|
|
25168
23390
|
bl_options: typing.Any
|
|
25169
|
-
""" """
|
|
25170
|
-
|
|
25171
23391
|
bl_parent_id: typing.Any
|
|
25172
|
-
""" """
|
|
25173
|
-
|
|
25174
23392
|
bl_region_type: typing.Any
|
|
25175
|
-
""" """
|
|
25176
|
-
|
|
25177
23393
|
bl_rna: typing.Any
|
|
25178
|
-
""" """
|
|
25179
|
-
|
|
25180
23394
|
bl_space_type: typing.Any
|
|
25181
|
-
""" """
|
|
25182
|
-
|
|
25183
23395
|
bl_ui_units_x: typing.Any
|
|
25184
|
-
""" """
|
|
25185
|
-
|
|
25186
23396
|
id_data: typing.Any
|
|
25187
|
-
""" """
|
|
25188
23397
|
|
|
25189
23398
|
def append(self, draw_func):
|
|
25190
23399
|
"""Append a draw function to this menu,
|
|
@@ -25277,10 +23486,7 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
25277
23486
|
"""
|
|
25278
23487
|
...
|
|
25279
23488
|
|
|
25280
|
-
def is_extended(self):
|
|
25281
|
-
""" """
|
|
25282
|
-
...
|
|
25283
|
-
|
|
23489
|
+
def is_extended(self): ...
|
|
25284
23490
|
def is_property_hidden(self) -> bool:
|
|
25285
23491
|
"""Check if a property is hidden.
|
|
25286
23492
|
|
|
@@ -25475,17 +23681,6 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
25475
23681
|
"""
|
|
25476
23682
|
...
|
|
25477
23683
|
|
|
25478
|
-
def draw_vpaint_symmetry(layout, vpaint, obj):
|
|
25479
|
-
|
|
25480
|
-
|
|
25481
|
-
...
|
|
25482
|
-
|
|
25483
|
-
def is_not_gpencil_edit_mode(context):
|
|
25484
|
-
""" """
|
|
25485
|
-
|
|
25486
|
-
...
|
|
25487
|
-
|
|
25488
|
-
def tool_use_brush(context):
|
|
25489
|
-
""" """
|
|
25490
|
-
|
|
25491
|
-
...
|
|
23684
|
+
def draw_vpaint_symmetry(layout, vpaint, obj): ...
|
|
23685
|
+
def is_not_gpencil_edit_mode(context): ...
|
|
23686
|
+
def tool_use_brush(context): ...
|