fake-bpy-module 20240421__py3-none-any.whl → 20240423__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/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 +52 -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 +580 -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 +2418 -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 +105733 -102298
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +21 -18
- 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-20240423.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.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-20240423.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,17 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
6
|
+
class AssetBrowserMenu:
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
|
+
def poll(self, context):
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
:param context:
|
|
13
|
+
"""
|
|
14
|
+
...
|
|
15
|
+
|
|
16
|
+
class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
17
|
""" """
|
|
8
18
|
|
|
9
19
|
bl_label: typing.Any
|
|
@@ -150,13 +160,6 @@ class ASSETBROWSER_MT_catalog(bpy_types._GenericUI):
|
|
|
150
160
|
""" """
|
|
151
161
|
...
|
|
152
162
|
|
|
153
|
-
def poll(self, context):
|
|
154
|
-
"""
|
|
155
|
-
|
|
156
|
-
:param context:
|
|
157
|
-
"""
|
|
158
|
-
...
|
|
159
|
-
|
|
160
163
|
def pop(self):
|
|
161
164
|
""" """
|
|
162
165
|
...
|
|
@@ -191,15 +194,24 @@ class ASSETBROWSER_MT_catalog(bpy_types._GenericUI):
|
|
|
191
194
|
""" """
|
|
192
195
|
...
|
|
193
196
|
|
|
194
|
-
class
|
|
197
|
+
class ASSETBROWSER_PT_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
195
198
|
""" """
|
|
196
199
|
|
|
197
200
|
bl_label: typing.Any
|
|
198
201
|
""" """
|
|
199
202
|
|
|
203
|
+
bl_region_type: typing.Any
|
|
204
|
+
""" """
|
|
205
|
+
|
|
200
206
|
bl_rna: typing.Any
|
|
201
207
|
""" """
|
|
202
208
|
|
|
209
|
+
bl_space_type: typing.Any
|
|
210
|
+
""" """
|
|
211
|
+
|
|
212
|
+
bl_ui_units_x: typing.Any
|
|
213
|
+
""" """
|
|
214
|
+
|
|
203
215
|
id_data: typing.Any
|
|
204
216
|
""" """
|
|
205
217
|
|
|
@@ -214,6 +226,13 @@ class ASSETBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
214
226
|
""" """
|
|
215
227
|
...
|
|
216
228
|
|
|
229
|
+
def asset_browser_panel_poll(self, context):
|
|
230
|
+
"""
|
|
231
|
+
|
|
232
|
+
:param context:
|
|
233
|
+
"""
|
|
234
|
+
...
|
|
235
|
+
|
|
217
236
|
def bl_rna_get_subclass(self):
|
|
218
237
|
""" """
|
|
219
238
|
...
|
|
@@ -229,21 +248,6 @@ class ASSETBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
229
248
|
"""
|
|
230
249
|
...
|
|
231
250
|
|
|
232
|
-
def draw_collapsible(self, context, layout):
|
|
233
|
-
"""
|
|
234
|
-
|
|
235
|
-
:param context:
|
|
236
|
-
:param layout:
|
|
237
|
-
"""
|
|
238
|
-
...
|
|
239
|
-
|
|
240
|
-
def draw_preset(self, _context):
|
|
241
|
-
"""
|
|
242
|
-
|
|
243
|
-
:param _context:
|
|
244
|
-
"""
|
|
245
|
-
...
|
|
246
|
-
|
|
247
251
|
def driver_add(self):
|
|
248
252
|
""" """
|
|
249
253
|
...
|
|
@@ -308,32 +312,6 @@ class ASSETBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
308
312
|
""" """
|
|
309
313
|
...
|
|
310
314
|
|
|
311
|
-
def path_menu(
|
|
312
|
-
self,
|
|
313
|
-
searchpaths,
|
|
314
|
-
operator,
|
|
315
|
-
props_default,
|
|
316
|
-
prop_filepath,
|
|
317
|
-
filter_ext,
|
|
318
|
-
filter_path,
|
|
319
|
-
display_name,
|
|
320
|
-
add_operator,
|
|
321
|
-
add_operator_props,
|
|
322
|
-
):
|
|
323
|
-
"""
|
|
324
|
-
|
|
325
|
-
:param searchpaths:
|
|
326
|
-
:param operator:
|
|
327
|
-
:param props_default:
|
|
328
|
-
:param prop_filepath:
|
|
329
|
-
:param filter_ext:
|
|
330
|
-
:param filter_path:
|
|
331
|
-
:param display_name:
|
|
332
|
-
:param add_operator:
|
|
333
|
-
:param add_operator_props:
|
|
334
|
-
"""
|
|
335
|
-
...
|
|
336
|
-
|
|
337
315
|
def path_resolve(self):
|
|
338
316
|
""" """
|
|
339
317
|
...
|
|
@@ -379,18 +357,24 @@ class ASSETBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
379
357
|
""" """
|
|
380
358
|
...
|
|
381
359
|
|
|
382
|
-
class
|
|
360
|
+
class ASSETBROWSER_PT_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
383
361
|
""" """
|
|
384
362
|
|
|
385
|
-
|
|
363
|
+
bl_category: typing.Any
|
|
386
364
|
""" """
|
|
387
365
|
|
|
388
366
|
bl_label: typing.Any
|
|
389
367
|
""" """
|
|
390
368
|
|
|
369
|
+
bl_region_type: typing.Any
|
|
370
|
+
""" """
|
|
371
|
+
|
|
391
372
|
bl_rna: typing.Any
|
|
392
373
|
""" """
|
|
393
374
|
|
|
375
|
+
bl_space_type: typing.Any
|
|
376
|
+
""" """
|
|
377
|
+
|
|
394
378
|
id_data: typing.Any
|
|
395
379
|
""" """
|
|
396
380
|
|
|
@@ -405,6 +389,13 @@ class ASSETBROWSER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
405
389
|
""" """
|
|
406
390
|
...
|
|
407
391
|
|
|
392
|
+
def asset_browser_panel_poll(self, context):
|
|
393
|
+
"""
|
|
394
|
+
|
|
395
|
+
:param context:
|
|
396
|
+
"""
|
|
397
|
+
...
|
|
398
|
+
|
|
408
399
|
def bl_rna_get_subclass(self):
|
|
409
400
|
""" """
|
|
410
401
|
...
|
|
@@ -420,21 +411,6 @@ class ASSETBROWSER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
420
411
|
"""
|
|
421
412
|
...
|
|
422
413
|
|
|
423
|
-
def draw_collapsible(self, context, layout):
|
|
424
|
-
"""
|
|
425
|
-
|
|
426
|
-
:param context:
|
|
427
|
-
:param layout:
|
|
428
|
-
"""
|
|
429
|
-
...
|
|
430
|
-
|
|
431
|
-
def draw_preset(self, _context):
|
|
432
|
-
"""
|
|
433
|
-
|
|
434
|
-
:param _context:
|
|
435
|
-
"""
|
|
436
|
-
...
|
|
437
|
-
|
|
438
414
|
def driver_add(self):
|
|
439
415
|
""" """
|
|
440
416
|
...
|
|
@@ -499,32 +475,6 @@ class ASSETBROWSER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
499
475
|
""" """
|
|
500
476
|
...
|
|
501
477
|
|
|
502
|
-
def path_menu(
|
|
503
|
-
self,
|
|
504
|
-
searchpaths,
|
|
505
|
-
operator,
|
|
506
|
-
props_default,
|
|
507
|
-
prop_filepath,
|
|
508
|
-
filter_ext,
|
|
509
|
-
filter_path,
|
|
510
|
-
display_name,
|
|
511
|
-
add_operator,
|
|
512
|
-
add_operator_props,
|
|
513
|
-
):
|
|
514
|
-
"""
|
|
515
|
-
|
|
516
|
-
:param searchpaths:
|
|
517
|
-
:param operator:
|
|
518
|
-
:param props_default:
|
|
519
|
-
:param prop_filepath:
|
|
520
|
-
:param filter_ext:
|
|
521
|
-
:param filter_path:
|
|
522
|
-
:param display_name:
|
|
523
|
-
:param add_operator:
|
|
524
|
-
:param add_operator_props:
|
|
525
|
-
"""
|
|
526
|
-
...
|
|
527
|
-
|
|
528
478
|
def path_resolve(self):
|
|
529
479
|
""" """
|
|
530
480
|
...
|
|
@@ -570,15 +520,24 @@ class ASSETBROWSER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
570
520
|
""" """
|
|
571
521
|
...
|
|
572
522
|
|
|
573
|
-
class
|
|
523
|
+
class ASSETBROWSER_PT_metadata(bpy_types.Panel, bpy_types._GenericUI):
|
|
574
524
|
""" """
|
|
575
525
|
|
|
576
526
|
bl_label: typing.Any
|
|
577
527
|
""" """
|
|
578
528
|
|
|
529
|
+
bl_options: typing.Any
|
|
530
|
+
""" """
|
|
531
|
+
|
|
532
|
+
bl_region_type: typing.Any
|
|
533
|
+
""" """
|
|
534
|
+
|
|
579
535
|
bl_rna: typing.Any
|
|
580
536
|
""" """
|
|
581
537
|
|
|
538
|
+
bl_space_type: typing.Any
|
|
539
|
+
""" """
|
|
540
|
+
|
|
582
541
|
id_data: typing.Any
|
|
583
542
|
""" """
|
|
584
543
|
|
|
@@ -593,6 +552,13 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types._GenericUI):
|
|
|
593
552
|
""" """
|
|
594
553
|
...
|
|
595
554
|
|
|
555
|
+
def asset_browser_panel_poll(self, context):
|
|
556
|
+
"""
|
|
557
|
+
|
|
558
|
+
:param context:
|
|
559
|
+
"""
|
|
560
|
+
...
|
|
561
|
+
|
|
596
562
|
def bl_rna_get_subclass(self):
|
|
597
563
|
""" """
|
|
598
564
|
...
|
|
@@ -601,25 +567,10 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types._GenericUI):
|
|
|
601
567
|
""" """
|
|
602
568
|
...
|
|
603
569
|
|
|
604
|
-
def draw(self,
|
|
605
|
-
"""
|
|
606
|
-
|
|
607
|
-
:param _context:
|
|
608
|
-
"""
|
|
609
|
-
...
|
|
610
|
-
|
|
611
|
-
def draw_collapsible(self, context, layout):
|
|
570
|
+
def draw(self, context):
|
|
612
571
|
"""
|
|
613
572
|
|
|
614
573
|
:param context:
|
|
615
|
-
:param layout:
|
|
616
|
-
"""
|
|
617
|
-
...
|
|
618
|
-
|
|
619
|
-
def draw_preset(self, _context):
|
|
620
|
-
"""
|
|
621
|
-
|
|
622
|
-
:param _context:
|
|
623
574
|
"""
|
|
624
575
|
...
|
|
625
576
|
|
|
@@ -683,40 +634,30 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types._GenericUI):
|
|
|
683
634
|
""" """
|
|
684
635
|
...
|
|
685
636
|
|
|
686
|
-
def
|
|
687
|
-
""" """
|
|
688
|
-
...
|
|
689
|
-
|
|
690
|
-
def path_menu(
|
|
691
|
-
self,
|
|
692
|
-
searchpaths,
|
|
693
|
-
operator,
|
|
694
|
-
props_default,
|
|
695
|
-
prop_filepath,
|
|
696
|
-
filter_ext,
|
|
697
|
-
filter_path,
|
|
698
|
-
display_name,
|
|
699
|
-
add_operator,
|
|
700
|
-
add_operator_props,
|
|
701
|
-
):
|
|
637
|
+
def metadata_prop(self, layout, asset_metadata, propname):
|
|
702
638
|
"""
|
|
703
639
|
|
|
704
|
-
:param
|
|
705
|
-
:param
|
|
706
|
-
:param
|
|
707
|
-
:param prop_filepath:
|
|
708
|
-
:param filter_ext:
|
|
709
|
-
:param filter_path:
|
|
710
|
-
:param display_name:
|
|
711
|
-
:param add_operator:
|
|
712
|
-
:param add_operator_props:
|
|
640
|
+
:param layout:
|
|
641
|
+
:param asset_metadata:
|
|
642
|
+
:param propname:
|
|
713
643
|
"""
|
|
714
644
|
...
|
|
715
645
|
|
|
646
|
+
def path_from_id(self):
|
|
647
|
+
""" """
|
|
648
|
+
...
|
|
649
|
+
|
|
716
650
|
def path_resolve(self):
|
|
717
651
|
""" """
|
|
718
652
|
...
|
|
719
653
|
|
|
654
|
+
def poll(self, context):
|
|
655
|
+
"""
|
|
656
|
+
|
|
657
|
+
:param context:
|
|
658
|
+
"""
|
|
659
|
+
...
|
|
660
|
+
|
|
720
661
|
def pop(self):
|
|
721
662
|
""" """
|
|
722
663
|
...
|
|
@@ -751,15 +692,21 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types._GenericUI):
|
|
|
751
692
|
""" """
|
|
752
693
|
...
|
|
753
694
|
|
|
754
|
-
class
|
|
695
|
+
class ASSETBROWSER_PT_metadata_preview(bpy_types.Panel, bpy_types._GenericUI):
|
|
755
696
|
""" """
|
|
756
697
|
|
|
757
698
|
bl_label: typing.Any
|
|
758
699
|
""" """
|
|
759
700
|
|
|
701
|
+
bl_region_type: typing.Any
|
|
702
|
+
""" """
|
|
703
|
+
|
|
760
704
|
bl_rna: typing.Any
|
|
761
705
|
""" """
|
|
762
706
|
|
|
707
|
+
bl_space_type: typing.Any
|
|
708
|
+
""" """
|
|
709
|
+
|
|
763
710
|
id_data: typing.Any
|
|
764
711
|
""" """
|
|
765
712
|
|
|
@@ -782,25 +729,10 @@ class ASSETBROWSER_MT_select(bpy_types._GenericUI):
|
|
|
782
729
|
""" """
|
|
783
730
|
...
|
|
784
731
|
|
|
785
|
-
def draw(self,
|
|
786
|
-
"""
|
|
787
|
-
|
|
788
|
-
:param _context:
|
|
789
|
-
"""
|
|
790
|
-
...
|
|
791
|
-
|
|
792
|
-
def draw_collapsible(self, context, layout):
|
|
732
|
+
def draw(self, context):
|
|
793
733
|
"""
|
|
794
734
|
|
|
795
735
|
:param context:
|
|
796
|
-
:param layout:
|
|
797
|
-
"""
|
|
798
|
-
...
|
|
799
|
-
|
|
800
|
-
def draw_preset(self, _context):
|
|
801
|
-
"""
|
|
802
|
-
|
|
803
|
-
:param _context:
|
|
804
736
|
"""
|
|
805
737
|
...
|
|
806
738
|
|
|
@@ -868,32 +800,6 @@ class ASSETBROWSER_MT_select(bpy_types._GenericUI):
|
|
|
868
800
|
""" """
|
|
869
801
|
...
|
|
870
802
|
|
|
871
|
-
def path_menu(
|
|
872
|
-
self,
|
|
873
|
-
searchpaths,
|
|
874
|
-
operator,
|
|
875
|
-
props_default,
|
|
876
|
-
prop_filepath,
|
|
877
|
-
filter_ext,
|
|
878
|
-
filter_path,
|
|
879
|
-
display_name,
|
|
880
|
-
add_operator,
|
|
881
|
-
add_operator_props,
|
|
882
|
-
):
|
|
883
|
-
"""
|
|
884
|
-
|
|
885
|
-
:param searchpaths:
|
|
886
|
-
:param operator:
|
|
887
|
-
:param props_default:
|
|
888
|
-
:param prop_filepath:
|
|
889
|
-
:param filter_ext:
|
|
890
|
-
:param filter_path:
|
|
891
|
-
:param display_name:
|
|
892
|
-
:param add_operator:
|
|
893
|
-
:param add_operator_props:
|
|
894
|
-
"""
|
|
895
|
-
...
|
|
896
|
-
|
|
897
803
|
def path_resolve(self):
|
|
898
804
|
""" """
|
|
899
805
|
...
|
|
@@ -939,16 +845,22 @@ class ASSETBROWSER_MT_select(bpy_types._GenericUI):
|
|
|
939
845
|
""" """
|
|
940
846
|
...
|
|
941
847
|
|
|
942
|
-
class
|
|
848
|
+
class ASSETBROWSER_PT_metadata_tags(bpy_types.Panel, bpy_types._GenericUI):
|
|
943
849
|
""" """
|
|
944
850
|
|
|
945
851
|
bl_label: typing.Any
|
|
946
852
|
""" """
|
|
947
853
|
|
|
948
|
-
|
|
854
|
+
bl_region_type: typing.Any
|
|
949
855
|
""" """
|
|
950
856
|
|
|
951
|
-
|
|
857
|
+
bl_rna: typing.Any
|
|
858
|
+
""" """
|
|
859
|
+
|
|
860
|
+
bl_space_type: typing.Any
|
|
861
|
+
""" """
|
|
862
|
+
|
|
863
|
+
id_data: typing.Any
|
|
952
864
|
""" """
|
|
953
865
|
|
|
954
866
|
def append(self, draw_func):
|
|
@@ -977,21 +889,6 @@ class ASSETBROWSER_MT_view(bpy_types._GenericUI):
|
|
|
977
889
|
"""
|
|
978
890
|
...
|
|
979
891
|
|
|
980
|
-
def draw_collapsible(self, context, layout):
|
|
981
|
-
"""
|
|
982
|
-
|
|
983
|
-
:param context:
|
|
984
|
-
:param layout:
|
|
985
|
-
"""
|
|
986
|
-
...
|
|
987
|
-
|
|
988
|
-
def draw_preset(self, _context):
|
|
989
|
-
"""
|
|
990
|
-
|
|
991
|
-
:param _context:
|
|
992
|
-
"""
|
|
993
|
-
...
|
|
994
|
-
|
|
995
892
|
def driver_add(self):
|
|
996
893
|
""" """
|
|
997
894
|
...
|
|
@@ -1056,32 +953,6 @@ class ASSETBROWSER_MT_view(bpy_types._GenericUI):
|
|
|
1056
953
|
""" """
|
|
1057
954
|
...
|
|
1058
955
|
|
|
1059
|
-
def path_menu(
|
|
1060
|
-
self,
|
|
1061
|
-
searchpaths,
|
|
1062
|
-
operator,
|
|
1063
|
-
props_default,
|
|
1064
|
-
prop_filepath,
|
|
1065
|
-
filter_ext,
|
|
1066
|
-
filter_path,
|
|
1067
|
-
display_name,
|
|
1068
|
-
add_operator,
|
|
1069
|
-
add_operator_props,
|
|
1070
|
-
):
|
|
1071
|
-
"""
|
|
1072
|
-
|
|
1073
|
-
:param searchpaths:
|
|
1074
|
-
:param operator:
|
|
1075
|
-
:param props_default:
|
|
1076
|
-
:param prop_filepath:
|
|
1077
|
-
:param filter_ext:
|
|
1078
|
-
:param filter_path:
|
|
1079
|
-
:param display_name:
|
|
1080
|
-
:param add_operator:
|
|
1081
|
-
:param add_operator_props:
|
|
1082
|
-
"""
|
|
1083
|
-
...
|
|
1084
|
-
|
|
1085
956
|
def path_resolve(self):
|
|
1086
957
|
""" """
|
|
1087
958
|
...
|
|
@@ -1127,24 +998,12 @@ class ASSETBROWSER_MT_view(bpy_types._GenericUI):
|
|
|
1127
998
|
""" """
|
|
1128
999
|
...
|
|
1129
1000
|
|
|
1130
|
-
class
|
|
1131
|
-
""" """
|
|
1132
|
-
|
|
1133
|
-
bl_label: typing.Any
|
|
1134
|
-
""" """
|
|
1135
|
-
|
|
1136
|
-
bl_region_type: typing.Any
|
|
1001
|
+
class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
|
|
1137
1002
|
""" """
|
|
1138
1003
|
|
|
1139
1004
|
bl_rna: typing.Any
|
|
1140
1005
|
""" """
|
|
1141
1006
|
|
|
1142
|
-
bl_space_type: typing.Any
|
|
1143
|
-
""" """
|
|
1144
|
-
|
|
1145
|
-
bl_ui_units_x: typing.Any
|
|
1146
|
-
""" """
|
|
1147
|
-
|
|
1148
1007
|
id_data: typing.Any
|
|
1149
1008
|
""" """
|
|
1150
1009
|
|
|
@@ -1159,13 +1018,6 @@ class ASSETBROWSER_PT_display(bpy_types._GenericUI):
|
|
|
1159
1018
|
""" """
|
|
1160
1019
|
...
|
|
1161
1020
|
|
|
1162
|
-
def asset_browser_panel_poll(self, context):
|
|
1163
|
-
"""
|
|
1164
|
-
|
|
1165
|
-
:param context:
|
|
1166
|
-
"""
|
|
1167
|
-
...
|
|
1168
|
-
|
|
1169
1021
|
def bl_rna_get_subclass(self):
|
|
1170
1022
|
""" """
|
|
1171
1023
|
...
|
|
@@ -1174,10 +1026,27 @@ class ASSETBROWSER_PT_display(bpy_types._GenericUI):
|
|
|
1174
1026
|
""" """
|
|
1175
1027
|
...
|
|
1176
1028
|
|
|
1177
|
-
def
|
|
1029
|
+
def draw_item(
|
|
1030
|
+
self,
|
|
1031
|
+
_context,
|
|
1032
|
+
layout,
|
|
1033
|
+
_data,
|
|
1034
|
+
item,
|
|
1035
|
+
icon,
|
|
1036
|
+
_active_data,
|
|
1037
|
+
_active_propname,
|
|
1038
|
+
_index,
|
|
1039
|
+
):
|
|
1178
1040
|
"""
|
|
1179
1041
|
|
|
1180
|
-
:param
|
|
1042
|
+
:param _context:
|
|
1043
|
+
:param layout:
|
|
1044
|
+
:param _data:
|
|
1045
|
+
:param item:
|
|
1046
|
+
:param icon:
|
|
1047
|
+
:param _active_data:
|
|
1048
|
+
:param _active_propname:
|
|
1049
|
+
:param _index:
|
|
1181
1050
|
"""
|
|
1182
1051
|
...
|
|
1183
1052
|
|
|
@@ -1249,13 +1118,6 @@ class ASSETBROWSER_PT_display(bpy_types._GenericUI):
|
|
|
1249
1118
|
""" """
|
|
1250
1119
|
...
|
|
1251
1120
|
|
|
1252
|
-
def poll(self, context):
|
|
1253
|
-
"""
|
|
1254
|
-
|
|
1255
|
-
:param context:
|
|
1256
|
-
"""
|
|
1257
|
-
...
|
|
1258
|
-
|
|
1259
1121
|
def pop(self):
|
|
1260
1122
|
""" """
|
|
1261
1123
|
...
|
|
@@ -1290,16 +1152,7 @@ class ASSETBROWSER_PT_display(bpy_types._GenericUI):
|
|
|
1290
1152
|
""" """
|
|
1291
1153
|
...
|
|
1292
1154
|
|
|
1293
|
-
class
|
|
1294
|
-
""" """
|
|
1295
|
-
|
|
1296
|
-
bl_category: typing.Any
|
|
1297
|
-
""" """
|
|
1298
|
-
|
|
1299
|
-
bl_label: typing.Any
|
|
1300
|
-
""" """
|
|
1301
|
-
|
|
1302
|
-
bl_region_type: typing.Any
|
|
1155
|
+
class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
1303
1156
|
""" """
|
|
1304
1157
|
|
|
1305
1158
|
bl_rna: typing.Any
|
|
@@ -1322,13 +1175,6 @@ class ASSETBROWSER_PT_filter(bpy_types._GenericUI):
|
|
|
1322
1175
|
""" """
|
|
1323
1176
|
...
|
|
1324
1177
|
|
|
1325
|
-
def asset_browser_panel_poll(self, context):
|
|
1326
|
-
"""
|
|
1327
|
-
|
|
1328
|
-
:param context:
|
|
1329
|
-
"""
|
|
1330
|
-
...
|
|
1331
|
-
|
|
1332
1178
|
def bl_rna_get_subclass(self):
|
|
1333
1179
|
""" """
|
|
1334
1180
|
...
|
|
@@ -1344,6 +1190,13 @@ class ASSETBROWSER_PT_filter(bpy_types._GenericUI):
|
|
|
1344
1190
|
"""
|
|
1345
1191
|
...
|
|
1346
1192
|
|
|
1193
|
+
def draw_asset_browser_buttons(self, context):
|
|
1194
|
+
"""
|
|
1195
|
+
|
|
1196
|
+
:param context:
|
|
1197
|
+
"""
|
|
1198
|
+
...
|
|
1199
|
+
|
|
1347
1200
|
def driver_add(self):
|
|
1348
1201
|
""" """
|
|
1349
1202
|
...
|
|
@@ -1412,13 +1265,6 @@ class ASSETBROWSER_PT_filter(bpy_types._GenericUI):
|
|
|
1412
1265
|
""" """
|
|
1413
1266
|
...
|
|
1414
1267
|
|
|
1415
|
-
def poll(self, context):
|
|
1416
|
-
"""
|
|
1417
|
-
|
|
1418
|
-
:param context:
|
|
1419
|
-
"""
|
|
1420
|
-
...
|
|
1421
|
-
|
|
1422
1268
|
def pop(self):
|
|
1423
1269
|
""" """
|
|
1424
1270
|
...
|
|
@@ -1453,24 +1299,15 @@ class ASSETBROWSER_PT_filter(bpy_types._GenericUI):
|
|
|
1453
1299
|
""" """
|
|
1454
1300
|
...
|
|
1455
1301
|
|
|
1456
|
-
class
|
|
1302
|
+
class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1457
1303
|
""" """
|
|
1458
1304
|
|
|
1459
1305
|
bl_label: typing.Any
|
|
1460
1306
|
""" """
|
|
1461
1307
|
|
|
1462
|
-
bl_options: typing.Any
|
|
1463
|
-
""" """
|
|
1464
|
-
|
|
1465
|
-
bl_region_type: typing.Any
|
|
1466
|
-
""" """
|
|
1467
|
-
|
|
1468
1308
|
bl_rna: typing.Any
|
|
1469
1309
|
""" """
|
|
1470
1310
|
|
|
1471
|
-
bl_space_type: typing.Any
|
|
1472
|
-
""" """
|
|
1473
|
-
|
|
1474
1311
|
id_data: typing.Any
|
|
1475
1312
|
""" """
|
|
1476
1313
|
|
|
@@ -1485,13 +1322,6 @@ class ASSETBROWSER_PT_metadata(bpy_types._GenericUI):
|
|
|
1485
1322
|
""" """
|
|
1486
1323
|
...
|
|
1487
1324
|
|
|
1488
|
-
def asset_browser_panel_poll(self, context):
|
|
1489
|
-
"""
|
|
1490
|
-
|
|
1491
|
-
:param context:
|
|
1492
|
-
"""
|
|
1493
|
-
...
|
|
1494
|
-
|
|
1495
1325
|
def bl_rna_get_subclass(self):
|
|
1496
1326
|
""" """
|
|
1497
1327
|
...
|
|
@@ -1500,10 +1330,25 @@ class ASSETBROWSER_PT_metadata(bpy_types._GenericUI):
|
|
|
1500
1330
|
""" """
|
|
1501
1331
|
...
|
|
1502
1332
|
|
|
1503
|
-
def draw(self,
|
|
1333
|
+
def draw(self, _context):
|
|
1334
|
+
"""
|
|
1335
|
+
|
|
1336
|
+
:param _context:
|
|
1337
|
+
"""
|
|
1338
|
+
...
|
|
1339
|
+
|
|
1340
|
+
def draw_collapsible(self, context, layout):
|
|
1504
1341
|
"""
|
|
1505
1342
|
|
|
1506
1343
|
:param context:
|
|
1344
|
+
:param layout:
|
|
1345
|
+
"""
|
|
1346
|
+
...
|
|
1347
|
+
|
|
1348
|
+
def draw_preset(self, _context):
|
|
1349
|
+
"""
|
|
1350
|
+
|
|
1351
|
+
:param _context:
|
|
1507
1352
|
"""
|
|
1508
1353
|
...
|
|
1509
1354
|
|
|
@@ -1567,30 +1412,40 @@ class ASSETBROWSER_PT_metadata(bpy_types._GenericUI):
|
|
|
1567
1412
|
""" """
|
|
1568
1413
|
...
|
|
1569
1414
|
|
|
1570
|
-
def metadata_prop(self, layout, asset_metadata, propname):
|
|
1571
|
-
"""
|
|
1572
|
-
|
|
1573
|
-
:param layout:
|
|
1574
|
-
:param asset_metadata:
|
|
1575
|
-
:param propname:
|
|
1576
|
-
"""
|
|
1577
|
-
...
|
|
1578
|
-
|
|
1579
1415
|
def path_from_id(self):
|
|
1580
1416
|
""" """
|
|
1581
1417
|
...
|
|
1582
1418
|
|
|
1583
|
-
def
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1419
|
+
def path_menu(
|
|
1420
|
+
self,
|
|
1421
|
+
searchpaths,
|
|
1422
|
+
operator,
|
|
1423
|
+
props_default,
|
|
1424
|
+
prop_filepath,
|
|
1425
|
+
filter_ext,
|
|
1426
|
+
filter_path,
|
|
1427
|
+
display_name,
|
|
1428
|
+
add_operator,
|
|
1429
|
+
add_operator_props,
|
|
1430
|
+
):
|
|
1588
1431
|
"""
|
|
1589
1432
|
|
|
1590
|
-
:param
|
|
1433
|
+
:param searchpaths:
|
|
1434
|
+
:param operator:
|
|
1435
|
+
:param props_default:
|
|
1436
|
+
:param prop_filepath:
|
|
1437
|
+
:param filter_ext:
|
|
1438
|
+
:param filter_path:
|
|
1439
|
+
:param display_name:
|
|
1440
|
+
:param add_operator:
|
|
1441
|
+
:param add_operator_props:
|
|
1591
1442
|
"""
|
|
1592
1443
|
...
|
|
1593
1444
|
|
|
1445
|
+
def path_resolve(self):
|
|
1446
|
+
""" """
|
|
1447
|
+
...
|
|
1448
|
+
|
|
1594
1449
|
def pop(self):
|
|
1595
1450
|
""" """
|
|
1596
1451
|
...
|
|
@@ -1625,21 +1480,17 @@ class ASSETBROWSER_PT_metadata(bpy_types._GenericUI):
|
|
|
1625
1480
|
""" """
|
|
1626
1481
|
...
|
|
1627
1482
|
|
|
1628
|
-
class
|
|
1483
|
+
class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
1484
|
+
bpy_types.Menu, bpy_types._GenericUI
|
|
1485
|
+
):
|
|
1629
1486
|
""" """
|
|
1630
1487
|
|
|
1631
1488
|
bl_label: typing.Any
|
|
1632
1489
|
""" """
|
|
1633
1490
|
|
|
1634
|
-
bl_region_type: typing.Any
|
|
1635
|
-
""" """
|
|
1636
|
-
|
|
1637
1491
|
bl_rna: typing.Any
|
|
1638
1492
|
""" """
|
|
1639
1493
|
|
|
1640
|
-
bl_space_type: typing.Any
|
|
1641
|
-
""" """
|
|
1642
|
-
|
|
1643
1494
|
id_data: typing.Any
|
|
1644
1495
|
""" """
|
|
1645
1496
|
|
|
@@ -1662,10 +1513,25 @@ class ASSETBROWSER_PT_metadata_preview(bpy_types._GenericUI):
|
|
|
1662
1513
|
""" """
|
|
1663
1514
|
...
|
|
1664
1515
|
|
|
1665
|
-
def draw(self,
|
|
1516
|
+
def draw(self, _context):
|
|
1517
|
+
"""
|
|
1518
|
+
|
|
1519
|
+
:param _context:
|
|
1520
|
+
"""
|
|
1521
|
+
...
|
|
1522
|
+
|
|
1523
|
+
def draw_collapsible(self, context, layout):
|
|
1666
1524
|
"""
|
|
1667
1525
|
|
|
1668
1526
|
:param context:
|
|
1527
|
+
:param layout:
|
|
1528
|
+
"""
|
|
1529
|
+
...
|
|
1530
|
+
|
|
1531
|
+
def draw_preset(self, _context):
|
|
1532
|
+
"""
|
|
1533
|
+
|
|
1534
|
+
:param _context:
|
|
1669
1535
|
"""
|
|
1670
1536
|
...
|
|
1671
1537
|
|
|
@@ -1733,17 +1599,36 @@ class ASSETBROWSER_PT_metadata_preview(bpy_types._GenericUI):
|
|
|
1733
1599
|
""" """
|
|
1734
1600
|
...
|
|
1735
1601
|
|
|
1736
|
-
def
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1602
|
+
def path_menu(
|
|
1603
|
+
self,
|
|
1604
|
+
searchpaths,
|
|
1605
|
+
operator,
|
|
1606
|
+
props_default,
|
|
1607
|
+
prop_filepath,
|
|
1608
|
+
filter_ext,
|
|
1609
|
+
filter_path,
|
|
1610
|
+
display_name,
|
|
1611
|
+
add_operator,
|
|
1612
|
+
add_operator_props,
|
|
1613
|
+
):
|
|
1741
1614
|
"""
|
|
1742
1615
|
|
|
1743
|
-
:param
|
|
1616
|
+
:param searchpaths:
|
|
1617
|
+
:param operator:
|
|
1618
|
+
:param props_default:
|
|
1619
|
+
:param prop_filepath:
|
|
1620
|
+
:param filter_ext:
|
|
1621
|
+
:param filter_path:
|
|
1622
|
+
:param display_name:
|
|
1623
|
+
:param add_operator:
|
|
1624
|
+
:param add_operator_props:
|
|
1744
1625
|
"""
|
|
1745
1626
|
...
|
|
1746
1627
|
|
|
1628
|
+
def path_resolve(self):
|
|
1629
|
+
""" """
|
|
1630
|
+
...
|
|
1631
|
+
|
|
1747
1632
|
def pop(self):
|
|
1748
1633
|
""" """
|
|
1749
1634
|
...
|
|
@@ -1778,19 +1663,26 @@ class ASSETBROWSER_PT_metadata_preview(bpy_types._GenericUI):
|
|
|
1778
1663
|
""" """
|
|
1779
1664
|
...
|
|
1780
1665
|
|
|
1781
|
-
class
|
|
1666
|
+
class FileBrowserMenu:
|
|
1782
1667
|
""" """
|
|
1783
1668
|
|
|
1784
|
-
|
|
1669
|
+
def poll(self, context):
|
|
1670
|
+
"""
|
|
1671
|
+
|
|
1672
|
+
:param context:
|
|
1673
|
+
"""
|
|
1674
|
+
...
|
|
1675
|
+
|
|
1676
|
+
class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
1785
1677
|
""" """
|
|
1786
1678
|
|
|
1787
|
-
|
|
1679
|
+
bl_idname: typing.Any
|
|
1788
1680
|
""" """
|
|
1789
1681
|
|
|
1790
|
-
|
|
1682
|
+
bl_label: typing.Any
|
|
1791
1683
|
""" """
|
|
1792
1684
|
|
|
1793
|
-
|
|
1685
|
+
bl_rna: typing.Any
|
|
1794
1686
|
""" """
|
|
1795
1687
|
|
|
1796
1688
|
id_data: typing.Any
|
|
@@ -1811,14 +1703,29 @@ class ASSETBROWSER_PT_metadata_tags(bpy_types._GenericUI):
|
|
|
1811
1703
|
""" """
|
|
1812
1704
|
...
|
|
1813
1705
|
|
|
1814
|
-
def bl_rna_get_subclass_py(self):
|
|
1815
|
-
""" """
|
|
1706
|
+
def bl_rna_get_subclass_py(self):
|
|
1707
|
+
""" """
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
def draw(self, context):
|
|
1711
|
+
"""
|
|
1712
|
+
|
|
1713
|
+
:param context:
|
|
1714
|
+
"""
|
|
1715
|
+
...
|
|
1716
|
+
|
|
1717
|
+
def draw_collapsible(self, context, layout):
|
|
1718
|
+
"""
|
|
1719
|
+
|
|
1720
|
+
:param context:
|
|
1721
|
+
:param layout:
|
|
1722
|
+
"""
|
|
1816
1723
|
...
|
|
1817
1724
|
|
|
1818
|
-
def
|
|
1725
|
+
def draw_preset(self, _context):
|
|
1819
1726
|
"""
|
|
1820
1727
|
|
|
1821
|
-
:param
|
|
1728
|
+
:param _context:
|
|
1822
1729
|
"""
|
|
1823
1730
|
...
|
|
1824
1731
|
|
|
@@ -1886,17 +1793,36 @@ class ASSETBROWSER_PT_metadata_tags(bpy_types._GenericUI):
|
|
|
1886
1793
|
""" """
|
|
1887
1794
|
...
|
|
1888
1795
|
|
|
1889
|
-
def
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1796
|
+
def path_menu(
|
|
1797
|
+
self,
|
|
1798
|
+
searchpaths,
|
|
1799
|
+
operator,
|
|
1800
|
+
props_default,
|
|
1801
|
+
prop_filepath,
|
|
1802
|
+
filter_ext,
|
|
1803
|
+
filter_path,
|
|
1804
|
+
display_name,
|
|
1805
|
+
add_operator,
|
|
1806
|
+
add_operator_props,
|
|
1807
|
+
):
|
|
1894
1808
|
"""
|
|
1895
1809
|
|
|
1896
|
-
:param
|
|
1810
|
+
:param searchpaths:
|
|
1811
|
+
:param operator:
|
|
1812
|
+
:param props_default:
|
|
1813
|
+
:param prop_filepath:
|
|
1814
|
+
:param filter_ext:
|
|
1815
|
+
:param filter_path:
|
|
1816
|
+
:param display_name:
|
|
1817
|
+
:param add_operator:
|
|
1818
|
+
:param add_operator_props:
|
|
1897
1819
|
"""
|
|
1898
1820
|
...
|
|
1899
1821
|
|
|
1822
|
+
def path_resolve(self):
|
|
1823
|
+
""" """
|
|
1824
|
+
...
|
|
1825
|
+
|
|
1900
1826
|
def pop(self):
|
|
1901
1827
|
""" """
|
|
1902
1828
|
...
|
|
@@ -1931,12 +1857,24 @@ class ASSETBROWSER_PT_metadata_tags(bpy_types._GenericUI):
|
|
|
1931
1857
|
""" """
|
|
1932
1858
|
...
|
|
1933
1859
|
|
|
1934
|
-
class
|
|
1860
|
+
class FILEBROWSER_PT_advanced_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
1861
|
+
""" """
|
|
1862
|
+
|
|
1863
|
+
bl_category: typing.Any
|
|
1864
|
+
""" """
|
|
1865
|
+
|
|
1866
|
+
bl_label: typing.Any
|
|
1867
|
+
""" """
|
|
1868
|
+
|
|
1869
|
+
bl_region_type: typing.Any
|
|
1935
1870
|
""" """
|
|
1936
1871
|
|
|
1937
1872
|
bl_rna: typing.Any
|
|
1938
1873
|
""" """
|
|
1939
1874
|
|
|
1875
|
+
bl_space_type: typing.Any
|
|
1876
|
+
""" """
|
|
1877
|
+
|
|
1940
1878
|
id_data: typing.Any
|
|
1941
1879
|
""" """
|
|
1942
1880
|
|
|
@@ -1959,27 +1897,10 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types._GenericUI):
|
|
|
1959
1897
|
""" """
|
|
1960
1898
|
...
|
|
1961
1899
|
|
|
1962
|
-
def
|
|
1963
|
-
self,
|
|
1964
|
-
_context,
|
|
1965
|
-
layout,
|
|
1966
|
-
_data,
|
|
1967
|
-
item,
|
|
1968
|
-
icon,
|
|
1969
|
-
_active_data,
|
|
1970
|
-
_active_propname,
|
|
1971
|
-
_index,
|
|
1972
|
-
):
|
|
1900
|
+
def draw(self, context):
|
|
1973
1901
|
"""
|
|
1974
1902
|
|
|
1975
|
-
:param
|
|
1976
|
-
:param layout:
|
|
1977
|
-
:param _data:
|
|
1978
|
-
:param item:
|
|
1979
|
-
:param icon:
|
|
1980
|
-
:param _active_data:
|
|
1981
|
-
:param _active_propname:
|
|
1982
|
-
:param _index:
|
|
1903
|
+
:param context:
|
|
1983
1904
|
"""
|
|
1984
1905
|
...
|
|
1985
1906
|
|
|
@@ -2051,6 +1972,13 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types._GenericUI):
|
|
|
2051
1972
|
""" """
|
|
2052
1973
|
...
|
|
2053
1974
|
|
|
1975
|
+
def poll(self, context):
|
|
1976
|
+
"""
|
|
1977
|
+
|
|
1978
|
+
:param context:
|
|
1979
|
+
"""
|
|
1980
|
+
...
|
|
1981
|
+
|
|
2054
1982
|
def pop(self):
|
|
2055
1983
|
""" """
|
|
2056
1984
|
...
|
|
@@ -2085,7 +2013,10 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types._GenericUI):
|
|
|
2085
2013
|
""" """
|
|
2086
2014
|
...
|
|
2087
2015
|
|
|
2088
|
-
class
|
|
2016
|
+
class FileBrowserPanel:
|
|
2017
|
+
""" """
|
|
2018
|
+
|
|
2019
|
+
bl_space_type: typing.Any
|
|
2089
2020
|
""" """
|
|
2090
2021
|
|
|
2091
2022
|
def poll(self, context):
|
|
@@ -2095,7 +2026,16 @@ class AssetBrowserMenu:
|
|
|
2095
2026
|
"""
|
|
2096
2027
|
...
|
|
2097
2028
|
|
|
2098
|
-
class
|
|
2029
|
+
class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
|
|
2030
|
+
""" """
|
|
2031
|
+
|
|
2032
|
+
bl_category: typing.Any
|
|
2033
|
+
""" """
|
|
2034
|
+
|
|
2035
|
+
bl_label: typing.Any
|
|
2036
|
+
""" """
|
|
2037
|
+
|
|
2038
|
+
bl_region_type: typing.Any
|
|
2099
2039
|
""" """
|
|
2100
2040
|
|
|
2101
2041
|
bl_rna: typing.Any
|
|
@@ -2133,13 +2073,6 @@ class FILEBROWSER_HT_header(bpy_types._GenericUI):
|
|
|
2133
2073
|
"""
|
|
2134
2074
|
...
|
|
2135
2075
|
|
|
2136
|
-
def draw_asset_browser_buttons(self, context):
|
|
2137
|
-
"""
|
|
2138
|
-
|
|
2139
|
-
:param context:
|
|
2140
|
-
"""
|
|
2141
|
-
...
|
|
2142
|
-
|
|
2143
2076
|
def driver_add(self):
|
|
2144
2077
|
""" """
|
|
2145
2078
|
...
|
|
@@ -2208,6 +2141,13 @@ class FILEBROWSER_HT_header(bpy_types._GenericUI):
|
|
|
2208
2141
|
""" """
|
|
2209
2142
|
...
|
|
2210
2143
|
|
|
2144
|
+
def poll(self, context):
|
|
2145
|
+
"""
|
|
2146
|
+
|
|
2147
|
+
:param context:
|
|
2148
|
+
"""
|
|
2149
|
+
...
|
|
2150
|
+
|
|
2211
2151
|
def pop(self):
|
|
2212
2152
|
""" """
|
|
2213
2153
|
...
|
|
@@ -2242,15 +2182,24 @@ class FILEBROWSER_HT_header(bpy_types._GenericUI):
|
|
|
2242
2182
|
""" """
|
|
2243
2183
|
...
|
|
2244
2184
|
|
|
2245
|
-
class
|
|
2185
|
+
class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
|
|
2186
|
+
""" """
|
|
2187
|
+
|
|
2188
|
+
bl_category: typing.Any
|
|
2246
2189
|
""" """
|
|
2247
2190
|
|
|
2248
2191
|
bl_label: typing.Any
|
|
2249
2192
|
""" """
|
|
2250
2193
|
|
|
2194
|
+
bl_region_type: typing.Any
|
|
2195
|
+
""" """
|
|
2196
|
+
|
|
2251
2197
|
bl_rna: typing.Any
|
|
2252
2198
|
""" """
|
|
2253
2199
|
|
|
2200
|
+
bl_space_type: typing.Any
|
|
2201
|
+
""" """
|
|
2202
|
+
|
|
2254
2203
|
id_data: typing.Any
|
|
2255
2204
|
""" """
|
|
2256
2205
|
|
|
@@ -2273,25 +2222,10 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types._GenericUI):
|
|
|
2273
2222
|
""" """
|
|
2274
2223
|
...
|
|
2275
2224
|
|
|
2276
|
-
def draw(self,
|
|
2277
|
-
"""
|
|
2278
|
-
|
|
2279
|
-
:param _context:
|
|
2280
|
-
"""
|
|
2281
|
-
...
|
|
2282
|
-
|
|
2283
|
-
def draw_collapsible(self, context, layout):
|
|
2225
|
+
def draw(self, context):
|
|
2284
2226
|
"""
|
|
2285
2227
|
|
|
2286
2228
|
:param context:
|
|
2287
|
-
:param layout:
|
|
2288
|
-
"""
|
|
2289
|
-
...
|
|
2290
|
-
|
|
2291
|
-
def draw_preset(self, _context):
|
|
2292
|
-
"""
|
|
2293
|
-
|
|
2294
|
-
:param _context:
|
|
2295
2229
|
"""
|
|
2296
2230
|
...
|
|
2297
2231
|
|
|
@@ -2359,34 +2293,15 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types._GenericUI):
|
|
|
2359
2293
|
""" """
|
|
2360
2294
|
...
|
|
2361
2295
|
|
|
2362
|
-
def
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
operator,
|
|
2366
|
-
props_default,
|
|
2367
|
-
prop_filepath,
|
|
2368
|
-
filter_ext,
|
|
2369
|
-
filter_path,
|
|
2370
|
-
display_name,
|
|
2371
|
-
add_operator,
|
|
2372
|
-
add_operator_props,
|
|
2373
|
-
):
|
|
2374
|
-
"""
|
|
2296
|
+
def path_resolve(self):
|
|
2297
|
+
""" """
|
|
2298
|
+
...
|
|
2375
2299
|
|
|
2376
|
-
|
|
2377
|
-
:param operator:
|
|
2378
|
-
:param props_default:
|
|
2379
|
-
:param prop_filepath:
|
|
2380
|
-
:param filter_ext:
|
|
2381
|
-
:param filter_path:
|
|
2382
|
-
:param display_name:
|
|
2383
|
-
:param add_operator:
|
|
2384
|
-
:param add_operator_props:
|
|
2300
|
+
def poll(self, context):
|
|
2385
2301
|
"""
|
|
2386
|
-
...
|
|
2387
2302
|
|
|
2388
|
-
|
|
2389
|
-
"""
|
|
2303
|
+
:param context:
|
|
2304
|
+
"""
|
|
2390
2305
|
...
|
|
2391
2306
|
|
|
2392
2307
|
def pop(self):
|
|
@@ -2423,15 +2338,27 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types._GenericUI):
|
|
|
2423
2338
|
""" """
|
|
2424
2339
|
...
|
|
2425
2340
|
|
|
2426
|
-
class
|
|
2341
|
+
class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
|
|
2342
|
+
""" """
|
|
2343
|
+
|
|
2344
|
+
bl_category: typing.Any
|
|
2427
2345
|
""" """
|
|
2428
2346
|
|
|
2429
2347
|
bl_label: typing.Any
|
|
2430
2348
|
""" """
|
|
2431
2349
|
|
|
2350
|
+
bl_region_type: typing.Any
|
|
2351
|
+
""" """
|
|
2352
|
+
|
|
2432
2353
|
bl_rna: typing.Any
|
|
2433
2354
|
""" """
|
|
2434
2355
|
|
|
2356
|
+
bl_space_type: typing.Any
|
|
2357
|
+
""" """
|
|
2358
|
+
|
|
2359
|
+
bl_translation_context: typing.Any
|
|
2360
|
+
""" """
|
|
2361
|
+
|
|
2435
2362
|
id_data: typing.Any
|
|
2436
2363
|
""" """
|
|
2437
2364
|
|
|
@@ -2454,25 +2381,10 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy_types._GenericUI):
|
|
|
2454
2381
|
""" """
|
|
2455
2382
|
...
|
|
2456
2383
|
|
|
2457
|
-
def draw(self,
|
|
2458
|
-
"""
|
|
2459
|
-
|
|
2460
|
-
:param _context:
|
|
2461
|
-
"""
|
|
2462
|
-
...
|
|
2463
|
-
|
|
2464
|
-
def draw_collapsible(self, context, layout):
|
|
2384
|
+
def draw(self, context):
|
|
2465
2385
|
"""
|
|
2466
2386
|
|
|
2467
2387
|
:param context:
|
|
2468
|
-
:param layout:
|
|
2469
|
-
"""
|
|
2470
|
-
...
|
|
2471
|
-
|
|
2472
|
-
def draw_preset(self, _context):
|
|
2473
|
-
"""
|
|
2474
|
-
|
|
2475
|
-
:param _context:
|
|
2476
2388
|
"""
|
|
2477
2389
|
...
|
|
2478
2390
|
|
|
@@ -2540,34 +2452,15 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy_types._GenericUI):
|
|
|
2540
2452
|
""" """
|
|
2541
2453
|
...
|
|
2542
2454
|
|
|
2543
|
-
def
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
operator,
|
|
2547
|
-
props_default,
|
|
2548
|
-
prop_filepath,
|
|
2549
|
-
filter_ext,
|
|
2550
|
-
filter_path,
|
|
2551
|
-
display_name,
|
|
2552
|
-
add_operator,
|
|
2553
|
-
add_operator_props,
|
|
2554
|
-
):
|
|
2555
|
-
"""
|
|
2455
|
+
def path_resolve(self):
|
|
2456
|
+
""" """
|
|
2457
|
+
...
|
|
2556
2458
|
|
|
2557
|
-
|
|
2558
|
-
:param operator:
|
|
2559
|
-
:param props_default:
|
|
2560
|
-
:param prop_filepath:
|
|
2561
|
-
:param filter_ext:
|
|
2562
|
-
:param filter_path:
|
|
2563
|
-
:param display_name:
|
|
2564
|
-
:param add_operator:
|
|
2565
|
-
:param add_operator_props:
|
|
2459
|
+
def poll(self, context):
|
|
2566
2460
|
"""
|
|
2567
|
-
...
|
|
2568
2461
|
|
|
2569
|
-
|
|
2570
|
-
"""
|
|
2462
|
+
:param context:
|
|
2463
|
+
"""
|
|
2571
2464
|
...
|
|
2572
2465
|
|
|
2573
2466
|
def pop(self):
|
|
@@ -2604,15 +2497,27 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy_types._GenericUI):
|
|
|
2604
2497
|
""" """
|
|
2605
2498
|
...
|
|
2606
2499
|
|
|
2607
|
-
class
|
|
2500
|
+
class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
|
|
2501
|
+
""" """
|
|
2502
|
+
|
|
2503
|
+
bl_category: typing.Any
|
|
2608
2504
|
""" """
|
|
2609
2505
|
|
|
2610
2506
|
bl_label: typing.Any
|
|
2611
2507
|
""" """
|
|
2612
2508
|
|
|
2509
|
+
bl_options: typing.Any
|
|
2510
|
+
""" """
|
|
2511
|
+
|
|
2512
|
+
bl_region_type: typing.Any
|
|
2513
|
+
""" """
|
|
2514
|
+
|
|
2613
2515
|
bl_rna: typing.Any
|
|
2614
2516
|
""" """
|
|
2615
2517
|
|
|
2518
|
+
bl_space_type: typing.Any
|
|
2519
|
+
""" """
|
|
2520
|
+
|
|
2616
2521
|
id_data: typing.Any
|
|
2617
2522
|
""" """
|
|
2618
2523
|
|
|
@@ -2629,31 +2534,16 @@ class FILEBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
2629
2534
|
|
|
2630
2535
|
def bl_rna_get_subclass(self):
|
|
2631
2536
|
""" """
|
|
2632
|
-
...
|
|
2633
|
-
|
|
2634
|
-
def bl_rna_get_subclass_py(self):
|
|
2635
|
-
""" """
|
|
2636
|
-
...
|
|
2637
|
-
|
|
2638
|
-
def draw(self, context):
|
|
2639
|
-
"""
|
|
2640
|
-
|
|
2641
|
-
:param context:
|
|
2642
|
-
"""
|
|
2643
|
-
...
|
|
2644
|
-
|
|
2645
|
-
def draw_collapsible(self, context, layout):
|
|
2646
|
-
"""
|
|
2537
|
+
...
|
|
2647
2538
|
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
"""
|
|
2539
|
+
def bl_rna_get_subclass_py(self):
|
|
2540
|
+
""" """
|
|
2651
2541
|
...
|
|
2652
2542
|
|
|
2653
|
-
def
|
|
2543
|
+
def draw(self, context):
|
|
2654
2544
|
"""
|
|
2655
2545
|
|
|
2656
|
-
:param
|
|
2546
|
+
:param context:
|
|
2657
2547
|
"""
|
|
2658
2548
|
...
|
|
2659
2549
|
|
|
@@ -2685,6 +2575,13 @@ class FILEBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
2685
2575
|
""" """
|
|
2686
2576
|
...
|
|
2687
2577
|
|
|
2578
|
+
def is_header_visible(self, context):
|
|
2579
|
+
"""
|
|
2580
|
+
|
|
2581
|
+
:param context:
|
|
2582
|
+
"""
|
|
2583
|
+
...
|
|
2584
|
+
|
|
2688
2585
|
def is_property_hidden(self):
|
|
2689
2586
|
""" """
|
|
2690
2587
|
...
|
|
@@ -2721,32 +2618,6 @@ class FILEBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
2721
2618
|
""" """
|
|
2722
2619
|
...
|
|
2723
2620
|
|
|
2724
|
-
def path_menu(
|
|
2725
|
-
self,
|
|
2726
|
-
searchpaths,
|
|
2727
|
-
operator,
|
|
2728
|
-
props_default,
|
|
2729
|
-
prop_filepath,
|
|
2730
|
-
filter_ext,
|
|
2731
|
-
filter_path,
|
|
2732
|
-
display_name,
|
|
2733
|
-
add_operator,
|
|
2734
|
-
add_operator_props,
|
|
2735
|
-
):
|
|
2736
|
-
"""
|
|
2737
|
-
|
|
2738
|
-
:param searchpaths:
|
|
2739
|
-
:param operator:
|
|
2740
|
-
:param props_default:
|
|
2741
|
-
:param prop_filepath:
|
|
2742
|
-
:param filter_ext:
|
|
2743
|
-
:param filter_path:
|
|
2744
|
-
:param display_name:
|
|
2745
|
-
:param add_operator:
|
|
2746
|
-
:param add_operator_props:
|
|
2747
|
-
"""
|
|
2748
|
-
...
|
|
2749
|
-
|
|
2750
2621
|
def path_resolve(self):
|
|
2751
2622
|
""" """
|
|
2752
2623
|
...
|
|
@@ -2792,13 +2663,7 @@ class FILEBROWSER_MT_context_menu(bpy_types._GenericUI):
|
|
|
2792
2663
|
""" """
|
|
2793
2664
|
...
|
|
2794
2665
|
|
|
2795
|
-
class
|
|
2796
|
-
""" """
|
|
2797
|
-
|
|
2798
|
-
bl_idname: typing.Any
|
|
2799
|
-
""" """
|
|
2800
|
-
|
|
2801
|
-
bl_label: typing.Any
|
|
2666
|
+
class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
|
|
2802
2667
|
""" """
|
|
2803
2668
|
|
|
2804
2669
|
bl_rna: typing.Any
|
|
@@ -2826,25 +2691,27 @@ class FILEBROWSER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
2826
2691
|
""" """
|
|
2827
2692
|
...
|
|
2828
2693
|
|
|
2829
|
-
def
|
|
2694
|
+
def draw_item(
|
|
2695
|
+
self,
|
|
2696
|
+
_context,
|
|
2697
|
+
layout,
|
|
2698
|
+
_data,
|
|
2699
|
+
item,
|
|
2700
|
+
icon,
|
|
2701
|
+
_active_data,
|
|
2702
|
+
_active_propname,
|
|
2703
|
+
_index,
|
|
2704
|
+
):
|
|
2830
2705
|
"""
|
|
2831
2706
|
|
|
2832
2707
|
:param _context:
|
|
2833
|
-
"""
|
|
2834
|
-
...
|
|
2835
|
-
|
|
2836
|
-
def draw_collapsible(self, context, layout):
|
|
2837
|
-
"""
|
|
2838
|
-
|
|
2839
|
-
:param context:
|
|
2840
2708
|
:param layout:
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
:param _context:
|
|
2709
|
+
:param _data:
|
|
2710
|
+
:param item:
|
|
2711
|
+
:param icon:
|
|
2712
|
+
:param _active_data:
|
|
2713
|
+
:param _active_propname:
|
|
2714
|
+
:param _index:
|
|
2848
2715
|
"""
|
|
2849
2716
|
...
|
|
2850
2717
|
|
|
@@ -2912,43 +2779,10 @@ class FILEBROWSER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
2912
2779
|
""" """
|
|
2913
2780
|
...
|
|
2914
2781
|
|
|
2915
|
-
def path_menu(
|
|
2916
|
-
self,
|
|
2917
|
-
searchpaths,
|
|
2918
|
-
operator,
|
|
2919
|
-
props_default,
|
|
2920
|
-
prop_filepath,
|
|
2921
|
-
filter_ext,
|
|
2922
|
-
filter_path,
|
|
2923
|
-
display_name,
|
|
2924
|
-
add_operator,
|
|
2925
|
-
add_operator_props,
|
|
2926
|
-
):
|
|
2927
|
-
"""
|
|
2928
|
-
|
|
2929
|
-
:param searchpaths:
|
|
2930
|
-
:param operator:
|
|
2931
|
-
:param props_default:
|
|
2932
|
-
:param prop_filepath:
|
|
2933
|
-
:param filter_ext:
|
|
2934
|
-
:param filter_path:
|
|
2935
|
-
:param display_name:
|
|
2936
|
-
:param add_operator:
|
|
2937
|
-
:param add_operator_props:
|
|
2938
|
-
"""
|
|
2939
|
-
...
|
|
2940
|
-
|
|
2941
2782
|
def path_resolve(self):
|
|
2942
2783
|
""" """
|
|
2943
2784
|
...
|
|
2944
2785
|
|
|
2945
|
-
def poll(self, context):
|
|
2946
|
-
"""
|
|
2947
|
-
|
|
2948
|
-
:param context:
|
|
2949
|
-
"""
|
|
2950
|
-
...
|
|
2951
|
-
|
|
2952
2786
|
def pop(self):
|
|
2953
2787
|
""" """
|
|
2954
2788
|
...
|
|
@@ -2983,7 +2817,7 @@ class FILEBROWSER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
2983
2817
|
""" """
|
|
2984
2818
|
...
|
|
2985
2819
|
|
|
2986
|
-
class
|
|
2820
|
+
class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
|
|
2987
2821
|
""" """
|
|
2988
2822
|
|
|
2989
2823
|
bl_label: typing.Any
|
|
@@ -3171,7 +3005,9 @@ class FILEBROWSER_MT_select(bpy_types._GenericUI):
|
|
|
3171
3005
|
""" """
|
|
3172
3006
|
...
|
|
3173
3007
|
|
|
3174
|
-
class
|
|
3008
|
+
class ASSETBROWSER_MT_context_menu(
|
|
3009
|
+
bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
3010
|
+
):
|
|
3175
3011
|
""" """
|
|
3176
3012
|
|
|
3177
3013
|
bl_label: typing.Any
|
|
@@ -3359,7 +3195,9 @@ class FILEBROWSER_MT_view(bpy_types._GenericUI):
|
|
|
3359
3195
|
""" """
|
|
3360
3196
|
...
|
|
3361
3197
|
|
|
3362
|
-
class
|
|
3198
|
+
class ASSETBROWSER_MT_editor_menus(
|
|
3199
|
+
bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
3200
|
+
):
|
|
3363
3201
|
""" """
|
|
3364
3202
|
|
|
3365
3203
|
bl_idname: typing.Any
|
|
@@ -3509,6 +3347,13 @@ class FILEBROWSER_MT_view_pie(bpy_types._GenericUI):
|
|
|
3509
3347
|
""" """
|
|
3510
3348
|
...
|
|
3511
3349
|
|
|
3350
|
+
def poll(self, context):
|
|
3351
|
+
"""
|
|
3352
|
+
|
|
3353
|
+
:param context:
|
|
3354
|
+
"""
|
|
3355
|
+
...
|
|
3356
|
+
|
|
3512
3357
|
def pop(self):
|
|
3513
3358
|
""" """
|
|
3514
3359
|
...
|
|
@@ -3543,24 +3388,15 @@ class FILEBROWSER_MT_view_pie(bpy_types._GenericUI):
|
|
|
3543
3388
|
""" """
|
|
3544
3389
|
...
|
|
3545
3390
|
|
|
3546
|
-
class
|
|
3547
|
-
""" """
|
|
3548
|
-
|
|
3549
|
-
bl_category: typing.Any
|
|
3391
|
+
class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
|
|
3550
3392
|
""" """
|
|
3551
3393
|
|
|
3552
3394
|
bl_label: typing.Any
|
|
3553
3395
|
""" """
|
|
3554
3396
|
|
|
3555
|
-
bl_region_type: typing.Any
|
|
3556
|
-
""" """
|
|
3557
|
-
|
|
3558
3397
|
bl_rna: typing.Any
|
|
3559
3398
|
""" """
|
|
3560
3399
|
|
|
3561
|
-
bl_space_type: typing.Any
|
|
3562
|
-
""" """
|
|
3563
|
-
|
|
3564
3400
|
id_data: typing.Any
|
|
3565
3401
|
""" """
|
|
3566
3402
|
|
|
@@ -3583,10 +3419,25 @@ class FILEBROWSER_PT_advanced_filter(bpy_types._GenericUI):
|
|
|
3583
3419
|
""" """
|
|
3584
3420
|
...
|
|
3585
3421
|
|
|
3586
|
-
def draw(self,
|
|
3422
|
+
def draw(self, _context):
|
|
3423
|
+
"""
|
|
3424
|
+
|
|
3425
|
+
:param _context:
|
|
3426
|
+
"""
|
|
3427
|
+
...
|
|
3428
|
+
|
|
3429
|
+
def draw_collapsible(self, context, layout):
|
|
3587
3430
|
"""
|
|
3588
3431
|
|
|
3589
3432
|
:param context:
|
|
3433
|
+
:param layout:
|
|
3434
|
+
"""
|
|
3435
|
+
...
|
|
3436
|
+
|
|
3437
|
+
def draw_preset(self, _context):
|
|
3438
|
+
"""
|
|
3439
|
+
|
|
3440
|
+
:param _context:
|
|
3590
3441
|
"""
|
|
3591
3442
|
...
|
|
3592
3443
|
|
|
@@ -3654,6 +3505,32 @@ class FILEBROWSER_PT_advanced_filter(bpy_types._GenericUI):
|
|
|
3654
3505
|
""" """
|
|
3655
3506
|
...
|
|
3656
3507
|
|
|
3508
|
+
def path_menu(
|
|
3509
|
+
self,
|
|
3510
|
+
searchpaths,
|
|
3511
|
+
operator,
|
|
3512
|
+
props_default,
|
|
3513
|
+
prop_filepath,
|
|
3514
|
+
filter_ext,
|
|
3515
|
+
filter_path,
|
|
3516
|
+
display_name,
|
|
3517
|
+
add_operator,
|
|
3518
|
+
add_operator_props,
|
|
3519
|
+
):
|
|
3520
|
+
"""
|
|
3521
|
+
|
|
3522
|
+
:param searchpaths:
|
|
3523
|
+
:param operator:
|
|
3524
|
+
:param props_default:
|
|
3525
|
+
:param prop_filepath:
|
|
3526
|
+
:param filter_ext:
|
|
3527
|
+
:param filter_path:
|
|
3528
|
+
:param display_name:
|
|
3529
|
+
:param add_operator:
|
|
3530
|
+
:param add_operator_props:
|
|
3531
|
+
"""
|
|
3532
|
+
...
|
|
3533
|
+
|
|
3657
3534
|
def path_resolve(self):
|
|
3658
3535
|
""" """
|
|
3659
3536
|
...
|
|
@@ -3699,24 +3576,15 @@ class FILEBROWSER_PT_advanced_filter(bpy_types._GenericUI):
|
|
|
3699
3576
|
""" """
|
|
3700
3577
|
...
|
|
3701
3578
|
|
|
3702
|
-
class
|
|
3703
|
-
""" """
|
|
3704
|
-
|
|
3705
|
-
bl_category: typing.Any
|
|
3579
|
+
class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
|
|
3706
3580
|
""" """
|
|
3707
3581
|
|
|
3708
3582
|
bl_label: typing.Any
|
|
3709
3583
|
""" """
|
|
3710
3584
|
|
|
3711
|
-
bl_region_type: typing.Any
|
|
3712
|
-
""" """
|
|
3713
|
-
|
|
3714
3585
|
bl_rna: typing.Any
|
|
3715
3586
|
""" """
|
|
3716
3587
|
|
|
3717
|
-
bl_space_type: typing.Any
|
|
3718
|
-
""" """
|
|
3719
|
-
|
|
3720
3588
|
id_data: typing.Any
|
|
3721
3589
|
""" """
|
|
3722
3590
|
|
|
@@ -3746,6 +3614,21 @@ class FILEBROWSER_PT_bookmarks_favorites(bpy_types._GenericUI):
|
|
|
3746
3614
|
"""
|
|
3747
3615
|
...
|
|
3748
3616
|
|
|
3617
|
+
def draw_collapsible(self, context, layout):
|
|
3618
|
+
"""
|
|
3619
|
+
|
|
3620
|
+
:param context:
|
|
3621
|
+
:param layout:
|
|
3622
|
+
"""
|
|
3623
|
+
...
|
|
3624
|
+
|
|
3625
|
+
def draw_preset(self, _context):
|
|
3626
|
+
"""
|
|
3627
|
+
|
|
3628
|
+
:param _context:
|
|
3629
|
+
"""
|
|
3630
|
+
...
|
|
3631
|
+
|
|
3749
3632
|
def driver_add(self):
|
|
3750
3633
|
""" """
|
|
3751
3634
|
...
|
|
@@ -3810,6 +3693,32 @@ class FILEBROWSER_PT_bookmarks_favorites(bpy_types._GenericUI):
|
|
|
3810
3693
|
""" """
|
|
3811
3694
|
...
|
|
3812
3695
|
|
|
3696
|
+
def path_menu(
|
|
3697
|
+
self,
|
|
3698
|
+
searchpaths,
|
|
3699
|
+
operator,
|
|
3700
|
+
props_default,
|
|
3701
|
+
prop_filepath,
|
|
3702
|
+
filter_ext,
|
|
3703
|
+
filter_path,
|
|
3704
|
+
display_name,
|
|
3705
|
+
add_operator,
|
|
3706
|
+
add_operator_props,
|
|
3707
|
+
):
|
|
3708
|
+
"""
|
|
3709
|
+
|
|
3710
|
+
:param searchpaths:
|
|
3711
|
+
:param operator:
|
|
3712
|
+
:param props_default:
|
|
3713
|
+
:param prop_filepath:
|
|
3714
|
+
:param filter_ext:
|
|
3715
|
+
:param filter_path:
|
|
3716
|
+
:param display_name:
|
|
3717
|
+
:param add_operator:
|
|
3718
|
+
:param add_operator_props:
|
|
3719
|
+
"""
|
|
3720
|
+
...
|
|
3721
|
+
|
|
3813
3722
|
def path_resolve(self):
|
|
3814
3723
|
""" """
|
|
3815
3724
|
...
|
|
@@ -3855,24 +3764,17 @@ class FILEBROWSER_PT_bookmarks_favorites(bpy_types._GenericUI):
|
|
|
3855
3764
|
""" """
|
|
3856
3765
|
...
|
|
3857
3766
|
|
|
3858
|
-
class
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
bl_category: typing.Any
|
|
3767
|
+
class FILEBROWSER_MT_context_menu(
|
|
3768
|
+
bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
3769
|
+
):
|
|
3862
3770
|
""" """
|
|
3863
3771
|
|
|
3864
3772
|
bl_label: typing.Any
|
|
3865
3773
|
""" """
|
|
3866
3774
|
|
|
3867
|
-
bl_region_type: typing.Any
|
|
3868
|
-
""" """
|
|
3869
|
-
|
|
3870
3775
|
bl_rna: typing.Any
|
|
3871
3776
|
""" """
|
|
3872
3777
|
|
|
3873
|
-
bl_space_type: typing.Any
|
|
3874
|
-
""" """
|
|
3875
|
-
|
|
3876
3778
|
id_data: typing.Any
|
|
3877
3779
|
""" """
|
|
3878
3780
|
|
|
@@ -3902,6 +3804,21 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types._GenericUI):
|
|
|
3902
3804
|
"""
|
|
3903
3805
|
...
|
|
3904
3806
|
|
|
3807
|
+
def draw_collapsible(self, context, layout):
|
|
3808
|
+
"""
|
|
3809
|
+
|
|
3810
|
+
:param context:
|
|
3811
|
+
:param layout:
|
|
3812
|
+
"""
|
|
3813
|
+
...
|
|
3814
|
+
|
|
3815
|
+
def draw_preset(self, _context):
|
|
3816
|
+
"""
|
|
3817
|
+
|
|
3818
|
+
:param _context:
|
|
3819
|
+
"""
|
|
3820
|
+
...
|
|
3821
|
+
|
|
3905
3822
|
def driver_add(self):
|
|
3906
3823
|
""" """
|
|
3907
3824
|
...
|
|
@@ -3962,8 +3879,34 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types._GenericUI):
|
|
|
3962
3879
|
""" """
|
|
3963
3880
|
...
|
|
3964
3881
|
|
|
3965
|
-
def path_from_id(self):
|
|
3966
|
-
""" """
|
|
3882
|
+
def path_from_id(self):
|
|
3883
|
+
""" """
|
|
3884
|
+
...
|
|
3885
|
+
|
|
3886
|
+
def path_menu(
|
|
3887
|
+
self,
|
|
3888
|
+
searchpaths,
|
|
3889
|
+
operator,
|
|
3890
|
+
props_default,
|
|
3891
|
+
prop_filepath,
|
|
3892
|
+
filter_ext,
|
|
3893
|
+
filter_path,
|
|
3894
|
+
display_name,
|
|
3895
|
+
add_operator,
|
|
3896
|
+
add_operator_props,
|
|
3897
|
+
):
|
|
3898
|
+
"""
|
|
3899
|
+
|
|
3900
|
+
:param searchpaths:
|
|
3901
|
+
:param operator:
|
|
3902
|
+
:param props_default:
|
|
3903
|
+
:param prop_filepath:
|
|
3904
|
+
:param filter_ext:
|
|
3905
|
+
:param filter_path:
|
|
3906
|
+
:param display_name:
|
|
3907
|
+
:param add_operator:
|
|
3908
|
+
:param add_operator_props:
|
|
3909
|
+
"""
|
|
3967
3910
|
...
|
|
3968
3911
|
|
|
3969
3912
|
def path_resolve(self):
|
|
@@ -4011,24 +3954,20 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types._GenericUI):
|
|
|
4011
3954
|
""" """
|
|
4012
3955
|
...
|
|
4013
3956
|
|
|
4014
|
-
class
|
|
3957
|
+
class FILEBROWSER_MT_editor_menus(
|
|
3958
|
+
bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
3959
|
+
):
|
|
4015
3960
|
""" """
|
|
4016
3961
|
|
|
4017
|
-
|
|
3962
|
+
bl_idname: typing.Any
|
|
4018
3963
|
""" """
|
|
4019
3964
|
|
|
4020
3965
|
bl_label: typing.Any
|
|
4021
3966
|
""" """
|
|
4022
3967
|
|
|
4023
|
-
bl_region_type: typing.Any
|
|
4024
|
-
""" """
|
|
4025
|
-
|
|
4026
3968
|
bl_rna: typing.Any
|
|
4027
3969
|
""" """
|
|
4028
3970
|
|
|
4029
|
-
bl_space_type: typing.Any
|
|
4030
|
-
""" """
|
|
4031
|
-
|
|
4032
3971
|
id_data: typing.Any
|
|
4033
3972
|
""" """
|
|
4034
3973
|
|
|
@@ -4051,10 +3990,25 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types._GenericUI):
|
|
|
4051
3990
|
""" """
|
|
4052
3991
|
...
|
|
4053
3992
|
|
|
4054
|
-
def draw(self,
|
|
3993
|
+
def draw(self, _context):
|
|
3994
|
+
"""
|
|
3995
|
+
|
|
3996
|
+
:param _context:
|
|
3997
|
+
"""
|
|
3998
|
+
...
|
|
3999
|
+
|
|
4000
|
+
def draw_collapsible(self, context, layout):
|
|
4055
4001
|
"""
|
|
4056
4002
|
|
|
4057
4003
|
:param context:
|
|
4004
|
+
:param layout:
|
|
4005
|
+
"""
|
|
4006
|
+
...
|
|
4007
|
+
|
|
4008
|
+
def draw_preset(self, _context):
|
|
4009
|
+
"""
|
|
4010
|
+
|
|
4011
|
+
:param _context:
|
|
4058
4012
|
"""
|
|
4059
4013
|
...
|
|
4060
4014
|
|
|
@@ -4122,6 +4076,32 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types._GenericUI):
|
|
|
4122
4076
|
""" """
|
|
4123
4077
|
...
|
|
4124
4078
|
|
|
4079
|
+
def path_menu(
|
|
4080
|
+
self,
|
|
4081
|
+
searchpaths,
|
|
4082
|
+
operator,
|
|
4083
|
+
props_default,
|
|
4084
|
+
prop_filepath,
|
|
4085
|
+
filter_ext,
|
|
4086
|
+
filter_path,
|
|
4087
|
+
display_name,
|
|
4088
|
+
add_operator,
|
|
4089
|
+
add_operator_props,
|
|
4090
|
+
):
|
|
4091
|
+
"""
|
|
4092
|
+
|
|
4093
|
+
:param searchpaths:
|
|
4094
|
+
:param operator:
|
|
4095
|
+
:param props_default:
|
|
4096
|
+
:param prop_filepath:
|
|
4097
|
+
:param filter_ext:
|
|
4098
|
+
:param filter_path:
|
|
4099
|
+
:param display_name:
|
|
4100
|
+
:param add_operator:
|
|
4101
|
+
:param add_operator_props:
|
|
4102
|
+
"""
|
|
4103
|
+
...
|
|
4104
|
+
|
|
4125
4105
|
def path_resolve(self):
|
|
4126
4106
|
""" """
|
|
4127
4107
|
...
|
|
@@ -4167,27 +4147,15 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types._GenericUI):
|
|
|
4167
4147
|
""" """
|
|
4168
4148
|
...
|
|
4169
4149
|
|
|
4170
|
-
class
|
|
4171
|
-
""" """
|
|
4172
|
-
|
|
4173
|
-
bl_category: typing.Any
|
|
4150
|
+
class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI):
|
|
4174
4151
|
""" """
|
|
4175
4152
|
|
|
4176
4153
|
bl_label: typing.Any
|
|
4177
4154
|
""" """
|
|
4178
4155
|
|
|
4179
|
-
bl_region_type: typing.Any
|
|
4180
|
-
""" """
|
|
4181
|
-
|
|
4182
4156
|
bl_rna: typing.Any
|
|
4183
4157
|
""" """
|
|
4184
4158
|
|
|
4185
|
-
bl_space_type: typing.Any
|
|
4186
|
-
""" """
|
|
4187
|
-
|
|
4188
|
-
bl_translation_context: typing.Any
|
|
4189
|
-
""" """
|
|
4190
|
-
|
|
4191
4159
|
id_data: typing.Any
|
|
4192
4160
|
""" """
|
|
4193
4161
|
|
|
@@ -4210,10 +4178,25 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types._GenericUI):
|
|
|
4210
4178
|
""" """
|
|
4211
4179
|
...
|
|
4212
4180
|
|
|
4213
|
-
def draw(self,
|
|
4181
|
+
def draw(self, _context):
|
|
4182
|
+
"""
|
|
4183
|
+
|
|
4184
|
+
:param _context:
|
|
4185
|
+
"""
|
|
4186
|
+
...
|
|
4187
|
+
|
|
4188
|
+
def draw_collapsible(self, context, layout):
|
|
4214
4189
|
"""
|
|
4215
4190
|
|
|
4216
4191
|
:param context:
|
|
4192
|
+
:param layout:
|
|
4193
|
+
"""
|
|
4194
|
+
...
|
|
4195
|
+
|
|
4196
|
+
def draw_preset(self, _context):
|
|
4197
|
+
"""
|
|
4198
|
+
|
|
4199
|
+
:param _context:
|
|
4217
4200
|
"""
|
|
4218
4201
|
...
|
|
4219
4202
|
|
|
@@ -4281,6 +4264,32 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types._GenericUI):
|
|
|
4281
4264
|
""" """
|
|
4282
4265
|
...
|
|
4283
4266
|
|
|
4267
|
+
def path_menu(
|
|
4268
|
+
self,
|
|
4269
|
+
searchpaths,
|
|
4270
|
+
operator,
|
|
4271
|
+
props_default,
|
|
4272
|
+
prop_filepath,
|
|
4273
|
+
filter_ext,
|
|
4274
|
+
filter_path,
|
|
4275
|
+
display_name,
|
|
4276
|
+
add_operator,
|
|
4277
|
+
add_operator_props,
|
|
4278
|
+
):
|
|
4279
|
+
"""
|
|
4280
|
+
|
|
4281
|
+
:param searchpaths:
|
|
4282
|
+
:param operator:
|
|
4283
|
+
:param props_default:
|
|
4284
|
+
:param prop_filepath:
|
|
4285
|
+
:param filter_ext:
|
|
4286
|
+
:param filter_path:
|
|
4287
|
+
:param display_name:
|
|
4288
|
+
:param add_operator:
|
|
4289
|
+
:param add_operator_props:
|
|
4290
|
+
"""
|
|
4291
|
+
...
|
|
4292
|
+
|
|
4284
4293
|
def path_resolve(self):
|
|
4285
4294
|
""" """
|
|
4286
4295
|
...
|
|
@@ -4326,27 +4335,15 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types._GenericUI):
|
|
|
4326
4335
|
""" """
|
|
4327
4336
|
...
|
|
4328
4337
|
|
|
4329
|
-
class
|
|
4330
|
-
""" """
|
|
4331
|
-
|
|
4332
|
-
bl_category: typing.Any
|
|
4338
|
+
class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI):
|
|
4333
4339
|
""" """
|
|
4334
4340
|
|
|
4335
4341
|
bl_label: typing.Any
|
|
4336
4342
|
""" """
|
|
4337
4343
|
|
|
4338
|
-
bl_options: typing.Any
|
|
4339
|
-
""" """
|
|
4340
|
-
|
|
4341
|
-
bl_region_type: typing.Any
|
|
4342
|
-
""" """
|
|
4343
|
-
|
|
4344
4344
|
bl_rna: typing.Any
|
|
4345
4345
|
""" """
|
|
4346
4346
|
|
|
4347
|
-
bl_space_type: typing.Any
|
|
4348
|
-
""" """
|
|
4349
|
-
|
|
4350
4347
|
id_data: typing.Any
|
|
4351
4348
|
""" """
|
|
4352
4349
|
|
|
@@ -4376,6 +4373,21 @@ class FILEBROWSER_PT_directory_path(bpy_types._GenericUI):
|
|
|
4376
4373
|
"""
|
|
4377
4374
|
...
|
|
4378
4375
|
|
|
4376
|
+
def draw_collapsible(self, context, layout):
|
|
4377
|
+
"""
|
|
4378
|
+
|
|
4379
|
+
:param context:
|
|
4380
|
+
:param layout:
|
|
4381
|
+
"""
|
|
4382
|
+
...
|
|
4383
|
+
|
|
4384
|
+
def draw_preset(self, _context):
|
|
4385
|
+
"""
|
|
4386
|
+
|
|
4387
|
+
:param _context:
|
|
4388
|
+
"""
|
|
4389
|
+
...
|
|
4390
|
+
|
|
4379
4391
|
def driver_add(self):
|
|
4380
4392
|
""" """
|
|
4381
4393
|
...
|
|
@@ -4404,13 +4416,6 @@ class FILEBROWSER_PT_directory_path(bpy_types._GenericUI):
|
|
|
4404
4416
|
""" """
|
|
4405
4417
|
...
|
|
4406
4418
|
|
|
4407
|
-
def is_header_visible(self, context):
|
|
4408
|
-
"""
|
|
4409
|
-
|
|
4410
|
-
:param context:
|
|
4411
|
-
"""
|
|
4412
|
-
...
|
|
4413
|
-
|
|
4414
4419
|
def is_property_hidden(self):
|
|
4415
4420
|
""" """
|
|
4416
4421
|
...
|
|
@@ -4447,6 +4452,32 @@ class FILEBROWSER_PT_directory_path(bpy_types._GenericUI):
|
|
|
4447
4452
|
""" """
|
|
4448
4453
|
...
|
|
4449
4454
|
|
|
4455
|
+
def path_menu(
|
|
4456
|
+
self,
|
|
4457
|
+
searchpaths,
|
|
4458
|
+
operator,
|
|
4459
|
+
props_default,
|
|
4460
|
+
prop_filepath,
|
|
4461
|
+
filter_ext,
|
|
4462
|
+
filter_path,
|
|
4463
|
+
display_name,
|
|
4464
|
+
add_operator,
|
|
4465
|
+
add_operator_props,
|
|
4466
|
+
):
|
|
4467
|
+
"""
|
|
4468
|
+
|
|
4469
|
+
:param searchpaths:
|
|
4470
|
+
:param operator:
|
|
4471
|
+
:param props_default:
|
|
4472
|
+
:param prop_filepath:
|
|
4473
|
+
:param filter_ext:
|
|
4474
|
+
:param filter_path:
|
|
4475
|
+
:param display_name:
|
|
4476
|
+
:param add_operator:
|
|
4477
|
+
:param add_operator_props:
|
|
4478
|
+
"""
|
|
4479
|
+
...
|
|
4480
|
+
|
|
4450
4481
|
def path_resolve(self):
|
|
4451
4482
|
""" """
|
|
4452
4483
|
...
|
|
@@ -4492,7 +4523,12 @@ class FILEBROWSER_PT_directory_path(bpy_types._GenericUI):
|
|
|
4492
4523
|
""" """
|
|
4493
4524
|
...
|
|
4494
4525
|
|
|
4495
|
-
class
|
|
4526
|
+
class FILEBROWSER_PT_bookmarks_favorites(
|
|
4527
|
+
bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI
|
|
4528
|
+
):
|
|
4529
|
+
""" """
|
|
4530
|
+
|
|
4531
|
+
bl_category: typing.Any
|
|
4496
4532
|
""" """
|
|
4497
4533
|
|
|
4498
4534
|
bl_label: typing.Any
|
|
@@ -4507,9 +4543,6 @@ class FILEBROWSER_PT_display(bpy_types._GenericUI):
|
|
|
4507
4543
|
bl_space_type: typing.Any
|
|
4508
4544
|
""" """
|
|
4509
4545
|
|
|
4510
|
-
bl_ui_units_x: typing.Any
|
|
4511
|
-
""" """
|
|
4512
|
-
|
|
4513
4546
|
id_data: typing.Any
|
|
4514
4547
|
""" """
|
|
4515
4548
|
|
|
@@ -4648,7 +4681,7 @@ class FILEBROWSER_PT_display(bpy_types._GenericUI):
|
|
|
4648
4681
|
""" """
|
|
4649
4682
|
...
|
|
4650
4683
|
|
|
4651
|
-
class
|
|
4684
|
+
class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI):
|
|
4652
4685
|
""" """
|
|
4653
4686
|
|
|
4654
4687
|
bl_label: typing.Any
|
|
@@ -4804,12 +4837,24 @@ class FILEBROWSER_PT_filter(bpy_types._GenericUI):
|
|
|
4804
4837
|
""" """
|
|
4805
4838
|
...
|
|
4806
4839
|
|
|
4807
|
-
class
|
|
4840
|
+
class FILEBROWSER_PT_filter(bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI):
|
|
4841
|
+
""" """
|
|
4842
|
+
|
|
4843
|
+
bl_label: typing.Any
|
|
4844
|
+
""" """
|
|
4845
|
+
|
|
4846
|
+
bl_region_type: typing.Any
|
|
4808
4847
|
""" """
|
|
4809
4848
|
|
|
4810
4849
|
bl_rna: typing.Any
|
|
4811
4850
|
""" """
|
|
4812
4851
|
|
|
4852
|
+
bl_space_type: typing.Any
|
|
4853
|
+
""" """
|
|
4854
|
+
|
|
4855
|
+
bl_ui_units_x: typing.Any
|
|
4856
|
+
""" """
|
|
4857
|
+
|
|
4813
4858
|
id_data: typing.Any
|
|
4814
4859
|
""" """
|
|
4815
4860
|
|
|
@@ -4832,27 +4877,10 @@ class FILEBROWSER_UL_dir(bpy_types._GenericUI):
|
|
|
4832
4877
|
""" """
|
|
4833
4878
|
...
|
|
4834
4879
|
|
|
4835
|
-
def
|
|
4836
|
-
self,
|
|
4837
|
-
_context,
|
|
4838
|
-
layout,
|
|
4839
|
-
_data,
|
|
4840
|
-
item,
|
|
4841
|
-
icon,
|
|
4842
|
-
_active_data,
|
|
4843
|
-
_active_propname,
|
|
4844
|
-
_index,
|
|
4845
|
-
):
|
|
4880
|
+
def draw(self, context):
|
|
4846
4881
|
"""
|
|
4847
4882
|
|
|
4848
|
-
:param
|
|
4849
|
-
:param layout:
|
|
4850
|
-
:param _data:
|
|
4851
|
-
:param item:
|
|
4852
|
-
:param icon:
|
|
4853
|
-
:param _active_data:
|
|
4854
|
-
:param _active_propname:
|
|
4855
|
-
:param _index:
|
|
4883
|
+
:param context:
|
|
4856
4884
|
"""
|
|
4857
4885
|
...
|
|
4858
4886
|
|
|
@@ -4924,6 +4952,13 @@ class FILEBROWSER_UL_dir(bpy_types._GenericUI):
|
|
|
4924
4952
|
""" """
|
|
4925
4953
|
...
|
|
4926
4954
|
|
|
4955
|
+
def poll(self, context):
|
|
4956
|
+
"""
|
|
4957
|
+
|
|
4958
|
+
:param context:
|
|
4959
|
+
"""
|
|
4960
|
+
...
|
|
4961
|
+
|
|
4927
4962
|
def pop(self):
|
|
4928
4963
|
""" """
|
|
4929
4964
|
...
|
|
@@ -4958,29 +4993,6 @@ class FILEBROWSER_UL_dir(bpy_types._GenericUI):
|
|
|
4958
4993
|
""" """
|
|
4959
4994
|
...
|
|
4960
4995
|
|
|
4961
|
-
class FileBrowserMenu:
|
|
4962
|
-
""" """
|
|
4963
|
-
|
|
4964
|
-
def poll(self, context):
|
|
4965
|
-
"""
|
|
4966
|
-
|
|
4967
|
-
:param context:
|
|
4968
|
-
"""
|
|
4969
|
-
...
|
|
4970
|
-
|
|
4971
|
-
class FileBrowserPanel:
|
|
4972
|
-
""" """
|
|
4973
|
-
|
|
4974
|
-
bl_space_type: typing.Any
|
|
4975
|
-
""" """
|
|
4976
|
-
|
|
4977
|
-
def poll(self, context):
|
|
4978
|
-
"""
|
|
4979
|
-
|
|
4980
|
-
:param context:
|
|
4981
|
-
"""
|
|
4982
|
-
...
|
|
4983
|
-
|
|
4984
4996
|
def asset_path_str_get(_self):
|
|
4985
4997
|
""" """
|
|
4986
4998
|
|