fake-bpy-module 20240927__py3-none-any.whl → 20240929__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 (87) hide show
  1. bl_ui/generic_ui_list/__init__.pyi +2 -2
  2. bl_ui/space_dopesheet/__init__.pyi +25 -0
  3. bl_ui/space_view3d/__init__.pyi +36 -0
  4. bpy/__init__.pyi +1 -1
  5. bpy/ops/action/__init__.pyi +76 -76
  6. bpy/ops/anim/__init__.pyi +144 -120
  7. bpy/ops/armature/__init__.pyi +96 -96
  8. bpy/ops/asset/__init__.pyi +32 -32
  9. bpy/ops/boid/__init__.pyi +16 -16
  10. bpy/ops/brush/__init__.pyi +26 -26
  11. bpy/ops/buttons/__init__.pyi +12 -12
  12. bpy/ops/cachefile/__init__.pyi +10 -10
  13. bpy/ops/camera/__init__.pyi +4 -4
  14. bpy/ops/clip/__init__.pyi +184 -184
  15. bpy/ops/cloth/__init__.pyi +2 -2
  16. bpy/ops/collection/__init__.pyi +18 -18
  17. bpy/ops/console/__init__.pyi +42 -42
  18. bpy/ops/constraint/__init__.pyi +36 -36
  19. bpy/ops/curve/__init__.pyi +102 -102
  20. bpy/ops/curves/__init__.pyi +54 -54
  21. bpy/ops/cycles/__init__.pyi +6 -6
  22. bpy/ops/dpaint/__init__.pyi +10 -10
  23. bpy/ops/ed/__init__.pyi +24 -24
  24. bpy/ops/export_anim/__init__.pyi +2 -2
  25. bpy/ops/export_scene/__init__.pyi +4 -4
  26. bpy/ops/extensions/__init__.pyi +68 -68
  27. bpy/ops/file/__init__.pyi +80 -80
  28. bpy/ops/fluid/__init__.pyi +28 -28
  29. bpy/ops/font/__init__.pyi +46 -46
  30. bpy/ops/geometry/__init__.pyi +20 -20
  31. bpy/ops/gizmogroup/__init__.pyi +4 -4
  32. bpy/ops/gpencil/__init__.pyi +284 -284
  33. bpy/ops/graph/__init__.pyi +130 -130
  34. bpy/ops/grease_pencil/__init__.pyi +220 -200
  35. bpy/ops/image/__init__.pyi +98 -98
  36. bpy/ops/import_anim/__init__.pyi +2 -2
  37. bpy/ops/import_curve/__init__.pyi +2 -2
  38. bpy/ops/import_scene/__init__.pyi +4 -4
  39. bpy/ops/info/__init__.pyi +14 -14
  40. bpy/ops/lattice/__init__.pyi +16 -16
  41. bpy/ops/marker/__init__.pyi +22 -22
  42. bpy/ops/mask/__init__.pyi +78 -78
  43. bpy/ops/material/__init__.pyi +6 -6
  44. bpy/ops/mball/__init__.pyi +16 -16
  45. bpy/ops/mesh/__init__.pyi +326 -326
  46. bpy/ops/nla/__init__.pyi +78 -78
  47. bpy/ops/node/__init__.pyi +230 -230
  48. bpy/ops/object/__init__.pyi +476 -476
  49. bpy/ops/outliner/__init__.pyi +142 -142
  50. bpy/ops/paint/__init__.pyi +108 -108
  51. bpy/ops/paintcurve/__init__.pyi +16 -16
  52. bpy/ops/palette/__init__.pyi +14 -14
  53. bpy/ops/particle/__init__.pyi +72 -72
  54. bpy/ops/pose/__init__.pyi +102 -102
  55. bpy/ops/poselib/__init__.pyi +18 -18
  56. bpy/ops/preferences/__init__.pyi +70 -70
  57. bpy/ops/ptcache/__init__.pyi +14 -14
  58. bpy/ops/render/__init__.pyi +26 -26
  59. bpy/ops/rigidbody/__init__.pyi +26 -26
  60. bpy/ops/scene/__init__.pyi +74 -74
  61. bpy/ops/screen/__init__.pyi +78 -78
  62. bpy/ops/script/__init__.pyi +6 -6
  63. bpy/ops/sculpt/__init__.pyi +74 -74
  64. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  65. bpy/ops/sequencer/__init__.pyi +178 -178
  66. bpy/ops/sound/__init__.pyi +14 -14
  67. bpy/ops/spreadsheet/__init__.pyi +8 -8
  68. bpy/ops/surface/__init__.pyi +12 -12
  69. bpy/ops/text/__init__.pyi +86 -86
  70. bpy/ops/text_editor/__init__.pyi +2 -2
  71. bpy/ops/texture/__init__.pyi +8 -8
  72. bpy/ops/transform/__init__.pyi +54 -54
  73. bpy/ops/ui/__init__.pyi +68 -68
  74. bpy/ops/uilist/__init__.pyi +6 -6
  75. bpy/ops/uv/__init__.pyi +98 -98
  76. bpy/ops/view2d/__init__.pyi +28 -28
  77. bpy/ops/view3d/__init__.pyi +134 -134
  78. bpy/ops/wm/__init__.pyi +232 -232
  79. bpy/ops/workspace/__init__.pyi +14 -14
  80. bpy/ops/world/__init__.pyi +4 -4
  81. bpy/types/__init__.pyi +449 -226
  82. bpy/typing/__init__.pyi +1 -0
  83. bpy_extras/object_utils/__init__.pyi +4 -4
  84. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
  85. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +87 -87
  86. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
  87. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
