fake-bpy-module 20240420__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 +336 -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 +331 -330
- 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 +103670 -100517
- 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-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.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-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
@@ -18,28 +19,32 @@ class ColorAttributesListBase:
|
|
|
18
19
|
"""
|
|
19
20
|
...
|
|
20
21
|
|
|
21
|
-
class
|
|
22
|
-
""" """
|
|
23
|
-
|
|
24
|
-
COMPAT_ENGINES: typing.Any
|
|
22
|
+
class MeshButtonsPanel:
|
|
25
23
|
""" """
|
|
26
24
|
|
|
27
25
|
bl_context: typing.Any
|
|
28
26
|
""" """
|
|
29
27
|
|
|
30
|
-
|
|
28
|
+
bl_region_type: typing.Any
|
|
31
29
|
""" """
|
|
32
30
|
|
|
33
|
-
|
|
31
|
+
bl_space_type: typing.Any
|
|
34
32
|
""" """
|
|
35
33
|
|
|
36
|
-
|
|
34
|
+
def poll(self, context):
|
|
35
|
+
"""
|
|
36
|
+
|
|
37
|
+
:param context:
|
|
38
|
+
"""
|
|
39
|
+
...
|
|
40
|
+
|
|
41
|
+
class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
37
42
|
""" """
|
|
38
43
|
|
|
39
|
-
|
|
44
|
+
bl_label: typing.Any
|
|
40
45
|
""" """
|
|
41
46
|
|
|
42
|
-
|
|
47
|
+
bl_rna: typing.Any
|
|
43
48
|
""" """
|
|
44
49
|
|
|
45
50
|
id_data: typing.Any
|
|
@@ -64,10 +69,25 @@ class DATA_PT_context_mesh(bpy_types._GenericUI):
|
|
|
64
69
|
""" """
|
|
65
70
|
...
|
|
66
71
|
|
|
67
|
-
def draw(self,
|
|
72
|
+
def draw(self, _context):
|
|
73
|
+
"""
|
|
74
|
+
|
|
75
|
+
:param _context:
|
|
76
|
+
"""
|
|
77
|
+
...
|
|
78
|
+
|
|
79
|
+
def draw_collapsible(self, context, layout):
|
|
68
80
|
"""
|
|
69
81
|
|
|
70
82
|
:param context:
|
|
83
|
+
:param layout:
|
|
84
|
+
"""
|
|
85
|
+
...
|
|
86
|
+
|
|
87
|
+
def draw_preset(self, _context):
|
|
88
|
+
"""
|
|
89
|
+
|
|
90
|
+
:param _context:
|
|
71
91
|
"""
|
|
72
92
|
...
|
|
73
93
|
|
|
@@ -135,17 +155,36 @@ class DATA_PT_context_mesh(bpy_types._GenericUI):
|
|
|
135
155
|
""" """
|
|
136
156
|
...
|
|
137
157
|
|
|
138
|
-
def
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
158
|
+
def path_menu(
|
|
159
|
+
self,
|
|
160
|
+
searchpaths,
|
|
161
|
+
operator,
|
|
162
|
+
props_default,
|
|
163
|
+
prop_filepath,
|
|
164
|
+
filter_ext,
|
|
165
|
+
filter_path,
|
|
166
|
+
display_name,
|
|
167
|
+
add_operator,
|
|
168
|
+
add_operator_props,
|
|
169
|
+
):
|
|
143
170
|
"""
|
|
144
171
|
|
|
145
|
-
:param
|
|
172
|
+
:param searchpaths:
|
|
173
|
+
:param operator:
|
|
174
|
+
:param props_default:
|
|
175
|
+
:param prop_filepath:
|
|
176
|
+
:param filter_ext:
|
|
177
|
+
:param filter_path:
|
|
178
|
+
:param display_name:
|
|
179
|
+
:param add_operator:
|
|
180
|
+
:param add_operator_props:
|
|
146
181
|
"""
|
|
147
182
|
...
|
|
148
183
|
|
|
184
|
+
def path_resolve(self):
|
|
185
|
+
""" """
|
|
186
|
+
...
|
|
187
|
+
|
|
149
188
|
def pop(self):
|
|
150
189
|
""" """
|
|
151
190
|
...
|
|
@@ -180,33 +219,15 @@ class DATA_PT_context_mesh(bpy_types._GenericUI):
|
|
|
180
219
|
""" """
|
|
181
220
|
...
|
|
182
221
|
|
|
183
|
-
class
|
|
184
|
-
""" """
|
|
185
|
-
|
|
186
|
-
COMPAT_ENGINES: typing.Any
|
|
187
|
-
""" """
|
|
188
|
-
|
|
189
|
-
bl_context: typing.Any
|
|
222
|
+
class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
190
223
|
""" """
|
|
191
224
|
|
|
192
225
|
bl_label: typing.Any
|
|
193
226
|
""" """
|
|
194
227
|
|
|
195
|
-
bl_options: typing.Any
|
|
196
|
-
""" """
|
|
197
|
-
|
|
198
|
-
bl_order: typing.Any
|
|
199
|
-
""" """
|
|
200
|
-
|
|
201
|
-
bl_region_type: typing.Any
|
|
202
|
-
""" """
|
|
203
|
-
|
|
204
228
|
bl_rna: typing.Any
|
|
205
229
|
""" """
|
|
206
230
|
|
|
207
|
-
bl_space_type: typing.Any
|
|
208
|
-
""" """
|
|
209
|
-
|
|
210
231
|
id_data: typing.Any
|
|
211
232
|
""" """
|
|
212
233
|
|
|
@@ -229,10 +250,25 @@ class DATA_PT_custom_props_mesh(bpy_types._GenericUI):
|
|
|
229
250
|
""" """
|
|
230
251
|
...
|
|
231
252
|
|
|
232
|
-
def draw(self,
|
|
253
|
+
def draw(self, _context):
|
|
254
|
+
"""
|
|
255
|
+
|
|
256
|
+
:param _context:
|
|
257
|
+
"""
|
|
258
|
+
...
|
|
259
|
+
|
|
260
|
+
def draw_collapsible(self, context, layout):
|
|
233
261
|
"""
|
|
234
262
|
|
|
235
263
|
:param context:
|
|
264
|
+
:param layout:
|
|
265
|
+
"""
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def draw_preset(self, _context):
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
:param _context:
|
|
236
272
|
"""
|
|
237
273
|
...
|
|
238
274
|
|
|
@@ -300,17 +336,36 @@ class DATA_PT_custom_props_mesh(bpy_types._GenericUI):
|
|
|
300
336
|
""" """
|
|
301
337
|
...
|
|
302
338
|
|
|
303
|
-
def
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
339
|
+
def path_menu(
|
|
340
|
+
self,
|
|
341
|
+
searchpaths,
|
|
342
|
+
operator,
|
|
343
|
+
props_default,
|
|
344
|
+
prop_filepath,
|
|
345
|
+
filter_ext,
|
|
346
|
+
filter_path,
|
|
347
|
+
display_name,
|
|
348
|
+
add_operator,
|
|
349
|
+
add_operator_props,
|
|
350
|
+
):
|
|
308
351
|
"""
|
|
309
352
|
|
|
310
|
-
:param
|
|
353
|
+
:param searchpaths:
|
|
354
|
+
:param operator:
|
|
355
|
+
:param props_default:
|
|
356
|
+
:param prop_filepath:
|
|
357
|
+
:param filter_ext:
|
|
358
|
+
:param filter_path:
|
|
359
|
+
:param display_name:
|
|
360
|
+
:param add_operator:
|
|
361
|
+
:param add_operator_props:
|
|
311
362
|
"""
|
|
312
363
|
...
|
|
313
364
|
|
|
365
|
+
def path_resolve(self):
|
|
366
|
+
""" """
|
|
367
|
+
...
|
|
368
|
+
|
|
314
369
|
def pop(self):
|
|
315
370
|
""" """
|
|
316
371
|
...
|
|
@@ -345,30 +400,15 @@ class DATA_PT_custom_props_mesh(bpy_types._GenericUI):
|
|
|
345
400
|
""" """
|
|
346
401
|
...
|
|
347
402
|
|
|
348
|
-
class
|
|
349
|
-
""" """
|
|
350
|
-
|
|
351
|
-
COMPAT_ENGINES: typing.Any
|
|
352
|
-
""" """
|
|
353
|
-
|
|
354
|
-
bl_context: typing.Any
|
|
403
|
+
class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
355
404
|
""" """
|
|
356
405
|
|
|
357
406
|
bl_label: typing.Any
|
|
358
407
|
""" """
|
|
359
408
|
|
|
360
|
-
bl_options: typing.Any
|
|
361
|
-
""" """
|
|
362
|
-
|
|
363
|
-
bl_region_type: typing.Any
|
|
364
|
-
""" """
|
|
365
|
-
|
|
366
409
|
bl_rna: typing.Any
|
|
367
410
|
""" """
|
|
368
411
|
|
|
369
|
-
bl_space_type: typing.Any
|
|
370
|
-
""" """
|
|
371
|
-
|
|
372
412
|
id_data: typing.Any
|
|
373
413
|
""" """
|
|
374
414
|
|
|
@@ -391,10 +431,25 @@ class DATA_PT_customdata(bpy_types._GenericUI):
|
|
|
391
431
|
""" """
|
|
392
432
|
...
|
|
393
433
|
|
|
394
|
-
def draw(self,
|
|
434
|
+
def draw(self, _context):
|
|
435
|
+
"""
|
|
436
|
+
|
|
437
|
+
:param _context:
|
|
438
|
+
"""
|
|
439
|
+
...
|
|
440
|
+
|
|
441
|
+
def draw_collapsible(self, context, layout):
|
|
395
442
|
"""
|
|
396
443
|
|
|
397
444
|
:param context:
|
|
445
|
+
:param layout:
|
|
446
|
+
"""
|
|
447
|
+
...
|
|
448
|
+
|
|
449
|
+
def draw_preset(self, _context):
|
|
450
|
+
"""
|
|
451
|
+
|
|
452
|
+
:param _context:
|
|
398
453
|
"""
|
|
399
454
|
...
|
|
400
455
|
|
|
@@ -462,17 +517,36 @@ class DATA_PT_customdata(bpy_types._GenericUI):
|
|
|
462
517
|
""" """
|
|
463
518
|
...
|
|
464
519
|
|
|
465
|
-
def
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
520
|
+
def path_menu(
|
|
521
|
+
self,
|
|
522
|
+
searchpaths,
|
|
523
|
+
operator,
|
|
524
|
+
props_default,
|
|
525
|
+
prop_filepath,
|
|
526
|
+
filter_ext,
|
|
527
|
+
filter_path,
|
|
528
|
+
display_name,
|
|
529
|
+
add_operator,
|
|
530
|
+
add_operator_props,
|
|
531
|
+
):
|
|
470
532
|
"""
|
|
471
533
|
|
|
472
|
-
:param
|
|
534
|
+
:param searchpaths:
|
|
535
|
+
:param operator:
|
|
536
|
+
:param props_default:
|
|
537
|
+
:param prop_filepath:
|
|
538
|
+
:param filter_ext:
|
|
539
|
+
:param filter_path:
|
|
540
|
+
:param display_name:
|
|
541
|
+
:param add_operator:
|
|
542
|
+
:param add_operator_props:
|
|
473
543
|
"""
|
|
474
544
|
...
|
|
475
545
|
|
|
546
|
+
def path_resolve(self):
|
|
547
|
+
""" """
|
|
548
|
+
...
|
|
549
|
+
|
|
476
550
|
def pop(self):
|
|
477
551
|
""" """
|
|
478
552
|
...
|
|
@@ -507,30 +581,15 @@ class DATA_PT_customdata(bpy_types._GenericUI):
|
|
|
507
581
|
""" """
|
|
508
582
|
...
|
|
509
583
|
|
|
510
|
-
class
|
|
511
|
-
""" """
|
|
512
|
-
|
|
513
|
-
COMPAT_ENGINES: typing.Any
|
|
514
|
-
""" """
|
|
515
|
-
|
|
516
|
-
bl_context: typing.Any
|
|
584
|
+
class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
517
585
|
""" """
|
|
518
586
|
|
|
519
587
|
bl_label: typing.Any
|
|
520
588
|
""" """
|
|
521
589
|
|
|
522
|
-
bl_options: typing.Any
|
|
523
|
-
""" """
|
|
524
|
-
|
|
525
|
-
bl_region_type: typing.Any
|
|
526
|
-
""" """
|
|
527
|
-
|
|
528
590
|
bl_rna: typing.Any
|
|
529
591
|
""" """
|
|
530
592
|
|
|
531
|
-
bl_space_type: typing.Any
|
|
532
|
-
""" """
|
|
533
|
-
|
|
534
593
|
id_data: typing.Any
|
|
535
594
|
""" """
|
|
536
595
|
|
|
@@ -553,10 +612,25 @@ class DATA_PT_mesh_attributes(bpy_types._GenericUI):
|
|
|
553
612
|
""" """
|
|
554
613
|
...
|
|
555
614
|
|
|
556
|
-
def draw(self,
|
|
615
|
+
def draw(self, _context):
|
|
616
|
+
"""
|
|
617
|
+
|
|
618
|
+
:param _context:
|
|
619
|
+
"""
|
|
620
|
+
...
|
|
621
|
+
|
|
622
|
+
def draw_collapsible(self, context, layout):
|
|
557
623
|
"""
|
|
558
624
|
|
|
559
625
|
:param context:
|
|
626
|
+
:param layout:
|
|
627
|
+
"""
|
|
628
|
+
...
|
|
629
|
+
|
|
630
|
+
def draw_preset(self, _context):
|
|
631
|
+
"""
|
|
632
|
+
|
|
633
|
+
:param _context:
|
|
560
634
|
"""
|
|
561
635
|
...
|
|
562
636
|
|
|
@@ -624,17 +698,36 @@ class DATA_PT_mesh_attributes(bpy_types._GenericUI):
|
|
|
624
698
|
""" """
|
|
625
699
|
...
|
|
626
700
|
|
|
627
|
-
def
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
701
|
+
def path_menu(
|
|
702
|
+
self,
|
|
703
|
+
searchpaths,
|
|
704
|
+
operator,
|
|
705
|
+
props_default,
|
|
706
|
+
prop_filepath,
|
|
707
|
+
filter_ext,
|
|
708
|
+
filter_path,
|
|
709
|
+
display_name,
|
|
710
|
+
add_operator,
|
|
711
|
+
add_operator_props,
|
|
712
|
+
):
|
|
632
713
|
"""
|
|
633
714
|
|
|
634
|
-
:param
|
|
715
|
+
:param searchpaths:
|
|
716
|
+
:param operator:
|
|
717
|
+
:param props_default:
|
|
718
|
+
:param prop_filepath:
|
|
719
|
+
:param filter_ext:
|
|
720
|
+
:param filter_path:
|
|
721
|
+
:param display_name:
|
|
722
|
+
:param add_operator:
|
|
723
|
+
:param add_operator_props:
|
|
635
724
|
"""
|
|
636
725
|
...
|
|
637
726
|
|
|
727
|
+
def path_resolve(self):
|
|
728
|
+
""" """
|
|
729
|
+
...
|
|
730
|
+
|
|
638
731
|
def pop(self):
|
|
639
732
|
""" """
|
|
640
733
|
...
|
|
@@ -669,28 +762,13 @@ class DATA_PT_mesh_attributes(bpy_types._GenericUI):
|
|
|
669
762
|
""" """
|
|
670
763
|
...
|
|
671
764
|
|
|
672
|
-
class
|
|
673
|
-
""" """
|
|
674
|
-
|
|
675
|
-
COMPAT_ENGINES: typing.Any
|
|
676
|
-
""" """
|
|
677
|
-
|
|
678
|
-
bl_context: typing.Any
|
|
679
|
-
""" """
|
|
680
|
-
|
|
681
|
-
bl_label: typing.Any
|
|
682
|
-
""" """
|
|
683
|
-
|
|
684
|
-
bl_options: typing.Any
|
|
685
|
-
""" """
|
|
686
|
-
|
|
687
|
-
bl_region_type: typing.Any
|
|
765
|
+
class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
|
|
688
766
|
""" """
|
|
689
767
|
|
|
690
768
|
bl_rna: typing.Any
|
|
691
769
|
""" """
|
|
692
770
|
|
|
693
|
-
|
|
771
|
+
display_domain_names: typing.Any
|
|
694
772
|
""" """
|
|
695
773
|
|
|
696
774
|
id_data: typing.Any
|
|
@@ -715,10 +793,27 @@ class DATA_PT_remesh(bpy_types._GenericUI):
|
|
|
715
793
|
""" """
|
|
716
794
|
...
|
|
717
795
|
|
|
718
|
-
def
|
|
796
|
+
def draw_item(
|
|
797
|
+
self,
|
|
798
|
+
_context,
|
|
799
|
+
layout,
|
|
800
|
+
_data,
|
|
801
|
+
attribute,
|
|
802
|
+
_icon,
|
|
803
|
+
_active_data,
|
|
804
|
+
_active_propname,
|
|
805
|
+
_index,
|
|
806
|
+
):
|
|
719
807
|
"""
|
|
720
808
|
|
|
721
|
-
:param
|
|
809
|
+
:param _context:
|
|
810
|
+
:param layout:
|
|
811
|
+
:param _data:
|
|
812
|
+
:param attribute:
|
|
813
|
+
:param _icon:
|
|
814
|
+
:param _active_data:
|
|
815
|
+
:param _active_propname:
|
|
816
|
+
:param _index:
|
|
722
817
|
"""
|
|
723
818
|
...
|
|
724
819
|
|
|
@@ -730,6 +825,15 @@ class DATA_PT_remesh(bpy_types._GenericUI):
|
|
|
730
825
|
""" """
|
|
731
826
|
...
|
|
732
827
|
|
|
828
|
+
def filter_items(self, _context, data, property):
|
|
829
|
+
"""
|
|
830
|
+
|
|
831
|
+
:param _context:
|
|
832
|
+
:param data:
|
|
833
|
+
:param property:
|
|
834
|
+
"""
|
|
835
|
+
...
|
|
836
|
+
|
|
733
837
|
def get(self):
|
|
734
838
|
""" """
|
|
735
839
|
...
|
|
@@ -790,13 +894,6 @@ class DATA_PT_remesh(bpy_types._GenericUI):
|
|
|
790
894
|
""" """
|
|
791
895
|
...
|
|
792
896
|
|
|
793
|
-
def poll(self, context):
|
|
794
|
-
"""
|
|
795
|
-
|
|
796
|
-
:param context:
|
|
797
|
-
"""
|
|
798
|
-
...
|
|
799
|
-
|
|
800
897
|
def pop(self):
|
|
801
898
|
""" """
|
|
802
899
|
...
|
|
@@ -831,27 +928,12 @@ class DATA_PT_remesh(bpy_types._GenericUI):
|
|
|
831
928
|
""" """
|
|
832
929
|
...
|
|
833
930
|
|
|
834
|
-
class
|
|
835
|
-
""" """
|
|
836
|
-
|
|
837
|
-
COMPAT_ENGINES: typing.Any
|
|
838
|
-
""" """
|
|
839
|
-
|
|
840
|
-
bl_context: typing.Any
|
|
841
|
-
""" """
|
|
842
|
-
|
|
843
|
-
bl_label: typing.Any
|
|
844
|
-
""" """
|
|
845
|
-
|
|
846
|
-
bl_region_type: typing.Any
|
|
931
|
+
class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
|
|
847
932
|
""" """
|
|
848
933
|
|
|
849
934
|
bl_rna: typing.Any
|
|
850
935
|
""" """
|
|
851
936
|
|
|
852
|
-
bl_space_type: typing.Any
|
|
853
|
-
""" """
|
|
854
|
-
|
|
855
937
|
id_data: typing.Any
|
|
856
938
|
""" """
|
|
857
939
|
|
|
@@ -874,10 +956,19 @@ class DATA_PT_shape_keys(bpy_types._GenericUI):
|
|
|
874
956
|
""" """
|
|
875
957
|
...
|
|
876
958
|
|
|
877
|
-
def
|
|
959
|
+
def draw_item(
|
|
960
|
+
self, _context, layout, _data, item, icon, active_data, _active_propname, index
|
|
961
|
+
):
|
|
878
962
|
"""
|
|
879
963
|
|
|
880
|
-
:param
|
|
964
|
+
:param _context:
|
|
965
|
+
:param layout:
|
|
966
|
+
:param _data:
|
|
967
|
+
:param item:
|
|
968
|
+
:param icon:
|
|
969
|
+
:param active_data:
|
|
970
|
+
:param _active_propname:
|
|
971
|
+
:param index:
|
|
881
972
|
"""
|
|
882
973
|
...
|
|
883
974
|
|
|
@@ -949,13 +1040,6 @@ class DATA_PT_shape_keys(bpy_types._GenericUI):
|
|
|
949
1040
|
""" """
|
|
950
1041
|
...
|
|
951
1042
|
|
|
952
|
-
def poll(self, context):
|
|
953
|
-
"""
|
|
954
|
-
|
|
955
|
-
:param context:
|
|
956
|
-
"""
|
|
957
|
-
...
|
|
958
|
-
|
|
959
1043
|
def pop(self):
|
|
960
1044
|
""" """
|
|
961
1045
|
...
|
|
@@ -990,30 +1074,12 @@ class DATA_PT_shape_keys(bpy_types._GenericUI):
|
|
|
990
1074
|
""" """
|
|
991
1075
|
...
|
|
992
1076
|
|
|
993
|
-
class
|
|
994
|
-
""" """
|
|
995
|
-
|
|
996
|
-
COMPAT_ENGINES: typing.Any
|
|
997
|
-
""" """
|
|
998
|
-
|
|
999
|
-
bl_context: typing.Any
|
|
1000
|
-
""" """
|
|
1001
|
-
|
|
1002
|
-
bl_label: typing.Any
|
|
1003
|
-
""" """
|
|
1004
|
-
|
|
1005
|
-
bl_options: typing.Any
|
|
1006
|
-
""" """
|
|
1007
|
-
|
|
1008
|
-
bl_region_type: typing.Any
|
|
1077
|
+
class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
|
|
1009
1078
|
""" """
|
|
1010
1079
|
|
|
1011
1080
|
bl_rna: typing.Any
|
|
1012
1081
|
""" """
|
|
1013
1082
|
|
|
1014
|
-
bl_space_type: typing.Any
|
|
1015
|
-
""" """
|
|
1016
|
-
|
|
1017
1083
|
id_data: typing.Any
|
|
1018
1084
|
""" """
|
|
1019
1085
|
|
|
@@ -1036,10 +1102,27 @@ class DATA_PT_texture_space(bpy_types._GenericUI):
|
|
|
1036
1102
|
""" """
|
|
1037
1103
|
...
|
|
1038
1104
|
|
|
1039
|
-
def
|
|
1105
|
+
def draw_item(
|
|
1106
|
+
self,
|
|
1107
|
+
_context,
|
|
1108
|
+
layout,
|
|
1109
|
+
_data,
|
|
1110
|
+
item,
|
|
1111
|
+
icon,
|
|
1112
|
+
_active_data,
|
|
1113
|
+
_active_propname,
|
|
1114
|
+
_index,
|
|
1115
|
+
):
|
|
1040
1116
|
"""
|
|
1041
1117
|
|
|
1042
|
-
:param
|
|
1118
|
+
:param _context:
|
|
1119
|
+
:param layout:
|
|
1120
|
+
:param _data:
|
|
1121
|
+
:param item:
|
|
1122
|
+
:param icon:
|
|
1123
|
+
:param _active_data:
|
|
1124
|
+
:param _active_propname:
|
|
1125
|
+
:param _index:
|
|
1043
1126
|
"""
|
|
1044
1127
|
...
|
|
1045
1128
|
|
|
@@ -1111,13 +1194,6 @@ class DATA_PT_texture_space(bpy_types._GenericUI):
|
|
|
1111
1194
|
""" """
|
|
1112
1195
|
...
|
|
1113
1196
|
|
|
1114
|
-
def poll(self, context):
|
|
1115
|
-
"""
|
|
1116
|
-
|
|
1117
|
-
:param context:
|
|
1118
|
-
"""
|
|
1119
|
-
...
|
|
1120
|
-
|
|
1121
1197
|
def pop(self):
|
|
1122
1198
|
""" """
|
|
1123
1199
|
...
|
|
@@ -1152,30 +1228,12 @@ class DATA_PT_texture_space(bpy_types._GenericUI):
|
|
|
1152
1228
|
""" """
|
|
1153
1229
|
...
|
|
1154
1230
|
|
|
1155
|
-
class
|
|
1156
|
-
""" """
|
|
1157
|
-
|
|
1158
|
-
COMPAT_ENGINES: typing.Any
|
|
1159
|
-
""" """
|
|
1160
|
-
|
|
1161
|
-
bl_context: typing.Any
|
|
1162
|
-
""" """
|
|
1163
|
-
|
|
1164
|
-
bl_label: typing.Any
|
|
1165
|
-
""" """
|
|
1166
|
-
|
|
1167
|
-
bl_options: typing.Any
|
|
1168
|
-
""" """
|
|
1169
|
-
|
|
1170
|
-
bl_region_type: typing.Any
|
|
1231
|
+
class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
1171
1232
|
""" """
|
|
1172
1233
|
|
|
1173
1234
|
bl_rna: typing.Any
|
|
1174
1235
|
""" """
|
|
1175
1236
|
|
|
1176
|
-
bl_space_type: typing.Any
|
|
1177
|
-
""" """
|
|
1178
|
-
|
|
1179
1237
|
id_data: typing.Any
|
|
1180
1238
|
""" """
|
|
1181
1239
|
|
|
@@ -1198,10 +1256,27 @@ class DATA_PT_uv_texture(bpy_types._GenericUI):
|
|
|
1198
1256
|
""" """
|
|
1199
1257
|
...
|
|
1200
1258
|
|
|
1201
|
-
def
|
|
1259
|
+
def draw_item(
|
|
1260
|
+
self,
|
|
1261
|
+
_context,
|
|
1262
|
+
layout,
|
|
1263
|
+
_data,
|
|
1264
|
+
item,
|
|
1265
|
+
icon,
|
|
1266
|
+
_active_data_,
|
|
1267
|
+
_active_propname,
|
|
1268
|
+
_index,
|
|
1269
|
+
):
|
|
1202
1270
|
"""
|
|
1203
1271
|
|
|
1204
|
-
:param
|
|
1272
|
+
:param _context:
|
|
1273
|
+
:param layout:
|
|
1274
|
+
:param _data:
|
|
1275
|
+
:param item:
|
|
1276
|
+
:param icon:
|
|
1277
|
+
:param _active_data_:
|
|
1278
|
+
:param _active_propname:
|
|
1279
|
+
:param _index:
|
|
1205
1280
|
"""
|
|
1206
1281
|
...
|
|
1207
1282
|
|
|
@@ -1273,13 +1348,6 @@ class DATA_PT_uv_texture(bpy_types._GenericUI):
|
|
|
1273
1348
|
""" """
|
|
1274
1349
|
...
|
|
1275
1350
|
|
|
1276
|
-
def poll(self, context):
|
|
1277
|
-
"""
|
|
1278
|
-
|
|
1279
|
-
:param context:
|
|
1280
|
-
"""
|
|
1281
|
-
...
|
|
1282
|
-
|
|
1283
1351
|
def pop(self):
|
|
1284
1352
|
""" """
|
|
1285
1353
|
...
|
|
@@ -1314,28 +1382,15 @@ class DATA_PT_uv_texture(bpy_types._GenericUI):
|
|
|
1314
1382
|
""" """
|
|
1315
1383
|
...
|
|
1316
1384
|
|
|
1317
|
-
class
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
COMPAT_ENGINES: typing.Any
|
|
1321
|
-
""" """
|
|
1322
|
-
|
|
1323
|
-
bl_context: typing.Any
|
|
1324
|
-
""" """
|
|
1325
|
-
|
|
1326
|
-
bl_label: typing.Any
|
|
1327
|
-
""" """
|
|
1328
|
-
|
|
1329
|
-
bl_options: typing.Any
|
|
1330
|
-
""" """
|
|
1331
|
-
|
|
1332
|
-
bl_region_type: typing.Any
|
|
1385
|
+
class MESH_UL_color_attributes(
|
|
1386
|
+
bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
|
|
1387
|
+
):
|
|
1333
1388
|
""" """
|
|
1334
1389
|
|
|
1335
1390
|
bl_rna: typing.Any
|
|
1336
1391
|
""" """
|
|
1337
1392
|
|
|
1338
|
-
|
|
1393
|
+
display_domain_names: typing.Any
|
|
1339
1394
|
""" """
|
|
1340
1395
|
|
|
1341
1396
|
id_data: typing.Any
|
|
@@ -1360,10 +1415,27 @@ class DATA_PT_vertex_colors(bpy_types._GenericUI):
|
|
|
1360
1415
|
""" """
|
|
1361
1416
|
...
|
|
1362
1417
|
|
|
1363
|
-
def
|
|
1418
|
+
def draw_item(
|
|
1419
|
+
self,
|
|
1420
|
+
_context,
|
|
1421
|
+
layout,
|
|
1422
|
+
data,
|
|
1423
|
+
attribute,
|
|
1424
|
+
_icon,
|
|
1425
|
+
_active_data,
|
|
1426
|
+
_active_propname,
|
|
1427
|
+
_index,
|
|
1428
|
+
):
|
|
1364
1429
|
"""
|
|
1365
1430
|
|
|
1366
|
-
:param
|
|
1431
|
+
:param _context:
|
|
1432
|
+
:param layout:
|
|
1433
|
+
:param data:
|
|
1434
|
+
:param attribute:
|
|
1435
|
+
:param _icon:
|
|
1436
|
+
:param _active_data:
|
|
1437
|
+
:param _active_propname:
|
|
1438
|
+
:param _index:
|
|
1367
1439
|
"""
|
|
1368
1440
|
...
|
|
1369
1441
|
|
|
@@ -1375,6 +1447,15 @@ class DATA_PT_vertex_colors(bpy_types._GenericUI):
|
|
|
1375
1447
|
""" """
|
|
1376
1448
|
...
|
|
1377
1449
|
|
|
1450
|
+
def filter_items(self, _context, data, property):
|
|
1451
|
+
"""
|
|
1452
|
+
|
|
1453
|
+
:param _context:
|
|
1454
|
+
:param data:
|
|
1455
|
+
:param property:
|
|
1456
|
+
"""
|
|
1457
|
+
...
|
|
1458
|
+
|
|
1378
1459
|
def get(self):
|
|
1379
1460
|
""" """
|
|
1380
1461
|
...
|
|
@@ -1435,13 +1516,6 @@ class DATA_PT_vertex_colors(bpy_types._GenericUI):
|
|
|
1435
1516
|
""" """
|
|
1436
1517
|
...
|
|
1437
1518
|
|
|
1438
|
-
def poll(self, context):
|
|
1439
|
-
"""
|
|
1440
|
-
|
|
1441
|
-
:param context:
|
|
1442
|
-
"""
|
|
1443
|
-
...
|
|
1444
|
-
|
|
1445
1519
|
def pop(self):
|
|
1446
1520
|
""" """
|
|
1447
1521
|
...
|
|
@@ -1476,25 +1550,15 @@ class DATA_PT_vertex_colors(bpy_types._GenericUI):
|
|
|
1476
1550
|
""" """
|
|
1477
1551
|
...
|
|
1478
1552
|
|
|
1479
|
-
class
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
COMPAT_ENGINES: typing.Any
|
|
1483
|
-
""" """
|
|
1484
|
-
|
|
1485
|
-
bl_context: typing.Any
|
|
1486
|
-
""" """
|
|
1487
|
-
|
|
1488
|
-
bl_label: typing.Any
|
|
1489
|
-
""" """
|
|
1490
|
-
|
|
1491
|
-
bl_region_type: typing.Any
|
|
1553
|
+
class MESH_UL_color_attributes_selector(
|
|
1554
|
+
bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
|
|
1555
|
+
):
|
|
1492
1556
|
""" """
|
|
1493
1557
|
|
|
1494
1558
|
bl_rna: typing.Any
|
|
1495
1559
|
""" """
|
|
1496
1560
|
|
|
1497
|
-
|
|
1561
|
+
display_domain_names: typing.Any
|
|
1498
1562
|
""" """
|
|
1499
1563
|
|
|
1500
1564
|
id_data: typing.Any
|
|
@@ -1519,10 +1583,27 @@ class DATA_PT_vertex_groups(bpy_types._GenericUI):
|
|
|
1519
1583
|
""" """
|
|
1520
1584
|
...
|
|
1521
1585
|
|
|
1522
|
-
def
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1586
|
+
def draw_item(
|
|
1587
|
+
self,
|
|
1588
|
+
_context,
|
|
1589
|
+
layout,
|
|
1590
|
+
_data,
|
|
1591
|
+
attribute,
|
|
1592
|
+
_icon,
|
|
1593
|
+
_active_data,
|
|
1594
|
+
_active_propname,
|
|
1595
|
+
_index,
|
|
1596
|
+
):
|
|
1597
|
+
"""
|
|
1598
|
+
|
|
1599
|
+
:param _context:
|
|
1600
|
+
:param layout:
|
|
1601
|
+
:param _data:
|
|
1602
|
+
:param attribute:
|
|
1603
|
+
:param _icon:
|
|
1604
|
+
:param _active_data:
|
|
1605
|
+
:param _active_propname:
|
|
1606
|
+
:param _index:
|
|
1526
1607
|
"""
|
|
1527
1608
|
...
|
|
1528
1609
|
|
|
@@ -1534,6 +1615,15 @@ class DATA_PT_vertex_groups(bpy_types._GenericUI):
|
|
|
1534
1615
|
""" """
|
|
1535
1616
|
...
|
|
1536
1617
|
|
|
1618
|
+
def filter_items(self, _context, data, property):
|
|
1619
|
+
"""
|
|
1620
|
+
|
|
1621
|
+
:param _context:
|
|
1622
|
+
:param data:
|
|
1623
|
+
:param property:
|
|
1624
|
+
"""
|
|
1625
|
+
...
|
|
1626
|
+
|
|
1537
1627
|
def get(self):
|
|
1538
1628
|
""" """
|
|
1539
1629
|
...
|
|
@@ -1594,13 +1684,6 @@ class DATA_PT_vertex_groups(bpy_types._GenericUI):
|
|
|
1594
1684
|
""" """
|
|
1595
1685
|
...
|
|
1596
1686
|
|
|
1597
|
-
def poll(self, context):
|
|
1598
|
-
"""
|
|
1599
|
-
|
|
1600
|
-
:param context:
|
|
1601
|
-
"""
|
|
1602
|
-
...
|
|
1603
|
-
|
|
1604
1687
|
def pop(self):
|
|
1605
1688
|
""" """
|
|
1606
1689
|
...
|
|
@@ -1635,15 +1718,30 @@ class DATA_PT_vertex_groups(bpy_types._GenericUI):
|
|
|
1635
1718
|
""" """
|
|
1636
1719
|
...
|
|
1637
1720
|
|
|
1638
|
-
class
|
|
1721
|
+
class DATA_PT_context_mesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
1722
|
+
""" """
|
|
1723
|
+
|
|
1724
|
+
COMPAT_ENGINES: typing.Any
|
|
1725
|
+
""" """
|
|
1726
|
+
|
|
1727
|
+
bl_context: typing.Any
|
|
1639
1728
|
""" """
|
|
1640
1729
|
|
|
1641
1730
|
bl_label: typing.Any
|
|
1642
1731
|
""" """
|
|
1643
1732
|
|
|
1733
|
+
bl_options: typing.Any
|
|
1734
|
+
""" """
|
|
1735
|
+
|
|
1736
|
+
bl_region_type: typing.Any
|
|
1737
|
+
""" """
|
|
1738
|
+
|
|
1644
1739
|
bl_rna: typing.Any
|
|
1645
1740
|
""" """
|
|
1646
1741
|
|
|
1742
|
+
bl_space_type: typing.Any
|
|
1743
|
+
""" """
|
|
1744
|
+
|
|
1647
1745
|
id_data: typing.Any
|
|
1648
1746
|
""" """
|
|
1649
1747
|
|
|
@@ -1666,25 +1764,10 @@ class MESH_MT_attribute_context_menu(bpy_types._GenericUI):
|
|
|
1666
1764
|
""" """
|
|
1667
1765
|
...
|
|
1668
1766
|
|
|
1669
|
-
def draw(self,
|
|
1670
|
-
"""
|
|
1671
|
-
|
|
1672
|
-
:param _context:
|
|
1673
|
-
"""
|
|
1674
|
-
...
|
|
1675
|
-
|
|
1676
|
-
def draw_collapsible(self, context, layout):
|
|
1767
|
+
def draw(self, context):
|
|
1677
1768
|
"""
|
|
1678
1769
|
|
|
1679
1770
|
:param context:
|
|
1680
|
-
:param layout:
|
|
1681
|
-
"""
|
|
1682
|
-
...
|
|
1683
|
-
|
|
1684
|
-
def draw_preset(self, _context):
|
|
1685
|
-
"""
|
|
1686
|
-
|
|
1687
|
-
:param _context:
|
|
1688
1771
|
"""
|
|
1689
1772
|
...
|
|
1690
1773
|
|
|
@@ -1752,34 +1835,15 @@ class MESH_MT_attribute_context_menu(bpy_types._GenericUI):
|
|
|
1752
1835
|
""" """
|
|
1753
1836
|
...
|
|
1754
1837
|
|
|
1755
|
-
def
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
operator,
|
|
1759
|
-
props_default,
|
|
1760
|
-
prop_filepath,
|
|
1761
|
-
filter_ext,
|
|
1762
|
-
filter_path,
|
|
1763
|
-
display_name,
|
|
1764
|
-
add_operator,
|
|
1765
|
-
add_operator_props,
|
|
1766
|
-
):
|
|
1767
|
-
"""
|
|
1838
|
+
def path_resolve(self):
|
|
1839
|
+
""" """
|
|
1840
|
+
...
|
|
1768
1841
|
|
|
1769
|
-
|
|
1770
|
-
:param operator:
|
|
1771
|
-
:param props_default:
|
|
1772
|
-
:param prop_filepath:
|
|
1773
|
-
:param filter_ext:
|
|
1774
|
-
:param filter_path:
|
|
1775
|
-
:param display_name:
|
|
1776
|
-
:param add_operator:
|
|
1777
|
-
:param add_operator_props:
|
|
1842
|
+
def poll(self, context):
|
|
1778
1843
|
"""
|
|
1779
|
-
...
|
|
1780
1844
|
|
|
1781
|
-
|
|
1782
|
-
"""
|
|
1845
|
+
:param context:
|
|
1846
|
+
"""
|
|
1783
1847
|
...
|
|
1784
1848
|
|
|
1785
1849
|
def pop(self):
|
|
@@ -1816,15 +1880,35 @@ class MESH_MT_attribute_context_menu(bpy_types._GenericUI):
|
|
|
1816
1880
|
""" """
|
|
1817
1881
|
...
|
|
1818
1882
|
|
|
1819
|
-
class
|
|
1883
|
+
class DATA_PT_custom_props_mesh(
|
|
1884
|
+
bpy_types.Panel, MeshButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1885
|
+
):
|
|
1886
|
+
""" """
|
|
1887
|
+
|
|
1888
|
+
COMPAT_ENGINES: typing.Any
|
|
1889
|
+
""" """
|
|
1890
|
+
|
|
1891
|
+
bl_context: typing.Any
|
|
1820
1892
|
""" """
|
|
1821
1893
|
|
|
1822
1894
|
bl_label: typing.Any
|
|
1823
1895
|
""" """
|
|
1824
1896
|
|
|
1897
|
+
bl_options: typing.Any
|
|
1898
|
+
""" """
|
|
1899
|
+
|
|
1900
|
+
bl_order: typing.Any
|
|
1901
|
+
""" """
|
|
1902
|
+
|
|
1903
|
+
bl_region_type: typing.Any
|
|
1904
|
+
""" """
|
|
1905
|
+
|
|
1825
1906
|
bl_rna: typing.Any
|
|
1826
1907
|
""" """
|
|
1827
1908
|
|
|
1909
|
+
bl_space_type: typing.Any
|
|
1910
|
+
""" """
|
|
1911
|
+
|
|
1828
1912
|
id_data: typing.Any
|
|
1829
1913
|
""" """
|
|
1830
1914
|
|
|
@@ -1847,25 +1931,10 @@ class MESH_MT_color_attribute_context_menu(bpy_types._GenericUI):
|
|
|
1847
1931
|
""" """
|
|
1848
1932
|
...
|
|
1849
1933
|
|
|
1850
|
-
def draw(self,
|
|
1851
|
-
"""
|
|
1852
|
-
|
|
1853
|
-
:param _context:
|
|
1854
|
-
"""
|
|
1855
|
-
...
|
|
1856
|
-
|
|
1857
|
-
def draw_collapsible(self, context, layout):
|
|
1934
|
+
def draw(self, context):
|
|
1858
1935
|
"""
|
|
1859
1936
|
|
|
1860
1937
|
:param context:
|
|
1861
|
-
:param layout:
|
|
1862
|
-
"""
|
|
1863
|
-
...
|
|
1864
|
-
|
|
1865
|
-
def draw_preset(self, _context):
|
|
1866
|
-
"""
|
|
1867
|
-
|
|
1868
|
-
:param _context:
|
|
1869
1938
|
"""
|
|
1870
1939
|
...
|
|
1871
1940
|
|
|
@@ -1933,34 +2002,15 @@ class MESH_MT_color_attribute_context_menu(bpy_types._GenericUI):
|
|
|
1933
2002
|
""" """
|
|
1934
2003
|
...
|
|
1935
2004
|
|
|
1936
|
-
def
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
operator,
|
|
1940
|
-
props_default,
|
|
1941
|
-
prop_filepath,
|
|
1942
|
-
filter_ext,
|
|
1943
|
-
filter_path,
|
|
1944
|
-
display_name,
|
|
1945
|
-
add_operator,
|
|
1946
|
-
add_operator_props,
|
|
1947
|
-
):
|
|
1948
|
-
"""
|
|
2005
|
+
def path_resolve(self):
|
|
2006
|
+
""" """
|
|
2007
|
+
...
|
|
1949
2008
|
|
|
1950
|
-
|
|
1951
|
-
:param operator:
|
|
1952
|
-
:param props_default:
|
|
1953
|
-
:param prop_filepath:
|
|
1954
|
-
:param filter_ext:
|
|
1955
|
-
:param filter_path:
|
|
1956
|
-
:param display_name:
|
|
1957
|
-
:param add_operator:
|
|
1958
|
-
:param add_operator_props:
|
|
2009
|
+
def poll(self, context):
|
|
1959
2010
|
"""
|
|
1960
|
-
...
|
|
1961
2011
|
|
|
1962
|
-
|
|
1963
|
-
"""
|
|
2012
|
+
:param context:
|
|
2013
|
+
"""
|
|
1964
2014
|
...
|
|
1965
2015
|
|
|
1966
2016
|
def pop(self):
|
|
@@ -1997,15 +2047,30 @@ class MESH_MT_color_attribute_context_menu(bpy_types._GenericUI):
|
|
|
1997
2047
|
""" """
|
|
1998
2048
|
...
|
|
1999
2049
|
|
|
2000
|
-
class
|
|
2050
|
+
class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
2051
|
+
""" """
|
|
2052
|
+
|
|
2053
|
+
COMPAT_ENGINES: typing.Any
|
|
2054
|
+
""" """
|
|
2055
|
+
|
|
2056
|
+
bl_context: typing.Any
|
|
2001
2057
|
""" """
|
|
2002
2058
|
|
|
2003
2059
|
bl_label: typing.Any
|
|
2004
2060
|
""" """
|
|
2005
2061
|
|
|
2062
|
+
bl_options: typing.Any
|
|
2063
|
+
""" """
|
|
2064
|
+
|
|
2065
|
+
bl_region_type: typing.Any
|
|
2066
|
+
""" """
|
|
2067
|
+
|
|
2006
2068
|
bl_rna: typing.Any
|
|
2007
2069
|
""" """
|
|
2008
2070
|
|
|
2071
|
+
bl_space_type: typing.Any
|
|
2072
|
+
""" """
|
|
2073
|
+
|
|
2009
2074
|
id_data: typing.Any
|
|
2010
2075
|
""" """
|
|
2011
2076
|
|
|
@@ -2028,25 +2093,10 @@ class MESH_MT_shape_key_context_menu(bpy_types._GenericUI):
|
|
|
2028
2093
|
""" """
|
|
2029
2094
|
...
|
|
2030
2095
|
|
|
2031
|
-
def draw(self,
|
|
2032
|
-
"""
|
|
2033
|
-
|
|
2034
|
-
:param _context:
|
|
2035
|
-
"""
|
|
2036
|
-
...
|
|
2037
|
-
|
|
2038
|
-
def draw_collapsible(self, context, layout):
|
|
2096
|
+
def draw(self, context):
|
|
2039
2097
|
"""
|
|
2040
2098
|
|
|
2041
2099
|
:param context:
|
|
2042
|
-
:param layout:
|
|
2043
|
-
"""
|
|
2044
|
-
...
|
|
2045
|
-
|
|
2046
|
-
def draw_preset(self, _context):
|
|
2047
|
-
"""
|
|
2048
|
-
|
|
2049
|
-
:param _context:
|
|
2050
2100
|
"""
|
|
2051
2101
|
...
|
|
2052
2102
|
|
|
@@ -2114,34 +2164,15 @@ class MESH_MT_shape_key_context_menu(bpy_types._GenericUI):
|
|
|
2114
2164
|
""" """
|
|
2115
2165
|
...
|
|
2116
2166
|
|
|
2117
|
-
def
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
operator,
|
|
2121
|
-
props_default,
|
|
2122
|
-
prop_filepath,
|
|
2123
|
-
filter_ext,
|
|
2124
|
-
filter_path,
|
|
2125
|
-
display_name,
|
|
2126
|
-
add_operator,
|
|
2127
|
-
add_operator_props,
|
|
2128
|
-
):
|
|
2129
|
-
"""
|
|
2167
|
+
def path_resolve(self):
|
|
2168
|
+
""" """
|
|
2169
|
+
...
|
|
2130
2170
|
|
|
2131
|
-
|
|
2132
|
-
:param operator:
|
|
2133
|
-
:param props_default:
|
|
2134
|
-
:param prop_filepath:
|
|
2135
|
-
:param filter_ext:
|
|
2136
|
-
:param filter_path:
|
|
2137
|
-
:param display_name:
|
|
2138
|
-
:param add_operator:
|
|
2139
|
-
:param add_operator_props:
|
|
2171
|
+
def poll(self, context):
|
|
2140
2172
|
"""
|
|
2141
|
-
...
|
|
2142
2173
|
|
|
2143
|
-
|
|
2144
|
-
"""
|
|
2174
|
+
:param context:
|
|
2175
|
+
"""
|
|
2145
2176
|
...
|
|
2146
2177
|
|
|
2147
2178
|
def pop(self):
|
|
@@ -2178,15 +2209,30 @@ class MESH_MT_shape_key_context_menu(bpy_types._GenericUI):
|
|
|
2178
2209
|
""" """
|
|
2179
2210
|
...
|
|
2180
2211
|
|
|
2181
|
-
class
|
|
2212
|
+
class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
2213
|
+
""" """
|
|
2214
|
+
|
|
2215
|
+
COMPAT_ENGINES: typing.Any
|
|
2216
|
+
""" """
|
|
2217
|
+
|
|
2218
|
+
bl_context: typing.Any
|
|
2182
2219
|
""" """
|
|
2183
2220
|
|
|
2184
2221
|
bl_label: typing.Any
|
|
2185
2222
|
""" """
|
|
2186
2223
|
|
|
2224
|
+
bl_options: typing.Any
|
|
2225
|
+
""" """
|
|
2226
|
+
|
|
2227
|
+
bl_region_type: typing.Any
|
|
2228
|
+
""" """
|
|
2229
|
+
|
|
2187
2230
|
bl_rna: typing.Any
|
|
2188
2231
|
""" """
|
|
2189
2232
|
|
|
2233
|
+
bl_space_type: typing.Any
|
|
2234
|
+
""" """
|
|
2235
|
+
|
|
2190
2236
|
id_data: typing.Any
|
|
2191
2237
|
""" """
|
|
2192
2238
|
|
|
@@ -2209,25 +2255,10 @@ class MESH_MT_vertex_group_context_menu(bpy_types._GenericUI):
|
|
|
2209
2255
|
""" """
|
|
2210
2256
|
...
|
|
2211
2257
|
|
|
2212
|
-
def draw(self,
|
|
2213
|
-
"""
|
|
2214
|
-
|
|
2215
|
-
:param _context:
|
|
2216
|
-
"""
|
|
2217
|
-
...
|
|
2218
|
-
|
|
2219
|
-
def draw_collapsible(self, context, layout):
|
|
2258
|
+
def draw(self, context):
|
|
2220
2259
|
"""
|
|
2221
2260
|
|
|
2222
2261
|
:param context:
|
|
2223
|
-
:param layout:
|
|
2224
|
-
"""
|
|
2225
|
-
...
|
|
2226
|
-
|
|
2227
|
-
def draw_preset(self, _context):
|
|
2228
|
-
"""
|
|
2229
|
-
|
|
2230
|
-
:param _context:
|
|
2231
2262
|
"""
|
|
2232
2263
|
...
|
|
2233
2264
|
|
|
@@ -2295,34 +2326,15 @@ class MESH_MT_vertex_group_context_menu(bpy_types._GenericUI):
|
|
|
2295
2326
|
""" """
|
|
2296
2327
|
...
|
|
2297
2328
|
|
|
2298
|
-
def
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
operator,
|
|
2302
|
-
props_default,
|
|
2303
|
-
prop_filepath,
|
|
2304
|
-
filter_ext,
|
|
2305
|
-
filter_path,
|
|
2306
|
-
display_name,
|
|
2307
|
-
add_operator,
|
|
2308
|
-
add_operator_props,
|
|
2309
|
-
):
|
|
2310
|
-
"""
|
|
2329
|
+
def path_resolve(self):
|
|
2330
|
+
""" """
|
|
2331
|
+
...
|
|
2311
2332
|
|
|
2312
|
-
|
|
2313
|
-
:param operator:
|
|
2314
|
-
:param props_default:
|
|
2315
|
-
:param prop_filepath:
|
|
2316
|
-
:param filter_ext:
|
|
2317
|
-
:param filter_path:
|
|
2318
|
-
:param display_name:
|
|
2319
|
-
:param add_operator:
|
|
2320
|
-
:param add_operator_props:
|
|
2333
|
+
def poll(self, context):
|
|
2321
2334
|
"""
|
|
2322
|
-
...
|
|
2323
2335
|
|
|
2324
|
-
|
|
2325
|
-
"""
|
|
2336
|
+
:param context:
|
|
2337
|
+
"""
|
|
2326
2338
|
...
|
|
2327
2339
|
|
|
2328
2340
|
def pop(self):
|
|
@@ -2359,13 +2371,28 @@ class MESH_MT_vertex_group_context_menu(bpy_types._GenericUI):
|
|
|
2359
2371
|
""" """
|
|
2360
2372
|
...
|
|
2361
2373
|
|
|
2362
|
-
class
|
|
2374
|
+
class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
2375
|
+
""" """
|
|
2376
|
+
|
|
2377
|
+
COMPAT_ENGINES: typing.Any
|
|
2378
|
+
""" """
|
|
2379
|
+
|
|
2380
|
+
bl_context: typing.Any
|
|
2381
|
+
""" """
|
|
2382
|
+
|
|
2383
|
+
bl_label: typing.Any
|
|
2384
|
+
""" """
|
|
2385
|
+
|
|
2386
|
+
bl_options: typing.Any
|
|
2387
|
+
""" """
|
|
2388
|
+
|
|
2389
|
+
bl_region_type: typing.Any
|
|
2363
2390
|
""" """
|
|
2364
2391
|
|
|
2365
2392
|
bl_rna: typing.Any
|
|
2366
2393
|
""" """
|
|
2367
2394
|
|
|
2368
|
-
|
|
2395
|
+
bl_space_type: typing.Any
|
|
2369
2396
|
""" """
|
|
2370
2397
|
|
|
2371
2398
|
id_data: typing.Any
|
|
@@ -2389,28 +2416,11 @@ class MESH_UL_attributes(bpy_types._GenericUI):
|
|
|
2389
2416
|
def bl_rna_get_subclass_py(self):
|
|
2390
2417
|
""" """
|
|
2391
2418
|
...
|
|
2392
|
-
|
|
2393
|
-
def
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
_data,
|
|
2398
|
-
attribute,
|
|
2399
|
-
_icon,
|
|
2400
|
-
_active_data,
|
|
2401
|
-
_active_propname,
|
|
2402
|
-
_index,
|
|
2403
|
-
):
|
|
2404
|
-
"""
|
|
2405
|
-
|
|
2406
|
-
:param _context:
|
|
2407
|
-
:param layout:
|
|
2408
|
-
:param _data:
|
|
2409
|
-
:param attribute:
|
|
2410
|
-
:param _icon:
|
|
2411
|
-
:param _active_data:
|
|
2412
|
-
:param _active_propname:
|
|
2413
|
-
:param _index:
|
|
2419
|
+
|
|
2420
|
+
def draw(self, context):
|
|
2421
|
+
"""
|
|
2422
|
+
|
|
2423
|
+
:param context:
|
|
2414
2424
|
"""
|
|
2415
2425
|
...
|
|
2416
2426
|
|
|
@@ -2422,15 +2432,6 @@ class MESH_UL_attributes(bpy_types._GenericUI):
|
|
|
2422
2432
|
""" """
|
|
2423
2433
|
...
|
|
2424
2434
|
|
|
2425
|
-
def filter_items(self, _context, data, property):
|
|
2426
|
-
"""
|
|
2427
|
-
|
|
2428
|
-
:param _context:
|
|
2429
|
-
:param data:
|
|
2430
|
-
:param property:
|
|
2431
|
-
"""
|
|
2432
|
-
...
|
|
2433
|
-
|
|
2434
2435
|
def get(self):
|
|
2435
2436
|
""" """
|
|
2436
2437
|
...
|
|
@@ -2491,6 +2492,13 @@ class MESH_UL_attributes(bpy_types._GenericUI):
|
|
|
2491
2492
|
""" """
|
|
2492
2493
|
...
|
|
2493
2494
|
|
|
2495
|
+
def poll(self, context):
|
|
2496
|
+
"""
|
|
2497
|
+
|
|
2498
|
+
:param context:
|
|
2499
|
+
"""
|
|
2500
|
+
...
|
|
2501
|
+
|
|
2494
2502
|
def pop(self):
|
|
2495
2503
|
""" """
|
|
2496
2504
|
...
|
|
@@ -2525,12 +2533,27 @@ class MESH_UL_attributes(bpy_types._GenericUI):
|
|
|
2525
2533
|
""" """
|
|
2526
2534
|
...
|
|
2527
2535
|
|
|
2528
|
-
class
|
|
2536
|
+
class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
2537
|
+
""" """
|
|
2538
|
+
|
|
2539
|
+
COMPAT_ENGINES: typing.Any
|
|
2540
|
+
""" """
|
|
2541
|
+
|
|
2542
|
+
bl_context: typing.Any
|
|
2543
|
+
""" """
|
|
2544
|
+
|
|
2545
|
+
bl_label: typing.Any
|
|
2546
|
+
""" """
|
|
2547
|
+
|
|
2548
|
+
bl_region_type: typing.Any
|
|
2529
2549
|
""" """
|
|
2530
2550
|
|
|
2531
2551
|
bl_rna: typing.Any
|
|
2532
2552
|
""" """
|
|
2533
2553
|
|
|
2554
|
+
bl_space_type: typing.Any
|
|
2555
|
+
""" """
|
|
2556
|
+
|
|
2534
2557
|
id_data: typing.Any
|
|
2535
2558
|
""" """
|
|
2536
2559
|
|
|
@@ -2553,19 +2576,10 @@ class MESH_UL_shape_keys(bpy_types._GenericUI):
|
|
|
2553
2576
|
""" """
|
|
2554
2577
|
...
|
|
2555
2578
|
|
|
2556
|
-
def
|
|
2557
|
-
self, _context, layout, _data, item, icon, active_data, _active_propname, index
|
|
2558
|
-
):
|
|
2579
|
+
def draw(self, context):
|
|
2559
2580
|
"""
|
|
2560
2581
|
|
|
2561
|
-
:param
|
|
2562
|
-
:param layout:
|
|
2563
|
-
:param _data:
|
|
2564
|
-
:param item:
|
|
2565
|
-
:param icon:
|
|
2566
|
-
:param active_data:
|
|
2567
|
-
:param _active_propname:
|
|
2568
|
-
:param index:
|
|
2582
|
+
:param context:
|
|
2569
2583
|
"""
|
|
2570
2584
|
...
|
|
2571
2585
|
|
|
@@ -2637,6 +2651,13 @@ class MESH_UL_shape_keys(bpy_types._GenericUI):
|
|
|
2637
2651
|
""" """
|
|
2638
2652
|
...
|
|
2639
2653
|
|
|
2654
|
+
def poll(self, context):
|
|
2655
|
+
"""
|
|
2656
|
+
|
|
2657
|
+
:param context:
|
|
2658
|
+
"""
|
|
2659
|
+
...
|
|
2660
|
+
|
|
2640
2661
|
def pop(self):
|
|
2641
2662
|
""" """
|
|
2642
2663
|
...
|
|
@@ -2671,12 +2692,30 @@ class MESH_UL_shape_keys(bpy_types._GenericUI):
|
|
|
2671
2692
|
""" """
|
|
2672
2693
|
...
|
|
2673
2694
|
|
|
2674
|
-
class
|
|
2695
|
+
class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
2696
|
+
""" """
|
|
2697
|
+
|
|
2698
|
+
COMPAT_ENGINES: typing.Any
|
|
2699
|
+
""" """
|
|
2700
|
+
|
|
2701
|
+
bl_context: typing.Any
|
|
2702
|
+
""" """
|
|
2703
|
+
|
|
2704
|
+
bl_label: typing.Any
|
|
2705
|
+
""" """
|
|
2706
|
+
|
|
2707
|
+
bl_options: typing.Any
|
|
2708
|
+
""" """
|
|
2709
|
+
|
|
2710
|
+
bl_region_type: typing.Any
|
|
2675
2711
|
""" """
|
|
2676
2712
|
|
|
2677
2713
|
bl_rna: typing.Any
|
|
2678
2714
|
""" """
|
|
2679
2715
|
|
|
2716
|
+
bl_space_type: typing.Any
|
|
2717
|
+
""" """
|
|
2718
|
+
|
|
2680
2719
|
id_data: typing.Any
|
|
2681
2720
|
""" """
|
|
2682
2721
|
|
|
@@ -2699,27 +2738,10 @@ class MESH_UL_uvmaps(bpy_types._GenericUI):
|
|
|
2699
2738
|
""" """
|
|
2700
2739
|
...
|
|
2701
2740
|
|
|
2702
|
-
def
|
|
2703
|
-
self,
|
|
2704
|
-
_context,
|
|
2705
|
-
layout,
|
|
2706
|
-
_data,
|
|
2707
|
-
item,
|
|
2708
|
-
icon,
|
|
2709
|
-
_active_data,
|
|
2710
|
-
_active_propname,
|
|
2711
|
-
_index,
|
|
2712
|
-
):
|
|
2741
|
+
def draw(self, context):
|
|
2713
2742
|
"""
|
|
2714
2743
|
|
|
2715
|
-
:param
|
|
2716
|
-
:param layout:
|
|
2717
|
-
:param _data:
|
|
2718
|
-
:param item:
|
|
2719
|
-
:param icon:
|
|
2720
|
-
:param _active_data:
|
|
2721
|
-
:param _active_propname:
|
|
2722
|
-
:param _index:
|
|
2744
|
+
:param context:
|
|
2723
2745
|
"""
|
|
2724
2746
|
...
|
|
2725
2747
|
|
|
@@ -2791,6 +2813,13 @@ class MESH_UL_uvmaps(bpy_types._GenericUI):
|
|
|
2791
2813
|
""" """
|
|
2792
2814
|
...
|
|
2793
2815
|
|
|
2816
|
+
def poll(self, context):
|
|
2817
|
+
"""
|
|
2818
|
+
|
|
2819
|
+
:param context:
|
|
2820
|
+
"""
|
|
2821
|
+
...
|
|
2822
|
+
|
|
2794
2823
|
def pop(self):
|
|
2795
2824
|
""" """
|
|
2796
2825
|
...
|
|
@@ -2825,12 +2854,30 @@ class MESH_UL_uvmaps(bpy_types._GenericUI):
|
|
|
2825
2854
|
""" """
|
|
2826
2855
|
...
|
|
2827
2856
|
|
|
2828
|
-
class
|
|
2857
|
+
class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
2858
|
+
""" """
|
|
2859
|
+
|
|
2860
|
+
COMPAT_ENGINES: typing.Any
|
|
2861
|
+
""" """
|
|
2862
|
+
|
|
2863
|
+
bl_context: typing.Any
|
|
2864
|
+
""" """
|
|
2865
|
+
|
|
2866
|
+
bl_label: typing.Any
|
|
2867
|
+
""" """
|
|
2868
|
+
|
|
2869
|
+
bl_options: typing.Any
|
|
2870
|
+
""" """
|
|
2871
|
+
|
|
2872
|
+
bl_region_type: typing.Any
|
|
2829
2873
|
""" """
|
|
2830
2874
|
|
|
2831
2875
|
bl_rna: typing.Any
|
|
2832
2876
|
""" """
|
|
2833
2877
|
|
|
2878
|
+
bl_space_type: typing.Any
|
|
2879
|
+
""" """
|
|
2880
|
+
|
|
2834
2881
|
id_data: typing.Any
|
|
2835
2882
|
""" """
|
|
2836
2883
|
|
|
@@ -2853,27 +2900,10 @@ class MESH_UL_vgroups(bpy_types._GenericUI):
|
|
|
2853
2900
|
""" """
|
|
2854
2901
|
...
|
|
2855
2902
|
|
|
2856
|
-
def
|
|
2857
|
-
self,
|
|
2858
|
-
_context,
|
|
2859
|
-
layout,
|
|
2860
|
-
_data,
|
|
2861
|
-
item,
|
|
2862
|
-
icon,
|
|
2863
|
-
_active_data_,
|
|
2864
|
-
_active_propname,
|
|
2865
|
-
_index,
|
|
2866
|
-
):
|
|
2903
|
+
def draw(self, context):
|
|
2867
2904
|
"""
|
|
2868
2905
|
|
|
2869
|
-
:param
|
|
2870
|
-
:param layout:
|
|
2871
|
-
:param _data:
|
|
2872
|
-
:param item:
|
|
2873
|
-
:param icon:
|
|
2874
|
-
:param _active_data_:
|
|
2875
|
-
:param _active_propname:
|
|
2876
|
-
:param _index:
|
|
2906
|
+
:param context:
|
|
2877
2907
|
"""
|
|
2878
2908
|
...
|
|
2879
2909
|
|
|
@@ -2945,6 +2975,13 @@ class MESH_UL_vgroups(bpy_types._GenericUI):
|
|
|
2945
2975
|
""" """
|
|
2946
2976
|
...
|
|
2947
2977
|
|
|
2978
|
+
def poll(self, context):
|
|
2979
|
+
"""
|
|
2980
|
+
|
|
2981
|
+
:param context:
|
|
2982
|
+
"""
|
|
2983
|
+
...
|
|
2984
|
+
|
|
2948
2985
|
def pop(self):
|
|
2949
2986
|
""" """
|
|
2950
2987
|
...
|
|
@@ -2979,32 +3016,25 @@ class MESH_UL_vgroups(bpy_types._GenericUI):
|
|
|
2979
3016
|
""" """
|
|
2980
3017
|
...
|
|
2981
3018
|
|
|
2982
|
-
class MeshButtonsPanel:
|
|
3019
|
+
class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
|
|
2983
3020
|
""" """
|
|
2984
3021
|
|
|
2985
|
-
|
|
3022
|
+
COMPAT_ENGINES: typing.Any
|
|
2986
3023
|
""" """
|
|
2987
3024
|
|
|
2988
|
-
|
|
3025
|
+
bl_context: typing.Any
|
|
2989
3026
|
""" """
|
|
2990
3027
|
|
|
2991
|
-
|
|
3028
|
+
bl_label: typing.Any
|
|
2992
3029
|
""" """
|
|
2993
3030
|
|
|
2994
|
-
|
|
2995
|
-
"""
|
|
2996
|
-
|
|
2997
|
-
:param context:
|
|
2998
|
-
"""
|
|
2999
|
-
...
|
|
3000
|
-
|
|
3001
|
-
class MESH_UL_color_attributes(ColorAttributesListBase):
|
|
3031
|
+
bl_region_type: typing.Any
|
|
3002
3032
|
""" """
|
|
3003
3033
|
|
|
3004
3034
|
bl_rna: typing.Any
|
|
3005
3035
|
""" """
|
|
3006
3036
|
|
|
3007
|
-
|
|
3037
|
+
bl_space_type: typing.Any
|
|
3008
3038
|
""" """
|
|
3009
3039
|
|
|
3010
3040
|
id_data: typing.Any
|
|
@@ -3029,27 +3059,10 @@ class MESH_UL_color_attributes(ColorAttributesListBase):
|
|
|
3029
3059
|
""" """
|
|
3030
3060
|
...
|
|
3031
3061
|
|
|
3032
|
-
def
|
|
3033
|
-
self,
|
|
3034
|
-
_context,
|
|
3035
|
-
layout,
|
|
3036
|
-
data,
|
|
3037
|
-
attribute,
|
|
3038
|
-
_icon,
|
|
3039
|
-
_active_data,
|
|
3040
|
-
_active_propname,
|
|
3041
|
-
_index,
|
|
3042
|
-
):
|
|
3062
|
+
def draw(self, context):
|
|
3043
3063
|
"""
|
|
3044
3064
|
|
|
3045
|
-
:param
|
|
3046
|
-
:param layout:
|
|
3047
|
-
:param data:
|
|
3048
|
-
:param attribute:
|
|
3049
|
-
:param _icon:
|
|
3050
|
-
:param _active_data:
|
|
3051
|
-
:param _active_propname:
|
|
3052
|
-
:param _index:
|
|
3065
|
+
:param context:
|
|
3053
3066
|
"""
|
|
3054
3067
|
...
|
|
3055
3068
|
|
|
@@ -3061,15 +3074,6 @@ class MESH_UL_color_attributes(ColorAttributesListBase):
|
|
|
3061
3074
|
""" """
|
|
3062
3075
|
...
|
|
3063
3076
|
|
|
3064
|
-
def filter_items(self, _context, data, property):
|
|
3065
|
-
"""
|
|
3066
|
-
|
|
3067
|
-
:param _context:
|
|
3068
|
-
:param data:
|
|
3069
|
-
:param property:
|
|
3070
|
-
"""
|
|
3071
|
-
...
|
|
3072
|
-
|
|
3073
3077
|
def get(self):
|
|
3074
3078
|
""" """
|
|
3075
3079
|
...
|
|
@@ -3130,6 +3134,13 @@ class MESH_UL_color_attributes(ColorAttributesListBase):
|
|
|
3130
3134
|
""" """
|
|
3131
3135
|
...
|
|
3132
3136
|
|
|
3137
|
+
def poll(self, context):
|
|
3138
|
+
"""
|
|
3139
|
+
|
|
3140
|
+
:param context:
|
|
3141
|
+
"""
|
|
3142
|
+
...
|
|
3143
|
+
|
|
3133
3144
|
def pop(self):
|
|
3134
3145
|
""" """
|
|
3135
3146
|
...
|
|
@@ -3164,13 +3175,30 @@ class MESH_UL_color_attributes(ColorAttributesListBase):
|
|
|
3164
3175
|
""" """
|
|
3165
3176
|
...
|
|
3166
3177
|
|
|
3167
|
-
class
|
|
3178
|
+
class DATA_PT_vertex_colors(
|
|
3179
|
+
bpy_types.Panel, DATA_PT_mesh_attributes, MeshButtonsPanel, bpy_types._GenericUI
|
|
3180
|
+
):
|
|
3181
|
+
""" """
|
|
3182
|
+
|
|
3183
|
+
COMPAT_ENGINES: typing.Any
|
|
3184
|
+
""" """
|
|
3185
|
+
|
|
3186
|
+
bl_context: typing.Any
|
|
3187
|
+
""" """
|
|
3188
|
+
|
|
3189
|
+
bl_label: typing.Any
|
|
3190
|
+
""" """
|
|
3191
|
+
|
|
3192
|
+
bl_options: typing.Any
|
|
3193
|
+
""" """
|
|
3194
|
+
|
|
3195
|
+
bl_region_type: typing.Any
|
|
3168
3196
|
""" """
|
|
3169
3197
|
|
|
3170
3198
|
bl_rna: typing.Any
|
|
3171
3199
|
""" """
|
|
3172
3200
|
|
|
3173
|
-
|
|
3201
|
+
bl_space_type: typing.Any
|
|
3174
3202
|
""" """
|
|
3175
3203
|
|
|
3176
3204
|
id_data: typing.Any
|
|
@@ -3195,27 +3223,10 @@ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
|
|
|
3195
3223
|
""" """
|
|
3196
3224
|
...
|
|
3197
3225
|
|
|
3198
|
-
def
|
|
3199
|
-
self,
|
|
3200
|
-
_context,
|
|
3201
|
-
layout,
|
|
3202
|
-
_data,
|
|
3203
|
-
attribute,
|
|
3204
|
-
_icon,
|
|
3205
|
-
_active_data,
|
|
3206
|
-
_active_propname,
|
|
3207
|
-
_index,
|
|
3208
|
-
):
|
|
3226
|
+
def draw(self, context):
|
|
3209
3227
|
"""
|
|
3210
3228
|
|
|
3211
|
-
:param
|
|
3212
|
-
:param layout:
|
|
3213
|
-
:param _data:
|
|
3214
|
-
:param attribute:
|
|
3215
|
-
:param _icon:
|
|
3216
|
-
:param _active_data:
|
|
3217
|
-
:param _active_propname:
|
|
3218
|
-
:param _index:
|
|
3229
|
+
:param context:
|
|
3219
3230
|
"""
|
|
3220
3231
|
...
|
|
3221
3232
|
|
|
@@ -3227,15 +3238,6 @@ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
|
|
|
3227
3238
|
""" """
|
|
3228
3239
|
...
|
|
3229
3240
|
|
|
3230
|
-
def filter_items(self, _context, data, property):
|
|
3231
|
-
"""
|
|
3232
|
-
|
|
3233
|
-
:param _context:
|
|
3234
|
-
:param data:
|
|
3235
|
-
:param property:
|
|
3236
|
-
"""
|
|
3237
|
-
...
|
|
3238
|
-
|
|
3239
3241
|
def get(self):
|
|
3240
3242
|
""" """
|
|
3241
3243
|
...
|
|
@@ -3296,6 +3298,13 @@ class MESH_UL_color_attributes_selector(ColorAttributesListBase):
|
|
|
3296
3298
|
""" """
|
|
3297
3299
|
...
|
|
3298
3300
|
|
|
3301
|
+
def poll(self, context):
|
|
3302
|
+
"""
|
|
3303
|
+
|
|
3304
|
+
:param context:
|
|
3305
|
+
"""
|
|
3306
|
+
...
|
|
3307
|
+
|
|
3299
3308
|
def pop(self):
|
|
3300
3309
|
""" """
|
|
3301
3310
|
...
|