fake-bpy-module 20240421__py3-none-any.whl → 20240423__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/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 +52 -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 +333 -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 +580 -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 +2418 -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 +105733 -102298
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +21 -18
- 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-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.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-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
|
@@ -1,38 +1,30 @@
|
|
|
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
|
-
""" """
|
|
8
|
-
|
|
9
|
-
addon_map: typing.Any
|
|
7
|
+
class WorkSpaceButtonsPanel:
|
|
10
8
|
""" """
|
|
11
9
|
|
|
12
10
|
bl_category: typing.Any
|
|
13
11
|
""" """
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
bl_region_type: typing.Any
|
|
16
14
|
""" """
|
|
17
15
|
|
|
18
|
-
|
|
16
|
+
bl_space_type: typing.Any
|
|
19
17
|
""" """
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
class WORKSPACE_UL_addons_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
22
20
|
""" """
|
|
23
21
|
|
|
24
22
|
bl_rna: typing.Any
|
|
25
23
|
""" """
|
|
26
24
|
|
|
27
|
-
bl_space_type: typing.Any
|
|
28
|
-
""" """
|
|
29
|
-
|
|
30
25
|
id_data: typing.Any
|
|
31
26
|
""" """
|
|
32
27
|
|
|
33
|
-
owner_ids: typing.Any
|
|
34
|
-
""" """
|
|
35
|
-
|
|
36
28
|
def append(self, draw_func):
|
|
37
29
|
"""
|
|
38
30
|
|
|
@@ -52,17 +44,27 @@ class WORKSPACE_PT_addons(bpy_types._GenericUI):
|
|
|
52
44
|
""" """
|
|
53
45
|
...
|
|
54
46
|
|
|
55
|
-
def
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
47
|
+
def draw_item(
|
|
48
|
+
self,
|
|
49
|
+
context,
|
|
50
|
+
layout,
|
|
51
|
+
_data,
|
|
52
|
+
addon,
|
|
53
|
+
icon,
|
|
54
|
+
_active_data,
|
|
55
|
+
_active_propname,
|
|
56
|
+
_index,
|
|
57
|
+
):
|
|
63
58
|
"""
|
|
64
59
|
|
|
65
60
|
:param context:
|
|
61
|
+
:param layout:
|
|
62
|
+
:param _data:
|
|
63
|
+
:param addon:
|
|
64
|
+
:param icon:
|
|
65
|
+
:param _active_data:
|
|
66
|
+
:param _active_propname:
|
|
67
|
+
:param _index:
|
|
66
68
|
"""
|
|
67
69
|
...
|
|
68
70
|
|
|
@@ -74,6 +76,15 @@ class WORKSPACE_PT_addons(bpy_types._GenericUI):
|
|
|
74
76
|
""" """
|
|
75
77
|
...
|
|
76
78
|
|
|
79
|
+
def filter_items(self, _context, data, property):
|
|
80
|
+
"""
|
|
81
|
+
|
|
82
|
+
:param _context:
|
|
83
|
+
:param data:
|
|
84
|
+
:param property:
|
|
85
|
+
"""
|
|
86
|
+
...
|
|
87
|
+
|
|
77
88
|
def get(self):
|
|
78
89
|
""" """
|
|
79
90
|
...
|
|
@@ -168,19 +179,16 @@ class WORKSPACE_PT_addons(bpy_types._GenericUI):
|
|
|
168
179
|
""" """
|
|
169
180
|
...
|
|
170
181
|
|
|
171
|
-
class
|
|
182
|
+
class WORKSPACE_PT_addons(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
172
183
|
""" """
|
|
173
184
|
|
|
174
|
-
|
|
175
|
-
""" """
|
|
176
|
-
|
|
177
|
-
bl_label: typing.Any
|
|
185
|
+
addon_map: typing.Any
|
|
178
186
|
""" """
|
|
179
187
|
|
|
180
|
-
|
|
188
|
+
bl_category: typing.Any
|
|
181
189
|
""" """
|
|
182
190
|
|
|
183
|
-
|
|
191
|
+
bl_label: typing.Any
|
|
184
192
|
""" """
|
|
185
193
|
|
|
186
194
|
bl_parent_id: typing.Any
|
|
@@ -198,6 +206,9 @@ class WORKSPACE_PT_custom_props(bpy_types._GenericUI):
|
|
|
198
206
|
id_data: typing.Any
|
|
199
207
|
""" """
|
|
200
208
|
|
|
209
|
+
owner_ids: typing.Any
|
|
210
|
+
""" """
|
|
211
|
+
|
|
201
212
|
def append(self, draw_func):
|
|
202
213
|
"""
|
|
203
214
|
|
|
@@ -224,6 +235,13 @@ class WORKSPACE_PT_custom_props(bpy_types._GenericUI):
|
|
|
224
235
|
"""
|
|
225
236
|
...
|
|
226
237
|
|
|
238
|
+
def draw_header(self, context):
|
|
239
|
+
"""
|
|
240
|
+
|
|
241
|
+
:param context:
|
|
242
|
+
"""
|
|
243
|
+
...
|
|
244
|
+
|
|
227
245
|
def driver_add(self):
|
|
228
246
|
""" """
|
|
229
247
|
...
|
|
@@ -292,13 +310,6 @@ class WORKSPACE_PT_custom_props(bpy_types._GenericUI):
|
|
|
292
310
|
""" """
|
|
293
311
|
...
|
|
294
312
|
|
|
295
|
-
def poll(self, context):
|
|
296
|
-
"""
|
|
297
|
-
|
|
298
|
-
:param context:
|
|
299
|
-
"""
|
|
300
|
-
...
|
|
301
|
-
|
|
302
313
|
def pop(self):
|
|
303
314
|
""" """
|
|
304
315
|
...
|
|
@@ -333,7 +344,12 @@ class WORKSPACE_PT_custom_props(bpy_types._GenericUI):
|
|
|
333
344
|
""" """
|
|
334
345
|
...
|
|
335
346
|
|
|
336
|
-
class
|
|
347
|
+
class WORKSPACE_PT_custom_props(
|
|
348
|
+
bpy_types.Panel,
|
|
349
|
+
WorkSpaceButtonsPanel,
|
|
350
|
+
rna_prop_ui.PropertyPanel,
|
|
351
|
+
bpy_types._GenericUI,
|
|
352
|
+
):
|
|
337
353
|
""" """
|
|
338
354
|
|
|
339
355
|
bl_category: typing.Any
|
|
@@ -345,6 +361,12 @@ class WORKSPACE_PT_main(bpy_types._GenericUI):
|
|
|
345
361
|
bl_options: typing.Any
|
|
346
362
|
""" """
|
|
347
363
|
|
|
364
|
+
bl_order: typing.Any
|
|
365
|
+
""" """
|
|
366
|
+
|
|
367
|
+
bl_parent_id: typing.Any
|
|
368
|
+
""" """
|
|
369
|
+
|
|
348
370
|
bl_region_type: typing.Any
|
|
349
371
|
""" """
|
|
350
372
|
|
|
@@ -451,6 +473,13 @@ class WORKSPACE_PT_main(bpy_types._GenericUI):
|
|
|
451
473
|
""" """
|
|
452
474
|
...
|
|
453
475
|
|
|
476
|
+
def poll(self, context):
|
|
477
|
+
"""
|
|
478
|
+
|
|
479
|
+
:param context:
|
|
480
|
+
"""
|
|
481
|
+
...
|
|
482
|
+
|
|
454
483
|
def pop(self):
|
|
455
484
|
""" """
|
|
456
485
|
...
|
|
@@ -485,12 +514,27 @@ class WORKSPACE_PT_main(bpy_types._GenericUI):
|
|
|
485
514
|
""" """
|
|
486
515
|
...
|
|
487
516
|
|
|
488
|
-
class
|
|
517
|
+
class WORKSPACE_PT_main(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
518
|
+
""" """
|
|
519
|
+
|
|
520
|
+
bl_category: typing.Any
|
|
521
|
+
""" """
|
|
522
|
+
|
|
523
|
+
bl_label: typing.Any
|
|
524
|
+
""" """
|
|
525
|
+
|
|
526
|
+
bl_options: typing.Any
|
|
527
|
+
""" """
|
|
528
|
+
|
|
529
|
+
bl_region_type: typing.Any
|
|
489
530
|
""" """
|
|
490
531
|
|
|
491
532
|
bl_rna: typing.Any
|
|
492
533
|
""" """
|
|
493
534
|
|
|
535
|
+
bl_space_type: typing.Any
|
|
536
|
+
""" """
|
|
537
|
+
|
|
494
538
|
id_data: typing.Any
|
|
495
539
|
""" """
|
|
496
540
|
|
|
@@ -513,27 +557,10 @@ class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
|
513
557
|
""" """
|
|
514
558
|
...
|
|
515
559
|
|
|
516
|
-
def
|
|
517
|
-
self,
|
|
518
|
-
context,
|
|
519
|
-
layout,
|
|
520
|
-
_data,
|
|
521
|
-
addon,
|
|
522
|
-
icon,
|
|
523
|
-
_active_data,
|
|
524
|
-
_active_propname,
|
|
525
|
-
_index,
|
|
526
|
-
):
|
|
560
|
+
def draw(self, context):
|
|
527
561
|
"""
|
|
528
562
|
|
|
529
563
|
:param context:
|
|
530
|
-
:param layout:
|
|
531
|
-
:param _data:
|
|
532
|
-
:param addon:
|
|
533
|
-
:param icon:
|
|
534
|
-
:param _active_data:
|
|
535
|
-
:param _active_propname:
|
|
536
|
-
:param _index:
|
|
537
564
|
"""
|
|
538
565
|
...
|
|
539
566
|
|
|
@@ -545,15 +572,6 @@ class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
|
545
572
|
""" """
|
|
546
573
|
...
|
|
547
574
|
|
|
548
|
-
def filter_items(self, _context, data, property):
|
|
549
|
-
"""
|
|
550
|
-
|
|
551
|
-
:param _context:
|
|
552
|
-
:param data:
|
|
553
|
-
:param property:
|
|
554
|
-
"""
|
|
555
|
-
...
|
|
556
|
-
|
|
557
575
|
def get(self):
|
|
558
576
|
""" """
|
|
559
577
|
...
|
|
@@ -647,15 +665,3 @@ class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
|
647
665
|
def values(self):
|
|
648
666
|
""" """
|
|
649
667
|
...
|
|
650
|
-
|
|
651
|
-
class WorkSpaceButtonsPanel:
|
|
652
|
-
""" """
|
|
653
|
-
|
|
654
|
-
bl_category: typing.Any
|
|
655
|
-
""" """
|
|
656
|
-
|
|
657
|
-
bl_region_type: typing.Any
|
|
658
|
-
""" """
|
|
659
|
-
|
|
660
|
-
bl_space_type: typing.Any
|
|
661
|
-
""" """
|
|
@@ -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 WorldButtonsPanel:
|
|
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 EEVEE_WORLD_PT_mist(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
7
27
|
""" """
|
|
8
28
|
|
|
9
29
|
COMPAT_ENGINES: typing.Any
|
|
@@ -165,7 +185,7 @@ class EEVEE_WORLD_PT_mist(bpy_types._GenericUI):
|
|
|
165
185
|
""" """
|
|
166
186
|
...
|
|
167
187
|
|
|
168
|
-
class EEVEE_WORLD_PT_probe(bpy_types._GenericUI):
|
|
188
|
+
class EEVEE_WORLD_PT_probe(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
169
189
|
""" """
|
|
170
190
|
|
|
171
191
|
COMPAT_ENGINES: typing.Any
|
|
@@ -330,7 +350,7 @@ class EEVEE_WORLD_PT_probe(bpy_types._GenericUI):
|
|
|
330
350
|
""" """
|
|
331
351
|
...
|
|
332
352
|
|
|
333
|
-
class EEVEE_WORLD_PT_surface(bpy_types._GenericUI):
|
|
353
|
+
class EEVEE_WORLD_PT_surface(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
334
354
|
""" """
|
|
335
355
|
|
|
336
356
|
COMPAT_ENGINES: typing.Any
|
|
@@ -489,7 +509,7 @@ class EEVEE_WORLD_PT_surface(bpy_types._GenericUI):
|
|
|
489
509
|
""" """
|
|
490
510
|
...
|
|
491
511
|
|
|
492
|
-
class EEVEE_WORLD_PT_volume(bpy_types._GenericUI):
|
|
512
|
+
class EEVEE_WORLD_PT_volume(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
493
513
|
""" """
|
|
494
514
|
|
|
495
515
|
COMPAT_ENGINES: typing.Any
|
|
@@ -654,7 +674,7 @@ class EEVEE_WORLD_PT_volume(bpy_types._GenericUI):
|
|
|
654
674
|
""" """
|
|
655
675
|
...
|
|
656
676
|
|
|
657
|
-
class WORLD_PT_context_world(bpy_types._GenericUI):
|
|
677
|
+
class WORLD_PT_context_world(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
|
|
658
678
|
""" """
|
|
659
679
|
|
|
660
680
|
COMPAT_ENGINES: typing.Any
|
|
@@ -816,7 +836,9 @@ class WORLD_PT_context_world(bpy_types._GenericUI):
|
|
|
816
836
|
""" """
|
|
817
837
|
...
|
|
818
838
|
|
|
819
|
-
class WORLD_PT_custom_props(
|
|
839
|
+
class WORLD_PT_custom_props(
|
|
840
|
+
bpy_types.Panel, WorldButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
841
|
+
):
|
|
820
842
|
""" """
|
|
821
843
|
|
|
822
844
|
COMPAT_ENGINES: typing.Any
|
|
@@ -981,7 +1003,9 @@ class WORLD_PT_custom_props(bpy_types._GenericUI):
|
|
|
981
1003
|
""" """
|
|
982
1004
|
...
|
|
983
1005
|
|
|
984
|
-
class WORLD_PT_viewport_display(
|
|
1006
|
+
class WORLD_PT_viewport_display(
|
|
1007
|
+
bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI
|
|
1008
|
+
):
|
|
985
1009
|
""" """
|
|
986
1010
|
|
|
987
1011
|
bl_context: typing.Any
|
|
@@ -1142,22 +1166,3 @@ class WORLD_PT_viewport_display(bpy_types._GenericUI):
|
|
|
1142
1166
|
def values(self):
|
|
1143
1167
|
""" """
|
|
1144
1168
|
...
|
|
1145
|
-
|
|
1146
|
-
class WorldButtonsPanel:
|
|
1147
|
-
""" """
|
|
1148
|
-
|
|
1149
|
-
bl_context: typing.Any
|
|
1150
|
-
""" """
|
|
1151
|
-
|
|
1152
|
-
bl_region_type: typing.Any
|
|
1153
|
-
""" """
|
|
1154
|
-
|
|
1155
|
-
bl_space_type: typing.Any
|
|
1156
|
-
""" """
|
|
1157
|
-
|
|
1158
|
-
def poll(self, context):
|
|
1159
|
-
"""
|
|
1160
|
-
|
|
1161
|
-
:param context:
|
|
1162
|
-
"""
|
|
1163
|
-
...
|