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
@@ -3,7 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def add(execution_context: int | str | None = None, undo: bool | None = None) -> None:
6
+ def add(
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
10
+ ) -> None:
7
11
  """Add a new workspace by duplicating the current one or appending one from the user configuration
8
12
 
9
13
  :type execution_context: int | str | None
@@ -29,7 +33,9 @@ def append_activate(
29
33
  """
30
34
 
31
35
  def delete(
32
- execution_context: int | str | None = None, undo: bool | None = None
36
+ execution_context: int | str | None = None,
37
+ undo: bool | None = None,
38
+ /,
33
39
  ) -> None:
34
40
  """Delete the active workspace
35
41
 
@@ -37,8 +43,21 @@ def delete(
37
43
  :type undo: bool | None
38
44
  """
39
45
 
46
+ def delete_all_others(
47
+ execution_context: int | str | None = None,
48
+ undo: bool | None = None,
49
+ /,
50
+ ) -> None:
51
+ """Delete all workspaces except this one
52
+
53
+ :type execution_context: int | str | None
54
+ :type undo: bool | None
55
+ """
56
+
40
57
  def duplicate(
41
- execution_context: int | str | None = None, undo: bool | None = None
58
+ execution_context: int | str | None = None,
59
+ undo: bool | None = None,
60
+ /,
42
61
  ) -> None:
43
62
  """Add a new workspace
44
63
 
@@ -47,7 +66,9 @@ def duplicate(
47
66
  """
48
67
 
49
68
  def reorder_to_back(
50
- execution_context: int | str | None = None, undo: bool | None = None
69
+ execution_context: int | str | None = None,
70
+ undo: bool | None = None,
71
+ /,
51
72
  ) -> None:
52
73
  """Reorder workspace to be last in the list
53
74
 
@@ -56,7 +77,9 @@ def reorder_to_back(
56
77
  """
57
78
 
58
79
  def reorder_to_front(
59
- execution_context: int | str | None = None, undo: bool | None = None
80
+ execution_context: int | str | None = None,
81
+ undo: bool | None = None,
82
+ /,
60
83
  ) -> None:
61
84
  """Reorder workspace to be first in the list
62
85
 
@@ -65,7 +88,9 @@ def reorder_to_front(
65
88
  """
66
89
 
67
90
  def scene_pin_toggle(
68
- execution_context: int | str | None = None, undo: bool | None = None
91
+ execution_context: int | str | None = None,
92
+ undo: bool | None = None,
93
+ /,
69
94
  ) -> None:
70
95
  """Remember the last used scene for the current workspace and switch to it whenever this workspace is activated again
71
96
 
@@ -4,15 +4,21 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def convert_volume_to_mesh(
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
- """Convert the volume of a world to a mesh. The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly
11
+ """Convert the volume of a world to a mesh. The worlds volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly
10
12
 
11
13
  :type execution_context: int | str | None
12
14
  :type undo: bool | None
13
15
  """
14
16
 
15
- def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
17
+ def new(
18
+ execution_context: int | str | None = None,
19
+ undo: bool | None = None,
20
+ /,
21
+ ) -> None:
16
22
  """Create a new world Data-Block
17
23
 
18
24
  :type execution_context: int | str | None
bpy/path/__init__.pyi CHANGED
@@ -73,7 +73,7 @@ def display_name_from_filepath(name: str) -> str:
73
73
 
74
74
  def display_name_to_filepath(name: str) -> str:
75
75
  """Performs the reverse of display_name using literal versions of characters
76
- which aren't supported in a filepath.
76
+ which arent supported in a filepath.
77
77
 
78
78
  :param name: The display name to convert.
79
79
  :type name: str
bpy/props/__init__.pyi CHANGED
@@ -136,10 +136,10 @@ def BoolProperty(
136
136
  This function must take 2 values (self, context) and return None.
137
137
  Warning there are no safety checks to avoid infinite recursion.
138
138
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
139
- :param get: Function to be called when this value is 'read',
139
+ :param get: Function to be called when this value is read,
140
140
  This function must take 1 value (self) and return the value of the property.
141
141
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], bool] | None
142
- :param set: Function to be called when this value is 'written',
142
+ :param set: Function to be called when this value is written,
143
143
  This function must take 2 values (self, value) and return None.
