fake-bpy-module 20240928__py3-none-any.whl → 20240930__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 (85) hide show
  1. bl_ui/generic_ui_list/__init__.pyi +2 -2
  2. bmesh/types/__init__.pyi +2 -2
  3. bpy/__init__.pyi +1 -1
  4. bpy/ops/action/__init__.pyi +76 -76
  5. bpy/ops/anim/__init__.pyi +124 -124
  6. bpy/ops/armature/__init__.pyi +96 -96
  7. bpy/ops/asset/__init__.pyi +32 -32
  8. bpy/ops/boid/__init__.pyi +16 -16
  9. bpy/ops/brush/__init__.pyi +26 -26
  10. bpy/ops/buttons/__init__.pyi +12 -12
  11. bpy/ops/cachefile/__init__.pyi +10 -10
  12. bpy/ops/camera/__init__.pyi +4 -4
  13. bpy/ops/clip/__init__.pyi +184 -184
  14. bpy/ops/cloth/__init__.pyi +2 -2
  15. bpy/ops/collection/__init__.pyi +18 -18
  16. bpy/ops/console/__init__.pyi +42 -42
  17. bpy/ops/constraint/__init__.pyi +36 -36
  18. bpy/ops/curve/__init__.pyi +102 -102
  19. bpy/ops/curves/__init__.pyi +54 -54
  20. bpy/ops/cycles/__init__.pyi +6 -6
  21. bpy/ops/dpaint/__init__.pyi +10 -10
  22. bpy/ops/ed/__init__.pyi +24 -24
  23. bpy/ops/export_anim/__init__.pyi +2 -2
  24. bpy/ops/export_scene/__init__.pyi +4 -4
  25. bpy/ops/extensions/__init__.pyi +68 -68
  26. bpy/ops/file/__init__.pyi +80 -80
  27. bpy/ops/fluid/__init__.pyi +28 -28
  28. bpy/ops/font/__init__.pyi +46 -46
  29. bpy/ops/geometry/__init__.pyi +20 -20
  30. bpy/ops/gizmogroup/__init__.pyi +4 -4
  31. bpy/ops/gpencil/__init__.pyi +284 -284
  32. bpy/ops/graph/__init__.pyi +130 -130
  33. bpy/ops/grease_pencil/__init__.pyi +202 -202
  34. bpy/ops/image/__init__.pyi +98 -98
  35. bpy/ops/import_anim/__init__.pyi +2 -2
  36. bpy/ops/import_curve/__init__.pyi +2 -2
  37. bpy/ops/import_scene/__init__.pyi +4 -4
  38. bpy/ops/info/__init__.pyi +14 -14
  39. bpy/ops/lattice/__init__.pyi +16 -16
  40. bpy/ops/marker/__init__.pyi +22 -22
  41. bpy/ops/mask/__init__.pyi +78 -78
  42. bpy/ops/material/__init__.pyi +6 -6
  43. bpy/ops/mball/__init__.pyi +16 -16
  44. bpy/ops/mesh/__init__.pyi +326 -326
  45. bpy/ops/nla/__init__.pyi +78 -78
  46. bpy/ops/node/__init__.pyi +230 -230
  47. bpy/ops/object/__init__.pyi +476 -476
  48. bpy/ops/outliner/__init__.pyi +142 -142
  49. bpy/ops/paint/__init__.pyi +108 -108
  50. bpy/ops/paintcurve/__init__.pyi +16 -16
  51. bpy/ops/palette/__init__.pyi +14 -14
  52. bpy/ops/particle/__init__.pyi +72 -72
  53. bpy/ops/pose/__init__.pyi +102 -102
  54. bpy/ops/poselib/__init__.pyi +18 -18
  55. bpy/ops/preferences/__init__.pyi +70 -70
  56. bpy/ops/ptcache/__init__.pyi +14 -14
  57. bpy/ops/render/__init__.pyi +26 -26
  58. bpy/ops/rigidbody/__init__.pyi +26 -26
  59. bpy/ops/scene/__init__.pyi +74 -74
  60. bpy/ops/screen/__init__.pyi +78 -78
  61. bpy/ops/script/__init__.pyi +6 -6
  62. bpy/ops/sculpt/__init__.pyi +74 -74
  63. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  64. bpy/ops/sequencer/__init__.pyi +178 -178
  65. bpy/ops/sound/__init__.pyi +14 -14
  66. bpy/ops/spreadsheet/__init__.pyi +8 -8
  67. bpy/ops/surface/__init__.pyi +12 -12
  68. bpy/ops/text/__init__.pyi +86 -86
  69. bpy/ops/text_editor/__init__.pyi +2 -2
  70. bpy/ops/texture/__init__.pyi +8 -8
  71. bpy/ops/transform/__init__.pyi +54 -54
  72. bpy/ops/ui/__init__.pyi +68 -68
  73. bpy/ops/uilist/__init__.pyi +6 -6
  74. bpy/ops/uv/__init__.pyi +98 -98
  75. bpy/ops/view2d/__init__.pyi +28 -28
  76. bpy/ops/view3d/__init__.pyi +134 -134
  77. bpy/ops/wm/__init__.pyi +232 -232
  78. bpy/ops/workspace/__init__.pyi +14 -14
  79. bpy/ops/world/__init__.pyi +4 -4
  80. bpy/types/__init__.pyi +333 -298
  81. bpy_extras/object_utils/__init__.pyi +4 -4
  82. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/METADATA +1 -1
  83. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/RECORD +85 -85
  84. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/WHEEL +0 -0
  85. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/top_level.txt +0 -0
