fake-bpy-module 20250630__py3-none-any.whl → 20250827__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +47 -15
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +148 -38
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +58124 -41707
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250827.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250630.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
bpy/ops/ed/__init__.pyi CHANGED
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def flush_edits(
7
- execution_context: int | str | None = None, undo: bool | None = None
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
8
10
  ) -> None:
9
11
  """Flush edit data from active editing modes
10
12
 
@@ -13,7 +15,9 @@ def flush_edits(
13
15
  """
14
16
 
15
17
  def lib_id_fake_user_toggle(
16
- execution_context: int | str | None = None, undo: bool | None = None
18
+ execution_context: int | str | None = None,
19
+ undo: bool | None = None,
20
+ /,
17
21
  ) -> None:
18
22
  """Save this data-block even if it has no users
19
23
 
@@ -22,7 +26,9 @@ def lib_id_fake_user_toggle(
22
26
  """
23
27
 
24
28
  def lib_id_generate_preview(
25
- execution_context: int | str | None = None, undo: bool | None = None
29
+ execution_context: int | str | None = None,
30
+ undo: bool | None = None,
31
+ /,
26
32
  ) -> None:
27
33
  """Create an automatic preview for the selected data-block
28
34
 
@@ -31,7 +37,9 @@ def lib_id_generate_preview(
31
37
  """
32
38
 
33
39
  def lib_id_generate_preview_from_object(
34
- execution_context: int | str | None = None, undo: bool | None = None
40
+ execution_context: int | str | None = None,
41
+ undo: bool | None = None,
42
+ /,
35
43
  ) -> None:
36
44
  """Create a preview for this asset by rendering the active object
37
45
 
@@ -139,7 +147,9 @@ def lib_id_load_custom_preview(
139
147
  """
140
148
 
141
149
  def lib_id_override_editable_toggle(
142
- execution_context: int | str | None = None, undo: bool | None = None
150
+ execution_context: int | str | None = None,
151
+ undo: bool | None = None,
152
+ /,
143
153
  ) -> None:
144
154
  """Set if this library override data-block can be edited
145
155
 
@@ -148,7 +158,9 @@ def lib_id_override_editable_toggle(
148
158
  """
149
159
 
150
160
  def lib_id_remove_preview(
151
- execution_context: int | str | None = None, undo: bool | None = None
161
+ execution_context: int | str | None = None,
162
+ undo: bool | None = None,
163
+ /,
152
164
  ) -> None:
153
165
  """Remove the preview of this data-block
154
166
 
@@ -157,7 +169,9 @@ def lib_id_remove_preview(
157
169
  """
158
170
 
159
171
  def lib_id_unlink(
160
- execution_context: int | str | None = None, undo: bool | None = None
172
+ execution_context: int | str | None = None,
173
+ undo: bool | None = None,
174
+ /,
161
175
  ) -> None:
162
176
  """Remove a usage of a data-block, clearing the assignment
163
177
 
@@ -165,14 +179,22 @@ def lib_id_unlink(
165
179
  :type undo: bool | None
166
180
  """
167
181
 
168
- def redo(execution_context: int | str | None = None, undo: bool | None = None) -> None:
182
+ def redo(
183
+ execution_context: int | str | None = None,
184
+ undo: bool | None = None,
185
+ /,
186
+ ) -> None:
169
187
  """Redo previous action
170
188
 
171
189
  :type execution_context: int | str | None
172
190
  :type undo: bool | None
173
191
  """
174
192
 
175
- def undo(execution_context: int | str | None = None, undo: bool | None = None) -> None:
193
+ def undo(
194
+ execution_context: int | str | None = None,
195
+ undo: bool | None = None,
196
+ /,
197
+ ) -> None:
176
198
  """Undo previous action
177
199
 
178
200
  :type execution_context: int | str | None
@@ -210,7 +232,9 @@ def undo_push(
210
232
  """
211
233
 
212
234
  def undo_redo(
213
- execution_context: int | str | None = None, undo: bool | None = None
235
+ execution_context: int | str | None = None,
236
+ undo: bool | None = None,
237
+ /,
214
238
  ) -> None:
215
239
  """Undo and redo previous action
216
240
 
@@ -100,7 +100,7 @@ def fbx(
100
100
  :type apply_scale_options: typing.Literal['FBX_SCALE_NONE','FBX_SCALE_UNITS','FBX_SCALE_CUSTOM','FBX_SCALE_ALL'] | None
101
101
  :param use_space_transform: Use Space Transform, Apply global space transform to the object rotations. When disabled only the axis space is written to the file and all object transforms are left as-is
102
102
  :type use_space_transform: bool | None
103
- :param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with Blender's space (WARNING! experimental option, use at own risk, known to be broken with armatures/animations)
103
+ :param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with Blenders space (WARNING! experimental option, use at own risk, known to be broken with armatures/animations)
104
104
  :type bake_space_transform: bool | None
105
105
  :param object_types: Object Types, Which kind of object to export
106
106
 
@@ -126,7 +126,7 @@ def fbx(
126
126
  :type use_mesh_modifiers: bool | None
127
127
  :param use_mesh_modifiers_render: Use Modifiers Render Setting, Use render settings when applying modifiers to mesh objects (DISABLED in Blender 2.8)
128
128
  :type use_mesh_modifiers_render: bool | None
129
- :param mesh_smooth_type: Smoothing, Export smoothing information (prefer 'Normals Only' option if your target importer understands custom normals)
129
+ :param mesh_smooth_type: Smoothing, Export smoothing information (prefer Normals Only option if your target importer understands custom normals)
130
130
 
131
131
  OFF
132
132
  Normals Only -- Export only normals instead of writing edge or face smoothing data.
@@ -153,7 +153,7 @@ def fbx(
153
153
  :type colors_type: typing.Literal['NONE','SRGB','LINEAR'] | None
154
154
  :param prioritize_active_color: Prioritize Active Color, Make sure active color will be exported first. Could be important since some other software can discard other color attributes besides the first one
155
155
  :type prioritize_active_color: bool | None
156
- :param use_subsurf: Export Subdivision Surface, Export the last Catmull-Rom subdivision modifier as FBX subdivision (does not apply the modifier even if 'Apply Modifiers' is enabled)
156
+ :param use_subsurf: Export Subdivision Surface, Export the last Catmull-Rom subdivision modifier as FBX subdivision (does not apply the modifier even if Apply Modifiers is enabled)
157
157
  :type use_subsurf: bool | None
158
158
  :param use_mesh_edges: Loose Edges, Export loose edges (as two-vertices polygons)
159
159
  :type use_mesh_edges: bool | None
@@ -171,24 +171,24 @@ def fbx(
171
171
  :type secondary_bone_axis: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
172
172
  :param use_armature_deform_only: Only Deform Bones, Only write deforming bones (and non-deforming ones when they have deforming children)
173
173
  :type use_armature_deform_only: bool | None
174
- :param armature_nodetype: Armature FBXNode Type, FBX type of node (object) used to represent Blender's armatures (use the Null type unless you experience issues with the other app, as other choices may not import back perfectly into Blender...)
174
+ :param armature_nodetype: Armature FBXNode Type, FBX type of node (object) used to represent Blenders armatures (use the Null type unless you experience issues with the other app, as other choices may not import back perfectly into Blender...)
175
175
 
176
176
  NULL
177
- Null -- 'Null' FBX node, similar to Blender's Empty (default).
177
+ Null -- Null FBX node, similar to Blenders Empty (default).
178
178
 
179
179
  ROOT
180
- Root -- 'Root' FBX node, supposed to be the root of chains of bones....
180
+ Root -- Root FBX node, supposed to be the root of chains of bones....
181
181
 
182
182
  LIMBNODE
183
- LimbNode -- 'LimbNode' FBX node, a regular joint between two bones....
183
+ LimbNode -- LimbNode FBX node, a regular joint between two bones....
184
184
  :type armature_nodetype: typing.Literal['NULL','ROOT','LIMBNODE'] | None
185
185
  :param bake_anim: Baked Animation, Export baked keyframe animation
186
186
  :type bake_anim: bool | None
187
187
  :param bake_anim_use_all_bones: Key All Bones, Force exporting at least one key of animation for all bones (needed with some target applications, like UE4)
188
188
  :type bake_anim_use_all_bones: bool | None
189
- :param bake_anim_use_nla_strips: NLA Strips, Export each non-muted NLA strip as a separated FBX's AnimStack, if any, instead of global scene animation
189
+ :param bake_anim_use_nla_strips: NLA Strips, Export each non-muted NLA strip as a separated FBXs AnimStack, if any, instead of global scene animation
190
190
  :type bake_anim_use_nla_strips: bool | None
191
- :param bake_anim_use_all_actions: All Actions, Export each action as a separated FBX's AnimStack, instead of global scene animation (note that animated objects will get all actions compatible with them, others will get no animation at all)
191
+ :param bake_anim_use_all_actions: All Actions, Export each action as a separated FBXs AnimStack, instead of global scene animation (note that animated objects will get all actions compatible with them, others will get no animation at all)
192
192
  :type bake_anim_use_all_actions: bool | None
193
193
  :param bake_anim_force_startend_keying: Force Start/End Keying, Always add a keyframe at start and end of actions for animated channels
194
194
  :type bake_anim_force_startend_keying: bool | None
@@ -205,13 +205,13 @@ def fbx(
205
205
  Absolute -- Always write absolute paths.
206
206
 
207
207
  RELATIVE
208
- Relative -- Always write relative paths (where possible).
208
+ Relative -- Write relative paths where possible.
209
209
 
210
210
  MATCH
211
211
  Match -- Match absolute/relative setting with input path.
212
212
 
213
213
  STRIP
214
- Strip Path -- Filename only.
214
+ Strip -- Filename only.
215
215
 
216
216
  COPY
217
217
  Copy -- Copy the file to the destination path (or subdirectory).
@@ -455,7 +455,7 @@ def gltf(
455
455
  WebP Format -- Save images as WebPs as main image (no fallback).
456
456
 
457
457
  NONE
458
- None -- Don't export images.
458
+ None -- Dont export images.
459
459
  :type export_image_format: typing.Literal['AUTO','JPEG','WEBP','NONE'] | None
460
460
  :param export_image_add_webp: Create WebP, Creates WebP textures for every texture. For already WebP textures, nothing happens
461
461
  :type export_image_add_webp: bool | None
@@ -577,7 +577,7 @@ def gltf(
577
577
  STEP
578
578
  Step -- No interpolation between keyframes.
579
579
  :type export_sampling_interpolation_fallback: typing.Literal['LINEAR','STEP'] | None
580
- :param export_pointer_animation: Export Animation Pointer (Experimental), Export material, Light & Camera animation as Animation Pointer. Available only for baked animation mode 'NLA Tracks' and 'Scene'
580
+ :param export_pointer_animation: Export Animation Pointer (Experimental), Export material, Light & Camera animation as Animation Pointer. Available only for baked animation mode NLA Tracks and Scene
581
581
  :type export_pointer_animation: bool | None
582
582
  :param export_animation_mode: Animation Mode, Export Animation mode
583
583
 
@@ -645,7 +645,7 @@ def gltf(
645
645
  :type export_reset_pose_bones: bool | None
646
646
  :param export_current_frame: Use Current Frame as Object Rest Transformations, Export the scene in the current animation frame. When off, frame 0 is used as rest transformations for objects
647
647
  :type export_current_frame: bool | None
648
- :param export_rest_position_armature: Use Rest Position Armature, Export armatures using rest position as joints' rest pose. When off, current frame pose is used as rest pose
648
+ :param export_rest_position_armature: Use Rest Position Armature, Export armatures using rest position as joints rest pose. When off, current frame pose is used as rest pose
649
649
  :type export_rest_position_armature: bool | None
650
650
  :param export_anim_scene_split_object: Split Animation by Object, Export Scene as seen in Viewport, But split animation by Object
651
651
  :type export_anim_scene_split_object: bool | None
@@ -677,7 +677,7 @@ def gltf(
677
677
  :type export_action_filter: bool | None
678
678
  :param export_convert_animation_pointer: Convert TRS/Weights to Animation Pointer, Export TRS and weights as Animation Pointer. Using KHR_animation_pointer extension
679
679
  :type export_convert_animation_pointer: bool | None
680
- :param export_nla_strips: Group by NLA Track, When on, multiple actions become part of the same glTF animation if they're pushed onto NLA tracks with the same name. When off, all the currently assigned actions become one glTF animation
680
+ :param export_nla_strips: Group by NLA Track, When on, multiple actions become part of the same glTF animation if theyre pushed onto NLA tracks with the same name. When off, all the currently assigned actions become one glTF animation
681
681
  :type export_nla_strips: bool | None
682
682
  :param export_original_specular: Export Original PBR Specular, Export original glTF PBR Specular, instead of Blender Principled Shader Specular
683
683
  :type export_original_specular: bool | None
@@ -5,7 +5,9 @@ import numpy.typing as npt
5
5
  import bpy.types
6
6
 
7
7
  def package_disable(
8
- execution_context: int | str | None = None, undo: bool | None = None
8
+ execution_context: int | str | None = None,
9
+ undo: bool | None = None,
10
+ /,
9
11
  ) -> None:
10
12
  """Turn off this extension