144
144
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, bool], None] | None
145
145
  """
@@ -187,17 +187,17 @@ def BoolVectorProperty(
187
187
  This function must take 2 values (self, context) and return None.
188
188
  Warning there are no safety checks to avoid infinite recursion.
189
189
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
190
- :param get: Function to be called when this value is 'read',
190
+ :param get: Function to be called when this value is read,
191
191
  This function must take 1 value (self) and return the value of the property.
192
192
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[bool]] | None
193
- :param set: Function to be called when this value is 'written',
193
+ :param set: Function to be called when this value is written,
194
194
  This function must take 2 values (self, value) and return None.
195
195
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[bool, ...]], None] | None
196
196
  """
197
197
 
198
198
  def CollectionProperty(
199
199
  *,
200
- type: type[bpy.types.PropertyGroup] | None = None,
200
+ type: type[bpy.types.PropertyGroup] | None,
201
201
  name: str | None = "",
202
202
  description: str | None = "",
203
203
  translation_context: str | None = "*",
@@ -317,10 +317,10 @@ def EnumProperty(
317
317
  This function must take 2 values (self, context) and return None.
318
318
  Warning there are no safety checks to avoid infinite recursion.
319
319
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
320
- :param get: Function to be called when this value is 'read',
320
+ :param get: Function to be called when this value is read,
321
321
  This function must take 1 value (self) and return the value of the property.
322
322
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None
323
- :param set: Function to be called when this value is 'written',
323
+ :param set: Function to be called when this value is written,
324
324
  This function must take 2 values (self, value) and return None.
325
325
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None
326
326
  """
@@ -359,13 +359,13 @@ def FloatProperty(
359
359
  :type min: float | None
360
360
  :param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
361
361
  :type max: float | None
362
- :param soft_min: Soft minimum (>= min), user won't be able to drag the widget below this value in the UI.
362
+ :param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
363
363
  :type soft_min: float | None
364
- :param soft_max: Soft maximum (<= max), user won't be able to drag the widget above this value in the UI.
364
+ :param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
365
365
  :type soft_max: float | None
366
366
  :param step: Step of increment/decrement in UI, in [1, 100], defaults to 3 (WARNING: actual value is /100).
367
367
  :type step: int | None
368
- :param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit 'NONE' or 'TIME' (frame count) and step divisible by 100.
368
+ :param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit NONE or TIME (frame count) and step divisible by 100.
369
369
  :type precision: int | None
370
370
  :param options: Enumerator in `rna_enum_property_flag_items`.
371
371
  :type options: set[bpy.stub_internal.rna_enums.PropertyFlagItems]
@@ -380,10 +380,10 @@ def FloatProperty(
380
380
  This function must take 2 values (self, context) and return None.
381
381
  Warning there are no safety checks to avoid infinite recursion.
382
382
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
383
- :param get: Function to be called when this value is 'read',
383
+ :param get: Function to be called when this value is read,
384
384
  This function must take 1 value (self) and return the value of the property.
385
385
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], float] | None
386
- :param set: Function to be called when this value is 'written',
386
+ :param set: Function to be called when this value is written,
387
387
  This function must take 2 values (self, value) and return None.
388
388
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, float], None] | None
389
389
  """
@@ -429,13 +429,13 @@ def FloatVectorProperty(
429
429
  :type min: float | None
430
430
  :param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
431
431
  :type max: float | None
432
- :param soft_min: Soft minimum (>= min), user won't be able to drag the widget below this value in the UI.
432
+ :param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
433
433
  :type soft_min: float | None
434
- :param soft_max: Soft maximum (<= max), user won't be able to drag the widget above this value in the UI.
434
+ :param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
435
435
  :type soft_max: float | None
436
436
  :param step: Step of increment/decrement in UI, in [1, 100], defaults to 3 (WARNING: actual value is /100).
437
437
  :type step: int | None
438
- :param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit 'NONE' or 'TIME' (frame count) and step divisible by 100.
438
+ :param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit NONE or TIME (frame count) and step divisible by 100.
439
439
  :type precision: int | None
440
440
  :param options: Enumerator in `rna_enum_property_flag_items`.
441
441
  :type options: set[bpy.stub_internal.rna_enums.PropertyFlagItems]
@@ -452,10 +452,10 @@ def FloatVectorProperty(
452
452
  This function must take 2 values (self, context) and return None.
453
453
  Warning there are no safety checks to avoid infinite recursion.
454
454
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
455
- :param get: Function to be called when this value is 'read',
455
+ :param get: Function to be called when this value is read,
456
456
  This function must take 1 value (self) and return the value of the property.
457
457
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[float]] | None
458
- :param set: Function to be called when this value is 'written',
458
+ :param set: Function to be called when this value is written,
459
459
  This function must take 2 values (self, value) and return None.
460
460
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[float, ...]], None] | None
461
461
  """
@@ -492,9 +492,9 @@ def IntProperty(
492
492
  :type min: int | None
493
493
  :param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
494
494
  :type max: int | None
495
- :param soft_min: Soft minimum (>= min), user won't be able to drag the widget below this value in the UI.
495
+ :param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
496
496
  :type soft_min: int | None
497
- :param soft_max: Soft maximum (<= max), user won't be able to drag the widget above this value in the UI.
497
+ :param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
498
498
  :type soft_max: int | None
499
499
  :param step: Step of increment/decrement in UI, in [1, 100], defaults to 1 (WARNING: unused currently!).
500
500
  :type step: int | None
@@ -509,10 +509,10 @@ def IntProperty(
509
509
  This function must take 2 values (self, context) and return None.
510
510
  Warning there are no safety checks to avoid infinite recursion.
511
511
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
512
- :param get: Function to be called when this value is 'read',
512
+ :param get: Function to be called when this value is read,
513
513
  This function must take 1 value (self) and return the value of the property.
514
514
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None
515
- :param set: Function to be called when this value is 'written',
515
+ :param set: Function to be called when this value is written,
516
516
  This function must take 2 values (self, value) and return None.
517
517
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None
518
518
  """
@@ -554,9 +554,9 @@ def IntVectorProperty(
554
554
  :type min: int | None
555
555
  :param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
556
556
  :type max: int | None
557
- :param soft_min: Soft minimum (>= min), user won't be able to drag the widget below this value in the UI.
557
+ :param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
558
558
  :type soft_min: int | None
559
- :param soft_max: Soft maximum (<= max), user won't be able to drag the widget above this value in the UI.
559
+ :param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
560
560
  :type soft_max: int | None
561
561
  :param step: Step of increment/decrement in UI, in [1, 100], defaults to 1 (WARNING: unused currently!).
562
562
  :type step: int | None
@@ -573,17 +573,17 @@ def IntVectorProperty(
573
573
  This function must take 2 values (self, context) and return None.
574
574
  Warning there are no safety checks to avoid infinite recursion.
575
575
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
576
- :param get: Function to be called when this value is 'read',
576
+ :param get: Function to be called when this value is read,
577
577
  This function must take 1 value (self) and return the value of the property.
578
578
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[int]] | None
579
- :param set: Function to be called when this value is 'written',
579
+ :param set: Function to be called when this value is written,
580
580
  This function must take 2 values (self, value) and return None.
581
581
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[int, ...]], None] | None
582
582
  """
583
583
 
584
584
  def PointerProperty(
585
585
  *,
586
- type: type[bpy.types.PropertyGroup | bpy.types.ID] | None = None,
586
+ type: type[bpy.types.PropertyGroup | bpy.types.ID] | None,
587
587
  name: str | None = "",
588
588
  description: str | None = "",
589
589
  translation_context: str | None = "*",
@@ -675,10 +675,10 @@ def StringProperty(
675
675
  This function must take 2 values (self, context) and return None.
676
676
  Warning there are no safety checks to avoid infinite recursion.
677
677
  :type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
678
- :param get: Function to be called when this value is 'read',
678
+ :param get: Function to be called when this value is read,
679
679
  This function must take 1 value (self) and return the value of the property.
680
680
  :type get: collections.abc.Callable[[bpy.types.bpy_struct], str] | None
681
- :param set: Function to be called when this value is 'written',
681
+ :param set: Function to be called when this value is written,
682
682
  This function must take 2 values (self, value) and return None.
683
683
  :type set: collections.abc.Callable[[bpy.types.bpy_struct, str], None] | None
684
684
  :param search: Function to be called to show candidates for this string (shown in the UI).
@@ -692,9 +692,9 @@ def StringProperty(
692
692
  :type search: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context, str], collections.abc.Iterable[str | tuple[str, str]]] | None
693
693
  :param search_options: Set of strings in:
694
694
 
695
- 'SORT' sorts the resulting items.
695
+ SORT sorts the resulting items.
696
696
 
697
- 'SUGGESTION' lets the user enter values not found in search candidates.
697
+ SUGGESTION lets the user enter values not found in search candidates.
698
698
  WARNING disabling this flag causes the search callback to run on redraw,
699
- so only disable this flag if it's not likely to cause performance issues.
699
+ so only disable this flag if its not likely to cause performance issues.
700
700
  """
