fake-bpy-module 20240715__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.
- 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_extras/asset_utils/__init__.pyi +6 -3
- bpy_types/__init__.pyi +8 -4
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/RECORD +104 -104
- nodeitems_builtins/__init__.pyi +4 -2
- nodeitems_utils/__init__.pyi +6 -3
- rna_prop_ui/__init__.pyi +2 -1
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/top_level.txt +0 -0
|
@@ -1403,7 +1403,8 @@ class RENDER_PT_context(bpy_types._GenericUI):
|
|
|
1403
1403
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1404
1404
|
...
|
|
1405
1405
|
|
|
1406
|
-
|
|
1406
|
+
@classmethod
|
|
1407
|
+
def poll(cls, context):
|
|
1407
1408
|
"""
|
|
1408
1409
|
|
|
1409
1410
|
:param context:
|
|
@@ -1638,7 +1639,8 @@ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
1638
1639
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1639
1640
|
...
|
|
1640
1641
|
|
|
1641
|
-
|
|
1642
|
+
@classmethod
|
|
1643
|
+
def poll(cls, context):
|
|
1642
1644
|
"""
|
|
1643
1645
|
|
|
1644
1646
|
:param context:
|
|
@@ -1873,7 +1875,8 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
1873
1875
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1874
1876
|
...
|
|
1875
1877
|
|
|
1876
|
-
|
|
1878
|
+
@classmethod
|
|
1879
|
+
def poll(cls, context):
|
|
1877
1880
|
"""
|
|
1878
1881
|
|
|
1879
1882
|
:param context:
|
|
@@ -2101,7 +2104,8 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2101
2104
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2102
2105
|
...
|
|
2103
2106
|
|
|
2104
|
-
|
|
2107
|
+
@classmethod
|
|
2108
|
+
def poll(cls, context):
|
|
2105
2109
|
"""
|
|
2106
2110
|
|
|
2107
2111
|
:param context:
|
|
@@ -2329,7 +2333,8 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2329
2333
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2330
2334
|
...
|
|
2331
2335
|
|
|
2332
|
-
|
|
2336
|
+
@classmethod
|
|
2337
|
+
def poll(cls, context):
|
|
2333
2338
|
"""
|
|
2334
2339
|
|
|
2335
2340
|
:param context:
|
|
@@ -2557,7 +2562,8 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2557
2562
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2558
2563
|
...
|
|
2559
2564
|
|
|
2560
|
-
|
|
2565
|
+
@classmethod
|
|
2566
|
+
def poll(cls, context):
|
|
2561
2567
|
"""
|
|
2562
2568
|
|
|
2563
2569
|
:param context:
|
|
@@ -2785,7 +2791,8 @@ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
2785
2791
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2786
2792
|
...
|
|
2787
2793
|
|
|
2788
|
-
|
|
2794
|
+
@classmethod
|
|
2795
|
+
def poll(cls, context):
|
|
2789
2796
|
"""
|
|
2790
2797
|
|
|
2791
2798
|
:param context:
|
|
@@ -3015,7 +3022,8 @@ class RENDER_PT_eevee_indirect_lighting_display(
|
|
|
3015
3022
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3016
3023
|
...
|
|
3017
3024
|
|
|
3018
|
-
|
|
3025
|
+
@classmethod
|
|
3026
|
+
def poll(cls, context):
|
|
3019
3027
|
"""
|
|
3020
3028
|
|
|
3021
3029
|
:param context:
|
|
@@ -3250,7 +3258,8 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
3250
3258
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3251
3259
|
...
|
|
3252
3260
|
|
|
3253
|
-
|
|
3261
|
+
@classmethod
|
|
3262
|
+
def poll(cls, context):
|
|
3254
3263
|
"""
|
|
3255
3264
|
|
|
3256
3265
|
:param context:
|
|
@@ -3478,7 +3487,8 @@ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
3478
3487
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3479
3488
|
...
|
|
3480
3489
|
|
|
3481
|
-
|
|
3490
|
+
@classmethod
|
|
3491
|
+
def poll(cls, context):
|
|
3482
3492
|
"""
|
|
3483
3493
|
|
|
3484
3494
|
:param context:
|
|
@@ -3706,7 +3716,8 @@ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy_types._Gener
|
|
|
3706
3716
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3707
3717
|
...
|
|
3708
3718
|
|
|
3709
|
-
|
|
3719
|
+
@classmethod
|
|
3720
|
+
def poll(cls, context):
|
|
3710
3721
|
"""
|
|
3711
3722
|
|
|
3712
3723
|
:param context:
|
|
@@ -3934,7 +3945,8 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._Generi
|
|
|
3934
3945
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3935
3946
|
...
|
|
3936
3947
|
|
|
3937
|
-
|
|
3948
|
+
@classmethod
|
|
3949
|
+
def poll(cls, context):
|
|
3938
3950
|
"""
|
|
3939
3951
|
|
|
3940
3952
|
:param context:
|
|
@@ -4170,7 +4182,8 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
4170
4182
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4171
4183
|
...
|
|
4172
4184
|
|
|
4173
|
-
|
|
4185
|
+
@classmethod
|
|
4186
|
+
def poll(cls, context):
|
|
4174
4187
|
"""
|
|
4175
4188
|
|
|
4176
4189
|
:param context:
|
|
@@ -4398,7 +4411,8 @@ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy_types._Generic
|
|
|
4398
4411
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4399
4412
|
...
|
|
4400
4413
|
|
|
4401
|
-
|
|
4414
|
+
@classmethod
|
|
4415
|
+
def poll(cls, context):
|
|
4402
4416
|
"""
|
|
4403
4417
|
|
|
4404
4418
|
:param context:
|
|
@@ -4626,7 +4640,8 @@ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
4626
4640
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4627
4641
|
...
|
|
4628
4642
|
|
|
4629
|
-
|
|
4643
|
+
@classmethod
|
|
4644
|
+
def poll(cls, context):
|
|
4630
4645
|
"""
|
|
4631
4646
|
|
|
4632
4647
|
:param context:
|
|
@@ -4855,7 +4870,8 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._Gener
|
|
|
4855
4870
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4856
4871
|
...
|
|
4857
4872
|
|
|
4858
|
-
|
|
4873
|
+
@classmethod
|
|
4874
|
+
def poll(cls, context):
|
|
4859
4875
|
"""
|
|
4860
4876
|
|
|
4861
4877
|
:param context:
|
|
@@ -5090,7 +5106,8 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI)
|
|
|
5090
5106
|
"""Returns the property from the path, raise an exception when not found."""
|
|
5091
5107
|
...
|
|
5092
5108
|
|
|
5093
|
-
|
|
5109
|
+
@classmethod
|
|
5110
|
+
def poll(cls, context):
|
|
5094
5111
|
"""
|
|
5095
5112
|
|
|
5096
5113
|
:param context:
|
|
@@ -5561,7 +5578,8 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
5561
5578
|
"""Returns the property from the path, raise an exception when not found."""
|
|
5562
5579
|
...
|
|
5563
5580
|
|
|
5564
|
-
|
|
5581
|
+
@classmethod
|
|
5582
|
+
def poll(cls, context):
|
|
5565
5583
|
"""
|
|
5566
5584
|
|
|
5567
5585
|
:param context:
|
|
@@ -6061,7 +6079,8 @@ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
6061
6079
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6062
6080
|
...
|
|
6063
6081
|
|
|
6064
|
-
|
|
6082
|
+
@classmethod
|
|
6083
|
+
def poll(cls, context):
|
|
6065
6084
|
"""
|
|
6066
6085
|
|
|
6067
6086
|
:param context:
|
|
@@ -6290,7 +6309,8 @@ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy_types._Gene
|
|
|
6290
6309
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6291
6310
|
...
|
|
6292
6311
|
|
|
6293
|
-
|
|
6312
|
+
@classmethod
|
|
6313
|
+
def poll(cls, context):
|
|
6294
6314
|
"""
|
|
6295
6315
|
|
|
6296
6316
|
:param context:
|
|
@@ -6518,7 +6538,8 @@ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy_types._Generi
|
|
|
6518
6538
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6519
6539
|
...
|
|
6520
6540
|
|
|
6521
|
-
|
|
6541
|
+
@classmethod
|
|
6542
|
+
def poll(cls, context):
|
|
6522
6543
|
"""
|
|
6523
6544
|
|
|
6524
6545
|
:param context:
|
|
@@ -6754,7 +6775,8 @@ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy_types._Gener
|
|
|
6754
6775
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6755
6776
|
...
|
|
6756
6777
|
|
|
6757
|
-
|
|
6778
|
+
@classmethod
|
|
6779
|
+
def poll(cls, context):
|
|
6758
6780
|
"""
|
|
6759
6781
|
|
|
6760
6782
|
:param context:
|
|
@@ -6982,7 +7004,8 @@ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy_types._Gene
|
|
|
6982
7004
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6983
7005
|
...
|
|
6984
7006
|
|
|
6985
|
-
|
|
7007
|
+
@classmethod
|
|
7008
|
+
def poll(cls, context):
|
|
6986
7009
|
"""
|
|
6987
7010
|
|
|
6988
7011
|
:param context:
|
|
@@ -7211,7 +7234,8 @@ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
7211
7234
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7212
7235
|
...
|
|
7213
7236
|
|
|
7214
|
-
|
|
7237
|
+
@classmethod
|
|
7238
|
+
def poll(cls, context):
|
|
7215
7239
|
"""
|
|
7216
7240
|
|
|
7217
7241
|
:param context:
|
|
@@ -7439,7 +7463,8 @@ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
7439
7463
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7440
7464
|
...
|
|
7441
7465
|
|
|
7442
|
-
|
|
7466
|
+
@classmethod
|
|
7467
|
+
def poll(cls, context):
|
|
7443
7468
|
"""
|
|
7444
7469
|
|
|
7445
7470
|
:param context:
|
|
@@ -7675,7 +7700,8 @@ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy_types._GenericU
|
|
|
7675
7700
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7676
7701
|
...
|
|
7677
7702
|
|
|
7678
|
-
|
|
7703
|
+
@classmethod
|
|
7704
|
+
def poll(cls, context):
|
|
7679
7705
|
"""
|
|
7680
7706
|
|
|
7681
7707
|
:param context:
|
|
@@ -7903,7 +7929,8 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
7903
7929
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7904
7930
|
...
|
|
7905
7931
|
|
|
7906
|
-
|
|
7932
|
+
@classmethod
|
|
7933
|
+
def poll(cls, context):
|
|
7907
7934
|
"""
|
|
7908
7935
|
|
|
7909
7936
|
:param context:
|
|
@@ -8363,7 +8390,8 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy_types._GenericU
|
|
|
8363
8390
|
"""Returns the property from the path, raise an exception when not found."""
|
|
8364
8391
|
...
|
|
8365
8392
|
|
|
8366
|
-
|
|
8393
|
+
@classmethod
|
|
8394
|
+
def poll(cls, context):
|
|
8367
8395
|
"""
|
|
8368
8396
|
|
|
8369
8397
|
:param context:
|
|
@@ -8592,7 +8620,8 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy_types._Generi
|
|
|
8592
8620
|
"""Returns the property from the path, raise an exception when not found."""
|
|
8593
8621
|
...
|
|
8594
8622
|
|
|
8595
|
-
|
|
8623
|
+
@classmethod
|
|
8624
|
+
def poll(cls, context):
|
|
8596
8625
|
"""
|
|
8597
8626
|
|
|
8598
8627
|
:param context:
|
|
@@ -8819,7 +8848,8 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
8819
8848
|
"""Returns the property from the path, raise an exception when not found."""
|
|
8820
8849
|
...
|
|
8821
8850
|
|
|
8822
|
-
|
|
8851
|
+
@classmethod
|
|
8852
|
+
def poll(cls, context):
|
|
8823
8853
|
"""
|
|
8824
8854
|
|
|
8825
8855
|
:param context:
|
|
@@ -9056,7 +9086,8 @@ class RENDER_PT_eevee_screen_space_reflections(
|
|
|
9056
9086
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9057
9087
|
...
|
|
9058
9088
|
|
|
9059
|
-
|
|
9089
|
+
@classmethod
|
|
9090
|
+
def poll(cls, context):
|
|
9060
9091
|
"""
|
|
9061
9092
|
|
|
9062
9093
|
:param context:
|
|
@@ -9284,7 +9315,8 @@ class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
9284
9315
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9285
9316
|
...
|
|
9286
9317
|
|
|
9287
|
-
|
|
9318
|
+
@classmethod
|
|
9319
|
+
def poll(cls, context):
|
|
9288
9320
|
"""
|
|
9289
9321
|
|
|
9290
9322
|
:param context:
|
|
@@ -9512,7 +9544,8 @@ class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy_types._Gener
|
|
|
9512
9544
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9513
9545
|
...
|
|
9514
9546
|
|
|
9515
|
-
|
|
9547
|
+
@classmethod
|
|
9548
|
+
def poll(cls, context):
|
|
9516
9549
|
"""
|
|
9517
9550
|
|
|
9518
9551
|
:param context:
|
|
@@ -9740,7 +9773,8 @@ class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
9740
9773
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9741
9774
|
...
|
|
9742
9775
|
|
|
9743
|
-
|
|
9776
|
+
@classmethod
|
|
9777
|
+
def poll(cls, context):
|
|
9744
9778
|
"""
|
|
9745
9779
|
|
|
9746
9780
|
:param context:
|
|
@@ -10668,7 +10702,8 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
10668
10702
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10669
10703
|
...
|
|
10670
10704
|
|
|
10671
|
-
|
|
10705
|
+
@classmethod
|
|
10706
|
+
def poll(cls, context):
|
|
10672
10707
|
"""
|
|
10673
10708
|
|
|
10674
10709
|
:param context:
|
|
@@ -10895,7 +10930,8 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
10895
10930
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10896
10931
|
...
|
|
10897
10932
|
|
|
10898
|
-
|
|
10933
|
+
@classmethod
|
|
10934
|
+
def poll(cls, context):
|
|
10899
10935
|
"""
|
|
10900
10936
|
|
|
10901
10937
|
:param context:
|
|
@@ -11350,7 +11386,8 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
11350
11386
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11351
11387
|
...
|
|
11352
11388
|
|
|
11353
|
-
|
|
11389
|
+
@classmethod
|
|
11390
|
+
def poll(cls, context):
|
|
11354
11391
|
"""
|
|
11355
11392
|
|
|
11356
11393
|
:param context:
|
|
@@ -11577,7 +11614,8 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
11577
11614
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11578
11615
|
...
|
|
11579
11616
|
|
|
11580
|
-
|
|
11617
|
+
@classmethod
|
|
11618
|
+
def poll(cls, context):
|
|
11581
11619
|
"""
|
|
11582
11620
|
|
|
11583
11621
|
:param context:
|
|
@@ -11804,7 +11842,8 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
11804
11842
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11805
11843
|
...
|
|
11806
11844
|
|
|
11807
|
-
|
|
11845
|
+
@classmethod
|
|
11846
|
+
def poll(cls, context):
|
|
11808
11847
|
"""
|
|
11809
11848
|
|
|
11810
11849
|
:param context:
|
|
@@ -12797,11 +12836,12 @@ class RenderButtonsPanel:
|
|
|
12797
12836
|
bl_region_type: typing.Any
|
|
12798
12837
|
bl_space_type: typing.Any
|
|
12799
12838
|
|
|
12800
|
-
|
|
12839
|
+
@classmethod
|
|
12840
|
+
def poll(cls, context):
|
|
12801
12841
|
"""
|
|
12802
12842
|
|
|
12803
12843
|
:param context:
|
|
12804
12844
|
"""
|
|
12805
12845
|
...
|
|
12806
12846
|
|
|
12807
|
-
def draw_curves_settings(context): ...
|
|
12847
|
+
def draw_curves_settings(self_, context): ...
|
|
@@ -638,7 +638,8 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
638
638
|
"""Returns the property from the path, raise an exception when not found."""
|
|
639
639
|
...
|
|
640
640
|
|
|
641
|
-
|
|
641
|
+
@classmethod
|
|
642
|
+
def poll(cls, context):
|
|
642
643
|
"""
|
|
643
644
|
|
|
644
645
|
:param context:
|
|
@@ -877,7 +878,8 @@ class SCENE_PT_keyframing_settings(
|
|
|
877
878
|
"""Returns the property from the path, raise an exception when not found."""
|
|
878
879
|
...
|
|
879
880
|
|
|
880
|
-
|
|
881
|
+
@classmethod
|
|
882
|
+
def poll(cls, context):
|
|
881
883
|
"""
|
|
882
884
|
|
|
883
885
|
:param context:
|
|
@@ -1116,7 +1118,8 @@ class SCENE_PT_keying_set_paths(
|
|
|
1116
1118
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1117
1119
|
...
|
|
1118
1120
|
|
|
1119
|
-
|
|
1121
|
+
@classmethod
|
|
1122
|
+
def poll(cls, context):
|
|
1120
1123
|
"""
|
|
1121
1124
|
|
|
1122
1125
|
:param context:
|
|
@@ -3440,7 +3443,8 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
|
3440
3443
|
...
|
|
3441
3444
|
|
|
3442
3445
|
class SceneKeyingSetsPanel:
|
|
3443
|
-
|
|
3446
|
+
@staticmethod
|
|
3447
|
+
def draw_keyframing_settings(context, layout, ks, ksp):
|
|
3444
3448
|
"""
|
|
3445
3449
|
|
|
3446
3450
|
:param context:
|
|
@@ -3456,7 +3460,8 @@ class RigidBodySubPanel(SceneButtonsPanel):
|
|
|
3456
3460
|
bl_region_type: typing.Any
|
|
3457
3461
|
bl_space_type: typing.Any
|
|
3458
3462
|
|
|
3459
|
-
|
|
3463
|
+
@classmethod
|
|
3464
|
+
def poll(cls, context):
|
|
3460
3465
|
"""
|
|
3461
3466
|
|
|
3462
3467
|
:param context:
|
|
@@ -1601,7 +1601,8 @@ class TEXTURE_PT_custom_props(
|
|
|
1601
1601
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1602
1602
|
...
|
|
1603
1603
|
|
|
1604
|
-
|
|
1604
|
+
@classmethod
|
|
1605
|
+
def poll(cls, context):
|
|
1605
1606
|
"""
|
|
1606
1607
|
|
|
1607
1608
|
:param context:
|
|
@@ -3453,7 +3454,8 @@ class TEXTURE_PT_influence(TextureSlotPanel, TextureButtonsPanel, bpy_types._Gen
|
|
|
3453
3454
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3454
3455
|
...
|
|
3455
3456
|
|
|
3456
|
-
|
|
3457
|
+
@classmethod
|
|
3458
|
+
def poll(cls, context):
|
|
3457
3459
|
"""
|
|
3458
3460
|
|
|
3459
3461
|
:param context:
|
|
@@ -3908,7 +3910,8 @@ class TEXTURE_PT_mapping(TextureSlotPanel, TextureButtonsPanel, bpy_types._Gener
|
|
|
3908
3910
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3909
3911
|
...
|
|
3910
3912
|
|
|
3911
|
-
|
|
3913
|
+
@classmethod
|
|
3914
|
+
def poll(cls, context):
|
|
3912
3915
|
"""
|
|
3913
3916
|
|
|
3914
3917
|
:param context:
|
|
@@ -4591,7 +4594,8 @@ class TEXTURE_PT_node(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
4591
4594
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4592
4595
|
...
|
|
4593
4596
|
|
|
4594
|
-
|
|
4597
|
+
@classmethod
|
|
4598
|
+
def poll(cls, context):
|
|
4595
4599
|
"""
|
|
4596
4600
|
|
|
4597
4601
|
:param context:
|
|
@@ -4818,7 +4822,8 @@ class TEXTURE_PT_preview(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
4818
4822
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4819
4823
|
...
|
|
4820
4824
|
|
|
4821
|
-
|
|
4825
|
+
@classmethod
|
|
4826
|
+
def poll(cls, context):
|
|
4822
4827
|
"""
|
|
4823
4828
|
|
|
4824
4829
|
:param context:
|
|
@@ -6028,7 +6033,8 @@ class TextureButtonsPanel:
|
|
|
6028
6033
|
bl_space_type: typing.Any
|
|
6029
6034
|
|
|
6030
6035
|
class TextureColorsPoll:
|
|
6031
|
-
|
|
6036
|
+
@classmethod
|
|
6037
|
+
def poll(cls, context):
|
|
6032
6038
|
"""
|
|
6033
6039
|
|
|
6034
6040
|
:param context:
|
|
@@ -6041,7 +6047,8 @@ class TextureSlotPanel(TextureButtonsPanel):
|
|
|
6041
6047
|
bl_region_type: typing.Any
|
|
6042
6048
|
bl_space_type: typing.Any
|
|
6043
6049
|
|
|
6044
|
-
|
|
6050
|
+
@classmethod
|
|
6051
|
+
def poll(cls, context):
|
|
6045
6052
|
"""
|
|
6046
6053
|
|
|
6047
6054
|
:param context:
|
|
@@ -6053,7 +6060,8 @@ class TextureTypePanel(TextureButtonsPanel):
|
|
|
6053
6060
|
bl_region_type: typing.Any
|
|
6054
6061
|
bl_space_type: typing.Any
|
|
6055
6062
|
|
|
6056
|
-
|
|
6063
|
+
@classmethod
|
|
6064
|
+
def poll(cls, context):
|
|
6057
6065
|
"""
|
|
6058
6066
|
|
|
6059
6067
|
:param context:
|
|
@@ -407,7 +407,8 @@ class EEVEE_WORLD_PT_mist(WorldButtonsPanel, bpy_types._GenericUI):
|
|
|
407
407
|
"""Returns the property from the path, raise an exception when not found."""
|
|
408
408
|
...
|
|
409
409
|
|
|
410
|
-
|
|
410
|
+
@classmethod
|
|
411
|
+
def poll(cls, context):
|
|
411
412
|
"""
|
|
412
413
|
|
|
413
414
|
:param context:
|
|
@@ -635,7 +636,8 @@ class EEVEE_WORLD_PT_settings(WorldButtonsPanel, bpy_types._GenericUI):
|
|
|
635
636
|
"""Returns the property from the path, raise an exception when not found."""
|
|
636
637
|
...
|
|
637
638
|
|
|
638
|
-
|
|
639
|
+
@classmethod
|
|
640
|
+
def poll(cls, context):
|
|
639
641
|
"""
|
|
640
642
|
|
|
641
643
|
:param context:
|
|
@@ -1326,7 +1328,8 @@ class EEVEE_WORLD_PT_surface(WorldButtonsPanel, bpy_types._GenericUI):
|
|
|
1326
1328
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1327
1329
|
...
|
|
1328
1330
|
|
|
1329
|
-
|
|
1331
|
+
@classmethod
|
|
1332
|
+
def poll(cls, context):
|
|
1330
1333
|
"""
|
|
1331
1334
|
|
|
1332
1335
|
:param context:
|
|
@@ -1555,7 +1558,8 @@ class EEVEE_WORLD_PT_volume(WorldButtonsPanel, bpy_types._GenericUI):
|
|
|
1555
1558
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1556
1559
|
...
|
|
1557
1560
|
|
|
1558
|
-
|
|
1561
|
+
@classmethod
|
|
1562
|
+
def poll(cls, context):
|
|
1559
1563
|
"""
|
|
1560
1564
|
|
|
1561
1565
|
:param context:
|
|
@@ -1783,7 +1787,8 @@ class WORLD_PT_context_world(WorldButtonsPanel, bpy_types._GenericUI):
|
|
|
1783
1787
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1784
1788
|
...
|
|
1785
1789
|
|
|
1786
|
-
|
|
1790
|
+
@classmethod
|
|
1791
|
+
def poll(cls, context):
|
|
1787
1792
|
"""
|
|
1788
1793
|
|
|
1789
1794
|
:param context:
|
|
@@ -2246,7 +2251,8 @@ class WORLD_PT_viewport_display(WorldButtonsPanel, bpy_types._GenericUI):
|
|
|
2246
2251
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2247
2252
|
...
|
|
2248
2253
|
|
|
2249
|
-
|
|
2254
|
+
@classmethod
|
|
2255
|
+
def poll(cls, context):
|
|
2250
2256
|
"""
|
|
2251
2257
|
|
|
2252
2258
|
:param context:
|
|
@@ -2308,7 +2314,8 @@ class WorldButtonsPanel:
|
|
|
2308
2314
|
bl_region_type: typing.Any
|
|
2309
2315
|
bl_space_type: typing.Any
|
|
2310
2316
|
|
|
2311
|
-
|
|
2317
|
+
@classmethod
|
|
2318
|
+
def poll(cls, context):
|
|
2312
2319
|
"""
|
|
2313
2320
|
|
|
2314
2321
|
:param context:
|