fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -6,25 +6,13 @@ import rna_prop_ui
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class WorkSpaceButtonsPanel:
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_category: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_region_type: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
bl_space_type: typing.Any
|
|
18
|
-
""" """
|
|
19
12
|
|
|
20
13
|
class WORKSPACE_UL_addons_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
14
|
bl_rna: typing.Any
|
|
24
|
-
""" """
|
|
25
|
-
|
|
26
15
|
id_data: typing.Any
|
|
27
|
-
""" """
|
|
28
16
|
|
|
29
17
|
def append(self, draw_func):
|
|
30
18
|
"""Append a draw function to this menu,
|
|
@@ -135,10 +123,7 @@ class WORKSPACE_UL_addons_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
135
123
|
"""
|
|
136
124
|
...
|
|
137
125
|
|
|
138
|
-
def is_extended(self):
|
|
139
|
-
""" """
|
|
140
|
-
...
|
|
141
|
-
|
|
126
|
+
def is_extended(self): ...
|
|
142
127
|
def is_property_hidden(self) -> bool:
|
|
143
128
|
"""Check if a property is hidden.
|
|
144
129
|
|
|
@@ -267,34 +252,15 @@ class WORKSPACE_UL_addons_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
267
252
|
...
|
|
268
253
|
|
|
269
254
|
class WORKSPACE_PT_addons(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
270
|
-
""" """
|
|
271
|
-
|
|
272
255
|
addon_map: typing.Any
|
|
273
|
-
""" """
|
|
274
|
-
|
|
275
256
|
bl_category: typing.Any
|
|
276
|
-
""" """
|
|
277
|
-
|
|
278
257
|
bl_label: typing.Any
|
|
279
|
-
""" """
|
|
280
|
-
|
|
281
258
|
bl_parent_id: typing.Any
|
|
282
|
-
""" """
|
|
283
|
-
|
|
284
259
|
bl_region_type: typing.Any
|
|
285
|
-
""" """
|
|
286
|
-
|
|
287
260
|
bl_rna: typing.Any
|
|
288
|
-
""" """
|
|
289
|
-
|
|
290
261
|
bl_space_type: typing.Any
|
|
291
|
-
""" """
|
|
292
|
-
|
|
293
262
|
id_data: typing.Any
|
|
294
|
-
""" """
|
|
295
|
-
|
|
296
263
|
owner_ids: typing.Any
|
|
297
|
-
""" """
|
|
298
264
|
|
|
299
265
|
def append(self, draw_func):
|
|
300
266
|
"""Append a draw function to this menu,
|
|
@@ -386,10 +352,7 @@ class WORKSPACE_PT_addons(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._Gen
|
|
|
386
352
|
"""
|
|
387
353
|
...
|
|
388
354
|
|
|
389
|
-
def is_extended(self):
|
|
390
|
-
""" """
|
|
391
|
-
...
|
|
392
|
-
|
|
355
|
+
def is_extended(self): ...
|
|
393
356
|
def is_property_hidden(self) -> bool:
|
|
394
357
|
"""Check if a property is hidden.
|
|
395
358
|
|
|
@@ -528,31 +491,14 @@ class WORKSPACE_PT_custom_props(
|
|
|
528
491
|
"""
|
|
529
492
|
|
|
530
493
|
bl_category: typing.Any
|
|
531
|
-
""" """
|
|
532
|
-
|
|
533
494
|
bl_label: typing.Any
|
|
534
|
-
""" """
|
|
535
|
-
|
|
536
495
|
bl_options: typing.Any
|
|
537
|
-
""" """
|
|
538
|
-
|
|
539
496
|
bl_order: typing.Any
|
|
540
|
-
""" """
|
|
541
|
-
|
|
542
497
|
bl_parent_id: typing.Any
|
|
543
|
-
""" """
|
|
544
|
-
|
|
545
498
|
bl_region_type: typing.Any
|
|
546
|
-
""" """
|
|
547
|
-
|
|
548
499
|
bl_rna: typing.Any
|
|
549
|
-
""" """
|
|
550
|
-
|
|
551
500
|
bl_space_type: typing.Any
|
|
552
|
-
""" """
|
|
553
|
-
|
|
554
501
|
id_data: typing.Any
|
|
555
|
-
""" """
|
|
556
502
|
|
|
557
503
|
def append(self, draw_func):
|
|
558
504
|
"""Append a draw function to this menu,
|
|
@@ -637,10 +583,7 @@ class WORKSPACE_PT_custom_props(
|
|
|
637
583
|
"""
|
|
638
584
|
...
|
|
639
585
|
|
|
640
|
-
def is_extended(self):
|
|
641
|
-
""" """
|
|
642
|
-
...
|
|
643
|
-
|
|
586
|
+
def is_extended(self): ...
|
|
644
587
|
def is_property_hidden(self) -> bool:
|
|
645
588
|
"""Check if a property is hidden.
|
|
646
589
|
|
|
@@ -776,28 +719,13 @@ class WORKSPACE_PT_custom_props(
|
|
|
776
719
|
...
|
|
777
720
|
|
|
778
721
|
class WORKSPACE_PT_main(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
779
|
-
""" """
|
|
780
|
-
|
|
781
722
|
bl_category: typing.Any
|
|
782
|
-
""" """
|
|
783
|
-
|
|
784
723
|
bl_label: typing.Any
|
|
785
|
-
""" """
|
|
786
|
-
|
|
787
724
|
bl_options: typing.Any
|
|
788
|
-
""" """
|
|
789
|
-
|
|
790
725
|
bl_region_type: typing.Any
|
|
791
|
-
""" """
|
|
792
|
-
|
|
793
726
|
bl_rna: typing.Any
|
|
794
|
-
""" """
|
|
795
|
-
|
|
796
727
|
bl_space_type: typing.Any
|
|
797
|
-
""" """
|
|
798
|
-
|
|
799
728
|
id_data: typing.Any
|
|
800
|
-
""" """
|
|
801
729
|
|
|
802
730
|
def append(self, draw_func):
|
|
803
731
|
"""Append a draw function to this menu,
|
|
@@ -882,10 +810,7 @@ class WORKSPACE_PT_main(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._Gener
|
|
|
882
810
|
"""
|
|
883
811
|
...
|
|
884
812
|
|
|
885
|
-
def is_extended(self):
|
|
886
|
-
""" """
|
|
887
|
-
...
|
|
888
|
-
|
|
813
|
+
def is_extended(self): ...
|
|
889
814
|
def is_property_hidden(self) -> bool:
|
|
890
815
|
"""Check if a property is hidden.
|
|
891
816
|
|
|
@@ -6,16 +6,9 @@ import rna_prop_ui
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class WorldButtonsPanel:
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_context: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_region_type: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
bl_space_type: typing.Any
|
|
18
|
-
""" """
|
|
19
12
|
|
|
20
13
|
def poll(self, context):
|
|
21
14
|
"""
|
|
@@ -27,31 +20,14 @@ class WorldButtonsPanel:
|
|
|
27
20
|
class EEVEE_WORLD_PT_lightprobe(
|
|
28
21
|
bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI
|
|
29
22
|
):
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
23
|
COMPAT_ENGINES: typing.Any
|
|
33
|
-
""" """
|
|
34
|
-
|
|
35
24
|
bl_context: typing.Any
|
|
36
|
-
""" """
|
|
37
|
-
|
|
38
25
|
bl_label: typing.Any
|
|
39
|
-
""" """
|
|
40
|
-
|
|
41
26
|
bl_parent_id: typing.Any
|
|
42
|
-
""" """
|
|
43
|
-
|
|
44
27
|
bl_region_type: typing.Any
|
|
45
|
-
""" """
|
|
46
|
-
|
|
47
28
|
bl_rna: typing.Any
|
|
48
|
-
""" """
|
|
49
|
-
|
|
50
29
|
bl_space_type: typing.Any
|
|
51
|
-
""" """
|
|
52
|
-
|
|
53
30
|
id_data: typing.Any
|
|
54
|
-
""" """
|
|
55
31
|
|
|
56
32
|
def append(self, draw_func):
|
|
57
33
|
"""Append a draw function to this menu,
|
|
@@ -136,10 +112,7 @@ class EEVEE_WORLD_PT_lightprobe(
|
|
|
136
112
|
"""
|
|
137
113
|
...
|
|
138
114
|
|
|
139
|
-
def is_extended(self):
|
|
140
|
-
""" """
|
|
141
|
-
...
|
|
142
|
-
|
|
115
|
+
def is_extended(self): ...
|
|
143
116
|
def is_property_hidden(self) -> bool:
|
|
144
117
|
"""Check if a property is hidden.
|
|
145
118
|
|
|
@@ -275,31 +248,14 @@ class EEVEE_WORLD_PT_lightprobe(
|
|
|
275
248
|
...
|
|
276
249
|
|
|
277
250
|
class EEVEE_WORLD_PT_mist(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
278
|
-
""" """
|
|
279
|
-
|
|
280
251
|
COMPAT_ENGINES: typing.Any
|
|
281
|
-
""" """
|
|
282
|
-
|
|
283
252
|
bl_context: typing.Any
|
|
284
|
-
""" """
|
|
285
|
-
|
|
286
253
|
bl_label: typing.Any
|
|
287
|
-
""" """
|
|
288
|
-
|
|
289
254
|
bl_options: typing.Any
|
|
290
|
-
""" """
|
|
291
|
-
|
|
292
255
|
bl_region_type: typing.Any
|
|
293
|
-
""" """
|
|
294
|
-
|
|
295
256
|
bl_rna: typing.Any
|
|
296
|
-
""" """
|
|
297
|
-
|
|
298
257
|
bl_space_type: typing.Any
|
|
299
|
-
""" """
|
|
300
|
-
|
|
301
258
|
id_data: typing.Any
|
|
302
|
-
""" """
|
|
303
259
|
|
|
304
260
|
def append(self, draw_func):
|
|
305
261
|
"""Append a draw function to this menu,
|
|
@@ -384,10 +340,7 @@ class EEVEE_WORLD_PT_mist(bpy_types.Panel, WorldButtonsPanel, bpy_types._Generic
|
|
|
384
340
|
"""
|
|
385
341
|
...
|
|
386
342
|
|
|
387
|
-
def is_extended(self):
|
|
388
|
-
""" """
|
|
389
|
-
...
|
|
390
|
-
|
|
343
|
+
def is_extended(self): ...
|
|
391
344
|
def is_property_hidden(self) -> bool:
|
|
392
345
|
"""Check if a property is hidden.
|
|
393
346
|
|
|
@@ -523,31 +476,14 @@ class EEVEE_WORLD_PT_mist(bpy_types.Panel, WorldButtonsPanel, bpy_types._Generic
|
|
|
523
476
|
...
|
|
524
477
|
|
|
525
478
|
class EEVEE_WORLD_PT_settings(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
526
|
-
""" """
|
|
527
|
-
|
|
528
479
|
COMPAT_ENGINES: typing.Any
|
|
529
|
-
""" """
|
|
530
|
-
|
|
531
480
|
bl_context: typing.Any
|
|
532
|
-
""" """
|
|
533
|
-
|
|
534
481
|
bl_label: typing.Any
|
|
535
|
-
""" """
|
|
536
|
-
|
|
537
482
|
bl_options: typing.Any
|
|
538
|
-
""" """
|
|
539
|
-
|
|
540
483
|
bl_region_type: typing.Any
|
|
541
|
-
""" """
|
|
542
|
-
|
|
543
484
|
bl_rna: typing.Any
|
|
544
|
-
""" """
|
|
545
|
-
|
|
546
485
|
bl_space_type: typing.Any
|
|
547
|
-
""" """
|
|
548
|
-
|
|
549
486
|
id_data: typing.Any
|
|
550
|
-
""" """
|
|
551
487
|
|
|
552
488
|
def append(self, draw_func):
|
|
553
489
|
"""Append a draw function to this menu,
|
|
@@ -632,10 +568,7 @@ class EEVEE_WORLD_PT_settings(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gen
|
|
|
632
568
|
"""
|
|
633
569
|
...
|
|
634
570
|
|
|
635
|
-
def is_extended(self):
|
|
636
|
-
""" """
|
|
637
|
-
...
|
|
638
|
-
|
|
571
|
+
def is_extended(self): ...
|
|
639
572
|
def is_property_hidden(self) -> bool:
|
|
640
573
|
"""Check if a property is hidden.
|
|
641
574
|
|
|
@@ -771,31 +704,14 @@ class EEVEE_WORLD_PT_settings(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gen
|
|
|
771
704
|
...
|
|
772
705
|
|
|
773
706
|
class EEVEE_WORLD_PT_sun(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
774
|
-
""" """
|
|
775
|
-
|
|
776
707
|
COMPAT_ENGINES: typing.Any
|
|
777
|
-
""" """
|
|
778
|
-
|
|
779
708
|
bl_context: typing.Any
|
|
780
|
-
""" """
|
|
781
|
-
|
|
782
709
|
bl_label: typing.Any
|
|
783
|
-
""" """
|
|
784
|
-
|
|
785
710
|
bl_parent_id: typing.Any
|
|
786
|
-
""" """
|
|
787
|
-
|
|
788
711
|
bl_region_type: typing.Any
|
|
789
|
-
""" """
|
|
790
|
-
|
|
791
712
|
bl_rna: typing.Any
|
|
792
|
-
""" """
|
|
793
|
-
|
|
794
713
|
bl_space_type: typing.Any
|
|
795
|
-
""" """
|
|
796
|
-
|
|
797
714
|
id_data: typing.Any
|
|
798
|
-
""" """
|
|
799
715
|
|
|
800
716
|
def append(self, draw_func):
|
|
801
717
|
"""Append a draw function to this menu,
|
|
@@ -880,10 +796,7 @@ class EEVEE_WORLD_PT_sun(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericU
|
|
|
880
796
|
"""
|
|
881
797
|
...
|
|
882
798
|
|
|
883
|
-
def is_extended(self):
|
|
884
|
-
""" """
|
|
885
|
-
...
|
|
886
|
-
|
|
799
|
+
def is_extended(self): ...
|
|
887
800
|
def is_property_hidden(self) -> bool:
|
|
888
801
|
"""Check if a property is hidden.
|
|
889
802
|
|
|
@@ -1021,34 +934,15 @@ class EEVEE_WORLD_PT_sun(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericU
|
|
|
1021
934
|
class EEVEE_WORLD_PT_sun_shadow(
|
|
1022
935
|
bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI
|
|
1023
936
|
):
|
|
1024
|
-
""" """
|
|
1025
|
-
|
|
1026
937
|
COMPAT_ENGINES: typing.Any
|
|
1027
|
-
""" """
|
|
1028
|
-
|
|
1029
938
|
bl_context: typing.Any
|
|
1030
|
-
""" """
|
|
1031
|
-
|
|
1032
939
|
bl_label: typing.Any
|
|
1033
|
-
""" """
|
|
1034
|
-
|
|
1035
940
|
bl_options: typing.Any
|
|
1036
|
-
""" """
|
|
1037
|
-
|
|
1038
941
|
bl_parent_id: typing.Any
|
|
1039
|
-
""" """
|
|
1040
|
-
|
|
1041
942
|
bl_region_type: typing.Any
|
|
1042
|
-
""" """
|
|
1043
|
-
|
|
1044
943
|
bl_rna: typing.Any
|
|
1045
|
-
""" """
|
|
1046
|
-
|
|
1047
944
|
bl_space_type: typing.Any
|
|
1048
|
-
""" """
|
|
1049
|
-
|
|
1050
945
|
id_data: typing.Any
|
|
1051
|
-
""" """
|
|
1052
946
|
|
|
1053
947
|
def append(self, draw_func):
|
|
1054
948
|
"""Append a draw function to this menu,
|
|
@@ -1140,10 +1034,7 @@ class EEVEE_WORLD_PT_sun_shadow(
|
|
|
1140
1034
|
"""
|
|
1141
1035
|
...
|
|
1142
1036
|
|
|
1143
|
-
def is_extended(self):
|
|
1144
|
-
""" """
|
|
1145
|
-
...
|
|
1146
|
-
|
|
1037
|
+
def is_extended(self): ...
|
|
1147
1038
|
def is_property_hidden(self) -> bool:
|
|
1148
1039
|
"""Check if a property is hidden.
|
|
1149
1040
|
|
|
@@ -1279,28 +1170,13 @@ class EEVEE_WORLD_PT_sun_shadow(
|
|
|
1279
1170
|
...
|
|
1280
1171
|
|
|
1281
1172
|
class EEVEE_WORLD_PT_surface(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
1282
|
-
""" """
|
|
1283
|
-
|
|
1284
1173
|
COMPAT_ENGINES: typing.Any
|
|
1285
|
-
""" """
|
|
1286
|
-
|
|
1287
1174
|
bl_context: typing.Any
|
|
1288
|
-
""" """
|
|
1289
|
-
|
|
1290
1175
|
bl_label: typing.Any
|
|
1291
|
-
""" """
|
|
1292
|
-
|
|
1293
1176
|
bl_region_type: typing.Any
|
|
1294
|
-
""" """
|
|
1295
|
-
|
|
1296
1177
|
bl_rna: typing.Any
|
|
1297
|
-
""" """
|
|
1298
|
-
|
|
1299
1178
|
bl_space_type: typing.Any
|
|
1300
|
-
""" """
|
|
1301
|
-
|
|
1302
1179
|
id_data: typing.Any
|
|
1303
|
-
""" """
|
|
1304
1180
|
|
|
1305
1181
|
def append(self, draw_func):
|
|
1306
1182
|
"""Append a draw function to this menu,
|
|
@@ -1385,10 +1261,7 @@ class EEVEE_WORLD_PT_surface(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gene
|
|
|
1385
1261
|
"""
|
|
1386
1262
|
...
|
|
1387
1263
|
|
|
1388
|
-
def is_extended(self):
|
|
1389
|
-
""" """
|
|
1390
|
-
...
|
|
1391
|
-
|
|
1264
|
+
def is_extended(self): ...
|
|
1392
1265
|
def is_property_hidden(self) -> bool:
|
|
1393
1266
|
"""Check if a property is hidden.
|
|
1394
1267
|
|
|
@@ -1524,34 +1397,15 @@ class EEVEE_WORLD_PT_surface(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gene
|
|
|
1524
1397
|
...
|
|
1525
1398
|
|
|
1526
1399
|
class EEVEE_WORLD_PT_volume(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
1527
|
-
""" """
|
|
1528
|
-
|
|
1529
1400
|
COMPAT_ENGINES: typing.Any
|
|
1530
|
-
""" """
|
|
1531
|
-
|
|
1532
1401
|
bl_context: typing.Any
|
|
1533
|
-
""" """
|
|
1534
|
-
|
|
1535
1402
|
bl_label: typing.Any
|
|
1536
|
-
""" """
|
|
1537
|
-
|
|
1538
1403
|
bl_options: typing.Any
|
|
1539
|
-
""" """
|
|
1540
|
-
|
|
1541
1404
|
bl_region_type: typing.Any
|
|
1542
|
-
""" """
|
|
1543
|
-
|
|
1544
1405
|
bl_rna: typing.Any
|
|
1545
|
-
""" """
|
|
1546
|
-
|
|
1547
1406
|
bl_space_type: typing.Any
|
|
1548
|
-
""" """
|
|
1549
|
-
|
|
1550
1407
|
bl_translation_context: typing.Any
|
|
1551
|
-
""" """
|
|
1552
|
-
|
|
1553
1408
|
id_data: typing.Any
|
|
1554
|
-
""" """
|
|
1555
1409
|
|
|
1556
1410
|
def append(self, draw_func):
|
|
1557
1411
|
"""Append a draw function to this menu,
|
|
@@ -1636,10 +1490,7 @@ class EEVEE_WORLD_PT_volume(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gener
|
|
|
1636
1490
|
"""
|
|
1637
1491
|
...
|
|
1638
1492
|
|
|
1639
|
-
def is_extended(self):
|
|
1640
|
-
""" """
|
|
1641
|
-
...
|
|
1642
|
-
|
|
1493
|
+
def is_extended(self): ...
|
|
1643
1494
|
def is_property_hidden(self) -> bool:
|
|
1644
1495
|
"""Check if a property is hidden.
|
|
1645
1496
|
|
|
@@ -1775,31 +1626,14 @@ class EEVEE_WORLD_PT_volume(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gener
|
|
|
1775
1626
|
...
|
|
1776
1627
|
|
|
1777
1628
|
class WORLD_PT_context_world(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
1778
|
-
""" """
|
|
1779
|
-
|
|
1780
1629
|
COMPAT_ENGINES: typing.Any
|
|
1781
|
-
""" """
|
|
1782
|
-
|
|
1783
1630
|
bl_context: typing.Any
|
|
1784
|
-
""" """
|
|
1785
|
-
|
|
1786
1631
|
bl_label: typing.Any
|
|
1787
|
-
""" """
|
|
1788
|
-
|
|
1789
1632
|
bl_options: typing.Any
|
|
1790
|
-
""" """
|
|
1791
|
-
|
|
1792
1633
|
bl_region_type: typing.Any
|
|
1793
|
-
""" """
|
|
1794
|
-
|
|
1795
1634
|
bl_rna: typing.Any
|
|
1796
|
-
""" """
|
|
1797
|
-
|
|
1798
1635
|
bl_space_type: typing.Any
|
|
1799
|
-
""" """
|
|
1800
|
-
|
|
1801
1636
|
id_data: typing.Any
|
|
1802
|
-
""" """
|
|
1803
1637
|
|
|
1804
1638
|
def append(self, draw_func):
|
|
1805
1639
|
"""Append a draw function to this menu,
|
|
@@ -1884,10 +1718,7 @@ class WORLD_PT_context_world(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gene
|
|
|
1884
1718
|
"""
|
|
1885
1719
|
...
|
|
1886
1720
|
|
|
1887
|
-
def is_extended(self):
|
|
1888
|
-
""" """
|
|
1889
|
-
...
|
|
1890
|
-
|
|
1721
|
+
def is_extended(self): ...
|
|
1891
1722
|
def is_property_hidden(self) -> bool:
|
|
1892
1723
|
"""Check if a property is hidden.
|
|
1893
1724
|
|
|
@@ -2030,31 +1861,14 @@ class WORLD_PT_custom_props(
|
|
|
2030
1861
|
"""
|
|
2031
1862
|
|
|
2032
1863
|
COMPAT_ENGINES: typing.Any
|
|
2033
|
-
""" """
|
|
2034
|
-
|
|
2035
1864
|
bl_context: typing.Any
|
|
2036
|
-
""" """
|
|
2037
|
-
|
|
2038
1865
|
bl_label: typing.Any
|
|
2039
|
-
""" """
|
|
2040
|
-
|
|
2041
1866
|
bl_options: typing.Any
|
|
2042
|
-
""" """
|
|
2043
|
-
|
|
2044
1867
|
bl_order: typing.Any
|
|
2045
|
-
""" """
|
|
2046
|
-
|
|
2047
1868
|
bl_region_type: typing.Any
|
|
2048
|
-
""" """
|
|
2049
|
-
|
|
2050
1869
|
bl_rna: typing.Any
|
|
2051
|
-
""" """
|
|
2052
|
-
|
|
2053
1870
|
bl_space_type: typing.Any
|
|
2054
|
-
""" """
|
|
2055
|
-
|
|
2056
1871
|
id_data: typing.Any
|
|
2057
|
-
""" """
|
|
2058
1872
|
|
|
2059
1873
|
def append(self, draw_func):
|
|
2060
1874
|
"""Append a draw function to this menu,
|
|
@@ -2139,10 +1953,7 @@ class WORLD_PT_custom_props(
|
|
|
2139
1953
|
"""
|
|
2140
1954
|
...
|
|
2141
1955
|
|
|
2142
|
-
def is_extended(self):
|
|
2143
|
-
""" """
|
|
2144
|
-
...
|
|
2145
|
-
|
|
1956
|
+
def is_extended(self): ...
|
|
2146
1957
|
def is_property_hidden(self) -> bool:
|
|
2147
1958
|
"""Check if a property is hidden.
|
|
2148
1959
|
|
|
@@ -2280,31 +2091,14 @@ class WORLD_PT_custom_props(
|
|
|
2280
2091
|
class WORLD_PT_viewport_display(
|
|
2281
2092
|
bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI
|
|
2282
2093
|
):
|
|
2283
|
-
""" """
|
|
2284
|
-
|
|
2285
2094
|
bl_context: typing.Any
|
|
2286
|
-
""" """
|
|
2287
|
-
|
|
2288
2095
|
bl_label: typing.Any
|
|
2289
|
-
""" """
|
|
2290
|
-
|
|
2291
2096
|
bl_options: typing.Any
|
|
2292
|
-
""" """
|
|
2293
|
-
|
|
2294
2097
|
bl_order: typing.Any
|
|
2295
|
-
""" """
|
|
2296
|
-
|
|
2297
2098
|
bl_region_type: typing.Any
|
|
2298
|
-
""" """
|
|
2299
|
-
|
|
2300
2099
|
bl_rna: typing.Any
|
|
2301
|
-
""" """
|
|
2302
|
-
|
|
2303
2100
|
bl_space_type: typing.Any
|
|
2304
|
-
""" """
|
|
2305
|
-
|
|
2306
2101
|
id_data: typing.Any
|
|
2307
|
-
""" """
|
|
2308
2102
|
|
|
2309
2103
|
def append(self, draw_func):
|
|
2310
2104
|
"""Append a draw function to this menu,
|
|
@@ -2389,10 +2183,7 @@ class WORLD_PT_viewport_display(
|
|
|
2389
2183
|
"""
|
|
2390
2184
|
...
|
|
2391
2185
|
|
|
2392
|
-
def is_extended(self):
|
|
2393
|
-
""" """
|
|
2394
|
-
...
|
|
2395
|
-
|
|
2186
|
+
def is_extended(self): ...
|
|
2396
2187
|
def is_property_hidden(self) -> bool:
|
|
2397
2188
|
"""Check if a property is hidden.
|
|
2398
2189
|
|