fake-bpy-module 20240720__py3-none-any.whl → 20240722__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.
- aud/__init__.pyi +77 -77
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/assets/__init__.pyi +2 -2
- bl_operators/bone_selection_sets/__init__.pyi +16 -28
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/image_as_planes/__init__.pyi +2 -12
- bl_operators/node/__init__.pyi +14 -16
- bl_operators/object_quick_effects/__init__.pyi +3 -3
- bl_operators/presets/__init__.pyi +22 -25
- bl_operators/sequencer/__init__.pyi +76 -76
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/properties_collection/__init__.pyi +5 -19
- bl_ui/properties_constraint/__init__.pyi +79 -289
- bl_ui/properties_data_armature/__init__.pyi +9 -33
- bl_ui/properties_data_bone/__init__.pyi +10 -17
- bl_ui/properties_data_camera/__init__.pyi +14 -32
- bl_ui/properties_data_curve/__init__.pyi +69 -88
- bl_ui/properties_data_curves/__init__.pyi +4 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +15 -50
- bl_ui/properties_data_grease_pencil/__init__.pyi +10 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -6
- bl_ui/properties_data_light/__init__.pyi +12 -25
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +63 -72
- bl_ui/properties_data_metaball/__init__.pyi +5 -10
- bl_ui/properties_data_modifier/__init__.pyi +9 -23
- bl_ui/properties_data_pointcloud/__init__.pyi +3 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -8
- bl_ui/properties_data_volume/__init__.pyi +7 -14
- bl_ui/properties_freestyle/__init__.pyi +9 -42
- bl_ui/properties_material/__init__.pyi +14 -40
- bl_ui/properties_material_gpencil/__init__.pyi +8 -32
- bl_ui/properties_object/__init__.pyi +13 -31
- bl_ui/properties_output/__init__.pyi +16 -43
- bl_ui/properties_paint_common/__init__.pyi +17 -17
- bl_ui/properties_particle/__init__.pyi +50 -135
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +21 -57
- bl_ui/properties_physics_field/__init__.pyi +10 -26
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -18
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -25
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +54 -150
- bl_ui/properties_scene/__init__.pyi +29 -42
- bl_ui/properties_texture/__init__.pyi +26 -58
- bl_ui/properties_view_layer/__init__.pyi +16 -43
- bl_ui/properties_workspace/__init__.pyi +3 -9
- bl_ui/properties_world/__init__.pyi +10 -19
- bl_ui/space_clip/__init__.pyi +31 -93
- bl_ui/space_dopesheet/__init__.pyi +13 -66
- bl_ui/space_filebrowser/__init__.pyi +17 -38
- bl_ui/space_graph/__init__.pyi +1 -6
- bl_ui/space_image/__init__.pyi +190 -235
- bl_ui/space_nla/__init__.pyi +2 -11
- bl_ui/space_node/__init__.pyi +3 -16
- bl_ui/space_sequencer/__init__.pyi +34 -104
- bl_ui/space_time/__init__.pyi +3 -7
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -21
- bl_ui/space_userpref/__init__.pyi +76 -215
- bl_ui/space_view3d/__init__.pyi +91 -147
- bl_ui/space_view3d_toolbar/__init__.pyi +435 -543
- bmesh/types/__init__.pyi +25 -25
- bpy/app/timers/__init__.pyi +6 -6
- bpy/types/__init__.pyi +113 -111
- bpy_extras/node_shader_utils/__init__.pyi +118 -118
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/RECORD +81 -81
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/WHEEL +1 -1
- freestyle/chainingiterators/__init__.pyi +4 -4
- freestyle/types/__init__.pyi +63 -65
- idprop/types/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +2 -2
- mathutils/__init__.pyi +1004 -965
- mathutils/bvhtree/__init__.pyi +2 -2
- nodeitems_builtins/__init__.pyi +3 -3
- {fake_bpy_module-20240720.dist-info → fake_bpy_module-20240722.dist-info}/top_level.txt +0 -0
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bl_ui.properties_grease_pencil_common
|
|
5
4
|
import bpy.types
|
|
6
5
|
import bpy_types
|
|
7
|
-
import rna_prop_ui
|
|
8
6
|
|
|
9
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
9
|
|
|
12
|
-
class DATA_PT_context_gpencil(bpy.types.Panel,
|
|
10
|
+
class DATA_PT_context_gpencil(bpy.types.Panel, bpy_types._GenericUI):
|
|
13
11
|
bl_context: typing.Any
|
|
14
12
|
bl_label: typing.Any
|
|
15
13
|
bl_options: typing.Any
|
|
@@ -41,9 +39,7 @@ class DATA_PT_context_gpencil(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
41
39
|
"""
|
|
42
40
|
...
|
|
43
41
|
|
|
44
|
-
class DATA_PT_custom_props_gpencil(
|
|
45
|
-
bpy.types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
46
|
-
):
|
|
42
|
+
class DATA_PT_custom_props_gpencil(bpy.types.Panel, bpy_types._GenericUI):
|
|
47
43
|
"""The subclass should have its own poll function
|
|
48
44
|
and the variable '_context_path' MUST be set.
|
|
49
45
|
"""
|
|
@@ -73,7 +69,7 @@ class DATA_PT_custom_props_gpencil(
|
|
|
73
69
|
"""
|
|
74
70
|
...
|
|
75
71
|
|
|
76
|
-
class DATA_PT_gpencil_canvas(bpy.types.Panel,
|
|
72
|
+
class DATA_PT_gpencil_canvas(bpy.types.Panel, bpy_types._GenericUI):
|
|
77
73
|
bl_context: typing.Any
|
|
78
74
|
bl_label: typing.Any
|
|
79
75
|
bl_options: typing.Any
|
|
@@ -106,7 +102,7 @@ class DATA_PT_gpencil_canvas(bpy.types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
106
102
|
"""
|
|
107
103
|
...
|
|
108
104
|
|
|
109
|
-
class DATA_PT_gpencil_display(bpy.types.Panel,
|
|
105
|
+
class DATA_PT_gpencil_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
110
106
|
bl_context: typing.Any
|
|
111
107
|
bl_label: typing.Any
|
|
112
108
|
bl_options: typing.Any
|
|
@@ -138,12 +134,7 @@ class DATA_PT_gpencil_display(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
138
134
|
"""
|
|
139
135
|
...
|
|
140
136
|
|
|
141
|
-
class DATA_PT_gpencil_layer_adjustments(
|
|
142
|
-
bpy.types.Panel,
|
|
143
|
-
LayerDataButtonsPanel,
|
|
144
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
145
|
-
bpy_types._GenericUI,
|
|
146
|
-
):
|
|
137
|
+
class DATA_PT_gpencil_layer_adjustments(bpy.types.Panel, bpy_types._GenericUI):
|
|
147
138
|
bl_context: typing.Any
|
|
148
139
|
bl_label: typing.Any
|
|
149
140
|
bl_options: typing.Any
|
|
@@ -169,12 +160,7 @@ class DATA_PT_gpencil_layer_adjustments(
|
|
|
169
160
|
"""
|
|
170
161
|
...
|
|
171
162
|
|
|
172
|
-
class DATA_PT_gpencil_layer_display(
|
|
173
|
-
bpy.types.Panel,
|
|
174
|
-
LayerDataButtonsPanel,
|
|
175
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
176
|
-
bpy_types._GenericUI,
|
|
177
|
-
):
|
|
163
|
+
class DATA_PT_gpencil_layer_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
178
164
|
bl_context: typing.Any
|
|
179
165
|
bl_label: typing.Any
|
|
180
166
|
bl_options: typing.Any
|
|
@@ -200,12 +186,7 @@ class DATA_PT_gpencil_layer_display(
|
|
|
200
186
|
"""
|
|
201
187
|
...
|
|
202
188
|
|
|
203
|
-
class DATA_PT_gpencil_layer_masks(
|
|
204
|
-
bpy.types.Panel,
|
|
205
|
-
LayerDataButtonsPanel,
|
|
206
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
207
|
-
bpy_types._GenericUI,
|
|
208
|
-
):
|
|
189
|
+
class DATA_PT_gpencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
|
|
209
190
|
bl_context: typing.Any
|
|
210
191
|
bl_label: typing.Any
|
|
211
192
|
bl_options: typing.Any
|
|
@@ -231,12 +212,7 @@ class DATA_PT_gpencil_layer_masks(
|
|
|
231
212
|
"""
|
|
232
213
|
...
|
|
233
214
|
|
|
234
|
-
class DATA_PT_gpencil_layer_relations(
|
|
235
|
-
bpy.types.Panel,
|
|
236
|
-
LayerDataButtonsPanel,
|
|
237
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
238
|
-
bpy_types._GenericUI,
|
|
239
|
-
):
|
|
215
|
+
class DATA_PT_gpencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
|
|
240
216
|
bl_context: typing.Any
|
|
241
217
|
bl_label: typing.Any
|
|
242
218
|
bl_options: typing.Any
|
|
@@ -262,12 +238,7 @@ class DATA_PT_gpencil_layer_relations(
|
|
|
262
238
|
"""
|
|
263
239
|
...
|
|
264
240
|
|
|
265
|
-
class DATA_PT_gpencil_layer_transform(
|
|
266
|
-
bpy.types.Panel,
|
|
267
|
-
LayerDataButtonsPanel,
|
|
268
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
269
|
-
bpy_types._GenericUI,
|
|
270
|
-
):
|
|
241
|
+
class DATA_PT_gpencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
|
|
271
242
|
bl_context: typing.Any
|
|
272
243
|
bl_label: typing.Any
|
|
273
244
|
bl_options: typing.Any
|
|
@@ -293,7 +264,7 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
293
264
|
"""
|
|
294
265
|
...
|
|
295
266
|
|
|
296
|
-
class DATA_PT_gpencil_layers(bpy.types.Panel,
|
|
267
|
+
class DATA_PT_gpencil_layers(bpy.types.Panel, bpy_types._GenericUI):
|
|
297
268
|
bl_context: typing.Any
|
|
298
269
|
bl_label: typing.Any
|
|
299
270
|
bl_region_type: typing.Any
|
|
@@ -333,9 +304,7 @@ class DATA_PT_gpencil_layers(bpy.types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
333
304
|
"""
|
|
334
305
|
...
|
|
335
306
|
|
|
336
|
-
class DATA_PT_gpencil_onion_skinning(
|
|
337
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
338
|
-
):
|
|
307
|
+
class DATA_PT_gpencil_onion_skinning(bpy.types.Panel, bpy_types._GenericUI):
|
|
339
308
|
bl_context: typing.Any
|
|
340
309
|
bl_label: typing.Any
|
|
341
310
|
bl_region_type: typing.Any
|
|
@@ -367,7 +336,7 @@ class DATA_PT_gpencil_onion_skinning(
|
|
|
367
336
|
...
|
|
368
337
|
|
|
369
338
|
class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
370
|
-
bpy.types.Panel,
|
|
339
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
371
340
|
):
|
|
372
341
|
bl_context: typing.Any
|
|
373
342
|
bl_label: typing.Any
|
|
@@ -408,9 +377,7 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
|
408
377
|
"""
|
|
409
378
|
...
|
|
410
379
|
|
|
411
|
-
class DATA_PT_gpencil_onion_skinning_display(
|
|
412
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
413
|
-
):
|
|
380
|
+
class DATA_PT_gpencil_onion_skinning_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
414
381
|
bl_context: typing.Any
|
|
415
382
|
bl_label: typing.Any
|
|
416
383
|
bl_options: typing.Any
|
|
@@ -443,7 +410,7 @@ class DATA_PT_gpencil_onion_skinning_display(
|
|
|
443
410
|
"""
|
|
444
411
|
...
|
|
445
412
|
|
|
446
|
-
class DATA_PT_gpencil_strokes(bpy.types.Panel,
|
|
413
|
+
class DATA_PT_gpencil_strokes(bpy.types.Panel, bpy_types._GenericUI):
|
|
447
414
|
bl_context: typing.Any
|
|
448
415
|
bl_label: typing.Any
|
|
449
416
|
bl_options: typing.Any
|
|
@@ -475,9 +442,7 @@ class DATA_PT_gpencil_strokes(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
475
442
|
"""
|
|
476
443
|
...
|
|
477
444
|
|
|
478
|
-
class DATA_PT_gpencil_vertex_groups(
|
|
479
|
-
bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
480
|
-
):
|
|
445
|
+
class DATA_PT_gpencil_vertex_groups(bpy.types.Panel, bpy_types._GenericUI):
|
|
481
446
|
bl_context: typing.Any
|
|
482
447
|
bl_label: typing.Any
|
|
483
448
|
bl_options: typing.Any
|
|
@@ -3,14 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
5
|
import bpy_types
|
|
6
|
-
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
14
11
|
bl_context: typing.Any
|
|
15
12
|
bl_label: typing.Any
|
|
16
13
|
bl_options: typing.Any
|
|
@@ -42,9 +39,7 @@ class DATA_PT_context_grease_pencil(
|
|
|
42
39
|
"""
|
|
43
40
|
...
|
|
44
41
|
|
|
45
|
-
class DATA_PT_grease_pencil_custom_props(
|
|
46
|
-
bpy.types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
47
|
-
):
|
|
42
|
+
class DATA_PT_grease_pencil_custom_props(bpy.types.Panel, bpy_types._GenericUI):
|
|
48
43
|
"""The subclass should have its own poll function
|
|
49
44
|
and the variable '_context_path' MUST be set.
|
|
50
45
|
"""
|
|
@@ -74,12 +69,7 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
74
69
|
"""
|
|
75
70
|
...
|
|
76
71
|
|
|
77
|
-
class DATA_PT_grease_pencil_layer_masks(
|
|
78
|
-
bpy.types.Panel,
|
|
79
|
-
LayerDataButtonsPanel,
|
|
80
|
-
GreasePencil_LayerMaskPanel,
|
|
81
|
-
bpy_types._GenericUI,
|
|
82
|
-
):
|
|
72
|
+
class DATA_PT_grease_pencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
|
|
83
73
|
bl_context: typing.Any
|
|
84
74
|
bl_label: typing.Any
|
|
85
75
|
bl_options: typing.Any
|
|
@@ -105,12 +95,7 @@ class DATA_PT_grease_pencil_layer_masks(
|
|
|
105
95
|
"""
|
|
106
96
|
...
|
|
107
97
|
|
|
108
|
-
class DATA_PT_grease_pencil_layer_relations(
|
|
109
|
-
bpy.types.Panel,
|
|
110
|
-
LayerDataButtonsPanel,
|
|
111
|
-
GreasPencil_LayerRelationsPanel,
|
|
112
|
-
bpy_types._GenericUI,
|
|
113
|
-
):
|
|
98
|
+
class DATA_PT_grease_pencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
|
|
114
99
|
bl_context: typing.Any
|
|
115
100
|
bl_label: typing.Any
|
|
116
101
|
bl_options: typing.Any
|
|
@@ -136,12 +121,7 @@ class DATA_PT_grease_pencil_layer_relations(
|
|
|
136
121
|
"""
|
|
137
122
|
...
|
|
138
123
|
|
|
139
|
-
class DATA_PT_grease_pencil_layer_transform(
|
|
140
|
-
bpy.types.Panel,
|
|
141
|
-
LayerDataButtonsPanel,
|
|
142
|
-
GreasePencil_LayerTransformPanel,
|
|
143
|
-
bpy_types._GenericUI,
|
|
144
|
-
):
|
|
124
|
+
class DATA_PT_grease_pencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
|
|
145
125
|
bl_context: typing.Any
|
|
146
126
|
bl_label: typing.Any
|
|
147
127
|
bl_options: typing.Any
|
|
@@ -167,9 +147,7 @@ class DATA_PT_grease_pencil_layer_transform(
|
|
|
167
147
|
"""
|
|
168
148
|
...
|
|
169
149
|
|
|
170
|
-
class DATA_PT_grease_pencil_layers(
|
|
171
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
172
|
-
):
|
|
150
|
+
class DATA_PT_grease_pencil_layers(bpy.types.Panel, bpy_types._GenericUI):
|
|
173
151
|
bl_context: typing.Any
|
|
174
152
|
bl_label: typing.Any
|
|
175
153
|
bl_region_type: typing.Any
|
|
@@ -200,9 +178,7 @@ class DATA_PT_grease_pencil_layers(
|
|
|
200
178
|
"""
|
|
201
179
|
...
|
|
202
180
|
|
|
203
|
-
class DATA_PT_grease_pencil_onion_skinning(
|
|
204
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
205
|
-
):
|
|
181
|
+
class DATA_PT_grease_pencil_onion_skinning(bpy.types.Panel, bpy_types._GenericUI):
|
|
206
182
|
bl_context: typing.Any
|
|
207
183
|
bl_label: typing.Any
|
|
208
184
|
bl_region_type: typing.Any
|
|
@@ -234,7 +210,7 @@ class DATA_PT_grease_pencil_onion_skinning(
|
|
|
234
210
|
...
|
|
235
211
|
|
|
236
212
|
class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
237
|
-
bpy.types.Panel,
|
|
213
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
238
214
|
):
|
|
239
215
|
bl_context: typing.Any
|
|
240
216
|
bl_label: typing.Any
|
|
@@ -276,7 +252,7 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
|
276
252
|
...
|
|
277
253
|
|
|
278
254
|
class DATA_PT_grease_pencil_onion_skinning_display(
|
|
279
|
-
bpy.types.Panel,
|
|
255
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
280
256
|
):
|
|
281
257
|
bl_context: typing.Any
|
|
282
258
|
bl_label: typing.Any
|
|
@@ -310,9 +286,7 @@ class DATA_PT_grease_pencil_onion_skinning_display(
|
|
|
310
286
|
"""
|
|
311
287
|
...
|
|
312
288
|
|
|
313
|
-
class DATA_PT_grease_pencil_settings(
|
|
314
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
315
|
-
):
|
|
289
|
+
class DATA_PT_grease_pencil_settings(bpy.types.Panel, bpy_types._GenericUI):
|
|
316
290
|
bl_context: typing.Any
|
|
317
291
|
bl_label: typing.Any
|
|
318
292
|
bl_region_type: typing.Any
|
|
@@ -3,12 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
5
|
import bpy_types
|
|
6
|
-
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
12
11
|
bl_context: typing.Any
|
|
13
12
|
bl_label: typing.Any
|
|
14
13
|
bl_options: typing.Any
|
|
@@ -40,9 +39,7 @@ class DATA_PT_context_lattice(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
40
39
|
"""
|
|
41
40
|
...
|
|
42
41
|
|
|
43
|
-
class DATA_PT_custom_props_lattice(
|
|
44
|
-
bpy.types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
45
|
-
):
|
|
42
|
+
class DATA_PT_custom_props_lattice(bpy.types.Panel, bpy_types._GenericUI):
|
|
46
43
|
"""The subclass should have its own poll function
|
|
47
44
|
and the variable '_context_path' MUST be set.
|
|
48
45
|
"""
|
|
@@ -73,7 +70,7 @@ class DATA_PT_custom_props_lattice(
|
|
|
73
70
|
"""
|
|
74
71
|
...
|
|
75
72
|
|
|
76
|
-
class DATA_PT_lattice(bpy.types.Panel,
|
|
73
|
+
class DATA_PT_lattice(bpy.types.Panel, bpy_types._GenericUI):
|
|
77
74
|
bl_context: typing.Any
|
|
78
75
|
bl_label: typing.Any
|
|
79
76
|
bl_region_type: typing.Any
|
|
@@ -3,12 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
5
|
import bpy_types
|
|
6
|
-
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
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(bpy.types.Panel, bpy_types._GenericUI):
|
|
316
305
|
COMPAT_ENGINES: typing.Any
|
|
317
306
|
bl_context: typing.Any
|
|
318
307
|
bl_label: typing.Any
|
|
@@ -345,9 +334,7 @@ class DATA_PT_context_light(bpy.types.Panel, DataButtonsPanel, bpy_types._Generi
|
|
|
345
334
|
"""
|
|
346
335
|
...
|
|
347
336
|
|
|
348
|
-
class DATA_PT_custom_props_light(
|
|
349
|
-
bpy.types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
350
|
-
):
|
|
337
|
+
class DATA_PT_custom_props_light(bpy.types.Panel, bpy_types._GenericUI):
|
|
351
338
|
"""The subclass should have its own poll function
|
|
352
339
|
and the variable '_context_path' MUST be set.
|
|
353
340
|
"""
|
|
@@ -378,7 +365,7 @@ class DATA_PT_custom_props_light(
|
|
|
378
365
|
"""
|
|
379
366
|
...
|
|
380
367
|
|
|
381
|
-
class DATA_PT_light(bpy.types.Panel,
|
|
368
|
+
class DATA_PT_light(bpy.types.Panel, bpy_types._GenericUI):
|
|
382
369
|
COMPAT_ENGINES: typing.Any
|
|
383
370
|
bl_context: typing.Any
|
|
384
371
|
bl_label: typing.Any
|
|
@@ -410,7 +397,7 @@ class DATA_PT_light(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
410
397
|
"""
|
|
411
398
|
...
|
|
412
399
|
|
|
413
|
-
class DATA_PT_preview(bpy.types.Panel,
|
|
400
|
+
class DATA_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
|
|
414
401
|
COMPAT_ENGINES: typing.Any
|
|
415
402
|
bl_context: typing.Any
|
|
416
403
|
bl_label: typing.Any
|
|
@@ -443,7 +430,7 @@ class DATA_PT_preview(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
443
430
|
"""
|
|
444
431
|
...
|
|
445
432
|
|
|
446
|
-
class DATA_PT_spot(bpy.types.Panel,
|
|
433
|
+
class DATA_PT_spot(bpy.types.Panel, bpy_types._GenericUI):
|
|
447
434
|
COMPAT_ENGINES: typing.Any
|
|
448
435
|
bl_context: typing.Any
|
|
449
436
|
bl_label: typing.Any
|
|
@@ -7,9 +7,7 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class DATA_PT_context_lightprobe(
|
|
11
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
12
|
-
):
|
|
10
|
+
class DATA_PT_context_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
|
|
13
11
|
COMPAT_ENGINES: typing.Any
|
|
14
12
|
bl_context: typing.Any
|
|
15
13
|
bl_label: typing.Any
|
|
@@ -42,7 +40,7 @@ class DATA_PT_context_lightprobe(
|
|
|
42
40
|
"""
|
|
43
41
|
...
|
|
44
42
|
|
|
45
|
-
class DATA_PT_lightprobe(bpy.types.Panel,
|
|
43
|
+
class DATA_PT_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
|
|
46
44
|
COMPAT_ENGINES: typing.Any
|
|
47
45
|
bl_context: typing.Any
|
|
48
46
|
bl_label: typing.Any
|
|
@@ -74,7 +72,7 @@ class DATA_PT_lightprobe(bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
|
74
72
|
"""
|
|
75
73
|
...
|
|
76
74
|
|
|
77
|
-
class DATA_PT_lightprobe_bake(bpy.types.Panel,
|
|
75
|
+
class DATA_PT_lightprobe_bake(bpy.types.Panel, bpy_types._GenericUI):
|
|
78
76
|
COMPAT_ENGINES: typing.Any
|
|
79
77
|
bl_context: typing.Any
|
|
80
78
|
bl_label: typing.Any
|
|
@@ -114,9 +112,7 @@ class DATA_PT_lightprobe_bake(bpy.types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
114
112
|
"""
|
|
115
113
|
...
|
|
116
114
|
|
|
117
|
-
class DATA_PT_lightprobe_bake_capture(
|
|
118
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
119
|
-
):
|
|
115
|
+
class DATA_PT_lightprobe_bake_capture(bpy.types.Panel, bpy_types._GenericUI):
|
|
120
116
|
COMPAT_ENGINES: typing.Any
|
|
121
117
|
bl_context: typing.Any
|
|
122
118
|
bl_label: typing.Any
|
|
@@ -149,9 +145,7 @@ class DATA_PT_lightprobe_bake_capture(
|
|
|
149
145
|
"""
|
|
150
146
|
...
|
|
151
147
|
|
|
152
|
-
class DATA_PT_lightprobe_bake_clamping(
|
|
153
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
154
|
-
):
|
|
148
|
+
class DATA_PT_lightprobe_bake_clamping(bpy.types.Panel, bpy_types._GenericUI):
|
|
155
149
|
COMPAT_ENGINES: typing.Any
|
|
156
150
|
bl_context: typing.Any
|
|
157
151
|
bl_label: typing.Any
|
|
@@ -185,9 +179,7 @@ class DATA_PT_lightprobe_bake_clamping(
|
|
|
185
179
|
"""
|
|
186
180
|
...
|
|
187
181
|
|
|
188
|
-
class DATA_PT_lightprobe_bake_offset(
|
|
189
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
190
|
-
):
|
|
182
|
+
class DATA_PT_lightprobe_bake_offset(bpy.types.Panel, bpy_types._GenericUI):
|
|
191
183
|
COMPAT_ENGINES: typing.Any
|
|
192
184
|
bl_context: typing.Any
|
|
193
185
|
bl_label: typing.Any
|
|
@@ -221,9 +213,7 @@ class DATA_PT_lightprobe_bake_offset(
|
|
|
221
213
|
"""
|
|
222
214
|
...
|
|
223
215
|
|
|
224
|
-
class DATA_PT_lightprobe_bake_resolution(
|
|
225
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
226
|
-
):
|
|
216
|
+
class DATA_PT_lightprobe_bake_resolution(bpy.types.Panel, bpy_types._GenericUI):
|
|
227
217
|
COMPAT_ENGINES: typing.Any
|
|
228
218
|
bl_context: typing.Any
|
|
229
219
|
bl_label: typing.Any
|
|
@@ -256,9 +246,7 @@ class DATA_PT_lightprobe_bake_resolution(
|
|
|
256
246
|
"""
|
|
257
247
|
...
|
|
258
248
|
|
|
259
|
-
class DATA_PT_lightprobe_capture(
|
|
260
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
261
|
-
):
|
|
249
|
+
class DATA_PT_lightprobe_capture(bpy.types.Panel, bpy_types._GenericUI):
|
|
262
250
|
COMPAT_ENGINES: typing.Any
|
|
263
251
|
bl_context: typing.Any
|
|
264
252
|
bl_label: typing.Any
|
|
@@ -298,9 +286,7 @@ class DATA_PT_lightprobe_capture(
|
|
|
298
286
|
"""
|
|
299
287
|
...
|
|
300
288
|
|
|
301
|
-
class DATA_PT_lightprobe_display(
|
|
302
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
303
|
-
):
|
|
289
|
+
class DATA_PT_lightprobe_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
304
290
|
COMPAT_ENGINES: typing.Any
|
|
305
291
|
bl_context: typing.Any
|
|
306
292
|
bl_label: typing.Any
|
|
@@ -333,9 +319,7 @@ class DATA_PT_lightprobe_display(
|
|
|
333
319
|
"""
|
|
334
320
|
...
|
|
335
321
|
|
|
336
|
-
class DATA_PT_lightprobe_display_eevee_next(
|
|
337
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
338
|
-
):
|
|
322
|
+
class DATA_PT_lightprobe_display_eevee_next(bpy.types.Panel, bpy_types._GenericUI):
|
|
339
323
|
COMPAT_ENGINES: typing.Any
|
|
340
324
|
bl_context: typing.Any
|
|
341
325
|
bl_label: typing.Any
|
|
@@ -368,9 +352,7 @@ class DATA_PT_lightprobe_display_eevee_next(
|
|
|
368
352
|
"""
|
|
369
353
|
...
|
|
370
354
|
|
|
371
|
-
class DATA_PT_lightprobe_eevee_next(
|
|
372
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
373
|
-
):
|
|
355
|
+
class DATA_PT_lightprobe_eevee_next(bpy.types.Panel, bpy_types._GenericUI):
|
|
374
356
|
COMPAT_ENGINES: typing.Any
|
|
375
357
|
bl_context: typing.Any
|
|
376
358
|
bl_label: typing.Any
|
|
@@ -402,9 +384,7 @@ class DATA_PT_lightprobe_eevee_next(
|
|
|
402
384
|
"""
|
|
403
385
|
...
|
|
404
386
|
|
|
405
|
-
class DATA_PT_lightprobe_parallax(
|
|
406
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
407
|
-
):
|
|
387
|
+
class DATA_PT_lightprobe_parallax(bpy.types.Panel, bpy_types._GenericUI):
|
|
408
388
|
COMPAT_ENGINES: typing.Any
|
|
409
389
|
bl_context: typing.Any
|
|
410
390
|
bl_label: typing.Any
|
|
@@ -452,9 +432,7 @@ class DATA_PT_lightprobe_parallax(
|
|
|
452
432
|
"""
|
|
453
433
|
...
|
|
454
434
|
|
|
455
|
-
class DATA_PT_lightprobe_visibility(
|
|
456
|
-
bpy.types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
457
|
-
):
|
|
435
|
+
class DATA_PT_lightprobe_visibility(bpy.types.Panel, bpy_types._GenericUI):
|
|
458
436
|
COMPAT_ENGINES: typing.Any
|
|
459
437
|
bl_context: typing.Any
|
|
460
438
|
bl_label: typing.Any
|