fake-bpy-module 20240420__py3-none-any.whl → 20240422__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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +336 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +103670 -100517
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class
|
|
7
|
+
class DataButtonsPanel:
|
|
8
|
+
""" """
|
|
9
|
+
|
|
10
|
+
bl_context: typing.Any
|
|
11
|
+
""" """
|
|
12
|
+
|
|
13
|
+
bl_region_type: typing.Any
|
|
14
|
+
""" """
|
|
15
|
+
|
|
16
|
+
bl_space_type: typing.Any
|
|
17
|
+
""" """
|
|
18
|
+
|
|
19
|
+
def poll(self, context):
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
:param context:
|
|
23
|
+
"""
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
class DATA_PT_context_lattice(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
7
27
|
""" """
|
|
8
28
|
|
|
9
29
|
bl_context: typing.Any
|
|
@@ -162,7 +182,9 @@ class DATA_PT_context_lattice(bpy_types._GenericUI):
|
|
|
162
182
|
""" """
|
|
163
183
|
...
|
|
164
184
|
|
|
165
|
-
class DATA_PT_custom_props_lattice(
|
|
185
|
+
class DATA_PT_custom_props_lattice(
|
|
186
|
+
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
187
|
+
):
|
|
166
188
|
""" """
|
|
167
189
|
|
|
168
190
|
COMPAT_ENGINES: typing.Any
|
|
@@ -327,7 +349,7 @@ class DATA_PT_custom_props_lattice(bpy_types._GenericUI):
|
|
|
327
349
|
""" """
|
|
328
350
|
...
|
|
329
351
|
|
|
330
|
-
class DATA_PT_lattice(bpy_types._GenericUI):
|
|
352
|
+
class DATA_PT_lattice(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
331
353
|
""" """
|
|
332
354
|
|
|
333
355
|
bl_context: typing.Any
|
|
@@ -482,22 +504,3 @@ class DATA_PT_lattice(bpy_types._GenericUI):
|
|
|
482
504
|
def values(self):
|
|
483
505
|
""" """
|
|
484
506
|
...
|
|
485
|
-
|
|
486
|
-
class DataButtonsPanel:
|
|
487
|
-
""" """
|
|
488
|
-
|
|
489
|
-
bl_context: typing.Any
|
|
490
|
-
""" """
|
|
491
|
-
|
|
492
|
-
bl_region_type: typing.Any
|
|
493
|
-
""" """
|
|
494
|
-
|
|
495
|
-
bl_space_type: typing.Any
|
|
496
|
-
""" """
|
|
497
|
-
|
|
498
|
-
def poll(self, context):
|
|
499
|
-
"""
|
|
500
|
-
|
|
501
|
-
:param context:
|
|
502
|
-
"""
|
|
503
|
-
...
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class
|
|
7
|
+
class DataButtonsPanel:
|
|
8
|
+
""" """
|
|
9
|
+
|
|
10
|
+
bl_context: typing.Any
|
|
11
|
+
""" """
|
|
12
|
+
|
|
13
|
+
bl_region_type: typing.Any
|
|
14
|
+
""" """
|
|
15
|
+
|
|
16
|
+
bl_space_type: typing.Any
|
|
17
|
+
""" """
|
|
18
|
+
|
|
19
|
+
def poll(self, context):
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
:param context:
|
|
23
|
+
"""
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
class DATA_PT_EEVEE_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
7
27
|
""" """
|
|
8
28
|
|
|
9
29
|
COMPAT_ENGINES: typing.Any
|
|
@@ -162,7 +182,9 @@ class DATA_PT_EEVEE_light(bpy_types._GenericUI):
|
|
|
162
182
|
""" """
|
|
163
183
|
...
|
|
164
184
|
|
|
165
|
-
class DATA_PT_EEVEE_light_distance(
|
|
185
|
+
class DATA_PT_EEVEE_light_distance(
|
|
186
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
187
|
+
):
|
|
166
188
|
""" """
|
|
167
189
|
|
|
168
190
|
COMPAT_ENGINES: typing.Any
|
|
@@ -334,7 +356,9 @@ class DATA_PT_EEVEE_light_distance(bpy_types._GenericUI):
|
|
|
334
356
|
""" """
|
|
335
357
|
...
|
|
336
358
|
|
|
337
|
-
class DATA_PT_EEVEE_light_influence(
|
|
359
|
+
class DATA_PT_EEVEE_light_influence(
|
|
360
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
361
|
+
):
|
|
338
362
|
""" """
|
|
339
363
|
|
|
340
364
|
COMPAT_ENGINES: typing.Any
|
|
@@ -499,7 +523,9 @@ class DATA_PT_EEVEE_light_influence(bpy_types._GenericUI):
|
|
|
499
523
|
""" """
|
|
500
524
|
...
|
|
501
525
|
|
|
502
|
-
class DATA_PT_EEVEE_light_shadow(
|
|
526
|
+
class DATA_PT_EEVEE_light_shadow(
|
|
527
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
528
|
+
):
|
|
503
529
|
""" """
|
|
504
530
|
|
|
505
531
|
COMPAT_ENGINES: typing.Any
|
|
@@ -671,7 +697,7 @@ class DATA_PT_EEVEE_light_shadow(bpy_types._GenericUI):
|
|
|
671
697
|
""" """
|
|
672
698
|
...
|
|
673
699
|
|
|
674
|
-
class DATA_PT_EEVEE_shadow(bpy_types._GenericUI):
|
|
700
|
+
class DATA_PT_EEVEE_shadow(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
675
701
|
""" """
|
|
676
702
|
|
|
677
703
|
COMPAT_ENGINES: typing.Any
|
|
@@ -840,7 +866,9 @@ class DATA_PT_EEVEE_shadow(bpy_types._GenericUI):
|
|
|
840
866
|
""" """
|
|
841
867
|
...
|
|
842
868
|
|
|
843
|
-
class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
|
|
869
|
+
class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
|
|
870
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
871
|
+
):
|
|
844
872
|
""" """
|
|
845
873
|
|
|
846
874
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1005,7 +1033,9 @@ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(bpy_types._GenericUI):
|
|
|
1005
1033
|
""" """
|
|
1006
1034
|
...
|
|
1007
1035
|
|
|
1008
|
-
class DATA_PT_EEVEE_shadow_contact(
|
|
1036
|
+
class DATA_PT_EEVEE_shadow_contact(
|
|
1037
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1038
|
+
):
|
|
1009
1039
|
""" """
|
|
1010
1040
|
|
|
1011
1041
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1174,7 +1204,7 @@ class DATA_PT_EEVEE_shadow_contact(bpy_types._GenericUI):
|
|
|
1174
1204
|
""" """
|
|
1175
1205
|
...
|
|
1176
1206
|
|
|
1177
|
-
class DATA_PT_context_light(bpy_types._GenericUI):
|
|
1207
|
+
class DATA_PT_context_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1178
1208
|
""" """
|
|
1179
1209
|
|
|
1180
1210
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1336,7 +1366,9 @@ class DATA_PT_context_light(bpy_types._GenericUI):
|
|
|
1336
1366
|
""" """
|
|
1337
1367
|
...
|
|
1338
1368
|
|
|
1339
|
-
class DATA_PT_custom_props_light(
|
|
1369
|
+
class DATA_PT_custom_props_light(
|
|
1370
|
+
bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1371
|
+
):
|
|
1340
1372
|
""" """
|
|
1341
1373
|
|
|
1342
1374
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1501,7 +1533,7 @@ class DATA_PT_custom_props_light(bpy_types._GenericUI):
|
|
|
1501
1533
|
""" """
|
|
1502
1534
|
...
|
|
1503
1535
|
|
|
1504
|
-
class DATA_PT_light(bpy_types._GenericUI):
|
|
1536
|
+
class DATA_PT_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1505
1537
|
""" """
|
|
1506
1538
|
|
|
1507
1539
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1660,7 +1692,7 @@ class DATA_PT_light(bpy_types._GenericUI):
|
|
|
1660
1692
|
""" """
|
|
1661
1693
|
...
|
|
1662
1694
|
|
|
1663
|
-
class DATA_PT_preview(bpy_types._GenericUI):
|
|
1695
|
+
class DATA_PT_preview(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1664
1696
|
""" """
|
|
1665
1697
|
|
|
1666
1698
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1822,7 +1854,7 @@ class DATA_PT_preview(bpy_types._GenericUI):
|
|
|
1822
1854
|
""" """
|
|
1823
1855
|
...
|
|
1824
1856
|
|
|
1825
|
-
class DATA_PT_spot(bpy_types._GenericUI):
|
|
1857
|
+
class DATA_PT_spot(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1826
1858
|
""" """
|
|
1827
1859
|
|
|
1828
1860
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1983,22 +2015,3 @@ class DATA_PT_spot(bpy_types._GenericUI):
|
|
|
1983
2015
|
def values(self):
|
|
1984
2016
|
""" """
|
|
1985
2017
|
...
|
|
1986
|
-
|
|
1987
|
-
class DataButtonsPanel:
|
|
1988
|
-
""" """
|
|
1989
|
-
|
|
1990
|
-
bl_context: typing.Any
|
|
1991
|
-
""" """
|
|
1992
|
-
|
|
1993
|
-
bl_region_type: typing.Any
|
|
1994
|
-
""" """
|
|
1995
|
-
|
|
1996
|
-
bl_space_type: typing.Any
|
|
1997
|
-
""" """
|
|
1998
|
-
|
|
1999
|
-
def poll(self, context):
|
|
2000
|
-
"""
|
|
2001
|
-
|
|
2002
|
-
:param context:
|
|
2003
|
-
"""
|
|
2004
|
-
...
|
|
@@ -3,7 +3,28 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
6
|
+
class DataButtonsPanel:
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
|
+
bl_context: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
12
|
+
bl_region_type: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
15
|
+
bl_space_type: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
|
+
def poll(self, context):
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
:param context:
|
|
22
|
+
"""
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
class DATA_PT_context_lightprobe(
|
|
26
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
27
|
+
):
|
|
7
28
|
""" """
|
|
8
29
|
|
|
9
30
|
COMPAT_ENGINES: typing.Any
|
|
@@ -165,7 +186,7 @@ class DATA_PT_context_lightprobe(bpy_types._GenericUI):
|
|
|
165
186
|
""" """
|
|
166
187
|
...
|
|
167
188
|
|
|
168
|
-
class DATA_PT_lightprobe(bpy_types._GenericUI):
|
|
189
|
+
class DATA_PT_lightprobe(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
169
190
|
""" """
|
|
170
191
|
|
|
171
192
|
COMPAT_ENGINES: typing.Any
|
|
@@ -324,7 +345,7 @@ class DATA_PT_lightprobe(bpy_types._GenericUI):
|
|
|
324
345
|
""" """
|
|
325
346
|
...
|
|
326
347
|
|
|
327
|
-
class DATA_PT_lightprobe_bake(bpy_types._GenericUI):
|
|
348
|
+
class DATA_PT_lightprobe_bake(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
328
349
|
""" """
|
|
329
350
|
|
|
330
351
|
COMPAT_ENGINES: typing.Any
|
|
@@ -483,7 +504,9 @@ class DATA_PT_lightprobe_bake(bpy_types._GenericUI):
|
|
|
483
504
|
""" """
|
|
484
505
|
...
|
|
485
506
|
|
|
486
|
-
class DATA_PT_lightprobe_bake_capture(
|
|
507
|
+
class DATA_PT_lightprobe_bake_capture(
|
|
508
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
509
|
+
):
|
|
487
510
|
""" """
|
|
488
511
|
|
|
489
512
|
COMPAT_ENGINES: typing.Any
|
|
@@ -645,7 +668,9 @@ class DATA_PT_lightprobe_bake_capture(bpy_types._GenericUI):
|
|
|
645
668
|
""" """
|
|
646
669
|
...
|
|
647
670
|
|
|
648
|
-
class DATA_PT_lightprobe_bake_clamping(
|
|
671
|
+
class DATA_PT_lightprobe_bake_clamping(
|
|
672
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
673
|
+
):
|
|
649
674
|
""" """
|
|
650
675
|
|
|
651
676
|
COMPAT_ENGINES: typing.Any
|
|
@@ -810,7 +835,9 @@ class DATA_PT_lightprobe_bake_clamping(bpy_types._GenericUI):
|
|
|
810
835
|
""" """
|
|
811
836
|
...
|
|
812
837
|
|
|
813
|
-
class DATA_PT_lightprobe_bake_offset(
|
|
838
|
+
class DATA_PT_lightprobe_bake_offset(
|
|
839
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
840
|
+
):
|
|
814
841
|
""" """
|
|
815
842
|
|
|
816
843
|
COMPAT_ENGINES: typing.Any
|
|
@@ -975,7 +1002,9 @@ class DATA_PT_lightprobe_bake_offset(bpy_types._GenericUI):
|
|
|
975
1002
|
""" """
|
|
976
1003
|
...
|
|
977
1004
|
|
|
978
|
-
class DATA_PT_lightprobe_bake_resolution(
|
|
1005
|
+
class DATA_PT_lightprobe_bake_resolution(
|
|
1006
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1007
|
+
):
|
|
979
1008
|
""" """
|
|
980
1009
|
|
|
981
1010
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1137,7 +1166,9 @@ class DATA_PT_lightprobe_bake_resolution(bpy_types._GenericUI):
|
|
|
1137
1166
|
""" """
|
|
1138
1167
|
...
|
|
1139
1168
|
|
|
1140
|
-
class DATA_PT_lightprobe_capture(
|
|
1169
|
+
class DATA_PT_lightprobe_capture(
|
|
1170
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1171
|
+
):
|
|
1141
1172
|
""" """
|
|
1142
1173
|
|
|
1143
1174
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1296,7 +1327,9 @@ class DATA_PT_lightprobe_capture(bpy_types._GenericUI):
|
|
|
1296
1327
|
""" """
|
|
1297
1328
|
...
|
|
1298
1329
|
|
|
1299
|
-
class DATA_PT_lightprobe_display(
|
|
1330
|
+
class DATA_PT_lightprobe_display(
|
|
1331
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1332
|
+
):
|
|
1300
1333
|
""" """
|
|
1301
1334
|
|
|
1302
1335
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1458,7 +1491,9 @@ class DATA_PT_lightprobe_display(bpy_types._GenericUI):
|
|
|
1458
1491
|
""" """
|
|
1459
1492
|
...
|
|
1460
1493
|
|
|
1461
|
-
class DATA_PT_lightprobe_display_eevee_next(
|
|
1494
|
+
class DATA_PT_lightprobe_display_eevee_next(
|
|
1495
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1496
|
+
):
|
|
1462
1497
|
""" """
|
|
1463
1498
|
|
|
1464
1499
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1620,7 +1655,9 @@ class DATA_PT_lightprobe_display_eevee_next(bpy_types._GenericUI):
|
|
|
1620
1655
|
""" """
|
|
1621
1656
|
...
|
|
1622
1657
|
|
|
1623
|
-
class DATA_PT_lightprobe_eevee_next(
|
|
1658
|
+
class DATA_PT_lightprobe_eevee_next(
|
|
1659
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1660
|
+
):
|
|
1624
1661
|
""" """
|
|
1625
1662
|
|
|
1626
1663
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1779,7 +1816,9 @@ class DATA_PT_lightprobe_eevee_next(bpy_types._GenericUI):
|
|
|
1779
1816
|
""" """
|
|
1780
1817
|
...
|
|
1781
1818
|
|
|
1782
|
-
class DATA_PT_lightprobe_parallax(
|
|
1819
|
+
class DATA_PT_lightprobe_parallax(
|
|
1820
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1821
|
+
):
|
|
1783
1822
|
""" """
|
|
1784
1823
|
|
|
1785
1824
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1948,7 +1987,9 @@ class DATA_PT_lightprobe_parallax(bpy_types._GenericUI):
|
|
|
1948
1987
|
""" """
|
|
1949
1988
|
...
|
|
1950
1989
|
|
|
1951
|
-
class DATA_PT_lightprobe_visibility(
|
|
1990
|
+
class DATA_PT_lightprobe_visibility(
|
|
1991
|
+
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1992
|
+
):
|
|
1952
1993
|
""" """
|
|
1953
1994
|
|
|
1954
1995
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2109,22 +2150,3 @@ class DATA_PT_lightprobe_visibility(bpy_types._GenericUI):
|
|
|
2109
2150
|
def values(self):
|
|
2110
2151
|
""" """
|
|
2111
2152
|
...
|
|
2112
|
-
|
|
2113
|
-
class DataButtonsPanel:
|
|
2114
|
-
""" """
|
|
2115
|
-
|
|
2116
|
-
bl_context: typing.Any
|
|
2117
|
-
""" """
|
|
2118
|
-
|
|
2119
|
-
bl_region_type: typing.Any
|
|
2120
|
-
""" """
|
|
2121
|
-
|
|
2122
|
-
bl_space_type: typing.Any
|
|
2123
|
-
""" """
|
|
2124
|
-
|
|
2125
|
-
def poll(self, context):
|
|
2126
|
-
"""
|
|
2127
|
-
|
|
2128
|
-
:param context:
|
|
2129
|
-
"""
|
|
2130
|
-
...
|