fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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 (305) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  8. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  9. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  10. _bpy_internal/__init__.pyi +3 -1
  11. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  12. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  13. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  14. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  15. _bpy_internal/filesystem/__init__.pyi +5 -0
  16. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  17. _bpy_internal/platform/__init__.pyi +5 -0
  18. _bpy_types/__init__.pyi +18 -123
  19. {rna_info → _rna_info}/__init__.pyi +0 -1
  20. addon_utils/__init__.pyi +0 -13
  21. aud/__init__.pyi +55 -131
  22. bl_math/__init__.pyi +2 -12
  23. bl_operators/__init__.pyi +1 -0
  24. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  25. bl_operators/anim/__init__.pyi +47 -24
  26. bl_operators/assets/__init__.pyi +0 -6
  27. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  28. bl_operators/clip/__init__.pyi +0 -20
  29. bl_operators/connect_to_output/__init__.pyi +0 -2
  30. bl_operators/console/__init__.pyi +0 -10
  31. bl_operators/constraint/__init__.pyi +0 -8
  32. bl_operators/copy_global_transform/__init__.pyi +261 -0
  33. bl_operators/file/__init__.pyi +0 -6
  34. bl_operators/freestyle/__init__.pyi +0 -8
  35. bl_operators/geometry_nodes/__init__.pyi +0 -8
  36. bl_operators/grease_pencil/__init__.pyi +0 -2
  37. bl_operators/image/__init__.pyi +0 -10
  38. bl_operators/image_as_planes/__init__.pyi +0 -4
  39. bl_operators/mesh/__init__.pyi +0 -4
  40. bl_operators/node/__init__.pyi +51 -47
  41. bl_operators/object/__init__.pyi +0 -37
  42. bl_operators/object_align/__init__.pyi +0 -2
  43. bl_operators/object_quick_effects/__init__.pyi +0 -8
  44. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  45. bl_operators/presets/__init__.pyi +0 -50
  46. bl_operators/rigidbody/__init__.pyi +0 -6
  47. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  48. bl_operators/sequencer/__init__.pyi +0 -16
  49. bl_operators/spreadsheet/__init__.pyi +0 -2
  50. bl_operators/userpref/__init__.pyi +0 -50
  51. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  52. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  53. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  54. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  55. bl_operators/view3d/__init__.pyi +0 -16
  56. bl_operators/wm/__init__.pyi +0 -92
  57. bl_operators/world/__init__.pyi +0 -2
  58. bl_ui/__init__.pyi +3 -4
  59. bl_ui/anim/__init__.pyi +0 -2
  60. bl_ui/asset_shelf/__init__.pyi +0 -2
  61. bl_ui/generic_ui_list/__init__.pyi +1 -17
  62. bl_ui/node_add_menu/__init__.pyi +13 -16
  63. bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
  64. bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
  65. bl_ui/node_add_menu_shader/__init__.pyi +21 -39
  66. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  67. bl_ui/properties_collection/__init__.pyi +0 -14
  68. bl_ui/properties_constraint/__init__.pyi +64 -150
  69. bl_ui/properties_data_armature/__init__.pyi +0 -36
  70. bl_ui/properties_data_bone/__init__.pyi +0 -20
  71. bl_ui/properties_data_camera/__init__.pyi +0 -30
  72. bl_ui/properties_data_curve/__init__.pyi +0 -30
  73. bl_ui/properties_data_curves/__init__.pyi +0 -16
  74. bl_ui/properties_data_empty/__init__.pyi +0 -4
  75. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  76. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  77. bl_ui/properties_data_light/__init__.pyi +0 -20
  78. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  79. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  80. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  81. bl_ui/properties_data_modifier/__init__.pyi +12 -19
  82. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  83. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  84. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  85. bl_ui/properties_data_volume/__init__.pyi +0 -18
  86. bl_ui/properties_freestyle/__init__.pyi +0 -50
  87. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  88. bl_ui/properties_mask_common/__init__.pyi +0 -14
  89. bl_ui/properties_material/__init__.pyi +0 -32
  90. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  91. bl_ui/properties_object/__init__.pyi +35 -42
  92. bl_ui/properties_output/__init__.pyi +0 -40
  93. bl_ui/properties_paint_common/__init__.pyi +23 -12
  94. bl_ui/properties_particle/__init__.pyi +0 -106
  95. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  96. bl_ui/properties_physics_common/__init__.pyi +0 -2
  97. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  98. bl_ui/properties_physics_field/__init__.pyi +0 -20
  99. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  100. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  101. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  102. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  103. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  104. bl_ui/properties_render/__init__.pyi +0 -90
  105. bl_ui/properties_scene/__init__.pyi +0 -34
  106. bl_ui/properties_strip/__init__.pyi +744 -0
  107. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  108. bl_ui/properties_texture/__init__.pyi +0 -54
  109. bl_ui/properties_view_layer/__init__.pyi +7 -28
  110. bl_ui/properties_workspace/__init__.pyi +0 -8
  111. bl_ui/properties_world/__init__.pyi +0 -22
  112. bl_ui/space_clip/__init__.pyi +1 -150
  113. bl_ui/space_console/__init__.pyi +0 -12
  114. bl_ui/space_dopesheet/__init__.pyi +52 -60
  115. bl_ui/space_filebrowser/__init__.pyi +0 -60
  116. bl_ui/space_graph/__init__.pyi +0 -44
  117. bl_ui/space_image/__init__.pyi +2 -144
  118. bl_ui/space_info/__init__.pyi +0 -12
  119. bl_ui/space_nla/__init__.pyi +0 -36
  120. bl_ui/space_node/__init__.pyi +29 -137
  121. bl_ui/space_outliner/__init__.pyi +0 -30
  122. bl_ui/space_properties/__init__.pyi +29 -6
  123. bl_ui/space_sequencer/__init__.pyi +46 -912
  124. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  125. bl_ui/space_statusbar/__init__.pyi +0 -2
  126. bl_ui/space_text/__init__.pyi +0 -32
  127. bl_ui/space_time/__init__.pyi +7 -41
  128. bl_ui/space_topbar/__init__.pyi +7 -52
  129. bl_ui/space_userpref/__init__.pyi +7 -188
  130. bl_ui/space_view3d/__init__.pyi +36 -544
  131. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  132. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  133. blf/__init__.pyi +6 -50
  134. bmesh/__init__.pyi +0 -7
  135. bmesh/geometry/__init__.pyi +0 -3
  136. bmesh/ops/__init__.pyi +2 -450
  137. bmesh/types/__init__.pyi +294 -634
  138. bmesh/utils/__init__.pyi +16 -43
  139. bpy/app/__init__.pyi +60 -59
  140. bpy/app/handlers/__init__.pyi +4 -0
  141. bpy/app/icons/__init__.pyi +0 -6
  142. bpy/app/timers/__init__.pyi +0 -6
  143. bpy/app/translations/__init__.pyi +1 -16
  144. bpy/msgbus/__init__.pyi +1 -4
  145. bpy/ops/action/__init__.pyi +15 -165
  146. bpy/ops/anim/__init__.pyi +38 -279
  147. bpy/ops/armature/__init__.pyi +18 -192
  148. bpy/ops/asset/__init__.pyi +11 -97
  149. bpy/ops/boid/__init__.pyi +7 -38
  150. bpy/ops/brush/__init__.pyi +3 -104
  151. bpy/ops/buttons/__init__.pyi +4 -71
  152. bpy/ops/cachefile/__init__.pyi +2 -63
  153. bpy/ops/camera/__init__.pyi +0 -11
  154. bpy/ops/clip/__init__.pyi +43 -427
  155. bpy/ops/cloth/__init__.pyi +0 -5
  156. bpy/ops/collection/__init__.pyi +3 -35
  157. bpy/ops/console/__init__.pyi +10 -88
  158. bpy/ops/constraint/__init__.pyi +3 -80
  159. bpy/ops/curve/__init__.pyi +23 -254
  160. bpy/ops/curves/__init__.pyi +17 -166
  161. bpy/ops/cycles/__init__.pyi +1 -14
  162. bpy/ops/dpaint/__init__.pyi +3 -21
  163. bpy/ops/ed/__init__.pyi +10 -82
  164. bpy/ops/export_anim/__init__.pyi +2 -10
  165. bpy/ops/export_scene/__init__.pyi +1 -155
  166. bpy/ops/extensions/__init__.pyi +15 -150
  167. bpy/ops/file/__init__.pyi +27 -217
  168. bpy/ops/fluid/__init__.pyi +13 -70
  169. bpy/ops/font/__init__.pyi +10 -134
  170. bpy/ops/geometry/__init__.pyi +3 -124
  171. bpy/ops/gizmogroup/__init__.pyi +1 -12
  172. bpy/ops/gpencil/__init__.pyi +5 -38
  173. bpy/ops/graph/__init__.pyi +18 -316
  174. bpy/ops/grease_pencil/__init__.pyi +61 -522
  175. bpy/ops/image/__init__.pyi +19 -379
  176. bpy/ops/import_anim/__init__.pyi +2 -16
  177. bpy/ops/import_curve/__init__.pyi +0 -6
  178. bpy/ops/import_scene/__init__.pyi +0 -50
  179. bpy/ops/info/__init__.pyi +4 -35
  180. bpy/ops/lattice/__init__.pyi +3 -33
  181. bpy/ops/marker/__init__.pyi +2 -50
  182. bpy/ops/mask/__init__.pyi +17 -176
  183. bpy/ops/material/__init__.pyi +3 -15
  184. bpy/ops/mball/__init__.pyi +1 -30
  185. bpy/ops/mesh/__init__.pyi +32 -915
  186. bpy/ops/nla/__init__.pyi +20 -184
  187. bpy/ops/node/__init__.pyi +306 -666
  188. bpy/ops/object/__init__.pyi +139 -1254
  189. bpy/ops/outliner/__init__.pyi +47 -327
  190. bpy/ops/paint/__init__.pyi +43 -282
  191. bpy/ops/paintcurve/__init__.pyi +4 -36
  192. bpy/ops/palette/__init__.pyi +3 -27
  193. bpy/ops/particle/__init__.pyi +20 -160
  194. bpy/ops/pointcloud/__init__.pyi +3 -35
  195. bpy/ops/pose/__init__.pyi +28 -233
  196. bpy/ops/poselib/__init__.pyi +4 -69
  197. bpy/ops/preferences/__init__.pyi +23 -177
  198. bpy/ops/ptcache/__init__.pyi +5 -31
  199. bpy/ops/render/__init__.pyi +10 -74
  200. bpy/ops/rigidbody/__init__.pyi +6 -56
  201. bpy/ops/scene/__init__.pyi +22 -167
  202. bpy/ops/screen/__init__.pyi +36 -202
  203. bpy/ops/script/__init__.pyi +1 -12
  204. bpy/ops/sculpt/__init__.pyi +41 -312
  205. bpy/ops/sculpt_curves/__init__.pyi +6 -21
  206. bpy/ops/sequencer/__init__.pyi +92 -669
  207. bpy/ops/sound/__init__.pyi +3 -109
  208. bpy/ops/spreadsheet/__init__.pyi +5 -32
  209. bpy/ops/surface/__init__.pyi +0 -48
  210. bpy/ops/text/__init__.pyi +27 -225
  211. bpy/ops/text_editor/__init__.pyi +0 -5
  212. bpy/ops/texture/__init__.pyi +3 -18
  213. bpy/ops/transform/__init__.pyi +10 -382
  214. bpy/ops/ui/__init__.pyi +21 -158
  215. bpy/ops/uilist/__init__.pyi +0 -13
  216. bpy/ops/uv/__init__.pyi +52 -305
  217. bpy/ops/view2d/__init__.pyi +3 -73
  218. bpy/ops/view3d/__init__.pyi +37 -339
  219. bpy/ops/wm/__init__.pyi +116 -1316
  220. bpy/ops/workspace/__init__.pyi +7 -39
  221. bpy/ops/world/__init__.pyi +2 -10
  222. bpy/path/__init__.pyi +0 -34
  223. bpy/props/__init__.pyi +15 -157
  224. bpy/stub_internal/rna_enums/__init__.pyi +65 -33
  225. bpy/types/__init__.pyi +21798 -58228
  226. bpy/utils/__init__.pyi +4 -75
  227. bpy/utils/previews/__init__.pyi +1 -10
  228. bpy/utils/units/__init__.pyi +0 -12
  229. bpy_extras/anim_utils/__init__.pyi +24 -16
  230. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  231. bpy_extras/id_map_utils/__init__.pyi +14 -6
  232. bpy_extras/image_utils/__init__.pyi +0 -9
  233. bpy_extras/io_utils/__init__.pyi +2 -22
  234. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  235. bpy_extras/mesh_utils/__init__.pyi +0 -12
  236. bpy_extras/object_utils/__init__.pyi +0 -14
  237. bpy_extras/view3d_utils/__init__.pyi +0 -18
  238. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
  239. fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
  240. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
  241. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -14
  242. freestyle/chainingiterators/__init__.pyi +0 -22
  243. freestyle/functions/__init__.pyi +0 -139
  244. freestyle/predicates/__init__.pyi +0 -51
  245. freestyle/shaders/__init__.pyi +0 -65
  246. freestyle/types/__init__.pyi +139 -777
  247. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  248. freestyle/utils/__init__.pyi +1 -7
  249. gpu/capabilities/__init__.pyi +0 -21
  250. gpu/matrix/__init__.pyi +1 -10
  251. gpu/platform/__init__.pyi +0 -5
  252. gpu/shader/__init__.pyi +22 -6
  253. gpu/state/__init__.pyi +59 -38
  254. gpu/texture/__init__.pyi +0 -2
  255. gpu/types/__init__.pyi +162 -230
  256. gpu_extras/batch/__init__.pyi +0 -4
  257. gpu_extras/presets/__init__.pyi +6 -8
  258. idprop/__init__.pyi +16 -0
  259. idprop/types/__init__.pyi +5 -5
  260. imbuf/__init__.pyi +2 -9
  261. imbuf/types/__init__.pyi +5 -25
  262. keyingsets_builtins/__init__.pyi +1 -45
  263. mathutils/__init__.pyi +82 -2172
  264. mathutils/bvhtree/__init__.pyi +4 -24
  265. mathutils/geometry/__init__.pyi +41 -133
  266. mathutils/interpolate/__init__.pyi +3 -4
  267. mathutils/kdtree/__init__.pyi +0 -11
  268. mathutils/noise/__init__.pyi +0 -62
  269. fake_bpy_module_latest-20250927.dist-info/RECORD +0 -373
  270. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  271. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  272. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  273. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  274. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  275. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  276. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  277. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  278. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  279. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  280. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  281. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  282. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  283. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  284. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  285. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  286. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  287. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  288. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  289. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  290. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  291. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  292. /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
  293. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  294. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  295. {console_python → _console_python}/__init__.pyi +0 -0
  296. {console_python → _console_python}/py.typed +0 -0
  297. {console_shell → _console_shell}/__init__.pyi +0 -0
  298. {console_shell → _console_shell}/py.typed +0 -0
  299. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  300. {graphviz_export → _graphviz_export}/py.typed +0 -0
  301. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  302. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  303. {rna_info → _rna_info}/py.typed +0 -0
  304. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  305. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -18,18 +18,11 @@ def apply_pose_asset(
18
18
  ) -> None:
