fake-bpy-module 20240601__py3-none-any.whl → 20240605__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.

Files changed (108) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_node/__init__.pyi +0 -1
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
  8. blf/__init__.pyi +4 -4
  9. bmesh/ops/__init__.pyi +97 -82
  10. bmesh/types/__init__.pyi +37 -32
  11. bmesh/utils/__init__.pyi +2 -4
  12. bpy/app/handlers/__init__.pyi +36 -36
  13. bpy/ops/action/__init__.pyi +152 -152
  14. bpy/ops/anim/__init__.pyi +216 -216
  15. bpy/ops/armature/__init__.pyi +192 -192
  16. bpy/ops/asset/__init__.pyi +64 -64
  17. bpy/ops/boid/__init__.pyi +32 -32
  18. bpy/ops/brush/__init__.pyi +36 -36
  19. bpy/ops/buttons/__init__.pyi +24 -24
  20. bpy/ops/cachefile/__init__.pyi +20 -20
  21. bpy/ops/camera/__init__.pyi +8 -8
  22. bpy/ops/clip/__init__.pyi +368 -368
  23. bpy/ops/cloth/__init__.pyi +4 -4
  24. bpy/ops/collection/__init__.pyi +36 -36
  25. bpy/ops/console/__init__.pyi +84 -84
  26. bpy/ops/constraint/__init__.pyi +72 -72
  27. bpy/ops/curve/__init__.pyi +204 -204
  28. bpy/ops/curves/__init__.pyi +108 -108
  29. bpy/ops/cycles/__init__.pyi +12 -12
  30. bpy/ops/dpaint/__init__.pyi +20 -20
  31. bpy/ops/ed/__init__.pyi +48 -48
  32. bpy/ops/export_anim/__init__.pyi +4 -4
  33. bpy/ops/export_scene/__init__.pyi +8 -8
  34. bpy/ops/extensions/__init__.pyi +123 -109
  35. bpy/ops/file/__init__.pyi +160 -160
  36. bpy/ops/fluid/__init__.pyi +56 -56
  37. bpy/ops/font/__init__.pyi +92 -92
  38. bpy/ops/geometry/__init__.pyi +40 -40
  39. bpy/ops/gizmogroup/__init__.pyi +8 -8
  40. bpy/ops/gpencil/__init__.pyi +600 -600
  41. bpy/ops/graph/__init__.pyi +260 -260
  42. bpy/ops/grease_pencil/__init__.pyi +292 -292
  43. bpy/ops/image/__init__.pyi +192 -192
  44. bpy/ops/import_anim/__init__.pyi +4 -4
  45. bpy/ops/import_curve/__init__.pyi +4 -4
  46. bpy/ops/import_scene/__init__.pyi +8 -8
  47. bpy/ops/info/__init__.pyi +28 -28
  48. bpy/ops/lattice/__init__.pyi +32 -32
  49. bpy/ops/marker/__init__.pyi +44 -44
  50. bpy/ops/mask/__init__.pyi +156 -156
  51. bpy/ops/material/__init__.pyi +12 -12
  52. bpy/ops/mball/__init__.pyi +32 -32
  53. bpy/ops/mesh/__init__.pyi +652 -652
  54. bpy/ops/nla/__init__.pyi +156 -156
  55. bpy/ops/node/__init__.pyi +416 -416
  56. bpy/ops/object/__init__.pyi +984 -984
  57. bpy/ops/outliner/__init__.pyi +284 -284
  58. bpy/ops/paint/__init__.pyi +220 -220
  59. bpy/ops/paintcurve/__init__.pyi +32 -32
  60. bpy/ops/palette/__init__.pyi +28 -28
  61. bpy/ops/particle/__init__.pyi +144 -144
  62. bpy/ops/pose/__init__.pyi +156 -156
  63. bpy/ops/poselib/__init__.pyi +36 -36
  64. bpy/ops/preferences/__init__.pyi +148 -148
  65. bpy/ops/ptcache/__init__.pyi +28 -28
  66. bpy/ops/render/__init__.pyi +48 -48
  67. bpy/ops/rigidbody/__init__.pyi +52 -52
  68. bpy/ops/scene/__init__.pyi +148 -192
  69. bpy/ops/screen/__init__.pyi +156 -156
  70. bpy/ops/script/__init__.pyi +12 -12
  71. bpy/ops/sculpt/__init__.pyi +152 -152
  72. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  73. bpy/ops/sequencer/__init__.pyi +364 -340
  74. bpy/ops/sound/__init__.pyi +28 -28
  75. bpy/ops/spreadsheet/__init__.pyi +16 -16
  76. bpy/ops/surface/__init__.pyi +24 -24
  77. bpy/ops/text/__init__.pyi +172 -172
  78. bpy/ops/text_editor/__init__.pyi +4 -4
  79. bpy/ops/texture/__init__.pyi +16 -16
  80. bpy/ops/transform/__init__.pyi +111 -108
  81. bpy/ops/ui/__init__.pyi +132 -132
  82. bpy/ops/uilist/__init__.pyi +12 -12
  83. bpy/ops/uv/__init__.pyi +196 -196
  84. bpy/ops/view2d/__init__.pyi +56 -56
  85. bpy/ops/view3d/__init__.pyi +268 -268
  86. bpy/ops/wm/__init__.pyi +448 -448
  87. bpy/ops/workspace/__init__.pyi +28 -28
  88. bpy/ops/world/__init__.pyi +8 -8
  89. bpy/path/__init__.pyi +18 -18
  90. bpy/props/__init__.pyi +11 -11
  91. bpy/types/__init__.pyi +2185 -1933
  92. bpy/utils/__init__.pyi +4 -4
  93. bpy_extras/mesh_utils/__init__.pyi +4 -4
  94. bpy_extras/view3d_utils/__init__.pyi +24 -20
  95. bpy_types/__init__.pyi +12 -7
  96. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
  97. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
  98. freestyle/types/__init__.pyi +64 -64
  99. freestyle/utils/__init__.pyi +2 -2
  100. gpu/matrix/__init__.pyi +15 -6
  101. gpu/state/__init__.pyi +2 -2
  102. gpu/types/__init__.pyi +6 -4
  103. gpu_extras/presets/__init__.pyi +8 -4
  104. imbuf/__init__.pyi +4 -4
  105. mathutils/__init__.pyi +292 -187
  106. mathutils/geometry/__init__.pyi +2 -5
  107. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
  108. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
