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_grease_pencil_common
|
|
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 DATA_PT_context_gpencil(bpy.types.Panel
|
|
11
|
+
class DATA_PT_context_gpencil(DataButtonsPanel, bpy.types.Panel):
|
|
13
12
|
bl_context: typing.Any
|
|
14
13
|
bl_label: typing.Any
|
|
15
14
|
bl_options: typing.Any
|
|
@@ -42,7 +41,7 @@ class DATA_PT_context_gpencil(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
42
41
|
...
|
|
43
42
|
|
|
44
43
|
class DATA_PT_custom_props_gpencil(
|
|
45
|
-
|
|
44
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
|
|
46
45
|
):
|
|
47
46
|
"""The subclass should have its own poll function
|
|
48
47
|
and the variable '_context_path' MUST be set.
|
|
@@ -73,7 +72,7 @@ class DATA_PT_custom_props_gpencil(
|
|
|
73
72
|
"""
|
|
74
73
|
...
|
|
75
74
|
|
|
76
|
-
class DATA_PT_gpencil_canvas(bpy.types.Panel
|
|
75
|
+
class DATA_PT_gpencil_canvas(DataButtonsPanel, bpy.types.Panel):
|
|
77
76
|
bl_context: typing.Any
|
|
78
77
|
bl_label: typing.Any
|
|
79
78
|
bl_options: typing.Any
|
|
@@ -106,7 +105,7 @@ class DATA_PT_gpencil_canvas(bpy.types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
106
105
|
"""
|
|
107
106
|
...
|
|
108
107
|
|
|
109
|
-
class DATA_PT_gpencil_display(bpy.types.Panel
|
|
108
|
+
class DATA_PT_gpencil_display(DataButtonsPanel, bpy.types.Panel):
|
|
110
109
|
bl_context: typing.Any
|
|
111
110
|
bl_label: typing.Any
|
|
112
111
|
bl_options: typing.Any
|
|
@@ -139,10 +138,9 @@ class DATA_PT_gpencil_display(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
139
138
|
...
|
|
140
139
|
|
|
141
140
|
class DATA_PT_gpencil_layer_adjustments(
|
|
142
|
-
bpy.types.Panel,
|
|
143
|
-
LayerDataButtonsPanel,
|
|
144
141
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
145
|
-
|
|
142
|
+
LayerDataButtonsPanel,
|
|
143
|
+
bpy.types.Panel,
|
|
146
144
|
):
|
|
147
145
|
bl_context: typing.Any
|
|
148
146
|
bl_label: typing.Any
|
|
@@ -170,10 +168,9 @@ class DATA_PT_gpencil_layer_adjustments(
|
|
|
170
168
|
...
|
|
171
169
|
|
|
172
170
|
class DATA_PT_gpencil_layer_display(
|
|
173
|
-
bpy.types.Panel,
|
|
174
|
-
LayerDataButtonsPanel,
|
|
175
171
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
176
|
-
|
|
172
|
+
LayerDataButtonsPanel,
|
|
173
|
+
bpy.types.Panel,
|
|
177
174
|
):
|
|
178
175
|
bl_context: typing.Any
|
|
179
176
|
bl_label: typing.Any
|
|
@@ -201,10 +198,9 @@ class DATA_PT_gpencil_layer_display(
|
|
|
201
198
|
...
|
|
202
199
|
|
|
203
200
|
class DATA_PT_gpencil_layer_masks(
|
|
204
|
-
bpy.types.Panel,
|
|
205
|
-
LayerDataButtonsPanel,
|
|
206
201
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
207
|
-
|
|
202
|
+
LayerDataButtonsPanel,
|
|
203
|
+
bpy.types.Panel,
|
|
208
204
|
):
|
|
209
205
|
bl_context: typing.Any
|
|
210
206
|
bl_label: typing.Any
|
|
@@ -232,10 +228,9 @@ class DATA_PT_gpencil_layer_masks(
|
|
|
232
228
|
...
|
|
233
229
|
|
|
234
230
|
class DATA_PT_gpencil_layer_relations(
|
|
235
|
-
bpy.types.Panel,
|
|
236
|
-
LayerDataButtonsPanel,
|
|
237
231
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
238
|
-
|
|
232
|
+
LayerDataButtonsPanel,
|
|
233
|
+
bpy.types.Panel,
|
|
239
234
|
):
|
|
240
235
|
bl_context: typing.Any
|
|
241
236
|
bl_label: typing.Any
|
|
@@ -263,10 +258,9 @@ class DATA_PT_gpencil_layer_relations(
|
|
|
263
258
|
...
|
|
264
259
|
|
|
265
260
|
class DATA_PT_gpencil_layer_transform(
|
|
266
|
-
bpy.types.Panel,
|
|
267
|
-
LayerDataButtonsPanel,
|
|
268
261
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
269
|
-
|
|
262
|
+
LayerDataButtonsPanel,
|
|
263
|
+
bpy.types.Panel,
|
|
270
264
|
):
|
|
271
265
|
bl_context: typing.Any
|
|
272
266
|
bl_label: typing.Any
|
|
@@ -293,7 +287,7 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
293
287
|
"""
|
|
294
288
|
...
|
|
295
289
|
|
|
296
|
-
class DATA_PT_gpencil_layers(bpy.types.Panel
|
|
290
|
+
class DATA_PT_gpencil_layers(DataButtonsPanel, bpy.types.Panel):
|
|
297
291
|
bl_context: typing.Any
|
|
298
292
|
bl_label: typing.Any
|
|
299
293
|
bl_region_type: typing.Any
|
|
@@ -333,9 +327,7 @@ class DATA_PT_gpencil_layers(bpy.types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
333
327
|
"""
|
|
334
328
|
...
|
|
335
329
|
|
|
336
|
-
class DATA_PT_gpencil_onion_skinning(
|
|
337
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
338
|
-
):
|
|
330
|
+
class DATA_PT_gpencil_onion_skinning(DataButtonsPanel, bpy.types.Panel):
|
|
339
331
|
bl_context: typing.Any
|
|
340
332
|
bl_label: typing.Any
|
|
341
333
|
bl_region_type: typing.Any
|
|
@@ -366,9 +358,7 @@ class DATA_PT_gpencil_onion_skinning(
|
|
|
366
358
|
"""
|
|
367
359
|
...
|
|
368
360
|
|
|
369
|
-
class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
370
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
371
|
-
):
|
|
361
|
+
class DATA_PT_gpencil_onion_skinning_custom_colors(DataButtonsPanel, bpy.types.Panel):
|
|
372
362
|
bl_context: typing.Any
|
|
373
363
|
bl_label: typing.Any
|
|
374
364
|
bl_options: typing.Any
|
|
@@ -408,9 +398,7 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
|
408
398
|
"""
|
|
409
399
|
...
|
|
410
400
|
|
|
411
|
-
class DATA_PT_gpencil_onion_skinning_display(
|
|
412
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
413
|
-
):
|
|
401
|
+
class DATA_PT_gpencil_onion_skinning_display(DataButtonsPanel, bpy.types.Panel):
|
|
414
402
|
bl_context: typing.Any
|
|
415
403
|
bl_label: typing.Any
|
|
416
404
|
bl_options: typing.Any
|
|
@@ -443,7 +431,7 @@ class DATA_PT_gpencil_onion_skinning_display(
|
|
|
443
431
|
"""
|
|
444
432
|
...
|
|
445
433
|
|
|
446
|
-
class DATA_PT_gpencil_strokes(bpy.types.Panel
|
|
434
|
+
class DATA_PT_gpencil_strokes(DataButtonsPanel, bpy.types.Panel):
|
|
447
435
|
bl_context: typing.Any
|
|
448
436
|
bl_label: typing.Any
|
|
449
437
|
bl_options: typing.Any
|
|
@@ -475,9 +463,7 @@ class DATA_PT_gpencil_strokes(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
475
463
|
"""
|
|
476
464
|
...
|
|
477
465
|
|
|
478
|
-
class DATA_PT_gpencil_vertex_groups(
|
|
479
|
-
bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
480
|
-
):
|
|
466
|
+
class DATA_PT_gpencil_vertex_groups(ObjectButtonsPanel, bpy.types.Panel):
|
|
481
467
|
bl_context: typing.Any
|
|
482
468
|
bl_label: typing.Any
|
|
483
469
|
bl_options: typing.Any
|
|
@@ -522,7 +508,7 @@ class DataButtonsPanel:
|
|
|
522
508
|
"""
|
|
523
509
|
...
|
|
524
510
|
|
|
525
|
-
class GPENCIL_MT_gpencil_vertex_group(bpy.types.Menu
|
|
511
|
+
class GPENCIL_MT_gpencil_vertex_group(bpy.types.Menu):
|
|
526
512
|
bl_label: typing.Any
|
|
527
513
|
bl_rna: typing.Any
|
|
528
514
|
id_data: typing.Any
|
|
@@ -550,7 +536,7 @@ class GPENCIL_MT_gpencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
550
536
|
"""
|
|
551
537
|
...
|
|
552
538
|
|
|
553
|
-
class GPENCIL_MT_layer_context_menu(bpy.types.Menu
|
|
539
|
+
class GPENCIL_MT_layer_context_menu(bpy.types.Menu):
|
|
554
540
|
bl_label: typing.Any
|
|
555
541
|
bl_rna: typing.Any
|
|
556
542
|
id_data: typing.Any
|
|
@@ -578,7 +564,7 @@ class GPENCIL_MT_layer_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
578
564
|
"""
|
|
579
565
|
...
|
|
580
566
|
|
|
581
|
-
class GPENCIL_UL_vgroups(bpy.types.UIList
|
|
567
|
+
class GPENCIL_UL_vgroups(bpy.types.UIList):
|
|
582
568
|
bl_rna: typing.Any
|
|
583
569
|
id_data: typing.Any
|
|
584
570
|
|
|
@@ -2,15 +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 DATA_PT_context_grease_pencil(
|
|
12
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
13
|
-
):
|
|
10
|
+
class DATA_PT_context_grease_pencil(DataButtonsPanel, bpy.types.Panel):
|
|
14
11
|
bl_context: typing.Any
|
|
15
12
|
bl_label: typing.Any
|
|
16
13
|
bl_options: typing.Any
|
|
@@ -43,7 +40,7 @@ class DATA_PT_context_grease_pencil(
|
|
|
43
40
|
...
|
|
44
41
|
|
|
45
42
|
class DATA_PT_grease_pencil_custom_props(
|
|
46
|
-
|
|
43
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
|
|
47
44
|
):
|
|
48
45
|
"""The subclass should have its own poll function
|
|
49
46
|
and the variable '_context_path' MUST be set.
|
|
@@ -75,10 +72,7 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
75
72
|
...
|
|
76
73
|
|
|
77
74
|
class DATA_PT_grease_pencil_layer_masks(
|
|
78
|
-
bpy.types.Panel
|
|
79
|
-
LayerDataButtonsPanel,
|
|
80
|
-
GreasePencil_LayerMaskPanel,
|
|
81
|
-
bpy_types._GenericUI,
|
|
75
|
+
GreasePencil_LayerMaskPanel, LayerDataButtonsPanel, bpy.types.Panel
|
|
82
76
|
):
|
|
83
77
|
bl_context: typing.Any
|
|
84
78
|
bl_label: typing.Any
|
|
@@ -106,10 +100,7 @@ class DATA_PT_grease_pencil_layer_masks(
|
|
|
106
100
|
...
|
|
107
101
|
|
|
108
102
|
class DATA_PT_grease_pencil_layer_relations(
|
|
109
|
-
bpy.types.Panel
|
|
110
|
-
LayerDataButtonsPanel,
|
|
111
|
-
GreasPencil_LayerRelationsPanel,
|
|
112
|
-
bpy_types._GenericUI,
|
|
103
|
+
GreasPencil_LayerRelationsPanel, LayerDataButtonsPanel, bpy.types.Panel
|
|
113
104
|
):
|
|
114
105
|
bl_context: typing.Any
|
|
115
106
|
bl_label: typing.Any
|
|
@@ -137,10 +128,7 @@ class DATA_PT_grease_pencil_layer_relations(
|
|
|
137
128
|
...
|
|
138
129
|
|
|
139
130
|
class DATA_PT_grease_pencil_layer_transform(
|
|
140
|
-
bpy.types.Panel
|
|
141
|
-
LayerDataButtonsPanel,
|
|
142
|
-
GreasePencil_LayerTransformPanel,
|
|
143
|
-
bpy_types._GenericUI,
|
|
131
|
+
GreasePencil_LayerTransformPanel, LayerDataButtonsPanel, bpy.types.Panel
|
|
144
132
|
):
|
|
145
133
|
bl_context: typing.Any
|
|
146
134
|
bl_label: typing.Any
|
|
@@ -167,9 +155,7 @@ class DATA_PT_grease_pencil_layer_transform(
|
|
|
167
155
|
"""
|
|
168
156
|
...
|
|
169
157
|
|
|
170
|
-
class DATA_PT_grease_pencil_layers(
|
|
171
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
172
|
-
):
|
|
158
|
+
class DATA_PT_grease_pencil_layers(DataButtonsPanel, bpy.types.Panel):
|
|
173
159
|
bl_context: typing.Any
|
|
174
160
|
bl_label: typing.Any
|
|
175
161
|
bl_region_type: typing.Any
|
|
@@ -200,9 +186,7 @@ class DATA_PT_grease_pencil_layers(
|
|
|
200
186
|
"""
|
|
201
187
|
...
|
|
202
188
|
|
|
203
|
-
class DATA_PT_grease_pencil_onion_skinning(
|
|
204
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
205
|
-
):
|
|
189
|
+
class DATA_PT_grease_pencil_onion_skinning(DataButtonsPanel, bpy.types.Panel):
|
|
206
190
|
bl_context: typing.Any
|
|
207
191
|
bl_label: typing.Any
|
|
208
192
|
bl_region_type: typing.Any
|
|
@@ -234,7 +218,7 @@ class DATA_PT_grease_pencil_onion_skinning(
|
|
|
234
218
|
...
|
|
235
219
|
|
|
236
220
|
class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
237
|
-
bpy.types.Panel
|
|
221
|
+
DataButtonsPanel, bpy.types.Panel
|
|
238
222
|
):
|
|
239
223
|
bl_context: typing.Any
|
|
240
224
|
bl_label: typing.Any
|
|
@@ -275,9 +259,7 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
|
275
259
|
"""
|
|
276
260
|
...
|
|
277
261
|
|
|
278
|
-
class DATA_PT_grease_pencil_onion_skinning_display(
|
|
279
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
280
|
-
):
|
|
262
|
+
class DATA_PT_grease_pencil_onion_skinning_display(DataButtonsPanel, bpy.types.Panel):
|
|
281
263
|
bl_context: typing.Any
|
|
282
264
|
bl_label: typing.Any
|
|
283
265
|
bl_options: typing.Any
|
|
@@ -310,9 +292,7 @@ class DATA_PT_grease_pencil_onion_skinning_display(
|
|
|
310
292
|
"""
|
|
311
293
|
...
|
|
312
294
|
|
|
313
|
-
class DATA_PT_grease_pencil_settings(
|
|
314
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
315
|
-
):
|
|
295
|
+
class DATA_PT_grease_pencil_settings(DataButtonsPanel, bpy.types.Panel):
|
|
316
296
|
bl_context: typing.Any
|
|
317
297
|
bl_label: typing.Any
|
|
318
298
|
bl_region_type: typing.Any
|
|
@@ -356,9 +336,7 @@ class DataButtonsPanel:
|
|
|
356
336
|
"""
|
|
357
337
|
...
|
|
358
338
|
|
|
359
|
-
class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
360
|
-
bpy.types.Menu, bpy_types._GenericUI
|
|
361
|
-
):
|
|
339
|
+
class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy.types.Menu):
|
|
362
340
|
bl_label: typing.Any
|
|
363
341
|
bl_rna: typing.Any
|
|
364
342
|
id_data: typing.Any
|
|
@@ -386,7 +364,7 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
|
386
364
|
"""
|
|
387
365
|
...
|
|
388
366
|
|
|
389
|
-
class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu
|
|
367
|
+
class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu):
|
|
390
368
|
bl_label: typing.Any
|
|
391
369
|
bl_rna: typing.Any
|
|
392
370
|
id_data: typing.Any
|
|
@@ -414,7 +392,7 @@ class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
414
392
|
"""
|
|
415
393
|
...
|
|
416
394
|
|
|
417
|
-
class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu
|
|
395
|
+
class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu):
|
|
418
396
|
bl_label: typing.Any
|
|
419
397
|
bl_rna: typing.Any
|
|
420
398
|
id_data: typing.Any
|
|
@@ -442,7 +420,7 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
442
420
|
"""
|
|
443
421
|
...
|
|
444
422
|
|
|
445
|
-
class GREASE_PENCIL_UL_masks(bpy.types.UIList
|
|
423
|
+
class GREASE_PENCIL_UL_masks(bpy.types.UIList):
|
|
446
424
|
bl_rna: typing.Any
|
|
447
425
|
id_data: typing.Any
|
|
448
426
|
|
|
@@ -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 DATA_PT_context_lattice(bpy.types.Panel
|
|
10
|
+
class DATA_PT_context_lattice(DataButtonsPanel, bpy.types.Panel):
|
|
12
11
|
bl_context: typing.Any
|
|
13
12
|
bl_label: typing.Any
|
|
14
13
|
bl_options: typing.Any
|
|
@@ -41,7 +40,7 @@ class DATA_PT_context_lattice(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
41
40
|
...
|
|
42
41
|
|
|
43
42
|
class DATA_PT_custom_props_lattice(
|
|
44
|
-
|
|
43
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
|
|
45
44
|
):
|
|
46
45
|
"""The subclass should have its own poll function
|
|
47
46
|
and the variable '_context_path' MUST be set.
|
|
@@ -73,7 +72,7 @@ class DATA_PT_custom_props_lattice(
|
|
|
73
72
|
"""
|
|
74
73
|
...
|
|
75
74
|
|
|
76
|
-
class DATA_PT_lattice(bpy.types.Panel
|
|
75
|
+
class DATA_PT_lattice(DataButtonsPanel, bpy.types.Panel):
|
|
77
76
|
bl_context: typing.Any
|
|
78
77
|
bl_label: typing.Any
|
|
79
78
|
bl_region_type: 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 DATA_PT_EEVEE_light(bpy.types.Panel
|
|
10
|
+
class DATA_PT_EEVEE_light(DataButtonsPanel, bpy.types.Panel):
|
|
12
11
|
COMPAT_ENGINES: typing.Any
|
|
13
12
|
bl_context: typing.Any
|
|
14
13
|
bl_label: typing.Any
|
|
@@ -40,9 +39,7 @@ class DATA_PT_EEVEE_light(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericU
|
|
|
40
39
|
"""
|
|
41
40
|
...
|
|
42
41
|
|
|
43
|
-
class DATA_PT_EEVEE_light_distance(
|
|
44
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
45
|
-
):
|
|
42
|
+
class DATA_PT_EEVEE_light_distance(DataButtonsPanel, bpy.types.Panel):
|
|
46
43
|
COMPAT_ENGINES: typing.Any
|
|
47
44
|
bl_context: typing.Any
|
|
48
45
|
bl_label: typing.Any
|
|
@@ -91,9 +88,7 @@ class DATA_PT_EEVEE_light_distance(
|
|
|
91
88
|
"""
|
|
92
89
|
...
|
|
93
90
|
|
|
94
|
-
class DATA_PT_EEVEE_light_influence(
|
|
95
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
96
|
-
):
|
|
91
|
+
class DATA_PT_EEVEE_light_influence(DataButtonsPanel, bpy.types.Panel):
|
|
97
92
|
COMPAT_ENGINES: typing.Any
|
|
98
93
|
bl_context: typing.Any
|
|
99
94
|
bl_label: typing.Any
|
|
@@ -127,9 +122,7 @@ class DATA_PT_EEVEE_light_influence(
|
|
|
127
122
|
"""
|
|
128
123
|
...
|
|
129
124
|
|
|
130
|
-
class DATA_PT_EEVEE_light_shadow(
|
|
131
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
132
|
-
):
|
|
125
|
+
class DATA_PT_EEVEE_light_shadow(DataButtonsPanel, bpy.types.Panel):
|
|
133
126
|
COMPAT_ENGINES: typing.Any
|
|
134
127
|
bl_context: typing.Any
|
|
135
128
|
bl_label: typing.Any
|
|
@@ -170,7 +163,7 @@ class DATA_PT_EEVEE_light_shadow(
|
|
|
170
163
|
"""
|
|
171
164
|
...
|
|
172
165
|
|
|
173
|
-
class DATA_PT_EEVEE_shadow(bpy.types.Panel
|
|
166
|
+
class DATA_PT_EEVEE_shadow(DataButtonsPanel, bpy.types.Panel):
|
|
174
167
|
COMPAT_ENGINES: typing.Any
|
|
175
168
|
bl_context: typing.Any
|
|
176
169
|
bl_label: typing.Any
|
|
@@ -218,9 +211,7 @@ class DATA_PT_EEVEE_shadow(bpy.types.Panel, DataButtonsPanel, bpy_types._Generic
|
|
|
218
211
|
"""
|
|
219
212
|
...
|
|
220
213
|
|
|
221
|
-
class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
|
|
222
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
223
|
-
):
|
|
214
|
+
class DATA_PT_EEVEE_shadow_cascaded_shadow_map(DataButtonsPanel, bpy.types.Panel):
|
|
224
215
|
COMPAT_ENGINES: typing.Any
|
|
225
216
|
bl_context: typing.Any
|
|
226
217
|
bl_label: typing.Any
|
|
@@ -262,9 +253,7 @@ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
|
|
|
262
253
|
"""
|
|
263
254
|
...
|
|
264
255
|
|
|
265
|
-
class DATA_PT_EEVEE_shadow_contact(
|
|
266
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
267
|
-
):
|
|
256
|
+
class DATA_PT_EEVEE_shadow_contact(DataButtonsPanel, bpy.types.Panel):
|
|
268
257
|
COMPAT_ENGINES: typing.Any
|
|
269
258
|
bl_context: typing.Any
|
|
270
259
|
bl_label: typing.Any
|
|
@@ -312,7 +301,7 @@ class DATA_PT_EEVEE_shadow_contact(
|
|
|
312
301
|
"""
|
|
313
302
|
...
|
|
314
303
|
|
|
315
|
-
class DATA_PT_context_light(bpy.types.Panel
|
|
304
|
+
class DATA_PT_context_light(DataButtonsPanel, bpy.types.Panel):
|
|
316
305
|
COMPAT_ENGINES: typing.Any
|
|
317
306
|
bl_context: typing.Any
|
|
318
307
|
bl_label: typing.Any
|
|
@@ -346,7 +335,7 @@ class DATA_PT_context_light(bpy.types.Panel, DataButtonsPanel, bpy_types._Generi
|
|
|
346
335
|
...
|
|
347
336
|
|
|
348
337
|
class DATA_PT_custom_props_light(
|
|
349
|
-
|
|
338
|
+
rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
|
|
350
339
|
):
|
|
351
340
|
"""The subclass should have its own poll function
|
|
352
341
|
and the variable '_context_path' MUST be set.
|
|
@@ -378,7 +367,7 @@ class DATA_PT_custom_props_light(
|
|
|
378
367
|
"""
|
|
379
368
|
...
|
|
380
369
|
|
|
381
|
-
class DATA_PT_light(bpy.types.Panel
|
|
370
|
+
class DATA_PT_light(DataButtonsPanel, bpy.types.Panel):
|
|
382
371
|
COMPAT_ENGINES: typing.Any
|
|
383
372
|
bl_context: typing.Any
|
|
384
373
|
bl_label: typing.Any
|
|
@@ -410,7 +399,7 @@ class DATA_PT_light(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
410
399
|
"""
|
|
411
400
|
...
|
|
412
401
|
|
|
413
|
-
class DATA_PT_preview(bpy.types.Panel
|
|
402
|
+
class DATA_PT_preview(DataButtonsPanel, bpy.types.Panel):
|
|
414
403
|
COMPAT_ENGINES: typing.Any
|
|
415
404
|
bl_context: typing.Any
|
|
416
405
|
bl_label: typing.Any
|
|
@@ -443,7 +432,7 @@ class DATA_PT_preview(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
443
432
|
"""
|
|
444
433
|
...
|
|
445
434
|
|
|
446
|
-
class DATA_PT_spot(bpy.types.Panel
|
|
435
|
+
class DATA_PT_spot(DataButtonsPanel, bpy.types.Panel):
|
|
447
436
|
COMPAT_ENGINES: typing.Any
|
|
448
437
|
bl_context: typing.Any
|
|
449
438
|
bl_label: typing.Any
|
|
@@ -2,14 +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_context_lightprobe(
|
|
11
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
12
|
-
):
|
|
9
|
+
class DATA_PT_context_lightprobe(DataButtonsPanel, bpy.types.Panel):
|
|
13
10
|
COMPAT_ENGINES: typing.Any
|
|
14
11
|
bl_context: typing.Any
|
|
15
12
|
bl_label: typing.Any
|
|
@@ -42,7 +39,7 @@ class DATA_PT_context_lightprobe(
|
|
|
42
39
|
"""
|
|
43
40
|
...
|
|
44
41
|
|
|
45
|
-
class DATA_PT_lightprobe(bpy.types.Panel
|
|
42
|
+
class DATA_PT_lightprobe(DataButtonsPanel, bpy.types.Panel):
|
|
46
43
|
COMPAT_ENGINES: typing.Any
|
|
47
44
|
bl_context: typing.Any
|
|
48
45
|
bl_label: typing.Any
|
|
@@ -74,7 +71,7 @@ class DATA_PT_lightprobe(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
|
74
71
|
"""
|
|
75
72
|
...
|
|
76
73
|
|
|
77
|
-
class DATA_PT_lightprobe_bake(bpy.types.Panel
|
|
74
|
+
class DATA_PT_lightprobe_bake(DataButtonsPanel, bpy.types.Panel):
|
|
78
75
|
COMPAT_ENGINES: typing.Any
|
|
79
76
|
bl_context: typing.Any
|
|
80
77
|
bl_label: typing.Any
|
|
@@ -114,9 +111,7 @@ class DATA_PT_lightprobe_bake(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
114
111
|
"""
|
|
115
112
|
...
|
|
116
113
|
|
|
117
|
-
class DATA_PT_lightprobe_bake_capture(
|
|
118
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
119
|
-
):
|
|
114
|
+
class DATA_PT_lightprobe_bake_capture(DataButtonsPanel, bpy.types.Panel):
|
|
120
115
|
COMPAT_ENGINES: typing.Any
|
|
121
116
|
bl_context: typing.Any
|
|
122
117
|
bl_label: typing.Any
|
|
@@ -149,9 +144,7 @@ class DATA_PT_lightprobe_bake_capture(
|
|
|
149
144
|
"""
|
|
150
145
|
...
|
|
151
146
|
|
|
152
|
-
class DATA_PT_lightprobe_bake_clamping(
|
|
153
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
154
|
-
):
|
|
147
|
+
class DATA_PT_lightprobe_bake_clamping(DataButtonsPanel, bpy.types.Panel):
|
|
155
148
|
COMPAT_ENGINES: typing.Any
|
|
156
149
|
bl_context: typing.Any
|
|
157
150
|
bl_label: typing.Any
|
|
@@ -185,9 +178,7 @@ class DATA_PT_lightprobe_bake_clamping(
|
|
|
185
178
|
"""
|
|
186
179
|
...
|
|
187
180
|
|
|
188
|
-
class DATA_PT_lightprobe_bake_offset(
|
|
189
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
190
|
-
):
|
|
181
|
+
class DATA_PT_lightprobe_bake_offset(DataButtonsPanel, bpy.types.Panel):
|
|
191
182
|
COMPAT_ENGINES: typing.Any
|
|
192
183
|
bl_context: typing.Any
|
|
193
184
|
bl_label: typing.Any
|
|
@@ -221,9 +212,7 @@ class DATA_PT_lightprobe_bake_offset(
|
|
|
221
212
|
"""
|
|
222
213
|
...
|
|
223
214
|
|
|
224
|
-
class DATA_PT_lightprobe_bake_resolution(
|
|
225
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
226
|
-
):
|
|
215
|
+
class DATA_PT_lightprobe_bake_resolution(DataButtonsPanel, bpy.types.Panel):
|
|
227
216
|
COMPAT_ENGINES: typing.Any
|
|
228
217
|
bl_context: typing.Any
|
|
229
218
|
bl_label: typing.Any
|
|
@@ -256,9 +245,7 @@ class DATA_PT_lightprobe_bake_resolution(
|
|
|
256
245
|
"""
|
|
257
246
|
...
|
|
258
247
|
|
|
259
|
-
class DATA_PT_lightprobe_capture(
|
|
260
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
261
|
-
):
|
|
248
|
+
class DATA_PT_lightprobe_capture(DataButtonsPanel, bpy.types.Panel):
|
|
262
249
|
COMPAT_ENGINES: typing.Any
|
|
263
250
|
bl_context: typing.Any
|
|
264
251
|
bl_label: typing.Any
|
|
@@ -298,9 +285,7 @@ class DATA_PT_lightprobe_capture(
|
|
|
298
285
|
"""
|
|
299
286
|
...
|
|
300
287
|
|
|
301
|
-
class DATA_PT_lightprobe_display(
|
|
302
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
303
|
-
):
|
|
288
|
+
class DATA_PT_lightprobe_display(DataButtonsPanel, bpy.types.Panel):
|
|
304
289
|
COMPAT_ENGINES: typing.Any
|
|
305
290
|
bl_context: typing.Any
|
|
306
291
|
bl_label: typing.Any
|
|
@@ -333,9 +318,7 @@ class DATA_PT_lightprobe_display(
|
|
|
333
318
|
"""
|
|
334
319
|
...
|
|
335
320
|
|
|
336
|
-
class DATA_PT_lightprobe_display_eevee_next(
|
|
337
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
338
|
-
):
|
|
321
|
+
class DATA_PT_lightprobe_display_eevee_next(DataButtonsPanel, bpy.types.Panel):
|
|
339
322
|
COMPAT_ENGINES: typing.Any
|
|
340
323
|
bl_context: typing.Any
|
|
341
324
|
bl_label: typing.Any
|
|
@@ -368,9 +351,7 @@ class DATA_PT_lightprobe_display_eevee_next(
|
|
|
368
351
|
"""
|
|
369
352
|
...
|
|
370
353
|
|
|
371
|
-
class DATA_PT_lightprobe_eevee_next(
|
|
372
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
373
|
-
):
|
|
354
|
+
class DATA_PT_lightprobe_eevee_next(DataButtonsPanel, bpy.types.Panel):
|
|
374
355
|
COMPAT_ENGINES: typing.Any
|
|
375
356
|
bl_context: typing.Any
|
|
376
357
|
bl_label: typing.Any
|
|
@@ -402,9 +383,7 @@ class DATA_PT_lightprobe_eevee_next(
|
|
|
402
383
|
"""
|
|
403
384
|
...
|
|
404
385
|
|
|
405
|
-
class DATA_PT_lightprobe_parallax(
|
|
406
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
407
|
-
):
|
|
386
|
+
class DATA_PT_lightprobe_parallax(DataButtonsPanel, bpy.types.Panel):
|
|
408
387
|
COMPAT_ENGINES: typing.Any
|
|
409
388
|
bl_context: typing.Any
|
|
410
389
|
bl_label: typing.Any
|
|
@@ -452,9 +431,7 @@ class DATA_PT_lightprobe_parallax(
|
|
|
452
431
|
"""
|
|
453
432
|
...
|
|
454
433
|
|
|
455
|
-
class DATA_PT_lightprobe_visibility(
|
|
456
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
457
|
-
):
|
|
434
|
+
class DATA_PT_lightprobe_visibility(DataButtonsPanel, bpy.types.Panel):
|
|
458
435
|
COMPAT_ENGINES: typing.Any
|
|
459
436
|
bl_context: typing.Any
|
|
460
437
|
bl_label: typing.Any
|