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
@@ -2,18 +2,16 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.ops.transform
5
- import bpy.types
6
5
 
7
6
  def delete_metaelems(
8
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
9
7
  execution_context: int | str | None = None,
10
8
  undo: bool | None = None,
9
+ /,
11
10
  *,
12
11
  confirm: bool | None = True,
13
12
  ):
14
13
  """Delete selected metaball element(s)
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 confirm: Confirm, Prompt for confirmation
@@ -21,28 +19,24 @@ def delete_metaelems(
21
19
  """
22
20
 
23
21
  def duplicate_metaelems(
24
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
25
- execution_context: int | str | None = None,
26
- undo: bool | None = None,
22
+ execution_context: int | str | None = None, undo: bool | None = None
27
23
  ):
28
24
  """Duplicate selected metaball element(s)
29
25
 
30
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
31
26
  :type execution_context: int | str | None
32
27
  :type undo: bool | None
33
28
  """
34
29
 
35
30
  def duplicate_move(
36
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
37
31
  execution_context: int | str | None = None,
38
32
  undo: bool | None = None,
33
+ /,
39
34
  *,
40
35
  MBALL_OT_duplicate_metaelems: duplicate_metaelems | None = None,
41
36
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
42
37
  ):
43
38
  """Make copies of the selected metaball elements and move them
44
39
 
45
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
46
40
  :type execution_context: int | str | None
47
41
  :type undo: bool | None
48
42
  :param MBALL_OT_duplicate_metaelems: Duplicate Metaball Elements, Duplicate selected metaball element(s)
@@ -52,15 +46,14 @@ def duplicate_move(
52
46
  """
53
47
 
54
48
  def hide_metaelems(
55
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
49
  execution_context: int | str | None = None,
57
50
  undo: bool | None = None,
51
+ /,
58
52
  *,
59
53
  unselected: bool | None = False,
60
54
  ):
61
55
  """Hide (un)selected metaball element(s)
62
56
 
63
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
64
57
  :type execution_context: int | str | None
65
58
  :type undo: bool | None
66
59
  :param unselected: Unselected, Hide unselected rather than selected
@@ -68,15 +61,14 @@ def hide_metaelems(
68
61
  """
69
62
 
70
63
  def reveal_metaelems(
71
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
72
64
  execution_context: int | str | None = None,
73
65
  undo: bool | None = None,
66
+ /,
74
67
  *,
75
68
  select: bool | None = True,
76
69
  ):
77
70
  """Reveal all hidden metaball elements
78
71
 
79
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
80
72
  :type execution_context: int | str | None
81
73
  :type undo: bool | None
82
74
  :param select: Select
@@ -84,15 +76,14 @@ def reveal_metaelems(
84
76
  """
85
77
 
86
78
  def select_all(
87
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
88
79
  execution_context: int | str | None = None,
89
80
  undo: bool | None = None,
81
+ /,
90
82
  *,
91
83
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
92
84
  ):
93
85
  """Change selection of all metaball elements
94
86
 
95
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
96
87
  :type execution_context: int | str | None
97
88
  :type undo: bool | None
98
89
  :param action: Action, Selection action to execute
@@ -112,9 +103,9 @@ def select_all(
112
103
  """
113
104
 
114
105
  def select_random_metaelems(
115
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
116
106
  execution_context: int | str | None = None,
117
107
  undo: bool | None = None,
108
+ /,
118
109
  *,
119
110
  ratio: float | None = 0.5,
120
111
  seed: int | None = 0,
@@ -122,7 +113,6 @@ def select_random_metaelems(
122
113
  ):
123
114
  """Randomly select metaball elements
124
115
 
125
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
126
116
  :type execution_context: int | str | None
127
117
  :type undo: bool | None
128
118
  :param ratio: Ratio, Portion of items to select randomly
@@ -140,16 +130,15 @@ def select_random_metaelems(
140
130
  """
141
131
 
142
132
  def select_similar(
143
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
144
133
  execution_context: int | str | None = None,
145
134
  undo: bool | None = None,
135
+ /,
146
136
  *,
147
137
  type: typing.Literal["TYPE", "RADIUS", "STIFFNESS", "ROTATION"] | None = "TYPE",
148
138
  threshold: float | None = 0.1,
149
139
  ):
150
140
  """Select similar metaballs by property types
151
141
 
152
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
153
142
  :type execution_context: int | str | None
154
143
  :type undo: bool | None
155
144
  :param type: Type