aud/__init__.pyi CHANGED
@@ -156,22 +156,22 @@ class DynamicMusic:
156
156
  class HRTF:
157
157
  """An HRTF object represents a set of head related transfer functions as impulse responses. It's used for binaural sound"""
158
158
 
159
- def loadLeftHrtfSet(self, extension: str | str, directory) -> HRTF:
159
+ def loadLeftHrtfSet(self, extension: str, directory) -> HRTF:
160
160
  """Loads all HRTFs from a directory.
161
161
 
162
162
  :param extension: The file extension of the hrtfs.
163
- :type extension: str | str
163
+ :type extension: str
164
164
  :param directory: The path to where the HRTF files are located.
165
165
  :return: The loaded `HRTF` object.
166
166
  :rtype: HRTF
167
167
  """
168
168
  ...
169
169
 
170
- def loadLeftHrtfSet(self, extension: str | str, directory) -> HRTF:
170
+ def loadLeftHrtfSet(self, extension: str, directory) -> HRTF:
171
171
  """Loads all HRTFs from a directory.
172
172
 
173
173
  :param extension: The file extension of the hrtfs.
174
- :type extension: str | str
174
+ :type extension: str
175
175
  :param directory: The path to where the HRTF files are located.
176
176
  :return: The loaded `HRTF` object.
177
177
  :rtype: HRTF
@@ -21,9 +21,7 @@ def complete(line: str, cursor: int, namespace: dict, private: bool) -> list | s
21
21
 
22
22
  ...
23
23
 
24
- def expand(
25
- line: str, cursor: int, namespace: dict, private: bool = True
26
- ) -> str | int | str:
24
+ def expand(line: str, cursor: int, namespace: dict, private: bool = True) -> int | str:
27
25
  """This method is invoked when the user asks auto-completion,
28
26
  e.g. when Ctrl+Space is clicked.
29
27
 
