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,18 +1,16 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bpy.types
5
4
 
6
5
  def add_point(
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
  location: collections.abc.Iterable[int] | None = (0, 0),
12
11
  ):
13
12
  """Add New Paint Curve Point
14
13
 
15
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
14
  :type execution_context: int | str | None
17
15
  :type undo: bool | None
18
16
  :param location: Location, Location of vertex in area space
@@ -20,16 +18,15 @@ def add_point(
20
18
  """
21
19
 
22
20
  def add_point_slide(
23
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
21
  execution_context: int | str | None = None,
25
22
  undo: bool | None = None,
23
+ /,
26
24
  *,
27
25
  PAINTCURVE_OT_add_point: add_point | None = None,
28
26
  PAINTCURVE_OT_slide: slide | None = None,
29
27
  ):
30
28
  """Add new curve point and slide it
31
29
 
32
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
33
30
  :type execution_context: int | str | None
34
31
  :type undo: bool | None
35
32
  :param PAINTCURVE_OT_add_point: Add New Paint Curve Point, Add New Paint Curve Point
@@ -38,58 +35,38 @@ def add_point_slide(
38
35
  :type PAINTCURVE_OT_slide: slide | None
39
36
  """
40
37
 
41
- def cursor(
42
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
43
- execution_context: int | str | None = None,
44
- undo: bool | None = None,
45
- ):
38
+ def cursor(execution_context: int | str | None = None, undo: bool | None = None):
46
39
  """Place cursor
47
40
 
48
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
49
41
  :type execution_context: int | str | None
50
42
  :type undo: bool | None
51
43
  """
52
44
 
53
- def delete_point(
54
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
55
- execution_context: int | str | None = None,
56
- undo: bool | None = None,
57
- ):
45
+ def delete_point(execution_context: int | str | None = None, undo: bool | None = None):
58
46
  """Remove Paint Curve Point
59
47
 
60
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
61
48
  :type execution_context: int | str | None
62
49
  :type undo: bool | None
63
50
  """
64
51
 
65
- def draw(
66
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
67
- execution_context: int | str | None = None,
68
- undo: bool | None = None,
69
- ):
52
+ def draw(execution_context: int | str | None = None, undo: bool | None = None):
70
53
  """Draw curve
71
54
 
72
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
73
55
  :type execution_context: int | str | None
74
56
  :type undo: bool | None
75
57
  """
76
58
 
77
- def new(
78
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
79
- execution_context: int | str | None = None,
80
- undo: bool | None = None,
81
- ):
59
+ def new(execution_context: int | str | None = None, undo: bool | None = None):
82
60
  """Add new paint curve
83
61
 
84
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
85
62
  :type execution_context: int | str | None
86
63
  :type undo: bool | None
87
64
  """
88
65
 
89
66
  def select(
90
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
91
67
  execution_context: int | str | None = None,
92
68
  undo: bool | None = None,
69
+ /,
93
70
  *,
94
71
  location: collections.abc.Iterable[int] | None = (0, 0),
95
72
  toggle: bool | None = False,
@@ -97,7 +74,6 @@ def select(
97
74
  ):
98
75
  """Select a paint curve point
99
76
 
100
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
101
77
  :type execution_context: int | str | None
102
78
  :type undo: bool | None
103
79
  :param location: Location, Location of vertex in area space
@@ -109,16 +85,15 @@ def select(
109
85
  """
110
86
 
111
87
  def slide(
112
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
113
88
  execution_context: int | str | None = None,
114
89
  undo: bool | None = None,
90
+ /,
115
91
  *,
116
92
  align: bool | None = False,
117
93
  select: bool | None = True,
118
94
  ):
119
95
  """Select and slide paint curve point
120
96
 
121
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
122
97
  :type execution_context: int | str | None
123
98
  :type undo: bool | None
124
99
  :param align: Align Handles, Aligns opposite point handle during transform
@@ -1,42 +1,30 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bpy.types
5
4
 
6
- def color_add(
7
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
- execution_context: int | str | None = None,
9
- undo: bool | None = None,
10
- ):
5
+ def color_add(execution_context: int | str | None = None, undo: bool | None = None):
11
6
  """Add new color to active palette
12
7
 
13
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
14
8
  :type execution_context: int | str | None
15
9
  :type undo: bool | None
16
10
  """
17
11
 
18
- def color_delete(
19
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
20
- execution_context: int | str | None = None,
21
- undo: bool | None = None,
22
- ):
12
+ def color_delete(execution_context: int | str | None = None, undo: bool | None = None):
23
13
  """Remove active color from palette
24
14
 
25
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
26
15
  :type execution_context: int | str | None
27
16
  :type undo: bool | None
28
17
  """
29
18
 
30
19
  def color_move(
31
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
32
20
  execution_context: int | str | None = None,
33
21
  undo: bool | None = None,
22
+ /,
34
23
  *,
35
24
  type: typing.Literal["UP", "DOWN"] | None = "UP",
36
25
  ):
37
26
  """Move the active Color up/down in the list
38
27
 
39
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
40
28
  :type execution_context: int | str | None
41
29
  :type undo: bool | None
42
30
  :param type: Type
@@ -44,15 +32,14 @@ def color_move(
44
32
  """
45
33
 
46
34
  def extract_from_image(
47
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
48
35
  execution_context: int | str | None = None,
49
36
  undo: bool | None = None,
37
+ /,
50
38
  *,
51
39
  threshold: int | None = 1,
52
40
  ):
53
41
  """Extract all colors used in Image and create a Palette
54
42
 
55
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
56
43
  :type execution_context: int | str | None
57
44
  :type undo: bool | None
58
45
  :param threshold: Threshold
@@ -60,43 +47,36 @@ def extract_from_image(
60
47
  """
61
48
 
62
49
  def join(
63
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
64
50
  execution_context: int | str | None = None,
65
51
  undo: bool | None = None,
52
+ /,
66
53
  *,
67
54
  palette: str = "",
68
55
  ):
69
56
  """Join Palette Swatches
70
57
 
71
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
72
58
  :type execution_context: int | str | None
73
59
  :type undo: bool | None
74
60
  :param palette: Palette, Name of the Palette
75
61
  :type palette: str
76
62
  """
77
63
 
78
- def new(
79
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
80
- execution_context: int | str | None = None,
81
- undo: bool | None = None,
82
- ):
64
+ def new(execution_context: int | str | None = None, undo: bool | None = None):
83
65
  """Add new palette
84
66
 
85
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
86
67
  :type execution_context: int | str | None
87
68
  :type undo: bool | None
88
69
  """
89
70
 
90
71
  def sort(
91
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
92
72
  execution_context: int | str | None = None,
93
73
  undo: bool | None = None,
74
+ /,
94
75
  *,
95
76
  type: typing.Literal["HSV", "SVH", "VHS", "LUMINANCE"] | None = "HSV",
96
77
  ):
97
78
  """Sort Palette Colors
98
79
 
99
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
100
80
  :type execution_context: int | str | None
101
81
  :type undo: bool | None
102
82
  :param type: Type