@@ -4,7 +4,7 @@ import typing_extensions
4
4
  import bpy.types
5
5
 
6
6
  def add_point(
7
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
7
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
8
  execution_context: int | str | None = None,
9
9
  undo: bool | None = None,
10
10
  *,
@@ -12,7 +12,7 @@ def add_point(
12
12
  ):
13
13
  """Add New Paint Curve Point
14
14
 
15
- :type override_context: bpy.types.Context | dict[str, typing.Any]
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
16
  :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  :param location: Location, Location of vertex in area space
@@ -20,7 +20,7 @@ def add_point(
20
20
  """
21
21
 
22
22
  def add_point_slide(
23
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
24
  execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
@@ -29,7 +29,7 @@ def add_point_slide(
29
29
  ):
30
30
  """Add new curve point and slide it
31
31
 
32
- :type override_context: bpy.types.Context | dict[str, typing.Any]
32
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
33
33
  :type execution_context: int | str | None
34
34
  :type undo: bool | None
35
35
  :param PAINTCURVE_OT_add_point: Add New Paint Curve Point, Add New Paint Curve Point
@@ -39,55 +39,55 @@ def add_point_slide(
39
39
  """
40
40
 
41
41
  def cursor(
42
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
42
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
43
43
  execution_context: int | str | None = None,
44
44
  undo: bool | None = None,
45
45
  ):
46
46
  """Place cursor
47
47
 
48
- :type override_context: bpy.types.Context | dict[str, typing.Any]
48
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
49
49
  :type execution_context: int | str | None
50
50
  :type undo: bool | None
51
51
  """
52
52
 
53
53
  def delete_point(
54
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
54
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
55
55
  execution_context: int | str | None = None,
56
56
  undo: bool | None = None,
57
57
  ):
58
58
  """Remove Paint Curve Point
59
59
 
60
- :type override_context: bpy.types.Context | dict[str, typing.Any]
60
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
61
61
  :type execution_context: int | str | None
62
62
  :type undo: bool | None
63
63
  """
64
64
 
65
65
  def draw(
66
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
66
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
67
67
  execution_context: int | str | None = None,
68
68
  undo: bool | None = None,
69
69
  ):
70
70
  """Draw curve
71
71
 
72
- :type override_context: bpy.types.Context | dict[str, typing.Any]
72
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
73
73
  :type execution_context: int | str | None
74
74
  :type undo: bool | None
75
75
  """
76
76
 
77
77
  def new(
78
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
78
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
79
79
  execution_context: int | str | None = None,
80
80
  undo: bool | None = None,
81
81
  ):
82
82
  """Add new paint curve
83
83
 
84
- :type override_context: bpy.types.Context | dict[str, typing.Any]
84
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
85
85
  :type execution_context: int | str | None
86
86
  :type undo: bool | None
87
87
  """
88
88
 
89
89
  def select(
90
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
90
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
91
91
  execution_context: int | str | None = None,
92
92
  undo: bool | None = None,
93
93
  *,
@@ -97,7 +97,7 @@ def select(
97
97
  ):
98
98
  """Select a paint curve point
99
99
 
100
- :type override_context: bpy.types.Context | dict[str, typing.Any]
100
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
101
101
  :type execution_context: int | str | None
102
102
  :type undo: bool | None
103
103
  :param location: Location, Location of vertex in area space
@@ -109,7 +109,7 @@ def select(
109
109
  """
110
110
 
111
111
  def slide(
112
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
112
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
113
113
  execution_context: int | str | None = None,
114
114
  undo: bool | None = None,
115
115
  *,
@@ -118,7 +118,7 @@ def slide(
118
118
  ):
119
119
  """Select and slide paint curve point
120
120
 
121
- :type override_context: bpy.types.Context | dict[str, typing.Any]
121
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
122
122
  :type execution_context: int | str | None
123
123
  :type undo: bool | None
124
124
  :param align: Align Handles, Aligns opposite point handle during transform
@@ -4,31 +4,31 @@ import typing_extensions
4
4
  import bpy.types
5
5
 
6
6
  def color_add(
7
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
7
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
8
  execution_context: int | str | None = None,
9
9
  undo: bool | None = None,
10
10
  ):
11
11
  """Add new color to active palette
12
12
 
13
- :type override_context: bpy.types.Context | dict[str, typing.Any]
13
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
14
14
  :type execution_context: int | str | None
15
15
  :type undo: bool | None
16
16
  """
17
17
 
18
18
  def color_delete(
19
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
19
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
20
20
  execution_context: int | str | None = None,
21
21
  undo: bool | None = None,
22
22
  ):
23
23
  """Remove active color from palette
24
24
 
25
- :type override_context: bpy.types.Context | dict[str, typing.Any]
25
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
26
26
  :type execution_context: int | str | None
27
27
  :type undo: bool | None
28
28
  """
29
29
 
30
30
  def color_move(
31
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
31
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
32
32
  execution_context: int | str | None = None,
33
33
  undo: bool | None = None,
34
34
  *,
@@ -36,7 +36,7 @@ def color_move(
36
36
  ):
37
37
  """Move the active Color up/down in the list
38
38
 
39
- :type override_context: bpy.types.Context | dict[str, typing.Any]
39
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
40
40
  :type execution_context: int | str | None
41
41
  :type undo: bool | None
42
42
  :param type: Type
@@ -44,7 +44,7 @@ def color_move(
44
44
  """
45
45
 
46
46
  def extract_from_image(
47
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
47
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
48
48
  execution_context: int | str | None = None,
49
49
  undo: bool | None = None,
50
50
  *,
@@ -52,7 +52,7 @@ def extract_from_image(
52
52
  ):
53
53
  """Extract all colors used in Image and create a Palette
54
54
 
55
- :type override_context: bpy.types.Context | dict[str, typing.Any]
55
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
56
56
  :type execution_context: int | str | None
57
57
  :type undo: bool | None
58
58
  :param threshold: Threshold
@@ -60,7 +60,7 @@ def extract_from_image(
60
60
  """
61
61
 
62
62
  def join(
63
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
63
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
64
64
  execution_context: int | str | None = None,
65
65
  undo: bool | None = None,
66
66
  *,
@@ -68,7 +68,7 @@ def join(
68
68
  ):
69
69
  """Join Palette Swatches
70
70
 
71
- :type override_context: bpy.types.Context | dict[str, typing.Any]
71
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
72
72
  :type execution_context: int | str | None
73
73
  :type undo: bool | None
74
74
  :param palette: Palette, Name of the Palette
@@ -76,19 +76,19 @@ def join(
76
76
  """
77
77
 
78
78
  def new(
79
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
79
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
80
80
  execution_context: int | str | None = None,
81
81
  undo: bool | None = None,
82
82
  ):
83
83
  """Add new palette
84
84
 
85
- :type override_context: bpy.types.Context | dict[str, typing.Any]
85
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
86
86
  :type execution_context: int | str | None
87
87
  :type undo: bool | None
88
88
  """
89
89
 
90
90
  def sort(
91
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
91
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
92
92
  execution_context: int | str | None = None,
93
93
  undo: bool | None = None,
94
94
  *,
@@ -96,7 +96,7 @@ def sort(
96
96
  ):
97
97
  """Sort Palette Colors
98
98
 
99
- :type override_context: bpy.types.Context | dict[str, typing.Any]
99
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
100
100
  :type execution_context: int | str | None
101
101
  :type undo: bool | None
102
102
  :param type: Type