@@ -36,7 +34,7 @@ def expand(
36
34
  :param private: whether private variables should be listed
37
35
  :type private: bool
38
36
  :return: current expanded line, updated cursor position and scrollback
39
- :rtype: str | int | str
37
+ :rtype: int | str
40
38
  """
41
39
 
42
40
  ...
@@ -3670,7 +3670,6 @@ class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
3670
3670
  class NODE_PT_active_node_properties(bpy_types.Panel, bpy_types._GenericUI):
3671
3671
  bl_category: typing.Any
3672
3672
  bl_label: typing.Any
3673
- bl_options: typing.Any
3674
3673
  bl_region_type: typing.Any
3675
3674
  bl_rna: typing.Any
3676
3675
  bl_space_type: typing.Any
@@ -10714,6 +10714,13 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types.Panel, bpy_types._GenericU
10714
10714
  """Returns the property from the path, raise an exception when not found."""
10715
10715
  ...
10716
10716
 
10717
+ def poll(self, context):
10718
+ """
10719
+
10720
+ :param context:
10721
+ """
10722
+ ...
10723
+
10717
10724
  def pop(self):
10718
10725
  """Remove and return the value of the custom property assigned to key or default
10719
10726
  when not found (matches Python's dictionary function of the same name).
@@ -10933,6 +10940,13 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types.Panel, bpy_types._Gener
10933
10940
  """Returns the property from the path, raise an exception when not found."""
10934
10941
  ...
10935
10942
 
10943
+ def poll(self, context):
10944
+ """
10945
+
10946
+ :param context:
10947
+ """
10948
+ ...
10949
+
10936
10950
  def pop(self):
10937
10951
  """Remove and return the value of the custom property assigned to key or default
10938
10952
  when not found (matches Python's dictionary function of the same name).
@@ -6434,6 +6434,240 @@ class USERPREF_PT_edit_objects_new(
6434
6434
  """
6435
6435
  ...
6436
6436
 
6437
+ class USERPREF_PT_edit_sequence_editor(
6438
+ bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6439
+ ):
6440
+ """Base class for panels to center align contents with some horizontal margin.
6441
+ Deriving classes need to implement a draw_centered(context, layout) function.
6442
+ """
6443
+
6444
+ bl_context: typing.Any
6445
+ bl_label: typing.Any
6446
+ bl_options: typing.Any
6447
+ bl_region_type: typing.Any
6448
+ bl_rna: typing.Any
6449
+ bl_space_type: typing.Any
6450
+ id_data: typing.Any
6451
+
6452
+ def append(self, draw_func):
6453
+ """Append a draw function to this menu,
6454
+ takes the same arguments as the menus draw function
6455
+
6456
+ :param draw_func:
6457
+ """
6458
+ ...
6459
+
6460
+ def as_pointer(self) -> int:
6461
+ """Returns the memory address which holds a pointer to Blender's internal data
6462
+
6463
+ :return: int (memory address).
6464
+ :rtype: int
6465
+ """
6466
+ ...
6467
+
6468
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
6469
+ """
6470
+
6471
+ :return: The RNA type or default when not found.
6472
+ :rtype: bpy.types.Struct
6473
+ """
6474
+ ...
6475
+
6476
+ def bl_rna_get_subclass_py(self) -> typing.Any:
6477
+ """
6478
+
6479
+ :return: The class or default when not found.
6480
+ :rtype: typing.Any
6481
+ """
6482
+ ...
6483
+
6484
+ def draw(self, context):
6485
+ """
6486
+
6487
+ :param context:
6488
+ """
6489
+ ...
6490
+
6491
+ def draw_centered(self, context, layout):
6492
+ """
6493
+
6494
+ :param context:
6495
+ :param layout:
6496
+ """
6497
+ ...
6498
+
6499
+ def driver_add(self) -> bpy.types.FCurve:
6500
+ """Adds driver(s) to the given property
6501
+
6502
+ :return: The driver(s) added.
6503
+ :rtype: bpy.types.FCurve
6504
+ """
6505
+ ...
6506
+
6507
+ def driver_remove(self) -> bool:
6508
+ """Remove driver(s) from the given property
6509
+
6510
+ :return: Success of driver removal.
6511
+ :rtype: bool
6512
+ """
6513
+ ...
6514
+
6515
+ def get(self):
6516
+ """Returns the value of the custom property assigned to key or default
6517
+ when not found (matches Python's dictionary function of the same name).
6518
+
6519
+ """
6520
+ ...
6521
+
6522
+ def id_properties_clear(self):
6523
+ """
6524
+
6525
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
6526
+ """
6527
+ ...
6528
+
6529
+ def id_properties_ensure(self):
6530
+ """
6531
+
6532
+ :return: the parent group for an RNA struct's custom IDProperties.
6533
+ """
6534
+ ...
6535
+
6536
+ def id_properties_ui(self):
6537
+ """
6538
+
6539
+ :return: Return an object used to manage an IDProperty's UI data.
6540
+ """
6541
+ ...
6542
+
6543
+ def is_extended(self): ...
6544
+ def is_property_hidden(self) -> bool:
6545
+ """Check if a property is hidden.
6546
+
6547
+ :return: True when the property is hidden.
6548
+ :rtype: bool
6549
+ """
6550
+ ...
6551
+
6552
+ def is_property_overridable_library(self) -> bool:
6553
+ """Check if a property is overridable.
6554
+
6555
+ :return: True when the property is overridable.
6556
+ :rtype: bool
6557
+ """
6558
+ ...
6559
+
6560
+ def is_property_readonly(self) -> bool:
6561
+ """Check if a property is readonly.
6562
+
6563
+ :return: True when the property is readonly (not writable).
6564
+ :rtype: bool
6565
+ """
6566
+ ...
6567
+
6568
+ def is_property_set(self) -> bool:
6569
+ """Check if a property is set, use for testing operator properties.
6570
+
6571
+ :return: True when the property has been set.
6572
+ :rtype: bool
6573
+ """
6574
+ ...
6575
+
6576
+ def items(self):
6577
+ """Returns the items of this objects custom properties (matches Python's
6578
+ dictionary function of the same name).
6579
+
6580
+ :return: custom property key, value pairs.
6581
+ """
6582
+ ...
6583
+
6584
+ def keyframe_delete(self) -> bool:
6585
+ """Remove a keyframe from this properties fcurve.
6586
+
6587
+ :return: Success of keyframe deletion.
6588
+ :rtype: bool
6589
+ """
6590
+ ...
6591
+
6592
+ def keyframe_insert(self) -> bool:
6593
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
6594
+
6595
+ :return: Success of keyframe insertion.
6596
+ :rtype: bool
6597
+ """
6598
+ ...
6599
+
6600
+ def keys(self):
6601
+ """Returns the keys of this objects custom properties (matches Python's
6602
+ dictionary function of the same name).
6603
+
6604
+ :return: custom property keys.
6605
+ """
6606
+ ...
6607
+
6608
+ def path_from_id(self) -> str:
6609
+ """Returns the data path from the ID to this object (string).
6610
+
6611
+ :return: The path from `bpy.types.bpy_struct.id_data`
6612
+ to this struct and property (when given).
6613
+ :rtype: str
6614
+ """
6615
+ ...
6616
+
6617
+ def path_resolve(self):
6618
+ """Returns the property from the path, raise an exception when not found."""
6619
+ ...
6620
+
6621
+ def pop(self):
6622
+ """Remove and return the value of the custom property assigned to key or default
6623
+ when not found (matches Python's dictionary function of the same name).
6624
+
6625
+ """
6626
+ ...
6627
+
6628
+ def prepend(self, draw_func):
6629
+ """Prepend a draw function to this menu, takes the same arguments as
6630
+ the menus draw function
6631
+
6632
+ :param draw_func:
6633
+ """
6634
+ ...
6635
+
6636
+ def property_overridable_library_set(self) -> bool:
6637
+ """Define a property as overridable or not (only for custom properties!).
6638
+
6639
+ :return: True when the overridable status of the property was successfully set.
6640
+ :rtype: bool
6641
+ """
6642
+ ...
6643
+
6644
+ def property_unset(self):
6645
+ """Unset a property, will use default value afterward."""
6646
+ ...
6647
+
6648
+ def remove(self, draw_func):
6649
+ """Remove a draw function that has been added to this menu
6650
+
6651
+ :param draw_func:
6652
+ """
6653
+ ...
6654
+
6655
+ def type_recast(self):
6656
+ """Return a new instance, this is needed because types
6657
+ such as textures can be changed at runtime.
6658
+
6659
+ :return: a new instance of this object with the type initialized again.
6660
+ """
6661
+ ...
6662
+
6663
+ def values(self):
6664
+ """Returns the values of this objects custom properties (matches Python's
6665
+ dictionary function of the same name).
6666
+
6667
+ :return: custom property values.
6668
+ """
6669
+ ...
6670
+
6437
6671
  class USERPREF_PT_edit_text_editor(
6438
6672
  bpy_types.Panel, EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6439
6673
  ):