fake-bpy-module 20240417__py3-none-any.whl → 20240419__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 (139) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. bl_operators/geometry_nodes/__init__.pyi +13 -0
  9. bl_ui/properties_data_light/__init__.pyi +337 -0
  10. blf/__init__.pyi +63 -13
  11. bmesh/__init__.pyi +13 -0
  12. bmesh/geometry/__init__.pyi +5 -0
  13. bmesh/ops/__init__.pyi +157 -68
  14. bmesh/types/__init__.pyi +109 -62
  15. bmesh/utils/__init__.pyi +11 -2
  16. bpy/__init__.pyi +7 -0
  17. bpy/app/__init__.pyi +13 -0
  18. bpy/app/handlers/__init__.pyi +41 -0
  19. bpy/app/icons/__init__.pyi +4 -2
  20. bpy/app/timers/__init__.pyi +38 -2
  21. bpy/app/translations/__init__.pyi +58 -0
  22. bpy/msgbus/__init__.pyi +46 -0
  23. bpy/ops/__init__.pyi +151 -0
  24. bpy/ops/action/__init__.pyi +76 -76
  25. bpy/ops/anim/__init__.pyi +104 -104
  26. bpy/ops/armature/__init__.pyi +96 -96
  27. bpy/ops/asset/__init__.pyi +32 -32
  28. bpy/ops/boid/__init__.pyi +16 -16
  29. bpy/ops/brush/__init__.pyi +18 -18
  30. bpy/ops/buttons/__init__.pyi +12 -12
  31. bpy/ops/cachefile/__init__.pyi +10 -10
  32. bpy/ops/camera/__init__.pyi +4 -4
  33. bpy/ops/clip/__init__.pyi +184 -184
  34. bpy/ops/cloth/__init__.pyi +2 -2
  35. bpy/ops/collection/__init__.pyi +18 -18
  36. bpy/ops/console/__init__.pyi +42 -42
  37. bpy/ops/constraint/__init__.pyi +36 -36
  38. bpy/ops/curve/__init__.pyi +102 -102
  39. bpy/ops/curves/__init__.pyi +54 -54
  40. bpy/ops/cycles/__init__.pyi +6 -6
  41. bpy/ops/dpaint/__init__.pyi +10 -10
  42. bpy/ops/ed/__init__.pyi +24 -24
  43. bpy/ops/export_anim/__init__.pyi +2 -2
  44. bpy/ops/export_mesh/__init__.pyi +2 -2
  45. bpy/ops/export_scene/__init__.pyi +7 -7
  46. bpy/ops/file/__init__.pyi +80 -80
  47. bpy/ops/fluid/__init__.pyi +28 -28
  48. bpy/ops/font/__init__.pyi +46 -46
  49. bpy/ops/geometry/__init__.pyi +20 -20
  50. bpy/ops/gizmogroup/__init__.pyi +4 -4
  51. bpy/ops/gpencil/__init__.pyi +300 -300
  52. bpy/ops/graph/__init__.pyi +130 -130
  53. bpy/ops/grease_pencil/__init__.pyi +112 -112
  54. bpy/ops/image/__init__.pyi +92 -92
  55. bpy/ops/import_anim/__init__.pyi +2 -2
  56. bpy/ops/import_curve/__init__.pyi +2 -2
  57. bpy/ops/import_mesh/__init__.pyi +2 -2
  58. bpy/ops/import_scene/__init__.pyi +6 -6
  59. bpy/ops/info/__init__.pyi +14 -14
  60. bpy/ops/lattice/__init__.pyi +16 -16
  61. bpy/ops/marker/__init__.pyi +22 -22
  62. bpy/ops/mask/__init__.pyi +78 -78
  63. bpy/ops/material/__init__.pyi +6 -6
  64. bpy/ops/mball/__init__.pyi +16 -16
  65. bpy/ops/mesh/__init__.pyi +326 -326
  66. bpy/ops/nla/__init__.pyi +80 -80
  67. bpy/ops/node/__init__.pyi +202 -202
  68. bpy/ops/object/__init__.pyi +509 -500
  69. bpy/ops/outliner/__init__.pyi +138 -138
  70. bpy/ops/paint/__init__.pyi +104 -104
  71. bpy/ops/paintcurve/__init__.pyi +16 -16
  72. bpy/ops/palette/__init__.pyi +14 -14
  73. bpy/ops/particle/__init__.pyi +72 -72
  74. bpy/ops/pose/__init__.pyi +78 -78
  75. bpy/ops/poselib/__init__.pyi +18 -18
  76. bpy/ops/preferences/__init__.pyi +76 -76
  77. bpy/ops/ptcache/__init__.pyi +14 -14
  78. bpy/ops/render/__init__.pyi +24 -24
  79. bpy/ops/rigidbody/__init__.pyi +26 -26
  80. bpy/ops/scene/__init__.pyi +78 -78
  81. bpy/ops/screen/__init__.pyi +78 -78
  82. bpy/ops/script/__init__.pyi +6 -6
  83. bpy/ops/sculpt/__init__.pyi +62 -62
  84. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  85. bpy/ops/sequencer/__init__.pyi +170 -170
  86. bpy/ops/sound/__init__.pyi +14 -14
  87. bpy/ops/spreadsheet/__init__.pyi +8 -8
  88. bpy/ops/surface/__init__.pyi +12 -12
  89. bpy/ops/text/__init__.pyi +86 -86
  90. bpy/ops/text_editor/__init__.pyi +2 -2
  91. bpy/ops/texture/__init__.pyi +8 -8
  92. bpy/ops/transform/__init__.pyi +54 -54
  93. bpy/ops/ui/__init__.pyi +64 -64
  94. bpy/ops/uilist/__init__.pyi +6 -6
  95. bpy/ops/uv/__init__.pyi +98 -98
  96. bpy/ops/view2d/__init__.pyi +28 -28
  97. bpy/ops/view3d/__init__.pyi +134 -134
  98. bpy/ops/wm/__init__.pyi +224 -224
  99. bpy/ops/workspace/__init__.pyi +14 -14
  100. bpy/ops/world/__init__.pyi +2 -2
  101. bpy/path/__init__.pyi +6 -0
  102. bpy/props/__init__.pyi +141 -29
  103. bpy/types/__init__.pyi +101517 -5027
  104. bpy/utils/__init__.pyi +18 -3
  105. bpy/utils/previews/__init__.pyi +15 -0
  106. bpy/utils/units/__init__.pyi +11 -3
  107. bpy_extras/__init__.pyi +19 -0
  108. bpy_extras/asset_utils/__init__.pyi +5 -0
  109. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/METADATA +1 -1
  110. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
  111. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/top_level.txt +1 -0
  112. freestyle/__init__.pyi +18 -0
  113. freestyle/chainingiterators/__init__.pyi +20 -5
  114. freestyle/functions/__init__.pyi +151 -155
  115. freestyle/predicates/__init__.pyi +53 -46
  116. freestyle/shaders/__init__.pyi +91 -32
  117. freestyle/types/__init__.pyi +362 -120
  118. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  119. freestyle/utils/__init__.pyi +13 -1
  120. gpu/__init__.pyi +225 -0
  121. gpu/capabilities/__init__.pyi +37 -15
  122. gpu/matrix/__init__.pyi +7 -1
  123. gpu/platform/__init__.pyi +5 -0
  124. gpu/select/__init__.pyi +5 -0
  125. gpu/shader/__init__.pyi +77 -0
  126. gpu/state/__init__.pyi +15 -4
  127. gpu/texture/__init__.pyi +5 -0
  128. gpu/types/__init__.pyi +91 -33
  129. gpu_extras/__init__.pyi +15 -0
  130. gpu_extras/presets/__init__.pyi +16 -4
  131. imbuf/__init__.pyi +13 -0
  132. imbuf/types/__init__.pyi +20 -5
  133. mathutils/__init__.pyi +349 -227
  134. mathutils/bvhtree/__init__.pyi +21 -8
  135. mathutils/geometry/__init__.pyi +23 -9
  136. mathutils/interpolate/__init__.pyi +5 -0
  137. mathutils/kdtree/__init__.pyi +19 -5
  138. mathutils/noise/__init__.pyi +87 -41
  139. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/WHEEL +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def apply_pose_asset(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  blend_factor: typing.Any = 1.0,
11
11
  flipped: typing.Union[bool, typing.Any] = False,
@@ -13,7 +13,7 @@ def apply_pose_asset(
13
13
  """Apply the given Pose Action to the rig
14
14
 
15
15
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: str
16
+ :type execution_context: typing.Union[str, int]
17
17
  :type undo: bool
18
18
  :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
19
19
  :type blend_factor: typing.Any
@@ -25,7 +25,7 @@ def apply_pose_asset(
25
25
 
26
26
  def blend_pose_asset(
27
27
  override_context: typing.Union[dict, bpy.types.Context] = None,
28
- execution_context: str = None,
28
+ execution_context: typing.Union[str, int] = None,
29
29
  undo: bool = None,
30
30
  blend_factor: typing.Any = 0.0,
31
31
  flipped: typing.Union[bool, typing.Any] = False,
@@ -34,7 +34,7 @@ def blend_pose_asset(
34
34
  """Blend the given Pose Action to the rig
35
35
 
36
36
  :type override_context: typing.Union[dict, bpy.types.Context]
37
- :type execution_context: str
37
+ :type execution_context: typing.Union[str, int]
38
38
  :type undo: bool
39
39
  :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
40
40
  :type blend_factor: typing.Any
@@ -48,13 +48,13 @@ def blend_pose_asset(
48
48
 
49
49
  def convert_old_object_poselib(
50
50
  override_context: typing.Union[dict, bpy.types.Context] = None,
51
- execution_context: str = None,
51
+ execution_context: typing.Union[str, int] = None,
52
52
  undo: bool = None,
53
53
  ):
54
54
  """Create a pose asset for each pose marker in this legacy pose library data-block
55
55
 
56
56
  :type override_context: typing.Union[dict, bpy.types.Context]
57
- :type execution_context: str
57
+ :type execution_context: typing.Union[str, int]
58
58
  :type undo: bool
59
59
  """
60
60
 
@@ -62,13 +62,13 @@ def convert_old_object_poselib(
62
62
 
63
63
  def convert_old_poselib(
64
64
  override_context: typing.Union[dict, bpy.types.Context] = None,
65
- execution_context: str = None,
65
+ execution_context: typing.Union[str, int] = None,
66
66
  undo: bool = None,
67
67
  ):
68
68
  """Create a pose asset for each pose marker in the current action
69
69
 
70
70
  :type override_context: typing.Union[dict, bpy.types.Context]
71
- :type execution_context: str
71
+ :type execution_context: typing.Union[str, int]
72
72
  :type undo: bool
73
73
  """
74
74
 
@@ -76,13 +76,13 @@ def convert_old_poselib(
76
76
 
77
77
  def copy_as_asset(
78
78
  override_context: typing.Union[dict, bpy.types.Context] = None,
79
- execution_context: str = None,
79
+ execution_context: typing.Union[str, int] = None,
80
80
  undo: bool = None,
81
81
  ):
82
82
  """Create a new pose asset on the clipboard, to be pasted into an Asset Browser
83
83
 
84
84
  :type override_context: typing.Union[dict, bpy.types.Context]
85
- :type execution_context: str
85
+ :type execution_context: typing.Union[str, int]
86
86
  :type undo: bool
87
87
  """
88
88
 
@@ -90,7 +90,7 @@ def copy_as_asset(
90
90
 
91
91
  def create_pose_asset(
92
92
  override_context: typing.Union[dict, bpy.types.Context] = None,
93
- execution_context: str = None,
93
+ execution_context: typing.Union[str, int] = None,
94
94
  undo: bool = None,
95
95
  pose_name: typing.Union[str, typing.Any] = "",
96
96
  activate_new_action: typing.Union[bool, typing.Any] = True,
@@ -98,7 +98,7 @@ def create_pose_asset(
98
98
  """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
99
99
 
100
100
  :type override_context: typing.Union[dict, bpy.types.Context]
101
- :type execution_context: str
101
+ :type execution_context: typing.Union[str, int]
102
102
  :type undo: bool
103
103
  :param pose_name: Pose Name
104
104
  :type pose_name: typing.Union[str, typing.Any]
@@ -110,13 +110,13 @@ def create_pose_asset(
110
110
 
111
111
  def paste_asset(
112
112
  override_context: typing.Union[dict, bpy.types.Context] = None,
113
- execution_context: str = None,
113
+ execution_context: typing.Union[str, int] = None,
114
114
  undo: bool = None,
115
115
  ):
116
116
  """Paste the Asset that was previously copied using Copy As Asset
117
117
 
118
118
  :type override_context: typing.Union[dict, bpy.types.Context]
119
- :type execution_context: str
119
+ :type execution_context: typing.Union[str, int]
120
120
  :type undo: bool
121
121
  """
122
122
 
@@ -124,7 +124,7 @@ def paste_asset(
124
124
 
125
125
  def pose_asset_select_bones(
126
126
  override_context: typing.Union[dict, bpy.types.Context] = None,
127
- execution_context: str = None,
127
+ execution_context: typing.Union[str, int] = None,
128
128
  undo: bool = None,
129
129
  select: typing.Union[bool, typing.Any] = True,
130
130
  flipped: typing.Union[bool, typing.Any] = False,
@@ -132,7 +132,7 @@ def pose_asset_select_bones(
132
132
  """Select those bones that are used in this pose
133
133
 
134
134
  :type override_context: typing.Union[dict, bpy.types.Context]
135
- :type execution_context: str
135
+ :type execution_context: typing.Union[str, int]
136
136
  :type undo: bool
137
137
  :param select: Select
138
138
  :type select: typing.Union[bool, typing.Any]
@@ -144,13 +144,13 @@ def pose_asset_select_bones(
144
144
 
145
145
  def restore_previous_action(
146
146
  override_context: typing.Union[dict, bpy.types.Context] = None,
147
- execution_context: str = None,
147
+ execution_context: typing.Union[str, int] = None,
148
148
  undo: bool = None,
149
149
  ):
150
150
  """Switch back to the previous Action, after creating a pose asset
151
151
 
152
152
  :type override_context: typing.Union[dict, bpy.types.Context]
153
- :type execution_context: str
153
+ :type execution_context: typing.Union[str, int]
154
154
  :type undo: bool
155
155
  """
156
156