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,4 +1,5 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.utils
|
|
2
3
|
import bpy_types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
@@ -282,7 +283,7 @@ class ThemePanel:
|
|
|
282
283
|
bl_space_type: typing.Any
|
|
283
284
|
""" """
|
|
284
285
|
|
|
285
|
-
class USERPREF_HT_header(bpy_types._GenericUI):
|
|
286
|
+
class USERPREF_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
286
287
|
""" """
|
|
287
288
|
|
|
288
289
|
bl_rna: typing.Any
|
|
@@ -430,7 +431,7 @@ class USERPREF_HT_header(bpy_types._GenericUI):
|
|
|
430
431
|
""" """
|
|
431
432
|
...
|
|
432
433
|
|
|
433
|
-
class USERPREF_MT_editor_menus(bpy_types._GenericUI):
|
|
434
|
+
class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
434
435
|
""" """
|
|
435
436
|
|
|
436
437
|
bl_idname: typing.Any
|
|
@@ -614,7 +615,7 @@ class USERPREF_MT_editor_menus(bpy_types._GenericUI):
|
|
|
614
615
|
""" """
|
|
615
616
|
...
|
|
616
617
|
|
|
617
|
-
class USERPREF_MT_interface_theme_presets(bpy_types._GenericUI):
|
|
618
|
+
class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
618
619
|
""" """
|
|
619
620
|
|
|
620
621
|
bl_label: typing.Any
|
|
@@ -823,7 +824,7 @@ class USERPREF_MT_interface_theme_presets(bpy_types._GenericUI):
|
|
|
823
824
|
""" """
|
|
824
825
|
...
|
|
825
826
|
|
|
826
|
-
class USERPREF_MT_keyconfigs(bpy_types._GenericUI):
|
|
827
|
+
class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
|
|
827
828
|
""" """
|
|
828
829
|
|
|
829
830
|
bl_label: typing.Any
|
|
@@ -1010,7 +1011,7 @@ class USERPREF_MT_keyconfigs(bpy_types._GenericUI):
|
|
|
1010
1011
|
""" """
|
|
1011
1012
|
...
|
|
1012
1013
|
|
|
1013
|
-
class USERPREF_MT_save_load(bpy_types._GenericUI):
|
|
1014
|
+
class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
|
|
1014
1015
|
""" """
|
|
1015
1016
|
|
|
1016
1017
|
bl_label: typing.Any
|
|
@@ -1191,7 +1192,7 @@ class USERPREF_MT_save_load(bpy_types._GenericUI):
|
|
|
1191
1192
|
""" """
|
|
1192
1193
|
...
|
|
1193
1194
|
|
|
1194
|
-
class USERPREF_MT_view(bpy_types._GenericUI):
|
|
1195
|
+
class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
1195
1196
|
""" """
|
|
1196
1197
|
|
|
1197
1198
|
bl_label: typing.Any
|
|
@@ -1372,18 +1373,12 @@ class USERPREF_MT_view(bpy_types._GenericUI):
|
|
|
1372
1373
|
""" """
|
|
1373
1374
|
...
|
|
1374
1375
|
|
|
1375
|
-
class
|
|
1376
|
-
""" """
|
|
1377
|
-
|
|
1378
|
-
bl_context: typing.Any
|
|
1376
|
+
class USERPREF_PT_addons_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
1379
1377
|
""" """
|
|
1380
1378
|
|
|
1381
1379
|
bl_label: typing.Any
|
|
1382
1380
|
""" """
|
|
1383
1381
|
|
|
1384
|
-
bl_options: typing.Any
|
|
1385
|
-
""" """
|
|
1386
|
-
|
|
1387
1382
|
bl_region_type: typing.Any
|
|
1388
1383
|
""" """
|
|
1389
1384
|
|
|
@@ -1393,6 +1388,9 @@ class USERPREF_PT_addons(bpy_types._GenericUI):
|
|
|
1393
1388
|
bl_space_type: typing.Any
|
|
1394
1389
|
""" """
|
|
1395
1390
|
|
|
1391
|
+
bl_ui_units_x: typing.Any
|
|
1392
|
+
""" """
|
|
1393
|
+
|
|
1396
1394
|
id_data: typing.Any
|
|
1397
1395
|
""" """
|
|
1398
1396
|
|
|
@@ -1422,23 +1420,6 @@ class USERPREF_PT_addons(bpy_types._GenericUI):
|
|
|
1422
1420
|
"""
|
|
1423
1421
|
...
|
|
1424
1422
|
|
|
1425
|
-
def draw_addon_preferences(self, layout, context, addon_preferences):
|
|
1426
|
-
"""
|
|
1427
|
-
|
|
1428
|
-
:param layout:
|
|
1429
|
-
:param context:
|
|
1430
|
-
:param addon_preferences:
|
|
1431
|
-
"""
|
|
1432
|
-
...
|
|
1433
|
-
|
|
1434
|
-
def draw_error(self, layout, message):
|
|
1435
|
-
"""
|
|
1436
|
-
|
|
1437
|
-
:param layout:
|
|
1438
|
-
:param message:
|
|
1439
|
-
"""
|
|
1440
|
-
...
|
|
1441
|
-
|
|
1442
1423
|
def driver_add(self):
|
|
1443
1424
|
""" """
|
|
1444
1425
|
...
|
|
@@ -1483,14 +1464,6 @@ class USERPREF_PT_addons(bpy_types._GenericUI):
|
|
|
1483
1464
|
""" """
|
|
1484
1465
|
...
|
|
1485
1466
|
|
|
1486
|
-
def is_user_addon(self, mod, user_addon_paths):
|
|
1487
|
-
"""
|
|
1488
|
-
|
|
1489
|
-
:param mod:
|
|
1490
|
-
:param user_addon_paths:
|
|
1491
|
-
"""
|
|
1492
|
-
...
|
|
1493
|
-
|
|
1494
1467
|
def items(self):
|
|
1495
1468
|
""" """
|
|
1496
1469
|
...
|
|
@@ -1549,12 +1522,15 @@ class USERPREF_PT_addons(bpy_types._GenericUI):
|
|
|
1549
1522
|
""" """
|
|
1550
1523
|
...
|
|
1551
1524
|
|
|
1552
|
-
class
|
|
1525
|
+
class USERPREF_PT_extensions_repos(bpy_types.Panel, bpy_types._GenericUI):
|
|
1553
1526
|
""" """
|
|
1554
1527
|
|
|
1555
1528
|
bl_label: typing.Any
|
|
1556
1529
|
""" """
|
|
1557
1530
|
|
|
1531
|
+
bl_options: typing.Any
|
|
1532
|
+
""" """
|
|
1533
|
+
|
|
1558
1534
|
bl_region_type: typing.Any
|
|
1559
1535
|
""" """
|
|
1560
1536
|
|
|
@@ -1698,13 +1674,13 @@ class USERPREF_PT_addons_filter(bpy_types._GenericUI):
|
|
|
1698
1674
|
""" """
|
|
1699
1675
|
...
|
|
1700
1676
|
|
|
1701
|
-
class
|
|
1677
|
+
class USERPREF_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
|
|
1702
1678
|
""" """
|
|
1703
1679
|
|
|
1704
|
-
|
|
1680
|
+
bl_label: typing.Any
|
|
1705
1681
|
""" """
|
|
1706
1682
|
|
|
1707
|
-
|
|
1683
|
+
bl_options: typing.Any
|
|
1708
1684
|
""" """
|
|
1709
1685
|
|
|
1710
1686
|
bl_region_type: typing.Any
|
|
@@ -1745,14 +1721,6 @@ class USERPREF_PT_animation_fcurves(bpy_types._GenericUI):
|
|
|
1745
1721
|
"""
|
|
1746
1722
|
...
|
|
1747
1723
|
|
|
1748
|
-
def draw_centered(self, context, layout):
|
|
1749
|
-
"""
|
|
1750
|
-
|
|
1751
|
-
:param context:
|
|
1752
|
-
:param layout:
|
|
1753
|
-
"""
|
|
1754
|
-
...
|
|
1755
|
-
|
|
1756
1724
|
def driver_add(self):
|
|
1757
1725
|
""" """
|
|
1758
1726
|
...
|
|
@@ -1855,10 +1823,7 @@ class USERPREF_PT_animation_fcurves(bpy_types._GenericUI):
|
|
|
1855
1823
|
""" """
|
|
1856
1824
|
...
|
|
1857
1825
|
|
|
1858
|
-
class
|
|
1859
|
-
""" """
|
|
1860
|
-
|
|
1861
|
-
bl_context: typing.Any
|
|
1826
|
+
class USERPREF_PT_ndof_settings(bpy_types.Panel, bpy_types._GenericUI):
|
|
1862
1827
|
""" """
|
|
1863
1828
|
|
|
1864
1829
|
bl_label: typing.Any
|
|
@@ -1873,6 +1838,9 @@ class USERPREF_PT_animation_keyframes(bpy_types._GenericUI):
|
|
|
1873
1838
|
bl_space_type: typing.Any
|
|
1874
1839
|
""" """
|
|
1875
1840
|
|
|
1841
|
+
bl_ui_units_x: typing.Any
|
|
1842
|
+
""" """
|
|
1843
|
+
|
|
1876
1844
|
id_data: typing.Any
|
|
1877
1845
|
""" """
|
|
1878
1846
|
|
|
@@ -1902,11 +1870,12 @@ class USERPREF_PT_animation_keyframes(bpy_types._GenericUI):
|
|
|
1902
1870
|
"""
|
|
1903
1871
|
...
|
|
1904
1872
|
|
|
1905
|
-
def
|
|
1873
|
+
def draw_settings(self, layout, props, show_3dview_settings):
|
|
1906
1874
|
"""
|
|
1907
1875
|
|
|
1908
|
-
:param context:
|
|
1909
1876
|
:param layout:
|
|
1877
|
+
:param props:
|
|
1878
|
+
:param show_3dview_settings:
|
|
1910
1879
|
"""
|
|
1911
1880
|
...
|
|
1912
1881
|
|
|
@@ -2012,13 +1981,13 @@ class USERPREF_PT_animation_keyframes(bpy_types._GenericUI):
|
|
|
2012
1981
|
""" """
|
|
2013
1982
|
...
|
|
2014
1983
|
|
|
2015
|
-
class
|
|
1984
|
+
class USERPREF_PT_save_preferences(bpy_types.Panel, bpy_types._GenericUI):
|
|
2016
1985
|
""" """
|
|
2017
1986
|
|
|
2018
|
-
|
|
1987
|
+
bl_label: typing.Any
|
|
2019
1988
|
""" """
|
|
2020
1989
|
|
|
2021
|
-
|
|
1990
|
+
bl_options: typing.Any
|
|
2022
1991
|
""" """
|
|
2023
1992
|
|
|
2024
1993
|
bl_region_type: typing.Any
|
|
@@ -2059,14 +2028,6 @@ class USERPREF_PT_animation_timeline(bpy_types._GenericUI):
|
|
|
2059
2028
|
"""
|
|
2060
2029
|
...
|
|
2061
2030
|
|
|
2062
|
-
def draw_centered(self, context, layout):
|
|
2063
|
-
"""
|
|
2064
|
-
|
|
2065
|
-
:param context:
|
|
2066
|
-
:param layout:
|
|
2067
|
-
"""
|
|
2068
|
-
...
|
|
2069
|
-
|
|
2070
2031
|
def driver_add(self):
|
|
2071
2032
|
""" """
|
|
2072
2033
|
...
|
|
@@ -2135,6 +2096,13 @@ class USERPREF_PT_animation_timeline(bpy_types._GenericUI):
|
|
|
2135
2096
|
""" """
|
|
2136
2097
|
...
|
|
2137
2098
|
|
|
2099
|
+
def poll(self, context):
|
|
2100
|
+
"""
|
|
2101
|
+
|
|
2102
|
+
:param context:
|
|
2103
|
+
"""
|
|
2104
|
+
...
|
|
2105
|
+
|
|
2138
2106
|
def pop(self):
|
|
2139
2107
|
""" """
|
|
2140
2108
|
...
|
|
@@ -2169,10 +2137,9 @@ class USERPREF_PT_animation_timeline(bpy_types._GenericUI):
|
|
|
2169
2137
|
""" """
|
|
2170
2138
|
...
|
|
2171
2139
|
|
|
2172
|
-
class
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
bl_context: typing.Any
|
|
2140
|
+
class USERPREF_PT_text_editor_presets(
|
|
2141
|
+
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
2142
|
+
):
|
|
2176
2143
|
""" """
|
|
2177
2144
|
|
|
2178
2145
|
bl_label: typing.Any
|
|
@@ -2190,6 +2157,15 @@ class USERPREF_PT_edit_annotations(bpy_types._GenericUI):
|
|
|
2190
2157
|
id_data: typing.Any
|
|
2191
2158
|
""" """
|
|
2192
2159
|
|
|
2160
|
+
preset_add_operator: typing.Any
|
|
2161
|
+
""" """
|
|
2162
|
+
|
|
2163
|
+
preset_operator: typing.Any
|
|
2164
|
+
""" """
|
|
2165
|
+
|
|
2166
|
+
preset_subdir: typing.Any
|
|
2167
|
+
""" """
|
|
2168
|
+
|
|
2193
2169
|
def append(self, draw_func):
|
|
2194
2170
|
"""
|
|
2195
2171
|
|
|
@@ -2216,10 +2192,17 @@ class USERPREF_PT_edit_annotations(bpy_types._GenericUI):
|
|
|
2216
2192
|
"""
|
|
2217
2193
|
...
|
|
2218
2194
|
|
|
2219
|
-
def
|
|
2195
|
+
def draw_menu(self, layout, text):
|
|
2196
|
+
"""
|
|
2197
|
+
|
|
2198
|
+
:param layout:
|
|
2199
|
+
:param text:
|
|
2200
|
+
"""
|
|
2201
|
+
...
|
|
2202
|
+
|
|
2203
|
+
def draw_panel_header(self, layout):
|
|
2220
2204
|
"""
|
|
2221
2205
|
|
|
2222
|
-
:param context:
|
|
2223
2206
|
:param layout:
|
|
2224
2207
|
"""
|
|
2225
2208
|
...
|
|
@@ -2288,6 +2271,32 @@ class USERPREF_PT_edit_annotations(bpy_types._GenericUI):
|
|
|
2288
2271
|
""" """
|
|
2289
2272
|
...
|
|
2290
2273
|
|
|
2274
|
+
def path_menu(
|
|
2275
|
+
self,
|
|
2276
|
+
searchpaths,
|
|
2277
|
+
operator,
|
|
2278
|
+
props_default,
|
|
2279
|
+
prop_filepath,
|
|
2280
|
+
filter_ext,
|
|
2281
|
+
filter_path,
|
|
2282
|
+
display_name,
|
|
2283
|
+
add_operator,
|
|
2284
|
+
add_operator_props,
|
|
2285
|
+
):
|
|
2286
|
+
"""
|
|
2287
|
+
|
|
2288
|
+
:param searchpaths:
|
|
2289
|
+
:param operator:
|
|
2290
|
+
:param props_default:
|
|
2291
|
+
:param prop_filepath:
|
|
2292
|
+
:param filter_ext:
|
|
2293
|
+
:param filter_path:
|
|
2294
|
+
:param display_name:
|
|
2295
|
+
:param add_operator:
|
|
2296
|
+
:param add_operator_props:
|
|
2297
|
+
"""
|
|
2298
|
+
...
|
|
2299
|
+
|
|
2291
2300
|
def path_resolve(self):
|
|
2292
2301
|
""" """
|
|
2293
2302
|
...
|
|
@@ -2326,22 +2335,22 @@ class USERPREF_PT_edit_annotations(bpy_types._GenericUI):
|
|
|
2326
2335
|
""" """
|
|
2327
2336
|
...
|
|
2328
2337
|
|
|
2329
|
-
class
|
|
2338
|
+
class ViewportPanel:
|
|
2330
2339
|
""" """
|
|
2331
2340
|
|
|
2332
2341
|
bl_context: typing.Any
|
|
2333
2342
|
""" """
|
|
2334
2343
|
|
|
2335
|
-
|
|
2344
|
+
bl_region_type: typing.Any
|
|
2336
2345
|
""" """
|
|
2337
2346
|
|
|
2338
|
-
|
|
2347
|
+
bl_space_type: typing.Any
|
|
2339
2348
|
""" """
|
|
2340
2349
|
|
|
2341
|
-
|
|
2350
|
+
class USERPREF_UL_asset_libraries(bpy_types.UIList, bpy_types._GenericUI):
|
|
2342
2351
|
""" """
|
|
2343
2352
|
|
|
2344
|
-
|
|
2353
|
+
bl_rna: typing.Any
|
|
2345
2354
|
""" """
|
|
2346
2355
|
|
|
2347
2356
|
id_data: typing.Any
|
|
@@ -2366,18 +2375,27 @@ class USERPREF_PT_edit_cursor(bpy_types._GenericUI):
|
|
|
2366
2375
|
""" """
|
|
2367
2376
|
...
|
|
2368
2377
|
|
|
2369
|
-
def
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2378
|
+
def draw_item(
|
|
2379
|
+
self,
|
|
2380
|
+
_context,
|
|
2381
|
+
layout,
|
|
2382
|
+
_data,
|
|
2383
|
+
item,
|
|
2384
|
+
icon,
|
|
2385
|
+
_active_data,
|
|
2386
|
+
_active_propname,
|
|
2387
|
+
_index,
|
|
2388
|
+
):
|
|
2377
2389
|
"""
|
|
2378
2390
|
|
|
2379
|
-
:param
|
|
2391
|
+
:param _context:
|
|
2380
2392
|
:param layout:
|
|
2393
|
+
:param _data:
|
|
2394
|
+
:param item:
|
|
2395
|
+
:param icon:
|
|
2396
|
+
:param _active_data:
|
|
2397
|
+
:param _active_propname:
|
|
2398
|
+
:param _index:
|
|
2381
2399
|
"""
|
|
2382
2400
|
...
|
|
2383
2401
|
|
|
@@ -2483,27 +2501,12 @@ class USERPREF_PT_edit_cursor(bpy_types._GenericUI):
|
|
|
2483
2501
|
""" """
|
|
2484
2502
|
...
|
|
2485
2503
|
|
|
2486
|
-
class
|
|
2487
|
-
""" """
|
|
2488
|
-
|
|
2489
|
-
bl_context: typing.Any
|
|
2490
|
-
""" """
|
|
2491
|
-
|
|
2492
|
-
bl_label: typing.Any
|
|
2493
|
-
""" """
|
|
2494
|
-
|
|
2495
|
-
bl_options: typing.Any
|
|
2496
|
-
""" """
|
|
2497
|
-
|
|
2498
|
-
bl_region_type: typing.Any
|
|
2504
|
+
class USERPREF_UL_extension_repos(bpy_types.UIList, bpy_types._GenericUI):
|
|
2499
2505
|
""" """
|
|
2500
2506
|
|
|
2501
2507
|
bl_rna: typing.Any
|
|
2502
2508
|
""" """
|
|
2503
2509
|
|
|
2504
|
-
bl_space_type: typing.Any
|
|
2505
|
-
""" """
|
|
2506
|
-
|
|
2507
2510
|
id_data: typing.Any
|
|
2508
2511
|
""" """
|
|
2509
2512
|
|
|
@@ -2526,18 +2529,27 @@ class USERPREF_PT_edit_gpencil(bpy_types._GenericUI):
|
|
|
2526
2529
|
""" """
|
|
2527
2530
|
...
|
|
2528
2531
|
|
|
2529
|
-
def
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2532
|
+
def draw_item(
|
|
2533
|
+
self,
|
|
2534
|
+
_context,
|
|
2535
|
+
layout,
|
|
2536
|
+
_data,
|
|
2537
|
+
item,
|
|
2538
|
+
icon,
|
|
2539
|
+
_active_data,
|
|
2540
|
+
_active_propname,
|
|
2541
|
+
_index,
|
|
2542
|
+
):
|
|
2537
2543
|
"""
|
|
2538
2544
|
|
|
2539
|
-
:param
|
|
2545
|
+
:param _context:
|
|
2540
2546
|
:param layout:
|
|
2547
|
+
:param _data:
|
|
2548
|
+
:param item:
|
|
2549
|
+
:param icon:
|
|
2550
|
+
:param _active_data:
|
|
2551
|
+
:param _active_propname:
|
|
2552
|
+
:param _index:
|
|
2541
2553
|
"""
|
|
2542
2554
|
...
|
|
2543
2555
|
|
|
@@ -2549,6 +2561,15 @@ class USERPREF_PT_edit_gpencil(bpy_types._GenericUI):
|
|
|
2549
2561
|
""" """
|
|
2550
2562
|
...
|
|
2551
2563
|
|
|
2564
|
+
def filter_items(self, _context, data, propname):
|
|
2565
|
+
"""
|
|
2566
|
+
|
|
2567
|
+
:param _context:
|
|
2568
|
+
:param data:
|
|
2569
|
+
:param propname:
|
|
2570
|
+
"""
|
|
2571
|
+
...
|
|
2572
|
+
|
|
2552
2573
|
def get(self):
|
|
2553
2574
|
""" """
|
|
2554
2575
|
...
|
|
@@ -2643,7 +2664,7 @@ class USERPREF_PT_edit_gpencil(bpy_types._GenericUI):
|
|
|
2643
2664
|
""" """
|
|
2644
2665
|
...
|
|
2645
2666
|
|
|
2646
|
-
class
|
|
2667
|
+
class USERPREF_PT_addons(bpy_types.Panel, AddOnPanel, bpy_types._GenericUI):
|
|
2647
2668
|
""" """
|
|
2648
2669
|
|
|
2649
2670
|
bl_context: typing.Any
|
|
@@ -2693,11 +2714,20 @@ class USERPREF_PT_edit_misc(bpy_types._GenericUI):
|
|
|
2693
2714
|
"""
|
|
2694
2715
|
...
|
|
2695
2716
|
|
|
2696
|
-
def
|
|
2717
|
+
def draw_addon_preferences(self, layout, context, addon_preferences):
|
|
2697
2718
|
"""
|
|
2698
2719
|
|
|
2720
|
+
:param layout:
|
|
2699
2721
|
:param context:
|
|
2722
|
+
:param addon_preferences:
|
|
2723
|
+
"""
|
|
2724
|
+
...
|
|
2725
|
+
|
|
2726
|
+
def draw_error(self, layout, message):
|
|
2727
|
+
"""
|
|
2728
|
+
|
|
2700
2729
|
:param layout:
|
|
2730
|
+
:param message:
|
|
2701
2731
|
"""
|
|
2702
2732
|
...
|
|
2703
2733
|
|
|
@@ -2745,6 +2775,14 @@ class USERPREF_PT_edit_misc(bpy_types._GenericUI):
|
|
|
2745
2775
|
""" """
|
|
2746
2776
|
...
|
|
2747
2777
|
|
|
2778
|
+
def is_user_addon(self, mod, user_addon_paths):
|
|
2779
|
+
"""
|
|
2780
|
+
|
|
2781
|
+
:param mod:
|
|
2782
|
+
:param user_addon_paths:
|
|
2783
|
+
"""
|
|
2784
|
+
...
|
|
2785
|
+
|
|
2748
2786
|
def items(self):
|
|
2749
2787
|
""" """
|
|
2750
2788
|
...
|
|
@@ -2803,7 +2841,9 @@ class USERPREF_PT_edit_misc(bpy_types._GenericUI):
|
|
|
2803
2841
|
""" """
|
|
2804
2842
|
...
|
|
2805
2843
|
|
|
2806
|
-
class
|
|
2844
|
+
class USERPREF_PT_animation_fcurves(
|
|
2845
|
+
bpy_types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
2846
|
+
):
|
|
2807
2847
|
""" """
|
|
2808
2848
|
|
|
2809
2849
|
bl_context: typing.Any
|
|
@@ -2812,9 +2852,6 @@ class USERPREF_PT_edit_node_editor(bpy_types._GenericUI):
|
|
|
2812
2852
|
bl_label: typing.Any
|
|
2813
2853
|
""" """
|
|
2814
2854
|
|
|
2815
|
-
bl_options: typing.Any
|
|
2816
|
-
""" """
|
|
2817
|
-
|
|
2818
2855
|
bl_region_type: typing.Any
|
|
2819
2856
|
""" """
|
|
2820
2857
|
|
|
@@ -2963,7 +3000,9 @@ class USERPREF_PT_edit_node_editor(bpy_types._GenericUI):
|
|
|
2963
3000
|
""" """
|
|
2964
3001
|
...
|
|
2965
3002
|
|
|
2966
|
-
class
|
|
3003
|
+
class USERPREF_PT_animation_keyframes(
|
|
3004
|
+
bpy_types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3005
|
+
):
|
|
2967
3006
|
""" """
|
|
2968
3007
|
|
|
2969
3008
|
bl_context: typing.Any
|
|
@@ -3010,6 +3049,14 @@ class USERPREF_PT_edit_objects(bpy_types._GenericUI):
|
|
|
3010
3049
|
"""
|
|
3011
3050
|
...
|
|
3012
3051
|
|
|
3052
|
+
def draw_centered(self, context, layout):
|
|
3053
|
+
"""
|
|
3054
|
+
|
|
3055
|
+
:param context:
|
|
3056
|
+
:param layout:
|
|
3057
|
+
"""
|
|
3058
|
+
...
|
|
3059
|
+
|
|
3013
3060
|
def driver_add(self):
|
|
3014
3061
|
""" """
|
|
3015
3062
|
...
|
|
@@ -3112,7 +3159,9 @@ class USERPREF_PT_edit_objects(bpy_types._GenericUI):
|
|
|
3112
3159
|
""" """
|
|
3113
3160
|
...
|
|
3114
3161
|
|
|
3115
|
-
class
|
|
3162
|
+
class USERPREF_PT_animation_timeline(
|
|
3163
|
+
bpy_types.Panel, AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3164
|
+
):
|
|
3116
3165
|
""" """
|
|
3117
3166
|
|
|
3118
3167
|
bl_context: typing.Any
|
|
@@ -3121,12 +3170,6 @@ class USERPREF_PT_edit_objects_duplicate_data(bpy_types._GenericUI):
|
|
|
3121
3170
|
bl_label: typing.Any
|
|
3122
3171
|
""" """
|
|
3123
3172
|
|
|
3124
|
-
bl_options: typing.Any
|
|
3125
|
-
""" """
|
|
3126
|
-
|
|
3127
|
-
bl_parent_id: typing.Any
|
|
3128
|
-
""" """
|
|
3129
|
-
|
|
3130
3173
|
bl_region_type: typing.Any
|
|
3131
3174
|
""" """
|
|
3132
3175
|
|
|
@@ -3275,7 +3318,9 @@ class USERPREF_PT_edit_objects_duplicate_data(bpy_types._GenericUI):
|
|
|
3275
3318
|
""" """
|
|
3276
3319
|
...
|
|
3277
3320
|
|
|
3278
|
-
class
|
|
3321
|
+
class USERPREF_PT_edit_annotations(
|
|
3322
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3323
|
+
):
|
|
3279
3324
|
""" """
|
|
3280
3325
|
|
|
3281
3326
|
bl_context: typing.Any
|
|
@@ -3284,9 +3329,6 @@ class USERPREF_PT_edit_objects_new(bpy_types._GenericUI):
|
|
|
3284
3329
|
bl_label: typing.Any
|
|
3285
3330
|
""" """
|
|
3286
3331
|
|
|
3287
|
-
bl_parent_id: typing.Any
|
|
3288
|
-
""" """
|
|
3289
|
-
|
|
3290
3332
|
bl_region_type: typing.Any
|
|
3291
3333
|
""" """
|
|
3292
3334
|
|
|
@@ -3435,7 +3477,9 @@ class USERPREF_PT_edit_objects_new(bpy_types._GenericUI):
|
|
|
3435
3477
|
""" """
|
|
3436
3478
|
...
|
|
3437
3479
|
|
|
3438
|
-
class
|
|
3480
|
+
class USERPREF_PT_edit_cursor(
|
|
3481
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3482
|
+
):
|
|
3439
3483
|
""" """
|
|
3440
3484
|
|
|
3441
3485
|
bl_context: typing.Any
|
|
@@ -3444,9 +3488,6 @@ class USERPREF_PT_edit_text_editor(bpy_types._GenericUI):
|
|
|
3444
3488
|
bl_label: typing.Any
|
|
3445
3489
|
""" """
|
|
3446
3490
|
|
|
3447
|
-
bl_options: typing.Any
|
|
3448
|
-
""" """
|
|
3449
|
-
|
|
3450
3491
|
bl_region_type: typing.Any
|
|
3451
3492
|
""" """
|
|
3452
3493
|
|
|
@@ -3595,7 +3636,9 @@ class USERPREF_PT_edit_text_editor(bpy_types._GenericUI):
|
|
|
3595
3636
|
""" """
|
|
3596
3637
|
...
|
|
3597
3638
|
|
|
3598
|
-
class
|
|
3639
|
+
class USERPREF_PT_edit_gpencil(
|
|
3640
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3641
|
+
):
|
|
3599
3642
|
""" """
|
|
3600
3643
|
|
|
3601
3644
|
bl_context: typing.Any
|
|
@@ -3755,7 +3798,9 @@ class USERPREF_PT_edit_weight_paint(bpy_types._GenericUI):
|
|
|
3755
3798
|
""" """
|
|
3756
3799
|
...
|
|
3757
3800
|
|
|
3758
|
-
class
|
|
3801
|
+
class USERPREF_PT_edit_misc(
|
|
3802
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3803
|
+
):
|
|
3759
3804
|
""" """
|
|
3760
3805
|
|
|
3761
3806
|
bl_context: typing.Any
|
|
@@ -3764,6 +3809,9 @@ class USERPREF_PT_experimental_debugging(bpy_types._GenericUI):
|
|
|
3764
3809
|
bl_label: typing.Any
|
|
3765
3810
|
""" """
|
|
3766
3811
|
|
|
3812
|
+
bl_options: typing.Any
|
|
3813
|
+
""" """
|
|
3814
|
+
|
|
3767
3815
|
bl_region_type: typing.Any
|
|
3768
3816
|
""" """
|
|
3769
3817
|
|
|
@@ -3776,9 +3824,6 @@ class USERPREF_PT_experimental_debugging(bpy_types._GenericUI):
|
|
|
3776
3824
|
id_data: typing.Any
|
|
3777
3825
|
""" """
|
|
3778
3826
|
|
|
3779
|
-
url_prefix: typing.Any
|
|
3780
|
-
""" """
|
|
3781
|
-
|
|
3782
3827
|
def append(self, draw_func):
|
|
3783
3828
|
"""
|
|
3784
3829
|
|
|
@@ -3805,6 +3850,14 @@ class USERPREF_PT_experimental_debugging(bpy_types._GenericUI):
|
|
|
3805
3850
|
"""
|
|
3806
3851
|
...
|
|
3807
3852
|
|
|
3853
|
+
def draw_centered(self, context, layout):
|
|
3854
|
+
"""
|
|
3855
|
+
|
|
3856
|
+
:param context:
|
|
3857
|
+
:param layout:
|
|
3858
|
+
"""
|
|
3859
|
+
...
|
|
3860
|
+
|
|
3808
3861
|
def driver_add(self):
|
|
3809
3862
|
""" """
|
|
3810
3863
|
...
|
|
@@ -3873,13 +3926,6 @@ class USERPREF_PT_experimental_debugging(bpy_types._GenericUI):
|
|
|
3873
3926
|
""" """
|
|
3874
3927
|
...
|
|
3875
3928
|
|
|
3876
|
-
def poll(self, _context):
|
|
3877
|
-
"""
|
|
3878
|
-
|
|
3879
|
-
:param _context:
|
|
3880
|
-
"""
|
|
3881
|
-
...
|
|
3882
|
-
|
|
3883
3929
|
def pop(self):
|
|
3884
3930
|
""" """
|
|
3885
3931
|
...
|
|
@@ -3914,7 +3960,9 @@ class USERPREF_PT_experimental_debugging(bpy_types._GenericUI):
|
|
|
3914
3960
|
""" """
|
|
3915
3961
|
...
|
|
3916
3962
|
|
|
3917
|
-
class
|
|
3963
|
+
class USERPREF_PT_edit_node_editor(
|
|
3964
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
3965
|
+
):
|
|
3918
3966
|
""" """
|
|
3919
3967
|
|
|
3920
3968
|
bl_context: typing.Any
|
|
@@ -3923,6 +3971,9 @@ class USERPREF_PT_experimental_new_features(bpy_types._GenericUI):
|
|
|
3923
3971
|
bl_label: typing.Any
|
|
3924
3972
|
""" """
|
|
3925
3973
|
|
|
3974
|
+
bl_options: typing.Any
|
|
3975
|
+
""" """
|
|
3976
|
+
|
|
3926
3977
|
bl_region_type: typing.Any
|
|
3927
3978
|
""" """
|
|
3928
3979
|
|
|
@@ -3935,9 +3986,6 @@ class USERPREF_PT_experimental_new_features(bpy_types._GenericUI):
|
|
|
3935
3986
|
id_data: typing.Any
|
|
3936
3987
|
""" """
|
|
3937
3988
|
|
|
3938
|
-
url_prefix: typing.Any
|
|
3939
|
-
""" """
|
|
3940
|
-
|
|
3941
3989
|
def append(self, draw_func):
|
|
3942
3990
|
"""
|
|
3943
3991
|
|
|
@@ -3964,6 +4012,14 @@ class USERPREF_PT_experimental_new_features(bpy_types._GenericUI):
|
|
|
3964
4012
|
"""
|
|
3965
4013
|
...
|
|
3966
4014
|
|
|
4015
|
+
def draw_centered(self, context, layout):
|
|
4016
|
+
"""
|
|
4017
|
+
|
|
4018
|
+
:param context:
|
|
4019
|
+
:param layout:
|
|
4020
|
+
"""
|
|
4021
|
+
...
|
|
4022
|
+
|
|
3967
4023
|
def driver_add(self):
|
|
3968
4024
|
""" """
|
|
3969
4025
|
...
|
|
@@ -4032,13 +4088,6 @@ class USERPREF_PT_experimental_new_features(bpy_types._GenericUI):
|
|
|
4032
4088
|
""" """
|
|
4033
4089
|
...
|
|
4034
4090
|
|
|
4035
|
-
def poll(self, _context):
|
|
4036
|
-
"""
|
|
4037
|
-
|
|
4038
|
-
:param _context:
|
|
4039
|
-
"""
|
|
4040
|
-
...
|
|
4041
|
-
|
|
4042
4091
|
def pop(self):
|
|
4043
4092
|
""" """
|
|
4044
4093
|
...
|
|
@@ -4073,7 +4122,7 @@ class USERPREF_PT_experimental_new_features(bpy_types._GenericUI):
|
|
|
4073
4122
|
""" """
|
|
4074
4123
|
...
|
|
4075
4124
|
|
|
4076
|
-
class
|
|
4125
|
+
class USERPREF_PT_edit_objects(bpy_types.Panel, EditingPanel, bpy_types._GenericUI):
|
|
4077
4126
|
""" """
|
|
4078
4127
|
|
|
4079
4128
|
bl_context: typing.Any
|
|
@@ -4094,9 +4143,6 @@ class USERPREF_PT_experimental_prototypes(bpy_types._GenericUI):
|
|
|
4094
4143
|
id_data: typing.Any
|
|
4095
4144
|
""" """
|
|
4096
4145
|
|
|
4097
|
-
url_prefix: typing.Any
|
|
4098
|
-
""" """
|
|
4099
|
-
|
|
4100
4146
|
def append(self, draw_func):
|
|
4101
4147
|
"""
|
|
4102
4148
|
|
|
@@ -4191,13 +4237,6 @@ class USERPREF_PT_experimental_prototypes(bpy_types._GenericUI):
|
|
|
4191
4237
|
""" """
|
|
4192
4238
|
...
|
|
4193
4239
|
|
|
4194
|
-
def poll(self, _context):
|
|
4195
|
-
"""
|
|
4196
|
-
|
|
4197
|
-
:param _context:
|
|
4198
|
-
"""
|
|
4199
|
-
...
|
|
4200
|
-
|
|
4201
4240
|
def pop(self):
|
|
4202
4241
|
""" """
|
|
4203
4242
|
...
|
|
@@ -4232,7 +4271,12 @@ class USERPREF_PT_experimental_prototypes(bpy_types._GenericUI):
|
|
|
4232
4271
|
""" """
|
|
4233
4272
|
...
|
|
4234
4273
|
|
|
4235
|
-
class
|
|
4274
|
+
class USERPREF_PT_edit_objects_duplicate_data(
|
|
4275
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
4276
|
+
):
|
|
4277
|
+
""" """
|
|
4278
|
+
|
|
4279
|
+
bl_context: typing.Any
|
|
4236
4280
|
""" """
|
|
4237
4281
|
|
|
4238
4282
|
bl_label: typing.Any
|
|
@@ -4241,6 +4285,9 @@ class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
|
|
|
4241
4285
|
bl_options: typing.Any
|
|
4242
4286
|
""" """
|
|
4243
4287
|
|
|
4288
|
+
bl_parent_id: typing.Any
|
|
4289
|
+
""" """
|
|
4290
|
+
|
|
4244
4291
|
bl_region_type: typing.Any
|
|
4245
4292
|
""" """
|
|
4246
4293
|
|
|
@@ -4250,9 +4297,6 @@ class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
|
|
|
4250
4297
|
bl_space_type: typing.Any
|
|
4251
4298
|
""" """
|
|
4252
4299
|
|
|
4253
|
-
bl_ui_units_x: typing.Any
|
|
4254
|
-
""" """
|
|
4255
|
-
|
|
4256
4300
|
id_data: typing.Any
|
|
4257
4301
|
""" """
|
|
4258
4302
|
|
|
@@ -4282,6 +4326,14 @@ class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
|
|
|
4282
4326
|
"""
|
|
4283
4327
|
...
|
|
4284
4328
|
|
|
4329
|
+
def draw_centered(self, context, layout):
|
|
4330
|
+
"""
|
|
4331
|
+
|
|
4332
|
+
:param context:
|
|
4333
|
+
:param layout:
|
|
4334
|
+
"""
|
|
4335
|
+
...
|
|
4336
|
+
|
|
4285
4337
|
def driver_add(self):
|
|
4286
4338
|
""" """
|
|
4287
4339
|
...
|
|
@@ -4384,7 +4436,9 @@ class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
|
|
|
4384
4436
|
""" """
|
|
4385
4437
|
...
|
|
4386
4438
|
|
|
4387
|
-
class
|
|
4439
|
+
class USERPREF_PT_edit_objects_new(
|
|
4440
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
4441
|
+
):
|
|
4388
4442
|
""" """
|
|
4389
4443
|
|
|
4390
4444
|
bl_context: typing.Any
|
|
@@ -4393,7 +4447,7 @@ class USERPREF_PT_file_paths_applications(bpy_types._GenericUI):
|
|
|
4393
4447
|
bl_label: typing.Any
|
|
4394
4448
|
""" """
|
|
4395
4449
|
|
|
4396
|
-
|
|
4450
|
+
bl_parent_id: typing.Any
|
|
4397
4451
|
""" """
|
|
4398
4452
|
|
|
4399
4453
|
bl_region_type: typing.Any
|
|
@@ -4434,6 +4488,14 @@ class USERPREF_PT_file_paths_applications(bpy_types._GenericUI):
|
|
|
4434
4488
|
"""
|
|
4435
4489
|
...
|
|
4436
4490
|
|
|
4491
|
+
def draw_centered(self, context, layout):
|
|
4492
|
+
"""
|
|
4493
|
+
|
|
4494
|
+
:param context:
|
|
4495
|
+
:param layout:
|
|
4496
|
+
"""
|
|
4497
|
+
...
|
|
4498
|
+
|
|
4437
4499
|
def driver_add(self):
|
|
4438
4500
|
""" """
|
|
4439
4501
|
...
|
|
@@ -4536,7 +4598,9 @@ class USERPREF_PT_file_paths_applications(bpy_types._GenericUI):
|
|
|
4536
4598
|
""" """
|
|
4537
4599
|
...
|
|
4538
4600
|
|
|
4539
|
-
class
|
|
4601
|
+
class USERPREF_PT_edit_text_editor(
|
|
4602
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
4603
|
+
):
|
|
4540
4604
|
""" """
|
|
4541
4605
|
|
|
4542
4606
|
bl_context: typing.Any
|
|
@@ -4545,6 +4609,9 @@ class USERPREF_PT_file_paths_asset_libraries(bpy_types._GenericUI):
|
|
|
4545
4609
|
bl_label: typing.Any
|
|
4546
4610
|
""" """
|
|
4547
4611
|
|
|
4612
|
+
bl_options: typing.Any
|
|
4613
|
+
""" """
|
|
4614
|
+
|
|
4548
4615
|
bl_region_type: typing.Any
|
|
4549
4616
|
""" """
|
|
4550
4617
|
|
|
@@ -4583,6 +4650,14 @@ class USERPREF_PT_file_paths_asset_libraries(bpy_types._GenericUI):
|
|
|
4583
4650
|
"""
|
|
4584
4651
|
...
|
|
4585
4652
|
|
|
4653
|
+
def draw_centered(self, context, layout):
|
|
4654
|
+
"""
|
|
4655
|
+
|
|
4656
|
+
:param context:
|
|
4657
|
+
:param layout:
|
|
4658
|
+
"""
|
|
4659
|
+
...
|
|
4660
|
+
|
|
4586
4661
|
def driver_add(self):
|
|
4587
4662
|
""" """
|
|
4588
4663
|
...
|
|
@@ -4685,7 +4760,9 @@ class USERPREF_PT_file_paths_asset_libraries(bpy_types._GenericUI):
|
|
|
4685
4760
|
""" """
|
|
4686
4761
|
...
|
|
4687
4762
|
|
|
4688
|
-
class
|
|
4763
|
+
class USERPREF_PT_edit_weight_paint(
|
|
4764
|
+
bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
4765
|
+
):
|
|
4689
4766
|
""" """
|
|
4690
4767
|
|
|
4691
4768
|
bl_context: typing.Any
|
|
@@ -4694,6 +4771,9 @@ class USERPREF_PT_file_paths_data(bpy_types._GenericUI):
|
|
|
4694
4771
|
bl_label: typing.Any
|
|
4695
4772
|
""" """
|
|
4696
4773
|
|
|
4774
|
+
bl_options: typing.Any
|
|
4775
|
+
""" """
|
|
4776
|
+
|
|
4697
4777
|
bl_region_type: typing.Any
|
|
4698
4778
|
""" """
|
|
4699
4779
|
|
|
@@ -4732,6 +4812,14 @@ class USERPREF_PT_file_paths_data(bpy_types._GenericUI):
|
|
|
4732
4812
|
"""
|
|
4733
4813
|
...
|
|
4734
4814
|
|
|
4815
|
+
def draw_centered(self, context, layout):
|
|
4816
|
+
"""
|
|
4817
|
+
|
|
4818
|
+
:param context:
|
|
4819
|
+
:param layout:
|
|
4820
|
+
"""
|
|
4821
|
+
...
|
|
4822
|
+
|
|
4735
4823
|
def driver_add(self):
|
|
4736
4824
|
""" """
|
|
4737
4825
|
...
|
|
@@ -4834,7 +4922,9 @@ class USERPREF_PT_file_paths_data(bpy_types._GenericUI):
|
|
|
4834
4922
|
""" """
|
|
4835
4923
|
...
|
|
4836
4924
|
|
|
4837
|
-
class
|
|
4925
|
+
class USERPREF_PT_experimental_debugging(
|
|
4926
|
+
bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
|
|
4927
|
+
):
|
|
4838
4928
|
""" """
|
|
4839
4929
|
|
|
4840
4930
|
bl_context: typing.Any
|
|
@@ -4843,9 +4933,6 @@ class USERPREF_PT_file_paths_development(bpy_types._GenericUI):
|
|
|
4843
4933
|
bl_label: typing.Any
|
|
4844
4934
|
""" """
|
|
4845
4935
|
|
|
4846
|
-
bl_options: typing.Any
|
|
4847
|
-
""" """
|
|
4848
|
-
|
|
4849
4936
|
bl_region_type: typing.Any
|
|
4850
4937
|
""" """
|
|
4851
4938
|
|
|
@@ -4858,6 +4945,9 @@ class USERPREF_PT_file_paths_development(bpy_types._GenericUI):
|
|
|
4858
4945
|
id_data: typing.Any
|
|
4859
4946
|
""" """
|
|
4860
4947
|
|
|
4948
|
+
url_prefix: typing.Any
|
|
4949
|
+
""" """
|
|
4950
|
+
|
|
4861
4951
|
def append(self, draw_func):
|
|
4862
4952
|
"""
|
|
4863
4953
|
|
|
@@ -4952,10 +5042,10 @@ class USERPREF_PT_file_paths_development(bpy_types._GenericUI):
|
|
|
4952
5042
|
""" """
|
|
4953
5043
|
...
|
|
4954
5044
|
|
|
4955
|
-
def poll(self,
|
|
5045
|
+
def poll(self, _context):
|
|
4956
5046
|
"""
|
|
4957
5047
|
|
|
4958
|
-
:param
|
|
5048
|
+
:param _context:
|
|
4959
5049
|
"""
|
|
4960
5050
|
...
|
|
4961
5051
|
|
|
@@ -4993,7 +5083,9 @@ class USERPREF_PT_file_paths_development(bpy_types._GenericUI):
|
|
|
4993
5083
|
""" """
|
|
4994
5084
|
...
|
|
4995
5085
|
|
|
4996
|
-
class
|
|
5086
|
+
class USERPREF_PT_experimental_new_features(
|
|
5087
|
+
bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
|
|
5088
|
+
):
|
|
4997
5089
|
""" """
|
|
4998
5090
|
|
|
4999
5091
|
bl_context: typing.Any
|
|
@@ -5002,9 +5094,6 @@ class USERPREF_PT_file_paths_render(bpy_types._GenericUI):
|
|
|
5002
5094
|
bl_label: typing.Any
|
|
5003
5095
|
""" """
|
|
5004
5096
|
|
|
5005
|
-
bl_parent_id: typing.Any
|
|
5006
|
-
""" """
|
|
5007
|
-
|
|
5008
5097
|
bl_region_type: typing.Any
|
|
5009
5098
|
""" """
|
|
5010
5099
|
|
|
@@ -5017,6 +5106,9 @@ class USERPREF_PT_file_paths_render(bpy_types._GenericUI):
|
|
|
5017
5106
|
id_data: typing.Any
|
|
5018
5107
|
""" """
|
|
5019
5108
|
|
|
5109
|
+
url_prefix: typing.Any
|
|
5110
|
+
""" """
|
|
5111
|
+
|
|
5020
5112
|
def append(self, draw_func):
|
|
5021
5113
|
"""
|
|
5022
5114
|
|
|
@@ -5111,6 +5203,13 @@ class USERPREF_PT_file_paths_render(bpy_types._GenericUI):
|
|
|
5111
5203
|
""" """
|
|
5112
5204
|
...
|
|
5113
5205
|
|
|
5206
|
+
def poll(self, _context):
|
|
5207
|
+
"""
|
|
5208
|
+
|
|
5209
|
+
:param _context:
|
|
5210
|
+
"""
|
|
5211
|
+
...
|
|
5212
|
+
|
|
5114
5213
|
def pop(self):
|
|
5115
5214
|
""" """
|
|
5116
5215
|
...
|
|
@@ -5145,7 +5244,9 @@ class USERPREF_PT_file_paths_render(bpy_types._GenericUI):
|
|
|
5145
5244
|
""" """
|
|
5146
5245
|
...
|
|
5147
5246
|
|
|
5148
|
-
class
|
|
5247
|
+
class USERPREF_PT_experimental_prototypes(
|
|
5248
|
+
bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
|
|
5249
|
+
):
|
|
5149
5250
|
""" """
|
|
5150
5251
|
|
|
5151
5252
|
bl_context: typing.Any
|
|
@@ -5166,6 +5267,9 @@ class USERPREF_PT_file_paths_script_directories(bpy_types._GenericUI):
|
|
|
5166
5267
|
id_data: typing.Any
|
|
5167
5268
|
""" """
|
|
5168
5269
|
|
|
5270
|
+
url_prefix: typing.Any
|
|
5271
|
+
""" """
|
|
5272
|
+
|
|
5169
5273
|
def append(self, draw_func):
|
|
5170
5274
|
"""
|
|
5171
5275
|
|
|
@@ -5260,6 +5364,13 @@ class USERPREF_PT_file_paths_script_directories(bpy_types._GenericUI):
|
|
|
5260
5364
|
""" """
|
|
5261
5365
|
...
|
|
5262
5366
|
|
|
5367
|
+
def poll(self, _context):
|
|
5368
|
+
"""
|
|
5369
|
+
|
|
5370
|
+
:param _context:
|
|
5371
|
+
"""
|
|
5372
|
+
...
|
|
5373
|
+
|
|
5263
5374
|
def pop(self):
|
|
5264
5375
|
""" """
|
|
5265
5376
|
...
|
|
@@ -5294,7 +5405,9 @@ class USERPREF_PT_file_paths_script_directories(bpy_types._GenericUI):
|
|
|
5294
5405
|
""" """
|
|
5295
5406
|
...
|
|
5296
5407
|
|
|
5297
|
-
class
|
|
5408
|
+
class USERPREF_PT_file_paths_applications(
|
|
5409
|
+
bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
5410
|
+
):
|
|
5298
5411
|
""" """
|
|
5299
5412
|
|
|
5300
5413
|
bl_context: typing.Any
|
|
@@ -5303,6 +5416,9 @@ class USERPREF_PT_input_keyboard(bpy_types._GenericUI):
|
|
|
5303
5416
|
bl_label: typing.Any
|
|
5304
5417
|
""" """
|
|
5305
5418
|
|
|
5419
|
+
bl_options: typing.Any
|
|
5420
|
+
""" """
|
|
5421
|
+
|
|
5306
5422
|
bl_region_type: typing.Any
|
|
5307
5423
|
""" """
|
|
5308
5424
|
|
|
@@ -5341,14 +5457,6 @@ class USERPREF_PT_input_keyboard(bpy_types._GenericUI):
|
|
|
5341
5457
|
"""
|
|
5342
5458
|
...
|
|
5343
5459
|
|
|
5344
|
-
def draw_centered(self, context, layout):
|
|
5345
|
-
"""
|
|
5346
|
-
|
|
5347
|
-
:param context:
|
|
5348
|
-
:param layout:
|
|
5349
|
-
"""
|
|
5350
|
-
...
|
|
5351
|
-
|
|
5352
5460
|
def driver_add(self):
|
|
5353
5461
|
""" """
|
|
5354
5462
|
...
|
|
@@ -5451,7 +5559,9 @@ class USERPREF_PT_input_keyboard(bpy_types._GenericUI):
|
|
|
5451
5559
|
""" """
|
|
5452
5560
|
...
|
|
5453
5561
|
|
|
5454
|
-
class
|
|
5562
|
+
class USERPREF_PT_file_paths_asset_libraries(
|
|
5563
|
+
bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
5564
|
+
):
|
|
5455
5565
|
""" """
|
|
5456
5566
|
|
|
5457
5567
|
bl_context: typing.Any
|
|
@@ -5498,14 +5608,6 @@ class USERPREF_PT_input_mouse(bpy_types._GenericUI):
|
|
|
5498
5608
|
"""
|
|
5499
5609
|
...
|
|
5500
5610
|
|
|
5501
|
-
def draw_centered(self, context, layout):
|
|
5502
|
-
"""
|
|
5503
|
-
|
|
5504
|
-
:param context:
|
|
5505
|
-
:param layout:
|
|
5506
|
-
"""
|
|
5507
|
-
...
|
|
5508
|
-
|
|
5509
5611
|
def driver_add(self):
|
|
5510
5612
|
""" """
|
|
5511
5613
|
...
|
|
@@ -5608,7 +5710,9 @@ class USERPREF_PT_input_mouse(bpy_types._GenericUI):
|
|
|
5608
5710
|
""" """
|
|
5609
5711
|
...
|
|
5610
5712
|
|
|
5611
|
-
class
|
|
5713
|
+
class USERPREF_PT_file_paths_data(
|
|
5714
|
+
bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
5715
|
+
):
|
|
5612
5716
|
""" """
|
|
5613
5717
|
|
|
5614
5718
|
bl_context: typing.Any
|
|
@@ -5617,9 +5721,6 @@ class USERPREF_PT_input_ndof(bpy_types._GenericUI):
|
|
|
5617
5721
|
bl_label: typing.Any
|
|
5618
5722
|
""" """
|
|
5619
5723
|
|
|
5620
|
-
bl_options: typing.Any
|
|
5621
|
-
""" """
|
|
5622
|
-
|
|
5623
5724
|
bl_region_type: typing.Any
|
|
5624
5725
|
""" """
|
|
5625
5726
|
|
|
@@ -5658,14 +5759,6 @@ class USERPREF_PT_input_ndof(bpy_types._GenericUI):
|
|
|
5658
5759
|
"""
|
|
5659
5760
|
...
|
|
5660
5761
|
|
|
5661
|
-
def draw_centered(self, context, layout):
|
|
5662
|
-
"""
|
|
5663
|
-
|
|
5664
|
-
:param context:
|
|
5665
|
-
:param layout:
|
|
5666
|
-
"""
|
|
5667
|
-
...
|
|
5668
|
-
|
|
5669
5762
|
def driver_add(self):
|
|
5670
5763
|
""" """
|
|
5671
5764
|
...
|
|
@@ -5734,13 +5827,6 @@ class USERPREF_PT_input_ndof(bpy_types._GenericUI):
|
|
|
5734
5827
|
""" """
|
|
5735
5828
|
...
|
|
5736
5829
|
|
|
5737
|
-
def poll(self, context):
|
|
5738
|
-
"""
|
|
5739
|
-
|
|
5740
|
-
:param context:
|
|
5741
|
-
"""
|
|
5742
|
-
...
|
|
5743
|
-
|
|
5744
5830
|
def pop(self):
|
|
5745
5831
|
""" """
|
|
5746
5832
|
...
|
|
@@ -5775,7 +5861,9 @@ class USERPREF_PT_input_ndof(bpy_types._GenericUI):
|
|
|
5775
5861
|
""" """
|
|
5776
5862
|
...
|
|
5777
5863
|
|
|
5778
|
-
class
|
|
5864
|
+
class USERPREF_PT_file_paths_development(
|
|
5865
|
+
bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
5866
|
+
):
|
|
5779
5867
|
""" """
|
|
5780
5868
|
|
|
5781
5869
|
bl_context: typing.Any
|
|
@@ -5784,6 +5872,9 @@ class USERPREF_PT_input_tablet(bpy_types._GenericUI):
|
|
|
5784
5872
|
bl_label: typing.Any
|
|
5785
5873
|
""" """
|
|
5786
5874
|
|
|
5875
|
+
bl_options: typing.Any
|
|
5876
|
+
""" """
|
|
5877
|
+
|
|
5787
5878
|
bl_region_type: typing.Any
|
|
5788
5879
|
""" """
|
|
5789
5880
|
|
|
@@ -5822,14 +5913,6 @@ class USERPREF_PT_input_tablet(bpy_types._GenericUI):
|
|
|
5822
5913
|
"""
|
|
5823
5914
|
...
|
|
5824
5915
|
|
|
5825
|
-
def draw_centered(self, context, layout):
|
|
5826
|
-
"""
|
|
5827
|
-
|
|
5828
|
-
:param context:
|
|
5829
|
-
:param layout:
|
|
5830
|
-
"""
|
|
5831
|
-
...
|
|
5832
|
-
|
|
5833
5916
|
def driver_add(self):
|
|
5834
5917
|
""" """
|
|
5835
5918
|
...
|
|
@@ -5898,6 +5981,13 @@ class USERPREF_PT_input_tablet(bpy_types._GenericUI):
|
|
|
5898
5981
|
""" """
|
|
5899
5982
|
...
|
|
5900
5983
|
|
|
5984
|
+
def poll(self, context):
|
|
5985
|
+
"""
|
|
5986
|
+
|
|
5987
|
+
:param context:
|
|
5988
|
+
"""
|
|
5989
|
+
...
|
|
5990
|
+
|
|
5901
5991
|
def pop(self):
|
|
5902
5992
|
""" """
|
|
5903
5993
|
...
|
|
@@ -5932,7 +6022,9 @@ class USERPREF_PT_input_tablet(bpy_types._GenericUI):
|
|
|
5932
6022
|
""" """
|
|
5933
6023
|
...
|
|
5934
6024
|
|
|
5935
|
-
class
|
|
6025
|
+
class USERPREF_PT_file_paths_render(
|
|
6026
|
+
bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
6027
|
+
):
|
|
5936
6028
|
""" """
|
|
5937
6029
|
|
|
5938
6030
|
bl_context: typing.Any
|
|
@@ -5941,7 +6033,7 @@ class USERPREF_PT_input_touchpad(bpy_types._GenericUI):
|
|
|
5941
6033
|
bl_label: typing.Any
|
|
5942
6034
|
""" """
|
|
5943
6035
|
|
|
5944
|
-
|
|
6036
|
+
bl_parent_id: typing.Any
|
|
5945
6037
|
""" """
|
|
5946
6038
|
|
|
5947
6039
|
bl_region_type: typing.Any
|
|
@@ -5982,14 +6074,6 @@ class USERPREF_PT_input_touchpad(bpy_types._GenericUI):
|
|
|
5982
6074
|
"""
|
|
5983
6075
|
...
|
|
5984
6076
|
|
|
5985
|
-
def draw_centered(self, context, layout):
|
|
5986
|
-
"""
|
|
5987
|
-
|
|
5988
|
-
:param context:
|
|
5989
|
-
:param layout:
|
|
5990
|
-
"""
|
|
5991
|
-
...
|
|
5992
|
-
|
|
5993
6077
|
def driver_add(self):
|
|
5994
6078
|
""" """
|
|
5995
6079
|
...
|
|
@@ -6058,13 +6142,6 @@ class USERPREF_PT_input_touchpad(bpy_types._GenericUI):
|
|
|
6058
6142
|
""" """
|
|
6059
6143
|
...
|
|
6060
6144
|
|
|
6061
|
-
def poll(self, context):
|
|
6062
|
-
"""
|
|
6063
|
-
|
|
6064
|
-
:param context:
|
|
6065
|
-
"""
|
|
6066
|
-
...
|
|
6067
|
-
|
|
6068
6145
|
def pop(self):
|
|
6069
6146
|
""" """
|
|
6070
6147
|
...
|
|
@@ -6099,7 +6176,9 @@ class USERPREF_PT_input_touchpad(bpy_types._GenericUI):
|
|
|
6099
6176
|
""" """
|
|
6100
6177
|
...
|
|
6101
6178
|
|
|
6102
|
-
class
|
|
6179
|
+
class USERPREF_PT_file_paths_script_directories(
|
|
6180
|
+
bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
6181
|
+
):
|
|
6103
6182
|
""" """
|
|
6104
6183
|
|
|
6105
6184
|
bl_context: typing.Any
|
|
@@ -6146,14 +6225,6 @@ class USERPREF_PT_interface_display(bpy_types._GenericUI):
|
|
|
6146
6225
|
"""
|
|
6147
6226
|
...
|
|
6148
6227
|
|
|
6149
|
-
def draw_centered(self, context, layout):
|
|
6150
|
-
"""
|
|
6151
|
-
|
|
6152
|
-
:param context:
|
|
6153
|
-
:param layout:
|
|
6154
|
-
"""
|
|
6155
|
-
...
|
|
6156
|
-
|
|
6157
6228
|
def driver_add(self):
|
|
6158
6229
|
""" """
|
|
6159
6230
|
...
|
|
@@ -6256,7 +6327,9 @@ class USERPREF_PT_interface_display(bpy_types._GenericUI):
|
|
|
6256
6327
|
""" """
|
|
6257
6328
|
...
|
|
6258
6329
|
|
|
6259
|
-
class
|
|
6330
|
+
class USERPREF_PT_saveload_autorun(
|
|
6331
|
+
bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
|
|
6332
|
+
):
|
|
6260
6333
|
""" """
|
|
6261
6334
|
|
|
6262
6335
|
bl_context: typing.Any
|
|
@@ -6265,6 +6338,9 @@ class USERPREF_PT_interface_editors(bpy_types._GenericUI):
|
|
|
6265
6338
|
bl_label: typing.Any
|
|
6266
6339
|
""" """
|
|
6267
6340
|
|
|
6341
|
+
bl_parent_id: typing.Any
|
|
6342
|
+
""" """
|
|
6343
|
+
|
|
6268
6344
|
bl_region_type: typing.Any
|
|
6269
6345
|
""" """
|
|
6270
6346
|
|
|
@@ -6303,11 +6379,10 @@ class USERPREF_PT_interface_editors(bpy_types._GenericUI):
|
|
|
6303
6379
|
"""
|
|
6304
6380
|
...
|
|
6305
6381
|
|
|
6306
|
-
def
|
|
6382
|
+
def draw_header(self, context):
|
|
6307
6383
|
"""
|
|
6308
6384
|
|
|
6309
6385
|
:param context:
|
|
6310
|
-
:param layout:
|
|
6311
6386
|
"""
|
|
6312
6387
|
...
|
|
6313
6388
|
|
|
@@ -6413,7 +6488,7 @@ class USERPREF_PT_interface_editors(bpy_types._GenericUI):
|
|
|
6413
6488
|
""" """
|
|
6414
6489
|
...
|
|
6415
6490
|
|
|
6416
|
-
class
|
|
6491
|
+
class USERPREF_PT_text_editor(bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI):
|
|
6417
6492
|
""" """
|
|
6418
6493
|
|
|
6419
6494
|
bl_context: typing.Any
|
|
@@ -6422,7 +6497,7 @@ class USERPREF_PT_interface_menus(bpy_types._GenericUI):
|
|
|
6422
6497
|
bl_label: typing.Any
|
|
6423
6498
|
""" """
|
|
6424
6499
|
|
|
6425
|
-
|
|
6500
|
+
bl_parent_id: typing.Any
|
|
6426
6501
|
""" """
|
|
6427
6502
|
|
|
6428
6503
|
bl_region_type: typing.Any
|
|
@@ -6463,6 +6538,13 @@ class USERPREF_PT_interface_menus(bpy_types._GenericUI):
|
|
|
6463
6538
|
"""
|
|
6464
6539
|
...
|
|
6465
6540
|
|
|
6541
|
+
def draw_header_preset(self, _context):
|
|
6542
|
+
"""
|
|
6543
|
+
|
|
6544
|
+
:param _context:
|
|
6545
|
+
"""
|
|
6546
|
+
...
|
|
6547
|
+
|
|
6466
6548
|
def driver_add(self):
|
|
6467
6549
|
""" """
|
|
6468
6550
|
...
|
|
@@ -6565,7 +6647,9 @@ class USERPREF_PT_interface_menus(bpy_types._GenericUI):
|
|
|
6565
6647
|
""" """
|
|
6566
6648
|
...
|
|
6567
6649
|
|
|
6568
|
-
class
|
|
6650
|
+
class USERPREF_PT_input_keyboard(
|
|
6651
|
+
bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
6652
|
+
):
|
|
6569
6653
|
""" """
|
|
6570
6654
|
|
|
6571
6655
|
bl_context: typing.Any
|
|
@@ -6574,9 +6658,6 @@ class USERPREF_PT_interface_menus_mouse_over(bpy_types._GenericUI):
|
|
|
6574
6658
|
bl_label: typing.Any
|
|
6575
6659
|
""" """
|
|
6576
6660
|
|
|
6577
|
-
bl_parent_id: typing.Any
|
|
6578
|
-
""" """
|
|
6579
|
-
|
|
6580
6661
|
bl_region_type: typing.Any
|
|
6581
6662
|
""" """
|
|
6582
6663
|
|
|
@@ -6623,13 +6704,6 @@ class USERPREF_PT_interface_menus_mouse_over(bpy_types._GenericUI):
|
|
|
6623
6704
|
"""
|
|
6624
6705
|
...
|
|
6625
6706
|
|
|
6626
|
-
def draw_header(self, context):
|
|
6627
|
-
"""
|
|
6628
|
-
|
|
6629
|
-
:param context:
|
|
6630
|
-
"""
|
|
6631
|
-
...
|
|
6632
|
-
|
|
6633
6707
|
def driver_add(self):
|
|
6634
6708
|
""" """
|
|
6635
6709
|
...
|
|
@@ -6732,7 +6806,9 @@ class USERPREF_PT_interface_menus_mouse_over(bpy_types._GenericUI):
|
|
|
6732
6806
|
""" """
|
|
6733
6807
|
...
|
|
6734
6808
|
|
|
6735
|
-
class
|
|
6809
|
+
class USERPREF_PT_input_mouse(
|
|
6810
|
+
bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
6811
|
+
):
|
|
6736
6812
|
""" """
|
|
6737
6813
|
|
|
6738
6814
|
bl_context: typing.Any
|
|
@@ -6741,9 +6817,6 @@ class USERPREF_PT_interface_menus_pie(bpy_types._GenericUI):
|
|
|
6741
6817
|
bl_label: typing.Any
|
|
6742
6818
|
""" """
|
|
6743
6819
|
|
|
6744
|
-
bl_parent_id: typing.Any
|
|
6745
|
-
""" """
|
|
6746
|
-
|
|
6747
6820
|
bl_region_type: typing.Any
|
|
6748
6821
|
""" """
|
|
6749
6822
|
|
|
@@ -6892,7 +6965,9 @@ class USERPREF_PT_interface_menus_pie(bpy_types._GenericUI):
|
|
|
6892
6965
|
""" """
|
|
6893
6966
|
...
|
|
6894
6967
|
|
|
6895
|
-
class
|
|
6968
|
+
class USERPREF_PT_input_ndof(
|
|
6969
|
+
bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
6970
|
+
):
|
|
6896
6971
|
""" """
|
|
6897
6972
|
|
|
6898
6973
|
bl_context: typing.Any
|
|
@@ -6904,9 +6979,6 @@ class USERPREF_PT_interface_statusbar(bpy_types._GenericUI):
|
|
|
6904
6979
|
bl_options: typing.Any
|
|
6905
6980
|
""" """
|
|
6906
6981
|
|
|
6907
|
-
bl_parent_id: typing.Any
|
|
6908
|
-
""" """
|
|
6909
|
-
|
|
6910
6982
|
bl_region_type: typing.Any
|
|
6911
6983
|
""" """
|
|
6912
6984
|
|
|
@@ -7021,6 +7093,13 @@ class USERPREF_PT_interface_statusbar(bpy_types._GenericUI):
|
|
|
7021
7093
|
""" """
|
|
7022
7094
|
...
|
|
7023
7095
|
|
|
7096
|
+
def poll(self, context):
|
|
7097
|
+
"""
|
|
7098
|
+
|
|
7099
|
+
:param context:
|
|
7100
|
+
"""
|
|
7101
|
+
...
|
|
7102
|
+
|
|
7024
7103
|
def pop(self):
|
|
7025
7104
|
""" """
|
|
7026
7105
|
...
|
|
@@ -7055,7 +7134,9 @@ class USERPREF_PT_interface_statusbar(bpy_types._GenericUI):
|
|
|
7055
7134
|
""" """
|
|
7056
7135
|
...
|
|
7057
7136
|
|
|
7058
|
-
class
|
|
7137
|
+
class USERPREF_PT_input_tablet(
|
|
7138
|
+
bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
7139
|
+
):
|
|
7059
7140
|
""" """
|
|
7060
7141
|
|
|
7061
7142
|
bl_context: typing.Any
|
|
@@ -7064,16 +7145,10 @@ class USERPREF_PT_interface_temporary_windows(bpy_types._GenericUI):
|
|
|
7064
7145
|
bl_label: typing.Any
|
|
7065
7146
|
""" """
|
|
7066
7147
|
|
|
7067
|
-
|
|
7148
|
+
bl_region_type: typing.Any
|
|
7068
7149
|
""" """
|
|
7069
7150
|
|
|
7070
|
-
|
|
7071
|
-
""" """
|
|
7072
|
-
|
|
7073
|
-
bl_region_type: typing.Any
|
|
7074
|
-
""" """
|
|
7075
|
-
|
|
7076
|
-
bl_rna: typing.Any
|
|
7151
|
+
bl_rna: typing.Any
|
|
7077
7152
|
""" """
|
|
7078
7153
|
|
|
7079
7154
|
bl_space_type: typing.Any
|
|
@@ -7218,7 +7293,9 @@ class USERPREF_PT_interface_temporary_windows(bpy_types._GenericUI):
|
|
|
7218
7293
|
""" """
|
|
7219
7294
|
...
|
|
7220
7295
|
|
|
7221
|
-
class
|
|
7296
|
+
class USERPREF_PT_input_touchpad(
|
|
7297
|
+
bpy_types.Panel, InputPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
7298
|
+
):
|
|
7222
7299
|
""" """
|
|
7223
7300
|
|
|
7224
7301
|
bl_context: typing.Any
|
|
@@ -7344,6 +7421,13 @@ class USERPREF_PT_interface_text(bpy_types._GenericUI):
|
|
|
7344
7421
|
""" """
|
|
7345
7422
|
...
|
|
7346
7423
|
|
|
7424
|
+
def poll(self, context):
|
|
7425
|
+
"""
|
|
7426
|
+
|
|
7427
|
+
:param context:
|
|
7428
|
+
"""
|
|
7429
|
+
...
|
|
7430
|
+
|
|
7347
7431
|
def pop(self):
|
|
7348
7432
|
""" """
|
|
7349
7433
|
...
|
|
@@ -7378,7 +7462,9 @@ class USERPREF_PT_interface_text(bpy_types._GenericUI):
|
|
|
7378
7462
|
""" """
|
|
7379
7463
|
...
|
|
7380
7464
|
|
|
7381
|
-
class
|
|
7465
|
+
class USERPREF_PT_interface_display(
|
|
7466
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
7467
|
+
):
|
|
7382
7468
|
""" """
|
|
7383
7469
|
|
|
7384
7470
|
bl_context: typing.Any
|
|
@@ -7396,9 +7482,6 @@ class USERPREF_PT_interface_translation(bpy_types._GenericUI):
|
|
|
7396
7482
|
bl_space_type: typing.Any
|
|
7397
7483
|
""" """
|
|
7398
7484
|
|
|
7399
|
-
bl_translation_context: typing.Any
|
|
7400
|
-
""" """
|
|
7401
|
-
|
|
7402
7485
|
id_data: typing.Any
|
|
7403
7486
|
""" """
|
|
7404
7487
|
|
|
@@ -7504,13 +7587,6 @@ class USERPREF_PT_interface_translation(bpy_types._GenericUI):
|
|
|
7504
7587
|
""" """
|
|
7505
7588
|
...
|
|
7506
7589
|
|
|
7507
|
-
def poll(self, _context):
|
|
7508
|
-
"""
|
|
7509
|
-
|
|
7510
|
-
:param _context:
|
|
7511
|
-
"""
|
|
7512
|
-
...
|
|
7513
|
-
|
|
7514
7590
|
def pop(self):
|
|
7515
7591
|
""" """
|
|
7516
7592
|
...
|
|
@@ -7545,7 +7621,9 @@ class USERPREF_PT_interface_translation(bpy_types._GenericUI):
|
|
|
7545
7621
|
""" """
|
|
7546
7622
|
...
|
|
7547
7623
|
|
|
7548
|
-
class
|
|
7624
|
+
class USERPREF_PT_interface_editors(
|
|
7625
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
7626
|
+
):
|
|
7549
7627
|
""" """
|
|
7550
7628
|
|
|
7551
7629
|
bl_context: typing.Any
|
|
@@ -7554,9 +7632,6 @@ class USERPREF_PT_keymap(bpy_types._GenericUI):
|
|
|
7554
7632
|
bl_label: typing.Any
|
|
7555
7633
|
""" """
|
|
7556
7634
|
|
|
7557
|
-
bl_options: typing.Any
|
|
7558
|
-
""" """
|
|
7559
|
-
|
|
7560
7635
|
bl_region_type: typing.Any
|
|
7561
7636
|
""" """
|
|
7562
7637
|
|
|
@@ -7595,6 +7670,14 @@ class USERPREF_PT_keymap(bpy_types._GenericUI):
|
|
|
7595
7670
|
"""
|
|
7596
7671
|
...
|
|
7597
7672
|
|
|
7673
|
+
def draw_centered(self, context, layout):
|
|
7674
|
+
"""
|
|
7675
|
+
|
|
7676
|
+
:param context:
|
|
7677
|
+
:param layout:
|
|
7678
|
+
"""
|
|
7679
|
+
...
|
|
7680
|
+
|
|
7598
7681
|
def driver_add(self):
|
|
7599
7682
|
""" """
|
|
7600
7683
|
...
|
|
@@ -7697,7 +7780,12 @@ class USERPREF_PT_keymap(bpy_types._GenericUI):
|
|
|
7697
7780
|
""" """
|
|
7698
7781
|
...
|
|
7699
7782
|
|
|
7700
|
-
class
|
|
7783
|
+
class USERPREF_PT_interface_menus(
|
|
7784
|
+
bpy_types.Panel, InterfacePanel, bpy_types._GenericUI
|
|
7785
|
+
):
|
|
7786
|
+
""" """
|
|
7787
|
+
|
|
7788
|
+
bl_context: typing.Any
|
|
7701
7789
|
""" """
|
|
7702
7790
|
|
|
7703
7791
|
bl_label: typing.Any
|
|
@@ -7846,7 +7934,9 @@ class USERPREF_PT_navigation_bar(bpy_types._GenericUI):
|
|
|
7846
7934
|
""" """
|
|
7847
7935
|
...
|
|
7848
7936
|
|
|
7849
|
-
class
|
|
7937
|
+
class USERPREF_PT_interface_menus_mouse_over(
|
|
7938
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
7939
|
+
):
|
|
7850
7940
|
""" """
|
|
7851
7941
|
|
|
7852
7942
|
bl_context: typing.Any
|
|
@@ -7855,6 +7945,9 @@ class USERPREF_PT_navigation_fly_walk(bpy_types._GenericUI):
|
|
|
7855
7945
|
bl_label: typing.Any
|
|
7856
7946
|
""" """
|
|
7857
7947
|
|
|
7948
|
+
bl_parent_id: typing.Any
|
|
7949
|
+
""" """
|
|
7950
|
+
|
|
7858
7951
|
bl_region_type: typing.Any
|
|
7859
7952
|
""" """
|
|
7860
7953
|
|
|
@@ -7901,6 +7994,13 @@ class USERPREF_PT_navigation_fly_walk(bpy_types._GenericUI):
|
|
|
7901
7994
|
"""
|
|
7902
7995
|
...
|
|
7903
7996
|
|
|
7997
|
+
def draw_header(self, context):
|
|
7998
|
+
"""
|
|
7999
|
+
|
|
8000
|
+
:param context:
|
|
8001
|
+
"""
|
|
8002
|
+
...
|
|
8003
|
+
|
|
7904
8004
|
def driver_add(self):
|
|
7905
8005
|
""" """
|
|
7906
8006
|
...
|
|
@@ -8003,7 +8103,9 @@ class USERPREF_PT_navigation_fly_walk(bpy_types._GenericUI):
|
|
|
8003
8103
|
""" """
|
|
8004
8104
|
...
|
|
8005
8105
|
|
|
8006
|
-
class
|
|
8106
|
+
class USERPREF_PT_interface_menus_pie(
|
|
8107
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
8108
|
+
):
|
|
8007
8109
|
""" """
|
|
8008
8110
|
|
|
8009
8111
|
bl_context: typing.Any
|
|
@@ -8012,9 +8114,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(bpy_types._GenericUI):
|
|
|
8012
8114
|
bl_label: typing.Any
|
|
8013
8115
|
""" """
|
|
8014
8116
|
|
|
8015
|
-
bl_options: typing.Any
|
|
8016
|
-
""" """
|
|
8017
|
-
|
|
8018
8117
|
bl_parent_id: typing.Any
|
|
8019
8118
|
""" """
|
|
8020
8119
|
|
|
@@ -8064,13 +8163,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(bpy_types._GenericUI):
|
|
|
8064
8163
|
"""
|
|
8065
8164
|
...
|
|
8066
8165
|
|
|
8067
|
-
def draw_header(self, context):
|
|
8068
|
-
"""
|
|
8069
|
-
|
|
8070
|
-
:param context:
|
|
8071
|
-
"""
|
|
8072
|
-
...
|
|
8073
|
-
|
|
8074
8166
|
def driver_add(self):
|
|
8075
8167
|
""" """
|
|
8076
8168
|
...
|
|
@@ -8139,13 +8231,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(bpy_types._GenericUI):
|
|
|
8139
8231
|
""" """
|
|
8140
8232
|
...
|
|
8141
8233
|
|
|
8142
|
-
def poll(self, context):
|
|
8143
|
-
"""
|
|
8144
|
-
|
|
8145
|
-
:param context:
|
|
8146
|
-
"""
|
|
8147
|
-
...
|
|
8148
|
-
|
|
8149
8234
|
def pop(self):
|
|
8150
8235
|
""" """
|
|
8151
8236
|
...
|
|
@@ -8180,7 +8265,9 @@ class USERPREF_PT_navigation_fly_walk_gravity(bpy_types._GenericUI):
|
|
|
8180
8265
|
""" """
|
|
8181
8266
|
...
|
|
8182
8267
|
|
|
8183
|
-
class
|
|
8268
|
+
class USERPREF_PT_interface_statusbar(
|
|
8269
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
8270
|
+
):
|
|
8184
8271
|
""" """
|
|
8185
8272
|
|
|
8186
8273
|
bl_context: typing.Any
|
|
@@ -8309,13 +8396,6 @@ class USERPREF_PT_navigation_fly_walk_navigation(bpy_types._GenericUI):
|
|
|
8309
8396
|
""" """
|
|
8310
8397
|
...
|
|
8311
8398
|
|
|
8312
|
-
def poll(self, context):
|
|
8313
|
-
"""
|
|
8314
|
-
|
|
8315
|
-
:param context:
|
|
8316
|
-
"""
|
|
8317
|
-
...
|
|
8318
|
-
|
|
8319
8399
|
def pop(self):
|
|
8320
8400
|
""" """
|
|
8321
8401
|
...
|
|
@@ -8350,7 +8430,9 @@ class USERPREF_PT_navigation_fly_walk_navigation(bpy_types._GenericUI):
|
|
|
8350
8430
|
""" """
|
|
8351
8431
|
...
|
|
8352
8432
|
|
|
8353
|
-
class
|
|
8433
|
+
class USERPREF_PT_interface_temporary_windows(
|
|
8434
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
8435
|
+
):
|
|
8354
8436
|
""" """
|
|
8355
8437
|
|
|
8356
8438
|
bl_context: typing.Any
|
|
@@ -8359,6 +8441,12 @@ class USERPREF_PT_navigation_orbit(bpy_types._GenericUI):
|
|
|
8359
8441
|
bl_label: typing.Any
|
|
8360
8442
|
""" """
|
|
8361
8443
|
|
|
8444
|
+
bl_options: typing.Any
|
|
8445
|
+
""" """
|
|
8446
|
+
|
|
8447
|
+
bl_parent_id: typing.Any
|
|
8448
|
+
""" """
|
|
8449
|
+
|
|
8362
8450
|
bl_region_type: typing.Any
|
|
8363
8451
|
""" """
|
|
8364
8452
|
|
|
@@ -8507,7 +8595,9 @@ class USERPREF_PT_navigation_orbit(bpy_types._GenericUI):
|
|
|
8507
8595
|
""" """
|
|
8508
8596
|
...
|
|
8509
8597
|
|
|
8510
|
-
class
|
|
8598
|
+
class USERPREF_PT_interface_text(
|
|
8599
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
8600
|
+
):
|
|
8511
8601
|
""" """
|
|
8512
8602
|
|
|
8513
8603
|
bl_context: typing.Any
|
|
@@ -8516,6 +8606,9 @@ class USERPREF_PT_navigation_zoom(bpy_types._GenericUI):
|
|
|
8516
8606
|
bl_label: typing.Any
|
|
8517
8607
|
""" """
|
|
8518
8608
|
|
|
8609
|
+
bl_options: typing.Any
|
|
8610
|
+
""" """
|
|
8611
|
+
|
|
8519
8612
|
bl_region_type: typing.Any
|
|
8520
8613
|
""" """
|
|
8521
8614
|
|
|
@@ -8664,7 +8757,12 @@ class USERPREF_PT_navigation_zoom(bpy_types._GenericUI):
|
|
|
8664
8757
|
""" """
|
|
8665
8758
|
...
|
|
8666
8759
|
|
|
8667
|
-
class
|
|
8760
|
+
class USERPREF_PT_interface_translation(
|
|
8761
|
+
bpy_types.Panel, InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
8762
|
+
):
|
|
8763
|
+
""" """
|
|
8764
|
+
|
|
8765
|
+
bl_context: typing.Any
|
|
8668
8766
|
""" """
|
|
8669
8767
|
|
|
8670
8768
|
bl_label: typing.Any
|
|
@@ -8679,7 +8777,7 @@ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
|
|
|
8679
8777
|
bl_space_type: typing.Any
|
|
8680
8778
|
""" """
|
|
8681
8779
|
|
|
8682
|
-
|
|
8780
|
+
bl_translation_context: typing.Any
|
|
8683
8781
|
""" """
|
|
8684
8782
|
|
|
8685
8783
|
id_data: typing.Any
|
|
@@ -8711,12 +8809,11 @@ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
|
|
|
8711
8809
|
"""
|
|
8712
8810
|
...
|
|
8713
8811
|
|
|
8714
|
-
def
|
|
8812
|
+
def draw_centered(self, context, layout):
|
|
8715
8813
|
"""
|
|
8716
8814
|
|
|
8815
|
+
:param context:
|
|
8717
8816
|
:param layout:
|
|
8718
|
-
:param props:
|
|
8719
|
-
:param show_3dview_settings:
|
|
8720
8817
|
"""
|
|
8721
8818
|
...
|
|
8722
8819
|
|
|
@@ -8788,6 +8885,13 @@ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
|
|
|
8788
8885
|
""" """
|
|
8789
8886
|
...
|
|
8790
8887
|
|
|
8888
|
+
def poll(self, _context):
|
|
8889
|
+
"""
|
|
8890
|
+
|
|
8891
|
+
:param _context:
|
|
8892
|
+
"""
|
|
8893
|
+
...
|
|
8894
|
+
|
|
8791
8895
|
def pop(self):
|
|
8792
8896
|
""" """
|
|
8793
8897
|
...
|
|
@@ -8822,7 +8926,10 @@ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
|
|
|
8822
8926
|
""" """
|
|
8823
8927
|
...
|
|
8824
8928
|
|
|
8825
|
-
class
|
|
8929
|
+
class USERPREF_PT_keymap(bpy_types.Panel, KeymapPanel, bpy_types._GenericUI):
|
|
8930
|
+
""" """
|
|
8931
|
+
|
|
8932
|
+
bl_context: typing.Any
|
|
8826
8933
|
""" """
|
|
8827
8934
|
|
|
8828
8935
|
bl_label: typing.Any
|
|
@@ -8937,13 +9044,6 @@ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
|
|
|
8937
9044
|
""" """
|
|
8938
9045
|
...
|
|
8939
9046
|
|
|
8940
|
-
def poll(self, context):
|
|
8941
|
-
"""
|
|
8942
|
-
|
|
8943
|
-
:param context:
|
|
8944
|
-
"""
|
|
8945
|
-
...
|
|
8946
|
-
|
|
8947
9047
|
def pop(self):
|
|
8948
9048
|
""" """
|
|
8949
9049
|
...
|
|
@@ -8978,7 +9078,9 @@ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
|
|
|
8978
9078
|
""" """
|
|
8979
9079
|
...
|
|
8980
9080
|
|
|
8981
|
-
class
|
|
9081
|
+
class USERPREF_PT_navigation_fly_walk(
|
|
9082
|
+
bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
9083
|
+
):
|
|
8982
9084
|
""" """
|
|
8983
9085
|
|
|
8984
9086
|
bl_context: typing.Any
|
|
@@ -8987,9 +9089,6 @@ class USERPREF_PT_saveload_autorun(bpy_types._GenericUI):
|
|
|
8987
9089
|
bl_label: typing.Any
|
|
8988
9090
|
""" """
|
|
8989
9091
|
|
|
8990
|
-
bl_parent_id: typing.Any
|
|
8991
|
-
""" """
|
|
8992
|
-
|
|
8993
9092
|
bl_region_type: typing.Any
|
|
8994
9093
|
""" """
|
|
8995
9094
|
|
|
@@ -9028,10 +9127,11 @@ class USERPREF_PT_saveload_autorun(bpy_types._GenericUI):
|
|
|
9028
9127
|
"""
|
|
9029
9128
|
...
|
|
9030
9129
|
|
|
9031
|
-
def
|
|
9130
|
+
def draw_centered(self, context, layout):
|
|
9032
9131
|
"""
|
|
9033
9132
|
|
|
9034
9133
|
:param context:
|
|
9134
|
+
:param layout:
|
|
9035
9135
|
"""
|
|
9036
9136
|
...
|
|
9037
9137
|
|
|
@@ -9137,7 +9237,9 @@ class USERPREF_PT_saveload_autorun(bpy_types._GenericUI):
|
|
|
9137
9237
|
""" """
|
|
9138
9238
|
...
|
|
9139
9239
|
|
|
9140
|
-
class
|
|
9240
|
+
class USERPREF_PT_navigation_fly_walk_gravity(
|
|
9241
|
+
bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
9242
|
+
):
|
|
9141
9243
|
""" """
|
|
9142
9244
|
|
|
9143
9245
|
bl_context: typing.Any
|
|
@@ -9146,6 +9248,12 @@ class USERPREF_PT_saveload_blend(bpy_types._GenericUI):
|
|
|
9146
9248
|
bl_label: typing.Any
|
|
9147
9249
|
""" """
|
|
9148
9250
|
|
|
9251
|
+
bl_options: typing.Any
|
|
9252
|
+
""" """
|
|
9253
|
+
|
|
9254
|
+
bl_parent_id: typing.Any
|
|
9255
|
+
""" """
|
|
9256
|
+
|
|
9149
9257
|
bl_region_type: typing.Any
|
|
9150
9258
|
""" """
|
|
9151
9259
|
|
|
@@ -9192,6 +9300,13 @@ class USERPREF_PT_saveload_blend(bpy_types._GenericUI):
|
|
|
9192
9300
|
"""
|
|
9193
9301
|
...
|
|
9194
9302
|
|
|
9303
|
+
def draw_header(self, context):
|
|
9304
|
+
"""
|
|
9305
|
+
|
|
9306
|
+
:param context:
|
|
9307
|
+
"""
|
|
9308
|
+
...
|
|
9309
|
+
|
|
9195
9310
|
def driver_add(self):
|
|
9196
9311
|
""" """
|
|
9197
9312
|
...
|
|
@@ -9260,6 +9375,13 @@ class USERPREF_PT_saveload_blend(bpy_types._GenericUI):
|
|
|
9260
9375
|
""" """
|
|
9261
9376
|
...
|
|
9262
9377
|
|
|
9378
|
+
def poll(self, context):
|
|
9379
|
+
"""
|
|
9380
|
+
|
|
9381
|
+
:param context:
|
|
9382
|
+
"""
|
|
9383
|
+
...
|
|
9384
|
+
|
|
9263
9385
|
def pop(self):
|
|
9264
9386
|
""" """
|
|
9265
9387
|
...
|
|
@@ -9294,7 +9416,9 @@ class USERPREF_PT_saveload_blend(bpy_types._GenericUI):
|
|
|
9294
9416
|
""" """
|
|
9295
9417
|
...
|
|
9296
9418
|
|
|
9297
|
-
class
|
|
9419
|
+
class USERPREF_PT_navigation_fly_walk_navigation(
|
|
9420
|
+
bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
9421
|
+
):
|
|
9298
9422
|
""" """
|
|
9299
9423
|
|
|
9300
9424
|
bl_context: typing.Any
|
|
@@ -9303,6 +9427,12 @@ class USERPREF_PT_saveload_file_browser(bpy_types._GenericUI):
|
|
|
9303
9427
|
bl_label: typing.Any
|
|
9304
9428
|
""" """
|
|
9305
9429
|
|
|
9430
|
+
bl_options: typing.Any
|
|
9431
|
+
""" """
|
|
9432
|
+
|
|
9433
|
+
bl_parent_id: typing.Any
|
|
9434
|
+
""" """
|
|
9435
|
+
|
|
9306
9436
|
bl_region_type: typing.Any
|
|
9307
9437
|
""" """
|
|
9308
9438
|
|
|
@@ -9417,6 +9547,13 @@ class USERPREF_PT_saveload_file_browser(bpy_types._GenericUI):
|
|
|
9417
9547
|
""" """
|
|
9418
9548
|
...
|
|
9419
9549
|
|
|
9550
|
+
def poll(self, context):
|
|
9551
|
+
"""
|
|
9552
|
+
|
|
9553
|
+
:param context:
|
|
9554
|
+
"""
|
|
9555
|
+
...
|
|
9556
|
+
|
|
9420
9557
|
def pop(self):
|
|
9421
9558
|
""" """
|
|
9422
9559
|
...
|
|
@@ -9451,7 +9588,9 @@ class USERPREF_PT_saveload_file_browser(bpy_types._GenericUI):
|
|
|
9451
9588
|
""" """
|
|
9452
9589
|
...
|
|
9453
9590
|
|
|
9454
|
-
class
|
|
9591
|
+
class USERPREF_PT_navigation_orbit(
|
|
9592
|
+
bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
9593
|
+
):
|
|
9455
9594
|
""" """
|
|
9456
9595
|
|
|
9457
9596
|
bl_context: typing.Any
|
|
@@ -9460,12 +9599,6 @@ class USERPREF_PT_studiolight_light_editor(bpy_types._GenericUI):
|
|
|
9460
9599
|
bl_label: typing.Any
|
|
9461
9600
|
""" """
|
|
9462
9601
|
|
|
9463
|
-
bl_options: typing.Any
|
|
9464
|
-
""" """
|
|
9465
|
-
|
|
9466
|
-
bl_parent_id: typing.Any
|
|
9467
|
-
""" """
|
|
9468
|
-
|
|
9469
9602
|
bl_region_type: typing.Any
|
|
9470
9603
|
""" """
|
|
9471
9604
|
|
|
@@ -9504,6 +9637,14 @@ class USERPREF_PT_studiolight_light_editor(bpy_types._GenericUI):
|
|
|
9504
9637
|
"""
|
|
9505
9638
|
...
|
|
9506
9639
|
|
|
9640
|
+
def draw_centered(self, context, layout):
|
|
9641
|
+
"""
|
|
9642
|
+
|
|
9643
|
+
:param context:
|
|
9644
|
+
:param layout:
|
|
9645
|
+
"""
|
|
9646
|
+
...
|
|
9647
|
+
|
|
9507
9648
|
def driver_add(self):
|
|
9508
9649
|
""" """
|
|
9509
9650
|
...
|
|
@@ -9564,14 +9705,6 @@ class USERPREF_PT_studiolight_light_editor(bpy_types._GenericUI):
|
|
|
9564
9705
|
""" """
|
|
9565
9706
|
...
|
|
9566
9707
|
|
|
9567
|
-
def opengl_light_buttons(self, layout, light):
|
|
9568
|
-
"""
|
|
9569
|
-
|
|
9570
|
-
:param layout:
|
|
9571
|
-
:param light:
|
|
9572
|
-
"""
|
|
9573
|
-
...
|
|
9574
|
-
|
|
9575
9708
|
def path_from_id(self):
|
|
9576
9709
|
""" """
|
|
9577
9710
|
...
|
|
@@ -9614,7 +9747,9 @@ class USERPREF_PT_studiolight_light_editor(bpy_types._GenericUI):
|
|
|
9614
9747
|
""" """
|
|
9615
9748
|
...
|
|
9616
9749
|
|
|
9617
|
-
class
|
|
9750
|
+
class USERPREF_PT_navigation_zoom(
|
|
9751
|
+
bpy_types.Panel, NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
9752
|
+
):
|
|
9618
9753
|
""" """
|
|
9619
9754
|
|
|
9620
9755
|
bl_context: typing.Any
|
|
@@ -9635,9 +9770,6 @@ class USERPREF_PT_studiolight_lights(bpy_types._GenericUI):
|
|
|
9635
9770
|
id_data: typing.Any
|
|
9636
9771
|
""" """
|
|
9637
9772
|
|
|
9638
|
-
sl_type: typing.Any
|
|
9639
|
-
""" """
|
|
9640
|
-
|
|
9641
9773
|
def append(self, draw_func):
|
|
9642
9774
|
"""
|
|
9643
9775
|
|
|
@@ -9664,26 +9796,11 @@ class USERPREF_PT_studiolight_lights(bpy_types._GenericUI):
|
|
|
9664
9796
|
"""
|
|
9665
9797
|
...
|
|
9666
9798
|
|
|
9667
|
-
def
|
|
9668
|
-
"""
|
|
9669
|
-
|
|
9670
|
-
:param _context:
|
|
9671
|
-
"""
|
|
9672
|
-
...
|
|
9673
|
-
|
|
9674
|
-
def draw_light_list(self, layout, lights):
|
|
9675
|
-
"""
|
|
9676
|
-
|
|
9677
|
-
:param layout:
|
|
9678
|
-
:param lights:
|
|
9679
|
-
"""
|
|
9680
|
-
...
|
|
9681
|
-
|
|
9682
|
-
def draw_studio_light(self, layout, studio_light):
|
|
9799
|
+
def draw_centered(self, context, layout):
|
|
9683
9800
|
"""
|
|
9684
9801
|
|
|
9802
|
+
:param context:
|
|
9685
9803
|
:param layout:
|
|
9686
|
-
:param studio_light:
|
|
9687
9804
|
"""
|
|
9688
9805
|
...
|
|
9689
9806
|
|
|
@@ -9699,10 +9816,6 @@ class USERPREF_PT_studiolight_lights(bpy_types._GenericUI):
|
|
|
9699
9816
|
""" """
|
|
9700
9817
|
...
|
|
9701
9818
|
|
|
9702
|
-
def get_error_message(self):
|
|
9703
|
-
""" """
|
|
9704
|
-
...
|
|
9705
|
-
|
|
9706
9819
|
def id_properties_clear(self):
|
|
9707
9820
|
""" """
|
|
9708
9821
|
...
|
|
@@ -9793,7 +9906,9 @@ class USERPREF_PT_studiolight_lights(bpy_types._GenericUI):
|
|
|
9793
9906
|
""" """
|
|
9794
9907
|
...
|
|
9795
9908
|
|
|
9796
|
-
class
|
|
9909
|
+
class USERPREF_PT_saveload_blend(
|
|
9910
|
+
bpy_types.Panel, SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
9911
|
+
):
|
|
9797
9912
|
""" """
|
|
9798
9913
|
|
|
9799
9914
|
bl_context: typing.Any
|
|
@@ -9814,9 +9929,6 @@ class USERPREF_PT_studiolight_matcaps(bpy_types._GenericUI):
|
|
|
9814
9929
|
id_data: typing.Any
|
|
9815
9930
|
""" """
|
|
9816
9931
|
|
|
9817
|
-
sl_type: typing.Any
|
|
9818
|
-
""" """
|
|
9819
|
-
|
|
9820
9932
|
def append(self, draw_func):
|
|
9821
9933
|
"""
|
|
9822
9934
|
|
|
@@ -9843,26 +9955,11 @@ class USERPREF_PT_studiolight_matcaps(bpy_types._GenericUI):
|
|
|
9843
9955
|
"""
|
|
9844
9956
|
...
|
|
9845
9957
|
|
|
9846
|
-
def
|
|
9847
|
-
"""
|
|
9848
|
-
|
|
9849
|
-
:param _context:
|
|
9850
|
-
"""
|
|
9851
|
-
...
|
|
9852
|
-
|
|
9853
|
-
def draw_light_list(self, layout, lights):
|
|
9854
|
-
"""
|
|
9855
|
-
|
|
9856
|
-
:param layout:
|
|
9857
|
-
:param lights:
|
|
9858
|
-
"""
|
|
9859
|
-
...
|
|
9860
|
-
|
|
9861
|
-
def draw_studio_light(self, layout, studio_light):
|
|
9958
|
+
def draw_centered(self, context, layout):
|
|
9862
9959
|
"""
|
|
9863
9960
|
|
|
9961
|
+
:param context:
|
|
9864
9962
|
:param layout:
|
|
9865
|
-
:param studio_light:
|
|
9866
9963
|
"""
|
|
9867
9964
|
...
|
|
9868
9965
|
|
|
@@ -9878,10 +9975,6 @@ class USERPREF_PT_studiolight_matcaps(bpy_types._GenericUI):
|
|
|
9878
9975
|
""" """
|
|
9879
9976
|
...
|
|
9880
9977
|
|
|
9881
|
-
def get_error_message(self):
|
|
9882
|
-
""" """
|
|
9883
|
-
...
|
|
9884
|
-
|
|
9885
9978
|
def id_properties_clear(self):
|
|
9886
9979
|
""" """
|
|
9887
9980
|
...
|
|
@@ -9972,7 +10065,9 @@ class USERPREF_PT_studiolight_matcaps(bpy_types._GenericUI):
|
|
|
9972
10065
|
""" """
|
|
9973
10066
|
...
|
|
9974
10067
|
|
|
9975
|
-
class
|
|
10068
|
+
class USERPREF_PT_saveload_file_browser(
|
|
10069
|
+
bpy_types.Panel, SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
10070
|
+
):
|
|
9976
10071
|
""" """
|
|
9977
10072
|
|
|
9978
10073
|
bl_context: typing.Any
|
|
@@ -9993,9 +10088,6 @@ class USERPREF_PT_studiolight_world(bpy_types._GenericUI):
|
|
|
9993
10088
|
id_data: typing.Any
|
|
9994
10089
|
""" """
|
|
9995
10090
|
|
|
9996
|
-
sl_type: typing.Any
|
|
9997
|
-
""" """
|
|
9998
|
-
|
|
9999
10091
|
def append(self, draw_func):
|
|
10000
10092
|
"""
|
|
10001
10093
|
|
|
@@ -10022,26 +10114,11 @@ class USERPREF_PT_studiolight_world(bpy_types._GenericUI):
|
|
|
10022
10114
|
"""
|
|
10023
10115
|
...
|
|
10024
10116
|
|
|
10025
|
-
def
|
|
10026
|
-
"""
|
|
10027
|
-
|
|
10028
|
-
:param _context:
|
|
10029
|
-
"""
|
|
10030
|
-
...
|
|
10031
|
-
|
|
10032
|
-
def draw_light_list(self, layout, lights):
|
|
10033
|
-
"""
|
|
10034
|
-
|
|
10035
|
-
:param layout:
|
|
10036
|
-
:param lights:
|
|
10037
|
-
"""
|
|
10038
|
-
...
|
|
10039
|
-
|
|
10040
|
-
def draw_studio_light(self, layout, studio_light):
|
|
10117
|
+
def draw_centered(self, context, layout):
|
|
10041
10118
|
"""
|
|
10042
10119
|
|
|
10120
|
+
:param context:
|
|
10043
10121
|
:param layout:
|
|
10044
|
-
:param studio_light:
|
|
10045
10122
|
"""
|
|
10046
10123
|
...
|
|
10047
10124
|
|
|
@@ -10057,10 +10134,6 @@ class USERPREF_PT_studiolight_world(bpy_types._GenericUI):
|
|
|
10057
10134
|
""" """
|
|
10058
10135
|
...
|
|
10059
10136
|
|
|
10060
|
-
def get_error_message(self):
|
|
10061
|
-
""" """
|
|
10062
|
-
...
|
|
10063
|
-
|
|
10064
10137
|
def id_properties_clear(self):
|
|
10065
10138
|
""" """
|
|
10066
10139
|
...
|
|
@@ -10151,7 +10224,9 @@ class USERPREF_PT_studiolight_world(bpy_types._GenericUI):
|
|
|
10151
10224
|
""" """
|
|
10152
10225
|
...
|
|
10153
10226
|
|
|
10154
|
-
class
|
|
10227
|
+
class USERPREF_PT_studiolight_light_editor(
|
|
10228
|
+
bpy_types.Panel, StudioLightPanel, bpy_types._GenericUI
|
|
10229
|
+
):
|
|
10155
10230
|
""" """
|
|
10156
10231
|
|
|
10157
10232
|
bl_context: typing.Any
|
|
@@ -10160,6 +10235,12 @@ class USERPREF_PT_system_cycles_devices(bpy_types._GenericUI):
|
|
|
10160
10235
|
bl_label: typing.Any
|
|
10161
10236
|
""" """
|
|
10162
10237
|
|
|
10238
|
+
bl_options: typing.Any
|
|
10239
|
+
""" """
|
|
10240
|
+
|
|
10241
|
+
bl_parent_id: typing.Any
|
|
10242
|
+
""" """
|
|
10243
|
+
|
|
10163
10244
|
bl_region_type: typing.Any
|
|
10164
10245
|
""" """
|
|
10165
10246
|
|
|
@@ -10198,14 +10279,6 @@ class USERPREF_PT_system_cycles_devices(bpy_types._GenericUI):
|
|
|
10198
10279
|
"""
|
|
10199
10280
|
...
|
|
10200
10281
|
|
|
10201
|
-
def draw_centered(self, context, layout):
|
|
10202
|
-
"""
|
|
10203
|
-
|
|
10204
|
-
:param context:
|
|
10205
|
-
:param layout:
|
|
10206
|
-
"""
|
|
10207
|
-
...
|
|
10208
|
-
|
|
10209
10282
|
def driver_add(self):
|
|
10210
10283
|
""" """
|
|
10211
10284
|
...
|
|
@@ -10266,6 +10339,14 @@ class USERPREF_PT_system_cycles_devices(bpy_types._GenericUI):
|
|
|
10266
10339
|
""" """
|
|
10267
10340
|
...
|
|
10268
10341
|
|
|
10342
|
+
def opengl_light_buttons(self, layout, light):
|
|
10343
|
+
"""
|
|
10344
|
+
|
|
10345
|
+
:param layout:
|
|
10346
|
+
:param light:
|
|
10347
|
+
"""
|
|
10348
|
+
...
|
|
10349
|
+
|
|
10269
10350
|
def path_from_id(self):
|
|
10270
10351
|
""" """
|
|
10271
10352
|
...
|
|
@@ -10308,7 +10389,9 @@ class USERPREF_PT_system_cycles_devices(bpy_types._GenericUI):
|
|
|
10308
10389
|
""" """
|
|
10309
10390
|
...
|
|
10310
10391
|
|
|
10311
|
-
class
|
|
10392
|
+
class USERPREF_PT_studiolight_lights(
|
|
10393
|
+
bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
|
|
10394
|
+
):
|
|
10312
10395
|
""" """
|
|
10313
10396
|
|
|
10314
10397
|
bl_context: typing.Any
|
|
@@ -10329,6 +10412,9 @@ class USERPREF_PT_system_memory(bpy_types._GenericUI):
|
|
|
10329
10412
|
id_data: typing.Any
|
|
10330
10413
|
""" """
|
|
10331
10414
|
|
|
10415
|
+
sl_type: typing.Any
|
|
10416
|
+
""" """
|
|
10417
|
+
|
|
10332
10418
|
def append(self, draw_func):
|
|
10333
10419
|
"""
|
|
10334
10420
|
|
|
@@ -10355,11 +10441,26 @@ class USERPREF_PT_system_memory(bpy_types._GenericUI):
|
|
|
10355
10441
|
"""
|
|
10356
10442
|
...
|
|
10357
10443
|
|
|
10358
|
-
def
|
|
10444
|
+
def draw_header_preset(self, _context):
|
|
10445
|
+
"""
|
|
10446
|
+
|
|
10447
|
+
:param _context:
|
|
10448
|
+
"""
|
|
10449
|
+
...
|
|
10450
|
+
|
|
10451
|
+
def draw_light_list(self, layout, lights):
|
|
10452
|
+
"""
|
|
10453
|
+
|
|
10454
|
+
:param layout:
|
|
10455
|
+
:param lights:
|
|
10456
|
+
"""
|
|
10457
|
+
...
|
|
10458
|
+
|
|
10459
|
+
def draw_studio_light(self, layout, studio_light):
|
|
10359
10460
|
"""
|
|
10360
10461
|
|
|
10361
|
-
:param context:
|
|
10362
10462
|
:param layout:
|
|
10463
|
+
:param studio_light:
|
|
10363
10464
|
"""
|
|
10364
10465
|
...
|
|
10365
10466
|
|
|
@@ -10375,6 +10476,10 @@ class USERPREF_PT_system_memory(bpy_types._GenericUI):
|
|
|
10375
10476
|
""" """
|
|
10376
10477
|
...
|
|
10377
10478
|
|
|
10479
|
+
def get_error_message(self):
|
|
10480
|
+
""" """
|
|
10481
|
+
...
|
|
10482
|
+
|
|
10378
10483
|
def id_properties_clear(self):
|
|
10379
10484
|
""" """
|
|
10380
10485
|
...
|
|
@@ -10465,7 +10570,9 @@ class USERPREF_PT_system_memory(bpy_types._GenericUI):
|
|
|
10465
10570
|
""" """
|
|
10466
10571
|
...
|
|
10467
10572
|
|
|
10468
|
-
class
|
|
10573
|
+
class USERPREF_PT_studiolight_matcaps(
|
|
10574
|
+
bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
|
|
10575
|
+
):
|
|
10469
10576
|
""" """
|
|
10470
10577
|
|
|
10471
10578
|
bl_context: typing.Any
|
|
@@ -10486,6 +10593,9 @@ class USERPREF_PT_system_os_settings(bpy_types._GenericUI):
|
|
|
10486
10593
|
id_data: typing.Any
|
|
10487
10594
|
""" """
|
|
10488
10595
|
|
|
10596
|
+
sl_type: typing.Any
|
|
10597
|
+
""" """
|
|
10598
|
+
|
|
10489
10599
|
def append(self, draw_func):
|
|
10490
10600
|
"""
|
|
10491
10601
|
|
|
@@ -10512,11 +10622,26 @@ class USERPREF_PT_system_os_settings(bpy_types._GenericUI):
|
|
|
10512
10622
|
"""
|
|
10513
10623
|
...
|
|
10514
10624
|
|
|
10515
|
-
def
|
|
10625
|
+
def draw_header_preset(self, _context):
|
|
10626
|
+
"""
|
|
10627
|
+
|
|
10628
|
+
:param _context:
|
|
10629
|
+
"""
|
|
10630
|
+
...
|
|
10631
|
+
|
|
10632
|
+
def draw_light_list(self, layout, lights):
|
|
10633
|
+
"""
|
|
10634
|
+
|
|
10635
|
+
:param layout:
|
|
10636
|
+
:param lights:
|
|
10637
|
+
"""
|
|
10638
|
+
...
|
|
10639
|
+
|
|
10640
|
+
def draw_studio_light(self, layout, studio_light):
|
|
10516
10641
|
"""
|
|
10517
10642
|
|
|
10518
|
-
:param context:
|
|
10519
10643
|
:param layout:
|
|
10644
|
+
:param studio_light:
|
|
10520
10645
|
"""
|
|
10521
10646
|
...
|
|
10522
10647
|
|
|
@@ -10532,6 +10657,10 @@ class USERPREF_PT_system_os_settings(bpy_types._GenericUI):
|
|
|
10532
10657
|
""" """
|
|
10533
10658
|
...
|
|
10534
10659
|
|
|
10660
|
+
def get_error_message(self):
|
|
10661
|
+
""" """
|
|
10662
|
+
...
|
|
10663
|
+
|
|
10535
10664
|
def id_properties_clear(self):
|
|
10536
10665
|
""" """
|
|
10537
10666
|
...
|
|
@@ -10588,13 +10717,6 @@ class USERPREF_PT_system_os_settings(bpy_types._GenericUI):
|
|
|
10588
10717
|
""" """
|
|
10589
10718
|
...
|
|
10590
10719
|
|
|
10591
|
-
def poll(self, _context):
|
|
10592
|
-
"""
|
|
10593
|
-
|
|
10594
|
-
:param _context:
|
|
10595
|
-
"""
|
|
10596
|
-
...
|
|
10597
|
-
|
|
10598
10720
|
def pop(self):
|
|
10599
10721
|
""" """
|
|
10600
10722
|
...
|
|
@@ -10629,7 +10751,9 @@ class USERPREF_PT_system_os_settings(bpy_types._GenericUI):
|
|
|
10629
10751
|
""" """
|
|
10630
10752
|
...
|
|
10631
10753
|
|
|
10632
|
-
class
|
|
10754
|
+
class USERPREF_PT_studiolight_world(
|
|
10755
|
+
bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
|
|
10756
|
+
):
|
|
10633
10757
|
""" """
|
|
10634
10758
|
|
|
10635
10759
|
bl_context: typing.Any
|
|
@@ -10638,9 +10762,6 @@ class USERPREF_PT_system_sound(bpy_types._GenericUI):
|
|
|
10638
10762
|
bl_label: typing.Any
|
|
10639
10763
|
""" """
|
|
10640
10764
|
|
|
10641
|
-
bl_options: typing.Any
|
|
10642
|
-
""" """
|
|
10643
|
-
|
|
10644
10765
|
bl_region_type: typing.Any
|
|
10645
10766
|
""" """
|
|
10646
10767
|
|
|
@@ -10653,6 +10774,9 @@ class USERPREF_PT_system_sound(bpy_types._GenericUI):
|
|
|
10653
10774
|
id_data: typing.Any
|
|
10654
10775
|
""" """
|
|
10655
10776
|
|
|
10777
|
+
sl_type: typing.Any
|
|
10778
|
+
""" """
|
|
10779
|
+
|
|
10656
10780
|
def append(self, draw_func):
|
|
10657
10781
|
"""
|
|
10658
10782
|
|
|
@@ -10679,11 +10803,26 @@ class USERPREF_PT_system_sound(bpy_types._GenericUI):
|
|
|
10679
10803
|
"""
|
|
10680
10804
|
...
|
|
10681
10805
|
|
|
10682
|
-
def
|
|
10806
|
+
def draw_header_preset(self, _context):
|
|
10807
|
+
"""
|
|
10808
|
+
|
|
10809
|
+
:param _context:
|
|
10810
|
+
"""
|
|
10811
|
+
...
|
|
10812
|
+
|
|
10813
|
+
def draw_light_list(self, layout, lights):
|
|
10814
|
+
"""
|
|
10815
|
+
|
|
10816
|
+
:param layout:
|
|
10817
|
+
:param lights:
|
|
10818
|
+
"""
|
|
10819
|
+
...
|
|
10820
|
+
|
|
10821
|
+
def draw_studio_light(self, layout, studio_light):
|
|
10683
10822
|
"""
|
|
10684
10823
|
|
|
10685
|
-
:param context:
|
|
10686
10824
|
:param layout:
|
|
10825
|
+
:param studio_light:
|
|
10687
10826
|
"""
|
|
10688
10827
|
...
|
|
10689
10828
|
|
|
@@ -10699,6 +10838,10 @@ class USERPREF_PT_system_sound(bpy_types._GenericUI):
|
|
|
10699
10838
|
""" """
|
|
10700
10839
|
...
|
|
10701
10840
|
|
|
10841
|
+
def get_error_message(self):
|
|
10842
|
+
""" """
|
|
10843
|
+
...
|
|
10844
|
+
|
|
10702
10845
|
def id_properties_clear(self):
|
|
10703
10846
|
""" """
|
|
10704
10847
|
...
|
|
@@ -10789,7 +10932,9 @@ class USERPREF_PT_system_sound(bpy_types._GenericUI):
|
|
|
10789
10932
|
""" """
|
|
10790
10933
|
...
|
|
10791
10934
|
|
|
10792
|
-
class
|
|
10935
|
+
class USERPREF_PT_system_cycles_devices(
|
|
10936
|
+
bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
10937
|
+
):
|
|
10793
10938
|
""" """
|
|
10794
10939
|
|
|
10795
10940
|
bl_context: typing.Any
|
|
@@ -10946,7 +11091,9 @@ class USERPREF_PT_system_video_sequencer(bpy_types._GenericUI):
|
|
|
10946
11091
|
""" """
|
|
10947
11092
|
...
|
|
10948
11093
|
|
|
10949
|
-
class
|
|
11094
|
+
class USERPREF_PT_system_memory(
|
|
11095
|
+
bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
11096
|
+
):
|
|
10950
11097
|
""" """
|
|
10951
11098
|
|
|
10952
11099
|
bl_context: typing.Any
|
|
@@ -10955,9 +11102,6 @@ class USERPREF_PT_text_editor(bpy_types._GenericUI):
|
|
|
10955
11102
|
bl_label: typing.Any
|
|
10956
11103
|
""" """
|
|
10957
11104
|
|
|
10958
|
-
bl_parent_id: typing.Any
|
|
10959
|
-
""" """
|
|
10960
|
-
|
|
10961
11105
|
bl_region_type: typing.Any
|
|
10962
11106
|
""" """
|
|
10963
11107
|
|
|
@@ -10996,10 +11140,11 @@ class USERPREF_PT_text_editor(bpy_types._GenericUI):
|
|
|
10996
11140
|
"""
|
|
10997
11141
|
...
|
|
10998
11142
|
|
|
10999
|
-
def
|
|
11143
|
+
def draw_centered(self, context, layout):
|
|
11000
11144
|
"""
|
|
11001
11145
|
|
|
11002
|
-
:param
|
|
11146
|
+
:param context:
|
|
11147
|
+
:param layout:
|
|
11003
11148
|
"""
|
|
11004
11149
|
...
|
|
11005
11150
|
|
|
@@ -11105,7 +11250,12 @@ class USERPREF_PT_text_editor(bpy_types._GenericUI):
|
|
|
11105
11250
|
""" """
|
|
11106
11251
|
...
|
|
11107
11252
|
|
|
11108
|
-
class
|
|
11253
|
+
class USERPREF_PT_system_os_settings(
|
|
11254
|
+
bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
11255
|
+
):
|
|
11256
|
+
""" """
|
|
11257
|
+
|
|
11258
|
+
bl_context: typing.Any
|
|
11109
11259
|
""" """
|
|
11110
11260
|
|
|
11111
11261
|
bl_label: typing.Any
|
|
@@ -11117,19 +11267,10 @@ class USERPREF_PT_text_editor_presets(bpy_types._GenericUI):
|
|
|
11117
11267
|
bl_rna: typing.Any
|
|
11118
11268
|
""" """
|
|
11119
11269
|
|
|
11120
|
-
bl_space_type: typing.Any
|
|
11121
|
-
""" """
|
|
11122
|
-
|
|
11123
|
-
id_data: typing.Any
|
|
11124
|
-
""" """
|
|
11125
|
-
|
|
11126
|
-
preset_add_operator: typing.Any
|
|
11127
|
-
""" """
|
|
11128
|
-
|
|
11129
|
-
preset_operator: typing.Any
|
|
11270
|
+
bl_space_type: typing.Any
|
|
11130
11271
|
""" """
|
|
11131
11272
|
|
|
11132
|
-
|
|
11273
|
+
id_data: typing.Any
|
|
11133
11274
|
""" """
|
|
11134
11275
|
|
|
11135
11276
|
def append(self, draw_func):
|
|
@@ -11158,17 +11299,10 @@ class USERPREF_PT_text_editor_presets(bpy_types._GenericUI):
|
|
|
11158
11299
|
"""
|
|
11159
11300
|
...
|
|
11160
11301
|
|
|
11161
|
-
def
|
|
11162
|
-
"""
|
|
11163
|
-
|
|
11164
|
-
:param layout:
|
|
11165
|
-
:param text:
|
|
11166
|
-
"""
|
|
11167
|
-
...
|
|
11168
|
-
|
|
11169
|
-
def draw_panel_header(self, layout):
|
|
11302
|
+
def draw_centered(self, context, layout):
|
|
11170
11303
|
"""
|
|
11171
11304
|
|
|
11305
|
+
:param context:
|
|
11172
11306
|
:param layout:
|
|
11173
11307
|
"""
|
|
11174
11308
|
...
|
|
@@ -11237,34 +11371,15 @@ class USERPREF_PT_text_editor_presets(bpy_types._GenericUI):
|
|
|
11237
11371
|
""" """
|
|
11238
11372
|
...
|
|
11239
11373
|
|
|
11240
|
-
def
|
|
11241
|
-
|
|
11242
|
-
|
|
11243
|
-
operator,
|
|
11244
|
-
props_default,
|
|
11245
|
-
prop_filepath,
|
|
11246
|
-
filter_ext,
|
|
11247
|
-
filter_path,
|
|
11248
|
-
display_name,
|
|
11249
|
-
add_operator,
|
|
11250
|
-
add_operator_props,
|
|
11251
|
-
):
|
|
11252
|
-
"""
|
|
11374
|
+
def path_resolve(self):
|
|
11375
|
+
""" """
|
|
11376
|
+
...
|
|
11253
11377
|
|
|
11254
|
-
|
|
11255
|
-
:param operator:
|
|
11256
|
-
:param props_default:
|
|
11257
|
-
:param prop_filepath:
|
|
11258
|
-
:param filter_ext:
|
|
11259
|
-
:param filter_path:
|
|
11260
|
-
:param display_name:
|
|
11261
|
-
:param add_operator:
|
|
11262
|
-
:param add_operator_props:
|
|
11378
|
+
def poll(self, _context):
|
|
11263
11379
|
"""
|
|
11264
|
-
...
|
|
11265
11380
|
|
|
11266
|
-
|
|
11267
|
-
"""
|
|
11381
|
+
:param _context:
|
|
11382
|
+
"""
|
|
11268
11383
|
...
|
|
11269
11384
|
|
|
11270
11385
|
def pop(self):
|
|
@@ -11301,7 +11416,9 @@ class USERPREF_PT_text_editor_presets(bpy_types._GenericUI):
|
|
|
11301
11416
|
""" """
|
|
11302
11417
|
...
|
|
11303
11418
|
|
|
11304
|
-
class
|
|
11419
|
+
class USERPREF_PT_system_sound(
|
|
11420
|
+
bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
11421
|
+
):
|
|
11305
11422
|
""" """
|
|
11306
11423
|
|
|
11307
11424
|
bl_context: typing.Any
|
|
@@ -11351,6 +11468,14 @@ class USERPREF_PT_theme(bpy_types._GenericUI):
|
|
|
11351
11468
|
"""
|
|
11352
11469
|
...
|
|
11353
11470
|
|
|
11471
|
+
def draw_centered(self, context, layout):
|
|
11472
|
+
"""
|
|
11473
|
+
|
|
11474
|
+
:param context:
|
|
11475
|
+
:param layout:
|
|
11476
|
+
"""
|
|
11477
|
+
...
|
|
11478
|
+
|
|
11354
11479
|
def driver_add(self):
|
|
11355
11480
|
""" """
|
|
11356
11481
|
...
|
|
@@ -11453,7 +11578,9 @@ class USERPREF_PT_theme(bpy_types._GenericUI):
|
|
|
11453
11578
|
""" """
|
|
11454
11579
|
...
|
|
11455
11580
|
|
|
11456
|
-
class
|
|
11581
|
+
class USERPREF_PT_system_video_sequencer(
|
|
11582
|
+
bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
11583
|
+
):
|
|
11457
11584
|
""" """
|
|
11458
11585
|
|
|
11459
11586
|
bl_context: typing.Any
|
|
@@ -11462,9 +11589,6 @@ class USERPREF_PT_theme_bone_color_sets(bpy_types._GenericUI):
|
|
|
11462
11589
|
bl_label: typing.Any
|
|
11463
11590
|
""" """
|
|
11464
11591
|
|
|
11465
|
-
bl_options: typing.Any
|
|
11466
|
-
""" """
|
|
11467
|
-
|
|
11468
11592
|
bl_region_type: typing.Any
|
|
11469
11593
|
""" """
|
|
11470
11594
|
|
|
@@ -11511,13 +11635,6 @@ class USERPREF_PT_theme_bone_color_sets(bpy_types._GenericUI):
|
|
|
11511
11635
|
"""
|
|
11512
11636
|
...
|
|
11513
11637
|
|
|
11514
|
-
def draw_header(self, _context):
|
|
11515
|
-
"""
|
|
11516
|
-
|
|
11517
|
-
:param _context:
|
|
11518
|
-
"""
|
|
11519
|
-
...
|
|
11520
|
-
|
|
11521
11638
|
def driver_add(self):
|
|
11522
11639
|
""" """
|
|
11523
11640
|
...
|
|
@@ -11620,7 +11737,7 @@ class USERPREF_PT_theme_bone_color_sets(bpy_types._GenericUI):
|
|
|
11620
11737
|
""" """
|
|
11621
11738
|
...
|
|
11622
11739
|
|
|
11623
|
-
class
|
|
11740
|
+
class USERPREF_PT_theme(bpy_types.Panel, ThemePanel, bpy_types._GenericUI):
|
|
11624
11741
|
""" """
|
|
11625
11742
|
|
|
11626
11743
|
bl_context: typing.Any
|
|
@@ -11670,21 +11787,6 @@ class USERPREF_PT_theme_collection_colors(bpy_types._GenericUI):
|
|
|
11670
11787
|
"""
|
|
11671
11788
|
...
|
|
11672
11789
|
|
|
11673
|
-
def draw_centered(self, context, layout):
|
|
11674
|
-
"""
|
|
11675
|
-
|
|
11676
|
-
:param context:
|
|
11677
|
-
:param layout:
|
|
11678
|
-
"""
|
|
11679
|
-
...
|
|
11680
|
-
|
|
11681
|
-
def draw_header(self, _context):
|
|
11682
|
-
"""
|
|
11683
|
-
|
|
11684
|
-
:param _context:
|
|
11685
|
-
"""
|
|
11686
|
-
...
|
|
11687
|
-
|
|
11688
11790
|
def driver_add(self):
|
|
11689
11791
|
""" """
|
|
11690
11792
|
...
|
|
@@ -11787,7 +11889,9 @@ class USERPREF_PT_theme_collection_colors(bpy_types._GenericUI):
|
|
|
11787
11889
|
""" """
|
|
11788
11890
|
...
|
|
11789
11891
|
|
|
11790
|
-
class
|
|
11892
|
+
class USERPREF_PT_theme_bone_color_sets(
|
|
11893
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
11894
|
+
):
|
|
11791
11895
|
""" """
|
|
11792
11896
|
|
|
11793
11897
|
bl_context: typing.Any
|
|
@@ -11799,9 +11903,6 @@ class USERPREF_PT_theme_interface_gizmos(bpy_types._GenericUI):
|
|
|
11799
11903
|
bl_options: typing.Any
|
|
11800
11904
|
""" """
|
|
11801
11905
|
|
|
11802
|
-
bl_parent_id: typing.Any
|
|
11803
|
-
""" """
|
|
11804
|
-
|
|
11805
11906
|
bl_region_type: typing.Any
|
|
11806
11907
|
""" """
|
|
11807
11908
|
|
|
@@ -11848,6 +11949,13 @@ class USERPREF_PT_theme_interface_gizmos(bpy_types._GenericUI):
|
|
|
11848
11949
|
"""
|
|
11849
11950
|
...
|
|
11850
11951
|
|
|
11952
|
+
def draw_header(self, _context):
|
|
11953
|
+
"""
|
|
11954
|
+
|
|
11955
|
+
:param _context:
|
|
11956
|
+
"""
|
|
11957
|
+
...
|
|
11958
|
+
|
|
11851
11959
|
def driver_add(self):
|
|
11852
11960
|
""" """
|
|
11853
11961
|
...
|
|
@@ -11950,7 +12058,9 @@ class USERPREF_PT_theme_interface_gizmos(bpy_types._GenericUI):
|
|
|
11950
12058
|
""" """
|
|
11951
12059
|
...
|
|
11952
12060
|
|
|
11953
|
-
class
|
|
12061
|
+
class USERPREF_PT_theme_collection_colors(
|
|
12062
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
12063
|
+
):
|
|
11954
12064
|
""" """
|
|
11955
12065
|
|
|
11956
12066
|
bl_context: typing.Any
|
|
@@ -11962,9 +12072,6 @@ class USERPREF_PT_theme_interface_icons(bpy_types._GenericUI):
|
|
|
11962
12072
|
bl_options: typing.Any
|
|
11963
12073
|
""" """
|
|
11964
12074
|
|
|
11965
|
-
bl_parent_id: typing.Any
|
|
11966
|
-
""" """
|
|
11967
|
-
|
|
11968
12075
|
bl_region_type: typing.Any
|
|
11969
12076
|
""" """
|
|
11970
12077
|
|
|
@@ -12011,6 +12118,13 @@ class USERPREF_PT_theme_interface_icons(bpy_types._GenericUI):
|
|
|
12011
12118
|
"""
|
|
12012
12119
|
...
|
|
12013
12120
|
|
|
12121
|
+
def draw_header(self, _context):
|
|
12122
|
+
"""
|
|
12123
|
+
|
|
12124
|
+
:param _context:
|
|
12125
|
+
"""
|
|
12126
|
+
...
|
|
12127
|
+
|
|
12014
12128
|
def driver_add(self):
|
|
12015
12129
|
""" """
|
|
12016
12130
|
...
|
|
@@ -12113,7 +12227,9 @@ class USERPREF_PT_theme_interface_icons(bpy_types._GenericUI):
|
|
|
12113
12227
|
""" """
|
|
12114
12228
|
...
|
|
12115
12229
|
|
|
12116
|
-
class
|
|
12230
|
+
class USERPREF_PT_theme_interface_gizmos(
|
|
12231
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
12232
|
+
):
|
|
12117
12233
|
""" """
|
|
12118
12234
|
|
|
12119
12235
|
bl_context: typing.Any
|
|
@@ -12276,7 +12392,9 @@ class USERPREF_PT_theme_interface_state(bpy_types._GenericUI):
|
|
|
12276
12392
|
""" """
|
|
12277
12393
|
...
|
|
12278
12394
|
|
|
12279
|
-
class
|
|
12395
|
+
class USERPREF_PT_theme_interface_icons(
|
|
12396
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
12397
|
+
):
|
|
12280
12398
|
""" """
|
|
12281
12399
|
|
|
12282
12400
|
bl_context: typing.Any
|
|
@@ -12439,7 +12557,9 @@ class USERPREF_PT_theme_interface_styles(bpy_types._GenericUI):
|
|
|
12439
12557
|
""" """
|
|
12440
12558
|
...
|
|
12441
12559
|
|
|
12442
|
-
class
|
|
12560
|
+
class USERPREF_PT_theme_interface_state(
|
|
12561
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
12562
|
+
):
|
|
12443
12563
|
""" """
|
|
12444
12564
|
|
|
12445
12565
|
bl_context: typing.Any
|
|
@@ -12602,7 +12722,9 @@ class USERPREF_PT_theme_interface_transparent_checker(bpy_types._GenericUI):
|
|
|
12602
12722
|
""" """
|
|
12603
12723
|
...
|
|
12604
12724
|
|
|
12605
|
-
class
|
|
12725
|
+
class USERPREF_PT_theme_interface_styles(
|
|
12726
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
12727
|
+
):
|
|
12606
12728
|
""" """
|
|
12607
12729
|
|
|
12608
12730
|
bl_context: typing.Any
|
|
@@ -12614,6 +12736,9 @@ class USERPREF_PT_theme_strip_colors(bpy_types._GenericUI):
|
|
|
12614
12736
|
bl_options: typing.Any
|
|
12615
12737
|
""" """
|
|
12616
12738
|
|
|
12739
|
+
bl_parent_id: typing.Any
|
|
12740
|
+
""" """
|
|
12741
|
+
|
|
12617
12742
|
bl_region_type: typing.Any
|
|
12618
12743
|
""" """
|
|
12619
12744
|
|
|
@@ -12660,13 +12785,6 @@ class USERPREF_PT_theme_strip_colors(bpy_types._GenericUI):
|
|
|
12660
12785
|
"""
|
|
12661
12786
|
...
|
|
12662
12787
|
|
|
12663
|
-
def draw_header(self, _context):
|
|
12664
|
-
"""
|
|
12665
|
-
|
|
12666
|
-
:param _context:
|
|
12667
|
-
"""
|
|
12668
|
-
...
|
|
12669
|
-
|
|
12670
12788
|
def driver_add(self):
|
|
12671
12789
|
""" """
|
|
12672
12790
|
...
|
|
@@ -12769,7 +12887,9 @@ class USERPREF_PT_theme_strip_colors(bpy_types._GenericUI):
|
|
|
12769
12887
|
""" """
|
|
12770
12888
|
...
|
|
12771
12889
|
|
|
12772
|
-
class
|
|
12890
|
+
class USERPREF_PT_theme_interface_transparent_checker(
|
|
12891
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
12892
|
+
):
|
|
12773
12893
|
""" """
|
|
12774
12894
|
|
|
12775
12895
|
bl_context: typing.Any
|
|
@@ -12781,6 +12901,9 @@ class USERPREF_PT_theme_text_style(bpy_types._GenericUI):
|
|
|
12781
12901
|
bl_options: typing.Any
|
|
12782
12902
|
""" """
|
|
12783
12903
|
|
|
12904
|
+
bl_parent_id: typing.Any
|
|
12905
|
+
""" """
|
|
12906
|
+
|
|
12784
12907
|
bl_region_type: typing.Any
|
|
12785
12908
|
""" """
|
|
12786
12909
|
|
|
@@ -12827,13 +12950,6 @@ class USERPREF_PT_theme_text_style(bpy_types._GenericUI):
|
|
|
12827
12950
|
"""
|
|
12828
12951
|
...
|
|
12829
12952
|
|
|
12830
|
-
def draw_header(self, _context):
|
|
12831
|
-
"""
|
|
12832
|
-
|
|
12833
|
-
:param _context:
|
|
12834
|
-
"""
|
|
12835
|
-
...
|
|
12836
|
-
|
|
12837
12953
|
def driver_add(self):
|
|
12838
12954
|
""" """
|
|
12839
12955
|
...
|
|
@@ -12936,7 +13052,9 @@ class USERPREF_PT_theme_text_style(bpy_types._GenericUI):
|
|
|
12936
13052
|
""" """
|
|
12937
13053
|
...
|
|
12938
13054
|
|
|
12939
|
-
class
|
|
13055
|
+
class USERPREF_PT_theme_strip_colors(
|
|
13056
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
13057
|
+
):
|
|
12940
13058
|
""" """
|
|
12941
13059
|
|
|
12942
13060
|
bl_context: typing.Any
|
|
@@ -12986,6 +13104,14 @@ class USERPREF_PT_theme_user_interface(bpy_types._GenericUI):
|
|
|
12986
13104
|
"""
|
|
12987
13105
|
...
|
|
12988
13106
|
|
|
13107
|
+
def draw_centered(self, context, layout):
|
|
13108
|
+
"""
|
|
13109
|
+
|
|
13110
|
+
:param context:
|
|
13111
|
+
:param layout:
|
|
13112
|
+
"""
|
|
13113
|
+
...
|
|
13114
|
+
|
|
12989
13115
|
def draw_header(self, _context):
|
|
12990
13116
|
"""
|
|
12991
13117
|
|
|
@@ -13095,7 +13221,9 @@ class USERPREF_PT_theme_user_interface(bpy_types._GenericUI):
|
|
|
13095
13221
|
""" """
|
|
13096
13222
|
...
|
|
13097
13223
|
|
|
13098
|
-
class
|
|
13224
|
+
class USERPREF_PT_theme_text_style(
|
|
13225
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
13226
|
+
):
|
|
13099
13227
|
""" """
|
|
13100
13228
|
|
|
13101
13229
|
bl_context: typing.Any
|
|
@@ -13104,6 +13232,9 @@ class USERPREF_PT_viewport_display(bpy_types._GenericUI):
|
|
|
13104
13232
|
bl_label: typing.Any
|
|
13105
13233
|
""" """
|
|
13106
13234
|
|
|
13235
|
+
bl_options: typing.Any
|
|
13236
|
+
""" """
|
|
13237
|
+
|
|
13107
13238
|
bl_region_type: typing.Any
|
|
13108
13239
|
""" """
|
|
13109
13240
|
|
|
@@ -13150,6 +13281,13 @@ class USERPREF_PT_viewport_display(bpy_types._GenericUI):
|
|
|
13150
13281
|
"""
|
|
13151
13282
|
...
|
|
13152
13283
|
|
|
13284
|
+
def draw_header(self, _context):
|
|
13285
|
+
"""
|
|
13286
|
+
|
|
13287
|
+
:param _context:
|
|
13288
|
+
"""
|
|
13289
|
+
...
|
|
13290
|
+
|
|
13153
13291
|
def driver_add(self):
|
|
13154
13292
|
""" """
|
|
13155
13293
|
...
|
|
@@ -13252,7 +13390,9 @@ class USERPREF_PT_viewport_display(bpy_types._GenericUI):
|
|
|
13252
13390
|
""" """
|
|
13253
13391
|
...
|
|
13254
13392
|
|
|
13255
|
-
class
|
|
13393
|
+
class USERPREF_PT_theme_user_interface(
|
|
13394
|
+
bpy_types.Panel, ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
13395
|
+
):
|
|
13256
13396
|
""" """
|
|
13257
13397
|
|
|
13258
13398
|
bl_context: typing.Any
|
|
@@ -13261,6 +13401,9 @@ class USERPREF_PT_viewport_quality(bpy_types._GenericUI):
|
|
|
13261
13401
|
bl_label: typing.Any
|
|
13262
13402
|
""" """
|
|
13263
13403
|
|
|
13404
|
+
bl_options: typing.Any
|
|
13405
|
+
""" """
|
|
13406
|
+
|
|
13264
13407
|
bl_region_type: typing.Any
|
|
13265
13408
|
""" """
|
|
13266
13409
|
|
|
@@ -13299,11 +13442,10 @@ class USERPREF_PT_viewport_quality(bpy_types._GenericUI):
|
|
|
13299
13442
|
"""
|
|
13300
13443
|
...
|
|
13301
13444
|
|
|
13302
|
-
def
|
|
13445
|
+
def draw_header(self, _context):
|
|
13303
13446
|
"""
|
|
13304
13447
|
|
|
13305
|
-
:param
|
|
13306
|
-
:param layout:
|
|
13448
|
+
:param _context:
|
|
13307
13449
|
"""
|
|
13308
13450
|
...
|
|
13309
13451
|
|
|
@@ -13409,7 +13551,9 @@ class USERPREF_PT_viewport_quality(bpy_types._GenericUI):
|
|
|
13409
13551
|
""" """
|
|
13410
13552
|
...
|
|
13411
13553
|
|
|
13412
|
-
class
|
|
13554
|
+
class USERPREF_PT_viewport_display(
|
|
13555
|
+
bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
13556
|
+
):
|
|
13413
13557
|
""" """
|
|
13414
13558
|
|
|
13415
13559
|
bl_context: typing.Any
|
|
@@ -13418,9 +13562,6 @@ class USERPREF_PT_viewport_selection(bpy_types._GenericUI):
|
|
|
13418
13562
|
bl_label: typing.Any
|
|
13419
13563
|
""" """
|
|
13420
13564
|
|
|
13421
|
-
bl_options: typing.Any
|
|
13422
|
-
""" """
|
|
13423
|
-
|
|
13424
13565
|
bl_region_type: typing.Any
|
|
13425
13566
|
""" """
|
|
13426
13567
|
|
|
@@ -13569,7 +13710,9 @@ class USERPREF_PT_viewport_selection(bpy_types._GenericUI):
|
|
|
13569
13710
|
""" """
|
|
13570
13711
|
...
|
|
13571
13712
|
|
|
13572
|
-
class
|
|
13713
|
+
class USERPREF_PT_viewport_quality(
|
|
13714
|
+
bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
13715
|
+
):
|
|
13573
13716
|
""" """
|
|
13574
13717
|
|
|
13575
13718
|
bl_context: typing.Any
|
|
@@ -13578,9 +13721,6 @@ class USERPREF_PT_viewport_subdivision(bpy_types._GenericUI):
|
|
|
13578
13721
|
bl_label: typing.Any
|
|
13579
13722
|
""" """
|
|
13580
13723
|
|
|
13581
|
-
bl_options: typing.Any
|
|
13582
|
-
""" """
|
|
13583
|
-
|
|
13584
13724
|
bl_region_type: typing.Any
|
|
13585
13725
|
""" """
|
|
13586
13726
|
|
|
@@ -13729,7 +13869,9 @@ class USERPREF_PT_viewport_subdivision(bpy_types._GenericUI):
|
|
|
13729
13869
|
""" """
|
|
13730
13870
|
...
|
|
13731
13871
|
|
|
13732
|
-
class
|
|
13872
|
+
class USERPREF_PT_viewport_selection(
|
|
13873
|
+
bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
13874
|
+
):
|
|
13733
13875
|
""" """
|
|
13734
13876
|
|
|
13735
13877
|
bl_context: typing.Any
|
|
@@ -13738,6 +13880,9 @@ class USERPREF_PT_viewport_textures(bpy_types._GenericUI):
|
|
|
13738
13880
|
bl_label: typing.Any
|
|
13739
13881
|
""" """
|
|
13740
13882
|
|
|
13883
|
+
bl_options: typing.Any
|
|
13884
|
+
""" """
|
|
13885
|
+
|
|
13741
13886
|
bl_region_type: typing.Any
|
|
13742
13887
|
""" """
|
|
13743
13888
|
|
|
@@ -13886,12 +14031,29 @@ class USERPREF_PT_viewport_textures(bpy_types._GenericUI):
|
|
|
13886
14031
|
""" """
|
|
13887
14032
|
...
|
|
13888
14033
|
|
|
13889
|
-
class
|
|
14034
|
+
class USERPREF_PT_viewport_subdivision(
|
|
14035
|
+
bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
14036
|
+
):
|
|
14037
|
+
""" """
|
|
14038
|
+
|
|
14039
|
+
bl_context: typing.Any
|
|
14040
|
+
""" """
|
|
14041
|
+
|
|
14042
|
+
bl_label: typing.Any
|
|
14043
|
+
""" """
|
|
14044
|
+
|
|
14045
|
+
bl_options: typing.Any
|
|
14046
|
+
""" """
|
|
14047
|
+
|
|
14048
|
+
bl_region_type: typing.Any
|
|
13890
14049
|
""" """
|
|
13891
14050
|
|
|
13892
14051
|
bl_rna: typing.Any
|
|
13893
14052
|
""" """
|
|
13894
14053
|
|
|
14054
|
+
bl_space_type: typing.Any
|
|
14055
|
+
""" """
|
|
14056
|
+
|
|
13895
14057
|
id_data: typing.Any
|
|
13896
14058
|
""" """
|
|
13897
14059
|
|
|
@@ -13914,27 +14076,18 @@ class USERPREF_UL_asset_libraries(bpy_types._GenericUI):
|
|
|
13914
14076
|
""" """
|
|
13915
14077
|
...
|
|
13916
14078
|
|
|
13917
|
-
def
|
|
13918
|
-
self,
|
|
13919
|
-
_context,
|
|
13920
|
-
layout,
|
|
13921
|
-
_data,
|
|
13922
|
-
item,
|
|
13923
|
-
icon,
|
|
13924
|
-
_active_data,
|
|
13925
|
-
_active_propname,
|
|
13926
|
-
_index,
|
|
13927
|
-
):
|
|
14079
|
+
def draw(self, context):
|
|
13928
14080
|
"""
|
|
13929
14081
|
|
|
13930
|
-
:param
|
|
14082
|
+
:param context:
|
|
14083
|
+
"""
|
|
14084
|
+
...
|
|
14085
|
+
|
|
14086
|
+
def draw_centered(self, context, layout):
|
|
14087
|
+
"""
|
|
14088
|
+
|
|
14089
|
+
:param context:
|
|
13931
14090
|
:param layout:
|
|
13932
|
-
:param _data:
|
|
13933
|
-
:param item:
|
|
13934
|
-
:param icon:
|
|
13935
|
-
:param _active_data:
|
|
13936
|
-
:param _active_propname:
|
|
13937
|
-
:param _index:
|
|
13938
14091
|
"""
|
|
13939
14092
|
...
|
|
13940
14093
|
|
|
@@ -14040,12 +14193,26 @@ class USERPREF_UL_asset_libraries(bpy_types._GenericUI):
|
|
|
14040
14193
|
""" """
|
|
14041
14194
|
...
|
|
14042
14195
|
|
|
14043
|
-
class
|
|
14196
|
+
class USERPREF_PT_viewport_textures(
|
|
14197
|
+
bpy_types.Panel, ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
|
|
14198
|
+
):
|
|
14199
|
+
""" """
|
|
14200
|
+
|
|
14201
|
+
bl_context: typing.Any
|
|
14202
|
+
""" """
|
|
14203
|
+
|
|
14204
|
+
bl_label: typing.Any
|
|
14205
|
+
""" """
|
|
14206
|
+
|
|
14207
|
+
bl_region_type: typing.Any
|
|
14044
14208
|
""" """
|
|
14045
14209
|
|
|
14046
14210
|
bl_rna: typing.Any
|
|
14047
14211
|
""" """
|
|
14048
14212
|
|
|
14213
|
+
bl_space_type: typing.Any
|
|
14214
|
+
""" """
|
|
14215
|
+
|
|
14049
14216
|
id_data: typing.Any
|
|
14050
14217
|
""" """
|
|
14051
14218
|
|
|
@@ -14068,27 +14235,18 @@ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
|
|
|
14068
14235
|
""" """
|
|
14069
14236
|
...
|
|
14070
14237
|
|
|
14071
|
-
def
|
|
14072
|
-
self,
|
|
14073
|
-
_context,
|
|
14074
|
-
layout,
|
|
14075
|
-
_data,
|
|
14076
|
-
item,
|
|
14077
|
-
icon,
|
|
14078
|
-
_active_data,
|
|
14079
|
-
_active_propname,
|
|
14080
|
-
_index,
|
|
14081
|
-
):
|
|
14238
|
+
def draw(self, context):
|
|
14082
14239
|
"""
|
|
14083
14240
|
|
|
14084
|
-
:param
|
|
14241
|
+
:param context:
|
|
14242
|
+
"""
|
|
14243
|
+
...
|
|
14244
|
+
|
|
14245
|
+
def draw_centered(self, context, layout):
|
|
14246
|
+
"""
|
|
14247
|
+
|
|
14248
|
+
:param context:
|
|
14085
14249
|
:param layout:
|
|
14086
|
-
:param _data:
|
|
14087
|
-
:param item:
|
|
14088
|
-
:param icon:
|
|
14089
|
-
:param _active_data:
|
|
14090
|
-
:param _active_propname:
|
|
14091
|
-
:param _index:
|
|
14092
14250
|
"""
|
|
14093
14251
|
...
|
|
14094
14252
|
|
|
@@ -14100,15 +14258,6 @@ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
|
|
|
14100
14258
|
""" """
|
|
14101
14259
|
...
|
|
14102
14260
|
|
|
14103
|
-
def filter_items(self, _context, data, propname):
|
|
14104
|
-
"""
|
|
14105
|
-
|
|
14106
|
-
:param _context:
|
|
14107
|
-
:param data:
|
|
14108
|
-
:param propname:
|
|
14109
|
-
"""
|
|
14110
|
-
...
|
|
14111
|
-
|
|
14112
14261
|
def get(self):
|
|
14113
14262
|
""" """
|
|
14114
14263
|
...
|
|
@@ -14202,15 +14351,3 @@ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
|
|
|
14202
14351
|
def values(self):
|
|
14203
14352
|
""" """
|
|
14204
14353
|
...
|
|
14205
|
-
|
|
14206
|
-
class ViewportPanel:
|
|
14207
|
-
""" """
|
|
14208
|
-
|
|
14209
|
-
bl_context: typing.Any
|
|
14210
|
-
""" """
|
|
14211
|
-
|
|
14212
|
-
bl_region_type: typing.Any
|
|
14213
|
-
""" """
|
|
14214
|
-
|
|
14215
|
-
bl_space_type: typing.Any
|
|
14216
|
-
""" """
|