fake-bpy-module 20240517__py3-none-any.whl → 20240519__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.
- _bpy_internal/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
|
@@ -5,11 +5,10 @@ import bpy.types
|
|
|
5
5
|
import bpy_types
|
|
6
6
|
import rna_prop_ui
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
10
|
|
|
10
11
|
class DOPESHEET_HT_editor_buttons:
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
12
|
def draw_header(self, context, layout):
|
|
14
13
|
"""
|
|
15
14
|
|
|
@@ -19,16 +18,9 @@ class DOPESHEET_HT_editor_buttons:
|
|
|
19
18
|
...
|
|
20
19
|
|
|
21
20
|
class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
22
|
-
""" """
|
|
23
|
-
|
|
24
21
|
bl_rna: typing.Any
|
|
25
|
-
""" """
|
|
26
|
-
|
|
27
22
|
bl_space_type: typing.Any
|
|
28
|
-
""" """
|
|
29
|
-
|
|
30
23
|
id_data: typing.Any
|
|
31
|
-
""" """
|
|
32
24
|
|
|
33
25
|
def append(self, draw_func):
|
|
34
26
|
"""Append a draw function to this menu,
|
|
@@ -113,10 +105,7 @@ class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
113
105
|
"""
|
|
114
106
|
...
|
|
115
107
|
|
|
116
|
-
def is_extended(self):
|
|
117
|
-
""" """
|
|
118
|
-
...
|
|
119
|
-
|
|
108
|
+
def is_extended(self): ...
|
|
120
109
|
def is_property_hidden(self) -> bool:
|
|
121
110
|
"""Check if a property is hidden.
|
|
122
111
|
|
|
@@ -245,16 +234,9 @@ class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
245
234
|
...
|
|
246
235
|
|
|
247
236
|
class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
248
|
-
""" """
|
|
249
|
-
|
|
250
237
|
bl_label: typing.Any
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
238
|
bl_rna: typing.Any
|
|
254
|
-
""" """
|
|
255
|
-
|
|
256
239
|
id_data: typing.Any
|
|
257
|
-
""" """
|
|
258
240
|
|
|
259
241
|
def append(self, draw_func):
|
|
260
242
|
"""Append a draw function to this menu,
|
|
@@ -359,10 +341,7 @@ class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
359
341
|
"""
|
|
360
342
|
...
|
|
361
343
|
|
|
362
|
-
def is_extended(self):
|
|
363
|
-
""" """
|
|
364
|
-
...
|
|
365
|
-
|
|
344
|
+
def is_extended(self): ...
|
|
366
345
|
def is_property_hidden(self) -> bool:
|
|
367
346
|
"""Check if a property is hidden.
|
|
368
347
|
|
|
@@ -525,16 +504,9 @@ class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
525
504
|
...
|
|
526
505
|
|
|
527
506
|
class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
528
|
-
""" """
|
|
529
|
-
|
|
530
507
|
bl_label: typing.Any
|
|
531
|
-
""" """
|
|
532
|
-
|
|
533
508
|
bl_rna: typing.Any
|
|
534
|
-
""" """
|
|
535
|
-
|
|
536
509
|
id_data: typing.Any
|
|
537
|
-
""" """
|
|
538
510
|
|
|
539
511
|
def append(self, draw_func):
|
|
540
512
|
"""Append a draw function to this menu,
|
|
@@ -639,10 +611,7 @@ class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
639
611
|
"""
|
|
640
612
|
...
|
|
641
613
|
|
|
642
|
-
def is_extended(self):
|
|
643
|
-
""" """
|
|
644
|
-
...
|
|
645
|
-
|
|
614
|
+
def is_extended(self): ...
|
|
646
615
|
def is_property_hidden(self) -> bool:
|
|
647
616
|
"""Check if a property is hidden.
|
|
648
617
|
|
|
@@ -805,16 +774,9 @@ class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
805
774
|
...
|
|
806
775
|
|
|
807
776
|
class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
777
|
bl_label: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
778
|
bl_rna: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
779
|
id_data: typing.Any
|
|
817
|
-
""" """
|
|
818
780
|
|
|
819
781
|
def append(self, draw_func):
|
|
820
782
|
"""Append a draw function to this menu,
|
|
@@ -919,10 +881,7 @@ class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
919
881
|
"""
|
|
920
882
|
...
|
|
921
883
|
|
|
922
|
-
def is_extended(self):
|
|
923
|
-
""" """
|
|
924
|
-
...
|
|
925
|
-
|
|
884
|
+
def is_extended(self): ...
|
|
926
885
|
def is_property_hidden(self) -> bool:
|
|
927
886
|
"""Check if a property is hidden.
|
|
928
887
|
|
|
@@ -1085,16 +1044,9 @@ class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1085
1044
|
...
|
|
1086
1045
|
|
|
1087
1046
|
class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
1088
|
-
""" """
|
|
1089
|
-
|
|
1090
1047
|
bl_label: typing.Any
|
|
1091
|
-
""" """
|
|
1092
|
-
|
|
1093
1048
|
bl_rna: typing.Any
|
|
1094
|
-
""" """
|
|
1095
|
-
|
|
1096
1049
|
id_data: typing.Any
|
|
1097
|
-
""" """
|
|
1098
1050
|
|
|
1099
1051
|
def append(self, draw_func):
|
|
1100
1052
|
"""Append a draw function to this menu,
|
|
@@ -1199,10 +1151,7 @@ class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1199
1151
|
"""
|
|
1200
1152
|
...
|
|
1201
1153
|
|
|
1202
|
-
def is_extended(self):
|
|
1203
|
-
""" """
|
|
1204
|
-
...
|
|
1205
|
-
|
|
1154
|
+
def is_extended(self): ...
|
|
1206
1155
|
def is_property_hidden(self) -> bool:
|
|
1207
1156
|
"""Check if a property is hidden.
|
|
1208
1157
|
|
|
@@ -1365,19 +1314,10 @@ class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1365
1314
|
...
|
|
1366
1315
|
|
|
1367
1316
|
class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
1368
|
-
""" """
|
|
1369
|
-
|
|
1370
1317
|
bl_idname: typing.Any
|
|
1371
|
-
""" """
|
|
1372
|
-
|
|
1373
1318
|
bl_label: typing.Any
|
|
1374
|
-
""" """
|
|
1375
|
-
|
|
1376
1319
|
bl_rna: typing.Any
|
|
1377
|
-
""" """
|
|
1378
|
-
|
|
1379
1320
|
id_data: typing.Any
|
|
1380
|
-
""" """
|
|
1381
1321
|
|
|
1382
1322
|
def append(self, draw_func):
|
|
1383
1323
|
"""Append a draw function to this menu,
|
|
@@ -1482,10 +1422,7 @@ class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1482
1422
|
"""
|
|
1483
1423
|
...
|
|
1484
1424
|
|
|
1485
|
-
def is_extended(self):
|
|
1486
|
-
""" """
|
|
1487
|
-
...
|
|
1488
|
-
|
|
1425
|
+
def is_extended(self): ...
|
|
1489
1426
|
def is_property_hidden(self) -> bool:
|
|
1490
1427
|
"""Check if a property is hidden.
|
|
1491
1428
|
|
|
@@ -1648,16 +1585,9 @@ class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1648
1585
|
...
|
|
1649
1586
|
|
|
1650
1587
|
class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
1651
|
-
""" """
|
|
1652
|
-
|
|
1653
1588
|
bl_label: typing.Any
|
|
1654
|
-
""" """
|
|
1655
|
-
|
|
1656
1589
|
bl_rna: typing.Any
|
|
1657
|
-
""" """
|
|
1658
|
-
|
|
1659
1590
|
id_data: typing.Any
|
|
1660
|
-
""" """
|
|
1661
1591
|
|
|
1662
1592
|
def append(self, draw_func):
|
|
1663
1593
|
"""Append a draw function to this menu,
|
|
@@ -1762,10 +1692,7 @@ class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1762
1692
|
"""
|
|
1763
1693
|
...
|
|
1764
1694
|
|
|
1765
|
-
def is_extended(self):
|
|
1766
|
-
""" """
|
|
1767
|
-
...
|
|
1768
|
-
|
|
1695
|
+
def is_extended(self): ...
|
|
1769
1696
|
def is_property_hidden(self) -> bool:
|
|
1770
1697
|
"""Check if a property is hidden.
|
|
1771
1698
|
|
|
@@ -1928,16 +1855,9 @@ class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1928
1855
|
...
|
|
1929
1856
|
|
|
1930
1857
|
class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
1931
|
-
""" """
|
|
1932
|
-
|
|
1933
1858
|
bl_label: typing.Any
|
|
1934
|
-
""" """
|
|
1935
|
-
|
|
1936
1859
|
bl_rna: typing.Any
|
|
1937
|
-
""" """
|
|
1938
|
-
|
|
1939
1860
|
id_data: typing.Any
|
|
1940
|
-
""" """
|
|
1941
1861
|
|
|
1942
1862
|
def append(self, draw_func):
|
|
1943
1863
|
"""Append a draw function to this menu,
|
|
@@ -2042,10 +1962,7 @@ class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2042
1962
|
"""
|
|
2043
1963
|
...
|
|
2044
1964
|
|
|
2045
|
-
def is_extended(self):
|
|
2046
|
-
""" """
|
|
2047
|
-
...
|
|
2048
|
-
|
|
1965
|
+
def is_extended(self): ...
|
|
2049
1966
|
def is_property_hidden(self) -> bool:
|
|
2050
1967
|
"""Check if a property is hidden.
|
|
2051
1968
|
|
|
@@ -2208,16 +2125,9 @@ class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2208
2125
|
...
|
|
2209
2126
|
|
|
2210
2127
|
class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
2211
|
-
""" """
|
|
2212
|
-
|
|
2213
2128
|
bl_label: typing.Any
|
|
2214
|
-
""" """
|
|
2215
|
-
|
|
2216
2129
|
bl_rna: typing.Any
|
|
2217
|
-
""" """
|
|
2218
|
-
|
|
2219
2130
|
id_data: typing.Any
|
|
2220
|
-
""" """
|
|
2221
2131
|
|
|
2222
2132
|
def append(self, draw_func):
|
|
2223
2133
|
"""Append a draw function to this menu,
|
|
@@ -2322,10 +2232,7 @@ class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2322
2232
|
"""
|
|
2323
2233
|
...
|
|
2324
2234
|
|
|
2325
|
-
def is_extended(self):
|
|
2326
|
-
""" """
|
|
2327
|
-
...
|
|
2328
|
-
|
|
2235
|
+
def is_extended(self): ...
|
|
2329
2236
|
def is_property_hidden(self) -> bool:
|
|
2330
2237
|
"""Check if a property is hidden.
|
|
2331
2238
|
|
|
@@ -2488,16 +2395,9 @@ class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2488
2395
|
...
|
|
2489
2396
|
|
|
2490
2397
|
class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
2491
|
-
""" """
|
|
2492
|
-
|
|
2493
2398
|
bl_label: typing.Any
|
|
2494
|
-
""" """
|
|
2495
|
-
|
|
2496
2399
|
bl_rna: typing.Any
|
|
2497
|
-
""" """
|
|
2498
|
-
|
|
2499
2400
|
id_data: typing.Any
|
|
2500
|
-
""" """
|
|
2501
2401
|
|
|
2502
2402
|
def append(self, draw_func):
|
|
2503
2403
|
"""Append a draw function to this menu,
|
|
@@ -2602,10 +2502,7 @@ class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2602
2502
|
"""
|
|
2603
2503
|
...
|
|
2604
2504
|
|
|
2605
|
-
def is_extended(self):
|
|
2606
|
-
""" """
|
|
2607
|
-
...
|
|
2608
|
-
|
|
2505
|
+
def is_extended(self): ...
|
|
2609
2506
|
def is_property_hidden(self) -> bool:
|
|
2610
2507
|
"""Check if a property is hidden.
|
|
2611
2508
|
|
|
@@ -2768,16 +2665,9 @@ class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2768
2665
|
...
|
|
2769
2666
|
|
|
2770
2667
|
class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
2771
|
-
""" """
|
|
2772
|
-
|
|
2773
2668
|
bl_label: typing.Any
|
|
2774
|
-
""" """
|
|
2775
|
-
|
|
2776
2669
|
bl_rna: typing.Any
|
|
2777
|
-
""" """
|
|
2778
|
-
|
|
2779
2670
|
id_data: typing.Any
|
|
2780
|
-
""" """
|
|
2781
2671
|
|
|
2782
2672
|
def append(self, draw_func):
|
|
2783
2673
|
"""Append a draw function to this menu,
|
|
@@ -2882,10 +2772,7 @@ class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2882
2772
|
"""
|
|
2883
2773
|
...
|
|
2884
2774
|
|
|
2885
|
-
def is_extended(self):
|
|
2886
|
-
""" """
|
|
2887
|
-
...
|
|
2888
|
-
|
|
2775
|
+
def is_extended(self): ...
|
|
2889
2776
|
def is_property_hidden(self) -> bool:
|
|
2890
2777
|
"""Check if a property is hidden.
|
|
2891
2778
|
|
|
@@ -3048,16 +2935,9 @@ class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3048
2935
|
...
|
|
3049
2936
|
|
|
3050
2937
|
class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
3051
|
-
""" """
|
|
3052
|
-
|
|
3053
2938
|
bl_label: typing.Any
|
|
3054
|
-
""" """
|
|
3055
|
-
|
|
3056
2939
|
bl_rna: typing.Any
|
|
3057
|
-
""" """
|
|
3058
|
-
|
|
3059
2940
|
id_data: typing.Any
|
|
3060
|
-
""" """
|
|
3061
2941
|
|
|
3062
2942
|
def append(self, draw_func):
|
|
3063
2943
|
"""Append a draw function to this menu,
|
|
@@ -3162,10 +3042,7 @@ class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3162
3042
|
"""
|
|
3163
3043
|
...
|
|
3164
3044
|
|
|
3165
|
-
def is_extended(self):
|
|
3166
|
-
""" """
|
|
3167
|
-
...
|
|
3168
|
-
|
|
3045
|
+
def is_extended(self): ...
|
|
3169
3046
|
def is_property_hidden(self) -> bool:
|
|
3170
3047
|
"""Check if a property is hidden.
|
|
3171
3048
|
|
|
@@ -3328,16 +3205,9 @@ class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3328
3205
|
...
|
|
3329
3206
|
|
|
3330
3207
|
class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
3331
|
-
""" """
|
|
3332
|
-
|
|
3333
3208
|
bl_label: typing.Any
|
|
3334
|
-
""" """
|
|
3335
|
-
|
|
3336
3209
|
bl_rna: typing.Any
|
|
3337
|
-
""" """
|
|
3338
|
-
|
|
3339
3210
|
id_data: typing.Any
|
|
3340
|
-
""" """
|
|
3341
3211
|
|
|
3342
3212
|
def append(self, draw_func):
|
|
3343
3213
|
"""Append a draw function to this menu,
|
|
@@ -3442,10 +3312,7 @@ class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3442
3312
|
"""
|
|
3443
3313
|
...
|
|
3444
3314
|
|
|
3445
|
-
def is_extended(self):
|
|
3446
|
-
""" """
|
|
3447
|
-
...
|
|
3448
|
-
|
|
3315
|
+
def is_extended(self): ...
|
|
3449
3316
|
def is_property_hidden(self) -> bool:
|
|
3450
3317
|
"""Check if a property is hidden.
|
|
3451
3318
|
|
|
@@ -3608,16 +3475,9 @@ class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3608
3475
|
...
|
|
3609
3476
|
|
|
3610
3477
|
class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
3611
|
-
""" """
|
|
3612
|
-
|
|
3613
3478
|
bl_label: typing.Any
|
|
3614
|
-
""" """
|
|
3615
|
-
|
|
3616
3479
|
bl_rna: typing.Any
|
|
3617
|
-
""" """
|
|
3618
|
-
|
|
3619
3480
|
id_data: typing.Any
|
|
3620
|
-
""" """
|
|
3621
3481
|
|
|
3622
3482
|
def append(self, draw_func):
|
|
3623
3483
|
"""Append a draw function to this menu,
|
|
@@ -3722,10 +3582,7 @@ class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3722
3582
|
"""
|
|
3723
3583
|
...
|
|
3724
3584
|
|
|
3725
|
-
def is_extended(self):
|
|
3726
|
-
""" """
|
|
3727
|
-
...
|
|
3728
|
-
|
|
3585
|
+
def is_extended(self): ...
|
|
3729
3586
|
def is_property_hidden(self) -> bool:
|
|
3730
3587
|
"""Check if a property is hidden.
|
|
3731
3588
|
|
|
@@ -3888,16 +3745,9 @@ class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3888
3745
|
...
|
|
3889
3746
|
|
|
3890
3747
|
class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
3891
|
-
""" """
|
|
3892
|
-
|
|
3893
3748
|
bl_label: typing.Any
|
|
3894
|
-
""" """
|
|
3895
|
-
|
|
3896
3749
|
bl_rna: typing.Any
|
|
3897
|
-
""" """
|
|
3898
|
-
|
|
3899
3750
|
id_data: typing.Any
|
|
3900
|
-
""" """
|
|
3901
3751
|
|
|
3902
3752
|
def append(self, draw_func):
|
|
3903
3753
|
"""Append a draw function to this menu,
|
|
@@ -4002,10 +3852,7 @@ class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4002
3852
|
"""
|
|
4003
3853
|
...
|
|
4004
3854
|
|
|
4005
|
-
def is_extended(self):
|
|
4006
|
-
""" """
|
|
4007
|
-
...
|
|
4008
|
-
|
|
3855
|
+
def is_extended(self): ...
|
|
4009
3856
|
def is_property_hidden(self) -> bool:
|
|
4010
3857
|
"""Check if a property is hidden.
|
|
4011
3858
|
|
|
@@ -4168,13 +4015,8 @@ class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4168
4015
|
...
|
|
4169
4016
|
|
|
4170
4017
|
class DopesheetActionPanelBase:
|
|
4171
|
-
""" """
|
|
4172
|
-
|
|
4173
4018
|
bl_label: typing.Any
|
|
4174
|
-
""" """
|
|
4175
|
-
|
|
4176
4019
|
bl_region_type: typing.Any
|
|
4177
|
-
""" """
|
|
4178
4020
|
|
|
4179
4021
|
def draw_generic_panel(self, _context, layout, action):
|
|
4180
4022
|
"""
|
|
@@ -4193,31 +4035,14 @@ class DOPESHEET_PT_custom_props_action(
|
|
|
4193
4035
|
"""
|
|
4194
4036
|
|
|
4195
4037
|
bl_category: typing.Any
|
|
4196
|
-
""" """
|
|
4197
|
-
|
|
4198
4038
|
bl_context: typing.Any
|
|
4199
|
-
""" """
|
|
4200
|
-
|
|
4201
4039
|
bl_label: typing.Any
|
|
4202
|
-
""" """
|
|
4203
|
-
|
|
4204
4040
|
bl_options: typing.Any
|
|
4205
|
-
""" """
|
|
4206
|
-
|
|
4207
4041
|
bl_order: typing.Any
|
|
4208
|
-
""" """
|
|
4209
|
-
|
|
4210
4042
|
bl_region_type: typing.Any
|
|
4211
|
-
""" """
|
|
4212
|
-
|
|
4213
4043
|
bl_rna: typing.Any
|
|
4214
|
-
""" """
|
|
4215
|
-
|
|
4216
4044
|
bl_space_type: typing.Any
|
|
4217
|
-
""" """
|
|
4218
|
-
|
|
4219
4045
|
id_data: typing.Any
|
|
4220
|
-
""" """
|
|
4221
4046
|
|
|
4222
4047
|
def append(self, draw_func):
|
|
4223
4048
|
"""Append a draw function to this menu,
|
|
@@ -4302,10 +4127,7 @@ class DOPESHEET_PT_custom_props_action(
|
|
|
4302
4127
|
"""
|
|
4303
4128
|
...
|
|
4304
4129
|
|
|
4305
|
-
def is_extended(self):
|
|
4306
|
-
""" """
|
|
4307
|
-
...
|
|
4308
|
-
|
|
4130
|
+
def is_extended(self): ...
|
|
4309
4131
|
def is_property_hidden(self) -> bool:
|
|
4310
4132
|
"""Check if a property is hidden.
|
|
4311
4133
|
|
|
@@ -4441,13 +4263,8 @@ class DOPESHEET_PT_custom_props_action(
|
|
|
4441
4263
|
...
|
|
4442
4264
|
|
|
4443
4265
|
class DopesheetFilterPopoverBase:
|
|
4444
|
-
""" """
|
|
4445
|
-
|
|
4446
4266
|
bl_label: typing.Any
|
|
4447
|
-
""" """
|
|
4448
|
-
|
|
4449
4267
|
bl_region_type: typing.Any
|
|
4450
|
-
""" """
|
|
4451
4268
|
|
|
4452
4269
|
def draw_generic_filters(self, context, layout):
|
|
4453
4270
|
"""
|
|
@@ -4475,16 +4292,9 @@ class DopesheetFilterPopoverBase:
|
|
|
4475
4292
|
...
|
|
4476
4293
|
|
|
4477
4294
|
class LayersDopeSheetPanel:
|
|
4478
|
-
""" """
|
|
4479
|
-
|
|
4480
4295
|
bl_category: typing.Any
|
|
4481
|
-
""" """
|
|
4482
|
-
|
|
4483
4296
|
bl_region_type: typing.Any
|
|
4484
|
-
""" """
|
|
4485
|
-
|
|
4486
4297
|
bl_space_type: typing.Any
|
|
4487
|
-
""" """
|
|
4488
4298
|
|
|
4489
4299
|
def poll(self, context):
|
|
4490
4300
|
"""
|
|
@@ -4494,16 +4304,9 @@ class LayersDopeSheetPanel:
|
|
|
4494
4304
|
...
|
|
4495
4305
|
|
|
4496
4306
|
class GreasePencilLayersDopeSheetPanel:
|
|
4497
|
-
""" """
|
|
4498
|
-
|
|
4499
4307
|
bl_category: typing.Any
|
|
4500
|
-
""" """
|
|
4501
|
-
|
|
4502
4308
|
bl_region_type: typing.Any
|
|
4503
|
-
""" """
|
|
4504
|
-
|
|
4505
4309
|
bl_space_type: typing.Any
|
|
4506
|
-
""" """
|
|
4507
4310
|
|
|
4508
4311
|
def poll(self, context):
|
|
4509
4312
|
"""
|
|
@@ -4513,25 +4316,12 @@ class GreasePencilLayersDopeSheetPanel:
|
|
|
4513
4316
|
...
|
|
4514
4317
|
|
|
4515
4318
|
class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
4516
|
-
""" """
|
|
4517
|
-
|
|
4518
4319
|
bl_label: typing.Any
|
|
4519
|
-
""" """
|
|
4520
|
-
|
|
4521
4320
|
bl_region_type: typing.Any
|
|
4522
|
-
""" """
|
|
4523
|
-
|
|
4524
4321
|
bl_rna: typing.Any
|
|
4525
|
-
""" """
|
|
4526
|
-
|
|
4527
4322
|
bl_space_type: typing.Any
|
|
4528
|
-
""" """
|
|
4529
|
-
|
|
4530
4323
|
bl_ui_units_x: typing.Any
|
|
4531
|
-
""" """
|
|
4532
|
-
|
|
4533
4324
|
id_data: typing.Any
|
|
4534
|
-
""" """
|
|
4535
4325
|
|
|
4536
4326
|
def append(self, draw_func):
|
|
4537
4327
|
"""Append a draw function to this menu,
|
|
@@ -4616,10 +4406,7 @@ class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4616
4406
|
"""
|
|
4617
4407
|
...
|
|
4618
4408
|
|
|
4619
|
-
def is_extended(self):
|
|
4620
|
-
""" """
|
|
4621
|
-
...
|
|
4622
|
-
|
|
4409
|
+
def is_extended(self): ...
|
|
4623
4410
|
def is_property_hidden(self) -> bool:
|
|
4624
4411
|
"""Check if a property is hidden.
|
|
4625
4412
|
|
|
@@ -4748,22 +4535,11 @@ class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4748
4535
|
...
|
|
4749
4536
|
|
|
4750
4537
|
class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
4751
|
-
""" """
|
|
4752
|
-
|
|
4753
4538
|
bl_label: typing.Any
|
|
4754
|
-
""" """
|
|
4755
|
-
|
|
4756
4539
|
bl_region_type: typing.Any
|
|
4757
|
-
""" """
|
|
4758
|
-
|
|
4759
4540
|
bl_rna: typing.Any
|
|
4760
|
-
""" """
|
|
4761
|
-
|
|
4762
4541
|
bl_space_type: typing.Any
|
|
4763
|
-
""" """
|
|
4764
|
-
|
|
4765
4542
|
id_data: typing.Any
|
|
4766
|
-
""" """
|
|
4767
4543
|
|
|
4768
4544
|
def append(self, draw_func):
|
|
4769
4545
|
"""Append a draw function to this menu,
|
|
@@ -4848,10 +4624,7 @@ class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4848
4624
|
"""
|
|
4849
4625
|
...
|
|
4850
4626
|
|
|
4851
|
-
def is_extended(self):
|
|
4852
|
-
""" """
|
|
4853
|
-
...
|
|
4854
|
-
|
|
4627
|
+
def is_extended(self): ...
|
|
4855
4628
|
def is_property_hidden(self) -> bool:
|
|
4856
4629
|
"""Check if a property is hidden.
|
|
4857
4630
|
|
|
@@ -4982,25 +4755,12 @@ class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4982
4755
|
class DOPESHEET_PT_action(
|
|
4983
4756
|
bpy_types.Panel, DopesheetActionPanelBase, bpy_types._GenericUI
|
|
4984
4757
|
):
|
|
4985
|
-
""" """
|
|
4986
|
-
|
|
4987
4758
|
bl_category: typing.Any
|
|
4988
|
-
""" """
|
|
4989
|
-
|
|
4990
4759
|
bl_label: typing.Any
|
|
4991
|
-
""" """
|
|
4992
|
-
|
|
4993
4760
|
bl_region_type: typing.Any
|
|
4994
|
-
""" """
|
|
4995
|
-
|
|
4996
4761
|
bl_rna: typing.Any
|
|
4997
|
-
""" """
|
|
4998
|
-
|
|
4999
4762
|
bl_space_type: typing.Any
|
|
5000
|
-
""" """
|
|
5001
|
-
|
|
5002
4763
|
id_data: typing.Any
|
|
5003
|
-
""" """
|
|
5004
4764
|
|
|
5005
4765
|
def append(self, draw_func):
|
|
5006
4766
|
"""Append a draw function to this menu,
|
|
@@ -5094,10 +4854,7 @@ class DOPESHEET_PT_action(
|
|
|
5094
4854
|
"""
|
|
5095
4855
|
...
|
|
5096
4856
|
|
|
5097
|
-
def is_extended(self):
|
|
5098
|
-
""" """
|
|
5099
|
-
...
|
|
5100
|
-
|
|
4857
|
+
def is_extended(self): ...
|
|
5101
4858
|
def is_property_hidden(self) -> bool:
|
|
5102
4859
|
"""Check if a property is hidden.
|
|
5103
4860
|
|
|
@@ -5235,22 +4992,11 @@ class DOPESHEET_PT_action(
|
|
|
5235
4992
|
class DOPESHEET_PT_filters(
|
|
5236
4993
|
bpy_types.Panel, DopesheetFilterPopoverBase, bpy_types._GenericUI
|
|
5237
4994
|
):
|
|
5238
|
-
""" """
|
|
5239
|
-
|
|
5240
4995
|
bl_label: typing.Any
|
|
5241
|
-
""" """
|
|
5242
|
-
|
|
5243
4996
|
bl_region_type: typing.Any
|
|
5244
|
-
""" """
|
|
5245
|
-
|
|
5246
4997
|
bl_rna: typing.Any
|
|
5247
|
-
""" """
|
|
5248
|
-
|
|
5249
4998
|
bl_space_type: typing.Any
|
|
5250
|
-
""" """
|
|
5251
|
-
|
|
5252
4999
|
id_data: typing.Any
|
|
5253
|
-
""" """
|
|
5254
5000
|
|
|
5255
5001
|
def append(self, draw_func):
|
|
5256
5002
|
"""Append a draw function to this menu,
|
|
@@ -5360,10 +5106,7 @@ class DOPESHEET_PT_filters(
|
|
|
5360
5106
|
"""
|
|
5361
5107
|
...
|
|
5362
5108
|
|
|
5363
|
-
def is_extended(self):
|
|
5364
|
-
""" """
|
|
5365
|
-
...
|
|
5366
|
-
|
|
5109
|
+
def is_extended(self): ...
|
|
5367
5110
|
def is_property_hidden(self) -> bool:
|
|
5368
5111
|
"""Check if a property is hidden.
|
|
5369
5112
|
|
|
@@ -5497,31 +5240,14 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
5497
5240
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
5498
5241
|
bpy_types._GenericUI,
|
|
5499
5242
|
):
|
|
5500
|
-
""" """
|
|
5501
|
-
|
|
5502
5243
|
bl_category: typing.Any
|
|
5503
|
-
""" """
|
|
5504
|
-
|
|
5505
5244
|
bl_label: typing.Any
|
|
5506
|
-
""" """
|
|
5507
|
-
|
|
5508
5245
|
bl_options: typing.Any
|
|
5509
|
-
""" """
|
|
5510
|
-
|
|
5511
5246
|
bl_parent_id: typing.Any
|
|
5512
|
-
""" """
|
|
5513
|
-
|
|
5514
5247
|
bl_region_type: typing.Any
|
|
5515
|
-
""" """
|
|
5516
|
-
|
|
5517
5248
|
bl_rna: typing.Any
|
|
5518
|
-
""" """
|
|
5519
|
-
|
|
5520
5249
|
bl_space_type: typing.Any
|
|
5521
|
-
""" """
|
|
5522
|
-
|
|
5523
5250
|
id_data: typing.Any
|
|
5524
|
-
""" """
|
|
5525
5251
|
|
|
5526
5252
|
def append(self, draw_func):
|
|
5527
5253
|
"""Append a draw function to this menu,
|
|
@@ -5606,10 +5332,7 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
5606
5332
|
"""
|
|
5607
5333
|
...
|
|
5608
5334
|
|
|
5609
|
-
def is_extended(self):
|
|
5610
|
-
""" """
|
|
5611
|
-
...
|
|
5612
|
-
|
|
5335
|
+
def is_extended(self): ...
|
|
5613
5336
|
def is_property_hidden(self) -> bool:
|
|
5614
5337
|
"""Check if a property is hidden.
|
|
5615
5338
|
|
|
@@ -5750,31 +5473,14 @@ class DOPESHEET_PT_gpencil_layer_display(
|
|
|
5750
5473
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
5751
5474
|
bpy_types._GenericUI,
|
|
5752
5475
|
):
|
|
5753
|
-
""" """
|
|
5754
|
-
|
|
5755
5476
|
bl_category: typing.Any
|
|
5756
|
-
""" """
|
|
5757
|
-
|
|
5758
5477
|
bl_label: typing.Any
|
|
5759
|
-
""" """
|
|
5760
|
-
|
|
5761
5478
|
bl_options: typing.Any
|
|
5762
|
-
""" """
|
|
5763
|
-
|
|
5764
5479
|
bl_parent_id: typing.Any
|
|
5765
|
-
""" """
|
|
5766
|
-
|
|
5767
5480
|
bl_region_type: typing.Any
|
|
5768
|
-
""" """
|
|
5769
|
-
|
|
5770
5481
|
bl_rna: typing.Any
|
|
5771
|
-
""" """
|
|
5772
|
-
|
|
5773
5482
|
bl_space_type: typing.Any
|
|
5774
|
-
""" """
|
|
5775
|
-
|
|
5776
5483
|
id_data: typing.Any
|
|
5777
|
-
""" """
|
|
5778
5484
|
|
|
5779
5485
|
def append(self, draw_func):
|
|
5780
5486
|
"""Append a draw function to this menu,
|
|
@@ -5859,10 +5565,7 @@ class DOPESHEET_PT_gpencil_layer_display(
|
|
|
5859
5565
|
"""
|
|
5860
5566
|
...
|
|
5861
5567
|
|
|
5862
|
-
def is_extended(self):
|
|
5863
|
-
""" """
|
|
5864
|
-
...
|
|
5865
|
-
|
|
5568
|
+
def is_extended(self): ...
|
|
5866
5569
|
def is_property_hidden(self) -> bool:
|
|
5867
5570
|
"""Check if a property is hidden.
|
|
5868
5571
|
|
|
@@ -6003,31 +5706,14 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
6003
5706
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
6004
5707
|
bpy_types._GenericUI,
|
|
6005
5708
|
):
|
|
6006
|
-
""" """
|
|
6007
|
-
|
|
6008
5709
|
bl_category: typing.Any
|
|
6009
|
-
""" """
|
|
6010
|
-
|
|
6011
5710
|
bl_label: typing.Any
|
|
6012
|
-
""" """
|
|
6013
|
-
|
|
6014
5711
|
bl_options: typing.Any
|
|
6015
|
-
""" """
|
|
6016
|
-
|
|
6017
5712
|
bl_parent_id: typing.Any
|
|
6018
|
-
""" """
|
|
6019
|
-
|
|
6020
5713
|
bl_region_type: typing.Any
|
|
6021
|
-
""" """
|
|
6022
|
-
|
|
6023
5714
|
bl_rna: typing.Any
|
|
6024
|
-
""" """
|
|
6025
|
-
|
|
6026
5715
|
bl_space_type: typing.Any
|
|
6027
|
-
""" """
|
|
6028
|
-
|
|
6029
5716
|
id_data: typing.Any
|
|
6030
|
-
""" """
|
|
6031
5717
|
|
|
6032
5718
|
def append(self, draw_func):
|
|
6033
5719
|
"""Append a draw function to this menu,
|
|
@@ -6119,10 +5805,7 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
6119
5805
|
"""
|
|
6120
5806
|
...
|
|
6121
5807
|
|
|
6122
|
-
def is_extended(self):
|
|
6123
|
-
""" """
|
|
6124
|
-
...
|
|
6125
|
-
|
|
5808
|
+
def is_extended(self): ...
|
|
6126
5809
|
def is_property_hidden(self) -> bool:
|
|
6127
5810
|
"""Check if a property is hidden.
|
|
6128
5811
|
|
|
@@ -6263,31 +5946,14 @@ class DOPESHEET_PT_gpencil_layer_relations(
|
|
|
6263
5946
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
6264
5947
|
bpy_types._GenericUI,
|
|
6265
5948
|
):
|
|
6266
|
-
""" """
|
|
6267
|
-
|
|
6268
5949
|
bl_category: typing.Any
|
|
6269
|
-
""" """
|
|
6270
|
-
|
|
6271
5950
|
bl_label: typing.Any
|
|
6272
|
-
""" """
|
|
6273
|
-
|
|
6274
5951
|
bl_options: typing.Any
|
|
6275
|
-
""" """
|
|
6276
|
-
|
|
6277
5952
|
bl_parent_id: typing.Any
|
|
6278
|
-
""" """
|
|
6279
|
-
|
|
6280
5953
|
bl_region_type: typing.Any
|
|
6281
|
-
""" """
|
|
6282
|
-
|
|
6283
5954
|
bl_rna: typing.Any
|
|
6284
|
-
""" """
|
|
6285
|
-
|
|
6286
5955
|
bl_space_type: typing.Any
|
|
6287
|
-
""" """
|
|
6288
|
-
|
|
6289
5956
|
id_data: typing.Any
|
|
6290
|
-
""" """
|
|
6291
5957
|
|
|
6292
5958
|
def append(self, draw_func):
|
|
6293
5959
|
"""Append a draw function to this menu,
|
|
@@ -6372,10 +6038,7 @@ class DOPESHEET_PT_gpencil_layer_relations(
|
|
|
6372
6038
|
"""
|
|
6373
6039
|
...
|
|
6374
6040
|
|
|
6375
|
-
def is_extended(self):
|
|
6376
|
-
""" """
|
|
6377
|
-
...
|
|
6378
|
-
|
|
6041
|
+
def is_extended(self): ...
|
|
6379
6042
|
def is_property_hidden(self) -> bool:
|
|
6380
6043
|
"""Check if a property is hidden.
|
|
6381
6044
|
|
|
@@ -6516,31 +6179,14 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6516
6179
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
6517
6180
|
bpy_types._GenericUI,
|
|
6518
6181
|
):
|
|
6519
|
-
""" """
|
|
6520
|
-
|
|
6521
6182
|
bl_category: typing.Any
|
|
6522
|
-
""" """
|
|
6523
|
-
|
|
6524
6183
|
bl_label: typing.Any
|
|
6525
|
-
""" """
|
|
6526
|
-
|
|
6527
6184
|
bl_options: typing.Any
|
|
6528
|
-
""" """
|
|
6529
|
-
|
|
6530
6185
|
bl_parent_id: typing.Any
|
|
6531
|
-
""" """
|
|
6532
|
-
|
|
6533
6186
|
bl_region_type: typing.Any
|
|
6534
|
-
""" """
|
|
6535
|
-
|
|
6536
6187
|
bl_rna: typing.Any
|
|
6537
|
-
""" """
|
|
6538
|
-
|
|
6539
6188
|
bl_space_type: typing.Any
|
|
6540
|
-
""" """
|
|
6541
|
-
|
|
6542
6189
|
id_data: typing.Any
|
|
6543
|
-
""" """
|
|
6544
6190
|
|
|
6545
6191
|
def append(self, draw_func):
|
|
6546
6192
|
"""Append a draw function to this menu,
|
|
@@ -6625,10 +6271,7 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6625
6271
|
"""
|
|
6626
6272
|
...
|
|
6627
6273
|
|
|
6628
|
-
def is_extended(self):
|
|
6629
|
-
""" """
|
|
6630
|
-
...
|
|
6631
|
-
|
|
6274
|
+
def is_extended(self): ...
|
|
6632
6275
|
def is_property_hidden(self) -> bool:
|
|
6633
6276
|
"""Check if a property is hidden.
|
|
6634
6277
|
|
|
@@ -6766,25 +6409,12 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6766
6409
|
class DOPESHEET_PT_gpencil_mode(
|
|
6767
6410
|
bpy_types.Panel, LayersDopeSheetPanel, bpy_types._GenericUI
|
|
6768
6411
|
):
|
|
6769
|
-
""" """
|
|
6770
|
-
|
|
6771
6412
|
bl_category: typing.Any
|
|
6772
|
-
""" """
|
|
6773
|
-
|
|
6774
6413
|
bl_label: typing.Any
|
|
6775
|
-
""" """
|
|
6776
|
-
|
|
6777
6414
|
bl_region_type: typing.Any
|
|
6778
|
-
""" """
|
|
6779
|
-
|
|
6780
6415
|
bl_rna: typing.Any
|
|
6781
|
-
""" """
|
|
6782
|
-
|
|
6783
6416
|
bl_space_type: typing.Any
|
|
6784
|
-
""" """
|
|
6785
|
-
|
|
6786
6417
|
id_data: typing.Any
|
|
6787
|
-
""" """
|
|
6788
6418
|
|
|
6789
6419
|
def append(self, draw_func):
|
|
6790
6420
|
"""Append a draw function to this menu,
|
|
@@ -6869,10 +6499,7 @@ class DOPESHEET_PT_gpencil_mode(
|
|
|
6869
6499
|
"""
|
|
6870
6500
|
...
|
|
6871
6501
|
|
|
6872
|
-
def is_extended(self):
|
|
6873
|
-
""" """
|
|
6874
|
-
...
|
|
6875
|
-
|
|
6502
|
+
def is_extended(self): ...
|
|
6876
6503
|
def is_property_hidden(self) -> bool:
|
|
6877
6504
|
"""Check if a property is hidden.
|
|
6878
6505
|
|
|
@@ -7013,31 +6640,14 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
7013
6640
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
|
|
7014
6641
|
bpy_types._GenericUI,
|
|
7015
6642
|
):
|
|
7016
|
-
""" """
|
|
7017
|
-
|
|
7018
6643
|
bl_category: typing.Any
|
|
7019
|
-
""" """
|
|
7020
|
-
|
|
7021
6644
|
bl_label: typing.Any
|
|
7022
|
-
""" """
|
|
7023
|
-
|
|
7024
6645
|
bl_options: typing.Any
|
|
7025
|
-
""" """
|
|
7026
|
-
|
|
7027
6646
|
bl_parent_id: typing.Any
|
|
7028
|
-
""" """
|
|
7029
|
-
|
|
7030
6647
|
bl_region_type: typing.Any
|
|
7031
|
-
""" """
|
|
7032
|
-
|
|
7033
6648
|
bl_rna: typing.Any
|
|
7034
|
-
""" """
|
|
7035
|
-
|
|
7036
6649
|
bl_space_type: typing.Any
|
|
7037
|
-
""" """
|
|
7038
|
-
|
|
7039
6650
|
id_data: typing.Any
|
|
7040
|
-
""" """
|
|
7041
6651
|
|
|
7042
6652
|
def append(self, draw_func):
|
|
7043
6653
|
"""Append a draw function to this menu,
|
|
@@ -7129,10 +6739,7 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
7129
6739
|
"""
|
|
7130
6740
|
...
|
|
7131
6741
|
|
|
7132
|
-
def is_extended(self):
|
|
7133
|
-
""" """
|
|
7134
|
-
...
|
|
7135
|
-
|
|
6742
|
+
def is_extended(self): ...
|
|
7136
6743
|
def is_property_hidden(self) -> bool:
|
|
7137
6744
|
"""Check if a property is hidden.
|
|
7138
6745
|
|
|
@@ -7273,31 +6880,14 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
7273
6880
|
bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
|
|
7274
6881
|
bpy_types._GenericUI,
|
|
7275
6882
|
):
|
|
7276
|
-
""" """
|
|
7277
|
-
|
|
7278
6883
|
bl_category: typing.Any
|
|
7279
|
-
""" """
|
|
7280
|
-
|
|
7281
6884
|
bl_label: typing.Any
|
|
7282
|
-
""" """
|
|
7283
|
-
|
|
7284
6885
|
bl_options: typing.Any
|
|
7285
|
-
""" """
|
|
7286
|
-
|
|
7287
6886
|
bl_parent_id: typing.Any
|
|
7288
|
-
""" """
|
|
7289
|
-
|
|
7290
6887
|
bl_region_type: typing.Any
|
|
7291
|
-
""" """
|
|
7292
|
-
|
|
7293
6888
|
bl_rna: typing.Any
|
|
7294
|
-
""" """
|
|
7295
|
-
|
|
7296
6889
|
bl_space_type: typing.Any
|
|
7297
|
-
""" """
|
|
7298
|
-
|
|
7299
6890
|
id_data: typing.Any
|
|
7300
|
-
""" """
|
|
7301
6891
|
|
|
7302
6892
|
def append(self, draw_func):
|
|
7303
6893
|
"""Append a draw function to this menu,
|
|
@@ -7382,10 +6972,7 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
7382
6972
|
"""
|
|
7383
6973
|
...
|
|
7384
6974
|
|
|
7385
|
-
def is_extended(self):
|
|
7386
|
-
""" """
|
|
7387
|
-
...
|
|
7388
|
-
|
|
6975
|
+
def is_extended(self): ...
|
|
7389
6976
|
def is_property_hidden(self) -> bool:
|
|
7390
6977
|
"""Check if a property is hidden.
|
|
7391
6978
|
|
|
@@ -7526,31 +7113,14 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7526
7113
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
|
|
7527
7114
|
bpy_types._GenericUI,
|
|
7528
7115
|
):
|
|
7529
|
-
""" """
|
|
7530
|
-
|
|
7531
7116
|
bl_category: typing.Any
|
|
7532
|
-
""" """
|
|
7533
|
-
|
|
7534
7117
|
bl_label: typing.Any
|
|
7535
|
-
""" """
|
|
7536
|
-
|
|
7537
7118
|
bl_options: typing.Any
|
|
7538
|
-
""" """
|
|
7539
|
-
|
|
7540
7119
|
bl_parent_id: typing.Any
|
|
7541
|
-
""" """
|
|
7542
|
-
|
|
7543
7120
|
bl_region_type: typing.Any
|
|
7544
|
-
""" """
|
|
7545
|
-
|
|
7546
7121
|
bl_rna: typing.Any
|
|
7547
|
-
""" """
|
|
7548
|
-
|
|
7549
7122
|
bl_space_type: typing.Any
|
|
7550
|
-
""" """
|
|
7551
|
-
|
|
7552
7123
|
id_data: typing.Any
|
|
7553
|
-
""" """
|
|
7554
7124
|
|
|
7555
7125
|
def append(self, draw_func):
|
|
7556
7126
|
"""Append a draw function to this menu,
|
|
@@ -7635,10 +7205,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7635
7205
|
"""
|
|
7636
7206
|
...
|
|
7637
7207
|
|
|
7638
|
-
def is_extended(self):
|
|
7639
|
-
""" """
|
|
7640
|
-
...
|
|
7641
|
-
|
|
7208
|
+
def is_extended(self): ...
|
|
7642
7209
|
def is_property_hidden(self) -> bool:
|
|
7643
7210
|
"""Check if a property is hidden.
|
|
7644
7211
|
|
|
@@ -7776,25 +7343,12 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7776
7343
|
class DOPESHEET_PT_grease_pencil_mode(
|
|
7777
7344
|
bpy_types.Panel, GreasePencilLayersDopeSheetPanel, bpy_types._GenericUI
|
|
7778
7345
|
):
|
|
7779
|
-
""" """
|
|
7780
|
-
|
|
7781
7346
|
bl_category: typing.Any
|
|
7782
|
-
""" """
|
|
7783
|
-
|
|
7784
7347
|
bl_label: typing.Any
|
|
7785
|
-
""" """
|
|
7786
|
-
|
|
7787
7348
|
bl_region_type: typing.Any
|
|
7788
|
-
""" """
|
|
7789
|
-
|
|
7790
7349
|
bl_rna: typing.Any
|
|
7791
|
-
""" """
|
|
7792
|
-
|
|
7793
7350
|
bl_space_type: typing.Any
|
|
7794
|
-
""" """
|
|
7795
|
-
|
|
7796
7351
|
id_data: typing.Any
|
|
7797
|
-
""" """
|
|
7798
7352
|
|
|
7799
7353
|
def append(self, draw_func):
|
|
7800
7354
|
"""Append a draw function to this menu,
|
|
@@ -7879,10 +7433,7 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
7879
7433
|
"""
|
|
7880
7434
|
...
|
|
7881
7435
|
|
|
7882
|
-
def is_extended(self):
|
|
7883
|
-
""" """
|
|
7884
|
-
...
|
|
7885
|
-
|
|
7436
|
+
def is_extended(self): ...
|
|
7886
7437
|
def is_property_hidden(self) -> bool:
|
|
7887
7438
|
"""Check if a property is hidden.
|
|
7888
7439
|
|
|
@@ -8017,7 +7568,4 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
8017
7568
|
"""
|
|
8018
7569
|
...
|
|
8019
7570
|
|
|
8020
|
-
def dopesheet_filter(layout, context):
|
|
8021
|
-
""" """
|
|
8022
|
-
|
|
8023
|
-
...
|
|
7571
|
+
def dopesheet_filter(layout, context): ...
|