19
19
  """Apply the given Pose Action to the rig
20
20
 
21
- :type execution_context: int | str | None
22
- :type undo: bool | None
23
21
  :param asset_library_type: Asset Library Type
24
- :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
25
22
  :param asset_library_identifier: Asset Library Identifier
26
- :type asset_library_identifier: str
27
23
  :param relative_asset_identifier: Relative Asset Identifier
28
- :type relative_asset_identifier: str
29
24
  :param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
30
- :type blend_factor: float | None
31
25
  :param flipped: Apply Flipped, When enabled, applies the pose flipped over the X-axis
32
- :type flipped: bool | None
33
26
  """
34
27
 
35
28
  def asset_delete(
@@ -37,11 +30,7 @@ def asset_delete(
37
30
  undo: bool | None = None,
38
31
  /,
39
32
  ) -> None:
40
- """Delete the selected Pose Asset
41
-
42
- :type execution_context: int | str | None
43
- :type undo: bool | None
44
- """
33
+ """Delete the selected Pose Asset"""
45
34
 
46
35
  def asset_modify(
47
36
  execution_context: int | str | None = None,
@@ -52,8 +41,6 @@ def asset_modify(
52
41
  ) -> None:
53
42
  """Update the selected pose asset in the asset library from the currently selected bones. The mode defines how the asset is updated
54
43
 
55
- :type execution_context: int | str | None
56
- :type undo: bool | None
57
44
  :param mode: Overwrite Mode, Specify which parts of the pose asset are overwritten
58
45
 
59
46
  ADJUST
@@ -67,7 +54,6 @@ def asset_modify(
67
54
 
68
55
  REMOVE
69
56
  Remove Selected Bones -- Remove channels of the selection from the pose asset.
70
- :type mode: typing.Literal['ADJUST','REPLACE','ADD','REMOVE'] | None
71
57
  """
72
58
 
73
59
  def blend_pose_asset(
@@ -85,42 +71,12 @@ def blend_pose_asset(
85
71
  ) -> None:
86
72
  """Blend the given Pose Action to the rig
87
73
 
88
- :type execution_context: int | str | None
89
- :type undo: bool | None
90
74
  :param asset_library_type: Asset Library Type
91
- :type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
92
75
  :param asset_library_identifier: Asset Library Identifier
93
- :type asset_library_identifier: str
94
76
  :param relative_asset_identifier: Relative Asset Identifier
95
- :type relative_asset_identifier: str
96
77
  :param blend_factor: Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it
97
- :type blend_factor: float | None
98
78
  :param flipped: Apply Flipped, When enabled, applies the pose flipped over the X-axis
99
- :type flipped: bool | None
100
79
  :param release_confirm: Confirm on Release, Always confirm operation when releasing button
101
- :type release_confirm: bool | None
102
- """
103
-
104
- def convert_old_object_poselib(
105
- execution_context: int | str | None = None,
106
- undo: bool | None = None,
107
- /,
108
- ) -> None:
109
- """Create a pose asset for each pose marker in this legacy pose library data-block
110
-
111
- :type execution_context: int | str | None
112
- :type undo: bool | None
113
- """
114
-
115
- def convert_old_poselib(
116
- execution_context: int | str | None = None,
117
- undo: bool | None = None,
118
- /,
119
- ) -> None:
120
- """Create a pose asset for each pose marker in the current action
121
-
122
- :type execution_context: int | str | None
123
- :type undo: bool | None
124
80
  """
125
81
 
126
82
  def copy_as_asset(
@@ -128,11 +84,7 @@ def copy_as_asset(
128
84
  undo: bool | None = None,
129
85
  /,
130
86
  ) -> None:
131
- """Create a new pose asset on the clipboard, to be pasted into an Asset Browser
132
-
133
- :type execution_context: int | str | None
134
- :type undo: bool | None
135
- """
87
+ """Create a new pose asset on the clipboard, to be pasted into an Asset Browser"""
136
88
 
137
89
  def create_pose_asset(
138
90
  execution_context: int | str | None = None,
@@ -145,14 +97,9 @@ def create_pose_asset(
145
97
  ) -> None:
146
98
  """Create a new asset from the selected bones in the scene
147
99
 
148
- :type execution_context: int | str | None
149
- :type undo: bool | None
150
100
  :param pose_name: Pose Name, Name for the new pose asset
151
- :type pose_name: str
152
101
  :param asset_library_reference: Library, Asset library used to store the new pose
153
- :type asset_library_reference: str | None
154
102
  :param catalog_path: Catalog, Catalog to use for the new asset
155
- :type catalog_path: str
156
103
  """
157
104
 
158
105
  def paste_asset(
@@ -160,11 +107,7 @@ def paste_asset(
160
107
  undo: bool | None = None,
161
108
  /,
162
109
  ) -> None:
163
- """Paste the Asset that was previously copied using Copy As Asset
164
-
165
- :type execution_context: int | str | None
166
- :type undo: bool | None
167
- """
110
+ """Paste the Asset that was previously copied using Copy As Asset"""
168
111
 
169
112
  def pose_asset_select_bones(
170
113
  execution_context: int | str | None = None,
@@ -176,12 +119,8 @@ def pose_asset_select_bones(
176
119
  ) -> None:
177
120
  """Select those bones that are used in this pose
178
121
 
179
- :type execution_context: int | str | None
180
- :type undo: bool | None
181
122
  :param select: Select
182
- :type select: bool | None
183
123
  :param flipped: Flipped
184
- :type flipped: bool | None
185
124
  """
186
125
 
187
126
  def restore_previous_action(
@@ -189,8 +128,4 @@ def restore_previous_action(
189
128
  undo: bool | None = None,
190
129
  /,
191
130
  ) -> None:
192
- """Switch back to the previous Action, after creating a pose asset
193
-
194
- :type execution_context: int | str | None
195
- :type undo: bool | None
196
- """
131
+ """Switch back to the previous Action, after creating a pose asset"""
@@ -13,10 +13,7 @@ def addon_disable(
13
13
  ) -> None:
14
14
  """Turn off this add-on
15
15
 
16
- :type execution_context: int | str | None
17
- :type undo: bool | None
18
16
  :param module: Module, Module name of the add-on to disable
19
- :type module: str
20
17
  """
21
18
 
22
19
  def addon_enable(
@@ -28,10 +25,7 @@ def addon_enable(
28
25
  ) -> None:
29
26
  """Turn on this add-on
30
27
 
31
- :type execution_context: int | str | None
32
- :type undo: bool | None
33
28
  :param module: Module, Module name of the add-on to enable
34
- :type module: str
35
29
  """
36
30
 
37
31
  def addon_expand(
@@ -43,10 +37,7 @@ def addon_expand(
43
37
  ) -> None:
44
38
  """Display information and preferences for this add-on
45
39
 
46
- :type execution_context: int | str | None
47
- :type undo: bool | None
48
40
  :param module: Module, Module name of the add-on to expand
49
- :type module: str
50
41
  """
51
42
 
52
43
  def addon_install(
@@ -64,22 +55,13 @@ def addon_install(
64
55
  ) -> None:
65
56
  """Install an add-on
66
57
 
67
- :type execution_context: int | str | None
68
- :type undo: bool | None
69
58
  :param overwrite: Overwrite, Remove existing add-ons with the same ID
70
- :type overwrite: bool | None
71
59
  :param enable_on_install: Enable on Install, Enable after installing
72
- :type enable_on_install: bool | None
73
60
  :param target: Target Path
74
- :type target: str | None
75
61
  :param filepath: filepath
76
- :type filepath: str
77
62
  :param filter_folder: Filter folders
78
- :type filter_folder: bool | None
79
63
  :param filter_python: Filter Python
80
- :type filter_python: bool | None
81
64
  :param filter_glob: filter_glob
82
- :type filter_glob: str
83
65
  """
84
66
 
85
67
  def addon_refresh(
@@ -87,11 +69,7 @@ def addon_refresh(
87
69
  undo: bool | None = None,
88
70
  /,
89
71
  ) -> None:
90
- """Scan add-on directories for new modules
91
-
92
- :type execution_context: int | str | None
93
- :type undo: bool | None
94
- """
72
+ """Scan add-on directories for new modules"""
95
73
 
96
74
  def addon_remove(
97
75
  execution_context: int | str | None = None,
@@ -102,10 +80,7 @@ def addon_remove(
102
80
  ) -> None:
103
81
  """Delete the add-on from the file system
104
82
 
105
- :type execution_context: int | str | None
106
- :type undo: bool | None
107
83
  :param module: Module, Module name of the add-on to remove
108
- :type module: str
109
84
  """
110
85
 
111
86
  def addon_show(
@@ -117,10 +92,7 @@ def addon_show(
117
92
  ) -> None:
118
93
  """Show add-on preferences
119
94
 
120
- :type execution_context: int | str | None
121
- :type undo: bool | None
122
95
  :param module: Module, Module name of the add-on to expand
123
- :type module: str
124
96
  """
125
97
 
126
98
  def app_template_install(
@@ -135,16 +107,10 @@ def app_template_install(
135
107
  ) -> None:
136
108
  """Install an application template
137
109
 
138
- :type execution_context: int | str | None
139
- :type undo: bool | None
140
110
  :param overwrite: Overwrite, Remove existing template with the same ID
141
- :type overwrite: bool | None
142
111
  :param filepath: filepath
143
- :type filepath: str
144
112
  :param filter_folder: Filter folders
145
- :type filter_folder: bool | None
146
113
  :param filter_glob: filter_glob
147
- :type filter_glob: str
148
114
  """
149
115
 
150
116
  def asset_library_add(
@@ -180,48 +146,26 @@ def asset_library_add(
180
146
  ) -> None:
181
147
  """Add a directory to be used by the Asset Browser as source of assets
182
148
 
183
- :type execution_context: int | str | None
184
- :type undo: bool | None
185
149
  :param directory: Directory, Directory of the file
186
- :type directory: str
187
150
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
188
- :type hide_props_region: bool | None
189
151
  :param check_existing: Check Existing, Check and warn on overwriting existing files
190
- :type check_existing: bool | None
191
152
  :param filter_blender: Filter .blend files
192
- :type filter_blender: bool | None
193
153
  :param filter_backup: Filter .blend files
194
- :type filter_backup: bool | None
195
154
  :param filter_image: Filter image files
196
- :type filter_image: bool | None
197
155
  :param filter_movie: Filter movie files
198
- :type filter_movie: bool | None
199
156
  :param filter_python: Filter Python files
200
- :type filter_python: bool | None
201
157
  :param filter_font: Filter font files
202
- :type filter_font: bool | None
203
158
  :param filter_sound: Filter sound files
204
- :type filter_sound: bool | None
205
159
  :param filter_text: Filter text files
206
- :type filter_text: bool | None
207
160
  :param filter_archive: Filter archive files
208
- :type filter_archive: bool | None
209
161
  :param filter_btx: Filter btx files
210
- :type filter_btx: bool | None
211
162
  :param filter_alembic: Filter Alembic files
212
- :type filter_alembic: bool | None
213
163
  :param filter_usd: Filter USD files
214
- :type filter_usd: bool | None
215
164
  :param filter_obj: Filter OBJ files
216
- :type filter_obj: bool | None
217
165
  :param filter_volume: Filter OpenVDB volume files
218
- :type filter_volume: bool | None
219
166
  :param filter_folder: Filter folders
220
- :type filter_folder: bool | None
221
167
  :param filter_blenlib: Filter Blender IDs
222
- :type filter_blenlib: bool | None
223
168
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
224
- :type filemode: int | None
225
169
  :param display_type: Display Type
226
170
 
227
171
  DEFAULT
@@ -235,9 +179,7 @@ def asset_library_add(
235
179
 
236
180
  THUMBNAIL
237
181
  Thumbnails -- Display files as thumbnails.
238
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
239
182
  :param sort_method: File sorting mode
240
- :type sort_method: str | None
241
183
  """
242
184
 
243
185
  def asset_library_remove(
@@ -249,10 +191,7 @@ def asset_library_remove(
249
191
  ) -> None:
250
192
  """Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
251
193
 
252
- :type execution_context: int | str | None
253
- :type undo: bool | None
254
194
  :param index: Index
255
- :type index: int | None
256
195
  """
257
196
 
258
197
  def associate_blend(
@@ -260,22 +199,14 @@ def associate_blend(
260
199
  undo: bool | None = None,
261
200
  /,
262
201
  ) -> None:
263
- """Use this installation for .blend files and to display thumbnails
264
-
265
- :type execution_context: int | str | None
266
- :type undo: bool | None
267
- """
202
+ """Use this installation for .blend files and to display thumbnails"""
268
203
 
269
204
  def autoexec_path_add(
270
205
  execution_context: int | str | None = None,
271
206
  undo: bool | None = None,
272
207
  /,
273
208
  ) -> None:
274
- """Add path to exclude from auto-execution
275
-
276
- :type execution_context: int | str | None
277
- :type undo: bool | None
278
- """
209
+ """Add path to exclude from auto-execution"""
279
210
 
280
211
  def autoexec_path_remove(
281
212
  execution_context: int | str | None = None,
@@ -286,22 +217,22 @@ def autoexec_path_remove(
286
217
  ) -> None:
287
218
  """Remove path to exclude from auto-execution
288
219
 
289
- :type execution_context: int | str | None
290
- :type undo: bool | None
291
220
  :param index: Index
292
- :type index: int | None
293
221
  """
294
222
 
295
- def copy_prev(
223
+ def clear_filter(
296
224
  execution_context: int | str | None = None,
297
225
  undo: bool | None = None,
298
226
  /,
299
227
  ) -> None:
300
- """Copy settings from previous version
228
+ """Clear the search filter"""
301
229
 
302
- :type execution_context: int | str | None
303
- :type undo: bool | None
304
- """
230
+ def copy_prev(
231
+ execution_context: int | str | None = None,
232
+ undo: bool | None = None,
233
+ /,
234
+ ) -> None:
235
+ """Copy settings from previous version"""
305
236
 
306
237
  def extension_repo_add(
307
238
  execution_context: int | str | None = None,
@@ -319,22 +250,13 @@ def extension_repo_add(
319
250
  ) -> None:
320
251
  """Add a new repository used to store extensions
321
252
 
322
- :type execution_context: int | str | None
323
- :type undo: bool | None
324
253
  :param name: Name, Unique repository name
325
- :type name: str
326
254
  :param remote_url: URL, Remote URL to the extension repository, the file-system may be referenced using the file URI scheme: "file://"
327
- :type remote_url: str
328
255
  :param use_access_token: Requires Access Token, Repository requires an access token
329
- :type use_access_token: bool | None
330
256
  :param access_token: Secret, Personal access token, may be required by some repositories
331
- :type access_token: str
332
257
  :param use_sync_on_startup: Check for Updates on Startup, Allow Blender to check for updates upon launch
333
- :type use_sync_on_startup: bool | None
334
258
  :param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a users extensions directory is created.
335
- :type use_custom_directory: bool | None
336
259
  :param custom_directory: Custom Directory, The local directory containing extensions
337
- :type custom_directory: str
338
260
  :param type: Type, The kind of repository to add
339
261
 
340
262
  REMOTE
@@ -342,7 +264,6 @@ def extension_repo_add(
342
264
 
343
265
  LOCAL
344
266
  Add Local Repository -- Add a repository managed manually without referencing an external repository.
345
- :type type: typing.Literal['REMOTE','LOCAL'] | None
346
267
  """
347
268
 
348
269
  def extension_repo_remove(
@@ -355,12 +276,8 @@ def extension_repo_remove(
355
276
  ) -> None:
356
277
  """Remove an extension repository
357
278
 
358
- :type execution_context: int | str | None
359
- :type undo: bool | None
360
279
  :param index: Index
361
- :type index: int | None
362
280
  :param remove_files: Remove Files, Remove extension files when removing the repository
363
- :type remove_files: bool | None
364
281
  """
365
282
 
366
283
  def extension_url_drop(
@@ -372,10 +289,7 @@ def extension_url_drop(
372
289
  ) -> None:
373
290
  """Handle dropping an extension URL
374
291
 
375
- :type execution_context: int | str | None
376
- :type undo: bool | None
377
292
  :param url: URL, Location of the extension to install
378
- :type url: str
379
293
  """
380
294
 
381
295
  def keyconfig_activate(
@@ -387,10 +301,7 @@ def keyconfig_activate(
387
301
  ) -> None:
388
302
  """Undocumented, consider contributing.
389
303
 
390
- :type execution_context: int | str | None
391
- :type undo: bool | None
392
304
  :param filepath: filepath
393
- :type filepath: str
394
305
  """
395
306
 
396
307
  def keyconfig_export(
@@ -406,18 +317,11 @@ def keyconfig_export(
406
317
  ) -> None:
407
318
  """Export key configuration to a Python script
408
319
 
409
- :type execution_context: int | str | None
410
- :type undo: bool | None
411
320
  :param all: All Keymaps, Write all keymaps (not just user modified)
412
- :type all: bool | None
413
321
  :param filepath: filepath
414
- :type filepath: str
415
322
  :param filter_folder: Filter folders
416
- :type filter_folder: bool | None
417
323
  :param filter_text: Filter text
418
- :type filter_text: bool | None
419
324
  :param filter_python: Filter Python
420
- :type filter_python: bool | None
421
325
  """
422
326
 
423
327
  def keyconfig_import(
@@ -433,18 +337,11 @@ def keyconfig_import(
433
337
  ) -> None:
434
338
  """Import key configuration from a Python script
435
339
 
436
- :type execution_context: int | str | None
437
- :type undo: bool | None
438
340
  :param filepath: filepath
439
- :type filepath: str
440
341
  :param filter_folder: Filter folders
441
- :type filter_folder: bool | None
442
342
  :param filter_text: Filter text
443
- :type filter_text: bool | None
444
343
  :param filter_python: Filter Python
445
- :type filter_python: bool | None
446
344
  :param keep_original: Keep Original, Keep original file after copying to configuration folder
447
- :type keep_original: bool | None
448
345
  """
449
346
 
450
347
  def keyconfig_remove(
@@ -452,33 +349,21 @@ def keyconfig_remove(
452
349
  undo: bool | None = None,
453
350
  /,
454
351
  ) -> None:
455
- """Remove key config
456
-
457
- :type execution_context: int | str | None
458
- :type undo: bool | None
459
- """
352
+ """Remove key config"""
460
353
 
461
354
  def keyconfig_test(
462
355
  execution_context: int | str | None = None,
463
356
  undo: bool | None = None,
464
357
  /,
465
358
  ) -> None:
466
- """Test key configuration for conflicts
467
-
468
- :type execution_context: int | str | None
469
- :type undo: bool | None
470
- """
359
+ """Test key configuration for conflicts"""
471
360
 
472
361
  def keyitem_add(
473
362
  execution_context: int | str | None = None,
474
363
  undo: bool | None = None,
475
364
  /,
476
365
  ) -> None:
477
- """Add key map item
478
-
479
- :type execution_context: int | str | None
480
- :type undo: bool | None
481
- """
366
+ """Add key map item"""
482
367
 
483
368
  def keyitem_remove(
484
369
  execution_context: int | str | None = None,
@@ -489,10 +374,7 @@ def keyitem_remove(
489
374
  ) -> None:
490
375
  """Remove key map item
491
376
 
492
- :type execution_context: int | str | None
493
- :type undo: bool | None
494
377
  :param item_id: Item Identifier, Identifier of the item to remove
495
- :type item_id: int | None
496
378
  """
497
379
 
498
380
  def keyitem_restore(
@@ -504,10 +386,7 @@ def keyitem_restore(
504
386
  ) -> None:
505
387
  """Restore key map item
506
388
 
507
- :type execution_context: int | str | None
508
- :type undo: bool | None
509
389
  :param item_id: Item Identifier, Identifier of the item to restore
510
- :type item_id: int | None
511
390
  """
512
391
 
513
392
  def keymap_restore(
@@ -519,10 +398,7 @@ def keymap_restore(
519
398
  ) -> None:
520
399
  """Restore key map(s)
521
400
 
522
- :type execution_context: int | str | None
523
- :type undo: bool | None
524
401
  :param all: All Keymaps, Restore all keymaps to default
525
- :type all: bool | None
526
402
  """
527
403
 
528
404
  def reset_default_theme(
@@ -530,11 +406,7 @@ def reset_default_theme(
530
406
  undo: bool | None = None,
531
407
  /,
532
408
  ) -> None:
533
- """Reset to the default theme colors
534
-
535
- :type execution_context: int | str | None
536
- :type undo: bool | None
537
- """
409
+ """Reset to the default theme colors"""
538
410
 
539
411
  def script_directory_add(
540
412
  execution_context: int | str | None = None,
@@ -546,12 +418,8 @@ def script_directory_add(
546
418
  ) -> None:
547
419
  """Undocumented, consider contributing.
548
420
 
549
- :type execution_context: int | str | None
550
- :type undo: bool | None
551
421
  :param directory: directory
552
- :type directory: str
553
422
  :param filter_folder: Filter Folders
554
- :type filter_folder: bool | None
555
423
  """
556
424
 
557
425
  def script_directory_remove(
@@ -563,12 +431,16 @@ def script_directory_remove(
563
431
  ) -> None:
564
432
  """Undocumented, consider contributing.
565
433
 
566
- :type execution_context: int | str | None
567
- :type undo: bool | None
568
434
  :param index: Index, Index of the script directory to remove
569
- :type index: int | None
570
435
  """
571
436
 
437
+ def start_filter(
438
+ execution_context: int | str | None = None,
439
+ undo: bool | None = None,
440
+ /,
441
+ ) -> None:
442
+ """Start entering filter text"""
443
+
572
444
  def studiolight_copy_settings(
573
445
  execution_context: int | str | None = None,
574
446
  undo: bool | None = None,
@@ -578,10 +450,7 @@ def studiolight_copy_settings(
578
450
  ) -> None:
579
451
  """Copy Studio Light settings to the Studio Light editor
580
452
 
581
- :type execution_context: int | str | None
582
- :type undo: bool | None
583
453
  :param index: index
584
- :type index: int | None
585
454
  """
586
455
 
587
456
  def studiolight_install(
@@ -598,16 +467,10 @@ def studiolight_install(
598
467
  ) -> None:
599
468
  """Install a user defined light
600
469
 
601
- :type execution_context: int | str | None
602
- :type undo: bool | None
603
470
  :param files: File Path
604
- :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
605
471
  :param directory: directory
606
- :type directory: str
607
472
  :param filter_folder: Filter Folders
608
- :type filter_folder: bool | None
609
473
  :param filter_glob: filter_glob
610
- :type filter_glob: str
611
474
  :param type: Type
612
475
 
613
476
  MATCAP
@@ -618,7 +481,6 @@ def studiolight_install(
618
481
 
619
482
  STUDIO
620
483
  Studio -- Install custom Studio Lights.
621
- :type type: typing.Literal['MATCAP','WORLD','STUDIO'] | None
622
484
  """
623
485
 
624
486
  def studiolight_new(
@@ -630,10 +492,7 @@ def studiolight_new(
630
492
  ) -> None:
631
493
  """Save custom studio light from the studio light editor settings
632
494
 
633
- :type execution_context: int | str | None
634
- :type undo: bool | None
635
495
  :param filename: Name
636
- :type filename: str
637
496
  """
638
497
 
639
498
  def studiolight_uninstall(
@@ -645,10 +504,7 @@ def studiolight_uninstall(
645
504
  ) -> None:
646
505
  """Delete Studio Light
647
506
 
648
- :type execution_context: int | str | None
649
- :type undo: bool | None
650
507
  :param index: index
651
- :type index: int | None
652
508
  """
653
509
 
654
510
  def theme_install(
@@ -663,16 +519,10 @@ def theme_install(
663
519
  ) -> None:
664
520
  """Load and apply a Blender XML theme file
665
521
 
666
- :type execution_context: int | str | None
667
- :type undo: bool | None
668
522
  :param overwrite: Overwrite, Remove existing theme file if exists
669
- :type overwrite: bool | None
670
523
  :param filepath: filepath
671
- :type filepath: str
672
524
  :param filter_folder: Filter folders
673
- :type filter_folder: bool | None
674
525
  :param filter_glob: filter_glob
675
- :type filter_glob: str
676
526
  """
677
527
 
678
528
  def unassociate_blend(
@@ -680,8 +530,4 @@ def unassociate_blend(
680
530
  undo: bool | None = None,
681
531
  /,
682
532
  ) -> None:
683
- """Remove this installations associations with .blend files
684
-
685
- :type execution_context: int | str | None
686
- :type undo: bool | None
687
- """
533
+ """Remove this installations associations with .blend files"""