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 color_management_white_balance_preset_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
  *,
@@ -14,7 +14,7 @@ def color_management_white_balance_preset_add(
14
14
  ):
15
15
  """Add or remove a white balance preset
16
16
 
17
- :type override_context: bpy.types.Context | dict[str, typing.Any]
17
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
18
  :type execution_context: int | str | None
19
19
  :type undo: bool | None
20
20
  :param name: Name, Name of the preset, used to make the path name
@@ -26,7 +26,7 @@ def color_management_white_balance_preset_add(
26
26
  """
27
27
 
28
28
  def cycles_integrator_preset_add(
29
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
29
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
30
30
  execution_context: int | str | None = None,
31
31
  undo: bool | None = None,
32
32
  *,
@@ -36,7 +36,7 @@ def cycles_integrator_preset_add(
36
36
  ):
37
37
  """Add an Integrator Preset
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 name: Name, Name of the preset, used to make the path name
@@ -48,7 +48,7 @@ def cycles_integrator_preset_add(
48
48
  """
49
49
 
50
50
  def cycles_performance_preset_add(
51
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
51
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
52
52
  execution_context: int | str | None = None,
53
53
  undo: bool | None = None,
54
54
  *,
@@ -58,7 +58,7 @@ def cycles_performance_preset_add(
58
58
  ):
59
59
  """Add an Performance Preset
60
60
 
61
- :type override_context: bpy.types.Context | dict[str, typing.Any]
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
62
62
  :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  :param name: Name, Name of the preset, used to make the path name
@@ -70,7 +70,7 @@ def cycles_performance_preset_add(
70
70
  """
71
71
 
72
72
  def cycles_sampling_preset_add(
73
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
73
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
74
74
  execution_context: int | str | None = None,
75
75
  undo: bool | None = None,
76
76
  *,
@@ -80,7 +80,7 @@ def cycles_sampling_preset_add(
80
80
  ):
81
81
  """Add a Sampling Preset
82
82
 
83
- :type override_context: bpy.types.Context | dict[str, typing.Any]
83
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
84
84
  :type execution_context: int | str | None
85
85
  :type undo: bool | None
86
86
  :param name: Name, Name of the preset, used to make the path name
@@ -92,7 +92,7 @@ def cycles_sampling_preset_add(
92
92
  """
93
93
 
94
94
  def cycles_viewport_sampling_preset_add(
95
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
95
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
96
96
  execution_context: int | str | None = None,
97
97
  undo: bool | None = None,
98
98
  *,
@@ -102,7 +102,7 @@ def cycles_viewport_sampling_preset_add(
102
102
  ):
103
103
  """Add a Viewport Sampling Preset
104
104
 
105
- :type override_context: bpy.types.Context | dict[str, typing.Any]
105
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
106
106
  :type execution_context: int | str | None
107
107
  :type undo: bool | None
108
108
  :param name: Name, Name of the preset, used to make the path name
@@ -114,7 +114,7 @@ def cycles_viewport_sampling_preset_add(
114
114
  """
115
115
 
116
116
  def eevee_raytracing_preset_add(
117
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
117
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
118
118
  execution_context: int | str | None = None,
119
119
  undo: bool | None = None,
120
120
  *,
@@ -124,7 +124,7 @@ def eevee_raytracing_preset_add(
124
124
  ):
125
125
  """Add or remove an EEVEE ray-tracing preset
126
126
 
127
- :type override_context: bpy.types.Context | dict[str, typing.Any]
127
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
128
128
  :type execution_context: int | str | None
129
129
  :type undo: bool | None
130
130
  :param name: Name, Name of the preset, used to make the path name
@@ -136,7 +136,7 @@ def eevee_raytracing_preset_add(
136
136
  """
137
137
 
138
138
  def opengl(
139
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
139
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
140
140
  execution_context: int | str | None = None,
141
141
  undo: bool | None = None,
142
142
  *,
@@ -148,7 +148,7 @@ def opengl(
148
148
  ):
149
149
  """Take a snapshot of the active viewport
150
150
 
151
- :type override_context: bpy.types.Context | dict[str, typing.Any]
151
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
152
152
  :type execution_context: int | str | None
153
153
  :type undo: bool | None
154
154
  :param animation: Animation, Render files from the animation range of this scene
@@ -164,19 +164,19 @@ def opengl(
164
164
  """
165
165
 
166
166
  def play_rendered_anim(
167
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
167
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
168
168
  execution_context: int | str | None = None,
169
169
  undo: bool | None = None,
170
170
  ):
171
171
  """Play back rendered frames/movies using an external player
172
172
 
173
- :type override_context: bpy.types.Context | dict[str, typing.Any]
173
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
174
174
  :type execution_context: int | str | None
175
175
  :type undo: bool | None
176
176
  """
177
177
 
178
178
  def preset_add(
179
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
179
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
180
180
  execution_context: int | str | None = None,
181
181
  undo: bool | None = None,
182
182
  *,
@@ -186,7 +186,7 @@ def preset_add(
186
186
  ):
187
187
  """Add or remove a Render Preset
188
188
 
189
- :type override_context: bpy.types.Context | dict[str, typing.Any]
189
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
190
190
  :type execution_context: int | str | None
191
191
  :type undo: bool | None
192
192
  :param name: Name, Name of the preset, used to make the path name
@@ -198,7 +198,7 @@ def preset_add(
198
198
  """
199
199
 
200
200
  def render(
201
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
201
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
202
202
  execution_context: int | str | None = None,
203
203
  undo: bool | None = None,
204
204
  *,
@@ -210,7 +210,7 @@ def render(
210
210
  ):
211
211
  """Render active scene
212
212
 
213
- :type override_context: bpy.types.Context | dict[str, typing.Any]
213
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
214
214
  :type execution_context: int | str | None
215
215
  :type undo: bool | None
216
216
  :param animation: Animation, Render files from the animation range of this scene
@@ -226,7 +226,7 @@ def render(
226
226
  """
227
227
 
228
228
  def shutter_curve_preset(
229
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
229
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
230
230
  execution_context: int | str | None = None,
231
231
  undo: bool | None = None,
232
232
  *,
@@ -235,7 +235,7 @@ def shutter_curve_preset(
235
235
  ):
236
236
  """Set shutter curve
237
237
 
238
- :type override_context: bpy.types.Context | dict[str, typing.Any]
238
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
239
239
  :type execution_context: int | str | None
240
240
  :type undo: bool | None
241
241
  :param shape: Mode
@@ -243,25 +243,25 @@ def shutter_curve_preset(
243
243
  """
244
244
 
245
245
  def view_cancel(
246
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
246
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
247
247
  execution_context: int | str | None = None,
248
248
  undo: bool | None = None,
249
249
  ):
250
250
  """Cancel show render view
251
251
 
252
- :type override_context: bpy.types.Context | dict[str, typing.Any]
252
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
253
253
  :type execution_context: int | str | None
254
254
  :type undo: bool | None
255
255
  """
256
256
 
257
257
  def view_show(
258
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
258
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
259
259
  execution_context: int | str | None = None,
260
260
  undo: bool | None = None,
261
261
  ):
262
262
  """Toggle show render view
263
263
 
264
- :type override_context: bpy.types.Context | dict[str, typing.Any]
264
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
265
265
  :type execution_context: int | str | None
266
266
  :type undo: bool | None
267
267
  """
@@ -5,7 +5,7 @@ import bpy.types
5
5
  import bpy.typing
6
6
 
7
7
  def bake_to_keyframes(
8
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
8
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
9
9
  execution_context: int | str | None = None,
10
10
  undo: bool | None = None,
11
11
  *,
@@ -15,7 +15,7 @@ def bake_to_keyframes(
15
15
  ):
16
16
  """Bake rigid body transformations of selected objects to keyframes
17
17
 
18
- :type override_context: bpy.types.Context | dict[str, typing.Any]
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
19
  :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param frame_start: Start Frame, Start frame for baking
@@ -27,7 +27,7 @@ def bake_to_keyframes(
27
27
  """
28
28
 
29
29
  def connect(
30
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
30
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
31
31
  execution_context: int | str | None = None,
32
32
  undo: bool | None = None,
33
33
  *,
@@ -48,7 +48,7 @@ def connect(
48
48
  ):
49
49
  """Create rigid body constraints between selected rigid bodies
50
50
 
51
- :type override_context: bpy.types.Context | dict[str, typing.Any]
51
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
52
52
  :type execution_context: int | str | None
53
53
  :type undo: bool | None
54
54
  :param con_type: Type, Type of generated constraint
@@ -99,7 +99,7 @@ def connect(
99
99
  """
100
100
 
101
101
  def constraint_add(
102
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
102
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
103
103
  execution_context: int | str | None = None,
104
104
  undo: bool | None = None,
105
105
  *,
@@ -107,7 +107,7 @@ def constraint_add(
107
107
  ):
108
108
  """Add Rigid Body Constraint to active object
109
109
 
110
- :type override_context: bpy.types.Context | dict[str, typing.Any]
110
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
111
111
  :type execution_context: int | str | None
112
112
  :type undo: bool | None
113
113
  :param type: Rigid Body Constraint Type
@@ -115,19 +115,19 @@ def constraint_add(
115
115
  """
116
116
 
117
117
  def constraint_remove(
118
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
118
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
119
119
  execution_context: int | str | None = None,
120
120
  undo: bool | None = None,
121
121
  ):
122
122
  """Remove Rigid Body Constraint from Object
123
123
 
124
- :type override_context: bpy.types.Context | dict[str, typing.Any]
124
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
125
125
  :type execution_context: int | str | None
126
126
  :type undo: bool | None
127
127
  """
128
128
 
129
129
  def mass_calculate(
130
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
130
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
131
131
  execution_context: int | str | None = None,
132
132
  undo: bool | None = None,
133
133
  *,
@@ -136,7 +136,7 @@ def mass_calculate(
136
136
  ):
137
137
  """Automatically calculate mass values for Rigid Body Objects based on volume
138
138
 
139
- :type override_context: bpy.types.Context | dict[str, typing.Any]
139
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
140
140
  :type execution_context: int | str | None
141
141
  :type undo: bool | None
142
142
  :param material: Material Preset, Type of material that objects are made of (determines material density)
@@ -146,7 +146,7 @@ def mass_calculate(
146
146
  """
147
147
 
148
148
  def object_add(
149
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
149
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
150
150
  execution_context: int | str | None = None,
151
151
  undo: bool | None = None,
152
152
  *,
@@ -154,7 +154,7 @@ def object_add(
154
154
  ):
155
155
  """Add active object as Rigid Body
156
156
 
157
- :type override_context: bpy.types.Context | dict[str, typing.Any]
157
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
158
158
  :type execution_context: int | str | None
159
159
  :type undo: bool | None
160
160
  :param type: Rigid Body Type
@@ -162,31 +162,31 @@ def object_add(
162
162
  """
163
163
 
164
164
  def object_remove(
165
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
165
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
166
166
  execution_context: int | str | None = None,
167
167
  undo: bool | None = None,
168
168
  ):
169
169
  """Remove Rigid Body settings from Object
170
170
 
171
- :type override_context: bpy.types.Context | dict[str, typing.Any]
171
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
172
172
  :type execution_context: int | str | None
173
173
  :type undo: bool | None
174
174
  """
175
175
 
176
176
  def object_settings_copy(
177
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
177
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
178
178
  execution_context: int | str | None = None,
179
179
  undo: bool | None = None,
180
180
  ):
181
181
  """Copy Rigid Body settings from active object to selected
182
182
 
183
- :type override_context: bpy.types.Context | dict[str, typing.Any]
183
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
184
184
  :type execution_context: int | str | None
185
185
  :type undo: bool | None
186
186
  """
187
187
 
188
188
  def objects_add(
189
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
189
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
190
190
  execution_context: int | str | None = None,
191
191
  undo: bool | None = None,
192
192
  *,
@@ -194,7 +194,7 @@ def objects_add(
194
194
  ):
195
195
  """Add selected objects as Rigid Bodies
196
196
 
197
- :type override_context: bpy.types.Context | dict[str, typing.Any]
197
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
198
198
  :type execution_context: int | str | None
199
199
  :type undo: bool | None
200
200
  :param type: Rigid Body Type
@@ -202,19 +202,19 @@ def objects_add(
202
202
  """
203
203
 
204
204
  def objects_remove(
205
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
205
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
206
206
  execution_context: int | str | None = None,
207
207
  undo: bool | None = None,
208
208
  ):
209
209
  """Remove selected objects from Rigid Body simulation
210
210
 
211
- :type override_context: bpy.types.Context | dict[str, typing.Any]
211
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
212
212
  :type execution_context: int | str | None
213
213
  :type undo: bool | None
214
214
  """
215
215
 
216
216
  def shape_change(
217
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
217
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
218
218
  execution_context: int | str | None = None,
219
219
  undo: bool | None = None,
220
220
  *,
@@ -222,7 +222,7 @@ def shape_change(
222
222
  ):
223
223
  """Change collision shapes for selected Rigid Body Objects
224
224
 
225
- :type override_context: bpy.types.Context | dict[str, typing.Any]
225
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
226
226
  :type execution_context: int | str | None
227
227
  :type undo: bool | None
228
228
  :param type: Rigid Body Shape
@@ -230,25 +230,25 @@ def shape_change(
230
230
  """
231
231
 
232
232
  def world_add(
233
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
233
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
234
234
  execution_context: int | str | None = None,
235
235
  undo: bool | None = None,
236
236
  ):
237
237
  """Add Rigid Body simulation world to the current scene
238
238
 
239
- :type override_context: bpy.types.Context | dict[str, typing.Any]
239
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
240
240
  :type execution_context: int | str | None
241
241
  :type undo: bool | None
242
242
  """
243
243
 
244
244
  def world_remove(
245
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
245
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
246
246
  execution_context: int | str | None = None,
247
247
  undo: bool | None = None,
248
248
  ):
249
249
  """Remove Rigid Body simulation world from the current scene
250
250
 
251
- :type override_context: bpy.types.Context | dict[str, typing.Any]
251
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
252
252
  :type execution_context: int | str | None
253
253
  :type undo: bool | None
254
254
  """