fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,30 +1,35 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class
|
|
7
|
-
""" """
|
|
8
|
-
|
|
9
|
-
COMPAT_ENGINES: typing.Any
|
|
7
|
+
class MaterialButtonsPanel:
|
|
10
8
|
""" """
|
|
11
9
|
|
|
12
10
|
bl_context: typing.Any
|
|
13
11
|
""" """
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
bl_region_type: typing.Any
|
|
16
14
|
""" """
|
|
17
15
|
|
|
18
|
-
|
|
16
|
+
bl_space_type: typing.Any
|
|
19
17
|
""" """
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
def poll(self, context):
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
:param context:
|
|
23
|
+
"""
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
class MATERIAL_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
22
27
|
""" """
|
|
23
28
|
|
|
24
|
-
|
|
29
|
+
bl_label: typing.Any
|
|
25
30
|
""" """
|
|
26
31
|
|
|
27
|
-
|
|
32
|
+
bl_rna: typing.Any
|
|
28
33
|
""" """
|
|
29
34
|
|
|
30
35
|
id_data: typing.Any
|
|
@@ -49,10 +54,25 @@ class EEVEE_MATERIAL_PT_context_material(bpy_types._GenericUI):
|
|
|
49
54
|
""" """
|
|
50
55
|
...
|
|
51
56
|
|
|
52
|
-
def draw(self,
|
|
57
|
+
def draw(self, _context):
|
|
58
|
+
"""
|
|
59
|
+
|
|
60
|
+
:param _context:
|
|
61
|
+
"""
|
|
62
|
+
...
|
|
63
|
+
|
|
64
|
+
def draw_collapsible(self, context, layout):
|
|
53
65
|
"""
|
|
54
66
|
|
|
55
67
|
:param context:
|
|
68
|
+
:param layout:
|
|
69
|
+
"""
|
|
70
|
+
...
|
|
71
|
+
|
|
72
|
+
def draw_preset(self, _context):
|
|
73
|
+
"""
|
|
74
|
+
|
|
75
|
+
:param _context:
|
|
56
76
|
"""
|
|
57
77
|
...
|
|
58
78
|
|
|
@@ -120,17 +140,36 @@ class EEVEE_MATERIAL_PT_context_material(bpy_types._GenericUI):
|
|
|
120
140
|
""" """
|
|
121
141
|
...
|
|
122
142
|
|
|
123
|
-
def
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
143
|
+
def path_menu(
|
|
144
|
+
self,
|
|
145
|
+
searchpaths,
|
|
146
|
+
operator,
|
|
147
|
+
props_default,
|
|
148
|
+
prop_filepath,
|
|
149
|
+
filter_ext,
|
|
150
|
+
filter_path,
|
|
151
|
+
display_name,
|
|
152
|
+
add_operator,
|
|
153
|
+
add_operator_props,
|
|
154
|
+
):
|
|
128
155
|
"""
|
|
129
156
|
|
|
130
|
-
:param
|
|
157
|
+
:param searchpaths:
|
|
158
|
+
:param operator:
|
|
159
|
+
:param props_default:
|
|
160
|
+
:param prop_filepath:
|
|
161
|
+
:param filter_ext:
|
|
162
|
+
:param filter_path:
|
|
163
|
+
:param display_name:
|
|
164
|
+
:param add_operator:
|
|
165
|
+
:param add_operator_props:
|
|
131
166
|
"""
|
|
132
167
|
...
|
|
133
168
|
|
|
169
|
+
def path_resolve(self):
|
|
170
|
+
""" """
|
|
171
|
+
...
|
|
172
|
+
|
|
134
173
|
def pop(self):
|
|
135
174
|
""" """
|
|
136
175
|
...
|
|
@@ -165,33 +204,12 @@ class EEVEE_MATERIAL_PT_context_material(bpy_types._GenericUI):
|
|
|
165
204
|
""" """
|
|
166
205
|
...
|
|
167
206
|
|
|
168
|
-
class
|
|
169
|
-
""" """
|
|
170
|
-
|
|
171
|
-
COMPAT_ENGINES: typing.Any
|
|
172
|
-
""" """
|
|
173
|
-
|
|
174
|
-
bl_context: typing.Any
|
|
175
|
-
""" """
|
|
176
|
-
|
|
177
|
-
bl_label: typing.Any
|
|
178
|
-
""" """
|
|
179
|
-
|
|
180
|
-
bl_options: typing.Any
|
|
181
|
-
""" """
|
|
182
|
-
|
|
183
|
-
bl_region_type: typing.Any
|
|
207
|
+
class MATERIAL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
184
208
|
""" """
|
|
185
209
|
|
|
186
210
|
bl_rna: typing.Any
|
|
187
211
|
""" """
|
|
188
212
|
|
|
189
|
-
bl_space_type: typing.Any
|
|
190
|
-
""" """
|
|
191
|
-
|
|
192
|
-
bl_translation_context: typing.Any
|
|
193
|
-
""" """
|
|
194
|
-
|
|
195
213
|
id_data: typing.Any
|
|
196
214
|
""" """
|
|
197
215
|
|
|
@@ -214,10 +232,27 @@ class EEVEE_MATERIAL_PT_displacement(bpy_types._GenericUI):
|
|
|
214
232
|
""" """
|
|
215
233
|
...
|
|
216
234
|
|
|
217
|
-
def
|
|
235
|
+
def draw_item(
|
|
236
|
+
self,
|
|
237
|
+
_context,
|
|
238
|
+
layout,
|
|
239
|
+
_data,
|
|
240
|
+
item,
|
|
241
|
+
icon,
|
|
242
|
+
_active_data,
|
|
243
|
+
_active_propname,
|
|
244
|
+
_index,
|
|
245
|
+
):
|
|
218
246
|
"""
|
|
219
247
|
|
|
220
|
-
:param
|
|
248
|
+
:param _context:
|
|
249
|
+
:param layout:
|
|
250
|
+
:param _data:
|
|
251
|
+
:param item:
|
|
252
|
+
:param icon:
|
|
253
|
+
:param _active_data:
|
|
254
|
+
:param _active_propname:
|
|
255
|
+
:param _index:
|
|
221
256
|
"""
|
|
222
257
|
...
|
|
223
258
|
|
|
@@ -289,13 +324,6 @@ class EEVEE_MATERIAL_PT_displacement(bpy_types._GenericUI):
|
|
|
289
324
|
""" """
|
|
290
325
|
...
|
|
291
326
|
|
|
292
|
-
def poll(self, context):
|
|
293
|
-
"""
|
|
294
|
-
|
|
295
|
-
:param context:
|
|
296
|
-
"""
|
|
297
|
-
...
|
|
298
|
-
|
|
299
327
|
def pop(self):
|
|
300
328
|
""" """
|
|
301
329
|
...
|
|
@@ -330,7 +358,9 @@ class EEVEE_MATERIAL_PT_displacement(bpy_types._GenericUI):
|
|
|
330
358
|
""" """
|
|
331
359
|
...
|
|
332
360
|
|
|
333
|
-
class
|
|
361
|
+
class EEVEE_MATERIAL_PT_context_material(
|
|
362
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
363
|
+
):
|
|
334
364
|
""" """
|
|
335
365
|
|
|
336
366
|
COMPAT_ENGINES: typing.Any
|
|
@@ -342,6 +372,9 @@ class EEVEE_MATERIAL_PT_settings(bpy_types._GenericUI):
|
|
|
342
372
|
bl_label: typing.Any
|
|
343
373
|
""" """
|
|
344
374
|
|
|
375
|
+
bl_options: typing.Any
|
|
376
|
+
""" """
|
|
377
|
+
|
|
345
378
|
bl_region_type: typing.Any
|
|
346
379
|
""" """
|
|
347
380
|
|
|
@@ -489,7 +522,9 @@ class EEVEE_MATERIAL_PT_settings(bpy_types._GenericUI):
|
|
|
489
522
|
""" """
|
|
490
523
|
...
|
|
491
524
|
|
|
492
|
-
class
|
|
525
|
+
class EEVEE_MATERIAL_PT_displacement(
|
|
526
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
527
|
+
):
|
|
493
528
|
""" """
|
|
494
529
|
|
|
495
530
|
COMPAT_ENGINES: typing.Any
|
|
@@ -501,6 +536,9 @@ class EEVEE_MATERIAL_PT_surface(bpy_types._GenericUI):
|
|
|
501
536
|
bl_label: typing.Any
|
|
502
537
|
""" """
|
|
503
538
|
|
|
539
|
+
bl_options: typing.Any
|
|
540
|
+
""" """
|
|
541
|
+
|
|
504
542
|
bl_region_type: typing.Any
|
|
505
543
|
""" """
|
|
506
544
|
|
|
@@ -510,6 +548,9 @@ class EEVEE_MATERIAL_PT_surface(bpy_types._GenericUI):
|
|
|
510
548
|
bl_space_type: typing.Any
|
|
511
549
|
""" """
|
|
512
550
|
|
|
551
|
+
bl_translation_context: typing.Any
|
|
552
|
+
""" """
|
|
553
|
+
|
|
513
554
|
id_data: typing.Any
|
|
514
555
|
""" """
|
|
515
556
|
|
|
@@ -648,7 +689,9 @@ class EEVEE_MATERIAL_PT_surface(bpy_types._GenericUI):
|
|
|
648
689
|
""" """
|
|
649
690
|
...
|
|
650
691
|
|
|
651
|
-
class
|
|
692
|
+
class EEVEE_MATERIAL_PT_settings(
|
|
693
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
694
|
+
):
|
|
652
695
|
""" """
|
|
653
696
|
|
|
654
697
|
COMPAT_ENGINES: typing.Any
|
|
@@ -660,9 +703,6 @@ class EEVEE_MATERIAL_PT_viewport_settings(bpy_types._GenericUI):
|
|
|
660
703
|
bl_label: typing.Any
|
|
661
704
|
""" """
|
|
662
705
|
|
|
663
|
-
bl_parent_id: typing.Any
|
|
664
|
-
""" """
|
|
665
|
-
|
|
666
706
|
bl_region_type: typing.Any
|
|
667
707
|
""" """
|
|
668
708
|
|
|
@@ -810,7 +850,9 @@ class EEVEE_MATERIAL_PT_viewport_settings(bpy_types._GenericUI):
|
|
|
810
850
|
""" """
|
|
811
851
|
...
|
|
812
852
|
|
|
813
|
-
class
|
|
853
|
+
class EEVEE_MATERIAL_PT_surface(
|
|
854
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
855
|
+
):
|
|
814
856
|
""" """
|
|
815
857
|
|
|
816
858
|
COMPAT_ENGINES: typing.Any
|
|
@@ -822,9 +864,6 @@ class EEVEE_MATERIAL_PT_volume(bpy_types._GenericUI):
|
|
|
822
864
|
bl_label: typing.Any
|
|
823
865
|
""" """
|
|
824
866
|
|
|
825
|
-
bl_options: typing.Any
|
|
826
|
-
""" """
|
|
827
|
-
|
|
828
867
|
bl_region_type: typing.Any
|
|
829
868
|
""" """
|
|
830
869
|
|
|
@@ -834,9 +873,6 @@ class EEVEE_MATERIAL_PT_volume(bpy_types._GenericUI):
|
|
|
834
873
|
bl_space_type: typing.Any
|
|
835
874
|
""" """
|
|
836
875
|
|
|
837
|
-
bl_translation_context: typing.Any
|
|
838
|
-
""" """
|
|
839
|
-
|
|
840
876
|
id_data: typing.Any
|
|
841
877
|
""" """
|
|
842
878
|
|
|
@@ -975,7 +1011,9 @@ class EEVEE_MATERIAL_PT_volume(bpy_types._GenericUI):
|
|
|
975
1011
|
""" """
|
|
976
1012
|
...
|
|
977
1013
|
|
|
978
|
-
class
|
|
1014
|
+
class EEVEE_MATERIAL_PT_viewport_settings(
|
|
1015
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1016
|
+
):
|
|
979
1017
|
""" """
|
|
980
1018
|
|
|
981
1019
|
COMPAT_ENGINES: typing.Any
|
|
@@ -987,6 +1025,9 @@ class EEVEE_NEXT_MATERIAL_PT_settings(bpy_types._GenericUI):
|
|
|
987
1025
|
bl_label: typing.Any
|
|
988
1026
|
""" """
|
|
989
1027
|
|
|
1028
|
+
bl_parent_id: typing.Any
|
|
1029
|
+
""" """
|
|
1030
|
+
|
|
990
1031
|
bl_region_type: typing.Any
|
|
991
1032
|
""" """
|
|
992
1033
|
|
|
@@ -1134,7 +1175,9 @@ class EEVEE_NEXT_MATERIAL_PT_settings(bpy_types._GenericUI):
|
|
|
1134
1175
|
""" """
|
|
1135
1176
|
...
|
|
1136
1177
|
|
|
1137
|
-
class
|
|
1178
|
+
class EEVEE_MATERIAL_PT_volume(
|
|
1179
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1180
|
+
):
|
|
1138
1181
|
""" """
|
|
1139
1182
|
|
|
1140
1183
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1146,7 +1189,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings_surface(bpy_types._GenericUI):
|
|
|
1146
1189
|
bl_label: typing.Any
|
|
1147
1190
|
""" """
|
|
1148
1191
|
|
|
1149
|
-
|
|
1192
|
+
bl_options: typing.Any
|
|
1150
1193
|
""" """
|
|
1151
1194
|
|
|
1152
1195
|
bl_region_type: typing.Any
|
|
@@ -1158,6 +1201,9 @@ class EEVEE_NEXT_MATERIAL_PT_settings_surface(bpy_types._GenericUI):
|
|
|
1158
1201
|
bl_space_type: typing.Any
|
|
1159
1202
|
""" """
|
|
1160
1203
|
|
|
1204
|
+
bl_translation_context: typing.Any
|
|
1205
|
+
""" """
|
|
1206
|
+
|
|
1161
1207
|
id_data: typing.Any
|
|
1162
1208
|
""" """
|
|
1163
1209
|
|
|
@@ -1296,7 +1342,9 @@ class EEVEE_NEXT_MATERIAL_PT_settings_surface(bpy_types._GenericUI):
|
|
|
1296
1342
|
""" """
|
|
1297
1343
|
...
|
|
1298
1344
|
|
|
1299
|
-
class
|
|
1345
|
+
class EEVEE_NEXT_MATERIAL_PT_settings(
|
|
1346
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1347
|
+
):
|
|
1300
1348
|
""" """
|
|
1301
1349
|
|
|
1302
1350
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1308,9 +1356,6 @@ class EEVEE_NEXT_MATERIAL_PT_settings_volume(bpy_types._GenericUI):
|
|
|
1308
1356
|
bl_label: typing.Any
|
|
1309
1357
|
""" """
|
|
1310
1358
|
|
|
1311
|
-
bl_parent_id: typing.Any
|
|
1312
|
-
""" """
|
|
1313
|
-
|
|
1314
1359
|
bl_region_type: typing.Any
|
|
1315
1360
|
""" """
|
|
1316
1361
|
|
|
@@ -1458,15 +1503,32 @@ class EEVEE_NEXT_MATERIAL_PT_settings_volume(bpy_types._GenericUI):
|
|
|
1458
1503
|
""" """
|
|
1459
1504
|
...
|
|
1460
1505
|
|
|
1461
|
-
class
|
|
1506
|
+
class EEVEE_NEXT_MATERIAL_PT_settings_surface(
|
|
1507
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1508
|
+
):
|
|
1509
|
+
""" """
|
|
1510
|
+
|
|
1511
|
+
COMPAT_ENGINES: typing.Any
|
|
1512
|
+
""" """
|
|
1513
|
+
|
|
1514
|
+
bl_context: typing.Any
|
|
1462
1515
|
""" """
|
|
1463
1516
|
|
|
1464
1517
|
bl_label: typing.Any
|
|
1465
1518
|
""" """
|
|
1466
1519
|
|
|
1520
|
+
bl_parent_id: typing.Any
|
|
1521
|
+
""" """
|
|
1522
|
+
|
|
1523
|
+
bl_region_type: typing.Any
|
|
1524
|
+
""" """
|
|
1525
|
+
|
|
1467
1526
|
bl_rna: typing.Any
|
|
1468
1527
|
""" """
|
|
1469
1528
|
|
|
1529
|
+
bl_space_type: typing.Any
|
|
1530
|
+
""" """
|
|
1531
|
+
|
|
1470
1532
|
id_data: typing.Any
|
|
1471
1533
|
""" """
|
|
1472
1534
|
|
|
@@ -1489,25 +1551,10 @@ class MATERIAL_MT_context_menu(bpy_types._GenericUI):
|
|
|
1489
1551
|
""" """
|
|
1490
1552
|
...
|
|
1491
1553
|
|
|
1492
|
-
def draw(self,
|
|
1493
|
-
"""
|
|
1494
|
-
|
|
1495
|
-
:param _context:
|
|
1496
|
-
"""
|
|
1497
|
-
...
|
|
1498
|
-
|
|
1499
|
-
def draw_collapsible(self, context, layout):
|
|
1554
|
+
def draw(self, context):
|
|
1500
1555
|
"""
|
|
1501
1556
|
|
|
1502
1557
|
:param context:
|
|
1503
|
-
:param layout:
|
|
1504
|
-
"""
|
|
1505
|
-
...
|
|
1506
|
-
|
|
1507
|
-
def draw_preset(self, _context):
|
|
1508
|
-
"""
|
|
1509
|
-
|
|
1510
|
-
:param _context:
|
|
1511
1558
|
"""
|
|
1512
1559
|
...
|
|
1513
1560
|
|
|
@@ -1575,34 +1622,15 @@ class MATERIAL_MT_context_menu(bpy_types._GenericUI):
|
|
|
1575
1622
|
""" """
|
|
1576
1623
|
...
|
|
1577
1624
|
|
|
1578
|
-
def
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
operator,
|
|
1582
|
-
props_default,
|
|
1583
|
-
prop_filepath,
|
|
1584
|
-
filter_ext,
|
|
1585
|
-
filter_path,
|
|
1586
|
-
display_name,
|
|
1587
|
-
add_operator,
|
|
1588
|
-
add_operator_props,
|
|
1589
|
-
):
|
|
1590
|
-
"""
|
|
1625
|
+
def path_resolve(self):
|
|
1626
|
+
""" """
|
|
1627
|
+
...
|
|
1591
1628
|
|
|
1592
|
-
|
|
1593
|
-
:param operator:
|
|
1594
|
-
:param props_default:
|
|
1595
|
-
:param prop_filepath:
|
|
1596
|
-
:param filter_ext:
|
|
1597
|
-
:param filter_path:
|
|
1598
|
-
:param display_name:
|
|
1599
|
-
:param add_operator:
|
|
1600
|
-
:param add_operator_props:
|
|
1629
|
+
def poll(self, context):
|
|
1601
1630
|
"""
|
|
1602
|
-
...
|
|
1603
1631
|
|
|
1604
|
-
|
|
1605
|
-
"""
|
|
1632
|
+
:param context:
|
|
1633
|
+
"""
|
|
1606
1634
|
...
|
|
1607
1635
|
|
|
1608
1636
|
def pop(self):
|
|
@@ -1639,7 +1667,9 @@ class MATERIAL_MT_context_menu(bpy_types._GenericUI):
|
|
|
1639
1667
|
""" """
|
|
1640
1668
|
...
|
|
1641
1669
|
|
|
1642
|
-
class
|
|
1670
|
+
class EEVEE_NEXT_MATERIAL_PT_settings_volume(
|
|
1671
|
+
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1672
|
+
):
|
|
1643
1673
|
""" """
|
|
1644
1674
|
|
|
1645
1675
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1651,10 +1681,7 @@ class MATERIAL_PT_custom_props(bpy_types._GenericUI):
|
|
|
1651
1681
|
bl_label: typing.Any
|
|
1652
1682
|
""" """
|
|
1653
1683
|
|
|
1654
|
-
|
|
1655
|
-
""" """
|
|
1656
|
-
|
|
1657
|
-
bl_order: typing.Any
|
|
1684
|
+
bl_parent_id: typing.Any
|
|
1658
1685
|
""" """
|
|
1659
1686
|
|
|
1660
1687
|
bl_region_type: typing.Any
|
|
@@ -1804,7 +1831,15 @@ class MATERIAL_PT_custom_props(bpy_types._GenericUI):
|
|
|
1804
1831
|
""" """
|
|
1805
1832
|
...
|
|
1806
1833
|
|
|
1807
|
-
class
|
|
1834
|
+
class MATERIAL_PT_custom_props(
|
|
1835
|
+
bpy_types.Panel,
|
|
1836
|
+
MaterialButtonsPanel,
|
|
1837
|
+
rna_prop_ui.PropertyPanel,
|
|
1838
|
+
bpy_types._GenericUI,
|
|
1839
|
+
):
|
|
1840
|
+
""" """
|
|
1841
|
+
|
|
1842
|
+
COMPAT_ENGINES: typing.Any
|
|
1808
1843
|
""" """
|
|
1809
1844
|
|
|
1810
1845
|
bl_context: typing.Any
|
|
@@ -1966,10 +2001,7 @@ class MATERIAL_PT_lineart(bpy_types._GenericUI):
|
|
|
1966
2001
|
""" """
|
|
1967
2002
|
...
|
|
1968
2003
|
|
|
1969
|
-
class
|
|
1970
|
-
""" """
|
|
1971
|
-
|
|
1972
|
-
COMPAT_ENGINES: typing.Any
|
|
2004
|
+
class MATERIAL_PT_lineart(bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI):
|
|
1973
2005
|
""" """
|
|
1974
2006
|
|
|
1975
2007
|
bl_context: typing.Any
|
|
@@ -1981,6 +2013,9 @@ class MATERIAL_PT_preview(bpy_types._GenericUI):
|
|
|
1981
2013
|
bl_options: typing.Any
|
|
1982
2014
|
""" """
|
|
1983
2015
|
|
|
2016
|
+
bl_order: typing.Any
|
|
2017
|
+
""" """
|
|
2018
|
+
|
|
1984
2019
|
bl_region_type: typing.Any
|
|
1985
2020
|
""" """
|
|
1986
2021
|
|
|
@@ -2128,7 +2163,10 @@ class MATERIAL_PT_preview(bpy_types._GenericUI):
|
|
|
2128
2163
|
""" """
|
|
2129
2164
|
...
|
|
2130
2165
|
|
|
2131
|
-
class
|
|
2166
|
+
class MATERIAL_PT_preview(bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI):
|
|
2167
|
+
""" """
|
|
2168
|
+
|
|
2169
|
+
COMPAT_ENGINES: typing.Any
|
|
2132
2170
|
""" """
|
|
2133
2171
|
|
|
2134
2172
|
bl_context: typing.Any
|
|
@@ -2140,9 +2178,6 @@ class MATERIAL_PT_viewport(bpy_types._GenericUI):
|
|
|
2140
2178
|
bl_options: typing.Any
|
|
2141
2179
|
""" """
|
|
2142
2180
|
|
|
2143
|
-
bl_order: typing.Any
|
|
2144
|
-
""" """
|
|
2145
|
-
|
|
2146
2181
|
bl_region_type: typing.Any
|
|
2147
2182
|
""" """
|
|
2148
2183
|
|
|
@@ -2290,12 +2325,30 @@ class MATERIAL_PT_viewport(bpy_types._GenericUI):
|
|
|
2290
2325
|
""" """
|
|
2291
2326
|
...
|
|
2292
2327
|
|
|
2293
|
-
class
|
|
2328
|
+
class MATERIAL_PT_viewport(bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI):
|
|
2329
|
+
""" """
|
|
2330
|
+
|
|
2331
|
+
bl_context: typing.Any
|
|
2332
|
+
""" """
|
|
2333
|
+
|
|
2334
|
+
bl_label: typing.Any
|
|
2335
|
+
""" """
|
|
2336
|
+
|
|
2337
|
+
bl_options: typing.Any
|
|
2338
|
+
""" """
|
|
2339
|
+
|
|
2340
|
+
bl_order: typing.Any
|
|
2341
|
+
""" """
|
|
2342
|
+
|
|
2343
|
+
bl_region_type: typing.Any
|
|
2294
2344
|
""" """
|
|
2295
2345
|
|
|
2296
2346
|
bl_rna: typing.Any
|
|
2297
2347
|
""" """
|
|
2298
2348
|
|
|
2349
|
+
bl_space_type: typing.Any
|
|
2350
|
+
""" """
|
|
2351
|
+
|
|
2299
2352
|
id_data: typing.Any
|
|
2300
2353
|
""" """
|
|
2301
2354
|
|
|
@@ -2318,27 +2371,10 @@ class MATERIAL_UL_matslots(bpy_types._GenericUI):
|
|
|
2318
2371
|
""" """
|
|
2319
2372
|
...
|
|
2320
2373
|
|
|
2321
|
-
def
|
|
2322
|
-
self,
|
|
2323
|
-
_context,
|
|
2324
|
-
layout,
|
|
2325
|
-
_data,
|
|
2326
|
-
item,
|
|
2327
|
-
icon,
|
|
2328
|
-
_active_data,
|
|
2329
|
-
_active_propname,
|
|
2330
|
-
_index,
|
|
2331
|
-
):
|
|
2374
|
+
def draw(self, context):
|
|
2332
2375
|
"""
|
|
2333
2376
|
|
|
2334
|
-
:param
|
|
2335
|
-
:param layout:
|
|
2336
|
-
:param _data:
|
|
2337
|
-
:param item:
|
|
2338
|
-
:param icon:
|
|
2339
|
-
:param _active_data:
|
|
2340
|
-
:param _active_propname:
|
|
2341
|
-
:param _index:
|
|
2377
|
+
:param context:
|
|
2342
2378
|
"""
|
|
2343
2379
|
...
|
|
2344
2380
|
|
|
@@ -2410,6 +2446,13 @@ class MATERIAL_UL_matslots(bpy_types._GenericUI):
|
|
|
2410
2446
|
""" """
|
|
2411
2447
|
...
|
|
2412
2448
|
|
|
2449
|
+
def poll(self, context):
|
|
2450
|
+
"""
|
|
2451
|
+
|
|
2452
|
+
:param context:
|
|
2453
|
+
"""
|
|
2454
|
+
...
|
|
2455
|
+
|
|
2413
2456
|
def pop(self):
|
|
2414
2457
|
""" """
|
|
2415
2458
|
...
|
|
@@ -2444,25 +2487,6 @@ class MATERIAL_UL_matslots(bpy_types._GenericUI):
|
|
|
2444
2487
|
""" """
|
|
2445
2488
|
...
|
|
2446
2489
|
|
|
2447
|
-
class MaterialButtonsPanel:
|
|
2448
|
-
""" """
|
|
2449
|
-
|
|
2450
|
-
bl_context: typing.Any
|
|
2451
|
-
""" """
|
|
2452
|
-
|
|
2453
|
-
bl_region_type: typing.Any
|
|
2454
|
-
""" """
|
|
2455
|
-
|
|
2456
|
-
bl_space_type: typing.Any
|
|
2457
|
-
""" """
|
|
2458
|
-
|
|
2459
|
-
def poll(self, context):
|
|
2460
|
-
"""
|
|
2461
|
-
|
|
2462
|
-
:param context:
|
|
2463
|
-
"""
|
|
2464
|
-
...
|
|
2465
|
-
|
|
2466
2490
|
def draw_material_settings(context):
|
|
2467
2491
|
""" """
|
|
2468
2492
|
|