@@ -426,7 +426,7 @@ type CurveNormalModeItems = typing.Literal[
426
426
  "FREE", # Free.Use the stored custom normal attribute as the final normals.
427
427
  ]
428
428
  type CurvesHandleTypeItems = typing.Literal[
429
- "FREE", # Free.The handle can be moved anywhere, and doesn't influence the point's other handle.
429
+ "FREE", # Free.The handle can be moved anywhere, and does not influence the point's other handle.
430
430
  "AUTO", # Auto.The location is automatically calculated to be smooth.
431
431
  "VECTOR", # Vector.The location is calculated to point to the next/previous control point.
432
432
  "ALIGN", # Align.The location is constrained to point in the opposite direction as the other handle.
@@ -724,7 +724,7 @@ type EventValueItems = typing.Literal[
724
724
  "RELEASE", # Release.
725
725
  "CLICK", # Click.
726
726
  "DOUBLE_CLICK", # Double Click.
727
- "CLICK_DRAG", # Click Drag.
727
+ "CLICK_DRAG", # Drag.
728
728
  "NOTHING", # Nothing.
729
729
  ]
730
730
  type ExrCodecItems = typing.Literal[
@@ -824,6 +824,8 @@ type IconItems = typing.Literal[
824
824
  "SELECT_DIFFERENCE", # SELECT_DIFFERENCE.
825
825
  "SNAP_OFF", # SNAP_OFF.
826
826
  "SNAP_ON", # SNAP_ON.
827
+ "PLAYHEAD_SNAP_OFF", # PLAYHEAD_SNAP_OFF.
828
+ "PLAYHEAD_SNAP_ON", # PLAYHEAD_SNAP_ON.
827
829
  "UNLOCKED", # UNLOCKED.
828
830
  "LOCKED", # LOCKED.
829
831
  "VIS_SEL_11", # VIS_SEL_11.
@@ -1327,6 +1329,10 @@ type IconItems = typing.Literal[
1327
1329
  "CENTER_ONLY", # CENTER_ONLY.
1328
1330
  "CURSOR", # CURSOR.
1329
1331
  "EDGESEL", # EDGESEL.
1332
+ "EDGE_BEVEL", # EDGE_BEVEL.
1333
+ "EDGE_CREASE", # EDGE_CREASE.
1334
+ "EDGE_SEAM", # EDGE_SEAM.
1335
+ "EDGE_SHARP", # EDGE_SHARP.
1330
1336
  "FACE_CORNER", # FACE_CORNER.
1331
1337
  "FACESEL", # FACESEL.
1332
1338
  "INVERSESQUARECURVE", # INVERSESQUARECURVE.
@@ -1350,6 +1356,7 @@ type IconItems = typing.Literal[
1350
1356
  "SMOOTHCURVE", # SMOOTHCURVE.
1351
1357
  "SPHERECURVE", # SPHERECURVE.
1352
1358
  "VERTEXSEL", # VERTEXSEL.
1359
+ "VERTEX_CREASE", # VERTEX_CREASE.
1353
1360
  "SNAP_EDGE", # SNAP_EDGE.
1354
1361
  "SNAP_FACE_CENTER", # SNAP_FACE_CENTER.
1355
1362
  "SNAP_FACE_NEAREST", # SNAP_FACE_NEAREST.
@@ -1837,21 +1844,21 @@ type ImageGeneratedTypeItems = typing.Literal[
1837
1844
  "UV_GRID", # UV Grid.Generated grid to test UV mappings.
1838
1845
  "COLOR_GRID", # Color Grid.Generated improved UV grid to test UV mappings.
1839
1846
  ]
1840
- type ImageTypeItems = typing.Literal[
1841
- "BMP", # BMP.Output image in bitmap format.
1842
- "IRIS", # Iris.Output image in SGI IRIS format.
1843
- "PNG", # PNG.Output image in PNG format.
1844
- "JPEG", # JPEG.Output image in JPEG format.
1845
- "JPEG2000", # JPEG 2000.Output image in JPEG 2000 format.
1846
- "TARGA", # Targa.Output image in Targa format.
1847
- "TARGA_RAW", # Targa Raw.Output image in uncompressed Targa format.
1848
- "CINEON", # Cineon.Output image in Cineon format.
1849
- "DPX", # DPX.Output image in DPX format.
1850
- "OPEN_EXR_MULTILAYER", # OpenEXR MultiLayer.Output image in multilayer OpenEXR format.
1851
- "OPEN_EXR", # OpenEXR.Output image in OpenEXR format.
1852
- "HDR", # Radiance HDR.Output image in Radiance HDR format.
1853
- "TIFF", # TIFF.Output image in TIFF format.
1854
- "WEBP", # WebP.Output image in WebP format.
1847
+ type ImageTypeAllItems = typing.Literal[
1848
+ "JPEG", # JPEG (.jpg).Output image in JPEG format.
1849
+ "OPEN_EXR", # OpenEXR (.exr).Output image in OpenEXR format.
1850
+ "PNG", # PNG (.png).Output image in PNG format.
1851
+ "WEBP", # WebP (.webp).Output image in WebP format.
1852
+ "BMP", # Bitmap (.bmp).Output image in bitmap format.
1853
+ "CINEON", # Cineon (.cin).Output image in Cineon format.
1854
+ "DPX", # DPX (.dpx).Output image in DPX format.
1855
+ "IRIS", # Iris (.rgb).Output image in SGI IRIS format.
1856
+ "JPEG2000", # JPEG 2000 (.jp2).Output image in JPEG 2000 format.
1857
+ "HDR", # Radiance HDR (.hdr).Output image in Radiance HDR format.
1858
+ "TARGA", # Targa (.tga).Output image in Targa format.
1859
+ "TARGA_RAW", # Targa Raw (.tga).Output image in uncompressed Targa format.
1860
+ "TIFF", # TIFF (.tif).Output image in TIFF format.
1861
+ "OPEN_EXR_MULTILAYER", # OpenEXR MultiLayer (.exr).Output image in multilayer OpenEXR format.
1855
1862
  "FFMPEG", # FFmpeg Video.
1856
1863
  ]
1857
1864
  type KeyblockTypeItems = typing.Literal[
@@ -2183,6 +2190,7 @@ type NodeSocketDataTypeItems = typing.Literal[
2183
2190
  "STRING", # String.
2184
2191
  "MENU", # Menu.
2185
2192
  "RGBA", # Color.
2193
+ "SHADER", # Shader.
2186
2194
  "OBJECT", # Object.
2187
2195
  "IMAGE", # Image.
2188
2196
  "GEOMETRY", # Geometry.
@@ -2198,10 +2206,11 @@ type NodeSocketInOutItems = typing.Literal[
2198
2206
  ]
2199
2207
  type NodeSocketStructureTypeItems = typing.Literal[
2200
2208
  "AUTO", # Auto.Automatically detect a good structure type based on how the socket is used.
2201
- "SINGLE", # Single.Socket expects a single value.
2202
2209
  "DYNAMIC", # Dynamic.Socket can work with different kinds of structures.
2203
2210
  "FIELD", # Field.Socket expects a field.
2204
2211
  "GRID", # Grid.Socket expects a grid.
2212
+ "LIST", # List.Socket expects a list.
2213
+ "SINGLE", # Single.Socket expects a single value.
2205
2214
  ]
2206
2215
  type NodeSocketTypeItems = typing.Literal[
2207
2216
  "CUSTOM", # Custom.
@@ -2236,7 +2245,7 @@ type NodeVecMathItems = typing.Literal[
2236
2245
  "MULTIPLY_ADD", # Multiply Add.A * B + C.
2237
2246
  "CROSS_PRODUCT", # Cross Product.A cross B.
2238
2247
  "PROJECT", # Project.Project A onto B.
2239
- "REFLECT", # Reflect.Reflect A around the normal B. B doesn't need to be normalized..
2248
+ "REFLECT", # Reflect.Reflect A around the normal B. B does not need to be normalized..
2240
2249
  "REFRACT", # Refract.For a given incident vector A, surface normal B and ratio of indices of refraction, Ior, refract returns the refraction vector, R.
2241
2250
  "FACEFORWARD", # Faceforward.Orients a vector A to point away from a surface B as defined by its normal C. Returns (dot(B, C) < 0) ? A : -A.
2242
2251
  "DOT_PRODUCT", # Dot Product.A dot B.
@@ -2574,8 +2583,8 @@ type PropertySubtypeItems = typing.Literal[
2574
2583
  "WAVELENGTH", # Wavelength.
2575
2584
  "COLOR_TEMPERATURE", # Color Temperature.
2576
2585
  "FREQUENCY", # Frequency.
2577
- "COLOR", # Linear Color.Color in the linear space.
2578
- "TRANSLATION", # Translation.Color in the gamma corrected space.
2586
+ "COLOR", # Linear Color.Color in the scene linear working color space.
2587
+ "TRANSLATION", # Translation.
2579
2588
  "DIRECTION", # Direction.
2580
2589
  "VELOCITY", # Velocity.
2581
2590
  "ACCELERATION", # Acceleration.
@@ -2585,14 +2594,14 @@ type PropertySubtypeItems = typing.Literal[
2585
2594
  "AXISANGLE", # Axis-Angle.Angle and axis to rotate around.
2586
2595
  "XYZ", # XYZ.
2587
2596
  "XYZ_LENGTH", # XYZ Length.
2588
- "COLOR_GAMMA", # Gamma-Corrected Color.
2597
+ "COLOR_GAMMA", # sRGB Color.Color in sRGB color space (mainly for user interface colors).
2589
2598
  "COORDINATES", # Coordinates.
2590
2599
  "LAYER", # Layer.
2591
2600
  "LAYER_MEMBER", # Layer Member.
2592
2601
  ]
2593
2602
  type PropertySubtypeNumberArrayItems = typing.Literal[
2594
- "COLOR", # Linear Color.Color in the linear space.
2595
- "TRANSLATION", # Translation.Color in the gamma corrected space.
2603
+ "COLOR", # Linear Color.Color in the scene linear working color space.
2604
+ "TRANSLATION", # Translation.
2596
2605
  "DIRECTION", # Direction.
2597
2606
  "VELOCITY", # Velocity.
2598
2607
  "ACCELERATION", # Acceleration.
@@ -2602,7 +2611,7 @@ type PropertySubtypeNumberArrayItems = typing.Literal[
2602
2611
  "AXISANGLE", # Axis-Angle.Angle and axis to rotate around.
2603
2612
  "XYZ", # XYZ.
2604
2613
  "XYZ_LENGTH", # XYZ Length.
2605
- "COLOR_GAMMA", # Gamma-Corrected Color.
2614
+ "COLOR_GAMMA", # sRGB Color.Color in sRGB color space (mainly for user interface colors).
2606
2615
  "COORDINATES", # Coordinates.
2607
2616
  "LAYER", # Layer.
2608
2617
  "LAYER_MEMBER", # Layer Member.
@@ -2895,6 +2904,12 @@ type StripModifierTypeItems = typing.Literal[
2895
2904
  "WHITE_BALANCE", # White Balance.
2896
2905
  "SOUND_EQUALIZER", # Sound Equalizer.
2897
2906
  ]
2907
+ type StripScaleMethodItems = typing.Literal[
2908
+ "FIT", # Scale to Fit.Fits the image bounds inside the canvas, avoiding crops while maintaining aspect ratio.
2909
+ "FILL", # Scale to Fill.Fills the canvas edge-to-edge, cropping if needed, while maintaining aspect ratio.
2910
+ "STRETCH", # Stretch to Fill.Stretches image bounds to the canvas without preserving aspect ratio.
2911
+ "ORIGINAL", # Use Original Size.Display image at its original size.
2912
+ ]
2898
2913
  type StripSoundModifierTypeItems = typing.Literal[
2899
2914
  "SOUND_EQUALIZER", # Sound Equalizer.
2900
2915
  ]