fake-bpy-module 20240721__py3-none-any.whl → 20240723__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/bone_selection_sets/__init__.pyi +6 -18
- bl_operators/node/__init__.pyi +2 -4
- bl_operators/presets/__init__.pyi +2 -5
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +6 -18
- bl_ui/properties_constraint/__init__.pyi +79 -142
- bl_ui/properties_data_armature/__init__.pyi +17 -32
- bl_ui/properties_data_bone/__init__.pyi +10 -15
- bl_ui/properties_data_camera/__init__.pyi +14 -29
- bl_ui/properties_data_curve/__init__.pyi +15 -40
- bl_ui/properties_data_curves/__init__.pyi +6 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +23 -37
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -4
- bl_ui/properties_data_light/__init__.pyi +12 -23
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
- bl_ui/properties_data_mesh/__init__.pyi +20 -27
- bl_ui/properties_data_metaball/__init__.pyi +5 -8
- bl_ui/properties_data_modifier/__init__.pyi +9 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +5 -6
- bl_ui/properties_data_volume/__init__.pyi +8 -13
- bl_ui/properties_freestyle/__init__.pyi +26 -112
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +16 -40
- bl_ui/properties_material_gpencil/__init__.pyi +10 -28
- bl_ui/properties_object/__init__.pyi +14 -25
- bl_ui/properties_output/__init__.pyi +18 -45
- bl_ui/properties_paint_common/__init__.pyi +9 -10
- bl_ui/properties_particle/__init__.pyi +52 -134
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
- bl_ui/properties_physics_field/__init__.pyi +10 -27
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -44
- bl_ui/properties_render/__init__.pyi +55 -146
- bl_ui/properties_scene/__init__.pyi +15 -28
- bl_ui/properties_texture/__init__.pyi +26 -70
- bl_ui/properties_view_layer/__init__.pyi +49 -80
- bl_ui/properties_workspace/__init__.pyi +4 -8
- bl_ui/properties_world/__init__.pyi +10 -17
- bl_ui/space_clip/__init__.pyi +72 -116
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +39 -56
- bl_ui/space_filebrowser/__init__.pyi +29 -44
- bl_ui/space_graph/__init__.pyi +20 -23
- bl_ui/space_image/__init__.pyi +69 -134
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +17 -26
- bl_ui/space_node/__init__.pyi +28 -35
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +80 -134
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -12
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +91 -196
- bl_ui/space_view3d/__init__.pyi +279 -342
- bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29718 -29418
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
bl_ui/space_console/__init__.pyi
CHANGED
|
@@ -2,12 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class CONSOLE_HT_header(bpy.types.Header
|
|
9
|
+
class CONSOLE_HT_header(bpy.types.Header):
|
|
11
10
|
bl_rna: typing.Any
|
|
12
11
|
bl_space_type: typing.Any
|
|
13
12
|
id_data: typing.Any
|
|
@@ -35,7 +34,7 @@ class CONSOLE_HT_header(bpy.types.Header, bpy_types._GenericUI):
|
|
|
35
34
|
"""
|
|
36
35
|
...
|
|
37
36
|
|
|
38
|
-
class CONSOLE_MT_console(bpy.types.Menu
|
|
37
|
+
class CONSOLE_MT_console(bpy.types.Menu):
|
|
39
38
|
bl_label: typing.Any
|
|
40
39
|
bl_rna: typing.Any
|
|
41
40
|
id_data: typing.Any
|
|
@@ -63,7 +62,7 @@ class CONSOLE_MT_console(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
63
62
|
"""
|
|
64
63
|
...
|
|
65
64
|
|
|
66
|
-
class CONSOLE_MT_context_menu(bpy.types.Menu
|
|
65
|
+
class CONSOLE_MT_context_menu(bpy.types.Menu):
|
|
67
66
|
bl_label: typing.Any
|
|
68
67
|
bl_rna: typing.Any
|
|
69
68
|
id_data: typing.Any
|
|
@@ -91,7 +90,7 @@ class CONSOLE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
91
90
|
"""
|
|
92
91
|
...
|
|
93
92
|
|
|
94
|
-
class CONSOLE_MT_editor_menus(bpy.types.Menu
|
|
93
|
+
class CONSOLE_MT_editor_menus(bpy.types.Menu):
|
|
95
94
|
bl_idname: typing.Any
|
|
96
95
|
bl_label: typing.Any
|
|
97
96
|
bl_rna: typing.Any
|
|
@@ -120,7 +119,7 @@ class CONSOLE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
120
119
|
"""
|
|
121
120
|
...
|
|
122
121
|
|
|
123
|
-
class CONSOLE_MT_language(bpy.types.Menu
|
|
122
|
+
class CONSOLE_MT_language(bpy.types.Menu):
|
|
124
123
|
bl_label: typing.Any
|
|
125
124
|
bl_rna: typing.Any
|
|
126
125
|
id_data: typing.Any
|
|
@@ -148,7 +147,7 @@ class CONSOLE_MT_language(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
148
147
|
"""
|
|
149
148
|
...
|
|
150
149
|
|
|
151
|
-
class CONSOLE_MT_view(bpy.types.Menu
|
|
150
|
+
class CONSOLE_MT_view(bpy.types.Menu):
|
|
152
151
|
bl_label: typing.Any
|
|
153
152
|
bl_rna: typing.Any
|
|
154
153
|
id_data: typing.Any
|
|
@@ -4,7 +4,6 @@ import typing_extensions
|
|
|
4
4
|
import bl_ui.properties_data_grease_pencil
|
|
5
5
|
import bl_ui.properties_grease_pencil_common
|
|
6
6
|
import bpy.types
|
|
7
|
-
import bpy_types
|
|
8
7
|
import rna_prop_ui
|
|
9
8
|
|
|
10
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
@@ -20,7 +19,7 @@ class DOPESHEET_HT_editor_buttons:
|
|
|
20
19
|
"""
|
|
21
20
|
...
|
|
22
21
|
|
|
23
|
-
class DOPESHEET_HT_header(bpy.types.Header
|
|
22
|
+
class DOPESHEET_HT_header(bpy.types.Header):
|
|
24
23
|
bl_rna: typing.Any
|
|
25
24
|
bl_space_type: typing.Any
|
|
26
25
|
id_data: typing.Any
|
|
@@ -48,7 +47,7 @@ class DOPESHEET_HT_header(bpy.types.Header, bpy_types._GenericUI):
|
|
|
48
47
|
"""
|
|
49
48
|
...
|
|
50
49
|
|
|
51
|
-
class DOPESHEET_MT_channel(bpy.types.Menu
|
|
50
|
+
class DOPESHEET_MT_channel(bpy.types.Menu):
|
|
52
51
|
bl_label: typing.Any
|
|
53
52
|
bl_rna: typing.Any
|
|
54
53
|
id_data: typing.Any
|
|
@@ -76,7 +75,7 @@ class DOPESHEET_MT_channel(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
76
75
|
"""
|
|
77
76
|
...
|
|
78
77
|
|
|
79
|
-
class DOPESHEET_MT_channel_context_menu(bpy.types.Menu
|
|
78
|
+
class DOPESHEET_MT_channel_context_menu(bpy.types.Menu):
|
|
80
79
|
bl_label: typing.Any
|
|
81
80
|
bl_rna: typing.Any
|
|
82
81
|
id_data: typing.Any
|
|
@@ -104,7 +103,7 @@ class DOPESHEET_MT_channel_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
104
103
|
"""
|
|
105
104
|
...
|
|
106
105
|
|
|
107
|
-
class DOPESHEET_MT_context_menu(bpy.types.Menu
|
|
106
|
+
class DOPESHEET_MT_context_menu(bpy.types.Menu):
|
|
108
107
|
bl_label: typing.Any
|
|
109
108
|
bl_rna: typing.Any
|
|
110
109
|
id_data: typing.Any
|
|
@@ -132,7 +131,7 @@ class DOPESHEET_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
132
131
|
"""
|
|
133
132
|
...
|
|
134
133
|
|
|
135
|
-
class DOPESHEET_MT_delete(bpy.types.Menu
|
|
134
|
+
class DOPESHEET_MT_delete(bpy.types.Menu):
|
|
136
135
|
bl_label: typing.Any
|
|
137
136
|
bl_rna: typing.Any
|
|
138
137
|
id_data: typing.Any
|
|
@@ -160,7 +159,7 @@ class DOPESHEET_MT_delete(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
160
159
|
"""
|
|
161
160
|
...
|
|
162
161
|
|
|
163
|
-
class DOPESHEET_MT_editor_menus(bpy.types.Menu
|
|
162
|
+
class DOPESHEET_MT_editor_menus(bpy.types.Menu):
|
|
164
163
|
bl_idname: typing.Any
|
|
165
164
|
bl_label: typing.Any
|
|
166
165
|
bl_rna: typing.Any
|
|
@@ -189,7 +188,7 @@ class DOPESHEET_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
189
188
|
"""
|
|
190
189
|
...
|
|
191
190
|
|
|
192
|
-
class DOPESHEET_MT_gpencil_channel(bpy.types.Menu
|
|
191
|
+
class DOPESHEET_MT_gpencil_channel(bpy.types.Menu):
|
|
193
192
|
bl_label: typing.Any
|
|
194
193
|
bl_rna: typing.Any
|
|
195
194
|
id_data: typing.Any
|
|
@@ -217,7 +216,7 @@ class DOPESHEET_MT_gpencil_channel(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
217
216
|
"""
|
|
218
217
|
...
|
|
219
218
|
|
|
220
|
-
class DOPESHEET_MT_gpencil_key(bpy.types.Menu
|
|
219
|
+
class DOPESHEET_MT_gpencil_key(bpy.types.Menu):
|
|
221
220
|
bl_label: typing.Any
|
|
222
221
|
bl_rna: typing.Any
|
|
223
222
|
id_data: typing.Any
|
|
@@ -245,7 +244,7 @@ class DOPESHEET_MT_gpencil_key(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
245
244
|
"""
|
|
246
245
|
...
|
|
247
246
|
|
|
248
|
-
class DOPESHEET_MT_key(bpy.types.Menu
|
|
247
|
+
class DOPESHEET_MT_key(bpy.types.Menu):
|
|
249
248
|
bl_label: typing.Any
|
|
250
249
|
bl_rna: typing.Any
|
|
251
250
|
id_data: typing.Any
|
|
@@ -273,7 +272,7 @@ class DOPESHEET_MT_key(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
273
272
|
"""
|
|
274
273
|
...
|
|
275
274
|
|
|
276
|
-
class DOPESHEET_MT_key_transform(bpy.types.Menu
|
|
275
|
+
class DOPESHEET_MT_key_transform(bpy.types.Menu):
|
|
277
276
|
bl_label: typing.Any
|
|
278
277
|
bl_rna: typing.Any
|
|
279
278
|
id_data: typing.Any
|
|
@@ -301,7 +300,7 @@ class DOPESHEET_MT_key_transform(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
301
300
|
"""
|
|
302
301
|
...
|
|
303
302
|
|
|
304
|
-
class DOPESHEET_MT_marker(bpy.types.Menu
|
|
303
|
+
class DOPESHEET_MT_marker(bpy.types.Menu):
|
|
305
304
|
bl_label: typing.Any
|
|
306
305
|
bl_rna: typing.Any
|
|
307
306
|
id_data: typing.Any
|
|
@@ -329,7 +328,7 @@ class DOPESHEET_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
329
328
|
"""
|
|
330
329
|
...
|
|
331
330
|
|
|
332
|
-
class DOPESHEET_MT_select(bpy.types.Menu
|
|
331
|
+
class DOPESHEET_MT_select(bpy.types.Menu):
|
|
333
332
|
bl_label: typing.Any
|
|
334
333
|
bl_rna: typing.Any
|
|
335
334
|
id_data: typing.Any
|
|
@@ -357,7 +356,7 @@ class DOPESHEET_MT_select(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
357
356
|
"""
|
|
358
357
|
...
|
|
359
358
|
|
|
360
|
-
class DOPESHEET_MT_snap_pie(bpy.types.Menu
|
|
359
|
+
class DOPESHEET_MT_snap_pie(bpy.types.Menu):
|
|
361
360
|
bl_label: typing.Any
|
|
362
361
|
bl_rna: typing.Any
|
|
363
362
|
id_data: typing.Any
|
|
@@ -385,7 +384,7 @@ class DOPESHEET_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
385
384
|
"""
|
|
386
385
|
...
|
|
387
386
|
|
|
388
|
-
class DOPESHEET_MT_view(bpy.types.Menu
|
|
387
|
+
class DOPESHEET_MT_view(bpy.types.Menu):
|
|
389
388
|
bl_label: typing.Any
|
|
390
389
|
bl_rna: typing.Any
|
|
391
390
|
id_data: typing.Any
|
|
@@ -413,7 +412,7 @@ class DOPESHEET_MT_view(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
413
412
|
"""
|
|
414
413
|
...
|
|
415
414
|
|
|
416
|
-
class DOPESHEET_MT_view_pie(bpy.types.Menu
|
|
415
|
+
class DOPESHEET_MT_view_pie(bpy.types.Menu):
|
|
417
416
|
bl_label: typing.Any
|
|
418
417
|
bl_rna: typing.Any
|
|
419
418
|
id_data: typing.Any
|
|
@@ -441,9 +440,7 @@ class DOPESHEET_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
441
440
|
"""
|
|
442
441
|
...
|
|
443
442
|
|
|
444
|
-
class DOPESHEET_PT_action(
|
|
445
|
-
bpy.types.Panel, DopesheetActionPanelBase, bpy_types._GenericUI
|
|
446
|
-
):
|
|
443
|
+
class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy.types.Panel):
|
|
447
444
|
bl_category: typing.Any
|
|
448
445
|
bl_label: typing.Any
|
|
449
446
|
bl_region_type: typing.Any
|
|
@@ -482,7 +479,7 @@ class DOPESHEET_PT_action(
|
|
|
482
479
|
"""
|
|
483
480
|
...
|
|
484
481
|
|
|
485
|
-
class DOPESHEET_PT_action_slot(bpy.types.Panel
|
|
482
|
+
class DOPESHEET_PT_action_slot(bpy.types.Panel):
|
|
486
483
|
bl_category: typing.Any
|
|
487
484
|
bl_label: typing.Any
|
|
488
485
|
bl_region_type: typing.Any
|
|
@@ -521,9 +518,7 @@ class DOPESHEET_PT_action_slot(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
521
518
|
"""
|
|
522
519
|
...
|
|
523
520
|
|
|
524
|
-
class DOPESHEET_PT_custom_props_action(
|
|
525
|
-
bpy.types.Panel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
526
|
-
):
|
|
521
|
+
class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy.types.Panel):
|
|
527
522
|
"""The subclass should have its own poll function
|
|
528
523
|
and the variable '_context_path' MUST be set.
|
|
529
524
|
"""
|
|
@@ -562,9 +557,7 @@ class DOPESHEET_PT_custom_props_action(
|
|
|
562
557
|
"""
|
|
563
558
|
...
|
|
564
559
|
|
|
565
|
-
class DOPESHEET_PT_filters(
|
|
566
|
-
bpy.types.Panel, DopesheetFilterPopoverBase, bpy_types._GenericUI
|
|
567
|
-
):
|
|
560
|
+
class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy.types.Panel):
|
|
568
561
|
bl_label: typing.Any
|
|
569
562
|
bl_region_type: typing.Any
|
|
570
563
|
bl_rna: typing.Any
|
|
@@ -595,10 +588,9 @@ class DOPESHEET_PT_filters(
|
|
|
595
588
|
...
|
|
596
589
|
|
|
597
590
|
class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
598
|
-
bpy.types.Panel,
|
|
599
|
-
LayersDopeSheetPanel,
|
|
600
591
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
601
|
-
|
|
592
|
+
LayersDopeSheetPanel,
|
|
593
|
+
bpy.types.Panel,
|
|
602
594
|
):
|
|
603
595
|
bl_category: typing.Any
|
|
604
596
|
bl_label: typing.Any
|
|
@@ -626,10 +618,9 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
626
618
|
...
|
|
627
619
|
|
|
628
620
|
class DOPESHEET_PT_gpencil_layer_display(
|
|
629
|
-
bpy.types.Panel,
|
|
630
|
-
LayersDopeSheetPanel,
|
|
631
621
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
632
|
-
|
|
622
|
+
LayersDopeSheetPanel,
|
|
623
|
+
bpy.types.Panel,
|
|
633
624
|
):
|
|
634
625
|
bl_category: typing.Any
|
|
635
626
|
bl_label: typing.Any
|
|
@@ -657,10 +648,9 @@ class DOPESHEET_PT_gpencil_layer_display(
|
|
|
657
648
|
...
|
|
658
649
|
|
|
659
650
|
class DOPESHEET_PT_gpencil_layer_masks(
|
|
660
|
-
bpy.types.Panel,
|
|
661
|
-
LayersDopeSheetPanel,
|
|
662
651
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
663
|
-
|
|
652
|
+
LayersDopeSheetPanel,
|
|
653
|
+
bpy.types.Panel,
|
|
664
654
|
):
|
|
665
655
|
bl_category: typing.Any
|
|
666
656
|
bl_label: typing.Any
|
|
@@ -688,10 +678,9 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
688
678
|
...
|
|
689
679
|
|
|
690
680
|
class DOPESHEET_PT_gpencil_layer_relations(
|
|
691
|
-
bpy.types.Panel,
|
|
692
|
-
LayersDopeSheetPanel,
|
|
693
681
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
694
|
-
|
|
682
|
+
LayersDopeSheetPanel,
|
|
683
|
+
bpy.types.Panel,
|
|
695
684
|
):
|
|
696
685
|
bl_category: typing.Any
|
|
697
686
|
bl_label: typing.Any
|
|
@@ -719,10 +708,9 @@ class DOPESHEET_PT_gpencil_layer_relations(
|
|
|
719
708
|
...
|
|
720
709
|
|
|
721
710
|
class DOPESHEET_PT_gpencil_layer_transform(
|
|
722
|
-
bpy.types.Panel,
|
|
723
|
-
LayersDopeSheetPanel,
|
|
724
711
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
725
|
-
|
|
712
|
+
LayersDopeSheetPanel,
|
|
713
|
+
bpy.types.Panel,
|
|
726
714
|
):
|
|
727
715
|
bl_category: typing.Any
|
|
728
716
|
bl_label: typing.Any
|
|
@@ -749,9 +737,7 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
749
737
|
"""
|
|
750
738
|
...
|
|
751
739
|
|
|
752
|
-
class DOPESHEET_PT_gpencil_mode(
|
|
753
|
-
bpy.types.Panel, LayersDopeSheetPanel, bpy_types._GenericUI
|
|
754
|
-
):
|
|
740
|
+
class DOPESHEET_PT_gpencil_mode(LayersDopeSheetPanel, bpy.types.Panel):
|
|
755
741
|
bl_category: typing.Any
|
|
756
742
|
bl_label: typing.Any
|
|
757
743
|
bl_region_type: typing.Any
|
|
@@ -783,10 +769,9 @@ class DOPESHEET_PT_gpencil_mode(
|
|
|
783
769
|
...
|
|
784
770
|
|
|
785
771
|
class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
786
|
-
bpy.types.Panel,
|
|
787
|
-
GreasePencilLayersDopeSheetPanel,
|
|
788
772
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
|
|
789
|
-
|
|
773
|
+
GreasePencilLayersDopeSheetPanel,
|
|
774
|
+
bpy.types.Panel,
|
|
790
775
|
):
|
|
791
776
|
bl_category: typing.Any
|
|
792
777
|
bl_label: typing.Any
|
|
@@ -814,10 +799,9 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
814
799
|
...
|
|
815
800
|
|
|
816
801
|
class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
817
|
-
bpy.types.Panel,
|
|
818
|
-
GreasePencilLayersDopeSheetPanel,
|
|
819
802
|
bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
|
|
820
|
-
|
|
803
|
+
GreasePencilLayersDopeSheetPanel,
|
|
804
|
+
bpy.types.Panel,
|
|
821
805
|
):
|
|
822
806
|
bl_category: typing.Any
|
|
823
807
|
bl_label: typing.Any
|
|
@@ -845,10 +829,9 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
845
829
|
...
|
|
846
830
|
|
|
847
831
|
class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
848
|
-
bpy.types.Panel,
|
|
849
|
-
GreasePencilLayersDopeSheetPanel,
|
|
850
832
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
|
|
851
|
-
|
|
833
|
+
GreasePencilLayersDopeSheetPanel,
|
|
834
|
+
bpy.types.Panel,
|
|
852
835
|
):
|
|
853
836
|
bl_category: typing.Any
|
|
854
837
|
bl_label: typing.Any
|
|
@@ -876,7 +859,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
876
859
|
...
|
|
877
860
|
|
|
878
861
|
class DOPESHEET_PT_grease_pencil_mode(
|
|
879
|
-
bpy.types.Panel
|
|
862
|
+
GreasePencilLayersDopeSheetPanel, bpy.types.Panel
|
|
880
863
|
):
|
|
881
864
|
bl_category: typing.Any
|
|
882
865
|
bl_label: typing.Any
|
|
@@ -908,7 +891,7 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
908
891
|
"""
|
|
909
892
|
...
|
|
910
893
|
|
|
911
|
-
class DOPESHEET_PT_proportional_edit(bpy.types.Panel
|
|
894
|
+
class DOPESHEET_PT_proportional_edit(bpy.types.Panel):
|
|
912
895
|
bl_label: typing.Any
|
|
913
896
|
bl_region_type: typing.Any
|
|
914
897
|
bl_rna: typing.Any
|
|
@@ -939,7 +922,7 @@ class DOPESHEET_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
939
922
|
"""
|
|
940
923
|
...
|
|
941
924
|
|
|
942
|
-
class DOPESHEET_PT_snapping(bpy.types.Panel
|
|
925
|
+
class DOPESHEET_PT_snapping(bpy.types.Panel):
|
|
943
926
|
bl_label: typing.Any
|
|
944
927
|
bl_region_type: typing.Any
|
|
945
928
|
bl_rna: typing.Any
|
|
@@ -3,12 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
5
|
import bpy_extras.asset_utils
|
|
6
|
-
import bpy_types
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
9
|
|
|
11
|
-
class ASSETBROWSER_MT_catalog(bpy.types.Menu
|
|
10
|
+
class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy.types.Menu):
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_rna: typing.Any
|
|
14
13
|
id_data: typing.Any
|
|
@@ -36,9 +35,7 @@ class ASSETBROWSER_MT_catalog(bpy.types.Menu, AssetBrowserMenu, bpy_types._Gener
|
|
|
36
35
|
"""
|
|
37
36
|
...
|
|
38
37
|
|
|
39
|
-
class ASSETBROWSER_MT_context_menu(
|
|
40
|
-
bpy.types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
41
|
-
):
|
|
38
|
+
class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy.types.Menu):
|
|
42
39
|
bl_label: typing.Any
|
|
43
40
|
bl_rna: typing.Any
|
|
44
41
|
id_data: typing.Any
|
|
@@ -59,9 +56,7 @@ class ASSETBROWSER_MT_context_menu(
|
|
|
59
56
|
"""
|
|
60
57
|
...
|
|
61
58
|
|
|
62
|
-
class ASSETBROWSER_MT_editor_menus(
|
|
63
|
-
bpy.types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
64
|
-
):
|
|
59
|
+
class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy.types.Menu):
|
|
65
60
|
bl_idname: typing.Any
|
|
66
61
|
bl_label: typing.Any
|
|
67
62
|
bl_rna: typing.Any
|
|
@@ -83,7 +78,7 @@ class ASSETBROWSER_MT_editor_menus(
|
|
|
83
78
|
"""
|
|
84
79
|
...
|
|
85
80
|
|
|
86
|
-
class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu
|
|
81
|
+
class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu):
|
|
87
82
|
bl_label: typing.Any
|
|
88
83
|
bl_rna: typing.Any
|
|
89
84
|
id_data: typing.Any
|
|
@@ -111,7 +106,7 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu, bpy_types._GenericUI
|
|
|
111
106
|
"""
|
|
112
107
|
...
|
|
113
108
|
|
|
114
|
-
class ASSETBROWSER_MT_select(bpy.types.Menu
|
|
109
|
+
class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy.types.Menu):
|
|
115
110
|
bl_label: typing.Any
|
|
116
111
|
bl_rna: typing.Any
|
|
117
112
|
id_data: typing.Any
|
|
@@ -139,7 +134,7 @@ class ASSETBROWSER_MT_select(bpy.types.Menu, AssetBrowserMenu, bpy_types._Generi
|
|
|
139
134
|
"""
|
|
140
135
|
...
|
|
141
136
|
|
|
142
|
-
class ASSETBROWSER_MT_view(bpy.types.Menu
|
|
137
|
+
class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy.types.Menu):
|
|
143
138
|
bl_label: typing.Any
|
|
144
139
|
bl_rna: typing.Any
|
|
145
140
|
id_data: typing.Any
|
|
@@ -168,7 +163,7 @@ class ASSETBROWSER_MT_view(bpy.types.Menu, AssetBrowserMenu, bpy_types._GenericU
|
|
|
168
163
|
...
|
|
169
164
|
|
|
170
165
|
class ASSETBROWSER_PT_display(
|
|
171
|
-
|
|
166
|
+
bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
|
|
172
167
|
):
|
|
173
168
|
bl_label: typing.Any
|
|
174
169
|
bl_region_type: typing.Any
|
|
@@ -200,9 +195,7 @@ class ASSETBROWSER_PT_display(
|
|
|
200
195
|
"""
|
|
201
196
|
...
|
|
202
197
|
|
|
203
|
-
class ASSETBROWSER_PT_filter(
|
|
204
|
-
bpy.types.Panel, bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
|
|
205
|
-
):
|
|
198
|
+
class ASSETBROWSER_PT_filter(bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel):
|
|
206
199
|
bl_category: typing.Any
|
|
207
200
|
bl_label: typing.Any
|
|
208
201
|
bl_region_type: typing.Any
|
|
@@ -234,7 +227,7 @@ class ASSETBROWSER_PT_filter(
|
|
|
234
227
|
...
|
|
235
228
|
|
|
236
229
|
class ASSETBROWSER_PT_metadata(
|
|
237
|
-
|
|
230
|
+
bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
|
|
238
231
|
):
|
|
239
232
|
bl_label: typing.Any
|
|
240
233
|
bl_options: typing.Any
|
|
@@ -278,7 +271,7 @@ class ASSETBROWSER_PT_metadata(
|
|
|
278
271
|
...
|
|
279
272
|
|
|
280
273
|
class ASSETBROWSER_PT_metadata_preview(
|
|
281
|
-
|
|
274
|
+
bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
|
|
282
275
|
):
|
|
283
276
|
bl_label: typing.Any
|
|
284
277
|
bl_region_type: typing.Any
|
|
@@ -310,7 +303,7 @@ class ASSETBROWSER_PT_metadata_preview(
|
|
|
310
303
|
...
|
|
311
304
|
|
|
312
305
|
class ASSETBROWSER_PT_metadata_tags(
|
|
313
|
-
|
|
306
|
+
bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
|
|
314
307
|
):
|
|
315
308
|
bl_label: typing.Any
|
|
316
309
|
bl_region_type: typing.Any
|
|
@@ -341,7 +334,7 @@ class ASSETBROWSER_PT_metadata_tags(
|
|
|
341
334
|
"""
|
|
342
335
|
...
|
|
343
336
|
|
|
344
|
-
class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList
|
|
337
|
+
class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList):
|
|
345
338
|
bl_rna: typing.Any
|
|
346
339
|
id_data: typing.Any
|
|
347
340
|
|
|
@@ -394,7 +387,7 @@ class AssetBrowserMenu:
|
|
|
394
387
|
"""
|
|
395
388
|
...
|
|
396
389
|
|
|
397
|
-
class FILEBROWSER_HT_header(bpy.types.Header
|
|
390
|
+
class FILEBROWSER_HT_header(bpy.types.Header):
|
|
398
391
|
bl_rna: typing.Any
|
|
399
392
|
bl_space_type: typing.Any
|
|
400
393
|
id_data: typing.Any
|
|
@@ -429,7 +422,7 @@ class FILEBROWSER_HT_header(bpy.types.Header, bpy_types._GenericUI):
|
|
|
429
422
|
"""
|
|
430
423
|
...
|
|
431
424
|
|
|
432
|
-
class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu
|
|
425
|
+
class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu):
|
|
433
426
|
bl_label: typing.Any
|
|
434
427
|
bl_rna: typing.Any
|
|
435
428
|
id_data: typing.Any
|
|
@@ -457,9 +450,7 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu, bpy_types._GenericUI
|
|
|
457
450
|
"""
|
|
458
451
|
...
|
|
459
452
|
|
|
460
|
-
class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
461
|
-
bpy.types.Menu, bpy_types._GenericUI
|
|
462
|
-
):
|
|
453
|
+
class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy.types.Menu):
|
|
463
454
|
bl_label: typing.Any
|
|
464
455
|
bl_rna: typing.Any
|
|
465
456
|
id_data: typing.Any
|
|
@@ -487,9 +478,7 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
|
487
478
|
"""
|
|
488
479
|
...
|
|
489
480
|
|
|
490
|
-
class FILEBROWSER_MT_context_menu(
|
|
491
|
-
bpy.types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
492
|
-
):
|
|
481
|
+
class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy.types.Menu):
|
|
493
482
|
bl_label: typing.Any
|
|
494
483
|
bl_rna: typing.Any
|
|
495
484
|
id_data: typing.Any
|
|
@@ -517,9 +506,7 @@ class FILEBROWSER_MT_context_menu(
|
|
|
517
506
|
"""
|
|
518
507
|
...
|
|
519
508
|
|
|
520
|
-
class FILEBROWSER_MT_editor_menus(
|
|
521
|
-
bpy.types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
522
|
-
):
|
|
509
|
+
class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy.types.Menu):
|
|
523
510
|
bl_idname: typing.Any
|
|
524
511
|
bl_label: typing.Any
|
|
525
512
|
bl_rna: typing.Any
|
|
@@ -548,7 +535,7 @@ class FILEBROWSER_MT_editor_menus(
|
|
|
548
535
|
"""
|
|
549
536
|
...
|
|
550
537
|
|
|
551
|
-
class FILEBROWSER_MT_select(bpy.types.Menu
|
|
538
|
+
class FILEBROWSER_MT_select(FileBrowserMenu, bpy.types.Menu):
|
|
552
539
|
bl_label: typing.Any
|
|
553
540
|
bl_rna: typing.Any
|
|
554
541
|
id_data: typing.Any
|
|
@@ -576,7 +563,7 @@ class FILEBROWSER_MT_select(bpy.types.Menu, FileBrowserMenu, bpy_types._GenericU
|
|
|
576
563
|
"""
|
|
577
564
|
...
|
|
578
565
|
|
|
579
|
-
class FILEBROWSER_MT_view(bpy.types.Menu
|
|
566
|
+
class FILEBROWSER_MT_view(FileBrowserMenu, bpy.types.Menu):
|
|
580
567
|
bl_label: typing.Any
|
|
581
568
|
bl_rna: typing.Any
|
|
582
569
|
id_data: typing.Any
|
|
@@ -604,7 +591,7 @@ class FILEBROWSER_MT_view(bpy.types.Menu, FileBrowserMenu, bpy_types._GenericUI)
|
|
|
604
591
|
"""
|
|
605
592
|
...
|
|
606
593
|
|
|
607
|
-
class FILEBROWSER_MT_view_pie(bpy.types.Menu
|
|
594
|
+
class FILEBROWSER_MT_view_pie(bpy.types.Menu):
|
|
608
595
|
bl_idname: typing.Any
|
|
609
596
|
bl_label: typing.Any
|
|
610
597
|
bl_rna: typing.Any
|
|
@@ -633,7 +620,7 @@ class FILEBROWSER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
633
620
|
"""
|
|
634
621
|
...
|
|
635
622
|
|
|
636
|
-
class FILEBROWSER_PT_advanced_filter(bpy.types.Panel
|
|
623
|
+
class FILEBROWSER_PT_advanced_filter(bpy.types.Panel):
|
|
637
624
|
bl_category: typing.Any
|
|
638
625
|
bl_label: typing.Any
|
|
639
626
|
bl_region_type: typing.Any
|
|
@@ -672,9 +659,7 @@ class FILEBROWSER_PT_advanced_filter(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
672
659
|
"""
|
|
673
660
|
...
|
|
674
661
|
|
|
675
|
-
class FILEBROWSER_PT_bookmarks_favorites(
|
|
676
|
-
bpy.types.Panel, FileBrowserPanel, bpy_types._GenericUI
|
|
677
|
-
):
|
|
662
|
+
class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy.types.Panel):
|
|
678
663
|
bl_category: typing.Any
|
|
679
664
|
bl_label: typing.Any
|
|
680
665
|
bl_region_type: typing.Any
|
|
@@ -713,7 +698,7 @@ class FILEBROWSER_PT_bookmarks_favorites(
|
|
|
713
698
|
"""
|
|
714
699
|
...
|
|
715
700
|
|
|
716
|
-
class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel
|
|
701
|
+
class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel):
|
|
717
702
|
bl_category: typing.Any
|
|
718
703
|
bl_label: typing.Any
|
|
719
704
|
bl_region_type: typing.Any
|
|
@@ -752,7 +737,7 @@ class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
752
737
|
"""
|
|
753
738
|
...
|
|
754
739
|
|
|
755
|
-
class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel
|
|
740
|
+
class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel):
|
|
756
741
|
bl_category: typing.Any
|
|
757
742
|
bl_label: typing.Any
|
|
758
743
|
bl_region_type: typing.Any
|
|
@@ -791,7 +776,7 @@ class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
791
776
|
"""
|
|
792
777
|
...
|
|
793
778
|
|
|
794
|
-
class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel
|
|
779
|
+
class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel):
|
|
795
780
|
bl_category: typing.Any
|
|
796
781
|
bl_label: typing.Any
|
|
797
782
|
bl_region_type: typing.Any
|
|
@@ -831,7 +816,7 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
831
816
|
"""
|
|
832
817
|
...
|
|
833
818
|
|
|
834
|
-
class FILEBROWSER_PT_directory_path(bpy.types.Panel
|
|
819
|
+
class FILEBROWSER_PT_directory_path(bpy.types.Panel):
|
|
835
820
|
bl_category: typing.Any
|
|
836
821
|
bl_label: typing.Any
|
|
837
822
|
bl_options: typing.Any
|
|
@@ -878,7 +863,7 @@ class FILEBROWSER_PT_directory_path(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
878
863
|
"""
|
|
879
864
|
...
|
|
880
865
|
|
|
881
|
-
class FILEBROWSER_PT_display(bpy.types.Panel
|
|
866
|
+
class FILEBROWSER_PT_display(FileBrowserPanel, bpy.types.Panel):
|
|
882
867
|
bl_label: typing.Any
|
|
883
868
|
bl_region_type: typing.Any
|
|
884
869
|
bl_rna: typing.Any
|
|
@@ -909,7 +894,7 @@ class FILEBROWSER_PT_display(bpy.types.Panel, FileBrowserPanel, bpy_types._Gener
|
|
|
909
894
|
"""
|
|
910
895
|
...
|
|
911
896
|
|
|
912
|
-
class FILEBROWSER_PT_filter(bpy.types.Panel
|
|
897
|
+
class FILEBROWSER_PT_filter(FileBrowserPanel, bpy.types.Panel):
|
|
913
898
|
bl_label: typing.Any
|
|
914
899
|
bl_region_type: typing.Any
|
|
915
900
|
bl_rna: typing.Any
|
|
@@ -940,7 +925,7 @@ class FILEBROWSER_PT_filter(bpy.types.Panel, FileBrowserPanel, bpy_types._Generi
|
|
|
940
925
|
"""
|
|
941
926
|
...
|
|
942
927
|
|
|
943
|
-
class FILEBROWSER_UL_dir(bpy.types.UIList
|
|
928
|
+
class FILEBROWSER_UL_dir(bpy.types.UIList):
|
|
944
929
|
bl_rna: typing.Any
|
|
945
930
|
id_data: typing.Any
|
|
946
931
|
|