fake-bpy-module 20241208__py3-none-any.whl → 20241209__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 (80) hide show
  1. bpy/ops/action/__init__.pyi +38 -138
  2. bpy/ops/anim/__init__.pyi +61 -179
  3. bpy/ops/armature/__init__.pyi +48 -147
  4. bpy/ops/asset/__init__.pyi +16 -71
  5. bpy/ops/boid/__init__.pyi +8 -41
  6. bpy/ops/brush/__init__.pyi +13 -39
  7. bpy/ops/buttons/__init__.pyi +6 -29
  8. bpy/ops/cachefile/__init__.pyi +5 -19
  9. bpy/ops/camera/__init__.pyi +2 -5
  10. bpy/ops/clip/__init__.pyi +92 -290
  11. bpy/ops/cloth/__init__.pyi +1 -3
  12. bpy/ops/collection/__init__.pyi +9 -25
  13. bpy/ops/console/__init__.pyi +21 -79
  14. bpy/ops/constraint/__init__.pyi +18 -45
  15. bpy/ops/curve/__init__.pyi +51 -180
  16. bpy/ops/curves/__init__.pyi +28 -100
  17. bpy/ops/cycles/__init__.pyi +3 -9
  18. bpy/ops/dpaint/__init__.pyi +5 -19
  19. bpy/ops/ed/__init__.pyi +12 -53
  20. bpy/ops/export_anim/__init__.pyi +1 -3
  21. bpy/ops/export_scene/__init__.pyi +2 -5
  22. bpy/ops/extensions/__init__.pyi +34 -110
  23. bpy/ops/file/__init__.pyi +40 -167
  24. bpy/ops/fluid/__init__.pyi +14 -77
  25. bpy/ops/font/__init__.pyi +23 -85
  26. bpy/ops/geometry/__init__.pyi +10 -27
  27. bpy/ops/gizmogroup/__init__.pyi +2 -9
  28. bpy/ops/gpencil/__init__.pyi +8 -32
  29. bpy/ops/graph/__init__.pyi +65 -184
  30. bpy/ops/grease_pencil/__init__.pyi +108 -290
  31. bpy/ops/image/__init__.pyi +49 -154
  32. bpy/ops/import_anim/__init__.pyi +1 -3
  33. bpy/ops/import_curve/__init__.pyi +1 -3
  34. bpy/ops/import_scene/__init__.pyi +2 -4
  35. bpy/ops/info/__init__.pyi +7 -29
  36. bpy/ops/lattice/__init__.pyi +8 -29
  37. bpy/ops/marker/__init__.pyi +11 -31
  38. bpy/ops/mask/__init__.pyi +39 -132
  39. bpy/ops/material/__init__.pyi +3 -19
  40. bpy/ops/mball/__init__.pyi +8 -19
  41. bpy/ops/mesh/__init__.pyi +164 -401
  42. bpy/ops/nla/__init__.pyi +39 -147
  43. bpy/ops/node/__init__.pyi +115 -390
  44. bpy/ops/object/__init__.pyi +237 -630
  45. bpy/ops/outliner/__init__.pyi +71 -263
  46. bpy/ops/paint/__init__.pyi +54 -140
  47. bpy/ops/paintcurve/__init__.pyi +8 -33
  48. bpy/ops/palette/__init__.pyi +7 -27
  49. bpy/ops/particle/__init__.pyi +36 -134
  50. bpy/ops/pose/__init__.pyi +51 -169
  51. bpy/ops/poselib/__init__.pyi +9 -33
  52. bpy/ops/preferences/__init__.pyi +35 -94
  53. bpy/ops/ptcache/__init__.pyi +7 -33
  54. bpy/ops/render/__init__.pyi +13 -37
  55. bpy/ops/rigidbody/__init__.pyi +13 -45
  56. bpy/ops/scene/__init__.pyi +37 -121
  57. bpy/ops/screen/__init__.pyi +39 -137
  58. bpy/ops/script/__init__.pyi +3 -11
  59. bpy/ops/sculpt/__init__.pyi +37 -94
  60. bpy/ops/sculpt_curves/__init__.pyi +4 -10
  61. bpy/ops/sequencer/__init__.pyi +89 -284
  62. bpy/ops/sound/__init__.pyi +7 -23
  63. bpy/ops/spreadsheet/__init__.pyi +4 -15
  64. bpy/ops/surface/__init__.pyi +6 -13
  65. bpy/ops/text/__init__.pyi +43 -175
  66. bpy/ops/text_editor/__init__.pyi +1 -3
  67. bpy/ops/texture/__init__.pyi +4 -21
  68. bpy/ops/transform/__init__.pyi +27 -61
  69. bpy/ops/ui/__init__.pyi +34 -117
  70. bpy/ops/uilist/__init__.pyi +3 -7
  71. bpy/ops/uv/__init__.pyi +49 -134
  72. bpy/ops/view2d/__init__.pyi +14 -39
  73. bpy/ops/view3d/__init__.pyi +67 -232
  74. bpy/ops/wm/__init__.pyi +114 -298
  75. bpy/ops/workspace/__init__.pyi +7 -33
  76. bpy/ops/world/__init__.pyi +2 -11
  77. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/METADATA +1 -1
  78. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/RECORD +80 -80
  79. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/WHEEL +0 -0
  80. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/top_level.txt +0 -0
