fake-bpy-module 20240811__py3-none-any.whl → 20240813__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 (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +76 -64
  79. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def apply_pose_asset(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -16,7 +16,7 @@ def apply_pose_asset(
16
16
  ):
17
17
  """Apply the given Pose Action to the rig
18
18
 
19
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
20
20
  :type execution_context: int | str | None
21
21
  :type undo: bool | None
22
22
  :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
@@ -28,7 +28,7 @@ def apply_pose_asset(
28
28
  ...
29
29
 
30
30
  def blend_pose_asset(
31
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
31
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
32
32
  execution_context: int | str | None = None,
33
33
  undo: bool | None = None,
34
34
  *,
@@ -38,7 +38,7 @@ def blend_pose_asset(
38
38
  ):
39
39
  """Blend the given Pose Action to the rig
40
40
 
41
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
41
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
42
42
  :type execution_context: int | str | None
43
43
  :type undo: bool | None
44
44
  :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
@@ -52,13 +52,13 @@ def blend_pose_asset(
52
52
  ...
53
53
 
54
54
  def convert_old_object_poselib(
55
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
55
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
56
56
  execution_context: int | str | None = None,
57
57
  undo: bool | None = None,
58
58
  ):
59
59
  """Create a pose asset for each pose marker in this legacy pose library data-block
60
60
 
61
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
62
62
  :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  """
@@ -66,13 +66,13 @@ def convert_old_object_poselib(
66
66
  ...
67
67
 
68
68
  def convert_old_poselib(
69
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
69
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
70
70
  execution_context: int | str | None = None,
71
71
  undo: bool | None = None,
72
72
  ):
73
73
  """Create a pose asset for each pose marker in the current action
74
74
 
75
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
75
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
76
76
  :type execution_context: int | str | None
77
77
  :type undo: bool | None
78
78
  """
@@ -80,13 +80,13 @@ def convert_old_poselib(
80
80
  ...
81
81
 
82
82
  def copy_as_asset(
83
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
83
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
84
84
  execution_context: int | str | None = None,
85
85
  undo: bool | None = None,
86
86
  ):
87
87
  """Create a new pose asset on the clipboard, to be pasted into an Asset Browser
88
88
 
89
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
89
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
90
90
  :type execution_context: int | str | None
91
91
  :type undo: bool | None
92
92
  """
@@ -94,7 +94,7 @@ def copy_as_asset(
94
94
  ...
95
95
 
96
96
  def create_pose_asset(
97
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
97
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
98
98
  execution_context: int | str | None = None,
99
99
  undo: bool | None = None,
100
100
  *,
@@ -103,7 +103,7 @@ def create_pose_asset(
103
103
  ):
104
104
  """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
105
105
 
106
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
106
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
107
107
  :type execution_context: int | str | None
108
108
  :type undo: bool | None
109
109
  :param pose_name: Pose Name
@@ -115,13 +115,13 @@ def create_pose_asset(
115
115
  ...
116
116
 
117
117
  def paste_asset(
118
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
118
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
119
119
  execution_context: int | str | None = None,
120
120
  undo: bool | None = None,
121
121
  ):
122
122
  """Paste the Asset that was previously copied using Copy As Asset
123
123
 
124
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
124
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
125
125
  :type execution_context: int | str | None
126
126
  :type undo: bool | None
127
127
  """
@@ -129,7 +129,7 @@ def paste_asset(
129
129
  ...
130
130
 
131
131
  def pose_asset_select_bones(
132
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
132
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
133
133
  execution_context: int | str | None = None,
134
134
  undo: bool | None = None,
135
135
  *,
@@ -138,7 +138,7 @@ def pose_asset_select_bones(
138
138
  ):
139
139
  """Select those bones that are used in this pose
140
140
 
141
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
141
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
142
142
  :type execution_context: int | str | None
143
143
  :type undo: bool | None
144
144
  :param select: Select
@@ -150,13 +150,13 @@ def pose_asset_select_bones(
150
150
  ...
151
151
 
152
152
  def restore_previous_action(
153
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
153
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
154
154
  execution_context: int | str | None = None,
155
155
  undo: bool | None = None,
156
156
  ):
157
157
  """Switch back to the previous Action, after creating a pose asset
158
158
 
159
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
159
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
160
160
  :type execution_context: int | str | None
161
161
  :type undo: bool | None
162
162
  """