fake-bpy-module 20240614__py3-none-any.whl → 20240616__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.
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +5 -6
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +269 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/app/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +859 -1031
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
|
@@ -77,7 +77,7 @@ class SelectPaintSlotHelper:
|
|
|
77
77
|
"""
|
|
78
78
|
...
|
|
79
79
|
|
|
80
|
-
class TEXTURE_UL_texpaintslots(bpy_types.
|
|
80
|
+
class TEXTURE_UL_texpaintslots(bpy_types._GenericUI):
|
|
81
81
|
bl_rna: typing.Any
|
|
82
82
|
id_data: typing.Any
|
|
83
83
|
|
|
@@ -309,7 +309,7 @@ class TEXTURE_UL_texpaintslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
309
309
|
"""
|
|
310
310
|
...
|
|
311
311
|
|
|
312
|
-
class VIEW3D_MT_brush_context_menu(bpy_types.
|
|
312
|
+
class VIEW3D_MT_brush_context_menu(bpy_types._GenericUI):
|
|
313
313
|
bl_label: typing.Any
|
|
314
314
|
bl_rna: typing.Any
|
|
315
315
|
id_data: typing.Any
|
|
@@ -579,7 +579,7 @@ class VIEW3D_MT_brush_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
579
579
|
"""
|
|
580
580
|
...
|
|
581
581
|
|
|
582
|
-
class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.
|
|
582
|
+
class VIEW3D_MT_brush_gpencil_context_menu(bpy_types._GenericUI):
|
|
583
583
|
bl_label: typing.Any
|
|
584
584
|
bl_rna: typing.Any
|
|
585
585
|
id_data: typing.Any
|
|
@@ -849,7 +849,7 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
849
849
|
"""
|
|
850
850
|
...
|
|
851
851
|
|
|
852
|
-
class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.
|
|
852
|
+
class VIEW3D_MT_tools_projectpaint_stencil(bpy_types._GenericUI):
|
|
853
853
|
bl_label: typing.Any
|
|
854
854
|
bl_rna: typing.Any
|
|
855
855
|
id_data: typing.Any
|
|
@@ -1119,7 +1119,7 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
1119
1119
|
"""
|
|
1120
1120
|
...
|
|
1121
1121
|
|
|
1122
|
-
class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types.
|
|
1122
|
+
class VIEW3D_MT_tools_projectpaint_uvlayer(bpy_types._GenericUI):
|
|
1123
1123
|
bl_label: typing.Any
|
|
1124
1124
|
bl_rna: typing.Any
|
|
1125
1125
|
id_data: typing.Any
|
|
@@ -1393,9 +1393,7 @@ class View3DPanel:
|
|
|
1393
1393
|
bl_region_type: typing.Any
|
|
1394
1394
|
bl_space_type: typing.Any
|
|
1395
1395
|
|
|
1396
|
-
class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
1397
|
-
bpy_types.Panel, bpy_types._GenericUI
|
|
1398
|
-
):
|
|
1396
|
+
class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy_types._GenericUI):
|
|
1399
1397
|
bl_label: typing.Any
|
|
1400
1398
|
bl_region_type: typing.Any
|
|
1401
1399
|
bl_rna: typing.Any
|
|
@@ -1613,9 +1611,7 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(
|
|
|
1613
1611
|
"""
|
|
1614
1612
|
...
|
|
1615
1613
|
|
|
1616
|
-
class VIEW3D_PT_gpencil_brush_presets(
|
|
1617
|
-
bpy_types._GenericUI, bpy_types.Panel, bl_ui.utils.PresetPanel
|
|
1618
|
-
):
|
|
1614
|
+
class VIEW3D_PT_gpencil_brush_presets(bpy_types._GenericUI, bl_ui.utils.PresetPanel):
|
|
1619
1615
|
"""Brush settings"""
|
|
1620
1616
|
|
|
1621
1617
|
bl_label: typing.Any
|
|
@@ -1887,7 +1883,7 @@ class VIEW3D_PT_gpencil_brush_presets(
|
|
|
1887
1883
|
"""
|
|
1888
1884
|
...
|
|
1889
1885
|
|
|
1890
|
-
class VIEW3D_PT_mask(bpy_types.
|
|
1886
|
+
class VIEW3D_PT_mask(bpy_types._GenericUI):
|
|
1891
1887
|
bl_label: typing.Any
|
|
1892
1888
|
bl_options: typing.Any
|
|
1893
1889
|
bl_region_type: typing.Any
|
|
@@ -2106,7 +2102,7 @@ class VIEW3D_PT_mask(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2106
2102
|
"""
|
|
2107
2103
|
...
|
|
2108
2104
|
|
|
2109
|
-
class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.
|
|
2105
|
+
class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types._GenericUI):
|
|
2110
2106
|
bl_label: typing.Any
|
|
2111
2107
|
bl_region_type: typing.Any
|
|
2112
2108
|
bl_rna: typing.Any
|
|
@@ -2325,7 +2321,7 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI
|
|
|
2325
2321
|
"""
|
|
2326
2322
|
...
|
|
2327
2323
|
|
|
2328
|
-
class VIEW3D_PT_slots_color_attributes(bpy_types.
|
|
2324
|
+
class VIEW3D_PT_slots_color_attributes(bpy_types._GenericUI):
|
|
2329
2325
|
bl_label: typing.Any
|
|
2330
2326
|
bl_region_type: typing.Any
|
|
2331
2327
|
bl_rna: typing.Any
|
|
@@ -2551,7 +2547,7 @@ class VIEW3D_PT_slots_color_attributes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2551
2547
|
"""
|
|
2552
2548
|
...
|
|
2553
2549
|
|
|
2554
|
-
class VIEW3D_PT_slots_vertex_groups(bpy_types.
|
|
2550
|
+
class VIEW3D_PT_slots_vertex_groups(bpy_types._GenericUI):
|
|
2555
2551
|
bl_label: typing.Any
|
|
2556
2552
|
bl_region_type: typing.Any
|
|
2557
2553
|
bl_rna: typing.Any
|
|
@@ -2777,7 +2773,7 @@ class VIEW3D_PT_slots_vertex_groups(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2777
2773
|
"""
|
|
2778
2774
|
...
|
|
2779
2775
|
|
|
2780
|
-
class VIEW3D_PT_stencil_projectpaint(bpy_types.
|
|
2776
|
+
class VIEW3D_PT_stencil_projectpaint(bpy_types._GenericUI):
|
|
2781
2777
|
bl_label: typing.Any
|
|
2782
2778
|
bl_options: typing.Any
|
|
2783
2779
|
bl_parent_id: typing.Any
|
|
@@ -3012,7 +3008,7 @@ class VIEW3D_PT_stencil_projectpaint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3012
3008
|
"""
|
|
3013
3009
|
...
|
|
3014
3010
|
|
|
3015
|
-
class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.
|
|
3011
|
+
class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types._GenericUI):
|
|
3016
3012
|
bl_label: typing.Any
|
|
3017
3013
|
bl_options: typing.Any
|
|
3018
3014
|
bl_parent_id: typing.Any
|
|
@@ -3239,9 +3235,7 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy_types.Panel, bpy_types._Gene
|
|
|
3239
3235
|
"""
|
|
3240
3236
|
...
|
|
3241
3237
|
|
|
3242
|
-
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
3243
|
-
bpy_types.Panel, bpy_types._GenericUI
|
|
3244
|
-
):
|
|
3238
|
+
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy_types._GenericUI):
|
|
3245
3239
|
bl_label: typing.Any
|
|
3246
3240
|
bl_region_type: typing.Any
|
|
3247
3241
|
bl_rna: typing.Any
|
|
@@ -3459,9 +3453,7 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(
|
|
|
3459
3453
|
"""
|
|
3460
3454
|
...
|
|
3461
3455
|
|
|
3462
|
-
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
3463
|
-
bpy_types.Panel, bpy_types._GenericUI
|
|
3464
|
-
):
|
|
3456
|
+
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy_types._GenericUI):
|
|
3465
3457
|
bl_label: typing.Any
|
|
3466
3458
|
bl_region_type: typing.Any
|
|
3467
3459
|
bl_rna: typing.Any
|
|
@@ -3680,7 +3672,7 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(
|
|
|
3680
3672
|
...
|
|
3681
3673
|
|
|
3682
3674
|
class VIEW3D_PT_slots_paint_canvas(
|
|
3683
|
-
|
|
3675
|
+
SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
3684
3676
|
):
|
|
3685
3677
|
bl_label: typing.Any
|
|
3686
3678
|
bl_region_type: typing.Any
|
|
@@ -3930,7 +3922,7 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
3930
3922
|
...
|
|
3931
3923
|
|
|
3932
3924
|
class VIEW3D_PT_slots_projectpaint(
|
|
3933
|
-
|
|
3925
|
+
SelectPaintSlotHelper, View3DPanel, bpy_types._GenericUI
|
|
3934
3926
|
):
|
|
3935
3927
|
bl_label: typing.Any
|
|
3936
3928
|
bl_region_type: typing.Any
|
|
@@ -4180,9 +4172,7 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
4180
4172
|
"""
|
|
4181
4173
|
...
|
|
4182
4174
|
|
|
4183
|
-
class VIEW3D_PT_tools_armatureedit_options(
|
|
4184
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4185
|
-
):
|
|
4175
|
+
class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy_types._GenericUI):
|
|
4186
4176
|
bl_category: typing.Any
|
|
4187
4177
|
bl_context: typing.Any
|
|
4188
4178
|
bl_label: typing.Any
|
|
@@ -4402,9 +4392,7 @@ class VIEW3D_PT_tools_armatureedit_options(
|
|
|
4402
4392
|
"""
|
|
4403
4393
|
...
|
|
4404
4394
|
|
|
4405
|
-
class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
4406
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
4407
|
-
):
|
|
4395
|
+
class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy_types._GenericUI):
|
|
4408
4396
|
bl_category: typing.Any
|
|
4409
4397
|
bl_context: typing.Any
|
|
4410
4398
|
bl_label: typing.Any
|
|
@@ -4635,7 +4623,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(
|
|
|
4635
4623
|
...
|
|
4636
4624
|
|
|
4637
4625
|
class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
4638
|
-
|
|
4626
|
+
View3DPanel, bpy_types._GenericUI
|
|
4639
4627
|
):
|
|
4640
4628
|
bl_category: typing.Any
|
|
4641
4629
|
bl_context: typing.Any
|
|
@@ -4865,7 +4853,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
4865
4853
|
...
|
|
4866
4854
|
|
|
4867
4855
|
class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
4868
|
-
|
|
4856
|
+
View3DPanel, bpy_types._GenericUI
|
|
4869
4857
|
):
|
|
4870
4858
|
bl_category: typing.Any
|
|
4871
4859
|
bl_context: typing.Any
|
|
@@ -5094,9 +5082,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
5094
5082
|
"""
|
|
5095
5083
|
...
|
|
5096
5084
|
|
|
5097
|
-
class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
5098
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5099
|
-
):
|
|
5085
|
+
class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy_types._GenericUI):
|
|
5100
5086
|
bl_category: typing.Any
|
|
5101
5087
|
bl_context: typing.Any
|
|
5102
5088
|
bl_label: typing.Any
|
|
@@ -5324,7 +5310,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(
|
|
|
5324
5310
|
...
|
|
5325
5311
|
|
|
5326
5312
|
class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
5327
|
-
|
|
5313
|
+
View3DPanel, bpy_types._GenericUI
|
|
5328
5314
|
):
|
|
5329
5315
|
bl_category: typing.Any
|
|
5330
5316
|
bl_context: typing.Any
|
|
@@ -5561,9 +5547,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
5561
5547
|
"""
|
|
5562
5548
|
...
|
|
5563
5549
|
|
|
5564
|
-
class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
5565
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
5566
|
-
):
|
|
5550
|
+
class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy_types._GenericUI):
|
|
5567
5551
|
bl_category: typing.Any
|
|
5568
5552
|
bl_context: typing.Any
|
|
5569
5553
|
bl_label: typing.Any
|
|
@@ -5800,7 +5784,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(
|
|
|
5800
5784
|
...
|
|
5801
5785
|
|
|
5802
5786
|
class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
5803
|
-
View3DPanel, bpy_types.
|
|
5787
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
5804
5788
|
):
|
|
5805
5789
|
bl_category: typing.Any
|
|
5806
5790
|
bl_context: typing.Any
|
|
@@ -6029,7 +6013,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
|
6029
6013
|
...
|
|
6030
6014
|
|
|
6031
6015
|
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
6032
|
-
View3DPanel, bpy_types.
|
|
6016
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilPaintPanel
|
|
6033
6017
|
):
|
|
6034
6018
|
bl_category: typing.Any
|
|
6035
6019
|
bl_context: typing.Any
|
|
@@ -6265,9 +6249,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
|
6265
6249
|
"""
|
|
6266
6250
|
...
|
|
6267
6251
|
|
|
6268
|
-
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
6269
|
-
bpy_types._GenericUI, bpy_types.Panel, View3DPanel
|
|
6270
|
-
):
|
|
6252
|
+
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy_types._GenericUI, View3DPanel):
|
|
6271
6253
|
bl_category: typing.Any
|
|
6272
6254
|
bl_context: typing.Any
|
|
6273
6255
|
bl_label: typing.Any
|
|
@@ -6503,9 +6485,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(
|
|
|
6503
6485
|
"""
|
|
6504
6486
|
...
|
|
6505
6487
|
|
|
6506
|
-
class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
6507
|
-
bpy_types._GenericUI, bpy_types.Panel, View3DPanel
|
|
6508
|
-
):
|
|
6488
|
+
class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy_types._GenericUI, View3DPanel):
|
|
6509
6489
|
bl_category: typing.Any
|
|
6510
6490
|
bl_context: typing.Any
|
|
6511
6491
|
bl_label: typing.Any
|
|
@@ -6736,7 +6716,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(
|
|
|
6736
6716
|
...
|
|
6737
6717
|
|
|
6738
6718
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
6739
|
-
|
|
6719
|
+
View3DPanel, bpy_types._GenericUI
|
|
6740
6720
|
):
|
|
6741
6721
|
bl_category: typing.Any
|
|
6742
6722
|
bl_context: typing.Any
|
|
@@ -6965,7 +6945,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
6965
6945
|
...
|
|
6966
6946
|
|
|
6967
6947
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
6968
|
-
|
|
6948
|
+
View3DPanel, bpy_types._GenericUI
|
|
6969
6949
|
):
|
|
6970
6950
|
bl_category: typing.Any
|
|
6971
6951
|
bl_context: typing.Any
|
|
@@ -7197,7 +7177,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
|
7197
7177
|
class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
7198
7178
|
bpy_types._GenericUI,
|
|
7199
7179
|
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
7200
|
-
bpy_types.Panel,
|
|
7201
7180
|
View3DPanel,
|
|
7202
7181
|
):
|
|
7203
7182
|
bl_category: typing.Any
|
|
@@ -7439,7 +7418,6 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
7439
7418
|
class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
7440
7419
|
bpy_types._GenericUI,
|
|
7441
7420
|
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
7442
|
-
bpy_types.Panel,
|
|
7443
7421
|
View3DPanel,
|
|
7444
7422
|
):
|
|
7445
7423
|
bl_category: typing.Any
|
|
@@ -7678,7 +7656,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
7678
7656
|
...
|
|
7679
7657
|
|
|
7680
7658
|
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
7681
|
-
bpy_types.Panel,
|
|
7682
7659
|
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
7683
7660
|
View3DPanel,
|
|
7684
7661
|
bpy_types._GenericUI,
|
|
@@ -7912,7 +7889,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
7912
7889
|
...
|
|
7913
7890
|
|
|
7914
7891
|
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
7915
|
-
bpy_types.Panel,
|
|
7916
7892
|
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
7917
7893
|
View3DPanel,
|
|
7918
7894
|
bpy_types._GenericUI,
|
|
@@ -8144,7 +8120,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
8144
8120
|
...
|
|
8145
8121
|
|
|
8146
8122
|
class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
8147
|
-
View3DPanel, bpy_types.
|
|
8123
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
8148
8124
|
):
|
|
8149
8125
|
bl_category: typing.Any
|
|
8150
8126
|
bl_context: typing.Any
|
|
@@ -8373,7 +8349,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
|
8373
8349
|
...
|
|
8374
8350
|
|
|
8375
8351
|
class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
8376
|
-
View3DPanel, bpy_types.
|
|
8352
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilSculptPanel
|
|
8377
8353
|
):
|
|
8378
8354
|
bl_category: typing.Any
|
|
8379
8355
|
bl_context: typing.Any
|
|
@@ -8602,7 +8578,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
|
8602
8578
|
...
|
|
8603
8579
|
|
|
8604
8580
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
8605
|
-
|
|
8581
|
+
View3DPanel, bpy_types._GenericUI
|
|
8606
8582
|
):
|
|
8607
8583
|
bl_category: typing.Any
|
|
8608
8584
|
bl_context: typing.Any
|
|
@@ -8834,7 +8810,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
8834
8810
|
...
|
|
8835
8811
|
|
|
8836
8812
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
8837
|
-
|
|
8813
|
+
View3DPanel, bpy_types._GenericUI
|
|
8838
8814
|
):
|
|
8839
8815
|
bl_category: typing.Any
|
|
8840
8816
|
bl_context: typing.Any
|
|
@@ -9064,7 +9040,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
9064
9040
|
...
|
|
9065
9041
|
|
|
9066
9042
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
9067
|
-
|
|
9043
|
+
View3DPanel, bpy_types._GenericUI
|
|
9068
9044
|
):
|
|
9069
9045
|
bl_category: typing.Any
|
|
9070
9046
|
bl_context: typing.Any
|
|
@@ -9293,7 +9269,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
9293
9269
|
...
|
|
9294
9270
|
|
|
9295
9271
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
9296
|
-
|
|
9272
|
+
View3DPanel, bpy_types._GenericUI
|
|
9297
9273
|
):
|
|
9298
9274
|
bl_category: typing.Any
|
|
9299
9275
|
bl_context: typing.Any
|
|
@@ -9530,9 +9506,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
|
9530
9506
|
"""
|
|
9531
9507
|
...
|
|
9532
9508
|
|
|
9533
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
|
|
9534
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
9535
|
-
):
|
|
9509
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy_types._GenericUI):
|
|
9536
9510
|
bl_category: typing.Any
|
|
9537
9511
|
bl_context: typing.Any
|
|
9538
9512
|
bl_label: typing.Any
|
|
@@ -9769,7 +9743,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(
|
|
|
9769
9743
|
...
|
|
9770
9744
|
|
|
9771
9745
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
9772
|
-
View3DPanel, bpy_types.
|
|
9746
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilV3PaintPanel
|
|
9773
9747
|
):
|
|
9774
9748
|
bl_category: typing.Any
|
|
9775
9749
|
bl_context: typing.Any
|
|
@@ -9998,7 +9972,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
9998
9972
|
...
|
|
9999
9973
|
|
|
10000
9974
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
10001
|
-
View3DPanel, bpy_types.
|
|
9975
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilV3PaintPanel
|
|
10002
9976
|
):
|
|
10003
9977
|
bl_category: typing.Any
|
|
10004
9978
|
bl_context: typing.Any
|
|
@@ -10235,7 +10209,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
|
10235
10209
|
...
|
|
10236
10210
|
|
|
10237
10211
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
10238
|
-
bpy_types._GenericUI,
|
|
10212
|
+
bpy_types._GenericUI, View3DPanel
|
|
10239
10213
|
):
|
|
10240
10214
|
bl_category: typing.Any
|
|
10241
10215
|
bl_context: typing.Any
|
|
@@ -10472,9 +10446,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
|
10472
10446
|
"""
|
|
10473
10447
|
...
|
|
10474
10448
|
|
|
10475
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
|
|
10476
|
-
bpy_types._GenericUI, bpy_types.Panel, View3DPanel
|
|
10477
|
-
):
|
|
10449
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy_types._GenericUI, View3DPanel):
|
|
10478
10450
|
bl_category: typing.Any
|
|
10479
10451
|
bl_context: typing.Any
|
|
10480
10452
|
bl_label: typing.Any
|
|
@@ -10707,7 +10679,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(
|
|
|
10707
10679
|
class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
10708
10680
|
bpy_types._GenericUI,
|
|
10709
10681
|
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
10710
|
-
bpy_types.Panel,
|
|
10711
10682
|
View3DPanel,
|
|
10712
10683
|
):
|
|
10713
10684
|
bl_category: typing.Any
|
|
@@ -10946,7 +10917,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
10946
10917
|
...
|
|
10947
10918
|
|
|
10948
10919
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
10949
|
-
bpy_types._GenericUI, View3DPanel,
|
|
10920
|
+
bpy_types._GenericUI, View3DPanel, GreasePencilVertexPanel
|
|
10950
10921
|
):
|
|
10951
10922
|
bl_category: typing.Any
|
|
10952
10923
|
bl_context: typing.Any
|
|
@@ -11175,7 +11146,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
11175
11146
|
...
|
|
11176
11147
|
|
|
11177
11148
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
11178
|
-
View3DPanel, bpy_types.
|
|
11149
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilVertexPanel
|
|
11179
11150
|
):
|
|
11180
11151
|
bl_category: typing.Any
|
|
11181
11152
|
bl_context: typing.Any
|
|
@@ -11406,7 +11377,6 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
|
11406
11377
|
class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
11407
11378
|
bpy_types._GenericUI,
|
|
11408
11379
|
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
11409
|
-
bpy_types.Panel,
|
|
11410
11380
|
View3DPanel,
|
|
11411
11381
|
):
|
|
11412
11382
|
bl_category: typing.Any
|
|
@@ -11645,7 +11615,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
11645
11615
|
...
|
|
11646
11616
|
|
|
11647
11617
|
class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
11648
|
-
View3DPanel, bpy_types.
|
|
11618
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilWeightPanel
|
|
11649
11619
|
):
|
|
11650
11620
|
bl_category: typing.Any
|
|
11651
11621
|
bl_context: typing.Any
|
|
@@ -11875,7 +11845,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
11875
11845
|
...
|
|
11876
11846
|
|
|
11877
11847
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
11878
|
-
bpy_types._GenericUI, View3DPanel,
|
|
11848
|
+
bpy_types._GenericUI, View3DPanel, GreasePencilWeightPanel
|
|
11879
11849
|
):
|
|
11880
11850
|
bl_category: typing.Any
|
|
11881
11851
|
bl_context: typing.Any
|
|
@@ -12104,7 +12074,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
12104
12074
|
...
|
|
12105
12075
|
|
|
12106
12076
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
12107
|
-
View3DPanel, bpy_types.
|
|
12077
|
+
View3DPanel, bpy_types._GenericUI, GreasePencilWeightPanel
|
|
12108
12078
|
):
|
|
12109
12079
|
bl_category: typing.Any
|
|
12110
12080
|
bl_context: typing.Any
|
|
@@ -12332,9 +12302,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
12332
12302
|
"""
|
|
12333
12303
|
...
|
|
12334
12304
|
|
|
12335
|
-
class VIEW3D_PT_tools_meshedit_options(
|
|
12336
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12337
|
-
):
|
|
12305
|
+
class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy_types._GenericUI):
|
|
12338
12306
|
bl_category: typing.Any
|
|
12339
12307
|
bl_context: typing.Any
|
|
12340
12308
|
bl_label: typing.Any
|
|
@@ -12556,9 +12524,7 @@ class VIEW3D_PT_tools_meshedit_options(
|
|
|
12556
12524
|
"""
|
|
12557
12525
|
...
|
|
12558
12526
|
|
|
12559
|
-
class VIEW3D_PT_tools_meshedit_options_transform(
|
|
12560
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12561
|
-
):
|
|
12527
|
+
class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy_types._GenericUI):
|
|
12562
12528
|
bl_category: typing.Any
|
|
12563
12529
|
bl_context: typing.Any
|
|
12564
12530
|
bl_label: typing.Any
|
|
@@ -12786,9 +12752,7 @@ class VIEW3D_PT_tools_meshedit_options_transform(
|
|
|
12786
12752
|
"""
|
|
12787
12753
|
...
|
|
12788
12754
|
|
|
12789
|
-
class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
12790
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
12791
|
-
):
|
|
12755
|
+
class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy_types._GenericUI):
|
|
12792
12756
|
bl_category: typing.Any
|
|
12793
12757
|
bl_context: typing.Any
|
|
12794
12758
|
bl_label: typing.Any
|
|
@@ -13009,9 +12973,7 @@ class VIEW3D_PT_tools_meshedit_options_uvs(
|
|
|
13009
12973
|
"""
|
|
13010
12974
|
...
|
|
13011
12975
|
|
|
13012
|
-
class VIEW3D_PT_tools_object_options(
|
|
13013
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13014
|
-
):
|
|
12976
|
+
class VIEW3D_PT_tools_object_options(View3DPanel, bpy_types._GenericUI):
|
|
13015
12977
|
bl_category: typing.Any
|
|
13016
12978
|
bl_context: typing.Any
|
|
13017
12979
|
bl_label: typing.Any
|
|
@@ -13231,9 +13193,7 @@ class VIEW3D_PT_tools_object_options(
|
|
|
13231
13193
|
"""
|
|
13232
13194
|
...
|
|
13233
13195
|
|
|
13234
|
-
class VIEW3D_PT_tools_object_options_transform(
|
|
13235
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13236
|
-
):
|
|
13196
|
+
class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy_types._GenericUI):
|
|
13237
13197
|
bl_category: typing.Any
|
|
13238
13198
|
bl_context: typing.Any
|
|
13239
13199
|
bl_label: typing.Any
|
|
@@ -13454,9 +13414,7 @@ class VIEW3D_PT_tools_object_options_transform(
|
|
|
13454
13414
|
"""
|
|
13455
13415
|
...
|
|
13456
13416
|
|
|
13457
|
-
class VIEW3D_PT_tools_particlemode_options(
|
|
13458
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13459
|
-
):
|
|
13417
|
+
class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy_types._GenericUI):
|
|
13460
13418
|
"""Default tools for particle mode"""
|
|
13461
13419
|
|
|
13462
13420
|
bl_category: typing.Any
|
|
@@ -13679,9 +13637,7 @@ class VIEW3D_PT_tools_particlemode_options(
|
|
|
13679
13637
|
"""
|
|
13680
13638
|
...
|
|
13681
13639
|
|
|
13682
|
-
class VIEW3D_PT_tools_particlemode_options_display(
|
|
13683
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13684
|
-
):
|
|
13640
|
+
class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy_types._GenericUI):
|
|
13685
13641
|
"""Default tools for particle mode"""
|
|
13686
13642
|
|
|
13687
13643
|
bl_category: typing.Any
|
|
@@ -13903,9 +13859,7 @@ class VIEW3D_PT_tools_particlemode_options_display(
|
|
|
13903
13859
|
"""
|
|
13904
13860
|
...
|
|
13905
13861
|
|
|
13906
|
-
class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
13907
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
13908
|
-
):
|
|
13862
|
+
class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy_types._GenericUI):
|
|
13909
13863
|
"""Default tools for particle mode"""
|
|
13910
13864
|
|
|
13911
13865
|
bl_category: typing.Any
|
|
@@ -14128,9 +14082,7 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(
|
|
|
14128
14082
|
"""
|
|
14129
14083
|
...
|
|
14130
14084
|
|
|
14131
|
-
class VIEW3D_PT_tools_posemode_options(
|
|
14132
|
-
bpy_types.Panel, View3DPanel, bpy_types._GenericUI
|
|
14133
|
-
):
|
|
14085
|
+
class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy_types._GenericUI):
|
|
14134
14086
|
bl_category: typing.Any
|
|
14135
14087
|
bl_context: typing.Any
|
|
14136
14088
|
bl_label: typing.Any
|
|
@@ -14426,7 +14378,6 @@ class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPa
|
|
|
14426
14378
|
class VIEW3D_PT_curves_sculpt_symmetry(
|
|
14427
14379
|
View3DPanel,
|
|
14428
14380
|
bpy_types._GenericUI,
|
|
14429
|
-
bpy_types.Panel,
|
|
14430
14381
|
View3DPaintPanel,
|
|
14431
14382
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14432
14383
|
):
|
|
@@ -14818,7 +14769,6 @@ class VIEW3D_PT_imagepaint_options(
|
|
|
14818
14769
|
class VIEW3D_PT_sculpt_dyntopo(
|
|
14819
14770
|
View3DPanel,
|
|
14820
14771
|
bpy_types._GenericUI,
|
|
14821
|
-
bpy_types.Panel,
|
|
14822
14772
|
View3DPaintPanel,
|
|
14823
14773
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
14824
14774
|
):
|
|
@@ -15128,7 +15078,6 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
15128
15078
|
class VIEW3D_PT_sculpt_options(
|
|
15129
15079
|
View3DPanel,
|
|
15130
15080
|
bpy_types._GenericUI,
|
|
15131
|
-
bpy_types.Panel,
|
|
15132
15081
|
View3DPaintPanel,
|
|
15133
15082
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15134
15083
|
):
|
|
@@ -15431,7 +15380,6 @@ class VIEW3D_PT_sculpt_options(
|
|
|
15431
15380
|
class VIEW3D_PT_sculpt_options_gravity(
|
|
15432
15381
|
View3DPanel,
|
|
15433
15382
|
bpy_types._GenericUI,
|
|
15434
|
-
bpy_types.Panel,
|
|
15435
15383
|
View3DPaintPanel,
|
|
15436
15384
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15437
15385
|
):
|
|
@@ -15733,7 +15681,6 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
15733
15681
|
class VIEW3D_PT_sculpt_symmetry(
|
|
15734
15682
|
View3DPanel,
|
|
15735
15683
|
bpy_types._GenericUI,
|
|
15736
|
-
bpy_types.Panel,
|
|
15737
15684
|
View3DPaintPanel,
|
|
15738
15685
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
15739
15686
|
):
|
|
@@ -16035,7 +15982,6 @@ class VIEW3D_PT_sculpt_symmetry(
|
|
|
16035
15982
|
class VIEW3D_PT_sculpt_voxel_remesh(
|
|
16036
15983
|
View3DPanel,
|
|
16037
15984
|
bpy_types._GenericUI,
|
|
16038
|
-
bpy_types.Panel,
|
|
16039
15985
|
View3DPaintPanel,
|
|
16040
15986
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16041
15987
|
):
|
|
@@ -16339,7 +16285,6 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
16339
16285
|
bl_ui.properties_paint_common.BrushPanel,
|
|
16340
16286
|
View3DPanel,
|
|
16341
16287
|
bpy_types._GenericUI,
|
|
16342
|
-
bpy_types.Panel,
|
|
16343
16288
|
View3DPaintPanel,
|
|
16344
16289
|
bl_ui.properties_paint_common.ClonePanel,
|
|
16345
16290
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -16650,7 +16595,6 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
16650
16595
|
class VIEW3D_PT_tools_brush_color(
|
|
16651
16596
|
View3DPanel,
|
|
16652
16597
|
bpy_types._GenericUI,
|
|
16653
|
-
bpy_types.Panel,
|
|
16654
16598
|
View3DPaintPanel,
|
|
16655
16599
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
16656
16600
|
):
|
|
@@ -16953,7 +16897,6 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
16953
16897
|
bl_ui.properties_paint_common.BrushPanel,
|
|
16954
16898
|
View3DPanel,
|
|
16955
16899
|
bpy_types._GenericUI,
|
|
16956
|
-
bpy_types.Panel,
|
|
16957
16900
|
View3DPaintPanel,
|
|
16958
16901
|
bl_ui.properties_paint_common.FalloffPanel,
|
|
16959
16902
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -17255,7 +17198,6 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
17255
17198
|
...
|
|
17256
17199
|
|
|
17257
17200
|
class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
17258
|
-
bpy_types.Panel,
|
|
17259
17201
|
View3DPanel,
|
|
17260
17202
|
View3DPaintPanel,
|
|
17261
17203
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -17565,7 +17507,6 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
17565
17507
|
...
|
|
17566
17508
|
|
|
17567
17509
|
class VIEW3D_PT_tools_brush_falloff_normal(
|
|
17568
|
-
bpy_types.Panel,
|
|
17569
17510
|
View3DPanel,
|
|
17570
17511
|
View3DPaintPanel,
|
|
17571
17512
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -17878,7 +17819,6 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
17878
17819
|
bl_ui.properties_paint_common.BrushPanel,
|
|
17879
17820
|
View3DPanel,
|
|
17880
17821
|
bpy_types._GenericUI,
|
|
17881
|
-
bpy_types.Panel,
|
|
17882
17822
|
View3DPaintPanel,
|
|
17883
17823
|
bl_ui.properties_paint_common.StrokePanel,
|
|
17884
17824
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -18184,7 +18124,6 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
18184
18124
|
bl_ui.properties_paint_common.BrushPanel,
|
|
18185
18125
|
View3DPanel,
|
|
18186
18126
|
bpy_types._GenericUI,
|
|
18187
|
-
bpy_types.Panel,
|
|
18188
18127
|
View3DPaintPanel,
|
|
18189
18128
|
bl_ui.properties_paint_common.SmoothStrokePanel,
|
|
18190
18129
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -18496,7 +18435,6 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
18496
18435
|
bl_ui.properties_paint_common.BrushPanel,
|
|
18497
18436
|
View3DPanel,
|
|
18498
18437
|
bpy_types._GenericUI,
|
|
18499
|
-
bpy_types.Panel,
|
|
18500
18438
|
View3DPaintPanel,
|
|
18501
18439
|
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
18502
18440
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -18800,7 +18738,6 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
18800
18738
|
class VIEW3D_PT_tools_brush_texture(
|
|
18801
18739
|
View3DPanel,
|
|
18802
18740
|
bpy_types._GenericUI,
|
|
18803
|
-
bpy_types.Panel,
|
|
18804
18741
|
View3DPaintPanel,
|
|
18805
18742
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
18806
18743
|
):
|
|
@@ -19104,7 +19041,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
19104
19041
|
View3DPanel,
|
|
19105
19042
|
bpy_types._GenericUI,
|
|
19106
19043
|
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
19107
|
-
bpy_types.Panel,
|
|
19108
19044
|
View3DPaintPanel,
|
|
19109
19045
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19110
19046
|
):
|
|
@@ -19407,7 +19343,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
19407
19343
|
View3DPanel,
|
|
19408
19344
|
bpy_types._GenericUI,
|
|
19409
19345
|
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
19410
|
-
bpy_types.Panel,
|
|
19411
19346
|
View3DPaintPanel,
|
|
19412
19347
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19413
19348
|
):
|
|
@@ -19710,7 +19645,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
19710
19645
|
View3DPanel,
|
|
19711
19646
|
bpy_types._GenericUI,
|
|
19712
19647
|
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
19713
|
-
bpy_types.Panel,
|
|
19714
19648
|
View3DPaintPanel,
|
|
19715
19649
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
19716
19650
|
):
|
|
@@ -20013,7 +19947,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
20013
19947
|
View3DPanel,
|
|
20014
19948
|
bpy_types._GenericUI,
|
|
20015
19949
|
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
20016
|
-
bpy_types.Panel,
|
|
20017
19950
|
View3DPaintPanel,
|
|
20018
19951
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20019
19952
|
):
|
|
@@ -20314,7 +20247,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
20314
20247
|
...
|
|
20315
20248
|
|
|
20316
20249
|
class VIEW3D_PT_tools_imagepaint_options(
|
|
20317
|
-
bpy_types.Panel,
|
|
20318
20250
|
View3DPanel,
|
|
20319
20251
|
View3DPaintPanel,
|
|
20320
20252
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -20618,7 +20550,6 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
20618
20550
|
class VIEW3D_PT_tools_imagepaint_options_external(
|
|
20619
20551
|
View3DPanel,
|
|
20620
20552
|
bpy_types._GenericUI,
|
|
20621
|
-
bpy_types.Panel,
|
|
20622
20553
|
View3DPaintPanel,
|
|
20623
20554
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20624
20555
|
):
|
|
@@ -20914,7 +20845,6 @@ class VIEW3D_PT_tools_imagepaint_options_external(
|
|
|
20914
20845
|
class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
20915
20846
|
View3DPanel,
|
|
20916
20847
|
bpy_types._GenericUI,
|
|
20917
|
-
bpy_types.Panel,
|
|
20918
20848
|
View3DPaintPanel,
|
|
20919
20849
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
20920
20850
|
):
|
|
@@ -21217,7 +21147,6 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
21217
21147
|
bl_ui.properties_paint_common.BrushPanel,
|
|
21218
21148
|
View3DPanel,
|
|
21219
21149
|
bpy_types._GenericUI,
|
|
21220
|
-
bpy_types.Panel,
|
|
21221
21150
|
View3DPaintPanel,
|
|
21222
21151
|
bl_ui.properties_paint_common.TextureMaskPanel,
|
|
21223
21152
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -21521,7 +21450,6 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
21521
21450
|
class VIEW3D_PT_tools_particlemode(
|
|
21522
21451
|
View3DPanel,
|
|
21523
21452
|
bpy_types._GenericUI,
|
|
21524
|
-
bpy_types.Panel,
|
|
21525
21453
|
View3DPaintPanel,
|
|
21526
21454
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21527
21455
|
):
|
|
@@ -21823,7 +21751,6 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
21823
21751
|
class VIEW3D_PT_tools_vertexpaint_options(
|
|
21824
21752
|
View3DPanel,
|
|
21825
21753
|
bpy_types._GenericUI,
|
|
21826
|
-
bpy_types.Panel,
|
|
21827
21754
|
View3DPaintPanel,
|
|
21828
21755
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
21829
21756
|
):
|
|
@@ -22125,7 +22052,6 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
22125
22052
|
class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
22126
22053
|
View3DPanel,
|
|
22127
22054
|
bpy_types._GenericUI,
|
|
22128
|
-
bpy_types.Panel,
|
|
22129
22055
|
View3DPaintPanel,
|
|
22130
22056
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22131
22057
|
):
|
|
@@ -22427,7 +22353,6 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
22427
22353
|
class VIEW3D_PT_tools_weight_gradient(
|
|
22428
22354
|
View3DPanel,
|
|
22429
22355
|
bpy_types._GenericUI,
|
|
22430
|
-
bpy_types.Panel,
|
|
22431
22356
|
View3DPaintPanel,
|
|
22432
22357
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22433
22358
|
):
|
|
@@ -22728,7 +22653,6 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
22728
22653
|
class VIEW3D_PT_tools_weightpaint_options(
|
|
22729
22654
|
View3DPanel,
|
|
22730
22655
|
bpy_types._GenericUI,
|
|
22731
|
-
bpy_types.Panel,
|
|
22732
22656
|
View3DPaintPanel,
|
|
22733
22657
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
22734
22658
|
):
|
|
@@ -23023,7 +22947,6 @@ class VIEW3D_PT_tools_weightpaint_options(
|
|
|
23023
22947
|
class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
23024
22948
|
View3DPanel,
|
|
23025
22949
|
bpy_types._GenericUI,
|
|
23026
|
-
bpy_types.Panel,
|
|
23027
22950
|
View3DPaintPanel,
|
|
23028
22951
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
23029
22952
|
):
|
|
@@ -23408,7 +23331,6 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
23408
23331
|
bl_ui.properties_paint_common.BrushPanel,
|
|
23409
23332
|
View3DPanel,
|
|
23410
23333
|
View3DPaintBrushPanel,
|
|
23411
|
-
bpy_types.Panel,
|
|
23412
23334
|
bpy_types._GenericUI,
|
|
23413
23335
|
View3DPaintPanel,
|
|
23414
23336
|
bl_ui.properties_paint_common.DisplayPanel,
|
|
@@ -23722,7 +23644,6 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
23722
23644
|
bl_ui.properties_paint_common.BrushPanel,
|
|
23723
23645
|
View3DPanel,
|
|
23724
23646
|
View3DPaintBrushPanel,
|
|
23725
|
-
bpy_types.Panel,
|
|
23726
23647
|
bpy_types._GenericUI,
|
|
23727
23648
|
View3DPaintPanel,
|
|
23728
23649
|
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
@@ -24025,7 +23946,6 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
24025
23946
|
class VIEW3D_PT_tools_brush_settings(
|
|
24026
23947
|
View3DPanel,
|
|
24027
23948
|
View3DPaintBrushPanel,
|
|
24028
|
-
bpy_types.Panel,
|
|
24029
23949
|
bpy_types._GenericUI,
|
|
24030
23950
|
View3DPaintPanel,
|
|
24031
23951
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -24327,7 +24247,6 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
24327
24247
|
class VIEW3D_PT_tools_brush_settings_advanced(
|
|
24328
24248
|
View3DPanel,
|
|
24329
24249
|
View3DPaintBrushPanel,
|
|
24330
|
-
bpy_types.Panel,
|
|
24331
24250
|
bpy_types._GenericUI,
|
|
24332
24251
|
View3DPaintPanel,
|
|
24333
24252
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|