fake-bpy-module 20240419__py3-none-any.whl → 20240421__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_ui/properties_render/__init__.pyi +142 -127
- bl_ui/properties_scene/__init__.pyi +162 -0
- bpy/ops/export_scene/__init__.pyi +7 -4
- bpy/ops/nla/__init__.pyi +3 -3
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +27897 -27887
- {fake_bpy_module-20240419.dist-info → fake_bpy_module-20240421.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240419.dist-info → fake_bpy_module-20240421.dist-info}/RECORD +10 -10
- {fake_bpy_module-20240419.dist-info → fake_bpy_module-20240421.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240419.dist-info → fake_bpy_module-20240421.dist-info}/top_level.txt +0 -0
|
@@ -1982,7 +1982,7 @@ class RENDER_PT_eevee_motion_blur(bpy_types._GenericUI):
|
|
|
1982
1982
|
""" """
|
|
1983
1983
|
...
|
|
1984
1984
|
|
|
1985
|
-
class
|
|
1985
|
+
class RENDER_PT_eevee_next_clamping(bpy_types._GenericUI):
|
|
1986
1986
|
""" """
|
|
1987
1987
|
|
|
1988
1988
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1997,9 +1997,6 @@ class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
|
|
|
1997
1997
|
bl_options: typing.Any
|
|
1998
1998
|
""" """
|
|
1999
1999
|
|
|
2000
|
-
bl_parent_id: typing.Any
|
|
2001
|
-
""" """
|
|
2002
|
-
|
|
2003
2000
|
bl_region_type: typing.Any
|
|
2004
2001
|
""" """
|
|
2005
2002
|
|
|
@@ -2038,13 +2035,6 @@ class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
|
|
|
2038
2035
|
"""
|
|
2039
2036
|
...
|
|
2040
2037
|
|
|
2041
|
-
def draw_header(self, context):
|
|
2042
|
-
"""
|
|
2043
|
-
|
|
2044
|
-
:param context:
|
|
2045
|
-
"""
|
|
2046
|
-
...
|
|
2047
|
-
|
|
2048
2038
|
def driver_add(self):
|
|
2049
2039
|
""" """
|
|
2050
2040
|
...
|
|
@@ -2154,7 +2144,7 @@ class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
|
|
|
2154
2144
|
""" """
|
|
2155
2145
|
...
|
|
2156
2146
|
|
|
2157
|
-
class
|
|
2147
|
+
class RENDER_PT_eevee_next_clamping_surface(bpy_types._GenericUI):
|
|
2158
2148
|
""" """
|
|
2159
2149
|
|
|
2160
2150
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2166,7 +2156,7 @@ class RENDER_PT_eevee_next_depth_of_field(bpy_types._GenericUI):
|
|
|
2166
2156
|
bl_label: typing.Any
|
|
2167
2157
|
""" """
|
|
2168
2158
|
|
|
2169
|
-
|
|
2159
|
+
bl_parent_id: typing.Any
|
|
2170
2160
|
""" """
|
|
2171
2161
|
|
|
2172
2162
|
bl_region_type: typing.Any
|
|
@@ -2316,7 +2306,7 @@ class RENDER_PT_eevee_next_depth_of_field(bpy_types._GenericUI):
|
|
|
2316
2306
|
""" """
|
|
2317
2307
|
...
|
|
2318
2308
|
|
|
2319
|
-
class
|
|
2309
|
+
class RENDER_PT_eevee_next_clamping_volume(bpy_types._GenericUI):
|
|
2320
2310
|
""" """
|
|
2321
2311
|
|
|
2322
2312
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2328,7 +2318,7 @@ class RENDER_PT_eevee_next_film(bpy_types._GenericUI):
|
|
|
2328
2318
|
bl_label: typing.Any
|
|
2329
2319
|
""" """
|
|
2330
2320
|
|
|
2331
|
-
|
|
2321
|
+
bl_parent_id: typing.Any
|
|
2332
2322
|
""" """
|
|
2333
2323
|
|
|
2334
2324
|
bl_region_type: typing.Any
|
|
@@ -2478,7 +2468,7 @@ class RENDER_PT_eevee_next_film(bpy_types._GenericUI):
|
|
|
2478
2468
|
""" """
|
|
2479
2469
|
...
|
|
2480
2470
|
|
|
2481
|
-
class
|
|
2471
|
+
class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
|
|
2482
2472
|
""" """
|
|
2483
2473
|
|
|
2484
2474
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2493,6 +2483,9 @@ class RENDER_PT_eevee_next_horizon_scan(bpy_types._GenericUI):
|
|
|
2493
2483
|
bl_options: typing.Any
|
|
2494
2484
|
""" """
|
|
2495
2485
|
|
|
2486
|
+
bl_parent_id: typing.Any
|
|
2487
|
+
""" """
|
|
2488
|
+
|
|
2496
2489
|
bl_region_type: typing.Any
|
|
2497
2490
|
""" """
|
|
2498
2491
|
|
|
@@ -2531,6 +2524,13 @@ class RENDER_PT_eevee_next_horizon_scan(bpy_types._GenericUI):
|
|
|
2531
2524
|
"""
|
|
2532
2525
|
...
|
|
2533
2526
|
|
|
2527
|
+
def draw_header(self, context):
|
|
2528
|
+
"""
|
|
2529
|
+
|
|
2530
|
+
:param context:
|
|
2531
|
+
"""
|
|
2532
|
+
...
|
|
2533
|
+
|
|
2534
2534
|
def driver_add(self):
|
|
2535
2535
|
""" """
|
|
2536
2536
|
...
|
|
@@ -2640,7 +2640,7 @@ class RENDER_PT_eevee_next_horizon_scan(bpy_types._GenericUI):
|
|
|
2640
2640
|
""" """
|
|
2641
2641
|
...
|
|
2642
2642
|
|
|
2643
|
-
class
|
|
2643
|
+
class RENDER_PT_eevee_next_depth_of_field(bpy_types._GenericUI):
|
|
2644
2644
|
""" """
|
|
2645
2645
|
|
|
2646
2646
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2802,7 +2802,7 @@ class RENDER_PT_eevee_next_light_probes(bpy_types._GenericUI):
|
|
|
2802
2802
|
""" """
|
|
2803
2803
|
...
|
|
2804
2804
|
|
|
2805
|
-
class
|
|
2805
|
+
class RENDER_PT_eevee_next_film(bpy_types._GenericUI):
|
|
2806
2806
|
""" """
|
|
2807
2807
|
|
|
2808
2808
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2814,7 +2814,7 @@ class RENDER_PT_eevee_next_light_probes_sphere(bpy_types._GenericUI):
|
|
|
2814
2814
|
bl_label: typing.Any
|
|
2815
2815
|
""" """
|
|
2816
2816
|
|
|
2817
|
-
|
|
2817
|
+
bl_options: typing.Any
|
|
2818
2818
|
""" """
|
|
2819
2819
|
|
|
2820
2820
|
bl_region_type: typing.Any
|
|
@@ -2964,7 +2964,7 @@ class RENDER_PT_eevee_next_light_probes_sphere(bpy_types._GenericUI):
|
|
|
2964
2964
|
""" """
|
|
2965
2965
|
...
|
|
2966
2966
|
|
|
2967
|
-
class
|
|
2967
|
+
class RENDER_PT_eevee_next_horizon_scan(bpy_types._GenericUI):
|
|
2968
2968
|
""" """
|
|
2969
2969
|
|
|
2970
2970
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2976,6 +2976,9 @@ class RENDER_PT_eevee_next_light_probes_volume(bpy_types._GenericUI):
|
|
|
2976
2976
|
bl_label: typing.Any
|
|
2977
2977
|
""" """
|
|
2978
2978
|
|
|
2979
|
+
bl_options: typing.Any
|
|
2980
|
+
""" """
|
|
2981
|
+
|
|
2979
2982
|
bl_parent_id: typing.Any
|
|
2980
2983
|
""" """
|
|
2981
2984
|
|
|
@@ -3126,7 +3129,7 @@ class RENDER_PT_eevee_next_light_probes_volume(bpy_types._GenericUI):
|
|
|
3126
3129
|
""" """
|
|
3127
3130
|
...
|
|
3128
3131
|
|
|
3129
|
-
class
|
|
3132
|
+
class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
|
|
3130
3133
|
""" """
|
|
3131
3134
|
|
|
3132
3135
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3179,6 +3182,13 @@ class RENDER_PT_eevee_next_lights(bpy_types._GenericUI):
|
|
|
3179
3182
|
"""
|
|
3180
3183
|
...
|
|
3181
3184
|
|
|
3185
|
+
def draw_header(self, context):
|
|
3186
|
+
"""
|
|
3187
|
+
|
|
3188
|
+
:param context:
|
|
3189
|
+
"""
|
|
3190
|
+
...
|
|
3191
|
+
|
|
3182
3192
|
def driver_add(self):
|
|
3183
3193
|
""" """
|
|
3184
3194
|
...
|
|
@@ -3288,7 +3298,7 @@ class RENDER_PT_eevee_next_lights(bpy_types._GenericUI):
|
|
|
3288
3298
|
""" """
|
|
3289
3299
|
...
|
|
3290
3300
|
|
|
3291
|
-
class
|
|
3301
|
+
class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
|
|
3292
3302
|
""" """
|
|
3293
3303
|
|
|
3294
3304
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3303,6 +3313,9 @@ class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
|
|
|
3303
3313
|
bl_options: typing.Any
|
|
3304
3314
|
""" """
|
|
3305
3315
|
|
|
3316
|
+
bl_parent_id: typing.Any
|
|
3317
|
+
""" """
|
|
3318
|
+
|
|
3306
3319
|
bl_region_type: typing.Any
|
|
3307
3320
|
""" """
|
|
3308
3321
|
|
|
@@ -3341,13 +3354,6 @@ class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
|
|
|
3341
3354
|
"""
|
|
3342
3355
|
...
|
|
3343
3356
|
|
|
3344
|
-
def draw_header(self, context):
|
|
3345
|
-
"""
|
|
3346
|
-
|
|
3347
|
-
:param context:
|
|
3348
|
-
"""
|
|
3349
|
-
...
|
|
3350
|
-
|
|
3351
3357
|
def driver_add(self):
|
|
3352
3358
|
""" """
|
|
3353
3359
|
...
|
|
@@ -3457,7 +3463,7 @@ class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
|
|
|
3457
3463
|
""" """
|
|
3458
3464
|
...
|
|
3459
3465
|
|
|
3460
|
-
class
|
|
3466
|
+
class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
|
|
3461
3467
|
""" """
|
|
3462
3468
|
|
|
3463
3469
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3472,9 +3478,6 @@ class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
|
|
|
3472
3478
|
bl_options: typing.Any
|
|
3473
3479
|
""" """
|
|
3474
3480
|
|
|
3475
|
-
bl_parent_id: typing.Any
|
|
3476
|
-
""" """
|
|
3477
|
-
|
|
3478
3481
|
bl_region_type: typing.Any
|
|
3479
3482
|
""" """
|
|
3480
3483
|
|
|
@@ -3513,6 +3516,20 @@ class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
|
|
|
3513
3516
|
"""
|
|
3514
3517
|
...
|
|
3515
3518
|
|
|
3519
|
+
def draw_header(self, context):
|
|
3520
|
+
"""
|
|
3521
|
+
|
|
3522
|
+
:param context:
|
|
3523
|
+
"""
|
|
3524
|
+
...
|
|
3525
|
+
|
|
3526
|
+
def draw_header_preset(self, _context):
|
|
3527
|
+
"""
|
|
3528
|
+
|
|
3529
|
+
:param _context:
|
|
3530
|
+
"""
|
|
3531
|
+
...
|
|
3532
|
+
|
|
3516
3533
|
def driver_add(self):
|
|
3517
3534
|
""" """
|
|
3518
3535
|
...
|
|
@@ -3622,31 +3639,31 @@ class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
|
|
|
3622
3639
|
""" """
|
|
3623
3640
|
...
|
|
3624
3641
|
|
|
3625
|
-
class
|
|
3642
|
+
class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
|
|
3626
3643
|
""" """
|
|
3627
3644
|
|
|
3628
|
-
|
|
3645
|
+
bl_label: typing.Any
|
|
3629
3646
|
""" """
|
|
3630
3647
|
|
|
3631
|
-
|
|
3648
|
+
bl_region_type: typing.Any
|
|
3632
3649
|
""" """
|
|
3633
3650
|
|
|
3634
|
-
|
|
3651
|
+
bl_rna: typing.Any
|
|
3635
3652
|
""" """
|
|
3636
3653
|
|
|
3637
|
-
|
|
3654
|
+
bl_space_type: typing.Any
|
|
3638
3655
|
""" """
|
|
3639
3656
|
|
|
3640
|
-
|
|
3657
|
+
id_data: typing.Any
|
|
3641
3658
|
""" """
|
|
3642
3659
|
|
|
3643
|
-
|
|
3660
|
+
preset_add_operator: typing.Any
|
|
3644
3661
|
""" """
|
|
3645
3662
|
|
|
3646
|
-
|
|
3663
|
+
preset_operator: typing.Any
|
|
3647
3664
|
""" """
|
|
3648
3665
|
|
|
3649
|
-
|
|
3666
|
+
preset_subdir: typing.Any
|
|
3650
3667
|
""" """
|
|
3651
3668
|
|
|
3652
3669
|
def append(self, draw_func):
|
|
@@ -3675,17 +3692,18 @@ class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
|
|
|
3675
3692
|
"""
|
|
3676
3693
|
...
|
|
3677
3694
|
|
|
3678
|
-
def
|
|
3695
|
+
def draw_menu(self, layout, text):
|
|
3679
3696
|
"""
|
|
3680
3697
|
|
|
3681
|
-
:param
|
|
3698
|
+
:param layout:
|
|
3699
|
+
:param text:
|
|
3682
3700
|
"""
|
|
3683
3701
|
...
|
|
3684
3702
|
|
|
3685
|
-
def
|
|
3703
|
+
def draw_panel_header(self, layout):
|
|
3686
3704
|
"""
|
|
3687
3705
|
|
|
3688
|
-
:param
|
|
3706
|
+
:param layout:
|
|
3689
3707
|
"""
|
|
3690
3708
|
...
|
|
3691
3709
|
|
|
@@ -3753,17 +3771,36 @@ class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
|
|
|
3753
3771
|
""" """
|
|
3754
3772
|
...
|
|
3755
3773
|
|
|
3756
|
-
def
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3774
|
+
def path_menu(
|
|
3775
|
+
self,
|
|
3776
|
+
searchpaths,
|
|
3777
|
+
operator,
|
|
3778
|
+
props_default,
|
|
3779
|
+
prop_filepath,
|
|
3780
|
+
filter_ext,
|
|
3781
|
+
filter_path,
|
|
3782
|
+
display_name,
|
|
3783
|
+
add_operator,
|
|
3784
|
+
add_operator_props,
|
|
3785
|
+
):
|
|
3761
3786
|
"""
|
|
3762
3787
|
|
|
3763
|
-
:param
|
|
3788
|
+
:param searchpaths:
|
|
3789
|
+
:param operator:
|
|
3790
|
+
:param props_default:
|
|
3791
|
+
:param prop_filepath:
|
|
3792
|
+
:param filter_ext:
|
|
3793
|
+
:param filter_path:
|
|
3794
|
+
:param display_name:
|
|
3795
|
+
:param add_operator:
|
|
3796
|
+
:param add_operator_props:
|
|
3764
3797
|
"""
|
|
3765
3798
|
...
|
|
3766
3799
|
|
|
3800
|
+
def path_resolve(self):
|
|
3801
|
+
""" """
|
|
3802
|
+
...
|
|
3803
|
+
|
|
3767
3804
|
def pop(self):
|
|
3768
3805
|
""" """
|
|
3769
3806
|
...
|
|
@@ -3798,7 +3835,13 @@ class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
|
|
|
3798
3835
|
""" """
|
|
3799
3836
|
...
|
|
3800
3837
|
|
|
3801
|
-
class
|
|
3838
|
+
class RENDER_PT_eevee_next_sampling(bpy_types._GenericUI):
|
|
3839
|
+
""" """
|
|
3840
|
+
|
|
3841
|
+
COMPAT_ENGINES: typing.Any
|
|
3842
|
+
""" """
|
|
3843
|
+
|
|
3844
|
+
bl_context: typing.Any
|
|
3802
3845
|
""" """
|
|
3803
3846
|
|
|
3804
3847
|
bl_label: typing.Any
|
|
@@ -3816,15 +3859,6 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
|
|
|
3816
3859
|
id_data: typing.Any
|
|
3817
3860
|
""" """
|
|
3818
3861
|
|
|
3819
|
-
preset_add_operator: typing.Any
|
|
3820
|
-
""" """
|
|
3821
|
-
|
|
3822
|
-
preset_operator: typing.Any
|
|
3823
|
-
""" """
|
|
3824
|
-
|
|
3825
|
-
preset_subdir: typing.Any
|
|
3826
|
-
""" """
|
|
3827
|
-
|
|
3828
3862
|
def append(self, draw_func):
|
|
3829
3863
|
"""
|
|
3830
3864
|
|
|
@@ -3851,21 +3885,6 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
|
|
|
3851
3885
|
"""
|
|
3852
3886
|
...
|
|
3853
3887
|
|
|
3854
|
-
def draw_menu(self, layout, text):
|
|
3855
|
-
"""
|
|
3856
|
-
|
|
3857
|
-
:param layout:
|
|
3858
|
-
:param text:
|
|
3859
|
-
"""
|
|
3860
|
-
...
|
|
3861
|
-
|
|
3862
|
-
def draw_panel_header(self, layout):
|
|
3863
|
-
"""
|
|
3864
|
-
|
|
3865
|
-
:param layout:
|
|
3866
|
-
"""
|
|
3867
|
-
...
|
|
3868
|
-
|
|
3869
3888
|
def driver_add(self):
|
|
3870
3889
|
""" """
|
|
3871
3890
|
...
|
|
@@ -3930,34 +3949,15 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
|
|
|
3930
3949
|
""" """
|
|
3931
3950
|
...
|
|
3932
3951
|
|
|
3933
|
-
def
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
operator,
|
|
3937
|
-
props_default,
|
|
3938
|
-
prop_filepath,
|
|
3939
|
-
filter_ext,
|
|
3940
|
-
filter_path,
|
|
3941
|
-
display_name,
|
|
3942
|
-
add_operator,
|
|
3943
|
-
add_operator_props,
|
|
3944
|
-
):
|
|
3945
|
-
"""
|
|
3952
|
+
def path_resolve(self):
|
|
3953
|
+
""" """
|
|
3954
|
+
...
|
|
3946
3955
|
|
|
3947
|
-
|
|
3948
|
-
:param operator:
|
|
3949
|
-
:param props_default:
|
|
3950
|
-
:param prop_filepath:
|
|
3951
|
-
:param filter_ext:
|
|
3952
|
-
:param filter_path:
|
|
3953
|
-
:param display_name:
|
|
3954
|
-
:param add_operator:
|
|
3955
|
-
:param add_operator_props:
|
|
3956
|
+
def poll(self, context):
|
|
3956
3957
|
"""
|
|
3957
|
-
...
|
|
3958
3958
|
|
|
3959
|
-
|
|
3960
|
-
"""
|
|
3959
|
+
:param context:
|
|
3960
|
+
"""
|
|
3961
3961
|
...
|
|
3962
3962
|
|
|
3963
3963
|
def pop(self):
|
|
@@ -3994,7 +3994,7 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
|
|
|
3994
3994
|
""" """
|
|
3995
3995
|
...
|
|
3996
3996
|
|
|
3997
|
-
class
|
|
3997
|
+
class RENDER_PT_eevee_next_sampling_advanced(bpy_types._GenericUI):
|
|
3998
3998
|
""" """
|
|
3999
3999
|
|
|
4000
4000
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4006,6 +4006,12 @@ class RENDER_PT_eevee_next_sampling(bpy_types._GenericUI):
|
|
|
4006
4006
|
bl_label: typing.Any
|
|
4007
4007
|
""" """
|
|
4008
4008
|
|
|
4009
|
+
bl_options: typing.Any
|
|
4010
|
+
""" """
|
|
4011
|
+
|
|
4012
|
+
bl_parent_id: typing.Any
|
|
4013
|
+
""" """
|
|
4014
|
+
|
|
4009
4015
|
bl_region_type: typing.Any
|
|
4010
4016
|
""" """
|
|
4011
4017
|
|
|
@@ -4315,7 +4321,7 @@ class RENDER_PT_eevee_next_sampling_render(bpy_types._GenericUI):
|
|
|
4315
4321
|
""" """
|
|
4316
4322
|
...
|
|
4317
4323
|
|
|
4318
|
-
class
|
|
4324
|
+
class RENDER_PT_eevee_next_sampling_shadows(bpy_types._GenericUI):
|
|
4319
4325
|
""" """
|
|
4320
4326
|
|
|
4321
4327
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4327,6 +4333,9 @@ class RENDER_PT_eevee_next_sampling_viewport(bpy_types._GenericUI):
|
|
|
4327
4333
|
bl_label: typing.Any
|
|
4328
4334
|
""" """
|
|
4329
4335
|
|
|
4336
|
+
bl_options: typing.Any
|
|
4337
|
+
""" """
|
|
4338
|
+
|
|
4330
4339
|
bl_parent_id: typing.Any
|
|
4331
4340
|
""" """
|
|
4332
4341
|
|
|
@@ -4368,6 +4377,13 @@ class RENDER_PT_eevee_next_sampling_viewport(bpy_types._GenericUI):
|
|
|
4368
4377
|
"""
|
|
4369
4378
|
...
|
|
4370
4379
|
|
|
4380
|
+
def draw_header(self, context):
|
|
4381
|
+
"""
|
|
4382
|
+
|
|
4383
|
+
:param context:
|
|
4384
|
+
"""
|
|
4385
|
+
...
|
|
4386
|
+
|
|
4371
4387
|
def driver_add(self):
|
|
4372
4388
|
""" """
|
|
4373
4389
|
...
|
|
@@ -4477,7 +4493,7 @@ class RENDER_PT_eevee_next_sampling_viewport(bpy_types._GenericUI):
|
|
|
4477
4493
|
""" """
|
|
4478
4494
|
...
|
|
4479
4495
|
|
|
4480
|
-
class
|
|
4496
|
+
class RENDER_PT_eevee_next_sampling_viewport(bpy_types._GenericUI):
|
|
4481
4497
|
""" """
|
|
4482
4498
|
|
|
4483
4499
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4489,9 +4505,6 @@ class RENDER_PT_eevee_next_screen_trace(bpy_types._GenericUI):
|
|
|
4489
4505
|
bl_label: typing.Any
|
|
4490
4506
|
""" """
|
|
4491
4507
|
|
|
4492
|
-
bl_options: typing.Any
|
|
4493
|
-
""" """
|
|
4494
|
-
|
|
4495
4508
|
bl_parent_id: typing.Any
|
|
4496
4509
|
""" """
|
|
4497
4510
|
|
|
@@ -4642,7 +4655,7 @@ class RENDER_PT_eevee_next_screen_trace(bpy_types._GenericUI):
|
|
|
4642
4655
|
""" """
|
|
4643
4656
|
...
|
|
4644
4657
|
|
|
4645
|
-
class
|
|
4658
|
+
class RENDER_PT_eevee_next_screen_trace(bpy_types._GenericUI):
|
|
4646
4659
|
""" """
|
|
4647
4660
|
|
|
4648
4661
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4657,6 +4670,9 @@ class RENDER_PT_eevee_next_shadows(bpy_types._GenericUI):
|
|
|
4657
4670
|
bl_options: typing.Any
|
|
4658
4671
|
""" """
|
|
4659
4672
|
|
|
4673
|
+
bl_parent_id: typing.Any
|
|
4674
|
+
""" """
|
|
4675
|
+
|
|
4660
4676
|
bl_region_type: typing.Any
|
|
4661
4677
|
""" """
|
|
4662
4678
|
|
|
@@ -4695,13 +4711,6 @@ class RENDER_PT_eevee_next_shadows(bpy_types._GenericUI):
|
|
|
4695
4711
|
"""
|
|
4696
4712
|
...
|
|
4697
4713
|
|
|
4698
|
-
def draw_header(self, context):
|
|
4699
|
-
"""
|
|
4700
|
-
|
|
4701
|
-
:param context:
|
|
4702
|
-
"""
|
|
4703
|
-
...
|
|
4704
|
-
|
|
4705
4714
|
def driver_add(self):
|
|
4706
4715
|
""" """
|
|
4707
4716
|
...
|
|
@@ -4973,7 +4982,7 @@ class RENDER_PT_eevee_next_volumes(bpy_types._GenericUI):
|
|
|
4973
4982
|
""" """
|
|
4974
4983
|
...
|
|
4975
4984
|
|
|
4976
|
-
class
|
|
4985
|
+
class RENDER_PT_eevee_next_volumes_range(bpy_types._GenericUI):
|
|
4977
4986
|
""" """
|
|
4978
4987
|
|
|
4979
4988
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4985,6 +4994,9 @@ class RENDER_PT_eevee_next_volumes_lighting(bpy_types._GenericUI):
|
|
|
4985
4994
|
bl_label: typing.Any
|
|
4986
4995
|
""" """
|
|
4987
4996
|
|
|
4997
|
+
bl_options: typing.Any
|
|
4998
|
+
""" """
|
|
4999
|
+
|
|
4988
5000
|
bl_parent_id: typing.Any
|
|
4989
5001
|
""" """
|
|
4990
5002
|
|
|
@@ -5026,6 +5038,13 @@ class RENDER_PT_eevee_next_volumes_lighting(bpy_types._GenericUI):
|
|
|
5026
5038
|
"""
|
|
5027
5039
|
...
|
|
5028
5040
|
|
|
5041
|
+
def draw_header(self, context):
|
|
5042
|
+
"""
|
|
5043
|
+
|
|
5044
|
+
:param context:
|
|
5045
|
+
"""
|
|
5046
|
+
...
|
|
5047
|
+
|
|
5029
5048
|
def driver_add(self):
|
|
5030
5049
|
""" """
|
|
5031
5050
|
...
|
|
@@ -5135,7 +5154,7 @@ class RENDER_PT_eevee_next_volumes_lighting(bpy_types._GenericUI):
|
|
|
5135
5154
|
""" """
|
|
5136
5155
|
...
|
|
5137
5156
|
|
|
5138
|
-
class
|
|
5157
|
+
class RENDER_PT_eevee_performance(bpy_types._GenericUI):
|
|
5139
5158
|
""" """
|
|
5140
5159
|
|
|
5141
5160
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5147,7 +5166,7 @@ class RENDER_PT_eevee_next_volumes_shadows(bpy_types._GenericUI):
|
|
|
5147
5166
|
bl_label: typing.Any
|
|
5148
5167
|
""" """
|
|
5149
5168
|
|
|
5150
|
-
|
|
5169
|
+
bl_options: typing.Any
|
|
5151
5170
|
""" """
|
|
5152
5171
|
|
|
5153
5172
|
bl_region_type: typing.Any
|
|
@@ -5188,13 +5207,6 @@ class RENDER_PT_eevee_next_volumes_shadows(bpy_types._GenericUI):
|
|
|
5188
5207
|
"""
|
|
5189
5208
|
...
|
|
5190
5209
|
|
|
5191
|
-
def draw_header(self, context):
|
|
5192
|
-
"""
|
|
5193
|
-
|
|
5194
|
-
:param context:
|
|
5195
|
-
"""
|
|
5196
|
-
...
|
|
5197
|
-
|
|
5198
5210
|
def driver_add(self):
|
|
5199
5211
|
""" """
|
|
5200
5212
|
...
|
|
@@ -5304,7 +5316,7 @@ class RENDER_PT_eevee_next_volumes_shadows(bpy_types._GenericUI):
|
|
|
5304
5316
|
""" """
|
|
5305
5317
|
...
|
|
5306
5318
|
|
|
5307
|
-
class
|
|
5319
|
+
class RENDER_PT_eevee_performance_memory(bpy_types._GenericUI):
|
|
5308
5320
|
""" """
|
|
5309
5321
|
|
|
5310
5322
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5319,6 +5331,9 @@ class RENDER_PT_eevee_performance(bpy_types._GenericUI):
|
|
|
5319
5331
|
bl_options: typing.Any
|
|
5320
5332
|
""" """
|
|
5321
5333
|
|
|
5334
|
+
bl_parent_id: typing.Any
|
|
5335
|
+
""" """
|
|
5336
|
+
|
|
5322
5337
|
bl_region_type: typing.Any
|
|
5323
5338
|
""" """
|
|
5324
5339
|
|