fake-bpy-module 20250630__py3-none-any.whl → 20250828__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.
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 +68 -20
  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 +178 -49
  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 +56561 -40144
  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-20250828.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250828.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.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-20250828.dist-info}/WHEEL +0 -0
bpy/ops/ui/__init__.pyi CHANGED
@@ -4,9 +4,11 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def assign_default_button(
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
- """Set this property's current value as the new default
11
+ """Set this propertys current value as the new default
10
12
 
11
13
  :type execution_context: int | str | None
12
14
  :type undo: bool | None
@@ -28,7 +30,9 @@ def button_execute(
28
30
  """
29
31
 
30
32
  def button_string_clear(
31
- execution_context: int | str | None = None, undo: bool | None = None
33
+ execution_context: int | str | None = None,
34
+ undo: bool | None = None,
35
+ /,
32
36
  ) -> None:
33
37
  """Unsets the text of the active button
34
38
 
@@ -37,7 +41,9 @@ def button_string_clear(
37
41
  """
38
42
 
39
43
  def copy_as_driver_button(
40
- execution_context: int | str | None = None, undo: bool | None = None
44
+ execution_context: int | str | None = None,
45
+ undo: bool | None = None,
46
+ /,
41
47
  ) -> None:
42
48
  """Create a new driver with this property as input, and copy it to the internal clipboard. Use Paste Driver to add it to the target property, or Paste Driver Variables to extend an existing driver
43
49
 
@@ -67,7 +73,7 @@ def copy_driver_to_selected_button(
67
73
  *,
68
74
  all: bool | None = False,
69
75
  ) -> None:
70
- """Copy the property's driver from the active item to the same property of all selected items, if the same property exists
76
+ """Copy the propertys driver from the active item to the same property of all selected items, if the same property exists
71
77
 
72
78
  :type execution_context: int | str | None
73
79
  :type undo: bool | None
@@ -76,7 +82,9 @@ def copy_driver_to_selected_button(
76
82
  """
77
83
 
78
84
  def copy_python_command_button(
79
- execution_context: int | str | None = None, undo: bool | None = None
85
+ execution_context: int | str | None = None,
86
+ undo: bool | None = None,
87
+ /,
80
88
  ) -> None:
81
89
  """Copy the Python command matching this button
82
90
 
@@ -91,7 +99,7 @@ def copy_to_selected_button(
91
99
  *,
92
100
  all: bool | None = True,
93
101
  ) -> None:
94
- """Copy the property's value from the active item to the same property of all selected items if the same property exists
102
+ """Copy the propertys value from the active item to the same property of all selected items if the same property exists
95
103
 
96
104
  :type execution_context: int | str | None
97
105
  :type undo: bool | None
@@ -151,7 +159,9 @@ def drop_name(
151
159
  """
152
160
 
153
161
  def editsource(
154
- execution_context: int | str | None = None, undo: bool | None = None
162
+ execution_context: int | str | None = None,
163
+ undo: bool | None = None,
164
+ /,
155
165
  ) -> None:
156
166
  """Edit UI source code of the active button
157
167
 
@@ -160,7 +170,9 @@ def editsource(
160
170
  """
161
171
 
162
172
  def eyedropper_bone(
163
- execution_context: int | str | None = None, undo: bool | None = None
173
+ execution_context: int | str | None = None,
174
+ undo: bool | None = None,
175
+ /,
164
176
  ) -> None:
165
177
  """Sample a bone from the 3D View or the Outliner to store in a property
166
178
 
@@ -184,7 +196,9 @@ def eyedropper_color(
184
196
  """
185
197
 
186
198
  def eyedropper_colorramp(
187
- execution_context: int | str | None = None, undo: bool | None = None
199
+ execution_context: int | str | None = None,
200
+ undo: bool | None = None,
201
+ /,
188
202
  ) -> None:
189
203
  """Sample a color band
190
204
 
@@ -193,7 +207,9 @@ def eyedropper_colorramp(
193
207
  """
194
208
 
195
209
  def eyedropper_colorramp_point(
196
- execution_context: int | str | None = None, undo: bool | None = None
210
+ execution_context: int | str | None = None,
211
+ undo: bool | None = None,
212
+ /,
197
213
  ) -> None:
198
214
  """Point-sample a color band
199
215
 
@@ -268,7 +284,9 @@ def eyedropper_grease_pencil_color(
268
284
  """
269
285
 
270
286
  def eyedropper_id(
271
- execution_context: int | str | None = None, undo: bool | None = None
287
+ execution_context: int | str | None = None,
288
+ undo: bool | None = None,
289
+ /,
272
290
  ) -> None:
273
291
  """Sample a data-block from the 3D View to store in a property
274
292
 
@@ -277,7 +295,9 @@ def eyedropper_id(
277
295
  """
278
296
 
279
297
  def jump_to_target_button(
280
- execution_context: int | str | None = None, undo: bool | None = None
298
+ execution_context: int | str | None = None,
299
+ undo: bool | None = None,
300
+ /,
281
301
  ) -> None:
282
302
  """Switch to the target object or bone
283
303
 
@@ -286,7 +306,9 @@ def jump_to_target_button(
286
306
  """
287
307
 
288
308
  def list_start_filter(
289
- execution_context: int | str | None = None, undo: bool | None = None
309
+ execution_context: int | str | None = None,
310
+ undo: bool | None = None,
311
+ /,
290
312
  ) -> None:
291
313
  """Start entering filter text for the list in focus
292
314
 
@@ -294,8 +316,25 @@ def list_start_filter(
294
316
  :type undo: bool | None
295
317
  """
296
318
 
319
+ def override_add_button(
320
+ execution_context: int | str | None = None,
321
+ undo: bool | None = None,
322
+ /,
323
+ *,
324
+ all: bool | None = True,
325
+ ) -> None:
326
+ """Create an override operation
327
+
328
+ :type execution_context: int | str | None
329
+ :type undo: bool | None
330
+ :param all: All, Add overrides for all elements of the array
331
+ :type all: bool | None
332
+ """
333
+
297
334
  def override_idtemplate_clear(
298
- execution_context: int | str | None = None, undo: bool | None = None
335
+ execution_context: int | str | None = None,
336
+ undo: bool | None = None,
337
+ /,
299
338
  ) -> None:
300
339
  """Delete the selected local override and relink its usages to the linked data-block if possible, else reset it and mark it as non editable
301
340
 
@@ -304,7 +343,9 @@ def override_idtemplate_clear(
304
343
  """
305
344
 
306
345
  def override_idtemplate_make(
307
- execution_context: int | str | None = None, undo: bool | None = None
346
+ execution_context: int | str | None = None,
347
+ undo: bool | None = None,
348
+ /,
308
349
  ) -> None:
309
350
  """Create a local override of the selected linked data-block, and its hierarchy of dependencies
310
351
 
@@ -313,7 +354,9 @@ def override_idtemplate_make(
313
354
  """
314
355
 
315
356
  def override_idtemplate_reset(
316
- execution_context: int | str | None = None, undo: bool | None = None
357
+ execution_context: int | str | None = None,
358
+ undo: bool | None = None,
359
+ /,
317
360
  ) -> None:
318
361
  """Reset the selected local override to its linked reference values
319
362
 
@@ -336,38 +379,10 @@ def override_remove_button(
336
379
  :type all: bool | None
337
380
  """
338
381
 
339
- def override_type_set_button(
382
+ def reloadtranslation(
340
383
  execution_context: int | str | None = None,
341
384
  undo: bool | None = None,
342
385
  /,
343
- *,
344
- all: bool | None = True,
345
- type: typing.Literal["NOOP", "REPLACE", "DIFFERENCE", "FACTOR"] | None = "REPLACE",
346
- ) -> None:
347
- """Create an override operation, or set the type of an existing one
348
-
349
- :type execution_context: int | str | None
350
- :type undo: bool | None
351
- :param all: All, Reset to default values all elements of the array
352
- :type all: bool | None
353
- :param type: Type, Type of override operation
354
-
355
- NOOP
356
- NoOp -- 'No-Operation', place holder preventing automatic override to ever affect the property.
357
-
358
- REPLACE
359
- Replace -- Completely replace value from linked data by local one.
360
-
361
- DIFFERENCE
362
- Difference -- Store difference to linked data value.
363
-
364
- FACTOR
365
- Factor -- Store factor to linked data value (useful e.g. for scale).
366
- :type type: typing.Literal['NOOP','REPLACE','DIFFERENCE','FACTOR'] | None
367
- """
368
-
369
- def reloadtranslation(
370
- execution_context: int | str | None = None, undo: bool | None = None
371
386
  ) -> None:
372
387
  """Force a full reload of UI translation
373
388
 
@@ -382,7 +397,7 @@ def reset_default_button(
382
397
  *,
383
398
  all: bool | None = True,
384
399
  ) -> None:
385
- """Reset this property's value to its default value
400
+ """Reset this propertys value to its default value
386
401
 
387
402
  :type execution_context: int | str | None
388
403
  :type undo: bool | None
@@ -391,7 +406,9 @@ def reset_default_button(
391
406
  """
392
407
 
393
408
  def unset_property_button(
394
- execution_context: int | str | None = None, undo: bool | None = None
409
+ execution_context: int | str | None = None,
410
+ undo: bool | None = None,
411
+ /,
395
412
  ) -> None:
396
413
  """Clear the property and use default or generated value in operators
397
414
 
@@ -400,7 +417,9 @@ def unset_property_button(
400
417
  """
401
418
 
402
419
  def view_drop(
403
- execution_context: int | str | None = None, undo: bool | None = None
420
+ execution_context: int | str | None = None,
421
+ undo: bool | None = None,
422
+ /,
404
423
  ) -> None:
405
424
  """Drag and drop onto a data-set or item within the data-set
406
425
 
@@ -408,8 +427,21 @@ def view_drop(
408
427
  :type undo: bool | None
409
428
  """
410
429
 
430
+ def view_item_delete(
431
+ execution_context: int | str | None = None,
432
+ undo: bool | None = None,
433
+ /,
434
+ ) -> None:
435
+ """Delete selected list item
436
+
437
+ :type execution_context: int | str | None
438
+ :type undo: bool | None
439
+ """
440
+
411
441
  def view_item_rename(
412
- execution_context: int | str | None = None, undo: bool | None = None
442
+ execution_context: int | str | None = None,
443
+ undo: bool | None = None,
444
+ /,
413
445
  ) -> None:
414
446
  """Rename the active item in the data-set view
415
447
 
@@ -418,16 +450,27 @@ def view_item_rename(
418
450
  """
419
451
 
420
452
  def view_item_select(
421
- execution_context: int | str | None = None, undo: bool | None = None
453
+ execution_context: int | str | None = None,
454
+ undo: bool | None = None,
455
+ /,
456
+ *,
457
+ extend: bool | None = False,
458
+ range_select: bool | None = False,
422
459
  ) -> None:
423
460
  """Activate selected view item
424
461
 
425
462
  :type execution_context: int | str | None
426
463
  :type undo: bool | None
464
+ :param extend: extend, Extend Selection
465
+ :type extend: bool | None
466
+ :param range_select: Range Select, Select all between clicked and active items
467
+ :type range_select: bool | None
427
468
  """
428
469
 
429
470
  def view_scroll(
430
- execution_context: int | str | None = None, undo: bool | None = None
471
+ execution_context: int | str | None = None,
472
+ undo: bool | None = None,
473
+ /,
431
474
  ) -> None:
432
475
  """Undocumented, consider contributing.
433
476
 
@@ -436,7 +479,9 @@ def view_scroll(
436
479
  """
437
480
 
438
481
  def view_start_filter(
439
- execution_context: int | str | None = None, undo: bool | None = None
482
+ execution_context: int | str | None = None,
483
+ undo: bool | None = None,
484
+ /,
440
485
  ) -> None:
441
486
  """Start entering filter text for the data-set in focus
442
487
 
bpy/ops/uv/__init__.pyi CHANGED
@@ -52,7 +52,7 @@ def align_rotation(
52
52
  axis: typing.Literal["X", "Y", "Z"] | None = "X",
53
53
  correct_aspect: bool | None = False,
54
54
  ) -> None:
55
- """Align the UV island's rotation
55
+ """Align the UV islands rotation
56
56
 
57
57
  :type execution_context: int | str | None
58
58
  :type undo: bool | None
@@ -100,7 +100,11 @@ def average_islands_scale(
100
100
  :type shear: bool | None
101
101
  """
102
102
 
103
- def copy(execution_context: int | str | None = None, undo: bool | None = None) -> None:
103
+ def copy(
104
+ execution_context: int | str | None = None,
105
+ undo: bool | None = None,
106
+ /,
107
+ ) -> None:
104
108
  """Copy selected UV vertices
105
109
 
106
110
  :type execution_context: int | str | None
@@ -308,7 +312,7 @@ def lightmap_pack(
308
312
  PREF_BOX_DIV: int | None = 12,
309
313
  PREF_MARGIN_DIV: float | None = 0.1,
310
314
  ) -> None:
311
- """Pack each face's UVs into the UV bounds
315
+ """Pack each faces UVs into the UV bounds
312
316
 
313
317
  :type execution_context: int | str | None
314
318
  :type undo: bool | None
@@ -438,15 +442,15 @@ def pack_islands(
438
442
  :type margin_method: typing.Literal['SCALED','ADD','FRACTION'] | None
439
443
  :param margin: Margin, Space between islands
440
444
  :type margin: float | None
441
- :param pin: Lock Pinned Islands, Constrain islands containing any pinned UV's
445
+ :param pin: Lock Pinned Islands, Constrain islands containing any pinned UVs
442
446
  :type pin: bool | None
443
447
  :param pin_method: Pin Method
444
448
 
445
449
  SCALE
446
- Scale -- Pinned islands won't rescale.
450
+ Scale -- Pinned islands wont rescale.
447
451
 
448
452
  ROTATION
449
- Rotation -- Pinned islands won't rotate.
453
+ Rotation -- Pinned islands wont rotate.
450
454
 
451
455
  ROTATION_SCALE
452
456
  Rotation and Scale -- Pinned islands will translate only.
@@ -467,7 +471,11 @@ def pack_islands(
467
471
  :type shape_method: typing.Literal['CONCAVE','CONVEX','AABB'] | None
468
472
  """
469
473
 
470
- def paste(execution_context: int | str | None = None, undo: bool | None = None) -> None:
474
+ def paste(
475
+ execution_context: int | str | None = None,
476
+ undo: bool | None = None,
477
+ /,
478
+ ) -> None:
471
479
  """Paste selected UV vertices
472
480
 
473
481
  :type execution_context: int | str | None
@@ -533,7 +541,7 @@ def randomize_uv_transform(
533
541
  scale_even: bool | None = False,
534
542
  scale: collections.abc.Iterable[float] | None = (1.0, 1.0),
535
543
  ) -> None:
536
- """Randomize the UV island's location, rotation, and scale
544
+ """Randomize the UV islands location, rotation, and scale
537
545
 
538
546
  :type execution_context: int | str | None
539
547
  :type undo: bool | None
@@ -576,7 +584,11 @@ def remove_doubles(
576
584
  :type use_shared_vertex: bool | None
577
585
  """
578
586
 
579
- def reset(execution_context: int | str | None = None, undo: bool | None = None) -> None:
587
+ def reset(
588
+ execution_context: int | str | None = None,
589
+ undo: bool | None = None,
590
+ /,
591
+ ) -> None:
580
592
  """Reset UV projection
581
593
 
582
594
  :type execution_context: int | str | None
@@ -848,7 +860,9 @@ def select_lasso(
848
860
  """
849
861
 
850
862
  def select_less(
851
- execution_context: int | str | None = None, undo: bool | None = None
863
+ execution_context: int | str | None = None,
864
+ undo: bool | None = None,
865
+ /,
852
866
  ) -> None:
853
867
  """Deselect UV vertices at the boundary of each selection region
854
868
 
@@ -857,7 +871,9 @@ def select_less(
857
871
  """
858
872
 
859
873
  def select_linked(
860
- execution_context: int | str | None = None, undo: bool | None = None
874
+ execution_context: int | str | None = None,
875
+ undo: bool | None = None,
876
+ /,
861
877
  ) -> None:
862
878
  """Select all UV vertices linked to the active UV map
863
879
 
@@ -920,7 +936,9 @@ def select_mode(
920
936
  """
921
937
 
922
938
  def select_more(
923
- execution_context: int | str | None = None, undo: bool | None = None
939
+ execution_context: int | str | None = None,
940
+ undo: bool | None = None,
941
+ /,
924
942
  ) -> None:
925
943
  """Select more UV vertices connected to initial selection
926
944
 
@@ -944,7 +962,9 @@ def select_overlap(
944
962
  """
945
963
 
946
964
  def select_pinned(
947
- execution_context: int | str | None = None, undo: bool | None = None
965
+ execution_context: int | str | None = None,
966
+ undo: bool | None = None,
967
+ /,
948
968
  ) -> None:
949
969
  """Select all pinned UV vertices
950
970
 
@@ -986,7 +1006,9 @@ def select_similar(
986
1006
  """
987
1007
 
988
1008
  def select_split(
989
- execution_context: int | str | None = None, undo: bool | None = None
1009
+ execution_context: int | str | None = None,
1010
+ undo: bool | None = None,
1011
+ /,
990
1012
  ) -> None:
991
1013
  """Select only entirely selected faces
992
1014
 
@@ -1102,7 +1124,7 @@ def smart_project(
1102
1124
  :type rotate_method: typing.Literal['AXIS_ALIGNED','AXIS_ALIGNED_X','AXIS_ALIGNED_Y'] | None
1103
1125
  :param island_margin: Island Margin, Margin to reduce bleed from adjacent islands
1104
1126
  :type island_margin: float | None
1105
- :param area_weight: Area Weight, Weight projection's vector by faces with larger areas
1127
+ :param area_weight: Area Weight, Weight projections vector by faces with larger areas
1106
1128
  :type area_weight: float | None
1107
1129
  :param correct_aspect: Correct Aspect, Map UVs taking aspect ratio of the image associated with the material into account
1108
1130
  :type correct_aspect: bool | None
@@ -1284,7 +1306,7 @@ def unwrap(
1284
1306
  :type margin_method: typing.Literal['SCALED','ADD','FRACTION'] | None
1285
1307
  :param margin: Margin, Space between islands
1286
1308
  :type margin: float | None
1287
- :param no_flip: No Flip, Prevent flipping UV's, flipping may lower distortion depending on the position of pins
1309
+ :param no_flip: No Flip, Prevent flipping UVs, flipping may lower distortion depending on the position of pins
1288
1310
  :type no_flip: bool | None
1289
1311
  :param iterations: Iterations, Number of iterations when "Minimum Stretch" method is used
1290
1312
  :type iterations: int | None
@@ -1296,7 +1318,11 @@ def unwrap(
1296
1318
  :type weight_factor: float | None
1297
1319
  """
1298
1320
 
1299
- def weld(execution_context: int | str | None = None, undo: bool | None = None) -> None:
1321
+ def weld(
1322
+ execution_context: int | str | None = None,
1323
+ undo: bool | None = None,
1324
+ /,
1325
+ ) -> None:
1300
1326
  """Weld selected UV vertices together
1301
1327
 
1302
1328
  :type execution_context: int | str | None
@@ -33,7 +33,11 @@ def edge_pan(
33
33
  :type zoom_influence: float | None
34
34
  """
35
35
 
36
- def ndof(execution_context: int | str | None = None, undo: bool | None = None) -> None:
36
+ def ndof(
37
+ execution_context: int | str | None = None,
38
+ undo: bool | None = None,
39
+ /,
40
+ ) -> None:
37
41
  """Use a 3D mouse device to pan/zoom the view
38
42
 
39
43
  :type execution_context: int | str | None
@@ -58,7 +62,11 @@ def pan(
58
62
  :type deltay: int | None
59
63
  """
60
64
 
61
- def reset(execution_context: int | str | None = None, undo: bool | None = None) -> None:
65
+ def reset(
66
+ execution_context: int | str | None = None,
67
+ undo: bool | None = None,
68
+ /,
69
+ ) -> None:
62
70
  """Reset the view
63
71
 
64
72
  :type execution_context: int | str | None
@@ -144,7 +152,9 @@ def scroll_up(
144
152
  """
145
153
 
146
154
  def scroller_activate(
147
- execution_context: int | str | None = None, undo: bool | None = None
155
+ execution_context: int | str | None = None,
156
+ undo: bool | None = None,
157
+ /,
148
158
  ) -> None:
149
159
  """Scroll view by mouse click and drag
150
160