11
13
 
@@ -117,7 +119,9 @@ def package_mark_clear(
117
119
  """
118
120
 
119
121
  def package_mark_clear_all(
120
- execution_context: int | str | None = None, undo: bool | None = None
122
+ execution_context: int | str | None = None,
123
+ undo: bool | None = None,
124
+ /,
121
125
  ) -> None:
122
126
  """Undocumented, consider contributing.
123
127
 
@@ -144,7 +148,9 @@ def package_mark_set(
144
148
  """
145
149
 
146
150
  def package_mark_set_all(
147
- execution_context: int | str | None = None, undo: bool | None = None
151
+ execution_context: int | str | None = None,
152
+ undo: bool | None = None,
153
+ /,
148
154
  ) -> None:
149
155
  """Undocumented, consider contributing.
150
156
 
@@ -153,7 +159,9 @@ def package_mark_set_all(
153
159
  """
154
160
 
155
161
  def package_obsolete_marked(
156
- execution_context: int | str | None = None, undo: bool | None = None
162
+ execution_context: int | str | None = None,
163
+ undo: bool | None = None,
164
+ /,
157
165
  ) -> None:
158
166
  """Zeroes package versions, useful for development - to test upgrading
159
167
 
@@ -273,7 +281,9 @@ def package_uninstall(
273
281
  """
274
282
 
275
283
  def package_uninstall_marked(
276
- execution_context: int | str | None = None, undo: bool | None = None
284
+ execution_context: int | str | None = None,
285
+ undo: bool | None = None,
286
+ /,
277
287
  ) -> None:
278
288
  """Undocumented, consider contributing.
279
289
 
@@ -282,7 +292,9 @@ def package_uninstall_marked(
282
292
  """
283
293
 
284
294
  def package_uninstall_system(
285
- execution_context: int | str | None = None, undo: bool | None = None
295
+ execution_context: int | str | None = None,
296
+ undo: bool | None = None,
297
+ /,
286
298
  ) -> None:
287
299
  """Undocumented, consider contributing.
288
300
 
@@ -321,7 +333,9 @@ def repo_enable_from_drop(
321
333
  """
322
334
 
323
335
  def repo_lock_all(
324
- execution_context: int | str | None = None, undo: bool | None = None
336
+ execution_context: int | str | None = None,
337
+ undo: bool | None = None,
338
+ /,
325
339
  ) -> None:
326
340
  """Lock repositories - to test locking
327
341
 
@@ -378,7 +392,9 @@ def repo_sync_all(
378
392
  """
379
393
 
380
394
  def repo_unlock(
381
- execution_context: int | str | None = None, undo: bool | None = None
395
+ execution_context: int | str | None = None,
396
+ undo: bool | None = None,
397
+ /,
382
398
  ) -> None:
383
399
  """Remove the repository file-system lock
384
400
 
@@ -387,7 +403,9 @@ def repo_unlock(
387
403
  """
388
404
 
389
405
  def repo_unlock_all(
390
- execution_context: int | str | None = None, undo: bool | None = None
406
+ execution_context: int | str | None = None,
407
+ undo: bool | None = None,
408
+ /,
391
409
  ) -> None:
392
410
  """Unlock repositories - to test unlocking
393
411
 
@@ -396,7 +414,9 @@ def repo_unlock_all(
396
414
  """
397
415
 
398
416
  def status_clear(
399
- execution_context: int | str | None = None, undo: bool | None = None
417
+ execution_context: int | str | None = None,
418
+ undo: bool | None = None,
419
+ /,
400
420
  ) -> None:
401
421
  """Undocumented, consider contributing.
402
422
 
@@ -405,7 +425,9 @@ def status_clear(
405
425
  """
406
426
 
407
427
  def status_clear_errors(
408
- execution_context: int | str | None = None, undo: bool | None = None
428
+ execution_context: int | str | None = None,
429
+ undo: bool | None = None,
430
+ /,
409
431
  ) -> None:
410
432
  """Undocumented, consider contributing.
411
433
 
@@ -414,7 +436,9 @@ def status_clear_errors(
414
436
  """
415
437
 
416
438
  def userpref_allow_online(
417
- execution_context: int | str | None = None, undo: bool | None = None
439
+ execution_context: int | str | None = None,
440
+ undo: bool | None = None,
441
+ /,
418
442
  ) -> None:
419
443
  """Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
420
444
 
@@ -423,7 +447,9 @@ def userpref_allow_online(
423
447
  """
424
448
 
425
449
  def userpref_allow_online_popup(
426
- execution_context: int | str | None = None, undo: bool | None = None
450
+ execution_context: int | str | None = None,
451
+ undo: bool | None = None,
452
+ /,
427
453
  ) -> None:
428
454
  """Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
429
455
 
@@ -432,7 +458,9 @@ def userpref_allow_online_popup(
432
458
  """
433
459
 
434
460
  def userpref_show_for_update(
435
- execution_context: int | str | None = None, undo: bool | None = None
461
+ execution_context: int | str | None = None,
462
+ undo: bool | None = None,
463
+ /,
436
464
  ) -> None:
437
465
  """Open extensions preferences
438
466
 
@@ -441,7 +469,9 @@ def userpref_show_for_update(
441
469
  """
442
470
 
443
471
  def userpref_show_online(
444
- execution_context: int | str | None = None, undo: bool | None = None
472
+ execution_context: int | str | None = None,
473
+ undo: bool | None = None,
474
+ /,
445
475
  ) -> None:
446
476
  """Show system preferences "Network" panel to allow online access
447
477
 
bpy/ops/file/__init__.pyi CHANGED
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def autopack_toggle(
7
- execution_context: int | str | None = None, undo: bool | None = None
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
8
10
  ) -> None:
9
11
  """Automatically pack all external files into the .blend file
10
12
 
@@ -13,7 +15,9 @@ def autopack_toggle(
13
15
  """
14
16
 
15
17
  def bookmark_add(
16
- execution_context: int | str | None = None, undo: bool | None = None
18
+ execution_context: int | str | None = None,
19
+ undo: bool | None = None,
20
+ /,
17
21
  ) -> None:
18
22
  """Add a bookmark for the selected/active directory
19
23
 
@@ -22,7 +26,9 @@ def bookmark_add(
22
26
  """
23
27
 
24
28
  def bookmark_cleanup(
25
- execution_context: int | str | None = None, undo: bool | None = None
29
+ execution_context: int | str | None = None,
30
+ undo: bool | None = None,
31
+ /,
26
32
  ) -> None:
27
33
  """Delete all invalid bookmarks
28
34
 
@@ -73,7 +79,9 @@ def bookmark_move(
73
79
  """
74
80
 
75
81
  def cancel(
76
- execution_context: int | str | None = None, undo: bool | None = None
82
+ execution_context: int | str | None = None,
83
+ undo: bool | None = None,
84
+ /,
77
85
  ) -> None:
78
86
  """Cancel file operation
79
87
 
@@ -82,7 +90,9 @@ def cancel(
82
90
  """
83
91
 
84
92
  def delete(
85
- execution_context: int | str | None = None, undo: bool | None = None
93
+ execution_context: int | str | None = None,
94
+ undo: bool | None = None,
95
+ /,
86
96
  ) -> None:
87
97
  """Move selected files to the trash or recycle bin
88
98
 
@@ -112,7 +122,9 @@ def directory_new(
112
122
  """
113
123
 
114
124
  def edit_directory_path(
115
- execution_context: int | str | None = None, undo: bool | None = None
125
+ execution_context: int | str | None = None,
126
+ undo: bool | None = None,
127
+ /,
116
128
  ) -> None:
117
129
  """Start editing directory field
118
130
 
@@ -121,7 +133,9 @@ def edit_directory_path(
121
133
  """
122
134
 
123
135
  def execute(
124
- execution_context: int | str | None = None, undo: bool | None = None
136
+ execution_context: int | str | None = None,
137
+ undo: bool | None = None,
138
+ /,
125
139
  ) -> None:
126
140
  """Execute selected file
127
141
 
@@ -134,7 +148,6 @@ def external_operation(
134
148
  undo: bool | None = None,
135
149
  /,
136
150
  *,
137
- filepath: str = "",
138
151
  operation: typing.Literal[
139
152
  "OPEN",
140
153
  "FOLDER_OPEN",
@@ -158,9 +171,7 @@ def external_operation(
158
171
 
159
172
  :type execution_context: int | str | None
160
173
  :type undo: bool | None
161
- :param filepath: File or folder path
162
- :type filepath: str
163
- :param operation: Operation, Operation to perform on the file or path
174
+ :param operation: Operation, Operation to perform on the selected file or path
164
175
 
165
176
  OPEN
166
177
  Open -- Open the file.
@@ -335,7 +346,9 @@ def find_missing_files(
335
346
  """
336
347
 
337
348
  def hidedot(
338
- execution_context: int | str | None = None, undo: bool | None = None
349
+ execution_context: int | str | None = None,
350
+ undo: bool | None = None,
351
+ /,
339
352
  ) -> None:
340
353
  """Toggle hide hidden dot files
341
354
 
@@ -344,7 +357,9 @@ def hidedot(
344
357
  """
345
358
 
346
359
  def highlight(
347
- execution_context: int | str | None = None, undo: bool | None = None
360
+ execution_context: int | str | None = None,
361
+ undo: bool | None = None,
362
+ /,
348
363
  ) -> None:
349
364
  """Highlight selected file(s)
350
365
 
@@ -353,7 +368,9 @@ def highlight(
353
368
  """
354
369
 
355
370
  def make_paths_absolute(
356
- execution_context: int | str | None = None, undo: bool | None = None
371
+ execution_context: int | str | None = None,
372
+ undo: bool | None = None,
373
+ /,
357
374
  ) -> None:
358
375
  """Make all paths to external files absolute
359
376
 
@@ -362,7 +379,9 @@ def make_paths_absolute(
362
379
  """
363
380
 
364
381
  def make_paths_relative(
365
- execution_context: int | str | None = None, undo: bool | None = None
382
+ execution_context: int | str | None = None,
383
+ undo: bool | None = None,
384
+ /,
366
385
  ) -> None:
367
386
  """Make all paths to external files relative to current .blend
368
387
 
@@ -371,7 +390,9 @@ def make_paths_relative(
371
390
  """
372
391
 
373
392
  def mouse_execute(
374
- execution_context: int | str | None = None, undo: bool | None = None
393
+ execution_context: int | str | None = None,
394
+ undo: bool | None = None,
395
+ /,
375
396
  ) -> None:
376
397
  """Perform the current execute action for the file under the cursor (e.g. open the file)
377
398
 
@@ -379,7 +400,11 @@ def mouse_execute(
379
400
  :type undo: bool | None
380
401
  """
381
402
 
382
- def next(execution_context: int | str | None = None, undo: bool | None = None) -> None:
403
+ def next(
404
+ execution_context: int | str | None = None,
405
+ undo: bool | None = None,
406
+ /,
407
+ ) -> None:
383
408
  """Move to next folder
384
409
 
385
410
  :type execution_context: int | str | None
@@ -387,7 +412,9 @@ def next(execution_context: int | str | None = None, undo: bool | None = None) -
387
412
  """
388
413
 
389
414
  def pack_all(
390
- execution_context: int | str | None = None, undo: bool | None = None
415
+ execution_context: int | str | None = None,
416
+ undo: bool | None = None,
417
+ /,
391
418
  ) -> None:
392
419
  """Pack all used external files into this .blend
393
420
 
@@ -396,7 +423,9 @@ def pack_all(
396
423
  """
397
424
 
398
425
  def pack_libraries(
399
- execution_context: int | str | None = None, undo: bool | None = None
426
+ execution_context: int | str | None = None,
427
+ undo: bool | None = None,
428
+ /,
400
429
  ) -> None:
401
430
  """Store all data-blocks linked from other .blend files in the current .blend file. Library references are preserved so the linked data-blocks can be unpacked again
402
431
 
@@ -405,7 +434,9 @@ def pack_libraries(
405
434
  """
406
435
 
407
436
  def parent(
408
- execution_context: int | str | None = None, undo: bool | None = None
437
+ execution_context: int | str | None = None,
438
+ undo: bool | None = None,
439
+ /,
409
440
  ) -> None:
410
441
  """Move to parent directory
411
442
 
@@ -414,7 +445,9 @@ def parent(
414
445
  """
415
446
 
416
447
  def previous(
417
- execution_context: int | str | None = None, undo: bool | None = None
448
+ execution_context: int | str | None = None,
449
+ undo: bool | None = None,
450
+ /,
418
451
  ) -> None:
419
452
  """Move to previous folder
420
453
 
@@ -423,7 +456,9 @@ def previous(
423
456
  """
424
457
 
425
458
  def refresh(
426
- execution_context: int | str | None = None, undo: bool | None = None
459
+ execution_context: int | str | None = None,
460
+ undo: bool | None = None,
461
+ /,
427
462
  ) -> None:
428
463
  """Refresh the file list
429
464
 
@@ -432,7 +467,9 @@ def refresh(
432
467
  """
433
468
 
434
469
  def rename(
435
- execution_context: int | str | None = None, undo: bool | None = None
470
+ execution_context: int | str | None = None,
471
+ undo: bool | None = None,
472
+ /,
436
473
  ) -> None:
437
474
  """Rename file or file directory
438
475
 
@@ -441,7 +478,9 @@ def rename(
441
478
  """
442
479
 
443
480
  def report_missing_files(
444
- execution_context: int | str | None = None, undo: bool | None = None
481
+ execution_context: int | str | None = None,
482
+ undo: bool | None = None,
483
+ /,
445
484
  ) -> None:
446
485
  """Report all missing external files
447
486
 
@@ -450,7 +489,9 @@ def report_missing_files(
450
489
  """
451
490
 
452
491
  def reset_recent(
453
- execution_context: int | str | None = None, undo: bool | None = None
492
+ execution_context: int | str | None = None,
493
+ undo: bool | None = None,
494
+ /,
454
495
  ) -> None:
455
496
  """Reset recent files
456
497
 
@@ -600,7 +641,9 @@ def select_walk(
600
641
  """
601
642
 
602
643
  def smoothscroll(
603
- execution_context: int | str | None = None, undo: bool | None = None
644
+ execution_context: int | str | None = None,
645
+ undo: bool | None = None,
646
+ /,
604
647
  ) -> None:
605
648
  """Smooth scroll to make editable file visible
606
649
 
@@ -609,7 +652,9 @@ def smoothscroll(
609
652
  """
610
653
 
611
654
  def sort_column_ui_context(
612
- execution_context: int | str | None = None, undo: bool | None = None
655
+ execution_context: int | str | None = None,
656
+ undo: bool | None = None,
657
+ /,
613
658
  ) -> None:
614
659
  """Change sorting to use column under cursor
615
660
 
@@ -618,7 +663,9 @@ def sort_column_ui_context(
618
663
  """
619
664
 
620
665
  def start_filter(
621
- execution_context: int | str | None = None, undo: bool | None = None
666
+ execution_context: int | str | None = None,
667
+ undo: bool | None = None,
668
+ /,
622
669
  ) -> None:
623
670
  """Start entering filter text
624
671
 
@@ -667,7 +714,9 @@ def unpack_item(
667
714
  """
668
715
 
669
716
  def unpack_libraries(
670
- execution_context: int | str | None = None, undo: bool | None = None
717
+ execution_context: int | str | None = None,
718
+ undo: bool | None = None,
719
+ /,
671
720
  ) -> None:
672
721
  """Restore all packed linked data-blocks to their original locations
673
722
 
@@ -676,7 +725,9 @@ def unpack_libraries(
676
725
  """
677
726
 
678
727
  def view_selected(
679
- execution_context: int | str | None = None, undo: bool | None = None
728
+ execution_context: int | str | None = None,
729
+ undo: bool | None = None,
730
+ /,
680
731
  ) -> None:
681
732
  """Scroll the selected files into view
682
733