fake-bpy-module 20240511__py3-none-any.whl → 20240515__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_ui/properties_data_grease_pencil/__init__.pyi +66 -66
- bl_ui/properties_grease_pencil_common/__init__.pyi +362 -0
- bl_ui/properties_render/__init__.pyi +183 -0
- bl_ui/properties_world/__init__.pyi +499 -2
- bl_ui/space_clip/__init__.pyi +181 -0
- bl_ui/space_sequencer/__init__.pyi +228 -111
- bl_ui/space_toolsystem_toolbar/__init__.pyi +43 -43
- bl_ui/space_view3d/__init__.pyi +327 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +170 -0
- bpy/app/__init__.pyi +2 -2
- bpy/ops/anim/__init__.pyi +1 -1
- bpy/ops/export_scene/__init__.pyi +2 -2
- bpy/ops/grease_pencil/__init__.pyi +51 -0
- bpy/ops/nla/__init__.pyi +3 -3
- bpy/ops/preferences/__init__.pyi +6 -3
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/ops/ui/__init__.pyi +3 -0
- bpy/types/__init__.pyi +39759 -39783
- {fake_bpy_module-20240511.dist-info → fake_bpy_module-20240515.dist-info}/METADATA +2 -1
- {fake_bpy_module-20240511.dist-info → fake_bpy_module-20240515.dist-info}/RECORD +23 -23
- mathutils/__init__.pyi +72 -71
- {fake_bpy_module-20240511.dist-info → fake_bpy_module-20240515.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240511.dist-info → fake_bpy_module-20240515.dist-info}/top_level.txt +0 -0
|
@@ -4692,7 +4692,7 @@ class SEQUENCER_MT_select_handle(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4692
4692
|
""" """
|
|
4693
4693
|
...
|
|
4694
4694
|
|
|
4695
|
-
class
|
|
4695
|
+
class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
|
|
4696
4696
|
""" """
|
|
4697
4697
|
|
|
4698
4698
|
bl_label: typing.Any
|
|
@@ -4723,10 +4723,10 @@ class SEQUENCER_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4723
4723
|
""" """
|
|
4724
4724
|
...
|
|
4725
4725
|
|
|
4726
|
-
def draw(self,
|
|
4726
|
+
def draw(self, context):
|
|
4727
4727
|
"""
|
|
4728
4728
|
|
|
4729
|
-
:param
|
|
4729
|
+
:param context:
|
|
4730
4730
|
"""
|
|
4731
4731
|
...
|
|
4732
4732
|
|
|
@@ -4873,7 +4873,7 @@ class SEQUENCER_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4873
4873
|
""" """
|
|
4874
4874
|
...
|
|
4875
4875
|
|
|
4876
|
-
class
|
|
4876
|
+
class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
|
|
4877
4877
|
""" """
|
|
4878
4878
|
|
|
4879
4879
|
bl_label: typing.Any
|
|
@@ -4904,10 +4904,10 @@ class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4904
4904
|
""" """
|
|
4905
4905
|
...
|
|
4906
4906
|
|
|
4907
|
-
def draw(self,
|
|
4907
|
+
def draw(self, _context):
|
|
4908
4908
|
"""
|
|
4909
4909
|
|
|
4910
|
-
:param
|
|
4910
|
+
:param _context:
|
|
4911
4911
|
"""
|
|
4912
4912
|
...
|
|
4913
4913
|
|
|
@@ -5054,7 +5054,7 @@ class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5054
5054
|
""" """
|
|
5055
5055
|
...
|
|
5056
5056
|
|
|
5057
|
-
class
|
|
5057
|
+
class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
5058
5058
|
""" """
|
|
5059
5059
|
|
|
5060
5060
|
bl_label: typing.Any
|
|
@@ -5085,10 +5085,10 @@ class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5085
5085
|
""" """
|
|
5086
5086
|
...
|
|
5087
5087
|
|
|
5088
|
-
def draw(self,
|
|
5088
|
+
def draw(self, context):
|
|
5089
5089
|
"""
|
|
5090
5090
|
|
|
5091
|
-
:param
|
|
5091
|
+
:param context:
|
|
5092
5092
|
"""
|
|
5093
5093
|
...
|
|
5094
5094
|
|
|
@@ -5235,7 +5235,7 @@ class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5235
5235
|
""" """
|
|
5236
5236
|
...
|
|
5237
5237
|
|
|
5238
|
-
class
|
|
5238
|
+
class SEQUENCER_MT_strip_lock_mute(bpy_types.Menu, bpy_types._GenericUI):
|
|
5239
5239
|
""" """
|
|
5240
5240
|
|
|
5241
5241
|
bl_label: typing.Any
|
|
@@ -5266,10 +5266,10 @@ class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5266
5266
|
""" """
|
|
5267
5267
|
...
|
|
5268
5268
|
|
|
5269
|
-
def draw(self,
|
|
5269
|
+
def draw(self, _context):
|
|
5270
5270
|
"""
|
|
5271
5271
|
|
|
5272
|
-
:param
|
|
5272
|
+
:param _context:
|
|
5273
5273
|
"""
|
|
5274
5274
|
...
|
|
5275
5275
|
|
|
@@ -5416,7 +5416,7 @@ class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5416
5416
|
""" """
|
|
5417
5417
|
...
|
|
5418
5418
|
|
|
5419
|
-
class
|
|
5419
|
+
class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
|
|
5420
5420
|
""" """
|
|
5421
5421
|
|
|
5422
5422
|
bl_label: typing.Any
|
|
@@ -5597,7 +5597,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5597
5597
|
""" """
|
|
5598
5598
|
...
|
|
5599
5599
|
|
|
5600
|
-
class
|
|
5600
|
+
class SEQUENCER_MT_strip_retiming(bpy_types.Menu, bpy_types._GenericUI):
|
|
5601
5601
|
""" """
|
|
5602
5602
|
|
|
5603
5603
|
bl_label: typing.Any
|
|
@@ -5628,10 +5628,10 @@ class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5628
5628
|
""" """
|
|
5629
5629
|
...
|
|
5630
5630
|
|
|
5631
|
-
def draw(self,
|
|
5631
|
+
def draw(self, context):
|
|
5632
5632
|
"""
|
|
5633
5633
|
|
|
5634
|
-
:param
|
|
5634
|
+
:param context:
|
|
5635
5635
|
"""
|
|
5636
5636
|
...
|
|
5637
5637
|
|
|
@@ -5778,7 +5778,7 @@ class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5778
5778
|
""" """
|
|
5779
5779
|
...
|
|
5780
5780
|
|
|
5781
|
-
class
|
|
5781
|
+
class SEQUENCER_MT_strip_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
5782
5782
|
""" """
|
|
5783
5783
|
|
|
5784
5784
|
bl_label: typing.Any
|
|
@@ -5959,7 +5959,7 @@ class SEQUENCER_MT_strip_retiming(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5959
5959
|
""" """
|
|
5960
5960
|
...
|
|
5961
5961
|
|
|
5962
|
-
class
|
|
5962
|
+
class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
5963
5963
|
""" """
|
|
5964
5964
|
|
|
5965
5965
|
bl_label: typing.Any
|
|
@@ -6140,7 +6140,7 @@ class SEQUENCER_MT_strip_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6140
6140
|
""" """
|
|
6141
6141
|
...
|
|
6142
6142
|
|
|
6143
|
-
class
|
|
6143
|
+
class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
6144
6144
|
""" """
|
|
6145
6145
|
|
|
6146
6146
|
bl_label: typing.Any
|
|
@@ -6171,10 +6171,10 @@ class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6171
6171
|
""" """
|
|
6172
6172
|
...
|
|
6173
6173
|
|
|
6174
|
-
def draw(self,
|
|
6174
|
+
def draw(self, _context):
|
|
6175
6175
|
"""
|
|
6176
6176
|
|
|
6177
|
-
:param
|
|
6177
|
+
:param _context:
|
|
6178
6178
|
"""
|
|
6179
6179
|
...
|
|
6180
6180
|
|
|
@@ -6321,15 +6321,28 @@ class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6321
6321
|
""" """
|
|
6322
6322
|
...
|
|
6323
6323
|
|
|
6324
|
-
class
|
|
6324
|
+
class SEQUENCER_PT_active_tool(
|
|
6325
|
+
bpy_types.Panel,
|
|
6326
|
+
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
6327
|
+
bpy_types._GenericUI,
|
|
6328
|
+
):
|
|
6329
|
+
""" """
|
|
6330
|
+
|
|
6331
|
+
bl_category: typing.Any
|
|
6325
6332
|
""" """
|
|
6326
6333
|
|
|
6327
6334
|
bl_label: typing.Any
|
|
6328
6335
|
""" """
|
|
6329
6336
|
|
|
6337
|
+
bl_region_type: typing.Any
|
|
6338
|
+
""" """
|
|
6339
|
+
|
|
6330
6340
|
bl_rna: typing.Any
|
|
6331
6341
|
""" """
|
|
6332
6342
|
|
|
6343
|
+
bl_space_type: typing.Any
|
|
6344
|
+
""" """
|
|
6345
|
+
|
|
6333
6346
|
id_data: typing.Any
|
|
6334
6347
|
""" """
|
|
6335
6348
|
|
|
@@ -6352,25 +6365,10 @@ class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6352
6365
|
""" """
|
|
6353
6366
|
...
|
|
6354
6367
|
|
|
6355
|
-
def draw(self,
|
|
6356
|
-
"""
|
|
6357
|
-
|
|
6358
|
-
:param _context:
|
|
6359
|
-
"""
|
|
6360
|
-
...
|
|
6361
|
-
|
|
6362
|
-
def draw_collapsible(self, context, layout):
|
|
6368
|
+
def draw(self, context):
|
|
6363
6369
|
"""
|
|
6364
6370
|
|
|
6365
6371
|
:param context:
|
|
6366
|
-
:param layout:
|
|
6367
|
-
"""
|
|
6368
|
-
...
|
|
6369
|
-
|
|
6370
|
-
def draw_preset(self, _context):
|
|
6371
|
-
"""
|
|
6372
|
-
|
|
6373
|
-
:param _context:
|
|
6374
6372
|
"""
|
|
6375
6373
|
...
|
|
6376
6374
|
|
|
@@ -6438,32 +6436,6 @@ class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6438
6436
|
""" """
|
|
6439
6437
|
...
|
|
6440
6438
|
|
|
6441
|
-
def path_menu(
|
|
6442
|
-
self,
|
|
6443
|
-
searchpaths,
|
|
6444
|
-
operator,
|
|
6445
|
-
props_default,
|
|
6446
|
-
prop_filepath,
|
|
6447
|
-
filter_ext,
|
|
6448
|
-
filter_path,
|
|
6449
|
-
display_name,
|
|
6450
|
-
add_operator,
|
|
6451
|
-
add_operator_props,
|
|
6452
|
-
):
|
|
6453
|
-
"""
|
|
6454
|
-
|
|
6455
|
-
:param searchpaths:
|
|
6456
|
-
:param operator:
|
|
6457
|
-
:param props_default:
|
|
6458
|
-
:param prop_filepath:
|
|
6459
|
-
:param filter_ext:
|
|
6460
|
-
:param filter_path:
|
|
6461
|
-
:param display_name:
|
|
6462
|
-
:param add_operator:
|
|
6463
|
-
:param add_operator_props:
|
|
6464
|
-
"""
|
|
6465
|
-
...
|
|
6466
|
-
|
|
6467
6439
|
def path_resolve(self):
|
|
6468
6440
|
""" """
|
|
6469
6441
|
...
|
|
@@ -6502,14 +6474,53 @@ class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6502
6474
|
""" """
|
|
6503
6475
|
...
|
|
6504
6476
|
|
|
6505
|
-
class
|
|
6506
|
-
bpy_types.Panel,
|
|
6507
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
6508
|
-
bpy_types._GenericUI,
|
|
6509
|
-
):
|
|
6477
|
+
class SequencerButtonsPanel:
|
|
6510
6478
|
""" """
|
|
6511
6479
|
|
|
6512
|
-
|
|
6480
|
+
bl_region_type: typing.Any
|
|
6481
|
+
""" """
|
|
6482
|
+
|
|
6483
|
+
bl_space_type: typing.Any
|
|
6484
|
+
""" """
|
|
6485
|
+
|
|
6486
|
+
def has_sequencer(self, context):
|
|
6487
|
+
"""
|
|
6488
|
+
|
|
6489
|
+
:param context:
|
|
6490
|
+
"""
|
|
6491
|
+
...
|
|
6492
|
+
|
|
6493
|
+
def poll(self, context):
|
|
6494
|
+
"""
|
|
6495
|
+
|
|
6496
|
+
:param context:
|
|
6497
|
+
"""
|
|
6498
|
+
...
|
|
6499
|
+
|
|
6500
|
+
class SequencerButtonsPanel_Output:
|
|
6501
|
+
""" """
|
|
6502
|
+
|
|
6503
|
+
bl_region_type: typing.Any
|
|
6504
|
+
""" """
|
|
6505
|
+
|
|
6506
|
+
bl_space_type: typing.Any
|
|
6507
|
+
""" """
|
|
6508
|
+
|
|
6509
|
+
def has_preview(self, context):
|
|
6510
|
+
"""
|
|
6511
|
+
|
|
6512
|
+
:param context:
|
|
6513
|
+
"""
|
|
6514
|
+
...
|
|
6515
|
+
|
|
6516
|
+
def poll(self, context):
|
|
6517
|
+
"""
|
|
6518
|
+
|
|
6519
|
+
:param context:
|
|
6520
|
+
"""
|
|
6521
|
+
...
|
|
6522
|
+
|
|
6523
|
+
class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
6513
6524
|
""" """
|
|
6514
6525
|
|
|
6515
6526
|
bl_label: typing.Any
|
|
@@ -6524,6 +6535,9 @@ class SEQUENCER_PT_active_tool(
|
|
|
6524
6535
|
bl_space_type: typing.Any
|
|
6525
6536
|
""" """
|
|
6526
6537
|
|
|
6538
|
+
bl_ui_units_x: typing.Any
|
|
6539
|
+
""" """
|
|
6540
|
+
|
|
6527
6541
|
id_data: typing.Any
|
|
6528
6542
|
""" """
|
|
6529
6543
|
|
|
@@ -6655,58 +6669,164 @@ class SEQUENCER_PT_active_tool(
|
|
|
6655
6669
|
""" """
|
|
6656
6670
|
...
|
|
6657
6671
|
|
|
6658
|
-
class
|
|
6672
|
+
class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
6673
|
+
""" """
|
|
6674
|
+
|
|
6675
|
+
bl_label: typing.Any
|
|
6659
6676
|
""" """
|
|
6660
6677
|
|
|
6661
6678
|
bl_region_type: typing.Any
|
|
6662
6679
|
""" """
|
|
6663
6680
|
|
|
6681
|
+
bl_rna: typing.Any
|
|
6682
|
+
""" """
|
|
6683
|
+
|
|
6664
6684
|
bl_space_type: typing.Any
|
|
6665
6685
|
""" """
|
|
6666
6686
|
|
|
6667
|
-
|
|
6687
|
+
bl_ui_units_x: typing.Any
|
|
6688
|
+
""" """
|
|
6689
|
+
|
|
6690
|
+
id_data: typing.Any
|
|
6691
|
+
""" """
|
|
6692
|
+
|
|
6693
|
+
def append(self, draw_func):
|
|
6668
6694
|
"""
|
|
6669
6695
|
|
|
6670
|
-
:param
|
|
6696
|
+
:param draw_func:
|
|
6671
6697
|
"""
|
|
6672
6698
|
...
|
|
6673
6699
|
|
|
6674
|
-
def
|
|
6700
|
+
def as_pointer(self):
|
|
6701
|
+
""" """
|
|
6702
|
+
...
|
|
6703
|
+
|
|
6704
|
+
def bl_rna_get_subclass(self):
|
|
6705
|
+
""" """
|
|
6706
|
+
...
|
|
6707
|
+
|
|
6708
|
+
def bl_rna_get_subclass_py(self):
|
|
6709
|
+
""" """
|
|
6710
|
+
...
|
|
6711
|
+
|
|
6712
|
+
def draw(self, _context):
|
|
6675
6713
|
"""
|
|
6676
6714
|
|
|
6677
|
-
:param
|
|
6715
|
+
:param _context:
|
|
6678
6716
|
"""
|
|
6679
6717
|
...
|
|
6680
6718
|
|
|
6681
|
-
|
|
6682
|
-
|
|
6719
|
+
def driver_add(self):
|
|
6720
|
+
""" """
|
|
6721
|
+
...
|
|
6683
6722
|
|
|
6684
|
-
|
|
6685
|
-
|
|
6723
|
+
def driver_remove(self):
|
|
6724
|
+
""" """
|
|
6725
|
+
...
|
|
6686
6726
|
|
|
6687
|
-
|
|
6688
|
-
|
|
6727
|
+
def get(self):
|
|
6728
|
+
""" """
|
|
6729
|
+
...
|
|
6689
6730
|
|
|
6690
|
-
def
|
|
6731
|
+
def id_properties_clear(self):
|
|
6732
|
+
""" """
|
|
6733
|
+
...
|
|
6734
|
+
|
|
6735
|
+
def id_properties_ensure(self):
|
|
6736
|
+
""" """
|
|
6737
|
+
...
|
|
6738
|
+
|
|
6739
|
+
def id_properties_ui(self):
|
|
6740
|
+
""" """
|
|
6741
|
+
...
|
|
6742
|
+
|
|
6743
|
+
def is_extended(self):
|
|
6744
|
+
""" """
|
|
6745
|
+
...
|
|
6746
|
+
|
|
6747
|
+
def is_property_hidden(self):
|
|
6748
|
+
""" """
|
|
6749
|
+
...
|
|
6750
|
+
|
|
6751
|
+
def is_property_overridable_library(self):
|
|
6752
|
+
""" """
|
|
6753
|
+
...
|
|
6754
|
+
|
|
6755
|
+
def is_property_readonly(self):
|
|
6756
|
+
""" """
|
|
6757
|
+
...
|
|
6758
|
+
|
|
6759
|
+
def is_property_set(self):
|
|
6760
|
+
""" """
|
|
6761
|
+
...
|
|
6762
|
+
|
|
6763
|
+
def items(self):
|
|
6764
|
+
""" """
|
|
6765
|
+
...
|
|
6766
|
+
|
|
6767
|
+
def keyframe_delete(self):
|
|
6768
|
+
""" """
|
|
6769
|
+
...
|
|
6770
|
+
|
|
6771
|
+
def keyframe_insert(self):
|
|
6772
|
+
""" """
|
|
6773
|
+
...
|
|
6774
|
+
|
|
6775
|
+
def keys(self):
|
|
6776
|
+
""" """
|
|
6777
|
+
...
|
|
6778
|
+
|
|
6779
|
+
def path_from_id(self):
|
|
6780
|
+
""" """
|
|
6781
|
+
...
|
|
6782
|
+
|
|
6783
|
+
def path_resolve(self):
|
|
6784
|
+
""" """
|
|
6785
|
+
...
|
|
6786
|
+
|
|
6787
|
+
def pop(self):
|
|
6788
|
+
""" """
|
|
6789
|
+
...
|
|
6790
|
+
|
|
6791
|
+
def prepend(self, draw_func):
|
|
6691
6792
|
"""
|
|
6692
6793
|
|
|
6693
|
-
:param
|
|
6794
|
+
:param draw_func:
|
|
6694
6795
|
"""
|
|
6695
6796
|
...
|
|
6696
6797
|
|
|
6697
|
-
def
|
|
6798
|
+
def property_overridable_library_set(self):
|
|
6799
|
+
""" """
|
|
6800
|
+
...
|
|
6801
|
+
|
|
6802
|
+
def property_unset(self):
|
|
6803
|
+
""" """
|
|
6804
|
+
...
|
|
6805
|
+
|
|
6806
|
+
def remove(self, draw_func):
|
|
6698
6807
|
"""
|
|
6699
6808
|
|
|
6700
|
-
:param
|
|
6809
|
+
:param draw_func:
|
|
6701
6810
|
"""
|
|
6702
6811
|
...
|
|
6703
6812
|
|
|
6704
|
-
|
|
6813
|
+
def type_recast(self):
|
|
6814
|
+
""" """
|
|
6815
|
+
...
|
|
6816
|
+
|
|
6817
|
+
def values(self):
|
|
6818
|
+
""" """
|
|
6819
|
+
...
|
|
6820
|
+
|
|
6821
|
+
class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
6705
6822
|
""" """
|
|
6706
6823
|
|
|
6707
6824
|
bl_label: typing.Any
|
|
6708
6825
|
""" """
|
|
6709
6826
|
|
|
6827
|
+
bl_parent_id: typing.Any
|
|
6828
|
+
""" """
|
|
6829
|
+
|
|
6710
6830
|
bl_region_type: typing.Any
|
|
6711
6831
|
""" """
|
|
6712
6832
|
|
|
@@ -6716,9 +6836,6 @@ class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6716
6836
|
bl_space_type: typing.Any
|
|
6717
6837
|
""" """
|
|
6718
6838
|
|
|
6719
|
-
bl_ui_units_x: typing.Any
|
|
6720
|
-
""" """
|
|
6721
|
-
|
|
6722
6839
|
id_data: typing.Any
|
|
6723
6840
|
""" """
|
|
6724
6841
|
|
|
@@ -6816,6 +6933,13 @@ class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6816
6933
|
""" """
|
|
6817
6934
|
...
|
|
6818
6935
|
|
|
6936
|
+
def poll(self, context):
|
|
6937
|
+
"""
|
|
6938
|
+
|
|
6939
|
+
:param context:
|
|
6940
|
+
"""
|
|
6941
|
+
...
|
|
6942
|
+
|
|
6819
6943
|
def pop(self):
|
|
6820
6944
|
""" """
|
|
6821
6945
|
...
|
|
@@ -6850,12 +6974,15 @@ class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6850
6974
|
""" """
|
|
6851
6975
|
...
|
|
6852
6976
|
|
|
6853
|
-
class
|
|
6977
|
+
class SEQUENCER_PT_sequencer_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
6854
6978
|
""" """
|
|
6855
6979
|
|
|
6856
6980
|
bl_label: typing.Any
|
|
6857
6981
|
""" """
|
|
6858
6982
|
|
|
6983
|
+
bl_parent_id: typing.Any
|
|
6984
|
+
""" """
|
|
6985
|
+
|
|
6859
6986
|
bl_region_type: typing.Any
|
|
6860
6987
|
""" """
|
|
6861
6988
|
|
|
@@ -6865,9 +6992,6 @@ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6865
6992
|
bl_space_type: typing.Any
|
|
6866
6993
|
""" """
|
|
6867
6994
|
|
|
6868
|
-
bl_ui_units_x: typing.Any
|
|
6869
|
-
""" """
|
|
6870
|
-
|
|
6871
6995
|
id_data: typing.Any
|
|
6872
6996
|
""" """
|
|
6873
6997
|
|
|
@@ -6890,10 +7014,10 @@ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6890
7014
|
""" """
|
|
6891
7015
|
...
|
|
6892
7016
|
|
|
6893
|
-
def draw(self,
|
|
7017
|
+
def draw(self, context):
|
|
6894
7018
|
"""
|
|
6895
7019
|
|
|
6896
|
-
:param
|
|
7020
|
+
:param context:
|
|
6897
7021
|
"""
|
|
6898
7022
|
...
|
|
6899
7023
|
|
|
@@ -6965,6 +7089,13 @@ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6965
7089
|
""" """
|
|
6966
7090
|
...
|
|
6967
7091
|
|
|
7092
|
+
def poll(self, context):
|
|
7093
|
+
"""
|
|
7094
|
+
|
|
7095
|
+
:param context:
|
|
7096
|
+
"""
|
|
7097
|
+
...
|
|
7098
|
+
|
|
6968
7099
|
def pop(self):
|
|
6969
7100
|
""" """
|
|
6970
7101
|
...
|
|
@@ -6999,7 +7130,7 @@ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6999
7130
|
""" """
|
|
7000
7131
|
...
|
|
7001
7132
|
|
|
7002
|
-
class
|
|
7133
|
+
class SEQUENCER_PT_sequencer_overlay_strips(bpy_types.Panel, bpy_types._GenericUI):
|
|
7003
7134
|
""" """
|
|
7004
7135
|
|
|
7005
7136
|
bl_label: typing.Any
|
|
@@ -7114,13 +7245,6 @@ class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
7114
7245
|
""" """
|
|
7115
7246
|
...
|
|
7116
7247
|
|
|
7117
|
-
def poll(self, context):
|
|
7118
|
-
"""
|
|
7119
|
-
|
|
7120
|
-
:param context:
|
|
7121
|
-
"""
|
|
7122
|
-
...
|
|
7123
|
-
|
|
7124
7248
|
def pop(self):
|
|
7125
7249
|
""" """
|
|
7126
7250
|
...
|
|
@@ -7155,7 +7279,7 @@ class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
7155
7279
|
""" """
|
|
7156
7280
|
...
|
|
7157
7281
|
|
|
7158
|
-
class
|
|
7282
|
+
class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types.Panel, bpy_types._GenericUI):
|
|
7159
7283
|
""" """
|
|
7160
7284
|
|
|
7161
7285
|
bl_label: typing.Any
|
|
@@ -7270,13 +7394,6 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
7270
7394
|
""" """
|
|
7271
7395
|
...
|
|
7272
7396
|
|
|
7273
|
-
def poll(self, context):
|
|
7274
|
-
"""
|
|
7275
|
-
|
|
7276
|
-
:param context:
|
|
7277
|
-
"""
|
|
7278
|
-
...
|
|
7279
|
-
|
|
7280
7397
|
def pop(self):
|
|
7281
7398
|
""" """
|
|
7282
7399
|
...
|
|
@@ -1251,6 +1251,49 @@ class _defs_gpencil_weight:
|
|
|
1251
1251
|
"""
|
|
1252
1252
|
...
|
|
1253
1253
|
|
|
1254
|
+
class _defs_grease_pencil_paint:
|
|
1255
|
+
""" """
|
|
1256
|
+
|
|
1257
|
+
arc: typing.Any
|
|
1258
|
+
""" """
|
|
1259
|
+
|
|
1260
|
+
box: typing.Any
|
|
1261
|
+
""" """
|
|
1262
|
+
|
|
1263
|
+
circle: typing.Any
|
|
1264
|
+
""" """
|
|
1265
|
+
|
|
1266
|
+
curve: typing.Any
|
|
1267
|
+
""" """
|
|
1268
|
+
|
|
1269
|
+
cutter: typing.Any
|
|
1270
|
+
""" """
|
|
1271
|
+
|
|
1272
|
+
draw: typing.Any
|
|
1273
|
+
""" """
|
|
1274
|
+
|
|
1275
|
+
erase: typing.Any
|
|
1276
|
+
""" """
|
|
1277
|
+
|
|
1278
|
+
line: typing.Any
|
|
1279
|
+
""" """
|
|
1280
|
+
|
|
1281
|
+
polyline: typing.Any
|
|
1282
|
+
""" """
|
|
1283
|
+
|
|
1284
|
+
tint: typing.Any
|
|
1285
|
+
""" """
|
|
1286
|
+
|
|
1287
|
+
def grease_pencil_primitive_toolbar(self, context, layout, _tool, props):
|
|
1288
|
+
"""
|
|
1289
|
+
|
|
1290
|
+
:param context:
|
|
1291
|
+
:param layout:
|
|
1292
|
+
:param _tool:
|
|
1293
|
+
:param props:
|
|
1294
|
+
"""
|
|
1295
|
+
...
|
|
1296
|
+
|
|
1254
1297
|
class _defs_grease_pencil_sculpt:
|
|
1255
1298
|
""" """
|
|
1256
1299
|
|
|
@@ -1363,49 +1406,6 @@ class _defs_node_select:
|
|
|
1363
1406
|
select: typing.Any
|
|
1364
1407
|
""" """
|
|
1365
1408
|
|
|
1366
|
-
class _defs_paint_grease_pencil:
|
|
1367
|
-
""" """
|
|
1368
|
-
|
|
1369
|
-
arc: typing.Any
|
|
1370
|
-
""" """
|
|
1371
|
-
|
|
1372
|
-
box: typing.Any
|
|
1373
|
-
""" """
|
|
1374
|
-
|
|
1375
|
-
circle: typing.Any
|
|
1376
|
-
""" """
|
|
1377
|
-
|
|
1378
|
-
curve: typing.Any
|
|
1379
|
-
""" """
|
|
1380
|
-
|
|
1381
|
-
cutter: typing.Any
|
|
1382
|
-
""" """
|
|
1383
|
-
|
|
1384
|
-
draw: typing.Any
|
|
1385
|
-
""" """
|
|
1386
|
-
|
|
1387
|
-
erase: typing.Any
|
|
1388
|
-
""" """
|
|
1389
|
-
|
|
1390
|
-
line: typing.Any
|
|
1391
|
-
""" """
|
|
1392
|
-
|
|
1393
|
-
polyline: typing.Any
|
|
1394
|
-
""" """
|
|
1395
|
-
|
|
1396
|
-
tint: typing.Any
|
|
1397
|
-
""" """
|
|
1398
|
-
|
|
1399
|
-
def grease_pencil_primitive_toolbar(self, context, layout, _tool, props):
|
|
1400
|
-
"""
|
|
1401
|
-
|
|
1402
|
-
:param context:
|
|
1403
|
-
:param layout:
|
|
1404
|
-
:param _tool:
|
|
1405
|
-
:param props:
|
|
1406
|
-
"""
|
|
1407
|
-
...
|
|
1408
|
-
|
|
1409
1409
|
class _defs_particle:
|
|
1410
1410
|
""" """
|
|
1411
1411
|
|