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
|
@@ -3,13 +3,12 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bl_ui.properties_animviz
|
|
5
5
|
import bpy.types
|
|
6
|
-
import bpy_types
|
|
7
6
|
import rna_prop_ui
|
|
8
7
|
|
|
9
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
10
|
|
|
12
|
-
class ARMATURE_MT_collection_context_menu(bpy.types.Menu
|
|
11
|
+
class ARMATURE_MT_collection_context_menu(bpy.types.Menu):
|
|
13
12
|
bl_label: typing.Any
|
|
14
13
|
bl_rna: typing.Any
|
|
15
14
|
id_data: typing.Any
|
|
@@ -37,7 +36,7 @@ class ARMATURE_MT_collection_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
37
36
|
"""
|
|
38
37
|
...
|
|
39
38
|
|
|
40
|
-
class ARMATURE_MT_collection_tree_context_menu(bpy.types.Menu
|
|
39
|
+
class ARMATURE_MT_collection_tree_context_menu(bpy.types.Menu):
|
|
41
40
|
bl_label: typing.Any
|
|
42
41
|
bl_rna: typing.Any
|
|
43
42
|
id_data: typing.Any
|
|
@@ -78,9 +77,7 @@ class ArmatureButtonsPanel:
|
|
|
78
77
|
"""
|
|
79
78
|
...
|
|
80
79
|
|
|
81
|
-
class DATA_PT_bone_collections(
|
|
82
|
-
bpy.types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
|
|
83
|
-
):
|
|
80
|
+
class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy.types.Panel):
|
|
84
81
|
bl_context: typing.Any
|
|
85
82
|
bl_label: typing.Any
|
|
86
83
|
bl_region_type: typing.Any
|
|
@@ -111,7 +108,7 @@ class DATA_PT_bone_collections(
|
|
|
111
108
|
"""
|
|
112
109
|
...
|
|
113
110
|
|
|
114
|
-
class DATA_PT_context_arm(bpy.types.Panel
|
|
111
|
+
class DATA_PT_context_arm(ArmatureButtonsPanel, bpy.types.Panel):
|
|
115
112
|
bl_context: typing.Any
|
|
116
113
|
bl_label: typing.Any
|
|
117
114
|
bl_options: typing.Any
|
|
@@ -144,10 +141,7 @@ class DATA_PT_context_arm(bpy.types.Panel, ArmatureButtonsPanel, bpy_types._Gene
|
|
|
144
141
|
...
|
|
145
142
|
|
|
146
143
|
class DATA_PT_custom_props_arm(
|
|
147
|
-
bpy.types.Panel
|
|
148
|
-
ArmatureButtonsPanel,
|
|
149
|
-
rna_prop_ui.PropertyPanel,
|
|
150
|
-
bpy_types._GenericUI,
|
|
144
|
+
rna_prop_ui.PropertyPanel, ArmatureButtonsPanel, bpy.types.Panel
|
|
151
145
|
):
|
|
152
146
|
"""The subclass should have its own poll function
|
|
153
147
|
and the variable '_context_path' MUST be set.
|
|
@@ -180,10 +174,7 @@ class DATA_PT_custom_props_arm(
|
|
|
180
174
|
...
|
|
181
175
|
|
|
182
176
|
class DATA_PT_custom_props_bcoll(
|
|
183
|
-
bpy.types.Panel
|
|
184
|
-
ArmatureButtonsPanel,
|
|
185
|
-
rna_prop_ui.PropertyPanel,
|
|
186
|
-
bpy_types._GenericUI,
|
|
177
|
+
rna_prop_ui.PropertyPanel, ArmatureButtonsPanel, bpy.types.Panel
|
|
187
178
|
):
|
|
188
179
|
"""The subclass should have its own poll function
|
|
189
180
|
and the variable '_context_path' MUST be set.
|
|
@@ -224,7 +215,7 @@ class DATA_PT_custom_props_bcoll(
|
|
|
224
215
|
"""
|
|
225
216
|
...
|
|
226
217
|
|
|
227
|
-
class DATA_PT_display(bpy.types.Panel
|
|
218
|
+
class DATA_PT_display(ArmatureButtonsPanel, bpy.types.Panel):
|
|
228
219
|
bl_context: typing.Any
|
|
229
220
|
bl_label: typing.Any
|
|
230
221
|
bl_options: typing.Any
|
|
@@ -256,9 +247,7 @@ class DATA_PT_display(bpy.types.Panel, ArmatureButtonsPanel, bpy_types._GenericU
|
|
|
256
247
|
"""
|
|
257
248
|
...
|
|
258
249
|
|
|
259
|
-
class DATA_PT_iksolver_itasc(
|
|
260
|
-
bpy.types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
|
|
261
|
-
):
|
|
250
|
+
class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy.types.Panel):
|
|
262
251
|
bl_context: typing.Any
|
|
263
252
|
bl_label: typing.Any
|
|
264
253
|
bl_options: typing.Any
|
|
@@ -299,9 +288,7 @@ class DATA_PT_iksolver_itasc(
|
|
|
299
288
|
...
|
|
300
289
|
|
|
301
290
|
class DATA_PT_motion_paths(
|
|
302
|
-
bpy.types.Panel
|
|
303
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel,
|
|
304
|
-
bpy_types._GenericUI,
|
|
291
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel, bpy.types.Panel
|
|
305
292
|
):
|
|
306
293
|
bl_context: typing.Any
|
|
307
294
|
bl_label: typing.Any
|
|
@@ -343,9 +330,7 @@ class DATA_PT_motion_paths(
|
|
|
343
330
|
...
|
|
344
331
|
|
|
345
332
|
class DATA_PT_motion_paths_display(
|
|
346
|
-
bpy.types.Panel
|
|
347
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel_display,
|
|
348
|
-
bpy_types._GenericUI,
|
|
333
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy.types.Panel
|
|
349
334
|
):
|
|
350
335
|
bl_context: typing.Any
|
|
351
336
|
bl_label: typing.Any
|
|
@@ -387,7 +372,7 @@ class DATA_PT_motion_paths_display(
|
|
|
387
372
|
"""
|
|
388
373
|
...
|
|
389
374
|
|
|
390
|
-
class DATA_PT_pose(bpy.types.Panel
|
|
375
|
+
class DATA_PT_pose(ArmatureButtonsPanel, bpy.types.Panel):
|
|
391
376
|
bl_context: typing.Any
|
|
392
377
|
bl_label: typing.Any
|
|
393
378
|
bl_region_type: typing.Any
|
|
@@ -418,7 +403,7 @@ class DATA_PT_pose(bpy.types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
418
403
|
"""
|
|
419
404
|
...
|
|
420
405
|
|
|
421
|
-
class DATA_UL_bone_collections(bpy.types.UIList
|
|
406
|
+
class DATA_UL_bone_collections(bpy.types.UIList):
|
|
422
407
|
bl_rna: typing.Any
|
|
423
408
|
id_data: typing.Any
|
|
424
409
|
|
|
@@ -462,7 +447,7 @@ class DATA_UL_bone_collections(bpy.types.UIList, bpy_types._GenericUI):
|
|
|
462
447
|
"""
|
|
463
448
|
...
|
|
464
449
|
|
|
465
|
-
class POSE_MT_selection_set_create(bpy.types.Menu
|
|
450
|
+
class POSE_MT_selection_set_create(bpy.types.Menu):
|
|
466
451
|
bl_label: typing.Any
|
|
467
452
|
bl_rna: typing.Any
|
|
468
453
|
id_data: typing.Any
|
|
@@ -490,7 +475,7 @@ class POSE_MT_selection_set_create(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
490
475
|
"""
|
|
491
476
|
...
|
|
492
477
|
|
|
493
|
-
class POSE_MT_selection_sets_context_menu(bpy.types.Menu
|
|
478
|
+
class POSE_MT_selection_sets_context_menu(bpy.types.Menu):
|
|
494
479
|
bl_label: typing.Any
|
|
495
480
|
bl_rna: typing.Any
|
|
496
481
|
id_data: typing.Any
|
|
@@ -518,7 +503,7 @@ class POSE_MT_selection_sets_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
518
503
|
"""
|
|
519
504
|
...
|
|
520
505
|
|
|
521
|
-
class POSE_MT_selection_sets_select(bpy.types.Menu
|
|
506
|
+
class POSE_MT_selection_sets_select(bpy.types.Menu):
|
|
522
507
|
bl_label: typing.Any
|
|
523
508
|
bl_rna: typing.Any
|
|
524
509
|
id_data: typing.Any
|
|
@@ -554,7 +539,7 @@ class POSE_MT_selection_sets_select(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
554
539
|
"""
|
|
555
540
|
...
|
|
556
541
|
|
|
557
|
-
class POSE_PT_selection_sets(bpy.types.Panel
|
|
542
|
+
class POSE_PT_selection_sets(bpy.types.Panel):
|
|
558
543
|
bl_context: typing.Any
|
|
559
544
|
bl_label: typing.Any
|
|
560
545
|
bl_options: typing.Any
|
|
@@ -594,7 +579,7 @@ class POSE_PT_selection_sets(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
594
579
|
"""
|
|
595
580
|
...
|
|
596
581
|
|
|
597
|
-
class POSE_UL_selection_set(bpy.types.UIList
|
|
582
|
+
class POSE_UL_selection_set(bpy.types.UIList):
|
|
598
583
|
bl_rna: typing.Any
|
|
599
584
|
id_data: typing.Any
|
|
600
585
|
|
|
@@ -2,13 +2,12 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
import rna_prop_ui
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
9
|
|
|
11
|
-
class BONE_PT_collections(bpy.types.Panel
|
|
10
|
+
class BONE_PT_collections(BoneButtonsPanel, bpy.types.Panel):
|
|
12
11
|
bl_context: typing.Any
|
|
13
12
|
bl_label: typing.Any
|
|
14
13
|
bl_parent_id: typing.Any
|
|
@@ -48,7 +47,7 @@ class BONE_PT_collections(bpy.types.Panel, BoneButtonsPanel, bpy_types._GenericU
|
|
|
48
47
|
"""
|
|
49
48
|
...
|
|
50
49
|
|
|
51
|
-
class BONE_PT_context_bone(bpy.types.Panel
|
|
50
|
+
class BONE_PT_context_bone(BoneButtonsPanel, bpy.types.Panel):
|
|
52
51
|
bl_context: typing.Any
|
|
53
52
|
bl_label: typing.Any
|
|
54
53
|
bl_options: typing.Any
|
|
@@ -80,7 +79,7 @@ class BONE_PT_context_bone(bpy.types.Panel, BoneButtonsPanel, bpy_types._Generic
|
|
|
80
79
|
"""
|
|
81
80
|
...
|
|
82
81
|
|
|
83
|
-
class BONE_PT_curved(bpy.types.Panel
|
|
82
|
+
class BONE_PT_curved(BoneButtonsPanel, bpy.types.Panel):
|
|
84
83
|
bl_context: typing.Any
|
|
85
84
|
bl_label: typing.Any
|
|
86
85
|
bl_options: typing.Any
|
|
@@ -113,7 +112,7 @@ class BONE_PT_curved(bpy.types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
113
112
|
...
|
|
114
113
|
|
|
115
114
|
class BONE_PT_custom_props(
|
|
116
|
-
|
|
115
|
+
rna_prop_ui.PropertyPanel, BoneButtonsPanel, bpy.types.Panel
|
|
117
116
|
):
|
|
118
117
|
"""The subclass should have its own poll function
|
|
119
118
|
and the variable '_context_path' MUST be set.
|
|
@@ -152,7 +151,7 @@ class BONE_PT_custom_props(
|
|
|
152
151
|
"""
|
|
153
152
|
...
|
|
154
153
|
|
|
155
|
-
class BONE_PT_deform(bpy.types.Panel
|
|
154
|
+
class BONE_PT_deform(BoneButtonsPanel, bpy.types.Panel):
|
|
156
155
|
bl_context: typing.Any
|
|
157
156
|
bl_label: typing.Any
|
|
158
157
|
bl_options: typing.Any
|
|
@@ -191,7 +190,7 @@ class BONE_PT_deform(bpy.types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
191
190
|
"""
|
|
192
191
|
...
|
|
193
192
|
|
|
194
|
-
class BONE_PT_display(bpy.types.Panel
|
|
193
|
+
class BONE_PT_display(BoneButtonsPanel, bpy.types.Panel):
|
|
195
194
|
bl_context: typing.Any
|
|
196
195
|
bl_label: typing.Any
|
|
197
196
|
bl_options: typing.Any
|
|
@@ -255,9 +254,7 @@ class BONE_PT_display(bpy.types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
255
254
|
"""
|
|
256
255
|
...
|
|
257
256
|
|
|
258
|
-
class BONE_PT_display_custom_shape(
|
|
259
|
-
bpy.types.Panel, BoneButtonsPanel, bpy_types._GenericUI
|
|
260
|
-
):
|
|
257
|
+
class BONE_PT_display_custom_shape(BoneButtonsPanel, bpy.types.Panel):
|
|
261
258
|
bl_context: typing.Any
|
|
262
259
|
bl_label: typing.Any
|
|
263
260
|
bl_parent_id: typing.Any
|
|
@@ -297,9 +294,7 @@ class BONE_PT_display_custom_shape(
|
|
|
297
294
|
"""
|
|
298
295
|
...
|
|
299
296
|
|
|
300
|
-
class BONE_PT_inverse_kinematics(
|
|
301
|
-
bpy.types.Panel, BoneButtonsPanel, bpy_types._GenericUI
|
|
302
|
-
):
|
|
297
|
+
class BONE_PT_inverse_kinematics(BoneButtonsPanel, bpy.types.Panel):
|
|
303
298
|
bl_context: typing.Any
|
|
304
299
|
bl_label: typing.Any
|
|
305
300
|
bl_options: typing.Any
|
|
@@ -339,7 +334,7 @@ class BONE_PT_inverse_kinematics(
|
|
|
339
334
|
"""
|
|
340
335
|
...
|
|
341
336
|
|
|
342
|
-
class BONE_PT_relations(bpy.types.Panel
|
|
337
|
+
class BONE_PT_relations(BoneButtonsPanel, bpy.types.Panel):
|
|
343
338
|
bl_context: typing.Any
|
|
344
339
|
bl_label: typing.Any
|
|
345
340
|
bl_options: typing.Any
|
|
@@ -371,7 +366,7 @@ class BONE_PT_relations(bpy.types.Panel, BoneButtonsPanel, bpy_types._GenericUI)
|
|
|
371
366
|
"""
|
|
372
367
|
...
|
|
373
368
|
|
|
374
|
-
class BONE_PT_transform(bpy.types.Panel
|
|
369
|
+
class BONE_PT_transform(BoneButtonsPanel, bpy.types.Panel):
|
|
375
370
|
bl_context: typing.Any
|
|
376
371
|
bl_label: typing.Any
|
|
377
372
|
bl_region_type: typing.Any
|
|
@@ -3,13 +3,12 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bl_ui.utils
|
|
5
5
|
import bpy.types
|
|
6
|
-
import bpy_types
|
|
7
6
|
import rna_prop_ui
|
|
8
7
|
|
|
9
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
10
|
|
|
12
|
-
class CAMERA_PT_presets(
|
|
11
|
+
class CAMERA_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
13
12
|
COMPAT_ENGINES: typing.Any
|
|
14
13
|
bl_label: typing.Any
|
|
15
14
|
bl_region_type: typing.Any
|
|
@@ -36,9 +35,7 @@ class CAMERA_PT_presets(bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gen
|
|
|
36
35
|
"""
|
|
37
36
|
...
|
|
38
37
|
|
|
39
|
-
class CAMERA_PT_safe_areas_presets(
|
|
40
|
-
bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
41
|
-
):
|
|
38
|
+
class CAMERA_PT_safe_areas_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
42
39
|
COMPAT_ENGINES: typing.Any
|
|
43
40
|
bl_label: typing.Any
|
|
44
41
|
bl_region_type: typing.Any
|
|
@@ -78,7 +75,7 @@ class CameraButtonsPanel:
|
|
|
78
75
|
"""
|
|
79
76
|
...
|
|
80
77
|
|
|
81
|
-
class DATA_PT_camera(bpy.types.Panel
|
|
78
|
+
class DATA_PT_camera(CameraButtonsPanel, bpy.types.Panel):
|
|
82
79
|
COMPAT_ENGINES: typing.Any
|
|
83
80
|
bl_context: typing.Any
|
|
84
81
|
bl_label: typing.Any
|
|
@@ -118,9 +115,7 @@ class DATA_PT_camera(bpy.types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
|
118
115
|
"""
|
|
119
116
|
...
|
|
120
117
|
|
|
121
|
-
class DATA_PT_camera_background_image(
|
|
122
|
-
bpy.types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
123
|
-
):
|
|
118
|
+
class DATA_PT_camera_background_image(CameraButtonsPanel, bpy.types.Panel):
|
|
124
119
|
COMPAT_ENGINES: typing.Any
|
|
125
120
|
bl_context: typing.Any
|
|
126
121
|
bl_label: typing.Any
|
|
@@ -160,7 +155,7 @@ class DATA_PT_camera_background_image(
|
|
|
160
155
|
"""
|
|
161
156
|
...
|
|
162
157
|
|
|
163
|
-
class DATA_PT_camera_display(bpy.types.Panel
|
|
158
|
+
class DATA_PT_camera_display(CameraButtonsPanel, bpy.types.Panel):
|
|
164
159
|
COMPAT_ENGINES: typing.Any
|
|
165
160
|
bl_context: typing.Any
|
|
166
161
|
bl_label: typing.Any
|
|
@@ -193,9 +188,7 @@ class DATA_PT_camera_display(bpy.types.Panel, CameraButtonsPanel, bpy_types._Gen
|
|
|
193
188
|
"""
|
|
194
189
|
...
|
|
195
190
|
|
|
196
|
-
class DATA_PT_camera_display_composition_guides(
|
|
197
|
-
bpy.types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
198
|
-
):
|
|
191
|
+
class DATA_PT_camera_display_composition_guides(CameraButtonsPanel, bpy.types.Panel):
|
|
199
192
|
COMPAT_ENGINES: typing.Any
|
|
200
193
|
bl_context: typing.Any
|
|
201
194
|
bl_label: typing.Any
|
|
@@ -229,7 +222,7 @@ class DATA_PT_camera_display_composition_guides(
|
|
|
229
222
|
"""
|
|
230
223
|
...
|
|
231
224
|
|
|
232
|
-
class DATA_PT_camera_dof(bpy.types.Panel
|
|
225
|
+
class DATA_PT_camera_dof(CameraButtonsPanel, bpy.types.Panel):
|
|
233
226
|
COMPAT_ENGINES: typing.Any
|
|
234
227
|
bl_context: typing.Any
|
|
235
228
|
bl_label: typing.Any
|
|
@@ -269,9 +262,7 @@ class DATA_PT_camera_dof(bpy.types.Panel, CameraButtonsPanel, bpy_types._Generic
|
|
|
269
262
|
"""
|
|
270
263
|
...
|
|
271
264
|
|
|
272
|
-
class DATA_PT_camera_dof_aperture(
|
|
273
|
-
bpy.types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
274
|
-
):
|
|
265
|
+
class DATA_PT_camera_dof_aperture(CameraButtonsPanel, bpy.types.Panel):
|
|
275
266
|
COMPAT_ENGINES: typing.Any
|
|
276
267
|
bl_context: typing.Any
|
|
277
268
|
bl_label: typing.Any
|
|
@@ -304,9 +295,7 @@ class DATA_PT_camera_dof_aperture(
|
|
|
304
295
|
"""
|
|
305
296
|
...
|
|
306
297
|
|
|
307
|
-
class DATA_PT_camera_safe_areas(
|
|
308
|
-
bpy.types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
309
|
-
):
|
|
298
|
+
class DATA_PT_camera_safe_areas(CameraButtonsPanel, bpy.types.Panel):
|
|
310
299
|
COMPAT_ENGINES: typing.Any
|
|
311
300
|
bl_context: typing.Any
|
|
312
301
|
bl_label: typing.Any
|
|
@@ -353,9 +342,7 @@ class DATA_PT_camera_safe_areas(
|
|
|
353
342
|
"""
|
|
354
343
|
...
|
|
355
344
|
|
|
356
|
-
class DATA_PT_camera_safe_areas_center_cut(
|
|
357
|
-
bpy.types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
358
|
-
):
|
|
345
|
+
class DATA_PT_camera_safe_areas_center_cut(CameraButtonsPanel, bpy.types.Panel):
|
|
359
346
|
COMPAT_ENGINES: typing.Any
|
|
360
347
|
bl_context: typing.Any
|
|
361
348
|
bl_label: typing.Any
|
|
@@ -396,9 +383,7 @@ class DATA_PT_camera_safe_areas_center_cut(
|
|
|
396
383
|
"""
|
|
397
384
|
...
|
|
398
385
|
|
|
399
|
-
class DATA_PT_camera_stereoscopy(
|
|
400
|
-
bpy.types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
401
|
-
):
|
|
386
|
+
class DATA_PT_camera_stereoscopy(CameraButtonsPanel, bpy.types.Panel):
|
|
402
387
|
COMPAT_ENGINES: typing.Any
|
|
403
388
|
bl_context: typing.Any
|
|
404
389
|
bl_label: typing.Any
|
|
@@ -438,7 +423,7 @@ class DATA_PT_camera_stereoscopy(
|
|
|
438
423
|
"""
|
|
439
424
|
...
|
|
440
425
|
|
|
441
|
-
class DATA_PT_context_camera(bpy.types.Panel
|
|
426
|
+
class DATA_PT_context_camera(CameraButtonsPanel, bpy.types.Panel):
|
|
442
427
|
COMPAT_ENGINES: typing.Any
|
|
443
428
|
bl_context: typing.Any
|
|
444
429
|
bl_label: typing.Any
|
|
@@ -472,7 +457,7 @@ class DATA_PT_context_camera(bpy.types.Panel, CameraButtonsPanel, bpy_types._Gen
|
|
|
472
457
|
...
|
|
473
458
|
|
|
474
459
|
class DATA_PT_custom_props_camera(
|
|
475
|
-
|
|
460
|
+
rna_prop_ui.PropertyPanel, CameraButtonsPanel, bpy.types.Panel
|
|
476
461
|
):
|
|
477
462
|
"""The subclass should have its own poll function
|
|
478
463
|
and the variable '_context_path' MUST be set.
|
|
@@ -504,7 +489,7 @@ class DATA_PT_custom_props_camera(
|
|
|
504
489
|
"""
|
|
505
490
|
...
|
|
506
491
|
|
|
507
|
-
class DATA_PT_lens(bpy.types.Panel
|
|
492
|
+
class DATA_PT_lens(CameraButtonsPanel, bpy.types.Panel):
|
|
508
493
|
COMPAT_ENGINES: typing.Any
|
|
509
494
|
bl_context: typing.Any
|
|
510
495
|
bl_label: typing.Any
|
|
@@ -2,7 +2,6 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
import rna_prop_ui
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
@@ -21,9 +20,7 @@ class CurveButtonsPanel:
|
|
|
21
20
|
"""
|
|
22
21
|
...
|
|
23
22
|
|
|
24
|
-
class DATA_PT_active_spline(
|
|
25
|
-
bpy.types.Panel, CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
|
|
26
|
-
):
|
|
23
|
+
class DATA_PT_active_spline(CurveButtonsPanelActive, bpy.types.Panel):
|
|
27
24
|
"""Same as above but for curves only"""
|
|
28
25
|
|
|
29
26
|
bl_context: typing.Any
|
|
@@ -57,7 +54,7 @@ class DATA_PT_active_spline(
|
|
|
57
54
|
"""
|
|
58
55
|
...
|
|
59
56
|
|
|
60
|
-
class DATA_PT_context_curve(bpy.types.Panel
|
|
57
|
+
class DATA_PT_context_curve(CurveButtonsPanel, bpy.types.Panel):
|
|
61
58
|
bl_context: typing.Any
|
|
62
59
|
bl_label: typing.Any
|
|
63
60
|
bl_options: typing.Any
|
|
@@ -89,9 +86,7 @@ class DATA_PT_context_curve(bpy.types.Panel, CurveButtonsPanel, bpy_types._Gener
|
|
|
89
86
|
"""
|
|
90
87
|
...
|
|
91
88
|
|
|
92
|
-
class DATA_PT_curve_texture_space(
|
|
93
|
-
bpy.types.Panel, CurveButtonsPanel, bpy_types._GenericUI
|
|
94
|
-
):
|
|
89
|
+
class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy.types.Panel):
|
|
95
90
|
COMPAT_ENGINES: typing.Any
|
|
96
91
|
bl_context: typing.Any
|
|
97
92
|
bl_label: typing.Any
|
|
@@ -125,7 +120,7 @@ class DATA_PT_curve_texture_space(
|
|
|
125
120
|
...
|
|
126
121
|
|
|
127
122
|
class DATA_PT_custom_props_curve(
|
|
128
|
-
|
|
123
|
+
rna_prop_ui.PropertyPanel, CurveButtonsPanel, bpy.types.Panel
|
|
129
124
|
):
|
|
130
125
|
"""The subclass should have its own poll function
|
|
131
126
|
and the variable '_context_path' MUST be set.
|
|
@@ -157,9 +152,7 @@ class DATA_PT_custom_props_curve(
|
|
|
157
152
|
"""
|
|
158
153
|
...
|
|
159
154
|
|
|
160
|
-
class DATA_PT_font(
|
|
161
|
-
bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
162
|
-
):
|
|
155
|
+
class DATA_PT_font(CurveButtonsPanelText, bpy.types.Panel):
|
|
163
156
|
bl_context: typing.Any
|
|
164
157
|
bl_label: typing.Any
|
|
165
158
|
bl_options: typing.Any
|
|
@@ -191,9 +184,7 @@ class DATA_PT_font(
|
|
|
191
184
|
"""
|
|
192
185
|
...
|
|
193
186
|
|
|
194
|
-
class DATA_PT_font_transform(
|
|
195
|
-
bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
196
|
-
):
|
|
187
|
+
class DATA_PT_font_transform(CurveButtonsPanelText, bpy.types.Panel):
|
|
197
188
|
bl_context: typing.Any
|
|
198
189
|
bl_label: typing.Any
|
|
199
190
|
bl_parent_id: typing.Any
|
|
@@ -225,9 +216,7 @@ class DATA_PT_font_transform(
|
|
|
225
216
|
"""
|
|
226
217
|
...
|
|
227
218
|
|
|
228
|
-
class DATA_PT_geometry_curve(
|
|
229
|
-
bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
230
|
-
):
|
|
219
|
+
class DATA_PT_geometry_curve(CurveButtonsPanelCurve, bpy.types.Panel):
|
|
231
220
|
bl_context: typing.Any
|
|
232
221
|
bl_label: typing.Any
|
|
233
222
|
bl_options: typing.Any
|
|
@@ -267,9 +256,7 @@ class DATA_PT_geometry_curve(
|
|
|
267
256
|
"""
|
|
268
257
|
...
|
|
269
258
|
|
|
270
|
-
class DATA_PT_geometry_curve_bevel(
|
|
271
|
-
bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
272
|
-
):
|
|
259
|
+
class DATA_PT_geometry_curve_bevel(CurveButtonsPanelCurve, bpy.types.Panel):
|
|
273
260
|
bl_context: typing.Any
|
|
274
261
|
bl_label: typing.Any
|
|
275
262
|
bl_parent_id: typing.Any
|
|
@@ -309,9 +296,7 @@ class DATA_PT_geometry_curve_bevel(
|
|
|
309
296
|
"""
|
|
310
297
|
...
|
|
311
298
|
|
|
312
|
-
class DATA_PT_geometry_curve_start_end(
|
|
313
|
-
bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
314
|
-
):
|
|
299
|
+
class DATA_PT_geometry_curve_start_end(CurveButtonsPanelCurve, bpy.types.Panel):
|
|
315
300
|
bl_context: typing.Any
|
|
316
301
|
bl_label: typing.Any
|
|
317
302
|
bl_options: typing.Any
|
|
@@ -352,9 +337,7 @@ class DATA_PT_geometry_curve_start_end(
|
|
|
352
337
|
"""
|
|
353
338
|
...
|
|
354
339
|
|
|
355
|
-
class DATA_PT_paragraph(
|
|
356
|
-
bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
357
|
-
):
|
|
340
|
+
class DATA_PT_paragraph(CurveButtonsPanelText, bpy.types.Panel):
|
|
358
341
|
bl_context: typing.Any
|
|
359
342
|
bl_label: typing.Any
|
|
360
343
|
bl_region_type: typing.Any
|
|
@@ -385,9 +368,7 @@ class DATA_PT_paragraph(
|
|
|
385
368
|
"""
|
|
386
369
|
...
|
|
387
370
|
|
|
388
|
-
class DATA_PT_paragraph_alignment(
|
|
389
|
-
bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
390
|
-
):
|
|
371
|
+
class DATA_PT_paragraph_alignment(CurveButtonsPanelText, bpy.types.Panel):
|
|
391
372
|
bl_context: typing.Any
|
|
392
373
|
bl_label: typing.Any
|
|
393
374
|
bl_parent_id: typing.Any
|
|
@@ -419,9 +400,7 @@ class DATA_PT_paragraph_alignment(
|
|
|
419
400
|
"""
|
|
420
401
|
...
|
|
421
402
|
|
|
422
|
-
class DATA_PT_paragraph_spacing(
|
|
423
|
-
bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
424
|
-
):
|
|
403
|
+
class DATA_PT_paragraph_spacing(CurveButtonsPanelText, bpy.types.Panel):
|
|
425
404
|
bl_context: typing.Any
|
|
426
405
|
bl_label: typing.Any
|
|
427
406
|
bl_parent_id: typing.Any
|
|
@@ -453,9 +432,7 @@ class DATA_PT_paragraph_spacing(
|
|
|
453
432
|
"""
|
|
454
433
|
...
|
|
455
434
|
|
|
456
|
-
class DATA_PT_pathanim(
|
|
457
|
-
bpy.types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
458
|
-
):
|
|
435
|
+
class DATA_PT_pathanim(CurveButtonsPanelCurve, bpy.types.Panel):
|
|
459
436
|
bl_context: typing.Any
|
|
460
437
|
bl_label: typing.Any
|
|
461
438
|
bl_options: typing.Any
|
|
@@ -494,7 +471,7 @@ class DATA_PT_pathanim(
|
|
|
494
471
|
"""
|
|
495
472
|
...
|
|
496
473
|
|
|
497
|
-
class DATA_PT_shape_curve(bpy.types.Panel
|
|
474
|
+
class DATA_PT_shape_curve(CurveButtonsPanel, bpy.types.Panel):
|
|
498
475
|
bl_context: typing.Any
|
|
499
476
|
bl_label: typing.Any
|
|
500
477
|
bl_region_type: typing.Any
|
|
@@ -525,9 +502,7 @@ class DATA_PT_shape_curve(bpy.types.Panel, CurveButtonsPanel, bpy_types._Generic
|
|
|
525
502
|
"""
|
|
526
503
|
...
|
|
527
504
|
|
|
528
|
-
class DATA_PT_text_boxes(
|
|
529
|
-
bpy.types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
530
|
-
):
|
|
505
|
+
class DATA_PT_text_boxes(CurveButtonsPanelText, bpy.types.Panel):
|
|
531
506
|
bl_context: typing.Any
|
|
532
507
|
bl_label: typing.Any
|
|
533
508
|
bl_options: typing.Any
|
|
@@ -2,13 +2,12 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
import rna_prop_ui
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
9
|
|
|
11
|
-
class CURVES_MT_add_attribute(bpy.types.Menu
|
|
10
|
+
class CURVES_MT_add_attribute(bpy.types.Menu):
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_rna: typing.Any
|
|
14
13
|
id_data: typing.Any
|
|
@@ -48,7 +47,7 @@ class CURVES_MT_add_attribute(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
48
47
|
"""
|
|
49
48
|
...
|
|
50
49
|
|
|
51
|
-
class CURVES_UL_attributes(bpy.types.UIList
|
|
50
|
+
class CURVES_UL_attributes(bpy.types.UIList):
|
|
52
51
|
bl_rna: typing.Any
|
|
53
52
|
id_data: typing.Any
|
|
54
53
|
|
|
@@ -101,9 +100,7 @@ class CURVES_UL_attributes(bpy.types.UIList, bpy_types._GenericUI):
|
|
|
101
100
|
"""
|
|
102
101
|
...
|
|
103
102
|
|
|
104
|
-
class DATA_PT_CURVES_attributes(
|
|
105
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
106
|
-
):
|
|
103
|
+
class DATA_PT_CURVES_attributes(DataButtonsPanel, bpy.types.Panel):
|
|
107
104
|
COMPAT_ENGINES: typing.Any
|
|
108
105
|
bl_context: typing.Any
|
|
109
106
|
bl_label: typing.Any
|
|
@@ -135,7 +132,7 @@ class DATA_PT_CURVES_attributes(
|
|
|
135
132
|
"""
|
|
136
133
|
...
|
|
137
134
|
|
|
138
|
-
class DATA_PT_context_curves(bpy.types.Panel
|
|
135
|
+
class DATA_PT_context_curves(DataButtonsPanel, bpy.types.Panel):
|
|
139
136
|
COMPAT_ENGINES: typing.Any
|
|
140
137
|
bl_context: typing.Any
|
|
141
138
|
bl_label: typing.Any
|
|
@@ -168,7 +165,7 @@ class DATA_PT_context_curves(bpy.types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
168
165
|
"""
|
|
169
166
|
...
|
|
170
167
|
|
|
171
|
-
class DATA_PT_curves_surface(bpy.types.Panel
|
|
168
|
+
class DATA_PT_curves_surface(DataButtonsPanel, bpy.types.Panel):
|
|
172
169
|
COMPAT_ENGINES: typing.Any
|
|
173
170
|
bl_context: typing.Any
|
|
174
171
|
bl_label: typing.Any
|
|
@@ -201,7 +198,7 @@ class DATA_PT_curves_surface(bpy.types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
201
198
|
...
|
|
202
199
|
|
|
203
200
|
class DATA_PT_custom_props_curves(
|
|
204
|
-
|
|
201
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
|
|
205
202
|
):
|
|
206
203
|
"""The subclass should have its own poll function
|
|
207
204
|
and the variable '_context_path' MUST be set.
|
|
@@ -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 DATA_PT_empty(bpy.types.Panel
|
|
9
|
+
class DATA_PT_empty(DataButtonsPanel, bpy.types.Panel):
|
|
11
10
|
bl_context: typing.Any
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_region_type: typing.Any
|
|
@@ -39,7 +38,7 @@ class DATA_PT_empty(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
39
38
|
"""
|
|
40
39
|
...
|
|
41
40
|
|
|
42
|
-
class DATA_PT_empty_image(bpy.types.Panel
|
|
41
|
+
class DATA_PT_empty_image(DataButtonsPanel, bpy.types.Panel):
|
|
43
42
|
bl_context: typing.Any
|
|
44
43
|
bl_label: typing.Any
|
|
45
44
|
bl_region_type: typing.Any
|