fake-bpy-module 20240714__py3-none-any.whl → 20240716__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.
- bgl/__init__.pyi +0 -558
- bl_i18n_utils/utils/__init__.pyi +8 -4
- bl_operators/anim/__init__.pyi +10 -5
- bl_operators/assets/__init__.pyi +6 -3
- bl_operators/bone_selection_sets/__init__.pyi +6 -3
- bl_operators/clip/__init__.pyi +20 -10
- bl_operators/connect_to_output/__init__.pyi +12 -6
- bl_operators/console/__init__.pyi +10 -5
- bl_operators/constraint/__init__.pyi +8 -4
- bl_operators/freestyle/__init__.pyi +8 -4
- bl_operators/geometry_nodes/__init__.pyi +12 -6
- bl_operators/image/__init__.pyi +4 -2
- bl_operators/image_as_planes/__init__.pyi +5 -4
- bl_operators/mesh/__init__.pyi +6 -3
- bl_operators/node/__init__.pyi +20 -10
- bl_operators/node_editor/node_functions/__init__.pyi +2 -1
- bl_operators/object/__init__.pyi +22 -11
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +2 -1
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +10 -5
- bl_operators/rigidbody/__init__.pyi +6 -3
- bl_operators/sequencer/__init__.pyi +12 -6
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +12 -6
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
- bl_operators/uvcalc_transform/__init__.pyi +4 -2
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +18 -11
- bl_operators/wm/__init__.pyi +48 -25
- bl_operators/world/__init__.pyi +2 -1
- bl_ui/__init__.pyi +6 -3
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/properties_collection/__init__.pyi +2 -1
- bl_ui/properties_constraint/__init__.pyi +10 -5
- bl_ui/properties_data_armature/__init__.pyi +14 -7
- bl_ui/properties_data_bone/__init__.pyi +12 -6
- bl_ui/properties_data_camera/__init__.pyi +4 -2
- bl_ui/properties_data_curve/__init__.pyi +16 -8
- bl_ui/properties_data_curves/__init__.pyi +4 -2
- bl_ui/properties_data_empty/__init__.pyi +4 -2
- bl_ui/properties_data_gpencil/__init__.pyi +6 -3
- bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
- bl_ui/properties_data_lattice/__init__.pyi +2 -1
- bl_ui/properties_data_light/__init__.pyi +12 -6
- bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
- bl_ui/properties_data_mesh/__init__.pyi +6 -3
- bl_ui/properties_data_metaball/__init__.pyi +4 -2
- bl_ui/properties_data_modifier/__init__.pyi +8 -4
- bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
- bl_ui/properties_data_speaker/__init__.pyi +2 -1
- bl_ui/properties_data_volume/__init__.pyi +2 -1
- bl_ui/properties_freestyle/__init__.pyi +12 -6
- bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
- bl_ui/properties_mask_common/__init__.pyi +14 -7
- bl_ui/properties_material/__init__.pyi +15 -8
- bl_ui/properties_material_gpencil/__init__.pyi +4 -2
- bl_ui/properties_object/__init__.pyi +12 -6
- bl_ui/properties_output/__init__.pyi +12 -6
- bl_ui/properties_paint_common/__init__.pyi +31 -18
- bl_ui/properties_particle/__init__.pyi +82 -41
- bl_ui/properties_physics_cloth/__init__.pyi +2 -1
- bl_ui/properties_physics_common/__init__.pyi +6 -5
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
- bl_ui/properties_physics_field/__init__.pyi +24 -12
- bl_ui/properties_physics_fluid/__init__.pyi +70 -35
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
- bl_ui/properties_physics_softbody/__init__.pyi +2 -1
- bl_ui/properties_render/__init__.pyi +81 -41
- bl_ui/properties_scene/__init__.pyi +10 -5
- bl_ui/properties_texture/__init__.pyi +16 -8
- bl_ui/properties_view_layer/__init__.pyi +2 -1
- bl_ui/properties_world/__init__.pyi +14 -7
- bl_ui/space_clip/__init__.pyi +34 -17
- bl_ui/space_dopesheet/__init__.pyi +20 -10
- bl_ui/space_filebrowser/__init__.pyi +20 -10
- bl_ui/space_image/__init__.pyi +34 -17
- bl_ui/space_nla/__init__.pyi +2 -1
- bl_ui/space_node/__init__.pyi +18 -9
- bl_ui/space_outliner/__init__.pyi +8 -4
- bl_ui/space_sequencer/__init__.pyi +76 -38
- bl_ui/space_text/__init__.pyi +2 -1
- bl_ui/space_time/__init__.pyi +8 -4
- bl_ui/space_toolsystem_common/__init__.pyi +22 -13
- bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
- bl_ui/space_topbar/__init__.pyi +12 -6
- bl_ui/space_userpref/__init__.pyi +44 -22
- bl_ui/space_view3d/__init__.pyi +93 -47
- bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
- bl_ui/temp_anim_layers/__init__.pyi +2 -1
- bl_ui/utils/__init__.pyi +4 -2
- bpy/ops/image/__init__.pyi +14 -56
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/path/__init__.pyi +0 -182
- bpy/types/__init__.pyi +37 -1
- bpy/utils/__init__.pyi +0 -215
- bpy/utils/previews/__init__.pyi +9 -80
- bpy_extras/anim_utils/__init__.pyi +0 -55
- bpy_extras/asset_utils/__init__.pyi +7 -17
- bpy_extras/id_map_utils/__init__.pyi +0 -10
- bpy_extras/image_utils/__init__.pyi +0 -49
- bpy_extras/io_utils/__init__.pyi +0 -131
- bpy_extras/keyconfig_utils/__init__.pyi +0 -11
- bpy_extras/mesh_utils/__init__.pyi +0 -88
- bpy_extras/node_utils/__init__.pyi +0 -1
- bpy_extras/object_utils/__init__.pyi +0 -96
- bpy_extras/view3d_utils/__init__.pyi +0 -94
- bpy_types/__init__.pyi +8 -4
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/RECORD +119 -119
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -2
- nodeitems_utils/__init__.pyi +6 -3
- rna_prop_ui/__init__.pyi +2 -1
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/top_level.txt +0 -0
|
@@ -14,7 +14,8 @@ class GreasePencilPaintPanel:
|
|
|
14
14
|
bl_category: typing.Any
|
|
15
15
|
bl_context: typing.Any
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
@classmethod
|
|
18
|
+
def poll(cls, context):
|
|
18
19
|
"""
|
|
19
20
|
|
|
20
21
|
:param context:
|
|
@@ -25,7 +26,8 @@ class GreasePencilSculptPanel:
|
|
|
25
26
|
bl_category: typing.Any
|
|
26
27
|
bl_context: typing.Any
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
@classmethod
|
|
30
|
+
def poll(cls, context):
|
|
29
31
|
"""
|
|
30
32
|
|
|
31
33
|
:param context:
|
|
@@ -36,7 +38,8 @@ class GreasePencilV3PaintPanel:
|
|
|
36
38
|
bl_category: typing.Any
|
|
37
39
|
bl_context: typing.Any
|
|
38
40
|
|
|
39
|
-
|
|
41
|
+
@classmethod
|
|
42
|
+
def poll(cls, context):
|
|
40
43
|
"""
|
|
41
44
|
|
|
42
45
|
:param context:
|
|
@@ -47,7 +50,8 @@ class GreasePencilVertexPanel:
|
|
|
47
50
|
bl_category: typing.Any
|
|
48
51
|
bl_context: typing.Any
|
|
49
52
|
|
|
50
|
-
|
|
53
|
+
@classmethod
|
|
54
|
+
def poll(cls, context):
|
|
51
55
|
"""
|
|
52
56
|
|
|
53
57
|
:param context:
|
|
@@ -58,7 +62,8 @@ class GreasePencilWeightPanel:
|
|
|
58
62
|
bl_category: typing.Any
|
|
59
63
|
bl_context: typing.Any
|
|
60
64
|
|
|
61
|
-
|
|
65
|
+
@classmethod
|
|
66
|
+
def poll(cls, context):
|
|
62
67
|
"""
|
|
63
68
|
|
|
64
69
|
:param context:
|
|
@@ -1585,7 +1590,8 @@ class VIEW3D_PT_curves_sculpt_symmetry(
|
|
|
1585
1590
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1586
1591
|
...
|
|
1587
1592
|
|
|
1588
|
-
|
|
1593
|
+
@classmethod
|
|
1594
|
+
def poll(cls, context):
|
|
1589
1595
|
"""
|
|
1590
1596
|
|
|
1591
1597
|
:param context:
|
|
@@ -2216,7 +2222,8 @@ class VIEW3D_PT_imagepaint_options(
|
|
|
2216
2222
|
"""
|
|
2217
2223
|
...
|
|
2218
2224
|
|
|
2219
|
-
|
|
2225
|
+
@classmethod
|
|
2226
|
+
def poll(cls, _context):
|
|
2220
2227
|
"""
|
|
2221
2228
|
|
|
2222
2229
|
:param _context:
|
|
@@ -2694,7 +2701,8 @@ class VIEW3D_PT_sculpt_dyntopo(
|
|
|
2694
2701
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2695
2702
|
...
|
|
2696
2703
|
|
|
2697
|
-
|
|
2704
|
+
@classmethod
|
|
2705
|
+
def poll(cls, context):
|
|
2698
2706
|
"""
|
|
2699
2707
|
|
|
2700
2708
|
:param context:
|
|
@@ -2996,7 +3004,8 @@ class VIEW3D_PT_sculpt_options(
|
|
|
2996
3004
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2997
3005
|
...
|
|
2998
3006
|
|
|
2999
|
-
|
|
3007
|
+
@classmethod
|
|
3008
|
+
def poll(cls, context):
|
|
3000
3009
|
"""
|
|
3001
3010
|
|
|
3002
3011
|
:param context:
|
|
@@ -3297,7 +3306,8 @@ class VIEW3D_PT_sculpt_options_gravity(
|
|
|
3297
3306
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3298
3307
|
...
|
|
3299
3308
|
|
|
3300
|
-
|
|
3309
|
+
@classmethod
|
|
3310
|
+
def poll(cls, context):
|
|
3301
3311
|
"""
|
|
3302
3312
|
|
|
3303
3313
|
:param context:
|
|
@@ -3598,7 +3608,8 @@ class VIEW3D_PT_sculpt_symmetry(
|
|
|
3598
3608
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3599
3609
|
...
|
|
3600
3610
|
|
|
3601
|
-
|
|
3611
|
+
@classmethod
|
|
3612
|
+
def poll(cls, context):
|
|
3602
3613
|
"""
|
|
3603
3614
|
|
|
3604
3615
|
:param context:
|
|
@@ -4119,7 +4130,8 @@ class VIEW3D_PT_sculpt_voxel_remesh(
|
|
|
4119
4130
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4120
4131
|
...
|
|
4121
4132
|
|
|
4122
|
-
|
|
4133
|
+
@classmethod
|
|
4134
|
+
def poll(cls, context):
|
|
4123
4135
|
"""
|
|
4124
4136
|
|
|
4125
4137
|
:param context:
|
|
@@ -4648,7 +4660,8 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
4648
4660
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4649
4661
|
...
|
|
4650
4662
|
|
|
4651
|
-
|
|
4663
|
+
@classmethod
|
|
4664
|
+
def poll(cls, context):
|
|
4652
4665
|
"""
|
|
4653
4666
|
|
|
4654
4667
|
:param context:
|
|
@@ -4899,7 +4912,8 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
4899
4912
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4900
4913
|
...
|
|
4901
4914
|
|
|
4902
|
-
|
|
4915
|
+
@classmethod
|
|
4916
|
+
def poll(cls, context):
|
|
4903
4917
|
"""
|
|
4904
4918
|
|
|
4905
4919
|
:param context:
|
|
@@ -5360,7 +5374,8 @@ class VIEW3D_PT_stencil_projectpaint(bpy_types._GenericUI):
|
|
|
5360
5374
|
"""Returns the property from the path, raise an exception when not found."""
|
|
5361
5375
|
...
|
|
5362
5376
|
|
|
5363
|
-
|
|
5377
|
+
@classmethod
|
|
5378
|
+
def poll(cls, context):
|
|
5364
5379
|
"""
|
|
5365
5380
|
|
|
5366
5381
|
:param context:
|
|
@@ -6139,7 +6154,8 @@ class VIEW3D_PT_tools_brush_color(
|
|
|
6139
6154
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6140
6155
|
...
|
|
6141
6156
|
|
|
6142
|
-
|
|
6157
|
+
@classmethod
|
|
6158
|
+
def poll(cls, context):
|
|
6143
6159
|
"""
|
|
6144
6160
|
|
|
6145
6161
|
:param context:
|
|
@@ -7065,7 +7081,8 @@ class VIEW3D_PT_tools_brush_falloff_frontface(
|
|
|
7065
7081
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7066
7082
|
...
|
|
7067
7083
|
|
|
7068
|
-
|
|
7084
|
+
@classmethod
|
|
7085
|
+
def poll(cls, context):
|
|
7069
7086
|
"""
|
|
7070
7087
|
|
|
7071
7088
|
:param context:
|
|
@@ -7374,7 +7391,8 @@ class VIEW3D_PT_tools_brush_falloff_normal(
|
|
|
7374
7391
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7375
7392
|
...
|
|
7376
7393
|
|
|
7377
|
-
|
|
7394
|
+
@classmethod
|
|
7395
|
+
def poll(cls, context):
|
|
7378
7396
|
"""
|
|
7379
7397
|
|
|
7380
7398
|
:param context:
|
|
@@ -7978,7 +7996,8 @@ class VIEW3D_PT_tools_brush_settings(
|
|
|
7978
7996
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7979
7997
|
...
|
|
7980
7998
|
|
|
7981
|
-
|
|
7999
|
+
@classmethod
|
|
8000
|
+
def poll(cls, context):
|
|
7982
8001
|
"""
|
|
7983
8002
|
|
|
7984
8003
|
:param context:
|
|
@@ -8282,7 +8301,8 @@ class VIEW3D_PT_tools_brush_settings_advanced(
|
|
|
8282
8301
|
"""Returns the property from the path, raise an exception when not found."""
|
|
8283
8302
|
...
|
|
8284
8303
|
|
|
8285
|
-
|
|
8304
|
+
@classmethod
|
|
8305
|
+
def poll(cls, context):
|
|
8286
8306
|
"""
|
|
8287
8307
|
|
|
8288
8308
|
:param context:
|
|
@@ -9504,7 +9524,8 @@ class VIEW3D_PT_tools_brush_texture(
|
|
|
9504
9524
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9505
9525
|
...
|
|
9506
9526
|
|
|
9507
|
-
|
|
9527
|
+
@classmethod
|
|
9528
|
+
def poll(cls, context):
|
|
9508
9529
|
"""
|
|
9509
9530
|
|
|
9510
9531
|
:param context:
|
|
@@ -9787,7 +9808,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy_types._Gener
|
|
|
9787
9808
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9788
9809
|
...
|
|
9789
9810
|
|
|
9790
|
-
|
|
9811
|
+
@classmethod
|
|
9812
|
+
def poll(cls, context):
|
|
9791
9813
|
"""
|
|
9792
9814
|
|
|
9793
9815
|
:param context:
|
|
@@ -10015,7 +10037,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy_types._Generic
|
|
|
10015
10037
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10016
10038
|
...
|
|
10017
10039
|
|
|
10018
|
-
|
|
10040
|
+
@classmethod
|
|
10041
|
+
def poll(cls, context):
|
|
10019
10042
|
"""
|
|
10020
10043
|
|
|
10021
10044
|
:param context:
|
|
@@ -10245,7 +10268,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(
|
|
|
10245
10268
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10246
10269
|
...
|
|
10247
10270
|
|
|
10248
|
-
|
|
10271
|
+
@classmethod
|
|
10272
|
+
def poll(cls, context):
|
|
10249
10273
|
"""
|
|
10250
10274
|
|
|
10251
10275
|
:param context:
|
|
@@ -10475,7 +10499,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(
|
|
|
10475
10499
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10476
10500
|
...
|
|
10477
10501
|
|
|
10478
|
-
|
|
10502
|
+
@classmethod
|
|
10503
|
+
def poll(cls, context):
|
|
10479
10504
|
"""
|
|
10480
10505
|
|
|
10481
10506
|
:param context:
|
|
@@ -10702,7 +10727,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy_types._Gener
|
|
|
10702
10727
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10703
10728
|
...
|
|
10704
10729
|
|
|
10705
|
-
|
|
10730
|
+
@classmethod
|
|
10731
|
+
def poll(cls, context):
|
|
10706
10732
|
"""
|
|
10707
10733
|
|
|
10708
10734
|
:param context:
|
|
@@ -10951,7 +10977,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
|
10951
10977
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10952
10978
|
...
|
|
10953
10979
|
|
|
10954
|
-
|
|
10980
|
+
@classmethod
|
|
10981
|
+
def poll(cls, context):
|
|
10955
10982
|
"""
|
|
10956
10983
|
|
|
10957
10984
|
:param context:
|
|
@@ -11242,7 +11269,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
|
11242
11269
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11243
11270
|
...
|
|
11244
11271
|
|
|
11245
|
-
|
|
11272
|
+
@classmethod
|
|
11273
|
+
def poll(cls, context):
|
|
11246
11274
|
"""
|
|
11247
11275
|
|
|
11248
11276
|
:param context:
|
|
@@ -11478,7 +11506,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy_types._Generic
|
|
|
11478
11506
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11479
11507
|
...
|
|
11480
11508
|
|
|
11481
|
-
|
|
11509
|
+
@classmethod
|
|
11510
|
+
def poll(cls, context):
|
|
11482
11511
|
"""
|
|
11483
11512
|
|
|
11484
11513
|
:param context:
|
|
@@ -11727,7 +11756,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
|
11727
11756
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11728
11757
|
...
|
|
11729
11758
|
|
|
11730
|
-
|
|
11759
|
+
@classmethod
|
|
11760
|
+
def poll(cls, context):
|
|
11731
11761
|
"""
|
|
11732
11762
|
|
|
11733
11763
|
:param context:
|
|
@@ -12315,7 +12345,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(
|
|
|
12315
12345
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12316
12346
|
...
|
|
12317
12347
|
|
|
12318
|
-
|
|
12348
|
+
@classmethod
|
|
12349
|
+
def poll(cls, context):
|
|
12319
12350
|
"""
|
|
12320
12351
|
|
|
12321
12352
|
:param context:
|
|
@@ -12564,7 +12595,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
12564
12595
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12565
12596
|
...
|
|
12566
12597
|
|
|
12567
|
-
|
|
12598
|
+
@classmethod
|
|
12599
|
+
def poll(cls, context):
|
|
12568
12600
|
"""
|
|
12569
12601
|
|
|
12570
12602
|
:param context:
|
|
@@ -12847,7 +12879,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(
|
|
|
12847
12879
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12848
12880
|
...
|
|
12849
12881
|
|
|
12850
|
-
|
|
12882
|
+
@classmethod
|
|
12883
|
+
def poll(cls, context):
|
|
12851
12884
|
"""
|
|
12852
12885
|
|
|
12853
12886
|
:param context:
|
|
@@ -13097,7 +13130,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
13097
13130
|
"""Returns the property from the path, raise an exception when not found."""
|
|
13098
13131
|
...
|
|
13099
13132
|
|
|
13100
|
-
|
|
13133
|
+
@classmethod
|
|
13134
|
+
def poll(cls, context):
|
|
13101
13135
|
"""
|
|
13102
13136
|
|
|
13103
13137
|
:param context:
|
|
@@ -13383,7 +13417,8 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
13383
13417
|
"""Returns the property from the path, raise an exception when not found."""
|
|
13384
13418
|
...
|
|
13385
13419
|
|
|
13386
|
-
|
|
13420
|
+
@classmethod
|
|
13421
|
+
def poll(cls, context):
|
|
13387
13422
|
"""
|
|
13388
13423
|
|
|
13389
13424
|
:param context:
|
|
@@ -13614,7 +13649,8 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
13614
13649
|
"""Returns the property from the path, raise an exception when not found."""
|
|
13615
13650
|
...
|
|
13616
13651
|
|
|
13617
|
-
|
|
13652
|
+
@classmethod
|
|
13653
|
+
def poll(cls, context):
|
|
13618
13654
|
"""
|
|
13619
13655
|
|
|
13620
13656
|
:param context:
|
|
@@ -14148,7 +14184,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
|
|
|
14148
14184
|
"""Returns the property from the path, raise an exception when not found."""
|
|
14149
14185
|
...
|
|
14150
14186
|
|
|
14151
|
-
|
|
14187
|
+
@classmethod
|
|
14188
|
+
def poll(cls, context):
|
|
14152
14189
|
"""
|
|
14153
14190
|
|
|
14154
14191
|
:param context:
|
|
@@ -14376,7 +14413,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy_types._Gene
|
|
|
14376
14413
|
"""Returns the property from the path, raise an exception when not found."""
|
|
14377
14414
|
...
|
|
14378
14415
|
|
|
14379
|
-
|
|
14416
|
+
@classmethod
|
|
14417
|
+
def poll(cls, context):
|
|
14380
14418
|
"""
|
|
14381
14419
|
|
|
14382
14420
|
:param context:
|
|
@@ -14606,7 +14644,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(
|
|
|
14606
14644
|
"""Returns the property from the path, raise an exception when not found."""
|
|
14607
14645
|
...
|
|
14608
14646
|
|
|
14609
|
-
|
|
14647
|
+
@classmethod
|
|
14648
|
+
def poll(cls, context):
|
|
14610
14649
|
"""
|
|
14611
14650
|
|
|
14612
14651
|
:param context:
|
|
@@ -14836,7 +14875,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
|
|
|
14836
14875
|
"""Returns the property from the path, raise an exception when not found."""
|
|
14837
14876
|
...
|
|
14838
14877
|
|
|
14839
|
-
|
|
14878
|
+
@classmethod
|
|
14879
|
+
def poll(cls, context):
|
|
14840
14880
|
"""
|
|
14841
14881
|
|
|
14842
14882
|
:param context:
|
|
@@ -15065,7 +15105,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
|
|
|
15065
15105
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15066
15106
|
...
|
|
15067
15107
|
|
|
15068
|
-
|
|
15108
|
+
@classmethod
|
|
15109
|
+
def poll(cls, context):
|
|
15069
15110
|
"""
|
|
15070
15111
|
|
|
15071
15112
|
:param context:
|
|
@@ -15303,7 +15344,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
|
15303
15344
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15304
15345
|
...
|
|
15305
15346
|
|
|
15306
|
-
|
|
15347
|
+
@classmethod
|
|
15348
|
+
def poll(cls, context):
|
|
15307
15349
|
"""
|
|
15308
15350
|
|
|
15309
15351
|
:param context:
|
|
@@ -15539,7 +15581,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy_types._Gene
|
|
|
15539
15581
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15540
15582
|
...
|
|
15541
15583
|
|
|
15542
|
-
|
|
15584
|
+
@classmethod
|
|
15585
|
+
def poll(cls, context):
|
|
15543
15586
|
"""
|
|
15544
15587
|
|
|
15545
15588
|
:param context:
|
|
@@ -16693,7 +16736,8 @@ class VIEW3D_PT_tools_imagepaint_options(
|
|
|
16693
16736
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16694
16737
|
...
|
|
16695
16738
|
|
|
16696
|
-
|
|
16739
|
+
@classmethod
|
|
16740
|
+
def poll(cls, context):
|
|
16697
16741
|
"""
|
|
16698
16742
|
|
|
16699
16743
|
:param context:
|
|
@@ -17516,7 +17560,8 @@ class VIEW3D_PT_tools_imagepaint_symmetry(
|
|
|
17516
17560
|
"""Returns the property from the path, raise an exception when not found."""
|
|
17517
17561
|
...
|
|
17518
17562
|
|
|
17519
|
-
|
|
17563
|
+
@classmethod
|
|
17564
|
+
def poll(cls, context):
|
|
17520
17565
|
"""
|
|
17521
17566
|
|
|
17522
17567
|
:param context:
|
|
@@ -17820,7 +17865,8 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
17820
17865
|
"""Returns the property from the path, raise an exception when not found."""
|
|
17821
17866
|
...
|
|
17822
17867
|
|
|
17823
|
-
|
|
17868
|
+
@classmethod
|
|
17869
|
+
def poll(cls, context):
|
|
17824
17870
|
"""
|
|
17825
17871
|
|
|
17826
17872
|
:param context:
|
|
@@ -18323,7 +18369,8 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy_types._Generic
|
|
|
18323
18369
|
"""Returns the property from the path, raise an exception when not found."""
|
|
18324
18370
|
...
|
|
18325
18371
|
|
|
18326
|
-
|
|
18372
|
+
@classmethod
|
|
18373
|
+
def poll(cls, context):
|
|
18327
18374
|
"""
|
|
18328
18375
|
|
|
18329
18376
|
:param context:
|
|
@@ -19233,7 +19280,8 @@ class VIEW3D_PT_tools_particlemode(
|
|
|
19233
19280
|
"""Returns the property from the path, raise an exception when not found."""
|
|
19234
19281
|
...
|
|
19235
19282
|
|
|
19236
|
-
|
|
19283
|
+
@classmethod
|
|
19284
|
+
def poll(cls, context):
|
|
19237
19285
|
"""
|
|
19238
19286
|
|
|
19239
19287
|
:param context:
|
|
@@ -20422,7 +20470,8 @@ class VIEW3D_PT_tools_vertexpaint_options(
|
|
|
20422
20470
|
"""Returns the property from the path, raise an exception when not found."""
|
|
20423
20471
|
...
|
|
20424
20472
|
|
|
20425
|
-
|
|
20473
|
+
@classmethod
|
|
20474
|
+
def poll(cls, _context):
|
|
20426
20475
|
"""
|
|
20427
20476
|
|
|
20428
20477
|
:param _context:
|
|
@@ -20723,7 +20772,8 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(
|
|
|
20723
20772
|
"""Returns the property from the path, raise an exception when not found."""
|
|
20724
20773
|
...
|
|
20725
20774
|
|
|
20726
|
-
|
|
20775
|
+
@classmethod
|
|
20776
|
+
def poll(cls, context):
|
|
20727
20777
|
"""
|
|
20728
20778
|
|
|
20729
20779
|
:param context:
|
|
@@ -21241,7 +21291,8 @@ class VIEW3D_PT_tools_weight_gradient(
|
|
|
21241
21291
|
"""Returns the property from the path, raise an exception when not found."""
|
|
21242
21292
|
...
|
|
21243
21293
|
|
|
21244
|
-
|
|
21294
|
+
@classmethod
|
|
21295
|
+
def poll(cls, context):
|
|
21245
21296
|
"""
|
|
21246
21297
|
|
|
21247
21298
|
:param context:
|
|
@@ -21836,7 +21887,8 @@ class VIEW3D_PT_tools_weightpaint_symmetry(
|
|
|
21836
21887
|
"""Returns the property from the path, raise an exception when not found."""
|
|
21837
21888
|
...
|
|
21838
21889
|
|
|
21839
|
-
|
|
21890
|
+
@classmethod
|
|
21891
|
+
def poll(cls, context):
|
|
21840
21892
|
"""
|
|
21841
21893
|
|
|
21842
21894
|
:param context:
|
|
@@ -22186,7 +22238,8 @@ class View3DPaintBrushPanel(
|
|
|
22186
22238
|
"""
|
|
22187
22239
|
...
|
|
22188
22240
|
|
|
22189
|
-
|
|
22241
|
+
@classmethod
|
|
22242
|
+
def poll(cls, context):
|
|
22190
22243
|
"""
|
|
22191
22244
|
|
|
22192
22245
|
:param context:
|
|
@@ -23889,7 +23942,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy_types._GenericUI, View3
|
|
|
23889
23942
|
"""Returns the property from the path, raise an exception when not found."""
|
|
23890
23943
|
...
|
|
23891
23944
|
|
|
23892
|
-
|
|
23945
|
+
@classmethod
|
|
23946
|
+
def poll(cls, context):
|
|
23893
23947
|
"""
|
|
23894
23948
|
|
|
23895
23949
|
:param context:
|
|
@@ -24119,7 +24173,8 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy_types._GenericUI, View3DPan
|
|
|
24119
24173
|
"""Returns the property from the path, raise an exception when not found."""
|
|
24120
24174
|
...
|
|
24121
24175
|
|
|
24122
|
-
|
|
24176
|
+
@classmethod
|
|
24177
|
+
def poll(cls, context):
|
|
24123
24178
|
"""
|
|
24124
24179
|
|
|
24125
24180
|
:param context:
|
|
@@ -24838,7 +24893,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(
|
|
|
24838
24893
|
"""Returns the property from the path, raise an exception when not found."""
|
|
24839
24894
|
...
|
|
24840
24895
|
|
|
24841
|
-
|
|
24896
|
+
@classmethod
|
|
24897
|
+
def poll(cls, context):
|
|
24842
24898
|
"""
|
|
24843
24899
|
|
|
24844
24900
|
:param context:
|
|
@@ -25068,7 +25124,8 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy_types._GenericUI, View3D
|
|
|
25068
25124
|
"""Returns the property from the path, raise an exception when not found."""
|
|
25069
25125
|
...
|
|
25070
25126
|
|
|
25071
|
-
|
|
25127
|
+
@classmethod
|
|
25128
|
+
def poll(cls, context):
|
|
25072
25129
|
"""
|
|
25073
25130
|
|
|
25074
25131
|
:param context:
|
|
@@ -176,7 +176,8 @@ class VIEW3D_PT_animation_layers(bpy_types._GenericUI):
|
|
|
176
176
|
"""Returns the property from the path, raise an exception when not found."""
|
|
177
177
|
...
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
@classmethod
|
|
180
|
+
def poll(cls, context):
|
|
180
181
|
"""
|
|
181
182
|
|
|
182
183
|
:param context:
|
bl_ui/utils/__init__.pyi
CHANGED
|
@@ -17,7 +17,8 @@ class PresetPanel:
|
|
|
17
17
|
"""
|
|
18
18
|
...
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
@classmethod
|
|
21
|
+
def draw_menu(cls, layout, text=None):
|
|
21
22
|
"""
|
|
22
23
|
|
|
23
24
|
:param layout:
|
|
@@ -25,7 +26,8 @@ class PresetPanel:
|
|
|
25
26
|
"""
|
|
26
27
|
...
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
@classmethod
|
|
30
|
+
def draw_panel_header(cls, layout):
|
|
29
31
|
"""
|
|
30
32
|
|
|
31
33
|
:param layout:
|
bpy/ops/image/__init__.pyi
CHANGED
|
@@ -108,8 +108,7 @@ def convert_to_mesh_plane(
|
|
|
108
108
|
shader: str | None = "PRINCIPLED",
|
|
109
109
|
emit_strength: float | None = 1.0,
|
|
110
110
|
use_transparency: bool | None = True,
|
|
111
|
-
|
|
112
|
-
shadow_method: str | None = "CLIP",
|
|
111
|
+
render_method: str | None = "DITHERED",
|
|
113
112
|
use_backface_culling: bool | None = False,
|
|
114
113
|
show_transparent_back: bool | None = True,
|
|
115
114
|
overwrite_material: bool | None = True,
|
|
@@ -179,34 +178,14 @@ def convert_to_mesh_plane(
|
|
|
179
178
|
:type emit_strength: float | None
|
|
180
179
|
:param use_transparency: Use Alpha, Use alpha channel for transparency
|
|
181
180
|
:type use_transparency: bool | None
|
|
182
|
-
:param
|
|
181
|
+
:param render_method: Render Method
|
|
183
182
|
|
|
184
|
-
|
|
185
|
-
|
|
183
|
+
DITHERED
|
|
184
|
+
Dithered -- Allows for grayscale hashed transparency, and compatible with render passes and raytracing. Also known as deferred rendering..
|
|
186
185
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
HASHED
|
|
191
|
-
Hashed -- Use noise to dither the binary visibility (works well with multi-samples).
|
|
192
|
-
|
|
193
|
-
OPAQUE
|
|
194
|
-
Opaque -- Render surface without transparency.
|
|
195
|
-
:type blend_method: str | None
|
|
196
|
-
:param shadow_method: Shadow Mode, Shadow mapping method
|
|
197
|
-
|
|
198
|
-
CLIP
|
|
199
|
-
Clip -- Use the alpha threshold to clip the visibility (binary visibility).
|
|
200
|
-
|
|
201
|
-
HASHED
|
|
202
|
-
Hashed -- Use noise to dither the binary visibility (works well with multi-samples).
|
|
203
|
-
|
|
204
|
-
OPAQUE
|
|
205
|
-
Opaque -- Material will cast shadows without transparency.
|
|
206
|
-
|
|
207
|
-
NONE
|
|
208
|
-
None -- Material will cast no shadow.
|
|
209
|
-
:type shadow_method: str | None
|
|
186
|
+
BLENDED
|
|
187
|
+
Blended -- Allows for colored transparency, but incompatible with render passes and raytracing. Also known as forward rendering..
|
|
188
|
+
:type render_method: str | None
|
|
210
189
|
:param use_backface_culling: Backface Culling, Use backface culling to hide the back side of faces
|
|
211
190
|
:type use_backface_culling: bool | None
|
|
212
191
|
:param show_transparent_back: Show Backface, Render multiple transparent layers (may introduce transparency sorting problems)
|
|
@@ -423,8 +402,7 @@ def import_as_mesh_planes(
|
|
|
423
402
|
shader: str | None = "PRINCIPLED",
|
|
424
403
|
emit_strength: float | None = 1.0,
|
|
425
404
|
use_transparency: bool | None = True,
|
|
426
|
-
|
|
427
|
-
shadow_method: str | None = "CLIP",
|
|
405
|
+
render_method: str | None = "DITHERED",
|
|
428
406
|
use_backface_culling: bool | None = False,
|
|
429
407
|
show_transparent_back: bool | None = True,
|
|
430
408
|
overwrite_material: bool | None = True,
|
|
@@ -522,34 +500,14 @@ def import_as_mesh_planes(
|
|
|
522
500
|
:type emit_strength: float | None
|
|
523
501
|
:param use_transparency: Use Alpha, Use alpha channel for transparency
|
|
524
502
|
:type use_transparency: bool | None
|
|
525
|
-
:param
|
|
503
|
+
:param render_method: Render Method
|
|
526
504
|
|
|
527
|
-
|
|
528
|
-
|
|
505
|
+
DITHERED
|
|
506
|
+
Dithered -- Allows for grayscale hashed transparency, and compatible with render passes and raytracing. Also known as deferred rendering..
|
|
529
507
|
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
HASHED
|
|
534
|
-
Hashed -- Use noise to dither the binary visibility (works well with multi-samples).
|
|
535
|
-
|
|
536
|
-
OPAQUE
|
|
537
|
-
Opaque -- Render surface without transparency.
|
|
538
|
-
:type blend_method: str | None
|
|
539
|
-
:param shadow_method: Shadow Mode, Shadow mapping method
|
|
540
|
-
|
|
541
|
-
CLIP
|
|
542
|
-
Clip -- Use the alpha threshold to clip the visibility (binary visibility).
|
|
543
|
-
|
|
544
|
-
HASHED
|
|
545
|
-
Hashed -- Use noise to dither the binary visibility (works well with multi-samples).
|
|
546
|
-
|
|
547
|
-
OPAQUE
|
|
548
|
-
Opaque -- Material will cast shadows without transparency.
|
|
549
|
-
|
|
550
|
-
NONE
|
|
551
|
-
None -- Material will cast no shadow.
|
|
552
|
-
:type shadow_method: str | None
|
|
508
|
+
BLENDED
|
|
509
|
+
Blended -- Allows for colored transparency, but incompatible with render passes and raytracing. Also known as forward rendering..
|
|
510
|
+
:type render_method: str | None
|
|
553
511
|
:param use_backface_culling: Backface Culling, Use backface culling to hide the back side of faces
|
|
554
512
|
:type use_backface_culling: bool | None
|
|
555
513
|
:param show_transparent_back: Show Backface, Render multiple transparent layers (may introduce transparency sorting problems)
|
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -1070,7 +1070,7 @@ def movie_strip_add(
|
|
|
1070
1070
|
:type adjust_playback_rate: bool | None
|
|
1071
1071
|
:param sound: Sound, Load sound with the movie
|
|
1072
1072
|
:type sound: bool | None
|
|
1073
|
-
:param use_framerate:
|
|
1073
|
+
:param use_framerate: Set Scene Frame Rate, Set frame rate of the current scene to the frame rate of the movie
|
|
1074
1074
|
:type use_framerate: bool | None
|
|
1075
1075
|
"""
|
|
1076
1076
|
|