@@ -4,19 +4,19 @@ import typing_extensions
4
4
  import bpy.types
5
5
 
6
6
  def 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 a new workspace by duplicating the current one or appending one from the user configuration
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 append_activate(
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
  *,
@@ -25,7 +25,7 @@ def append_activate(
25
25
  ):
26
26
  """Append a workspace and make it the active one in the current window
27
27
 
28
- :type override_context: bpy.types.Context | dict[str, typing.Any]
28
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
29
29
  :type execution_context: int | str | None
30
30
  :type undo: bool | None
31
31
  :param idname: Identifier, Name of the workspace to append and activate
@@ -35,61 +35,61 @@ def append_activate(
35
35
  """
36
36
 
37
37
  def delete(
38
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
38
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
39
39
  execution_context: int | str | None = None,
40
40
  undo: bool | None = None,
41
41
  ):
42
42
  """Delete the active workspace
43
43
 
44
- :type override_context: bpy.types.Context | dict[str, typing.Any]
44
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
45
45
  :type execution_context: int | str | None
46
46
  :type undo: bool | None
47
47
  """
48
48
 
49
49
  def duplicate(
50
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
50
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
51
51
  execution_context: int | str | None = None,
52
52
  undo: bool | None = None,
53
53
  ):
54
54
  """Add a new workspace
55
55
 
56
- :type override_context: bpy.types.Context | dict[str, typing.Any]
56
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
57
57
  :type execution_context: int | str | None
58
58
  :type undo: bool | None
59
59
  """
60
60
 
61
61
  def reorder_to_back(
62
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
62
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
63
63
  execution_context: int | str | None = None,
64
64
  undo: bool | None = None,
65
65
  ):
66
66
  """Reorder workspace to be last in the list
67
67
 
68
- :type override_context: bpy.types.Context | dict[str, typing.Any]
68
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
69
69
  :type execution_context: int | str | None
70
70
  :type undo: bool | None
71
71
  """
72
72
 
73
73
  def reorder_to_front(
74
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
74
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
75
75
  execution_context: int | str | None = None,
76
76
  undo: bool | None = None,
77
77
  ):
78
78
  """Reorder workspace to be first in the list
79
79
 
80
- :type override_context: bpy.types.Context | dict[str, typing.Any]
80
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
81
81
  :type execution_context: int | str | None
82
82
  :type undo: bool | None
83
83
  """
84
84
 
85
85
  def scene_pin_toggle(
86
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
86
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
87
87
  execution_context: int | str | None = None,
88
88
  undo: bool | None = None,
89
89
  ):
90
90
  """Remember the last used scene for the current workspace and switch to it whenever this workspace is activated again
91
91
 
92
- :type override_context: bpy.types.Context | dict[str, typing.Any]
92
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
93
93
  :type execution_context: int | str | None
94
94
  :type undo: bool | None
95
95
  """
@@ -4,25 +4,25 @@ import typing_extensions
4
4
  import bpy.types
5
5
 
6
6
  def convert_volume_to_mesh(
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
  """Convert the volume of a world to a mesh. The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly
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 new(
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
  """Create a new world Data-Block
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
  """