fake-bpy-module 20240812__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 +44 -34
  79. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240812.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 add_point(
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
  *,
@@ -15,7 +15,7 @@ def add_point(
15
15
  ):
16
16
  """Add New Paint Curve Point
17
17
 
18
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
19
19
  :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param location: Location, Location of vertex in area space
@@ -25,7 +25,7 @@ def add_point(
25
25
  ...
26
26
 
27
27
  def add_point_slide(
28
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
29
29
  execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  *,
@@ -34,7 +34,7 @@ def add_point_slide(
34
34
  ):
35
35
  """Add new curve point and slide it
36
36
 
37
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
37
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
38
38
  :type execution_context: int | str | None
39
39
  :type undo: bool | None
40
40
  :param PAINTCURVE_OT_add_point: Add New Paint Curve Point, Add New Paint Curve Point
@@ -46,13 +46,13 @@ def add_point_slide(
46
46
  ...
47
47
 
48
48
  def cursor(
49
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
49
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
50
50
  execution_context: int | str | None = None,
51
51
  undo: bool | None = None,
52
52
  ):
53
53
  """Place cursor
54
54
 
55
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
55
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
56
56
  :type execution_context: int | str | None
57
57
  :type undo: bool | None
58
58
  """
@@ -60,13 +60,13 @@ def cursor(
60
60
  ...
61
61
 
62
62
  def delete_point(
63
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
63
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
64
64
  execution_context: int | str | None = None,
65
65
  undo: bool | None = None,
66
66
  ):
67
67
  """Remove Paint Curve Point
68
68
 
69
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
69
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
70
70
  :type execution_context: int | str | None
71
71
  :type undo: bool | None
72
72
  """
@@ -74,13 +74,13 @@ def delete_point(
74
74
  ...
75
75
 
76
76
  def draw(
77
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
77
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
78
78
  execution_context: int | str | None = None,
79
79
  undo: bool | None = None,
80
80
  ):
81
81
  """Draw curve
82
82
 
83
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
83
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
84
84
  :type execution_context: int | str | None
85
85
  :type undo: bool | None
86
86
  """
@@ -88,13 +88,13 @@ def draw(
88
88
  ...
89
89
 
90
90
  def new(
91
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
91
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
92
92
  execution_context: int | str | None = None,
93
93
  undo: bool | None = None,
94
94
  ):
95
95
  """Add new paint curve
96
96
 
97
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
97
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
98
98
  :type execution_context: int | str | None
99
99
  :type undo: bool | None
100
100
  """
@@ -102,7 +102,7 @@ def new(
102
102
  ...
103
103
 
104
104
  def select(
105
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
105
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
106
106
  execution_context: int | str | None = None,
107
107
  undo: bool | None = None,
108
108
  *,
@@ -112,7 +112,7 @@ def select(
112
112
  ):
113
113
  """Select a paint curve point
114
114
 
115
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
115
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
116
116
  :type execution_context: int | str | None
117
117
  :type undo: bool | None
118
118
  :param location: Location, Location of vertex in area space
@@ -126,7 +126,7 @@ def select(
126
126
  ...
127
127
 
128
128
  def slide(
129
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
129
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
130
130
  execution_context: int | str | None = None,
131
131
  undo: bool | None = None,
132
132
  *,
@@ -135,7 +135,7 @@ def slide(
135
135
  ):
136
136
  """Select and slide paint curve point
137
137
 
138
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
138
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
139
139
  :type execution_context: int | str | None
140
140
  :type undo: bool | None
141
141
  :param align: Align Handles, Aligns opposite point handle during transform
@@ -7,13 +7,13 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def color_add(
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
  ):
14
14
  """Add new color to active palette
15
15
 
16
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
17
17
  :type execution_context: int | str | None
18
18
  :type undo: bool | None
19
19
  """
@@ -21,13 +21,13 @@ def color_add(
21
21
  ...
22
22
 
23
23
  def color_delete(
24
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
25
25
  execution_context: int | str | None = None,
26
26
  undo: bool | None = None,
27
27
  ):
28
28
  """Remove active color from palette
29
29
 
30
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
30
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
31
31
  :type execution_context: int | str | None
32
32
  :type undo: bool | None
33
33
  """
@@ -35,7 +35,7 @@ def color_delete(
35
35
  ...
36
36
 
37
37
  def color_move(
38
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
38
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
39
39
  execution_context: int | str | None = None,
40
40
  undo: bool | None = None,
41
41
  *,
@@ -43,7 +43,7 @@ def color_move(
43
43
  ):
44
44
  """Move the active Color up/down in the list
45
45
 
46
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
46
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
47
47
  :type execution_context: int | str | None
48
48
  :type undo: bool | None
49
49
  :param type: Type
@@ -53,7 +53,7 @@ def color_move(
53
53
  ...
54
54
 
55
55
  def extract_from_image(
56
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
57
57
  execution_context: int | str | None = None,
58
58
  undo: bool | None = None,
59
59
  *,
@@ -61,7 +61,7 @@ def extract_from_image(
61
61
  ):
62
62
  """Extract all colors used in Image and create a Palette
63
63
 
64
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
64
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
65
65
  :type execution_context: int | str | None
66
66
  :type undo: bool | None
67
67
  :param threshold: Threshold
@@ -71,7 +71,7 @@ def extract_from_image(
71
71
  ...
72
72
 
73
73
  def join(
74
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
74
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
75
75
  execution_context: int | str | None = None,
76
76
  undo: bool | None = None,
77
77
  *,
@@ -79,7 +79,7 @@ def join(
79
79
  ):
80
80
  """Join Palette Swatches
81
81
 
82
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
82
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
83
83
  :type execution_context: int | str | None
84
84
  :type undo: bool | None
85
85
  :param palette: Palette, Name of the Palette
@@ -89,13 +89,13 @@ def join(
89
89
  ...
90
90
 
91
91
  def new(
92
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
92
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
93
93
  execution_context: int | str | None = None,
94
94
  undo: bool | None = None,
95
95
  ):
96
96
  """Add new palette
97
97
 
98
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
98
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
99
99
  :type execution_context: int | str | None
100
100
  :type undo: bool | None
101
101
  """
@@ -103,7 +103,7 @@ def new(
103
103
  ...
104
104
 
105
105
  def sort(
106
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
106
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
107
107
  execution_context: int | str | None = None,
108
108
  undo: bool | None = None,
109
109
  *,
@@ -111,7 +111,7 @@ def sort(
111
111
  ):
112
112
  """Sort Palette Colors
113
113
 
114
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
114
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
115
115
  :type execution_context: int | str | None
116
116
  :type undo: bool | None
117
117
  :param type: Type