fake-bpy-module 20240715__py3-none-any.whl → 20240717__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_i18n_utils/utils/__init__.pyi +8 -4
- bl_operators/anim/__init__.pyi +10 -5
- bl_operators/assets/__init__.pyi +6 -3
- bl_operators/bone_selection_sets/__init__.pyi +6 -3
- bl_operators/clip/__init__.pyi +20 -10
- bl_operators/connect_to_output/__init__.pyi +12 -6
- bl_operators/console/__init__.pyi +10 -5
- bl_operators/constraint/__init__.pyi +8 -4
- bl_operators/freestyle/__init__.pyi +8 -4
- bl_operators/geometry_nodes/__init__.pyi +12 -6
- bl_operators/image/__init__.pyi +4 -2
- bl_operators/image_as_planes/__init__.pyi +5 -4
- bl_operators/mesh/__init__.pyi +6 -3
- bl_operators/node/__init__.pyi +20 -10
- bl_operators/node_editor/node_functions/__init__.pyi +2 -1
- bl_operators/object/__init__.pyi +22 -11
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +2 -1
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +10 -5
- bl_operators/rigidbody/__init__.pyi +6 -3
- bl_operators/sequencer/__init__.pyi +12 -6
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +12 -6
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
- bl_operators/uvcalc_transform/__init__.pyi +4 -2
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +18 -11
- bl_operators/wm/__init__.pyi +48 -25
- bl_operators/world/__init__.pyi +2 -1
- bl_ui/__init__.pyi +6 -3
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/properties_collection/__init__.pyi +2 -1
- bl_ui/properties_constraint/__init__.pyi +10 -5
- bl_ui/properties_data_armature/__init__.pyi +14 -7
- bl_ui/properties_data_bone/__init__.pyi +12 -6
- bl_ui/properties_data_camera/__init__.pyi +4 -2
- bl_ui/properties_data_curve/__init__.pyi +16 -8
- bl_ui/properties_data_curves/__init__.pyi +4 -2
- bl_ui/properties_data_empty/__init__.pyi +4 -2
- bl_ui/properties_data_gpencil/__init__.pyi +6 -3
- bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
- bl_ui/properties_data_lattice/__init__.pyi +2 -1
- bl_ui/properties_data_light/__init__.pyi +12 -6
- bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
- bl_ui/properties_data_mesh/__init__.pyi +6 -3
- bl_ui/properties_data_metaball/__init__.pyi +4 -2
- bl_ui/properties_data_modifier/__init__.pyi +8 -4
- bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
- bl_ui/properties_data_speaker/__init__.pyi +2 -1
- bl_ui/properties_data_volume/__init__.pyi +2 -1
- bl_ui/properties_freestyle/__init__.pyi +12 -6
- bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
- bl_ui/properties_mask_common/__init__.pyi +14 -7
- bl_ui/properties_material/__init__.pyi +15 -8
- bl_ui/properties_material_gpencil/__init__.pyi +4 -2
- bl_ui/properties_object/__init__.pyi +12 -6
- bl_ui/properties_output/__init__.pyi +12 -6
- bl_ui/properties_paint_common/__init__.pyi +31 -18
- bl_ui/properties_particle/__init__.pyi +82 -41
- bl_ui/properties_physics_cloth/__init__.pyi +2 -1
- bl_ui/properties_physics_common/__init__.pyi +6 -5
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
- bl_ui/properties_physics_field/__init__.pyi +24 -12
- bl_ui/properties_physics_fluid/__init__.pyi +70 -35
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
- bl_ui/properties_physics_softbody/__init__.pyi +2 -1
- bl_ui/properties_render/__init__.pyi +81 -41
- bl_ui/properties_scene/__init__.pyi +10 -5
- bl_ui/properties_texture/__init__.pyi +16 -8
- bl_ui/properties_view_layer/__init__.pyi +2 -1
- bl_ui/properties_world/__init__.pyi +14 -7
- bl_ui/space_clip/__init__.pyi +34 -17
- bl_ui/space_dopesheet/__init__.pyi +20 -10
- bl_ui/space_filebrowser/__init__.pyi +20 -10
- bl_ui/space_image/__init__.pyi +34 -17
- bl_ui/space_nla/__init__.pyi +2 -1
- bl_ui/space_node/__init__.pyi +18 -9
- bl_ui/space_outliner/__init__.pyi +8 -4
- bl_ui/space_sequencer/__init__.pyi +76 -38
- bl_ui/space_text/__init__.pyi +2 -1
- bl_ui/space_time/__init__.pyi +8 -4
- bl_ui/space_toolsystem_common/__init__.pyi +22 -13
- bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
- bl_ui/space_topbar/__init__.pyi +12 -6
- bl_ui/space_userpref/__init__.pyi +44 -22
- bl_ui/space_view3d/__init__.pyi +93 -47
- bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
- bl_ui/temp_anim_layers/__init__.pyi +2 -1
- bl_ui/utils/__init__.pyi +4 -2
- bpy/ops/image/__init__.pyi +14 -56
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/utils/__init__.pyi +31 -0
- bpy_extras/asset_utils/__init__.pyi +6 -3
- bpy_types/__init__.pyi +8 -4
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/RECORD +105 -105
- nodeitems_builtins/__init__.pyi +4 -2
- nodeitems_utils/__init__.pyi +6 -3
- rna_prop_ui/__init__.pyi +2 -1
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/top_level.txt +0 -0
|
@@ -10097,7 +10097,8 @@ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
10097
10097
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10098
10098
|
...
|
|
10099
10099
|
|
|
10100
|
-
|
|
10100
|
+
@classmethod
|
|
10101
|
+
def poll(cls, context):
|
|
10101
10102
|
"""
|
|
10102
10103
|
|
|
10103
10104
|
:param context:
|
|
@@ -10330,7 +10331,8 @@ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
10330
10331
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10331
10332
|
...
|
|
10332
10333
|
|
|
10333
|
-
|
|
10334
|
+
@classmethod
|
|
10335
|
+
def poll(cls, context):
|
|
10334
10336
|
"""
|
|
10335
10337
|
|
|
10336
10338
|
:param context:
|
|
@@ -10564,7 +10566,8 @@ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
10564
10566
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10565
10567
|
...
|
|
10566
10568
|
|
|
10567
|
-
|
|
10569
|
+
@classmethod
|
|
10570
|
+
def poll(cls, context):
|
|
10568
10571
|
"""
|
|
10569
10572
|
|
|
10570
10573
|
:param context:
|
|
@@ -10797,7 +10800,8 @@ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
10797
10800
|
"""Returns the property from the path, raise an exception when not found."""
|
|
10798
10801
|
...
|
|
10799
10802
|
|
|
10800
|
-
|
|
10803
|
+
@classmethod
|
|
10804
|
+
def poll(cls, context):
|
|
10801
10805
|
"""
|
|
10802
10806
|
|
|
10803
10807
|
:param context:
|
|
@@ -11031,7 +11035,8 @@ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy_types._GenericUI)
|
|
|
11031
11035
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11032
11036
|
...
|
|
11033
11037
|
|
|
11034
|
-
|
|
11038
|
+
@classmethod
|
|
11039
|
+
def poll(cls, context):
|
|
11035
11040
|
"""
|
|
11036
11041
|
|
|
11037
11042
|
:param context:
|
|
@@ -11265,7 +11270,8 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
11265
11270
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11266
11271
|
...
|
|
11267
11272
|
|
|
11268
|
-
|
|
11273
|
+
@classmethod
|
|
11274
|
+
def poll(cls, context):
|
|
11269
11275
|
"""
|
|
11270
11276
|
|
|
11271
11277
|
:param context:
|
|
@@ -11413,7 +11419,8 @@ class SEQUENCER_PT_annotation(
|
|
|
11413
11419
|
"""
|
|
11414
11420
|
...
|
|
11415
11421
|
|
|
11416
|
-
|
|
11422
|
+
@staticmethod
|
|
11423
|
+
def has_preview(context):
|
|
11417
11424
|
"""
|
|
11418
11425
|
|
|
11419
11426
|
:param context:
|
|
@@ -11519,7 +11526,8 @@ class SEQUENCER_PT_annotation(
|
|
|
11519
11526
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11520
11527
|
...
|
|
11521
11528
|
|
|
11522
|
-
|
|
11529
|
+
@classmethod
|
|
11530
|
+
def poll(cls, context):
|
|
11523
11531
|
"""
|
|
11524
11532
|
|
|
11525
11533
|
:param context:
|
|
@@ -11659,7 +11667,8 @@ class SEQUENCER_PT_annotation_onion(
|
|
|
11659
11667
|
"""
|
|
11660
11668
|
...
|
|
11661
11669
|
|
|
11662
|
-
|
|
11670
|
+
@staticmethod
|
|
11671
|
+
def has_preview(context):
|
|
11663
11672
|
"""
|
|
11664
11673
|
|
|
11665
11674
|
:param context:
|
|
@@ -11765,7 +11774,8 @@ class SEQUENCER_PT_annotation_onion(
|
|
|
11765
11774
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11766
11775
|
...
|
|
11767
11776
|
|
|
11768
|
-
|
|
11777
|
+
@classmethod
|
|
11778
|
+
def poll(cls, context):
|
|
11769
11779
|
"""
|
|
11770
11780
|
|
|
11771
11781
|
:param context:
|
|
@@ -11998,7 +12008,8 @@ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
11998
12008
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11999
12009
|
...
|
|
12000
12010
|
|
|
12001
|
-
|
|
12011
|
+
@classmethod
|
|
12012
|
+
def poll(cls, context):
|
|
12002
12013
|
"""
|
|
12003
12014
|
|
|
12004
12015
|
:param context:
|
|
@@ -12239,7 +12250,8 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy_types._Generic
|
|
|
12239
12250
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12240
12251
|
...
|
|
12241
12252
|
|
|
12242
|
-
|
|
12253
|
+
@classmethod
|
|
12254
|
+
def poll(cls, context):
|
|
12243
12255
|
"""
|
|
12244
12256
|
|
|
12245
12257
|
:param context:
|
|
@@ -12948,7 +12960,8 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
12948
12960
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12949
12961
|
...
|
|
12950
12962
|
|
|
12951
|
-
|
|
12963
|
+
@classmethod
|
|
12964
|
+
def poll(cls, context):
|
|
12952
12965
|
"""
|
|
12953
12966
|
|
|
12954
12967
|
:param context:
|
|
@@ -13182,7 +13195,8 @@ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericU
|
|
|
13182
13195
|
"""Returns the property from the path, raise an exception when not found."""
|
|
13183
13196
|
...
|
|
13184
13197
|
|
|
13185
|
-
|
|
13198
|
+
@classmethod
|
|
13199
|
+
def poll(cls, context):
|
|
13186
13200
|
"""
|
|
13187
13201
|
|
|
13188
13202
|
:param context:
|
|
@@ -13416,7 +13430,8 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy_types._GenericUI
|
|
|
13416
13430
|
"""Returns the property from the path, raise an exception when not found."""
|
|
13417
13431
|
...
|
|
13418
13432
|
|
|
13419
|
-
|
|
13433
|
+
@classmethod
|
|
13434
|
+
def poll(cls, context):
|
|
13420
13435
|
"""
|
|
13421
13436
|
|
|
13422
13437
|
:param context:
|
|
@@ -13657,7 +13672,8 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy_types._Generi
|
|
|
13657
13672
|
"""Returns the property from the path, raise an exception when not found."""
|
|
13658
13673
|
...
|
|
13659
13674
|
|
|
13660
|
-
|
|
13675
|
+
@classmethod
|
|
13676
|
+
def poll(cls, context):
|
|
13661
13677
|
"""
|
|
13662
13678
|
|
|
13663
13679
|
:param context:
|
|
@@ -14109,7 +14125,8 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
14109
14125
|
"""Returns the property from the path, raise an exception when not found."""
|
|
14110
14126
|
...
|
|
14111
14127
|
|
|
14112
|
-
|
|
14128
|
+
@classmethod
|
|
14129
|
+
def poll(cls, context):
|
|
14113
14130
|
"""
|
|
14114
14131
|
|
|
14115
14132
|
:param context:
|
|
@@ -14576,7 +14593,8 @@ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
14576
14593
|
"""Returns the property from the path, raise an exception when not found."""
|
|
14577
14594
|
...
|
|
14578
14595
|
|
|
14579
|
-
|
|
14596
|
+
@classmethod
|
|
14597
|
+
def poll(cls, context):
|
|
14580
14598
|
"""
|
|
14581
14599
|
|
|
14582
14600
|
:param context:
|
|
@@ -15255,7 +15273,8 @@ class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
|
|
|
15255
15273
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15256
15274
|
...
|
|
15257
15275
|
|
|
15258
|
-
|
|
15276
|
+
@classmethod
|
|
15277
|
+
def poll(cls, context):
|
|
15259
15278
|
"""
|
|
15260
15279
|
|
|
15261
15280
|
:param context:
|
|
@@ -15481,7 +15500,8 @@ class SEQUENCER_PT_preview_snapping(bpy_types._GenericUI):
|
|
|
15481
15500
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15482
15501
|
...
|
|
15483
15502
|
|
|
15484
|
-
|
|
15503
|
+
@classmethod
|
|
15504
|
+
def poll(cls, context):
|
|
15485
15505
|
"""
|
|
15486
15506
|
|
|
15487
15507
|
:param context:
|
|
@@ -15714,7 +15734,8 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
15714
15734
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15715
15735
|
...
|
|
15716
15736
|
|
|
15717
|
-
|
|
15737
|
+
@classmethod
|
|
15738
|
+
def poll(cls, context):
|
|
15718
15739
|
"""
|
|
15719
15740
|
|
|
15720
15741
|
:param context:
|
|
@@ -15947,7 +15968,8 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
15947
15968
|
"""Returns the property from the path, raise an exception when not found."""
|
|
15948
15969
|
...
|
|
15949
15970
|
|
|
15950
|
-
|
|
15971
|
+
@classmethod
|
|
15972
|
+
def poll(cls, context):
|
|
15951
15973
|
"""
|
|
15952
15974
|
|
|
15953
15975
|
:param context:
|
|
@@ -16180,7 +16202,8 @@ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
16180
16202
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16181
16203
|
...
|
|
16182
16204
|
|
|
16183
|
-
|
|
16205
|
+
@classmethod
|
|
16206
|
+
def poll(cls, context):
|
|
16184
16207
|
"""
|
|
16185
16208
|
|
|
16186
16209
|
:param context:
|
|
@@ -16406,7 +16429,8 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
|
|
|
16406
16429
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16407
16430
|
...
|
|
16408
16431
|
|
|
16409
|
-
|
|
16432
|
+
@classmethod
|
|
16433
|
+
def poll(cls, context):
|
|
16410
16434
|
"""
|
|
16411
16435
|
|
|
16412
16436
|
:param context:
|
|
@@ -16632,7 +16656,8 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types._GenericUI):
|
|
|
16632
16656
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16633
16657
|
...
|
|
16634
16658
|
|
|
16635
|
-
|
|
16659
|
+
@classmethod
|
|
16660
|
+
def poll(cls, context):
|
|
16636
16661
|
"""
|
|
16637
16662
|
|
|
16638
16663
|
:param context:
|
|
@@ -16858,7 +16883,8 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types._GenericUI):
|
|
|
16858
16883
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16859
16884
|
...
|
|
16860
16885
|
|
|
16861
|
-
|
|
16886
|
+
@classmethod
|
|
16887
|
+
def poll(cls, context):
|
|
16862
16888
|
"""
|
|
16863
16889
|
|
|
16864
16890
|
:param context:
|
|
@@ -17084,7 +17110,8 @@ class SEQUENCER_PT_sequencer_snapping(bpy_types._GenericUI):
|
|
|
17084
17110
|
"""Returns the property from the path, raise an exception when not found."""
|
|
17085
17111
|
...
|
|
17086
17112
|
|
|
17087
|
-
|
|
17113
|
+
@classmethod
|
|
17114
|
+
def poll(cls, context):
|
|
17088
17115
|
"""
|
|
17089
17116
|
|
|
17090
17117
|
:param context:
|
|
@@ -17536,7 +17563,8 @@ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
17536
17563
|
"""Returns the property from the path, raise an exception when not found."""
|
|
17537
17564
|
...
|
|
17538
17565
|
|
|
17539
|
-
|
|
17566
|
+
@classmethod
|
|
17567
|
+
def poll(cls, context):
|
|
17540
17568
|
"""
|
|
17541
17569
|
|
|
17542
17570
|
:param context:
|
|
@@ -18011,7 +18039,8 @@ class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
18011
18039
|
"""Returns the property from the path, raise an exception when not found."""
|
|
18012
18040
|
...
|
|
18013
18041
|
|
|
18014
|
-
|
|
18042
|
+
@classmethod
|
|
18043
|
+
def poll(cls, context):
|
|
18015
18044
|
"""
|
|
18016
18045
|
|
|
18017
18046
|
:param context:
|
|
@@ -18251,7 +18280,8 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
18251
18280
|
"""Returns the property from the path, raise an exception when not found."""
|
|
18252
18281
|
...
|
|
18253
18282
|
|
|
18254
|
-
|
|
18283
|
+
@classmethod
|
|
18284
|
+
def poll(cls, context):
|
|
18255
18285
|
"""
|
|
18256
18286
|
|
|
18257
18287
|
:param context:
|
|
@@ -18492,7 +18522,8 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
|
18492
18522
|
"""Returns the property from the path, raise an exception when not found."""
|
|
18493
18523
|
...
|
|
18494
18524
|
|
|
18495
|
-
|
|
18525
|
+
@classmethod
|
|
18526
|
+
def poll(cls, context):
|
|
18496
18527
|
"""
|
|
18497
18528
|
|
|
18498
18529
|
:param context:
|
|
@@ -19199,7 +19230,8 @@ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, bpy_types._Gene
|
|
|
19199
19230
|
"""Returns the property from the path, raise an exception when not found."""
|
|
19200
19231
|
...
|
|
19201
19232
|
|
|
19202
|
-
|
|
19233
|
+
@classmethod
|
|
19234
|
+
def poll(cls, context):
|
|
19203
19235
|
"""
|
|
19204
19236
|
|
|
19205
19237
|
:param context:
|
|
@@ -19504,14 +19536,16 @@ class SequencerButtonsPanel:
|
|
|
19504
19536
|
bl_region_type: typing.Any
|
|
19505
19537
|
bl_space_type: typing.Any
|
|
19506
19538
|
|
|
19507
|
-
|
|
19539
|
+
@staticmethod
|
|
19540
|
+
def has_sequencer(context):
|
|
19508
19541
|
"""
|
|
19509
19542
|
|
|
19510
19543
|
:param context:
|
|
19511
19544
|
"""
|
|
19512
19545
|
...
|
|
19513
19546
|
|
|
19514
|
-
|
|
19547
|
+
@classmethod
|
|
19548
|
+
def poll(cls, context):
|
|
19515
19549
|
"""
|
|
19516
19550
|
|
|
19517
19551
|
:param context:
|
|
@@ -19522,14 +19556,16 @@ class SequencerButtonsPanel_Output:
|
|
|
19522
19556
|
bl_region_type: typing.Any
|
|
19523
19557
|
bl_space_type: typing.Any
|
|
19524
19558
|
|
|
19525
|
-
|
|
19559
|
+
@staticmethod
|
|
19560
|
+
def has_preview(context):
|
|
19526
19561
|
"""
|
|
19527
19562
|
|
|
19528
19563
|
:param context:
|
|
19529
19564
|
"""
|
|
19530
19565
|
...
|
|
19531
19566
|
|
|
19532
|
-
|
|
19567
|
+
@classmethod
|
|
19568
|
+
def poll(cls, context):
|
|
19533
19569
|
"""
|
|
19534
19570
|
|
|
19535
19571
|
:param context:
|
|
@@ -19540,14 +19576,16 @@ class SequencerColorTagPicker:
|
|
|
19540
19576
|
bl_region_type: typing.Any
|
|
19541
19577
|
bl_space_type: typing.Any
|
|
19542
19578
|
|
|
19543
|
-
|
|
19579
|
+
@staticmethod
|
|
19580
|
+
def has_sequencer(context):
|
|
19544
19581
|
"""
|
|
19545
19582
|
|
|
19546
19583
|
:param context:
|
|
19547
19584
|
"""
|
|
19548
19585
|
...
|
|
19549
19586
|
|
|
19550
|
-
|
|
19587
|
+
@classmethod
|
|
19588
|
+
def poll(cls, context):
|
|
19551
19589
|
"""
|
|
19552
19590
|
|
|
19553
19591
|
:param context:
|
bl_ui/space_text/__init__.pyi
CHANGED
bl_ui/space_time/__init__.pyi
CHANGED
|
@@ -8,7 +8,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
10
|
class TIME_HT_editor_buttons:
|
|
11
|
-
|
|
11
|
+
@staticmethod
|
|
12
|
+
def draw_header(context, layout):
|
|
12
13
|
"""
|
|
13
14
|
|
|
14
15
|
:param context:
|
|
@@ -1278,7 +1279,8 @@ class TIME_PT_auto_keyframing(TimelinePanelButtons, bpy_types._GenericUI):
|
|
|
1278
1279
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1279
1280
|
...
|
|
1280
1281
|
|
|
1281
|
-
|
|
1282
|
+
@classmethod
|
|
1283
|
+
def poll(cls, context):
|
|
1282
1284
|
"""
|
|
1283
1285
|
|
|
1284
1286
|
:param context:
|
|
@@ -1511,7 +1513,8 @@ class TIME_PT_keyframing_settings(TimelinePanelButtons, bpy_types._GenericUI):
|
|
|
1511
1513
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1512
1514
|
...
|
|
1513
1515
|
|
|
1514
|
-
|
|
1516
|
+
@classmethod
|
|
1517
|
+
def poll(cls, context):
|
|
1515
1518
|
"""
|
|
1516
1519
|
|
|
1517
1520
|
:param context:
|
|
@@ -1798,7 +1801,8 @@ class TimelinePanelButtons:
|
|
|
1798
1801
|
bl_region_type: typing.Any
|
|
1799
1802
|
bl_space_type: typing.Any
|
|
1800
1803
|
|
|
1801
|
-
|
|
1804
|
+
@staticmethod
|
|
1805
|
+
def has_timeline(context):
|
|
1802
1806
|
"""
|
|
1803
1807
|
|
|
1804
1808
|
:param context:
|
|
@@ -69,9 +69,8 @@ class ToolSelectPanelHelper:
|
|
|
69
69
|
"""
|
|
70
70
|
...
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
):
|
|
72
|
+
@staticmethod
|
|
73
|
+
def draw_active_tool_fallback(context, layout, tool, *, is_horizontal_layout=False):
|
|
75
74
|
"""
|
|
76
75
|
|
|
77
76
|
:param context:
|
|
@@ -81,8 +80,9 @@ class ToolSelectPanelHelper:
|
|
|
81
80
|
"""
|
|
82
81
|
...
|
|
83
82
|
|
|
83
|
+
@staticmethod
|
|
84
84
|
def draw_active_tool_header(
|
|
85
|
-
|
|
85
|
+
context, layout, *, show_tool_icon_always=False, tool_key=None
|
|
86
86
|
):
|
|
87
87
|
"""
|
|
88
88
|
|
|
@@ -93,7 +93,8 @@ class ToolSelectPanelHelper:
|
|
|
93
93
|
"""
|
|
94
94
|
...
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
@classmethod
|
|
97
|
+
def draw_cls(cls, layout, context, detect_layout=True, scale_y=1.75):
|
|
97
98
|
"""
|
|
98
99
|
|
|
99
100
|
:param layout:
|
|
@@ -103,7 +104,8 @@ class ToolSelectPanelHelper:
|
|
|
103
104
|
"""
|
|
104
105
|
...
|
|
105
106
|
|
|
106
|
-
|
|
107
|
+
@staticmethod
|
|
108
|
+
def draw_fallback_tool_items(layout, context):
|
|
107
109
|
"""
|
|
108
110
|
|
|
109
111
|
:param layout:
|
|
@@ -111,7 +113,8 @@ class ToolSelectPanelHelper:
|
|
|
111
113
|
"""
|
|
112
114
|
...
|
|
113
115
|
|
|
114
|
-
|
|
116
|
+
@staticmethod
|
|
117
|
+
def draw_fallback_tool_items_for_pie_menu(layout, context):
|
|
115
118
|
"""
|
|
116
119
|
|
|
117
120
|
:param layout:
|
|
@@ -119,24 +122,30 @@ class ToolSelectPanelHelper:
|
|
|
119
122
|
"""
|
|
120
123
|
...
|
|
121
124
|
|
|
122
|
-
|
|
125
|
+
@classmethod
|
|
126
|
+
def keymap_ui_hierarchy(cls, context_mode):
|
|
123
127
|
"""
|
|
124
128
|
|
|
125
129
|
:param context_mode:
|
|
126
130
|
"""
|
|
127
131
|
...
|
|
128
132
|
|
|
129
|
-
|
|
130
|
-
def
|
|
131
|
-
|
|
133
|
+
@classmethod
|
|
134
|
+
def register(cls): ...
|
|
135
|
+
@classmethod
|
|
136
|
+
def register_ensure(cls): ...
|
|
137
|
+
@staticmethod
|
|
138
|
+
def tool_active_from_context(context):
|
|
132
139
|
"""
|
|
133
140
|
|
|
134
141
|
:param context:
|
|
135
142
|
"""
|
|
136
143
|
...
|
|
137
144
|
|
|
138
|
-
|
|
139
|
-
def
|
|
145
|
+
@classmethod
|
|
146
|
+
def tools_all(cls): ...
|
|
147
|
+
@classmethod
|
|
148
|
+
def tools_from_context(cls, context, mode=None):
|
|
140
149
|
"""
|
|
141
150
|
|
|
142
151
|
:param context:
|