fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 +1 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
- _bpy_internal/freedesktop/__init__.pyi +1 -0
- addon_utils/__init__.pyi +1 -0
- animsys_refactor/__init__.pyi +1 -0
- aud/__init__.pyi +1 -0
- bgl/__init__.pyi +1 -0
- bl_app_override/__init__.pyi +1 -0
- bl_app_override/helpers/__init__.pyi +1 -0
- bl_app_template_utils/__init__.pyi +1 -0
- bl_console_utils/__init__.pyi +1 -0
- bl_console_utils/autocomplete/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
- bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
- bl_i18n_utils/__init__.pyi +1 -0
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_i18n_utils/merge_po/__init__.pyi +1 -0
- bl_i18n_utils/settings/__init__.pyi +1 -0
- bl_i18n_utils/utils/__init__.pyi +1 -0
- bl_i18n_utils/utils_cli/__init__.pyi +1 -0
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
- bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +1 -0
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
- bl_keymap_utils/versioning/__init__.pyi +1 -0
- bl_math/__init__.pyi +1 -0
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +1 -0
- bl_operators/assets/__init__.pyi +9 -8
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
- bl_operators/clip/__init__.pyi +1 -0
- bl_operators/connect_to_output/__init__.pyi +1 -0
- bl_operators/console/__init__.pyi +1 -0
- bl_operators/constraint/__init__.pyi +1 -0
- bl_operators/file/__init__.pyi +1 -0
- bl_operators/freestyle/__init__.pyi +1 -0
- bl_operators/geometry_nodes/__init__.pyi +1 -0
- bl_operators/image/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +44 -43
- bl_operators/mesh/__init__.pyi +1 -0
- bl_operators/node/__init__.pyi +235 -234
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +1 -0
- bl_operators/object/__init__.pyi +1 -0
- bl_operators/object_align/__init__.pyi +1 -0
- bl_operators/object_quick_effects/__init__.pyi +22 -21
- bl_operators/object_randomize_transform/__init__.pyi +1 -0
- bl_operators/presets/__init__.pyi +389 -388
- bl_operators/rigidbody/__init__.pyi +1 -0
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
- bl_operators/sequencer/__init__.pyi +1 -0
- bl_operators/spreadsheet/__init__.pyi +1 -0
- bl_operators/userpref/__init__.pyi +1 -0
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
- bl_operators/uvcalc_transform/__init__.pyi +1 -0
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
- bl_operators/view3d/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +1 -0
- bl_previews_utils/__init__.pyi +1 -0
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
- bl_rna_utils/__init__.pyi +1 -0
- bl_rna_utils/data_path/__init__.pyi +1 -0
- bl_text_utils/__init__.pyi +1 -0
- bl_text_utils/external_editor/__init__.pyi +1 -0
- bl_ui/__init__.pyi +1 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/asset_shelf/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
- bl_ui/node_add_menu_shader/__init__.pyi +1 -0
- bl_ui/node_add_menu_texture/__init__.pyi +1 -0
- bl_ui/properties_animviz/__init__.pyi +1 -0
- bl_ui/properties_collection/__init__.pyi +13 -12
- bl_ui/properties_constraint/__init__.pyi +955 -954
- bl_ui/properties_data_armature/__init__.pyi +86 -85
- bl_ui/properties_data_bone/__init__.pyi +13 -12
- bl_ui/properties_data_camera/__init__.pyi +1 -0
- bl_ui/properties_data_curve/__init__.pyi +93 -92
- bl_ui/properties_data_curves/__init__.pyi +13 -12
- bl_ui/properties_data_empty/__init__.pyi +13 -12
- bl_ui/properties_data_gpencil/__init__.pyi +266 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
- bl_ui/properties_data_lattice/__init__.pyi +13 -12
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
- bl_ui/properties_data_mesh/__init__.pyi +528 -527
- bl_ui/properties_data_metaball/__init__.pyi +13 -12
- bl_ui/properties_data_modifier/__init__.pyi +20 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
- bl_ui/properties_data_speaker/__init__.pyi +13 -12
- bl_ui/properties_data_volume/__init__.pyi +66 -65
- bl_ui/properties_freestyle/__init__.pyi +249 -248
- bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
- bl_ui/properties_mask_common/__init__.pyi +1 -0
- bl_ui/properties_material/__init__.pyi +146 -145
- bl_ui/properties_material_gpencil/__init__.pyi +87 -86
- bl_ui/properties_object/__init__.pyi +76 -75
- bl_ui/properties_output/__init__.pyi +202 -201
- bl_ui/properties_paint_common/__init__.pyi +1 -0
- bl_ui/properties_particle/__init__.pyi +221 -220
- bl_ui/properties_physics_cloth/__init__.pyi +13 -12
- bl_ui/properties_physics_common/__init__.pyi +13 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
- bl_ui/properties_physics_field/__init__.pyi +20 -19
- bl_ui/properties_physics_fluid/__init__.pyi +62 -61
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
- bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
- bl_ui/properties_physics_softbody/__init__.pyi +13 -12
- bl_ui/properties_render/__init__.pyi +218 -217
- bl_ui/properties_scene/__init__.pyi +144 -143
- bl_ui/properties_texture/__init__.pyi +157 -156
- bl_ui/properties_view_layer/__init__.pyi +79 -78
- bl_ui/properties_workspace/__init__.pyi +65 -64
- bl_ui/properties_world/__init__.pyi +13 -12
- bl_ui/space_clip/__init__.pyi +367 -366
- bl_ui/space_console/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +177 -176
- bl_ui/space_filebrowser/__init__.pyi +736 -735
- bl_ui/space_graph/__init__.pyi +1 -0
- bl_ui/space_image/__init__.pyi +647 -646
- bl_ui/space_info/__init__.pyi +1 -0
- bl_ui/space_nla/__init__.pyi +1 -0
- bl_ui/space_node/__init__.pyi +1 -0
- bl_ui/space_outliner/__init__.pyi +1 -0
- bl_ui/space_properties/__init__.pyi +1 -0
- bl_ui/space_sequencer/__init__.pyi +842 -389
- bl_ui/space_spreadsheet/__init__.pyi +1 -0
- bl_ui/space_statusbar/__init__.pyi +1 -0
- bl_ui/space_text/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +12 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bl_ui/space_topbar/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +685 -684
- bl_ui/space_view3d/__init__.pyi +1153 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
- bl_ui/temp_anim_layers/__init__.pyi +1 -0
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -0
- bl_ui_utils/layout/__init__.pyi +1 -0
- blend_render_info/__init__.pyi +1 -0
- blf/__init__.pyi +1 -0
- bmesh/__init__.pyi +1 -0
- bmesh/geometry/__init__.pyi +1 -0
- bmesh/ops/__init__.pyi +1 -0
- bmesh/types/__init__.pyi +1 -0
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -0
- bpy/app/__init__.pyi +1 -0
- bpy/app/handlers/__init__.pyi +1 -0
- bpy/app/icons/__init__.pyi +1 -0
- bpy/app/timers/__init__.pyi +1 -0
- bpy/app/translations/__init__.pyi +1 -0
- bpy/msgbus/__init__.pyi +1 -0
- bpy/ops/__init__.pyi +1 -0
- bpy/ops/action/__init__.pyi +1 -0
- bpy/ops/anim/__init__.pyi +15 -14
- bpy/ops/armature/__init__.pyi +1 -0
- bpy/ops/asset/__init__.pyi +1 -0
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +1 -0
- bpy/ops/buttons/__init__.pyi +1 -0
- bpy/ops/cachefile/__init__.pyi +1 -0
- bpy/ops/camera/__init__.pyi +1 -0
- bpy/ops/clip/__init__.pyi +1 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +1 -0
- bpy/ops/console/__init__.pyi +1 -0
- bpy/ops/constraint/__init__.pyi +1 -0
- bpy/ops/curve/__init__.pyi +1 -0
- bpy/ops/curves/__init__.pyi +1 -0
- bpy/ops/cycles/__init__.pyi +1 -0
- bpy/ops/dpaint/__init__.pyi +1 -0
- bpy/ops/ed/__init__.pyi +1 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +1 -0
- bpy/ops/extensions/__init__.pyi +1 -0
- bpy/ops/file/__init__.pyi +1 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +1 -0
- bpy/ops/geometry/__init__.pyi +1 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +1 -0
- bpy/ops/graph/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +19 -0
- bpy/ops/image/__init__.pyi +1 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +1 -0
- bpy/ops/info/__init__.pyi +1 -0
- bpy/ops/lattice/__init__.pyi +1 -0
- bpy/ops/marker/__init__.pyi +1 -0
- bpy/ops/mask/__init__.pyi +1 -0
- bpy/ops/material/__init__.pyi +1 -0
- bpy/ops/mball/__init__.pyi +1 -0
- bpy/ops/mesh/__init__.pyi +7 -2
- bpy/ops/nla/__init__.pyi +1 -0
- bpy/ops/node/__init__.pyi +1 -0
- bpy/ops/object/__init__.pyi +2 -1
- bpy/ops/outliner/__init__.pyi +1 -0
- bpy/ops/paint/__init__.pyi +1 -0
- bpy/ops/paintcurve/__init__.pyi +1 -0
- bpy/ops/palette/__init__.pyi +1 -0
- bpy/ops/particle/__init__.pyi +1 -0
- bpy/ops/pose/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +1 -0
- bpy/ops/preferences/__init__.pyi +1 -0
- bpy/ops/ptcache/__init__.pyi +1 -0
- bpy/ops/render/__init__.pyi +1 -0
- bpy/ops/rigidbody/__init__.pyi +1 -0
- bpy/ops/scene/__init__.pyi +1 -0
- bpy/ops/screen/__init__.pyi +1 -0
- bpy/ops/script/__init__.pyi +1 -0
- bpy/ops/sculpt/__init__.pyi +1 -0
- bpy/ops/sculpt_curves/__init__.pyi +1 -0
- bpy/ops/sequencer/__init__.pyi +1 -0
- bpy/ops/sound/__init__.pyi +1 -0
- bpy/ops/spreadsheet/__init__.pyi +1 -0
- bpy/ops/surface/__init__.pyi +1 -0
- bpy/ops/text/__init__.pyi +1 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +17 -16
- bpy/ops/ui/__init__.pyi +1 -0
- bpy/ops/uilist/__init__.pyi +1 -0
- bpy/ops/uv/__init__.pyi +1 -0
- bpy/ops/view2d/__init__.pyi +1 -0
- bpy/ops/view3d/__init__.pyi +1 -0
- bpy/ops/wm/__init__.pyi +5 -4
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/ops/world/__init__.pyi +1 -0
- bpy/path/__init__.pyi +1 -0
- bpy/props/__init__.pyi +1 -0
- bpy/types/__init__.pyi +68824 -68756
- bpy/utils/__init__.pyi +1 -0
- bpy/utils/previews/__init__.pyi +1 -0
- bpy/utils/units/__init__.pyi +1 -0
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +1 -0
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +1 -0
- bpy_extras/id_map_utils/__init__.pyi +1 -0
- bpy_extras/image_utils/__init__.pyi +1 -0
- bpy_extras/io_utils/__init__.pyi +1 -0
- bpy_extras/keyconfig_utils/__init__.pyi +1 -0
- bpy_extras/mesh_utils/__init__.pyi +1 -0
- bpy_extras/node_shader_utils/__init__.pyi +1 -0
- bpy_extras/node_utils/__init__.pyi +1 -0
- bpy_extras/object_utils/__init__.pyi +1 -0
- bpy_extras/view3d_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
- bpy_restrict_state/__init__.pyi +1 -0
- bpy_types/__init__.pyi +1 -0
- console_python/__init__.pyi +1 -0
- console_shell/__init__.pyi +1 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- fake_bpy_module-20240707.dist-info/RECORD +358 -0
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +1 -0
- freestyle/functions/__init__.pyi +1 -0
- freestyle/predicates/__init__.pyi +1 -0
- freestyle/shaders/__init__.pyi +1 -0
- freestyle/types/__init__.pyi +1 -0
- freestyle/utils/ContextFunctions/__init__.pyi +1 -0
- freestyle/utils/__init__.pyi +2 -1
- gpu/__init__.pyi +1 -0
- gpu/capabilities/__init__.pyi +1 -0
- gpu/matrix/__init__.pyi +1 -0
- gpu/platform/__init__.pyi +1 -0
- gpu/select/__init__.pyi +1 -0
- gpu/shader/__init__.pyi +1 -0
- gpu/state/__init__.pyi +1 -0
- gpu/texture/__init__.pyi +1 -0
- gpu/types/__init__.pyi +1 -0
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +1 -0
- gpu_extras/presets/__init__.pyi +1 -0
- graphviz_export/__init__.pyi +1 -0
- idprop/__init__.pyi +1 -0
- idprop/types/__init__.pyi +1 -0
- imbuf/__init__.pyi +1 -0
- imbuf/types/__init__.pyi +1 -0
- keyingsets_builtins/__init__.pyi +88 -87
- keyingsets_utils/__init__.pyi +1 -0
- mathutils/__init__.pyi +157 -6
- mathutils/bvhtree/__init__.pyi +1 -0
- mathutils/geometry/__init__.pyi +1 -0
- mathutils/interpolate/__init__.pyi +1 -0
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +1 -0
- nodeitems_builtins/__init__.pyi +8 -7
- nodeitems_utils/__init__.pyi +1 -0
- rna_info/__init__.pyi +1 -0
- rna_keymap_ui/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +1 -0
- rna_xml/__init__.pyi +1 -0
- sys_info/__init__.pyi +1 -0
- fake_bpy_module-20240705.dist-info/RECORD +0 -358
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
bl_ui/space_console/__init__.pyi
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bl_ui.properties_data_grease_pencil
|
|
4
5
|
import bl_ui.properties_grease_pencil_common
|
|
5
6
|
import bpy.types
|
|
@@ -4015,29 +4016,9 @@ class DOPESHEET_MT_view_pie(bpy_types._GenericUI):
|
|
|
4015
4016
|
"""
|
|
4016
4017
|
...
|
|
4017
4018
|
|
|
4018
|
-
class DopesheetActionPanelBase:
|
|
4019
|
-
bl_label: typing.Any
|
|
4020
|
-
bl_region_type: typing.Any
|
|
4021
|
-
|
|
4022
|
-
def draw_generic_panel(self, _context, layout, action):
|
|
4023
|
-
"""
|
|
4024
|
-
|
|
4025
|
-
:param _context:
|
|
4026
|
-
:param layout:
|
|
4027
|
-
:param action:
|
|
4028
|
-
"""
|
|
4029
|
-
...
|
|
4030
|
-
|
|
4031
|
-
class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy_types._GenericUI):
|
|
4032
|
-
"""The subclass should have its own poll function
|
|
4033
|
-
and the variable '_context_path' MUST be set.
|
|
4034
|
-
"""
|
|
4035
|
-
|
|
4019
|
+
class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy_types._GenericUI):
|
|
4036
4020
|
bl_category: typing.Any
|
|
4037
|
-
bl_context: typing.Any
|
|
4038
4021
|
bl_label: typing.Any
|
|
4039
|
-
bl_options: typing.Any
|
|
4040
|
-
bl_order: typing.Any
|
|
4041
4022
|
bl_region_type: typing.Any
|
|
4042
4023
|
bl_rna: typing.Any
|
|
4043
4024
|
bl_space_type: typing.Any
|
|
@@ -4082,6 +4063,15 @@ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy_types._Gen
|
|
|
4082
4063
|
"""
|
|
4083
4064
|
...
|
|
4084
4065
|
|
|
4066
|
+
def draw_generic_panel(self, _context, layout, action):
|
|
4067
|
+
"""
|
|
4068
|
+
|
|
4069
|
+
:param _context:
|
|
4070
|
+
:param layout:
|
|
4071
|
+
:param action:
|
|
4072
|
+
"""
|
|
4073
|
+
...
|
|
4074
|
+
|
|
4085
4075
|
def driver_add(self) -> bpy.types.FCurve:
|
|
4086
4076
|
"""Adds driver(s) to the given property
|
|
4087
4077
|
|
|
@@ -4261,65 +4251,19 @@ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy_types._Gen
|
|
|
4261
4251
|
"""
|
|
4262
4252
|
...
|
|
4263
4253
|
|
|
4264
|
-
class
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
def draw_generic_filters(self, context, layout):
|
|
4269
|
-
"""
|
|
4270
|
-
|
|
4271
|
-
:param context:
|
|
4272
|
-
:param layout:
|
|
4273
|
-
"""
|
|
4274
|
-
...
|
|
4275
|
-
|
|
4276
|
-
def draw_search_filters(self, context, layout, generic_filters_only=False):
|
|
4277
|
-
"""
|
|
4278
|
-
|
|
4279
|
-
:param context:
|
|
4280
|
-
:param layout:
|
|
4281
|
-
:param generic_filters_only:
|
|
4282
|
-
"""
|
|
4283
|
-
...
|
|
4284
|
-
|
|
4285
|
-
def draw_standard_filters(self, context, layout):
|
|
4286
|
-
"""
|
|
4287
|
-
|
|
4288
|
-
:param context:
|
|
4289
|
-
:param layout:
|
|
4290
|
-
"""
|
|
4291
|
-
...
|
|
4292
|
-
|
|
4293
|
-
class LayersDopeSheetPanel:
|
|
4294
|
-
bl_category: typing.Any
|
|
4295
|
-
bl_region_type: typing.Any
|
|
4296
|
-
bl_space_type: typing.Any
|
|
4297
|
-
|
|
4298
|
-
def poll(self, context):
|
|
4299
|
-
"""
|
|
4300
|
-
|
|
4301
|
-
:param context:
|
|
4302
|
-
"""
|
|
4303
|
-
...
|
|
4254
|
+
class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy_types._GenericUI):
|
|
4255
|
+
"""The subclass should have its own poll function
|
|
4256
|
+
and the variable '_context_path' MUST be set.
|
|
4257
|
+
"""
|
|
4304
4258
|
|
|
4305
|
-
class GreasePencilLayersDopeSheetPanel:
|
|
4306
4259
|
bl_category: typing.Any
|
|
4307
|
-
|
|
4308
|
-
bl_space_type: typing.Any
|
|
4309
|
-
|
|
4310
|
-
def poll(self, context):
|
|
4311
|
-
"""
|
|
4312
|
-
|
|
4313
|
-
:param context:
|
|
4314
|
-
"""
|
|
4315
|
-
...
|
|
4316
|
-
|
|
4317
|
-
class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
4260
|
+
bl_context: typing.Any
|
|
4318
4261
|
bl_label: typing.Any
|
|
4262
|
+
bl_options: typing.Any
|
|
4263
|
+
bl_order: typing.Any
|
|
4319
4264
|
bl_region_type: typing.Any
|
|
4320
4265
|
bl_rna: typing.Any
|
|
4321
4266
|
bl_space_type: typing.Any
|
|
4322
|
-
bl_ui_units_x: typing.Any
|
|
4323
4267
|
id_data: typing.Any
|
|
4324
4268
|
|
|
4325
4269
|
def append(self, draw_func):
|
|
@@ -4483,6 +4427,13 @@ class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
4483
4427
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4484
4428
|
...
|
|
4485
4429
|
|
|
4430
|
+
def poll(self, context):
|
|
4431
|
+
"""
|
|
4432
|
+
|
|
4433
|
+
:param context:
|
|
4434
|
+
"""
|
|
4435
|
+
...
|
|
4436
|
+
|
|
4486
4437
|
def pop(self):
|
|
4487
4438
|
"""Remove and return the value of the custom property assigned to key or default
|
|
4488
4439
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -4533,7 +4484,7 @@ class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
|
4533
4484
|
"""
|
|
4534
4485
|
...
|
|
4535
4486
|
|
|
4536
|
-
class
|
|
4487
|
+
class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy_types._GenericUI):
|
|
4537
4488
|
bl_label: typing.Any
|
|
4538
4489
|
bl_region_type: typing.Any
|
|
4539
4490
|
bl_rna: typing.Any
|
|
@@ -4579,6 +4530,31 @@ class DOPESHEET_PT_snapping(bpy_types._GenericUI):
|
|
|
4579
4530
|
"""
|
|
4580
4531
|
...
|
|
4581
4532
|
|
|
4533
|
+
def draw_generic_filters(self, context, layout):
|
|
4534
|
+
"""
|
|
4535
|
+
|
|
4536
|
+
:param context:
|
|
4537
|
+
:param layout:
|
|
4538
|
+
"""
|
|
4539
|
+
...
|
|
4540
|
+
|
|
4541
|
+
def draw_search_filters(self, context, layout, generic_filters_only=False):
|
|
4542
|
+
"""
|
|
4543
|
+
|
|
4544
|
+
:param context:
|
|
4545
|
+
:param layout:
|
|
4546
|
+
:param generic_filters_only:
|
|
4547
|
+
"""
|
|
4548
|
+
...
|
|
4549
|
+
|
|
4550
|
+
def draw_standard_filters(self, context, layout):
|
|
4551
|
+
"""
|
|
4552
|
+
|
|
4553
|
+
:param context:
|
|
4554
|
+
:param layout:
|
|
4555
|
+
"""
|
|
4556
|
+
...
|
|
4557
|
+
|
|
4582
4558
|
def driver_add(self) -> bpy.types.FCurve:
|
|
4583
4559
|
"""Adds driver(s) to the given property
|
|
4584
4560
|
|
|
@@ -4751,9 +4727,15 @@ class DOPESHEET_PT_snapping(bpy_types._GenericUI):
|
|
|
4751
4727
|
"""
|
|
4752
4728
|
...
|
|
4753
4729
|
|
|
4754
|
-
class
|
|
4730
|
+
class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
4731
|
+
LayersDopeSheetPanel,
|
|
4732
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
4733
|
+
bpy_types._GenericUI,
|
|
4734
|
+
):
|
|
4755
4735
|
bl_category: typing.Any
|
|
4756
4736
|
bl_label: typing.Any
|
|
4737
|
+
bl_options: typing.Any
|
|
4738
|
+
bl_parent_id: typing.Any
|
|
4757
4739
|
bl_region_type: typing.Any
|
|
4758
4740
|
bl_rna: typing.Any
|
|
4759
4741
|
bl_space_type: typing.Any
|
|
@@ -4798,15 +4780,6 @@ class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy_types._GenericUI):
|
|
|
4798
4780
|
"""
|
|
4799
4781
|
...
|
|
4800
4782
|
|
|
4801
|
-
def draw_generic_panel(self, _context, layout, action):
|
|
4802
|
-
"""
|
|
4803
|
-
|
|
4804
|
-
:param _context:
|
|
4805
|
-
:param layout:
|
|
4806
|
-
:param action:
|
|
4807
|
-
"""
|
|
4808
|
-
...
|
|
4809
|
-
|
|
4810
4783
|
def driver_add(self) -> bpy.types.FCurve:
|
|
4811
4784
|
"""Adds driver(s) to the given property
|
|
4812
4785
|
|
|
@@ -4986,8 +4959,15 @@ class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy_types._GenericUI):
|
|
|
4986
4959
|
"""
|
|
4987
4960
|
...
|
|
4988
4961
|
|
|
4989
|
-
class
|
|
4962
|
+
class DOPESHEET_PT_gpencil_layer_display(
|
|
4963
|
+
LayersDopeSheetPanel,
|
|
4964
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
4965
|
+
bpy_types._GenericUI,
|
|
4966
|
+
):
|
|
4967
|
+
bl_category: typing.Any
|
|
4990
4968
|
bl_label: typing.Any
|
|
4969
|
+
bl_options: typing.Any
|
|
4970
|
+
bl_parent_id: typing.Any
|
|
4991
4971
|
bl_region_type: typing.Any
|
|
4992
4972
|
bl_rna: typing.Any
|
|
4993
4973
|
bl_space_type: typing.Any
|
|
@@ -5032,31 +5012,6 @@ class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy_types._GenericUI):
|
|
|
5032
5012
|
"""
|
|
5033
5013
|
...
|
|
5034
5014
|
|
|
5035
|
-
def draw_generic_filters(self, context, layout):
|
|
5036
|
-
"""
|
|
5037
|
-
|
|
5038
|
-
:param context:
|
|
5039
|
-
:param layout:
|
|
5040
|
-
"""
|
|
5041
|
-
...
|
|
5042
|
-
|
|
5043
|
-
def draw_search_filters(self, context, layout, generic_filters_only=False):
|
|
5044
|
-
"""
|
|
5045
|
-
|
|
5046
|
-
:param context:
|
|
5047
|
-
:param layout:
|
|
5048
|
-
:param generic_filters_only:
|
|
5049
|
-
"""
|
|
5050
|
-
...
|
|
5051
|
-
|
|
5052
|
-
def draw_standard_filters(self, context, layout):
|
|
5053
|
-
"""
|
|
5054
|
-
|
|
5055
|
-
:param context:
|
|
5056
|
-
:param layout:
|
|
5057
|
-
"""
|
|
5058
|
-
...
|
|
5059
|
-
|
|
5060
5015
|
def driver_add(self) -> bpy.types.FCurve:
|
|
5061
5016
|
"""Adds driver(s) to the given property
|
|
5062
5017
|
|
|
@@ -5179,6 +5134,13 @@ class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy_types._GenericUI):
|
|
|
5179
5134
|
"""Returns the property from the path, raise an exception when not found."""
|
|
5180
5135
|
...
|
|
5181
5136
|
|
|
5137
|
+
def poll(self, context):
|
|
5138
|
+
"""
|
|
5139
|
+
|
|
5140
|
+
:param context:
|
|
5141
|
+
"""
|
|
5142
|
+
...
|
|
5143
|
+
|
|
5182
5144
|
def pop(self):
|
|
5183
5145
|
"""Remove and return the value of the custom property assigned to key or default
|
|
5184
5146
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -5229,9 +5191,9 @@ class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy_types._GenericUI):
|
|
|
5229
5191
|
"""
|
|
5230
5192
|
...
|
|
5231
5193
|
|
|
5232
|
-
class
|
|
5194
|
+
class DOPESHEET_PT_gpencil_layer_masks(
|
|
5233
5195
|
LayersDopeSheetPanel,
|
|
5234
|
-
bl_ui.properties_grease_pencil_common.
|
|
5196
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
5235
5197
|
bpy_types._GenericUI,
|
|
5236
5198
|
):
|
|
5237
5199
|
bl_category: typing.Any
|
|
@@ -5282,6 +5244,13 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
5282
5244
|
"""
|
|
5283
5245
|
...
|
|
5284
5246
|
|
|
5247
|
+
def draw_header(self, context):
|
|
5248
|
+
"""
|
|
5249
|
+
|
|
5250
|
+
:param context:
|
|
5251
|
+
"""
|
|
5252
|
+
...
|
|
5253
|
+
|
|
5285
5254
|
def driver_add(self) -> bpy.types.FCurve:
|
|
5286
5255
|
"""Adds driver(s) to the given property
|
|
5287
5256
|
|
|
@@ -5461,9 +5430,9 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
5461
5430
|
"""
|
|
5462
5431
|
...
|
|
5463
5432
|
|
|
5464
|
-
class
|
|
5433
|
+
class DOPESHEET_PT_gpencil_layer_relations(
|
|
5465
5434
|
LayersDopeSheetPanel,
|
|
5466
|
-
bl_ui.properties_grease_pencil_common.
|
|
5435
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
5467
5436
|
bpy_types._GenericUI,
|
|
5468
5437
|
):
|
|
5469
5438
|
bl_category: typing.Any
|
|
@@ -5693,9 +5662,9 @@ class DOPESHEET_PT_gpencil_layer_display(
|
|
|
5693
5662
|
"""
|
|
5694
5663
|
...
|
|
5695
5664
|
|
|
5696
|
-
class
|
|
5665
|
+
class DOPESHEET_PT_gpencil_layer_transform(
|
|
5697
5666
|
LayersDopeSheetPanel,
|
|
5698
|
-
bl_ui.properties_grease_pencil_common.
|
|
5667
|
+
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
5699
5668
|
bpy_types._GenericUI,
|
|
5700
5669
|
):
|
|
5701
5670
|
bl_category: typing.Any
|
|
@@ -5746,13 +5715,6 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
5746
5715
|
"""
|
|
5747
5716
|
...
|
|
5748
5717
|
|
|
5749
|
-
def draw_header(self, context):
|
|
5750
|
-
"""
|
|
5751
|
-
|
|
5752
|
-
:param context:
|
|
5753
|
-
"""
|
|
5754
|
-
...
|
|
5755
|
-
|
|
5756
5718
|
def driver_add(self) -> bpy.types.FCurve:
|
|
5757
5719
|
"""Adds driver(s) to the given property
|
|
5758
5720
|
|
|
@@ -5932,15 +5894,9 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
5932
5894
|
"""
|
|
5933
5895
|
...
|
|
5934
5896
|
|
|
5935
|
-
class
|
|
5936
|
-
LayersDopeSheetPanel,
|
|
5937
|
-
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
5938
|
-
bpy_types._GenericUI,
|
|
5939
|
-
):
|
|
5897
|
+
class DOPESHEET_PT_gpencil_mode(LayersDopeSheetPanel, bpy_types._GenericUI):
|
|
5940
5898
|
bl_category: typing.Any
|
|
5941
5899
|
bl_label: typing.Any
|
|
5942
|
-
bl_options: typing.Any
|
|
5943
|
-
bl_parent_id: typing.Any
|
|
5944
5900
|
bl_region_type: typing.Any
|
|
5945
5901
|
bl_rna: typing.Any
|
|
5946
5902
|
bl_space_type: typing.Any
|
|
@@ -6164,9 +6120,9 @@ class DOPESHEET_PT_gpencil_layer_relations(
|
|
|
6164
6120
|
"""
|
|
6165
6121
|
...
|
|
6166
6122
|
|
|
6167
|
-
class
|
|
6168
|
-
|
|
6169
|
-
bl_ui.
|
|
6123
|
+
class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
6124
|
+
GreasePencilLayersDopeSheetPanel,
|
|
6125
|
+
bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
|
|
6170
6126
|
bpy_types._GenericUI,
|
|
6171
6127
|
):
|
|
6172
6128
|
bl_category: typing.Any
|
|
@@ -6217,6 +6173,13 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6217
6173
|
"""
|
|
6218
6174
|
...
|
|
6219
6175
|
|
|
6176
|
+
def draw_header(self, context):
|
|
6177
|
+
"""
|
|
6178
|
+
|
|
6179
|
+
:param context:
|
|
6180
|
+
"""
|
|
6181
|
+
...
|
|
6182
|
+
|
|
6220
6183
|
def driver_add(self) -> bpy.types.FCurve:
|
|
6221
6184
|
"""Adds driver(s) to the given property
|
|
6222
6185
|
|
|
@@ -6396,9 +6359,15 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6396
6359
|
"""
|
|
6397
6360
|
...
|
|
6398
6361
|
|
|
6399
|
-
class
|
|
6362
|
+
class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
6363
|
+
GreasePencilLayersDopeSheetPanel,
|
|
6364
|
+
bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
|
|
6365
|
+
bpy_types._GenericUI,
|
|
6366
|
+
):
|
|
6400
6367
|
bl_category: typing.Any
|
|
6401
6368
|
bl_label: typing.Any
|
|
6369
|
+
bl_options: typing.Any
|
|
6370
|
+
bl_parent_id: typing.Any
|
|
6402
6371
|
bl_region_type: typing.Any
|
|
6403
6372
|
bl_rna: typing.Any
|
|
6404
6373
|
bl_space_type: typing.Any
|
|
@@ -6622,9 +6591,9 @@ class DOPESHEET_PT_gpencil_mode(LayersDopeSheetPanel, bpy_types._GenericUI):
|
|
|
6622
6591
|
"""
|
|
6623
6592
|
...
|
|
6624
6593
|
|
|
6625
|
-
class
|
|
6594
|
+
class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
6626
6595
|
GreasePencilLayersDopeSheetPanel,
|
|
6627
|
-
bl_ui.properties_data_grease_pencil.
|
|
6596
|
+
bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
|
|
6628
6597
|
bpy_types._GenericUI,
|
|
6629
6598
|
):
|
|
6630
6599
|
bl_category: typing.Any
|
|
@@ -6675,13 +6644,6 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
6675
6644
|
"""
|
|
6676
6645
|
...
|
|
6677
6646
|
|
|
6678
|
-
def draw_header(self, context):
|
|
6679
|
-
"""
|
|
6680
|
-
|
|
6681
|
-
:param context:
|
|
6682
|
-
"""
|
|
6683
|
-
...
|
|
6684
|
-
|
|
6685
6647
|
def driver_add(self) -> bpy.types.FCurve:
|
|
6686
6648
|
"""Adds driver(s) to the given property
|
|
6687
6649
|
|
|
@@ -6861,15 +6823,11 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
6861
6823
|
"""
|
|
6862
6824
|
...
|
|
6863
6825
|
|
|
6864
|
-
class
|
|
6865
|
-
GreasePencilLayersDopeSheetPanel,
|
|
6866
|
-
bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
|
|
6867
|
-
bpy_types._GenericUI,
|
|
6826
|
+
class DOPESHEET_PT_grease_pencil_mode(
|
|
6827
|
+
GreasePencilLayersDopeSheetPanel, bpy_types._GenericUI
|
|
6868
6828
|
):
|
|
6869
6829
|
bl_category: typing.Any
|
|
6870
6830
|
bl_label: typing.Any
|
|
6871
|
-
bl_options: typing.Any
|
|
6872
|
-
bl_parent_id: typing.Any
|
|
6873
6831
|
bl_region_type: typing.Any
|
|
6874
6832
|
bl_rna: typing.Any
|
|
6875
6833
|
bl_space_type: typing.Any
|
|
@@ -7093,18 +7051,12 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
7093
7051
|
"""
|
|
7094
7052
|
...
|
|
7095
7053
|
|
|
7096
|
-
class
|
|
7097
|
-
GreasePencilLayersDopeSheetPanel,
|
|
7098
|
-
bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
|
|
7099
|
-
bpy_types._GenericUI,
|
|
7100
|
-
):
|
|
7101
|
-
bl_category: typing.Any
|
|
7054
|
+
class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
7102
7055
|
bl_label: typing.Any
|
|
7103
|
-
bl_options: typing.Any
|
|
7104
|
-
bl_parent_id: typing.Any
|
|
7105
7056
|
bl_region_type: typing.Any
|
|
7106
7057
|
bl_rna: typing.Any
|
|
7107
7058
|
bl_space_type: typing.Any
|
|
7059
|
+
bl_ui_units_x: typing.Any
|
|
7108
7060
|
id_data: typing.Any
|
|
7109
7061
|
|
|
7110
7062
|
def append(self, draw_func):
|
|
@@ -7268,13 +7220,6 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7268
7220
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7269
7221
|
...
|
|
7270
7222
|
|
|
7271
|
-
def poll(self, context):
|
|
7272
|
-
"""
|
|
7273
|
-
|
|
7274
|
-
:param context:
|
|
7275
|
-
"""
|
|
7276
|
-
...
|
|
7277
|
-
|
|
7278
7223
|
def pop(self):
|
|
7279
7224
|
"""Remove and return the value of the custom property assigned to key or default
|
|
7280
7225
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -7325,10 +7270,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7325
7270
|
"""
|
|
7326
7271
|
...
|
|
7327
7272
|
|
|
7328
|
-
class
|
|
7329
|
-
GreasePencilLayersDopeSheetPanel, bpy_types._GenericUI
|
|
7330
|
-
):
|
|
7331
|
-
bl_category: typing.Any
|
|
7273
|
+
class DOPESHEET_PT_snapping(bpy_types._GenericUI):
|
|
7332
7274
|
bl_label: typing.Any
|
|
7333
7275
|
bl_region_type: typing.Any
|
|
7334
7276
|
bl_rna: typing.Any
|
|
@@ -7496,13 +7438,6 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
7496
7438
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7497
7439
|
...
|
|
7498
7440
|
|
|
7499
|
-
def poll(self, context):
|
|
7500
|
-
"""
|
|
7501
|
-
|
|
7502
|
-
:param context:
|
|
7503
|
-
"""
|
|
7504
|
-
...
|
|
7505
|
-
|
|
7506
7441
|
def pop(self):
|
|
7507
7442
|
"""Remove and return the value of the custom property assigned to key or default
|
|
7508
7443
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -7553,4 +7488,70 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
7553
7488
|
"""
|
|
7554
7489
|
...
|
|
7555
7490
|
|
|
7491
|
+
class DopesheetActionPanelBase:
|
|
7492
|
+
bl_label: typing.Any
|
|
7493
|
+
bl_region_type: typing.Any
|
|
7494
|
+
|
|
7495
|
+
def draw_generic_panel(self, _context, layout, action):
|
|
7496
|
+
"""
|
|
7497
|
+
|
|
7498
|
+
:param _context:
|
|
7499
|
+
:param layout:
|
|
7500
|
+
:param action:
|
|
7501
|
+
"""
|
|
7502
|
+
...
|
|
7503
|
+
|
|
7504
|
+
class DopesheetFilterPopoverBase:
|
|
7505
|
+
bl_label: typing.Any
|
|
7506
|
+
bl_region_type: typing.Any
|
|
7507
|
+
|
|
7508
|
+
def draw_generic_filters(self, context, layout):
|
|
7509
|
+
"""
|
|
7510
|
+
|
|
7511
|
+
:param context:
|
|
7512
|
+
:param layout:
|
|
7513
|
+
"""
|
|
7514
|
+
...
|
|
7515
|
+
|
|
7516
|
+
def draw_search_filters(self, context, layout, generic_filters_only=False):
|
|
7517
|
+
"""
|
|
7518
|
+
|
|
7519
|
+
:param context:
|
|
7520
|
+
:param layout:
|
|
7521
|
+
:param generic_filters_only:
|
|
7522
|
+
"""
|
|
7523
|
+
...
|
|
7524
|
+
|
|
7525
|
+
def draw_standard_filters(self, context, layout):
|
|
7526
|
+
"""
|
|
7527
|
+
|
|
7528
|
+
:param context:
|
|
7529
|
+
:param layout:
|
|
7530
|
+
"""
|
|
7531
|
+
...
|
|
7532
|
+
|
|
7533
|
+
class GreasePencilLayersDopeSheetPanel:
|
|
7534
|
+
bl_category: typing.Any
|
|
7535
|
+
bl_region_type: typing.Any
|
|
7536
|
+
bl_space_type: typing.Any
|
|
7537
|
+
|
|
7538
|
+
def poll(self, context):
|
|
7539
|
+
"""
|
|
7540
|
+
|
|
7541
|
+
:param context:
|
|
7542
|
+
"""
|
|
7543
|
+
...
|
|
7544
|
+
|
|
7545
|
+
class LayersDopeSheetPanel:
|
|
7546
|
+
bl_category: typing.Any
|
|
7547
|
+
bl_region_type: typing.Any
|
|
7548
|
+
bl_space_type: typing.Any
|
|
7549
|
+
|
|
7550
|
+
def poll(self, context):
|
|
7551
|
+
"""
|
|
7552
|
+
|
|
7553
|
+
:param context:
|
|
7554
|
+
"""
|
|
7555
|
+
...
|
|
7556
|
+
|
|
7556
7557
|
def dopesheet_filter(layout, context): ...
|