@@ -1,19 +1,17 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bpy.types
5
4
 
6
5
  def apply_pose_asset(
7
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
6
  execution_context: int | str | None = None,
9
7
  undo: bool | None = None,
8
+ /,
10
9
  *,
11
10
  blend_factor: float | None = 1.0,
12
11
  flipped: bool | None = False,
13
12
  ):
14
13
  """Apply the given Pose Action to the rig
15
14
 
16
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
17
15
  :type execution_context: int | str | None
18
16
  :type undo: bool | None
19
17
  :param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
@@ -23,9 +21,9 @@ def apply_pose_asset(
23
21
  """
24
22
 
25
23
  def blend_pose_asset(
26
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
27
24
  execution_context: int | str | None = None,
28
25
  undo: bool | None = None,
26
+ /,
29
27
  *,
30
28
  blend_factor: float | None = 0.0,
31
29
  flipped: bool | None = False,
@@ -33,7 +31,6 @@ def blend_pose_asset(
33
31
  ):
34
32
  """Blend the given Pose Action to the rig
35
33
 
36
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
37
34
  :type execution_context: int | str | None
38
35
  :type undo: bool | None
39
36
  :param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
@@ -45,52 +42,40 @@ def blend_pose_asset(
45
42
  """
46
43
 
47
44
  def convert_old_object_poselib(
48
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
49
- execution_context: int | str | None = None,
50
- undo: bool | None = None,
45
+ execution_context: int | str | None = None, undo: bool | None = None
51
46
  ):
52
47
  """Create a pose asset for each pose marker in this legacy pose library data-block
53
48
 
54
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
55
49
  :type execution_context: int | str | None
56
50
  :type undo: bool | None
57
51
  """
58
52
 
59
53
  def convert_old_poselib(
60
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
61
- execution_context: int | str | None = None,
62
- undo: bool | None = None,
54
+ execution_context: int | str | None = None, undo: bool | None = None
63
55
  ):
64
56
  """Create a pose asset for each pose marker in the current action
65
57
 
66
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
67
58
  :type execution_context: int | str | None
68
59
  :type undo: bool | None
69
60
  """
70
61
 
71
- def copy_as_asset(
72
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
73
- execution_context: int | str | None = None,
74
- undo: bool | None = None,
75
- ):
62
+ def copy_as_asset(execution_context: int | str | None = None, undo: bool | None = None):
76
63
  """Create a new pose asset on the clipboard, to be pasted into an Asset Browser
77
64
 
78
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
79
65
  :type execution_context: int | str | None
80
66
  :type undo: bool | None
81
67
  """
82
68
 
83
69
  def create_pose_asset(
84
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
85
70
  execution_context: int | str | None = None,
86
71
  undo: bool | None = None,
72
+ /,
87
73
  *,
88
74
  pose_name: str = "",
89
75
  activate_new_action: bool | None = True,
90
76
  ):
91
77
  """Create a new Action that contains the pose of the selected bones, and mark it as Asset. The asset will be stored in the current blend file
92
78
 
93
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
94
79
  :type execution_context: int | str | None
95
80
  :type undo: bool | None
96
81
  :param pose_name: Pose Name
@@ -99,29 +84,23 @@ def create_pose_asset(
99
84
  :type activate_new_action: bool | None
100
85
  """
101
86
 
102
- def paste_asset(
103
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
104
- execution_context: int | str | None = None,
105
- undo: bool | None = None,
106
- ):
87
+ def paste_asset(execution_context: int | str | None = None, undo: bool | None = None):
107
88
  """Paste the Asset that was previously copied using Copy As Asset
108
89
 
109
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
110
90
  :type execution_context: int | str | None
111
91
  :type undo: bool | None
112
92
  """
113
93
 
114
94
  def pose_asset_select_bones(
115
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
116
95
  execution_context: int | str | None = None,
117
96
  undo: bool | None = None,
97
+ /,
118
98
  *,
119
99
  select: bool | None = True,
120
100
  flipped: bool | None = False,
121
101
  ):
122
102
  """Select those bones that are used in this pose
123
103
 
124
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
125
104
  :type execution_context: int | str | None
126
105
  :type undo: bool | None
127
106
  :param select: Select
@@ -131,13 +110,10 @@ def pose_asset_select_bones(
131
110
  """
132
111
 
133
112
  def restore_previous_action(
134
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
135
- execution_context: int | str | None = None,
136
- undo: bool | None = None,
113
+ execution_context: int | str | None = None, undo: bool | None = None
137
114
  ):
138
115
  """Switch back to the previous Action, after creating a pose asset
139
116
 
140
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
141
117
  :type execution_context: int | str | None
142
118
  :type undo: bool | None
143
119
  """