fake-bpy-module 20240421__py3-none-any.whl → 20240423__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +580 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2418 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +105733 -102298
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +21 -18
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.properties_grease_pencil_common
|
|
2
3
|
import bpy_types
|
|
4
|
+
import rna_prop_ui
|
|
3
5
|
|
|
4
6
|
GenericType = typing.TypeVar("GenericType")
|
|
5
7
|
|
|
@@ -14,7 +16,7 @@ class DOPESHEET_HT_editor_buttons:
|
|
|
14
16
|
"""
|
|
15
17
|
...
|
|
16
18
|
|
|
17
|
-
class DOPESHEET_HT_header(bpy_types._GenericUI):
|
|
19
|
+
class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
18
20
|
""" """
|
|
19
21
|
|
|
20
22
|
bl_rna: typing.Any
|
|
@@ -154,7 +156,7 @@ class DOPESHEET_HT_header(bpy_types._GenericUI):
|
|
|
154
156
|
""" """
|
|
155
157
|
...
|
|
156
158
|
|
|
157
|
-
class DOPESHEET_MT_channel(bpy_types._GenericUI):
|
|
159
|
+
class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
158
160
|
""" """
|
|
159
161
|
|
|
160
162
|
bl_label: typing.Any
|
|
@@ -335,7 +337,7 @@ class DOPESHEET_MT_channel(bpy_types._GenericUI):
|
|
|
335
337
|
""" """
|
|
336
338
|
...
|
|
337
339
|
|
|
338
|
-
class DOPESHEET_MT_channel_context_menu(bpy_types._GenericUI):
|
|
340
|
+
class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
339
341
|
""" """
|
|
340
342
|
|
|
341
343
|
bl_label: typing.Any
|
|
@@ -516,7 +518,7 @@ class DOPESHEET_MT_channel_context_menu(bpy_types._GenericUI):
|
|
|
516
518
|
""" """
|
|
517
519
|
...
|
|
518
520
|
|
|
519
|
-
class DOPESHEET_MT_context_menu(bpy_types._GenericUI):
|
|
521
|
+
class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
520
522
|
""" """
|
|
521
523
|
|
|
522
524
|
bl_label: typing.Any
|
|
@@ -697,7 +699,7 @@ class DOPESHEET_MT_context_menu(bpy_types._GenericUI):
|
|
|
697
699
|
""" """
|
|
698
700
|
...
|
|
699
701
|
|
|
700
|
-
class DOPESHEET_MT_delete(bpy_types._GenericUI):
|
|
702
|
+
class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
701
703
|
""" """
|
|
702
704
|
|
|
703
705
|
bl_label: typing.Any
|
|
@@ -878,7 +880,7 @@ class DOPESHEET_MT_delete(bpy_types._GenericUI):
|
|
|
878
880
|
""" """
|
|
879
881
|
...
|
|
880
882
|
|
|
881
|
-
class DOPESHEET_MT_editor_menus(bpy_types._GenericUI):
|
|
883
|
+
class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
882
884
|
""" """
|
|
883
885
|
|
|
884
886
|
bl_idname: typing.Any
|
|
@@ -1062,7 +1064,7 @@ class DOPESHEET_MT_editor_menus(bpy_types._GenericUI):
|
|
|
1062
1064
|
""" """
|
|
1063
1065
|
...
|
|
1064
1066
|
|
|
1065
|
-
class DOPESHEET_MT_gpencil_channel(bpy_types._GenericUI):
|
|
1067
|
+
class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
1066
1068
|
""" """
|
|
1067
1069
|
|
|
1068
1070
|
bl_label: typing.Any
|
|
@@ -1243,7 +1245,7 @@ class DOPESHEET_MT_gpencil_channel(bpy_types._GenericUI):
|
|
|
1243
1245
|
""" """
|
|
1244
1246
|
...
|
|
1245
1247
|
|
|
1246
|
-
class DOPESHEET_MT_gpencil_key(bpy_types._GenericUI):
|
|
1248
|
+
class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
1247
1249
|
""" """
|
|
1248
1250
|
|
|
1249
1251
|
bl_label: typing.Any
|
|
@@ -1424,7 +1426,7 @@ class DOPESHEET_MT_gpencil_key(bpy_types._GenericUI):
|
|
|
1424
1426
|
""" """
|
|
1425
1427
|
...
|
|
1426
1428
|
|
|
1427
|
-
class DOPESHEET_MT_key(bpy_types._GenericUI):
|
|
1429
|
+
class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
1428
1430
|
""" """
|
|
1429
1431
|
|
|
1430
1432
|
bl_label: typing.Any
|
|
@@ -1605,7 +1607,7 @@ class DOPESHEET_MT_key(bpy_types._GenericUI):
|
|
|
1605
1607
|
""" """
|
|
1606
1608
|
...
|
|
1607
1609
|
|
|
1608
|
-
class DOPESHEET_MT_key_transform(bpy_types._GenericUI):
|
|
1610
|
+
class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
1609
1611
|
""" """
|
|
1610
1612
|
|
|
1611
1613
|
bl_label: typing.Any
|
|
@@ -1786,7 +1788,7 @@ class DOPESHEET_MT_key_transform(bpy_types._GenericUI):
|
|
|
1786
1788
|
""" """
|
|
1787
1789
|
...
|
|
1788
1790
|
|
|
1789
|
-
class DOPESHEET_MT_marker(bpy_types._GenericUI):
|
|
1791
|
+
class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
1790
1792
|
""" """
|
|
1791
1793
|
|
|
1792
1794
|
bl_label: typing.Any
|
|
@@ -1967,7 +1969,7 @@ class DOPESHEET_MT_marker(bpy_types._GenericUI):
|
|
|
1967
1969
|
""" """
|
|
1968
1970
|
...
|
|
1969
1971
|
|
|
1970
|
-
class DOPESHEET_MT_select(bpy_types._GenericUI):
|
|
1972
|
+
class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
1971
1973
|
""" """
|
|
1972
1974
|
|
|
1973
1975
|
bl_label: typing.Any
|
|
@@ -2148,7 +2150,7 @@ class DOPESHEET_MT_select(bpy_types._GenericUI):
|
|
|
2148
2150
|
""" """
|
|
2149
2151
|
...
|
|
2150
2152
|
|
|
2151
|
-
class DOPESHEET_MT_snap_pie(bpy_types._GenericUI):
|
|
2153
|
+
class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
2152
2154
|
""" """
|
|
2153
2155
|
|
|
2154
2156
|
bl_label: typing.Any
|
|
@@ -2329,7 +2331,7 @@ class DOPESHEET_MT_snap_pie(bpy_types._GenericUI):
|
|
|
2329
2331
|
""" """
|
|
2330
2332
|
...
|
|
2331
2333
|
|
|
2332
|
-
class DOPESHEET_MT_view(bpy_types._GenericUI):
|
|
2334
|
+
class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
2333
2335
|
""" """
|
|
2334
2336
|
|
|
2335
2337
|
bl_label: typing.Any
|
|
@@ -2510,7 +2512,7 @@ class DOPESHEET_MT_view(bpy_types._GenericUI):
|
|
|
2510
2512
|
""" """
|
|
2511
2513
|
...
|
|
2512
2514
|
|
|
2513
|
-
class DOPESHEET_MT_view_pie(bpy_types._GenericUI):
|
|
2515
|
+
class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
2514
2516
|
""" """
|
|
2515
2517
|
|
|
2516
2518
|
bl_label: typing.Any
|
|
@@ -2691,15 +2693,44 @@ class DOPESHEET_MT_view_pie(bpy_types._GenericUI):
|
|
|
2691
2693
|
""" """
|
|
2692
2694
|
...
|
|
2693
2695
|
|
|
2694
|
-
class
|
|
2696
|
+
class DopesheetActionPanelBase:
|
|
2697
|
+
""" """
|
|
2698
|
+
|
|
2699
|
+
bl_label: typing.Any
|
|
2700
|
+
""" """
|
|
2701
|
+
|
|
2702
|
+
bl_region_type: typing.Any
|
|
2703
|
+
""" """
|
|
2704
|
+
|
|
2705
|
+
def draw_generic_panel(self, _context, layout, action):
|
|
2706
|
+
"""
|
|
2707
|
+
|
|
2708
|
+
:param _context:
|
|
2709
|
+
:param layout:
|
|
2710
|
+
:param action:
|
|
2711
|
+
"""
|
|
2712
|
+
...
|
|
2713
|
+
|
|
2714
|
+
class DOPESHEET_PT_custom_props_action(
|
|
2715
|
+
bpy_types.Panel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
2716
|
+
):
|
|
2695
2717
|
""" """
|
|
2696
2718
|
|
|
2697
2719
|
bl_category: typing.Any
|
|
2698
2720
|
""" """
|
|
2699
2721
|
|
|
2722
|
+
bl_context: typing.Any
|
|
2723
|
+
""" """
|
|
2724
|
+
|
|
2700
2725
|
bl_label: typing.Any
|
|
2701
2726
|
""" """
|
|
2702
2727
|
|
|
2728
|
+
bl_options: typing.Any
|
|
2729
|
+
""" """
|
|
2730
|
+
|
|
2731
|
+
bl_order: typing.Any
|
|
2732
|
+
""" """
|
|
2733
|
+
|
|
2703
2734
|
bl_region_type: typing.Any
|
|
2704
2735
|
""" """
|
|
2705
2736
|
|
|
@@ -2738,15 +2769,6 @@ class DOPESHEET_PT_action(bpy_types._GenericUI):
|
|
|
2738
2769
|
"""
|
|
2739
2770
|
...
|
|
2740
2771
|
|
|
2741
|
-
def draw_generic_panel(self, _context, layout, action):
|
|
2742
|
-
"""
|
|
2743
|
-
|
|
2744
|
-
:param _context:
|
|
2745
|
-
:param layout:
|
|
2746
|
-
:param action:
|
|
2747
|
-
"""
|
|
2748
|
-
...
|
|
2749
|
-
|
|
2750
2772
|
def driver_add(self):
|
|
2751
2773
|
""" """
|
|
2752
2774
|
...
|
|
@@ -2856,22 +2878,63 @@ class DOPESHEET_PT_action(bpy_types._GenericUI):
|
|
|
2856
2878
|
""" """
|
|
2857
2879
|
...
|
|
2858
2880
|
|
|
2859
|
-
class
|
|
2881
|
+
class DopesheetFilterPopoverBase:
|
|
2882
|
+
""" """
|
|
2883
|
+
|
|
2884
|
+
bl_label: typing.Any
|
|
2885
|
+
""" """
|
|
2886
|
+
|
|
2887
|
+
bl_region_type: typing.Any
|
|
2888
|
+
""" """
|
|
2889
|
+
|
|
2890
|
+
def draw_generic_filters(self, context, layout):
|
|
2891
|
+
"""
|
|
2892
|
+
|
|
2893
|
+
:param context:
|
|
2894
|
+
:param layout:
|
|
2895
|
+
"""
|
|
2896
|
+
...
|
|
2897
|
+
|
|
2898
|
+
def draw_search_filters(self, context, layout, generic_filters_only):
|
|
2899
|
+
"""
|
|
2900
|
+
|
|
2901
|
+
:param context:
|
|
2902
|
+
:param layout:
|
|
2903
|
+
:param generic_filters_only:
|
|
2904
|
+
"""
|
|
2905
|
+
...
|
|
2906
|
+
|
|
2907
|
+
def draw_standard_filters(self, context, layout):
|
|
2908
|
+
"""
|
|
2909
|
+
|
|
2910
|
+
:param context:
|
|
2911
|
+
:param layout:
|
|
2912
|
+
"""
|
|
2913
|
+
...
|
|
2914
|
+
|
|
2915
|
+
class LayersDopeSheetPanel:
|
|
2860
2916
|
""" """
|
|
2861
2917
|
|
|
2862
2918
|
bl_category: typing.Any
|
|
2863
2919
|
""" """
|
|
2864
2920
|
|
|
2865
|
-
|
|
2921
|
+
bl_region_type: typing.Any
|
|
2866
2922
|
""" """
|
|
2867
2923
|
|
|
2868
|
-
|
|
2924
|
+
bl_space_type: typing.Any
|
|
2869
2925
|
""" """
|
|
2870
2926
|
|
|
2871
|
-
|
|
2927
|
+
def poll(self, context):
|
|
2928
|
+
"""
|
|
2929
|
+
|
|
2930
|
+
:param context:
|
|
2931
|
+
"""
|
|
2932
|
+
...
|
|
2933
|
+
|
|
2934
|
+
class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
2872
2935
|
""" """
|
|
2873
2936
|
|
|
2874
|
-
|
|
2937
|
+
bl_label: typing.Any
|
|
2875
2938
|
""" """
|
|
2876
2939
|
|
|
2877
2940
|
bl_region_type: typing.Any
|
|
@@ -2883,6 +2946,9 @@ class DOPESHEET_PT_custom_props_action(bpy_types._GenericUI):
|
|
|
2883
2946
|
bl_space_type: typing.Any
|
|
2884
2947
|
""" """
|
|
2885
2948
|
|
|
2949
|
+
bl_ui_units_x: typing.Any
|
|
2950
|
+
""" """
|
|
2951
|
+
|
|
2886
2952
|
id_data: typing.Any
|
|
2887
2953
|
""" """
|
|
2888
2954
|
|
|
@@ -2980,13 +3046,6 @@ class DOPESHEET_PT_custom_props_action(bpy_types._GenericUI):
|
|
|
2980
3046
|
""" """
|
|
2981
3047
|
...
|
|
2982
3048
|
|
|
2983
|
-
def poll(self, context):
|
|
2984
|
-
"""
|
|
2985
|
-
|
|
2986
|
-
:param context:
|
|
2987
|
-
"""
|
|
2988
|
-
...
|
|
2989
|
-
|
|
2990
3049
|
def pop(self):
|
|
2991
3050
|
""" """
|
|
2992
3051
|
...
|
|
@@ -3021,7 +3080,7 @@ class DOPESHEET_PT_custom_props_action(bpy_types._GenericUI):
|
|
|
3021
3080
|
""" """
|
|
3022
3081
|
...
|
|
3023
3082
|
|
|
3024
|
-
class
|
|
3083
|
+
class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
3025
3084
|
""" """
|
|
3026
3085
|
|
|
3027
3086
|
bl_label: typing.Any
|
|
@@ -3065,31 +3124,6 @@ class DOPESHEET_PT_filters(bpy_types._GenericUI):
|
|
|
3065
3124
|
"""
|
|
3066
3125
|
...
|
|
3067
3126
|
|
|
3068
|
-
def draw_generic_filters(self, context, layout):
|
|
3069
|
-
"""
|
|
3070
|
-
|
|
3071
|
-
:param context:
|
|
3072
|
-
:param layout:
|
|
3073
|
-
"""
|
|
3074
|
-
...
|
|
3075
|
-
|
|
3076
|
-
def draw_search_filters(self, context, layout, generic_filters_only):
|
|
3077
|
-
"""
|
|
3078
|
-
|
|
3079
|
-
:param context:
|
|
3080
|
-
:param layout:
|
|
3081
|
-
:param generic_filters_only:
|
|
3082
|
-
"""
|
|
3083
|
-
...
|
|
3084
|
-
|
|
3085
|
-
def draw_standard_filters(self, context, layout):
|
|
3086
|
-
"""
|
|
3087
|
-
|
|
3088
|
-
:param context:
|
|
3089
|
-
:param layout:
|
|
3090
|
-
"""
|
|
3091
|
-
...
|
|
3092
|
-
|
|
3093
3127
|
def driver_add(self):
|
|
3094
3128
|
""" """
|
|
3095
3129
|
...
|
|
@@ -3192,7 +3226,9 @@ class DOPESHEET_PT_filters(bpy_types._GenericUI):
|
|
|
3192
3226
|
""" """
|
|
3193
3227
|
...
|
|
3194
3228
|
|
|
3195
|
-
class
|
|
3229
|
+
class DOPESHEET_PT_action(
|
|
3230
|
+
bpy_types.Panel, DopesheetActionPanelBase, bpy_types._GenericUI
|
|
3231
|
+
):
|
|
3196
3232
|
""" """
|
|
3197
3233
|
|
|
3198
3234
|
bl_category: typing.Any
|
|
@@ -3201,12 +3237,6 @@ class DOPESHEET_PT_gpencil_layer_adjustments(bpy_types._GenericUI):
|
|
|
3201
3237
|
bl_label: typing.Any
|
|
3202
3238
|
""" """
|
|
3203
3239
|
|
|
3204
|
-
bl_options: typing.Any
|
|
3205
|
-
""" """
|
|
3206
|
-
|
|
3207
|
-
bl_parent_id: typing.Any
|
|
3208
|
-
""" """
|
|
3209
|
-
|
|
3210
3240
|
bl_region_type: typing.Any
|
|
3211
3241
|
""" """
|
|
3212
3242
|
|
|
@@ -3245,6 +3275,15 @@ class DOPESHEET_PT_gpencil_layer_adjustments(bpy_types._GenericUI):
|
|
|
3245
3275
|
"""
|
|
3246
3276
|
...
|
|
3247
3277
|
|
|
3278
|
+
def draw_generic_panel(self, _context, layout, action):
|
|
3279
|
+
"""
|
|
3280
|
+
|
|
3281
|
+
:param _context:
|
|
3282
|
+
:param layout:
|
|
3283
|
+
:param action:
|
|
3284
|
+
"""
|
|
3285
|
+
...
|
|
3286
|
+
|
|
3248
3287
|
def driver_add(self):
|
|
3249
3288
|
""" """
|
|
3250
3289
|
...
|
|
@@ -3354,21 +3393,14 @@ class DOPESHEET_PT_gpencil_layer_adjustments(bpy_types._GenericUI):
|
|
|
3354
3393
|
""" """
|
|
3355
3394
|
...
|
|
3356
3395
|
|
|
3357
|
-
class
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
bl_category: typing.Any
|
|
3396
|
+
class DOPESHEET_PT_filters(
|
|
3397
|
+
bpy_types.Panel, DopesheetFilterPopoverBase, bpy_types._GenericUI
|
|
3398
|
+
):
|
|
3361
3399
|
""" """
|
|
3362
3400
|
|
|
3363
3401
|
bl_label: typing.Any
|
|
3364
3402
|
""" """
|
|
3365
3403
|
|
|
3366
|
-
bl_options: typing.Any
|
|
3367
|
-
""" """
|
|
3368
|
-
|
|
3369
|
-
bl_parent_id: typing.Any
|
|
3370
|
-
""" """
|
|
3371
|
-
|
|
3372
3404
|
bl_region_type: typing.Any
|
|
3373
3405
|
""" """
|
|
3374
3406
|
|
|
@@ -3407,6 +3439,31 @@ class DOPESHEET_PT_gpencil_layer_display(bpy_types._GenericUI):
|
|
|
3407
3439
|
"""
|
|
3408
3440
|
...
|
|
3409
3441
|
|
|
3442
|
+
def draw_generic_filters(self, context, layout):
|
|
3443
|
+
"""
|
|
3444
|
+
|
|
3445
|
+
:param context:
|
|
3446
|
+
:param layout:
|
|
3447
|
+
"""
|
|
3448
|
+
...
|
|
3449
|
+
|
|
3450
|
+
def draw_search_filters(self, context, layout, generic_filters_only):
|
|
3451
|
+
"""
|
|
3452
|
+
|
|
3453
|
+
:param context:
|
|
3454
|
+
:param layout:
|
|
3455
|
+
:param generic_filters_only:
|
|
3456
|
+
"""
|
|
3457
|
+
...
|
|
3458
|
+
|
|
3459
|
+
def draw_standard_filters(self, context, layout):
|
|
3460
|
+
"""
|
|
3461
|
+
|
|
3462
|
+
:param context:
|
|
3463
|
+
:param layout:
|
|
3464
|
+
"""
|
|
3465
|
+
...
|
|
3466
|
+
|
|
3410
3467
|
def driver_add(self):
|
|
3411
3468
|
""" """
|
|
3412
3469
|
...
|
|
@@ -3475,13 +3532,6 @@ class DOPESHEET_PT_gpencil_layer_display(bpy_types._GenericUI):
|
|
|
3475
3532
|
""" """
|
|
3476
3533
|
...
|
|
3477
3534
|
|
|
3478
|
-
def poll(self, context):
|
|
3479
|
-
"""
|
|
3480
|
-
|
|
3481
|
-
:param context:
|
|
3482
|
-
"""
|
|
3483
|
-
...
|
|
3484
|
-
|
|
3485
3535
|
def pop(self):
|
|
3486
3536
|
""" """
|
|
3487
3537
|
...
|
|
@@ -3516,7 +3566,12 @@ class DOPESHEET_PT_gpencil_layer_display(bpy_types._GenericUI):
|
|
|
3516
3566
|
""" """
|
|
3517
3567
|
...
|
|
3518
3568
|
|
|
3519
|
-
class
|
|
3569
|
+
class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
3570
|
+
bpy_types.Panel,
|
|
3571
|
+
LayersDopeSheetPanel,
|
|
3572
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
3573
|
+
bpy_types._GenericUI,
|
|
3574
|
+
):
|
|
3520
3575
|
""" """
|
|
3521
3576
|
|
|
3522
3577
|
bl_category: typing.Any
|
|
@@ -3569,13 +3624,6 @@ class DOPESHEET_PT_gpencil_layer_masks(bpy_types._GenericUI):
|
|
|
3569
3624
|
"""
|
|
3570
3625
|
...
|
|
3571
3626
|
|
|
3572
|
-
def draw_header(self, context):
|
|
3573
|
-
"""
|
|
3574
|
-
|
|
3575
|
-
:param context:
|
|
3576
|
-
"""
|
|
3577
|
-
...
|
|
3578
|
-
|
|
3579
3627
|
def driver_add(self):
|
|
3580
3628
|
""" """
|
|
3581
3629
|
...
|
|
@@ -3685,7 +3733,12 @@ class DOPESHEET_PT_gpencil_layer_masks(bpy_types._GenericUI):
|
|
|
3685
3733
|
""" """
|
|
3686
3734
|
...
|
|
3687
3735
|
|
|
3688
|
-
class
|
|
3736
|
+
class DOPESHEET_PT_gpencil_layer_display(
|
|
3737
|
+
bpy_types.Panel,
|
|
3738
|
+
LayersDopeSheetPanel,
|
|
3739
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
3740
|
+
bpy_types._GenericUI,
|
|
3741
|
+
):
|
|
3689
3742
|
""" """
|
|
3690
3743
|
|
|
3691
3744
|
bl_category: typing.Any
|
|
@@ -3847,7 +3900,12 @@ class DOPESHEET_PT_gpencil_layer_relations(bpy_types._GenericUI):
|
|
|
3847
3900
|
""" """
|
|
3848
3901
|
...
|
|
3849
3902
|
|
|
3850
|
-
class
|
|
3903
|
+
class DOPESHEET_PT_gpencil_layer_masks(
|
|
3904
|
+
bpy_types.Panel,
|
|
3905
|
+
LayersDopeSheetPanel,
|
|
3906
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
3907
|
+
bpy_types._GenericUI,
|
|
3908
|
+
):
|
|
3851
3909
|
""" """
|
|
3852
3910
|
|
|
3853
3911
|
bl_category: typing.Any
|
|
@@ -3900,6 +3958,13 @@ class DOPESHEET_PT_gpencil_layer_transform(bpy_types._GenericUI):
|
|
|
3900
3958
|
"""
|
|
3901
3959
|
...
|
|
3902
3960
|
|
|
3961
|
+
def draw_header(self, context):
|
|
3962
|
+
"""
|
|
3963
|
+
|
|
3964
|
+
:param context:
|
|
3965
|
+
"""
|
|
3966
|
+
...
|
|
3967
|
+
|
|
3903
3968
|
def driver_add(self):
|
|
3904
3969
|
""" """
|
|
3905
3970
|
...
|
|
@@ -4009,7 +4074,12 @@ class DOPESHEET_PT_gpencil_layer_transform(bpy_types._GenericUI):
|
|
|
4009
4074
|
""" """
|
|
4010
4075
|
...
|
|
4011
4076
|
|
|
4012
|
-
class
|
|
4077
|
+
class DOPESHEET_PT_gpencil_layer_relations(
|
|
4078
|
+
bpy_types.Panel,
|
|
4079
|
+
LayersDopeSheetPanel,
|
|
4080
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
4081
|
+
bpy_types._GenericUI,
|
|
4082
|
+
):
|
|
4013
4083
|
""" """
|
|
4014
4084
|
|
|
4015
4085
|
bl_category: typing.Any
|
|
@@ -4018,6 +4088,12 @@ class DOPESHEET_PT_gpencil_mode(bpy_types._GenericUI):
|
|
|
4018
4088
|
bl_label: typing.Any
|
|
4019
4089
|
""" """
|
|
4020
4090
|
|
|
4091
|
+
bl_options: typing.Any
|
|
4092
|
+
""" """
|
|
4093
|
+
|
|
4094
|
+
bl_parent_id: typing.Any
|
|
4095
|
+
""" """
|
|
4096
|
+
|
|
4021
4097
|
bl_region_type: typing.Any
|
|
4022
4098
|
""" """
|
|
4023
4099
|
|
|
@@ -4165,12 +4241,26 @@ class DOPESHEET_PT_gpencil_mode(bpy_types._GenericUI):
|
|
|
4165
4241
|
""" """
|
|
4166
4242
|
...
|
|
4167
4243
|
|
|
4168
|
-
class
|
|
4244
|
+
class DOPESHEET_PT_gpencil_layer_transform(
|
|
4245
|
+
bpy_types.Panel,
|
|
4246
|
+
LayersDopeSheetPanel,
|
|
4247
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
4248
|
+
bpy_types._GenericUI,
|
|
4249
|
+
):
|
|
4250
|
+
""" """
|
|
4251
|
+
|
|
4252
|
+
bl_category: typing.Any
|
|
4169
4253
|
""" """
|
|
4170
4254
|
|
|
4171
4255
|
bl_label: typing.Any
|
|
4172
4256
|
""" """
|
|
4173
4257
|
|
|
4258
|
+
bl_options: typing.Any
|
|
4259
|
+
""" """
|
|
4260
|
+
|
|
4261
|
+
bl_parent_id: typing.Any
|
|
4262
|
+
""" """
|
|
4263
|
+
|
|
4174
4264
|
bl_region_type: typing.Any
|
|
4175
4265
|
""" """
|
|
4176
4266
|
|
|
@@ -4180,9 +4270,6 @@ class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
4180
4270
|
bl_space_type: typing.Any
|
|
4181
4271
|
""" """
|
|
4182
4272
|
|
|
4183
|
-
bl_ui_units_x: typing.Any
|
|
4184
|
-
""" """
|
|
4185
|
-
|
|
4186
4273
|
id_data: typing.Any
|
|
4187
4274
|
""" """
|
|
4188
4275
|
|
|
@@ -4280,6 +4367,13 @@ class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
4280
4367
|
""" """
|
|
4281
4368
|
...
|
|
4282
4369
|
|
|
4370
|
+
def poll(self, context):
|
|
4371
|
+
"""
|
|
4372
|
+
|
|
4373
|
+
:param context:
|
|
4374
|
+
"""
|
|
4375
|
+
...
|
|
4376
|
+
|
|
4283
4377
|
def pop(self):
|
|
4284
4378
|
""" """
|
|
4285
4379
|
...
|
|
@@ -4314,7 +4408,12 @@ class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
4314
4408
|
""" """
|
|
4315
4409
|
...
|
|
4316
4410
|
|
|
4317
|
-
class
|
|
4411
|
+
class DOPESHEET_PT_gpencil_mode(
|
|
4412
|
+
bpy_types.Panel, LayersDopeSheetPanel, bpy_types._GenericUI
|
|
4413
|
+
):
|
|
4414
|
+
""" """
|
|
4415
|
+
|
|
4416
|
+
bl_category: typing.Any
|
|
4318
4417
|
""" """
|
|
4319
4418
|
|
|
4320
4419
|
bl_label: typing.Any
|
|
@@ -4426,6 +4525,13 @@ class DOPESHEET_PT_snapping(bpy_types._GenericUI):
|
|
|
4426
4525
|
""" """
|
|
4427
4526
|
...
|
|
4428
4527
|
|
|
4528
|
+
def poll(self, context):
|
|
4529
|
+
"""
|
|
4530
|
+
|
|
4531
|
+
:param context:
|
|
4532
|
+
"""
|
|
4533
|
+
...
|
|
4534
|
+
|
|
4429
4535
|
def pop(self):
|
|
4430
4536
|
""" """
|
|
4431
4537
|
...
|
|
@@ -4460,77 +4566,6 @@ class DOPESHEET_PT_snapping(bpy_types._GenericUI):
|
|
|
4460
4566
|
""" """
|
|
4461
4567
|
...
|
|
4462
4568
|
|
|
4463
|
-
class DopesheetActionPanelBase:
|
|
4464
|
-
""" """
|
|
4465
|
-
|
|
4466
|
-
bl_label: typing.Any
|
|
4467
|
-
""" """
|
|
4468
|
-
|
|
4469
|
-
bl_region_type: typing.Any
|
|
4470
|
-
""" """
|
|
4471
|
-
|
|
4472
|
-
def draw_generic_panel(self, _context, layout, action):
|
|
4473
|
-
"""
|
|
4474
|
-
|
|
4475
|
-
:param _context:
|
|
4476
|
-
:param layout:
|
|
4477
|
-
:param action:
|
|
4478
|
-
"""
|
|
4479
|
-
...
|
|
4480
|
-
|
|
4481
|
-
class DopesheetFilterPopoverBase:
|
|
4482
|
-
""" """
|
|
4483
|
-
|
|
4484
|
-
bl_label: typing.Any
|
|
4485
|
-
""" """
|
|
4486
|
-
|
|
4487
|
-
bl_region_type: typing.Any
|
|
4488
|
-
""" """
|
|
4489
|
-
|
|
4490
|
-
def draw_generic_filters(self, context, layout):
|
|
4491
|
-
"""
|
|
4492
|
-
|
|
4493
|
-
:param context:
|
|
4494
|
-
:param layout:
|
|
4495
|
-
"""
|
|
4496
|
-
...
|
|
4497
|
-
|
|
4498
|
-
def draw_search_filters(self, context, layout, generic_filters_only):
|
|
4499
|
-
"""
|
|
4500
|
-
|
|
4501
|
-
:param context:
|
|
4502
|
-
:param layout:
|
|
4503
|
-
:param generic_filters_only:
|
|
4504
|
-
"""
|
|
4505
|
-
...
|
|
4506
|
-
|
|
4507
|
-
def draw_standard_filters(self, context, layout):
|
|
4508
|
-
"""
|
|
4509
|
-
|
|
4510
|
-
:param context:
|
|
4511
|
-
:param layout:
|
|
4512
|
-
"""
|
|
4513
|
-
...
|
|
4514
|
-
|
|
4515
|
-
class LayersDopeSheetPanel:
|
|
4516
|
-
""" """
|
|
4517
|
-
|
|
4518
|
-
bl_category: typing.Any
|
|
4519
|
-
""" """
|
|
4520
|
-
|
|
4521
|
-
bl_region_type: typing.Any
|
|
4522
|
-
""" """
|
|
4523
|
-
|
|
4524
|
-
bl_space_type: typing.Any
|
|
4525
|
-
""" """
|
|
4526
|
-
|
|
4527
|
-
def poll(self, context):
|
|
4528
|
-
"""
|
|
4529
|
-
|
|
4530
|
-
:param context:
|
|
4531
|
-
"""
|
|
4532
|
-
...
|
|
4533
|
-
|
|
4534
4569
|
def dopesheet_filter(layout, context):
|
|
4535
4570
|
""" """
|
|
4536
4571
|
|