fake-bpy-module 20240706__py3-none-any.whl → 20240708__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_operators/assets/__init__.pyi +8 -8
- bl_operators/image_as_planes/__init__.pyi +43 -43
- bl_operators/node/__init__.pyi +234 -234
- bl_operators/object_quick_effects/__init__.pyi +21 -21
- bl_operators/presets/__init__.pyi +388 -388
- bl_ui/properties_collection/__init__.pyi +12 -12
- bl_ui/properties_constraint/__init__.pyi +954 -954
- bl_ui/properties_data_armature/__init__.pyi +85 -85
- bl_ui/properties_data_bone/__init__.pyi +12 -12
- bl_ui/properties_data_curve/__init__.pyi +92 -92
- bl_ui/properties_data_curves/__init__.pyi +12 -12
- bl_ui/properties_data_empty/__init__.pyi +12 -12
- bl_ui/properties_data_gpencil/__init__.pyi +265 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +312 -312
- bl_ui/properties_data_lattice/__init__.pyi +12 -12
- bl_ui/properties_data_light/__init__.pyi +12 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +12 -12
- bl_ui/properties_data_mesh/__init__.pyi +527 -527
- bl_ui/properties_data_metaball/__init__.pyi +12 -12
- bl_ui/properties_data_modifier/__init__.pyi +19 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +140 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +5 -5
- bl_ui/properties_data_speaker/__init__.pyi +12 -12
- bl_ui/properties_data_volume/__init__.pyi +65 -65
- bl_ui/properties_freestyle/__init__.pyi +248 -248
- bl_ui/properties_material/__init__.pyi +145 -145
- bl_ui/properties_material_gpencil/__init__.pyi +86 -86
- bl_ui/properties_object/__init__.pyi +75 -75
- bl_ui/properties_output/__init__.pyi +201 -201
- bl_ui/properties_particle/__init__.pyi +220 -220
- bl_ui/properties_physics_cloth/__init__.pyi +12 -12
- bl_ui/properties_physics_common/__init__.pyi +12 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +187 -187
- bl_ui/properties_physics_field/__init__.pyi +19 -19
- bl_ui/properties_physics_fluid/__init__.pyi +61 -61
- bl_ui/properties_physics_rigidbody/__init__.pyi +5 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +5 -5
- bl_ui/properties_physics_softbody/__init__.pyi +12 -12
- bl_ui/properties_render/__init__.pyi +217 -217
- bl_ui/properties_scene/__init__.pyi +143 -143
- bl_ui/properties_texture/__init__.pyi +156 -156
- bl_ui/properties_view_layer/__init__.pyi +78 -78
- bl_ui/properties_workspace/__init__.pyi +64 -64
- bl_ui/properties_world/__init__.pyi +12 -12
- bl_ui/space_clip/__init__.pyi +366 -366
- bl_ui/space_dopesheet/__init__.pyi +176 -176
- bl_ui/space_filebrowser/__init__.pyi +735 -735
- bl_ui/space_image/__init__.pyi +646 -646
- bl_ui/space_sequencer/__init__.pyi +841 -389
- bl_ui/space_time/__init__.pyi +11 -11
- bl_ui/space_userpref/__init__.pyi +684 -684
- bl_ui/space_view3d/__init__.pyi +1152 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2831 -2831
- bmesh/types/__init__.pyi +48 -0
- bpy/types/__init__.pyi +70624 -70606
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/METADATA +4 -4
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/RECORD +63 -63
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +87 -87
- mathutils/__init__.pyi +156 -50
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/top_level.txt +0 -0
|
@@ -19,29 +19,16 @@ class CompositorPerformanceButtonsPanel:
|
|
|
19
19
|
"""
|
|
20
20
|
...
|
|
21
21
|
|
|
22
|
-
class RenderButtonsPanel:
|
|
22
|
+
class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
|
|
23
|
+
COMPAT_ENGINES: typing.Any
|
|
23
24
|
bl_context: typing.Any
|
|
24
|
-
bl_region_type: typing.Any
|
|
25
|
-
bl_space_type: typing.Any
|
|
26
|
-
|
|
27
|
-
def poll(self, context):
|
|
28
|
-
"""
|
|
29
|
-
|
|
30
|
-
:param context:
|
|
31
|
-
"""
|
|
32
|
-
...
|
|
33
|
-
|
|
34
|
-
class RENDER_PT_color_management_white_balance_presets(
|
|
35
|
-
bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
36
|
-
):
|
|
37
25
|
bl_label: typing.Any
|
|
26
|
+
bl_options: typing.Any
|
|
27
|
+
bl_order: typing.Any
|
|
38
28
|
bl_region_type: typing.Any
|
|
39
29
|
bl_rna: typing.Any
|
|
40
30
|
bl_space_type: typing.Any
|
|
41
31
|
id_data: typing.Any
|
|
42
|
-
preset_add_operator: typing.Any
|
|
43
|
-
preset_operator: typing.Any
|
|
44
|
-
preset_subdir: typing.Any
|
|
45
32
|
|
|
46
33
|
def append(self, draw_func):
|
|
47
34
|
"""Append a draw function to this menu,
|
|
@@ -82,21 +69,6 @@ class RENDER_PT_color_management_white_balance_presets(
|
|
|
82
69
|
"""
|
|
83
70
|
...
|
|
84
71
|
|
|
85
|
-
def draw_menu(self, layout, text=None):
|
|
86
|
-
"""
|
|
87
|
-
|
|
88
|
-
:param layout:
|
|
89
|
-
:param text:
|
|
90
|
-
"""
|
|
91
|
-
...
|
|
92
|
-
|
|
93
|
-
def draw_panel_header(self, layout):
|
|
94
|
-
"""
|
|
95
|
-
|
|
96
|
-
:param layout:
|
|
97
|
-
"""
|
|
98
|
-
...
|
|
99
|
-
|
|
100
72
|
def driver_add(self) -> bpy.types.FCurve:
|
|
101
73
|
"""Adds driver(s) to the given property
|
|
102
74
|
|
|
@@ -215,42 +187,15 @@ class RENDER_PT_color_management_white_balance_presets(
|
|
|
215
187
|
"""
|
|
216
188
|
...
|
|
217
189
|
|
|
218
|
-
def
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
operator: str,
|
|
222
|
-
props_default: dict = None,
|
|
223
|
-
prop_filepath: str | None = "filepath",
|
|
224
|
-
filter_ext: collections.abc.Callable | None = None,
|
|
225
|
-
filter_path=None,
|
|
226
|
-
display_name: collections.abc.Callable | None = None,
|
|
227
|
-
add_operator=None,
|
|
228
|
-
add_operator_props=None,
|
|
229
|
-
):
|
|
230
|
-
"""Populate a menu from a list of paths.
|
|
231
|
-
|
|
232
|
-
:param searchpaths: Paths to scan.
|
|
233
|
-
:type searchpaths: list[str]
|
|
234
|
-
:param operator: The operator id to use with each file.
|
|
235
|
-
:type operator: str
|
|
236
|
-
:param props_default: Properties to assign to each operator.
|
|
237
|
-
:type props_default: dict
|
|
238
|
-
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
239
|
-
:type prop_filepath: str | None
|
|
240
|
-
:param filter_ext: Optional callback that takes the file extensions.
|
|
190
|
+
def path_resolve(self):
|
|
191
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
192
|
+
...
|
|
241
193
|
|
|
242
|
-
|
|
243
|
-
:type filter_ext: collections.abc.Callable | None
|
|
244
|
-
:param filter_path:
|
|
245
|
-
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
246
|
-
:type display_name: collections.abc.Callable | None
|
|
247
|
-
:param add_operator:
|
|
248
|
-
:param add_operator_props:
|
|
194
|
+
def poll(self, context):
|
|
249
195
|
"""
|
|
250
|
-
...
|
|
251
196
|
|
|
252
|
-
|
|
253
|
-
"""
|
|
197
|
+
:param context:
|
|
198
|
+
"""
|
|
254
199
|
...
|
|
255
200
|
|
|
256
201
|
def pop(self):
|
|
@@ -303,10 +248,12 @@ class RENDER_PT_color_management_white_balance_presets(
|
|
|
303
248
|
"""
|
|
304
249
|
...
|
|
305
250
|
|
|
306
|
-
class
|
|
251
|
+
class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI):
|
|
252
|
+
COMPAT_ENGINES: typing.Any
|
|
307
253
|
bl_context: typing.Any
|
|
308
254
|
bl_label: typing.Any
|
|
309
255
|
bl_options: typing.Any
|
|
256
|
+
bl_parent_id: typing.Any
|
|
310
257
|
bl_region_type: typing.Any
|
|
311
258
|
bl_rna: typing.Any
|
|
312
259
|
bl_space_type: typing.Any
|
|
@@ -351,6 +298,13 @@ class RENDER_PT_context(bpy_types._GenericUI):
|
|
|
351
298
|
"""
|
|
352
299
|
...
|
|
353
300
|
|
|
301
|
+
def draw_header(self, context):
|
|
302
|
+
"""
|
|
303
|
+
|
|
304
|
+
:param context:
|
|
305
|
+
"""
|
|
306
|
+
...
|
|
307
|
+
|
|
354
308
|
def driver_add(self) -> bpy.types.FCurve:
|
|
355
309
|
"""Adds driver(s) to the given property
|
|
356
310
|
|
|
@@ -530,17 +484,18 @@ class RENDER_PT_context(bpy_types._GenericUI):
|
|
|
530
484
|
"""
|
|
531
485
|
...
|
|
532
486
|
|
|
533
|
-
class
|
|
534
|
-
|
|
487
|
+
class RENDER_PT_color_management_display_settings(
|
|
488
|
+
RenderButtonsPanel, bpy_types._GenericUI
|
|
535
489
|
):
|
|
490
|
+
COMPAT_ENGINES: typing.Any
|
|
491
|
+
bl_context: typing.Any
|
|
536
492
|
bl_label: typing.Any
|
|
493
|
+
bl_options: typing.Any
|
|
494
|
+
bl_parent_id: typing.Any
|
|
537
495
|
bl_region_type: typing.Any
|
|
538
496
|
bl_rna: typing.Any
|
|
539
497
|
bl_space_type: typing.Any
|
|
540
498
|
id_data: typing.Any
|
|
541
|
-
preset_add_operator: typing.Any
|
|
542
|
-
preset_operator: typing.Any
|
|
543
|
-
preset_subdir: typing.Any
|
|
544
499
|
|
|
545
500
|
def append(self, draw_func):
|
|
546
501
|
"""Append a draw function to this menu,
|
|
@@ -581,21 +536,6 @@ class RENDER_PT_eevee_next_raytracing_presets(
|
|
|
581
536
|
"""
|
|
582
537
|
...
|
|
583
538
|
|
|
584
|
-
def draw_menu(self, layout, text=None):
|
|
585
|
-
"""
|
|
586
|
-
|
|
587
|
-
:param layout:
|
|
588
|
-
:param text:
|
|
589
|
-
"""
|
|
590
|
-
...
|
|
591
|
-
|
|
592
|
-
def draw_panel_header(self, layout):
|
|
593
|
-
"""
|
|
594
|
-
|
|
595
|
-
:param layout:
|
|
596
|
-
"""
|
|
597
|
-
...
|
|
598
|
-
|
|
599
539
|
def driver_add(self) -> bpy.types.FCurve:
|
|
600
540
|
"""Adds driver(s) to the given property
|
|
601
541
|
|
|
@@ -714,42 +654,15 @@ class RENDER_PT_eevee_next_raytracing_presets(
|
|
|
714
654
|
"""
|
|
715
655
|
...
|
|
716
656
|
|
|
717
|
-
def
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
operator: str,
|
|
721
|
-
props_default: dict = None,
|
|
722
|
-
prop_filepath: str | None = "filepath",
|
|
723
|
-
filter_ext: collections.abc.Callable | None = None,
|
|
724
|
-
filter_path=None,
|
|
725
|
-
display_name: collections.abc.Callable | None = None,
|
|
726
|
-
add_operator=None,
|
|
727
|
-
add_operator_props=None,
|
|
728
|
-
):
|
|
729
|
-
"""Populate a menu from a list of paths.
|
|
730
|
-
|
|
731
|
-
:param searchpaths: Paths to scan.
|
|
732
|
-
:type searchpaths: list[str]
|
|
733
|
-
:param operator: The operator id to use with each file.
|
|
734
|
-
:type operator: str
|
|
735
|
-
:param props_default: Properties to assign to each operator.
|
|
736
|
-
:type props_default: dict
|
|
737
|
-
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
738
|
-
:type prop_filepath: str | None
|
|
739
|
-
:param filter_ext: Optional callback that takes the file extensions.
|
|
657
|
+
def path_resolve(self):
|
|
658
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
659
|
+
...
|
|
740
660
|
|
|
741
|
-
|
|
742
|
-
:type filter_ext: collections.abc.Callable | None
|
|
743
|
-
:param filter_path:
|
|
744
|
-
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
745
|
-
:type display_name: collections.abc.Callable | None
|
|
746
|
-
:param add_operator:
|
|
747
|
-
:param add_operator_props:
|
|
661
|
+
def poll(self, context):
|
|
748
662
|
"""
|
|
749
|
-
...
|
|
750
663
|
|
|
751
|
-
|
|
752
|
-
"""
|
|
664
|
+
:param context:
|
|
665
|
+
"""
|
|
753
666
|
...
|
|
754
667
|
|
|
755
668
|
def pop(self):
|
|
@@ -802,12 +715,14 @@ class RENDER_PT_eevee_next_raytracing_presets(
|
|
|
802
715
|
"""
|
|
803
716
|
...
|
|
804
717
|
|
|
805
|
-
class
|
|
718
|
+
class RENDER_PT_color_management_white_balance(
|
|
719
|
+
RenderButtonsPanel, bpy_types._GenericUI
|
|
720
|
+
):
|
|
806
721
|
COMPAT_ENGINES: typing.Any
|
|
807
722
|
bl_context: typing.Any
|
|
808
723
|
bl_label: typing.Any
|
|
809
724
|
bl_options: typing.Any
|
|
810
|
-
|
|
725
|
+
bl_parent_id: typing.Any
|
|
811
726
|
bl_region_type: typing.Any
|
|
812
727
|
bl_rna: typing.Any
|
|
813
728
|
bl_space_type: typing.Any
|
|
@@ -852,6 +767,20 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
852
767
|
"""
|
|
853
768
|
...
|
|
854
769
|
|
|
770
|
+
def draw_header(self, context):
|
|
771
|
+
"""
|
|
772
|
+
|
|
773
|
+
:param context:
|
|
774
|
+
"""
|
|
775
|
+
...
|
|
776
|
+
|
|
777
|
+
def draw_header_preset(self, context):
|
|
778
|
+
"""
|
|
779
|
+
|
|
780
|
+
:param context:
|
|
781
|
+
"""
|
|
782
|
+
...
|
|
783
|
+
|
|
855
784
|
def driver_add(self) -> bpy.types.FCurve:
|
|
856
785
|
"""Adds driver(s) to the given property
|
|
857
786
|
|
|
@@ -1031,16 +960,17 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
1031
960
|
"""
|
|
1032
961
|
...
|
|
1033
962
|
|
|
1034
|
-
class
|
|
1035
|
-
|
|
1036
|
-
|
|
963
|
+
class RENDER_PT_color_management_white_balance_presets(
|
|
964
|
+
bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
965
|
+
):
|
|
1037
966
|
bl_label: typing.Any
|
|
1038
|
-
bl_options: typing.Any
|
|
1039
|
-
bl_parent_id: typing.Any
|
|
1040
967
|
bl_region_type: typing.Any
|
|
1041
968
|
bl_rna: typing.Any
|
|
1042
969
|
bl_space_type: typing.Any
|
|
1043
970
|
id_data: typing.Any
|
|
971
|
+
preset_add_operator: typing.Any
|
|
972
|
+
preset_operator: typing.Any
|
|
973
|
+
preset_subdir: typing.Any
|
|
1044
974
|
|
|
1045
975
|
def append(self, draw_func):
|
|
1046
976
|
"""Append a draw function to this menu,
|
|
@@ -1081,10 +1011,18 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
1081
1011
|
"""
|
|
1082
1012
|
...
|
|
1083
1013
|
|
|
1084
|
-
def
|
|
1014
|
+
def draw_menu(self, layout, text=None):
|
|
1085
1015
|
"""
|
|
1086
1016
|
|
|
1087
|
-
:param
|
|
1017
|
+
:param layout:
|
|
1018
|
+
:param text:
|
|
1019
|
+
"""
|
|
1020
|
+
...
|
|
1021
|
+
|
|
1022
|
+
def draw_panel_header(self, layout):
|
|
1023
|
+
"""
|
|
1024
|
+
|
|
1025
|
+
:param layout:
|
|
1088
1026
|
"""
|
|
1089
1027
|
...
|
|
1090
1028
|
|
|
@@ -1206,17 +1144,44 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
1206
1144
|
"""
|
|
1207
1145
|
...
|
|
1208
1146
|
|
|
1209
|
-
def
|
|
1210
|
-
|
|
1211
|
-
|
|
1147
|
+
def path_menu(
|
|
1148
|
+
self,
|
|
1149
|
+
searchpaths: list[str],
|
|
1150
|
+
operator: str,
|
|
1151
|
+
props_default: dict = None,
|
|
1152
|
+
prop_filepath: str | None = "filepath",
|
|
1153
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1154
|
+
filter_path=None,
|
|
1155
|
+
display_name: collections.abc.Callable | None = None,
|
|
1156
|
+
add_operator=None,
|
|
1157
|
+
add_operator_props=None,
|
|
1158
|
+
):
|
|
1159
|
+
"""Populate a menu from a list of paths.
|
|
1212
1160
|
|
|
1213
|
-
|
|
1214
|
-
|
|
1161
|
+
:param searchpaths: Paths to scan.
|
|
1162
|
+
:type searchpaths: list[str]
|
|
1163
|
+
:param operator: The operator id to use with each file.
|
|
1164
|
+
:type operator: str
|
|
1165
|
+
:param props_default: Properties to assign to each operator.
|
|
1166
|
+
:type props_default: dict
|
|
1167
|
+
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1168
|
+
:type prop_filepath: str | None
|
|
1169
|
+
:param filter_ext: Optional callback that takes the file extensions.
|
|
1215
1170
|
|
|
1216
|
-
|
|
1171
|
+
Returning false excludes the file from the list.
|
|
1172
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1173
|
+
:param filter_path:
|
|
1174
|
+
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1175
|
+
:type display_name: collections.abc.Callable | None
|
|
1176
|
+
:param add_operator:
|
|
1177
|
+
:param add_operator_props:
|
|
1217
1178
|
"""
|
|
1218
1179
|
...
|
|
1219
1180
|
|
|
1181
|
+
def path_resolve(self):
|
|
1182
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
1183
|
+
...
|
|
1184
|
+
|
|
1220
1185
|
def pop(self):
|
|
1221
1186
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1222
1187
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1267,14 +1232,10 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
1267
1232
|
"""
|
|
1268
1233
|
...
|
|
1269
1234
|
|
|
1270
|
-
class
|
|
1271
|
-
RenderButtonsPanel, bpy_types._GenericUI
|
|
1272
|
-
):
|
|
1273
|
-
COMPAT_ENGINES: typing.Any
|
|
1235
|
+
class RENDER_PT_context(bpy_types._GenericUI):
|
|
1274
1236
|
bl_context: typing.Any
|
|
1275
1237
|
bl_label: typing.Any
|
|
1276
1238
|
bl_options: typing.Any
|
|
1277
|
-
bl_parent_id: typing.Any
|
|
1278
1239
|
bl_region_type: typing.Any
|
|
1279
1240
|
bl_rna: typing.Any
|
|
1280
1241
|
bl_space_type: typing.Any
|
|
@@ -1498,14 +1459,11 @@ class RENDER_PT_color_management_display_settings(
|
|
|
1498
1459
|
"""
|
|
1499
1460
|
...
|
|
1500
1461
|
|
|
1501
|
-
class
|
|
1502
|
-
RenderButtonsPanel, bpy_types._GenericUI
|
|
1503
|
-
):
|
|
1462
|
+
class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy_types._GenericUI):
|
|
1504
1463
|
COMPAT_ENGINES: typing.Any
|
|
1505
1464
|
bl_context: typing.Any
|
|
1506
1465
|
bl_label: typing.Any
|
|
1507
1466
|
bl_options: typing.Any
|
|
1508
|
-
bl_parent_id: typing.Any
|
|
1509
1467
|
bl_region_type: typing.Any
|
|
1510
1468
|
bl_rna: typing.Any
|
|
1511
1469
|
bl_space_type: typing.Any
|
|
@@ -1557,13 +1515,6 @@ class RENDER_PT_color_management_white_balance(
|
|
|
1557
1515
|
"""
|
|
1558
1516
|
...
|
|
1559
1517
|
|
|
1560
|
-
def draw_header_preset(self, context):
|
|
1561
|
-
"""
|
|
1562
|
-
|
|
1563
|
-
:param context:
|
|
1564
|
-
"""
|
|
1565
|
-
...
|
|
1566
|
-
|
|
1567
1518
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1568
1519
|
"""Adds driver(s) to the given property
|
|
1569
1520
|
|
|
@@ -1743,7 +1694,7 @@ class RENDER_PT_color_management_white_balance(
|
|
|
1743
1694
|
"""
|
|
1744
1695
|
...
|
|
1745
1696
|
|
|
1746
|
-
class
|
|
1697
|
+
class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
|
|
1747
1698
|
COMPAT_ENGINES: typing.Any
|
|
1748
1699
|
bl_context: typing.Any
|
|
1749
1700
|
bl_label: typing.Any
|
|
@@ -1978,7 +1929,7 @@ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
1978
1929
|
"""
|
|
1979
1930
|
...
|
|
1980
1931
|
|
|
1981
|
-
class
|
|
1932
|
+
class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
|
|
1982
1933
|
COMPAT_ENGINES: typing.Any
|
|
1983
1934
|
bl_context: typing.Any
|
|
1984
1935
|
bl_label: typing.Any
|
|
@@ -2027,13 +1978,6 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2027
1978
|
"""
|
|
2028
1979
|
...
|
|
2029
1980
|
|
|
2030
|
-
def draw_header(self, context):
|
|
2031
|
-
"""
|
|
2032
|
-
|
|
2033
|
-
:param context:
|
|
2034
|
-
"""
|
|
2035
|
-
...
|
|
2036
|
-
|
|
2037
1981
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2038
1982
|
"""Adds driver(s) to the given property
|
|
2039
1983
|
|
|
@@ -2213,7 +2157,7 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2213
2157
|
"""
|
|
2214
2158
|
...
|
|
2215
2159
|
|
|
2216
|
-
class
|
|
2160
|
+
class RENDER_PT_eevee_film(RenderButtonsPanel, bpy_types._GenericUI):
|
|
2217
2161
|
COMPAT_ENGINES: typing.Any
|
|
2218
2162
|
bl_context: typing.Any
|
|
2219
2163
|
bl_label: typing.Any
|
|
@@ -2441,7 +2385,7 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2441
2385
|
"""
|
|
2442
2386
|
...
|
|
2443
2387
|
|
|
2444
|
-
class
|
|
2388
|
+
class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy_types._GenericUI):
|
|
2445
2389
|
COMPAT_ENGINES: typing.Any
|
|
2446
2390
|
bl_context: typing.Any
|
|
2447
2391
|
bl_label: typing.Any
|
|
@@ -2669,7 +2613,7 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2669
2613
|
"""
|
|
2670
2614
|
...
|
|
2671
2615
|
|
|
2672
|
-
class
|
|
2616
|
+
class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy_types._GenericUI):
|
|
2673
2617
|
COMPAT_ENGINES: typing.Any
|
|
2674
2618
|
bl_context: typing.Any
|
|
2675
2619
|
bl_label: typing.Any
|
|
@@ -2897,11 +2841,13 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
2897
2841
|
"""
|
|
2898
2842
|
...
|
|
2899
2843
|
|
|
2900
|
-
class
|
|
2844
|
+
class RENDER_PT_eevee_indirect_lighting_display(
|
|
2845
|
+
RenderButtonsPanel, bpy_types._GenericUI
|
|
2846
|
+
):
|
|
2901
2847
|
COMPAT_ENGINES: typing.Any
|
|
2902
2848
|
bl_context: typing.Any
|
|
2903
2849
|
bl_label: typing.Any
|
|
2904
|
-
|
|
2850
|
+
bl_parent_id: typing.Any
|
|
2905
2851
|
bl_region_type: typing.Any
|
|
2906
2852
|
bl_rna: typing.Any
|
|
2907
2853
|
bl_space_type: typing.Any
|
|
@@ -3125,13 +3071,11 @@ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy_types._GenericUI
|
|
|
3125
3071
|
"""
|
|
3126
3072
|
...
|
|
3127
3073
|
|
|
3128
|
-
class
|
|
3129
|
-
RenderButtonsPanel, bpy_types._GenericUI
|
|
3130
|
-
):
|
|
3074
|
+
class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
|
|
3131
3075
|
COMPAT_ENGINES: typing.Any
|
|
3132
3076
|
bl_context: typing.Any
|
|
3133
3077
|
bl_label: typing.Any
|
|
3134
|
-
|
|
3078
|
+
bl_options: typing.Any
|
|
3135
3079
|
bl_region_type: typing.Any
|
|
3136
3080
|
bl_rna: typing.Any
|
|
3137
3081
|
bl_space_type: typing.Any
|
|
@@ -3176,6 +3120,13 @@ class RENDER_PT_eevee_indirect_lighting_display(
|
|
|
3176
3120
|
"""
|
|
3177
3121
|
...
|
|
3178
3122
|
|
|
3123
|
+
def draw_header(self, context):
|
|
3124
|
+
"""
|
|
3125
|
+
|
|
3126
|
+
:param context:
|
|
3127
|
+
"""
|
|
3128
|
+
...
|
|
3129
|
+
|
|
3179
3130
|
def driver_add(self) -> bpy.types.FCurve:
|
|
3180
3131
|
"""Adds driver(s) to the given property
|
|
3181
3132
|
|
|
@@ -3355,7 +3306,7 @@ class RENDER_PT_eevee_indirect_lighting_display(
|
|
|
3355
3306
|
"""
|
|
3356
3307
|
...
|
|
3357
3308
|
|
|
3358
|
-
class
|
|
3309
|
+
class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy_types._GenericUI):
|
|
3359
3310
|
COMPAT_ENGINES: typing.Any
|
|
3360
3311
|
bl_context: typing.Any
|
|
3361
3312
|
bl_label: typing.Any
|
|
@@ -3404,13 +3355,6 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
3404
3355
|
"""
|
|
3405
3356
|
...
|
|
3406
3357
|
|
|
3407
|
-
def draw_header(self, context):
|
|
3408
|
-
"""
|
|
3409
|
-
|
|
3410
|
-
:param context:
|
|
3411
|
-
"""
|
|
3412
|
-
...
|
|
3413
|
-
|
|
3414
3358
|
def driver_add(self) -> bpy.types.FCurve:
|
|
3415
3359
|
"""Adds driver(s) to the given property
|
|
3416
3360
|
|
|
@@ -3590,11 +3534,11 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
3590
3534
|
"""
|
|
3591
3535
|
...
|
|
3592
3536
|
|
|
3593
|
-
class
|
|
3537
|
+
class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy_types._GenericUI):
|
|
3594
3538
|
COMPAT_ENGINES: typing.Any
|
|
3595
3539
|
bl_context: typing.Any
|
|
3596
3540
|
bl_label: typing.Any
|
|
3597
|
-
|
|
3541
|
+
bl_parent_id: typing.Any
|
|
3598
3542
|
bl_region_type: typing.Any
|
|
3599
3543
|
bl_rna: typing.Any
|
|
3600
3544
|
bl_space_type: typing.Any
|
|
@@ -3818,7 +3762,7 @@ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
3818
3762
|
"""
|
|
3819
3763
|
...
|
|
3820
3764
|
|
|
3821
|
-
class
|
|
3765
|
+
class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._GenericUI):
|
|
3822
3766
|
COMPAT_ENGINES: typing.Any
|
|
3823
3767
|
bl_context: typing.Any
|
|
3824
3768
|
bl_label: typing.Any
|
|
@@ -4046,10 +3990,11 @@ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy_types._Gener
|
|
|
4046
3990
|
"""
|
|
4047
3991
|
...
|
|
4048
3992
|
|
|
4049
|
-
class
|
|
3993
|
+
class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
|
|
4050
3994
|
COMPAT_ENGINES: typing.Any
|
|
4051
3995
|
bl_context: typing.Any
|
|
4052
3996
|
bl_label: typing.Any
|
|
3997
|
+
bl_options: typing.Any
|
|
4053
3998
|
bl_parent_id: typing.Any
|
|
4054
3999
|
bl_region_type: typing.Any
|
|
4055
4000
|
bl_rna: typing.Any
|
|
@@ -4095,6 +4040,13 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._Generi
|
|
|
4095
4040
|
"""
|
|
4096
4041
|
...
|
|
4097
4042
|
|
|
4043
|
+
def draw_header(self, context):
|
|
4044
|
+
"""
|
|
4045
|
+
|
|
4046
|
+
:param context:
|
|
4047
|
+
"""
|
|
4048
|
+
...
|
|
4049
|
+
|
|
4098
4050
|
def driver_add(self) -> bpy.types.FCurve:
|
|
4099
4051
|
"""Adds driver(s) to the given property
|
|
4100
4052
|
|
|
@@ -4274,12 +4226,11 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._Generi
|
|
|
4274
4226
|
"""
|
|
4275
4227
|
...
|
|
4276
4228
|
|
|
4277
|
-
class
|
|
4229
|
+
class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
|
|
4278
4230
|
COMPAT_ENGINES: typing.Any
|
|
4279
4231
|
bl_context: typing.Any
|
|
4280
4232
|
bl_label: typing.Any
|
|
4281
4233
|
bl_options: typing.Any
|
|
4282
|
-
bl_parent_id: typing.Any
|
|
4283
4234
|
bl_region_type: typing.Any
|
|
4284
4235
|
bl_rna: typing.Any
|
|
4285
4236
|
bl_space_type: typing.Any
|
|
@@ -4324,13 +4275,6 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
4324
4275
|
"""
|
|
4325
4276
|
...
|
|
4326
4277
|
|
|
4327
|
-
def draw_header(self, context):
|
|
4328
|
-
"""
|
|
4329
|
-
|
|
4330
|
-
:param context:
|
|
4331
|
-
"""
|
|
4332
|
-
...
|
|
4333
|
-
|
|
4334
4278
|
def driver_add(self) -> bpy.types.FCurve:
|
|
4335
4279
|
"""Adds driver(s) to the given property
|
|
4336
4280
|
|
|
@@ -4510,7 +4454,7 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
4510
4454
|
"""
|
|
4511
4455
|
...
|
|
4512
4456
|
|
|
4513
|
-
class
|
|
4457
|
+
class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy_types._GenericUI):
|
|
4514
4458
|
COMPAT_ENGINES: typing.Any
|
|
4515
4459
|
bl_context: typing.Any
|
|
4516
4460
|
bl_label: typing.Any
|
|
@@ -4738,11 +4682,12 @@ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy_types._Generic
|
|
|
4738
4682
|
"""
|
|
4739
4683
|
...
|
|
4740
4684
|
|
|
4741
|
-
class
|
|
4685
|
+
class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._GenericUI):
|
|
4742
4686
|
COMPAT_ENGINES: typing.Any
|
|
4743
4687
|
bl_context: typing.Any
|
|
4744
4688
|
bl_label: typing.Any
|
|
4745
4689
|
bl_options: typing.Any
|
|
4690
|
+
bl_parent_id: typing.Any
|
|
4746
4691
|
bl_region_type: typing.Any
|
|
4747
4692
|
bl_rna: typing.Any
|
|
4748
4693
|
bl_space_type: typing.Any
|
|
@@ -4966,12 +4911,11 @@ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
4966
4911
|
"""
|
|
4967
4912
|
...
|
|
4968
4913
|
|
|
4969
|
-
class
|
|
4914
|
+
class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
|
|
4970
4915
|
COMPAT_ENGINES: typing.Any
|
|
4971
4916
|
bl_context: typing.Any
|
|
4972
4917
|
bl_label: typing.Any
|
|
4973
4918
|
bl_options: typing.Any
|
|
4974
|
-
bl_parent_id: typing.Any
|
|
4975
4919
|
bl_region_type: typing.Any
|
|
4976
4920
|
bl_rna: typing.Any
|
|
4977
4921
|
bl_space_type: typing.Any
|
|
@@ -5016,6 +4960,13 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._Gener
|
|
|
5016
4960
|
"""
|
|
5017
4961
|
...
|
|
5018
4962
|
|
|
4963
|
+
def draw_header(self, context):
|
|
4964
|
+
"""
|
|
4965
|
+
|
|
4966
|
+
:param context:
|
|
4967
|
+
"""
|
|
4968
|
+
...
|
|
4969
|
+
|
|
5019
4970
|
def driver_add(self) -> bpy.types.FCurve:
|
|
5020
4971
|
"""Adds driver(s) to the given property
|
|
5021
4972
|
|
|
@@ -5195,11 +5146,12 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._Gener
|
|
|
5195
5146
|
"""
|
|
5196
5147
|
...
|
|
5197
5148
|
|
|
5198
|
-
class
|
|
5149
|
+
class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._GenericUI):
|
|
5199
5150
|
COMPAT_ENGINES: typing.Any
|
|
5200
5151
|
bl_context: typing.Any
|
|
5201
5152
|
bl_label: typing.Any
|
|
5202
5153
|
bl_options: typing.Any
|
|
5154
|
+
bl_parent_id: typing.Any
|
|
5203
5155
|
bl_region_type: typing.Any
|
|
5204
5156
|
bl_rna: typing.Any
|
|
5205
5157
|
bl_space_type: typing.Any
|
|
@@ -5244,13 +5196,6 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI)
|
|
|
5244
5196
|
"""
|
|
5245
5197
|
...
|
|
5246
5198
|
|
|
5247
|
-
def draw_header(self, context):
|
|
5248
|
-
"""
|
|
5249
|
-
|
|
5250
|
-
:param context:
|
|
5251
|
-
"""
|
|
5252
|
-
...
|
|
5253
|
-
|
|
5254
5199
|
def driver_add(self) -> bpy.types.FCurve:
|
|
5255
5200
|
"""Adds driver(s) to the given property
|
|
5256
5201
|
|
|
@@ -5430,12 +5375,11 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI)
|
|
|
5430
5375
|
"""
|
|
5431
5376
|
...
|
|
5432
5377
|
|
|
5433
|
-
class
|
|
5378
|
+
class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
|
|
5434
5379
|
COMPAT_ENGINES: typing.Any
|
|
5435
5380
|
bl_context: typing.Any
|
|
5436
5381
|
bl_label: typing.Any
|
|
5437
5382
|
bl_options: typing.Any
|
|
5438
|
-
bl_parent_id: typing.Any
|
|
5439
5383
|
bl_region_type: typing.Any
|
|
5440
5384
|
bl_rna: typing.Any
|
|
5441
5385
|
bl_space_type: typing.Any
|
|
@@ -5480,6 +5424,20 @@ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._Gene
|
|
|
5480
5424
|
"""
|
|
5481
5425
|
...
|
|
5482
5426
|
|
|
5427
|
+
def draw_header(self, context):
|
|
5428
|
+
"""
|
|
5429
|
+
|
|
5430
|
+
:param context:
|
|
5431
|
+
"""
|
|
5432
|
+
...
|
|
5433
|
+
|
|
5434
|
+
def draw_header_preset(self, _context):
|
|
5435
|
+
"""
|
|
5436
|
+
|
|
5437
|
+
:param _context:
|
|
5438
|
+
"""
|
|
5439
|
+
...
|
|
5440
|
+
|
|
5483
5441
|
def driver_add(self) -> bpy.types.FCurve:
|
|
5484
5442
|
"""Adds driver(s) to the given property
|
|
5485
5443
|
|
|
@@ -5659,15 +5617,17 @@ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._Gene
|
|
|
5659
5617
|
"""
|
|
5660
5618
|
...
|
|
5661
5619
|
|
|
5662
|
-
class
|
|
5663
|
-
|
|
5664
|
-
|
|
5620
|
+
class RENDER_PT_eevee_next_raytracing_presets(
|
|
5621
|
+
bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
5622
|
+
):
|
|
5665
5623
|
bl_label: typing.Any
|
|
5666
|
-
bl_options: typing.Any
|
|
5667
5624
|
bl_region_type: typing.Any
|
|
5668
5625
|
bl_rna: typing.Any
|
|
5669
5626
|
bl_space_type: typing.Any
|
|
5670
5627
|
id_data: typing.Any
|
|
5628
|
+
preset_add_operator: typing.Any
|
|
5629
|
+
preset_operator: typing.Any
|
|
5630
|
+
preset_subdir: typing.Any
|
|
5671
5631
|
|
|
5672
5632
|
def append(self, draw_func):
|
|
5673
5633
|
"""Append a draw function to this menu,
|
|
@@ -5708,17 +5668,18 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
5708
5668
|
"""
|
|
5709
5669
|
...
|
|
5710
5670
|
|
|
5711
|
-
def
|
|
5671
|
+
def draw_menu(self, layout, text=None):
|
|
5712
5672
|
"""
|
|
5713
5673
|
|
|
5714
|
-
:param
|
|
5674
|
+
:param layout:
|
|
5675
|
+
:param text:
|
|
5715
5676
|
"""
|
|
5716
5677
|
...
|
|
5717
5678
|
|
|
5718
|
-
def
|
|
5679
|
+
def draw_panel_header(self, layout):
|
|
5719
5680
|
"""
|
|
5720
5681
|
|
|
5721
|
-
:param
|
|
5682
|
+
:param layout:
|
|
5722
5683
|
"""
|
|
5723
5684
|
...
|
|
5724
5685
|
|
|
@@ -5840,17 +5801,44 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
5840
5801
|
"""
|
|
5841
5802
|
...
|
|
5842
5803
|
|
|
5843
|
-
def
|
|
5844
|
-
|
|
5845
|
-
|
|
5804
|
+
def path_menu(
|
|
5805
|
+
self,
|
|
5806
|
+
searchpaths: list[str],
|
|
5807
|
+
operator: str,
|
|
5808
|
+
props_default: dict = None,
|
|
5809
|
+
prop_filepath: str | None = "filepath",
|
|
5810
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
5811
|
+
filter_path=None,
|
|
5812
|
+
display_name: collections.abc.Callable | None = None,
|
|
5813
|
+
add_operator=None,
|
|
5814
|
+
add_operator_props=None,
|
|
5815
|
+
):
|
|
5816
|
+
"""Populate a menu from a list of paths.
|
|
5846
5817
|
|
|
5847
|
-
|
|
5848
|
-
|
|
5818
|
+
:param searchpaths: Paths to scan.
|
|
5819
|
+
:type searchpaths: list[str]
|
|
5820
|
+
:param operator: The operator id to use with each file.
|
|
5821
|
+
:type operator: str
|
|
5822
|
+
:param props_default: Properties to assign to each operator.
|
|
5823
|
+
:type props_default: dict
|
|
5824
|
+
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
5825
|
+
:type prop_filepath: str | None
|
|
5826
|
+
:param filter_ext: Optional callback that takes the file extensions.
|
|
5849
5827
|
|
|
5850
|
-
|
|
5828
|
+
Returning false excludes the file from the list.
|
|
5829
|
+
:type filter_ext: collections.abc.Callable | None
|
|
5830
|
+
:param filter_path:
|
|
5831
|
+
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
5832
|
+
:type display_name: collections.abc.Callable | None
|
|
5833
|
+
:param add_operator:
|
|
5834
|
+
:param add_operator_props:
|
|
5851
5835
|
"""
|
|
5852
5836
|
...
|
|
5853
5837
|
|
|
5838
|
+
def path_resolve(self):
|
|
5839
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
5840
|
+
...
|
|
5841
|
+
|
|
5854
5842
|
def pop(self):
|
|
5855
5843
|
"""Remove and return the value of the custom property assigned to key or default
|
|
5856
5844
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -12802,4 +12790,16 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy_types._GenericUI):
|
|
|
12802
12790
|
"""
|
|
12803
12791
|
...
|
|
12804
12792
|
|
|
12793
|
+
class RenderButtonsPanel:
|
|
12794
|
+
bl_context: typing.Any
|
|
12795
|
+
bl_region_type: typing.Any
|
|
12796
|
+
bl_space_type: typing.Any
|
|
12797
|
+
|
|
12798
|
+
def poll(self, context):
|
|
12799
|
+
"""
|
|
12800
|
+
|
|
12801
|
+
:param context:
|
|
12802
|
+
"""
|
|
12803
|
+
...
|
|
12804
|
+
|
|
12805
12805
|
def draw_curves_settings(context): ...
|