fake-bpy-module 20250604__py3-none-any.whl → 20250607__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +25 -58
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -50
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -75
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -307
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +15 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -16
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -38
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -45
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +136 -574
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1237 -1281
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/top_level.txt +0 -0
@@ -10,7 +10,7 @@ def action_set(
10
10
  /,
11
11
  *,
12
12
  action: str | None = "",
13
- ):
13
+ ) -> None:
14
14
  """Change the active action used
15
15
 
16
16
  :type execution_context: int | str | None
@@ -28,7 +28,7 @@ def animdata_operation(
28
28
  "CLEAR_ANIMDATA", "SET_ACT", "CLEAR_ACT", "REFRESH_DRIVERS", "CLEAR_DRIVERS"
29
29
  ]
30
30
  | None = "CLEAR_ANIMDATA",
31
- ):
31
+ ) -> None:
32
32
  """Undocumented, consider contributing.
33
33
 
34
34
  :type execution_context: int | str | None
@@ -52,7 +52,9 @@ def animdata_operation(
52
52
  :type type: typing.Literal['CLEAR_ANIMDATA','SET_ACT','CLEAR_ACT','REFRESH_DRIVERS','CLEAR_DRIVERS'] | None
53
53
  """
54
54
 
55
- def clear_filter(execution_context: int | str | None = None, undo: bool | None = None):
55
+ def clear_filter(
56
+ execution_context: int | str | None = None, undo: bool | None = None
57
+ ) -> None:
56
58
  """Clear the search filter
57
59
 
58
60
  :type execution_context: int | str | None
@@ -65,7 +67,7 @@ def collection_color_tag_set(
65
67
  /,
66
68
  *,
67
69
  color: bpy.stub_internal.rna_enums.CollectionColorItems | None = "NONE",
68
- ):
70
+ ) -> None:
69
71
  """Set a color tag for the selected collections
70
72
 
71
73
  :type execution_context: int | str | None
@@ -76,7 +78,7 @@ def collection_color_tag_set(
76
78
 
77
79
  def collection_disable(
78
80
  execution_context: int | str | None = None, undo: bool | None = None
79
- ):
81
+ ) -> None:
80
82
  """Disable viewport display in the view layers
81
83
 
82
84
  :type execution_context: int | str | None
@@ -85,7 +87,7 @@ def collection_disable(
85
87
 
86
88
  def collection_disable_render(
87
89
  execution_context: int | str | None = None, undo: bool | None = None
88
- ):
90
+ ) -> None:
89
91
  """Do not render this collection
90
92
 
91
93
  :type execution_context: int | str | None
@@ -94,7 +96,7 @@ def collection_disable_render(
94
96
 
95
97
  def collection_drop(
96
98
  execution_context: int | str | None = None, undo: bool | None = None
97
- ):
99
+ ) -> None:
98
100
  """Drag to move to collection in Outliner
99
101
 
100
102
  :type execution_context: int | str | None
@@ -103,7 +105,7 @@ def collection_drop(
103
105
 
104
106
  def collection_duplicate(
105
107
  execution_context: int | str | None = None, undo: bool | None = None
106
- ):
108
+ ) -> None:
107
109
  """Recursively duplicate the collection, all its children, objects and object data
108
110
 
109
111
  :type execution_context: int | str | None
@@ -112,7 +114,7 @@ def collection_duplicate(
112
114
 
113
115
  def collection_duplicate_linked(
114
116
  execution_context: int | str | None = None, undo: bool | None = None
115
- ):
117
+ ) -> None:
116
118
  """Recursively duplicate the collection, all its children and objects, with linked object data
117
119
 
118
120
  :type execution_context: int | str | None
@@ -121,7 +123,7 @@ def collection_duplicate_linked(
121
123
 
122
124
  def collection_enable(
123
125
  execution_context: int | str | None = None, undo: bool | None = None
124
- ):
126
+ ) -> None:
125
127
  """Enable viewport display in the view layers
126
128
 
127
129
  :type execution_context: int | str | None
@@ -130,7 +132,7 @@ def collection_enable(
130
132
 
131
133
  def collection_enable_render(
132
134
  execution_context: int | str | None = None, undo: bool | None = None
133
- ):
135
+ ) -> None:
134
136
  """Render the collection
135
137
 
136
138
  :type execution_context: int | str | None
@@ -139,7 +141,7 @@ def collection_enable_render(
139
141
 
140
142
  def collection_exclude_clear(
141
143
  execution_context: int | str | None = None, undo: bool | None = None
142
- ):
144
+ ) -> None:
143
145
  """Include collection in the active view layer
144
146
 
145
147
  :type execution_context: int | str | None
@@ -148,7 +150,7 @@ def collection_exclude_clear(
148
150
 
149
151
  def collection_exclude_set(
150
152
  execution_context: int | str | None = None, undo: bool | None = None
151
- ):
153
+ ) -> None:
152
154
  """Exclude collection from the active view layer
153
155
 
154
156
  :type execution_context: int | str | None
@@ -157,7 +159,7 @@ def collection_exclude_set(
157
159
 
158
160
  def collection_hide(
159
161
  execution_context: int | str | None = None, undo: bool | None = None
160
- ):
162
+ ) -> None:
161
163
  """Hide the collection in this view layer
162
164
 
163
165
  :type execution_context: int | str | None
@@ -166,7 +168,7 @@ def collection_hide(
166
168
 
167
169
  def collection_hide_inside(
168
170
  execution_context: int | str | None = None, undo: bool | None = None
169
- ):
171
+ ) -> None:
170
172
  """Hide all the objects and collections inside the collection
171
173
 
172
174
  :type execution_context: int | str | None
@@ -175,7 +177,7 @@ def collection_hide_inside(
175
177
 
176
178
  def collection_hierarchy_delete(
177
179
  execution_context: int | str | None = None, undo: bool | None = None
178
- ):
180
+ ) -> None:
179
181
  """Delete selected collection hierarchies
180
182
 
181
183
  :type execution_context: int | str | None
@@ -184,7 +186,7 @@ def collection_hierarchy_delete(
184
186
 
185
187
  def collection_holdout_clear(
186
188
  execution_context: int | str | None = None, undo: bool | None = None
187
- ):
189
+ ) -> None:
188
190
  """Clear masking of collection in the active view layer
189
191
 
190
192
  :type execution_context: int | str | None
@@ -193,7 +195,7 @@ def collection_holdout_clear(
193
195
 
194
196
  def collection_holdout_set(
195
197
  execution_context: int | str | None = None, undo: bool | None = None
196
- ):
198
+ ) -> None:
197
199
  """Mask collection in the active view layer
198
200
 
199
201
  :type execution_context: int | str | None
@@ -202,7 +204,7 @@ def collection_holdout_set(
202
204
 
203
205
  def collection_indirect_only_clear(
204
206
  execution_context: int | str | None = None, undo: bool | None = None
205
- ):
207
+ ) -> None:
206
208
  """Clear collection contributing only indirectly in the view layer
207
209
 
208
210
  :type execution_context: int | str | None
@@ -211,7 +213,7 @@ def collection_indirect_only_clear(
211
213
 
212
214
  def collection_indirect_only_set(
213
215
  execution_context: int | str | None = None, undo: bool | None = None
214
- ):
216
+ ) -> None:
215
217
  """Set collection to only contribute indirectly (through shadows and reflections) in the view layer
216
218
 
217
219
  :type execution_context: int | str | None
@@ -220,7 +222,7 @@ def collection_indirect_only_set(
220
222
 
221
223
  def collection_instance(
222
224
  execution_context: int | str | None = None, undo: bool | None = None
223
- ):
225
+ ) -> None:
224
226
  """Instance selected collections to active scene
225
227
 
226
228
  :type execution_context: int | str | None
@@ -233,7 +235,7 @@ def collection_isolate(
233
235
  /,
234
236
  *,
235
237
  extend: bool | None = False,
236
- ):
238
+ ) -> None:
237
239
  """Hide all but this collection and its parents
238
240
 
239
241
  :type execution_context: int | str | None
@@ -244,7 +246,7 @@ def collection_isolate(
244
246
 
245
247
  def collection_link(
246
248
  execution_context: int | str | None = None, undo: bool | None = None
247
- ):
249
+ ) -> None:
248
250
  """Link selected collections to active scene
249
251
 
250
252
  :type execution_context: int | str | None
@@ -257,7 +259,7 @@ def collection_new(
257
259
  /,
258
260
  *,
259
261
  nested: bool | None = True,
260
- ):
262
+ ) -> None:
261
263
  """Add a new collection inside selected collection
262
264
 
263
265
  :type execution_context: int | str | None
@@ -268,7 +270,7 @@ def collection_new(
268
270
 
269
271
  def collection_objects_deselect(
270
272
  execution_context: int | str | None = None, undo: bool | None = None
271
- ):
273
+ ) -> None:
272
274
  """Deselect objects in collection
273
275
 
274
276
  :type execution_context: int | str | None
@@ -277,7 +279,7 @@ def collection_objects_deselect(
277
279
 
278
280
  def collection_objects_select(
279
281
  execution_context: int | str | None = None, undo: bool | None = None
280
- ):
282
+ ) -> None:
281
283
  """Select objects in collection
282
284
 
283
285
  :type execution_context: int | str | None
@@ -286,7 +288,7 @@ def collection_objects_select(
286
288
 
287
289
  def collection_show(
288
290
  execution_context: int | str | None = None, undo: bool | None = None
289
- ):
291
+ ) -> None:
290
292
  """Show the collection in this view layer
291
293
 
292
294
  :type execution_context: int | str | None
@@ -295,7 +297,7 @@ def collection_show(
295
297
 
296
298
  def collection_show_inside(
297
299
  execution_context: int | str | None = None, undo: bool | None = None
298
- ):
300
+ ) -> None:
299
301
  """Show all the objects and collections inside the collection
300
302
 
301
303
  :type execution_context: int | str | None
@@ -308,7 +310,7 @@ def constraint_operation(
308
310
  /,
309
311
  *,
310
312
  type: typing.Literal["ENABLE", "DISABLE", "DELETE"] | None = "ENABLE",
311
- ):
313
+ ) -> None:
312
314
  """Undocumented, consider contributing.
313
315
 
314
316
  :type execution_context: int | str | None
@@ -323,7 +325,7 @@ def data_operation(
323
325
  /,
324
326
  *,
325
327
  type: str | None = "DEFAULT",
326
- ):
328
+ ) -> None:
327
329
  """Undocumented, consider contributing.
328
330
 
329
331
  :type execution_context: int | str | None
@@ -334,7 +336,7 @@ def data_operation(
334
336
 
335
337
  def datastack_drop(
336
338
  execution_context: int | str | None = None, undo: bool | None = None
337
- ):
339
+ ) -> None:
338
340
  """Copy or reorder modifiers, constraints, and effects
339
341
 
340
342
  :type execution_context: int | str | None
@@ -347,7 +349,7 @@ def delete(
347
349
  /,
348
350
  *,
349
351
  hierarchy: bool | None = False,
350
- ):
352
+ ) -> None:
351
353
  """Delete selected objects and collections
352
354
 
353
355
  :type execution_context: int | str | None
@@ -358,7 +360,7 @@ def delete(
358
360
 
359
361
  def drivers_add_selected(
360
362
  execution_context: int | str | None = None, undo: bool | None = None
361
- ):
363
+ ) -> None:
362
364
  """Add drivers to selected items
363
365
 
364
366
  :type execution_context: int | str | None
@@ -367,7 +369,7 @@ def drivers_add_selected(
367
369
 
368
370
  def drivers_delete_selected(
369
371
  execution_context: int | str | None = None, undo: bool | None = None
370
- ):
372
+ ) -> None:
371
373
  """Delete drivers assigned to selected items
372
374
 
373
375
  :type execution_context: int | str | None
@@ -376,14 +378,14 @@ def drivers_delete_selected(
376
378
 
377
379
  def expanded_toggle(
378
380
  execution_context: int | str | None = None, undo: bool | None = None
379
- ):
381
+ ) -> None:
380
382
  """Expand/Collapse all items
381
383
 
382
384
  :type execution_context: int | str | None
383
385
  :type undo: bool | None
384
386
  """
385
387
 
386
- def hide(execution_context: int | str | None = None, undo: bool | None = None):
388
+ def hide(execution_context: int | str | None = None, undo: bool | None = None) -> None:
387
389
  """Hide selected objects and collections
388
390
 
389
391
  :type execution_context: int | str | None
@@ -392,21 +394,25 @@ def hide(execution_context: int | str | None = None, undo: bool | None = None):
392
394
 
393
395
  def highlight_update(
394
396
  execution_context: int | str | None = None, undo: bool | None = None
395
- ):
397
+ ) -> None:
396
398
  """Update the item highlight based on the current mouse position
397
399
 
398
400
  :type execution_context: int | str | None
399
401
  :type undo: bool | None
400
402
  """
401
403
 
402
- def id_copy(execution_context: int | str | None = None, undo: bool | None = None):
404
+ def id_copy(
405
+ execution_context: int | str | None = None, undo: bool | None = None
406
+ ) -> None:
403
407
  """Copy the selected data-blocks to the internal clipboard
404
408
 
405
409
  :type execution_context: int | str | None
406
410
  :type undo: bool | None
407
411
  """
408
412
 
409
- def id_delete(execution_context: int | str | None = None, undo: bool | None = None):
413
+ def id_delete(
414
+ execution_context: int | str | None = None, undo: bool | None = None
415
+ ) -> None:
410
416
  """Delete the ID under cursor
411
417
 
412
418
  :type execution_context: int | str | None
@@ -415,7 +421,7 @@ def id_delete(execution_context: int | str | None = None, undo: bool | None = No
415
421
 
416
422
  def id_linked_relocate(
417
423
  execution_context: int | str | None = None, undo: bool | None = None
418
- ):
424
+ ) -> None:
419
425
  """Replace the active linked ID (and its dependencies if any) by another one, from the same or a different library
420
426
 
421
427
  :type execution_context: int | str | None
@@ -441,7 +447,7 @@ def id_operation(
441
447
  "SELECT_LINKED",
442
448
  ]
443
449
  | None = "UNLINK",
444
- ):
450
+ ) -> None:
445
451
  """General data-block management operations
446
452
 
447
453
  :type execution_context: int | str | None
@@ -483,7 +489,9 @@ def id_operation(
483
489
  :type type: typing.Literal['UNLINK','LOCAL','SINGLE','DELETE','REMAP','COPY','PASTE','ADD_FAKE','CLEAR_FAKE','RENAME','SELECT_LINKED'] | None
484
490
  """
485
491
 
486
- def id_paste(execution_context: int | str | None = None, undo: bool | None = None):
492
+ def id_paste(
493
+ execution_context: int | str | None = None, undo: bool | None = None
494
+ ) -> None:
487
495
  """Paste data-blocks from the internal clipboard
488
496
 
489
497
  :type execution_context: int | str | None
@@ -498,7 +506,7 @@ def id_remap(
498
506
  id_type: bpy.stub_internal.rna_enums.IdTypeItems | None = "OBJECT",
499
507
  old_id: str | None = "",
500
508
  new_id: str | None = "",
501
- ):
509
+ ) -> None:
502
510
  """Undocumented, consider contributing.
503
511
 
504
512
  :type execution_context: int | str | None
@@ -520,7 +528,7 @@ def item_activate(
520
528
  extend_range: bool | None = False,
521
529
  deselect_all: bool | None = False,
522
530
  recurse: bool | None = False,
523
- ):
531
+ ) -> None:
524
532
  """Handle mouse clicks to select and activate items
525
533
 
526
534
  :type execution_context: int | str | None
@@ -537,7 +545,7 @@ def item_activate(
537
545
 
538
546
  def item_drag_drop(
539
547
  execution_context: int | str | None = None, undo: bool | None = None
540
- ):
548
+ ) -> None:
541
549
  """Drag and drop element to another place
542
550
 
543
551
  :type execution_context: int | str | None
@@ -550,7 +558,7 @@ def item_openclose(
550
558
  /,
551
559
  *,
552
560
  all: bool | None = False,
553
- ):
561
+ ) -> None:
554
562
  """Toggle whether item under cursor is enabled or closed
555
563
 
556
564
  :type execution_context: int | str | None
@@ -565,7 +573,7 @@ def item_rename(
565
573
  /,
566
574
  *,
567
575
  use_active: bool | None = False,
568
- ):
576
+ ) -> None:
569
577
  """Rename the active element
570
578
 
571
579
  :type execution_context: int | str | None
@@ -576,7 +584,7 @@ def item_rename(
576
584
 
577
585
  def keyingset_add_selected(
578
586
  execution_context: int | str | None = None, undo: bool | None = None
579
- ):
587
+ ) -> None:
580
588
  """Add selected items (blue-gray rows) to active Keying Set
581
589
 
582
590
  :type execution_context: int | str | None
@@ -585,7 +593,7 @@ def keyingset_add_selected(
585
593
 
586
594
  def keyingset_remove_selected(
587
595
  execution_context: int | str | None = None, undo: bool | None = None
588
- ):
596
+ ) -> None:
589
597
  """Remove selected items (blue-gray rows) from active Keying Set
590
598
 
591
599
  :type execution_context: int | str | None
@@ -598,7 +606,7 @@ def lib_operation(
598
606
  /,
599
607
  *,
600
608
  type: typing.Literal["DELETE", "RELOCATE", "RELOAD"] | None = "DELETE",
601
- ):
609
+ ) -> None:
602
610
  """Undocumented, consider contributing.
603
611
 
604
612
  :type execution_context: int | str | None
@@ -616,7 +624,9 @@ def lib_operation(
616
624
  :type type: typing.Literal['DELETE','RELOCATE','RELOAD'] | None
617
625
  """
618
626
 
619
- def lib_relocate(execution_context: int | str | None = None, undo: bool | None = None):
627
+ def lib_relocate(
628
+ execution_context: int | str | None = None, undo: bool | None = None
629
+ ) -> None:
620
630
  """Relocate the library under cursor
621
631
 
622
632
  :type execution_context: int | str | None
@@ -636,7 +646,7 @@ def liboverride_operation(
636
646
  | None = "OVERRIDE_LIBRARY_CREATE_HIERARCHY",
637
647
  selection_set: typing.Literal["SELECTED", "CONTENT", "SELECTED_AND_CONTENT"]
638
648
  | None = "SELECTED",
639
- ):
649
+ ) -> None:
640
650
  """Create, reset or clear library override hierarchies
641
651
 
642
652
  :type execution_context: int | str | None
@@ -678,7 +688,7 @@ def liboverride_troubleshoot_operation(
678
688
  | None = "OVERRIDE_LIBRARY_RESYNC_HIERARCHY",
679
689
  selection_set: typing.Literal["SELECTED", "CONTENT", "SELECTED_AND_CONTENT"]
680
690
  | None = "SELECTED",
681
- ):
691
+ ) -> None:
682
692
  """Advanced operations over library override to help fix broken hierarchies
683
693
 
684
694
  :type execution_context: int | str | None
@@ -707,7 +717,9 @@ def liboverride_troubleshoot_operation(
707
717
  :type selection_set: typing.Literal['SELECTED','CONTENT','SELECTED_AND_CONTENT'] | None
708
718
  """
709
719
 
710
- def material_drop(execution_context: int | str | None = None, undo: bool | None = None):
720
+ def material_drop(
721
+ execution_context: int | str | None = None, undo: bool | None = None
722
+ ) -> None:
711
723
  """Drag material to object in Outliner
712
724
 
713
725
  :type execution_context: int | str | None
@@ -720,7 +732,7 @@ def modifier_operation(
720
732
  /,
721
733
  *,
722
734
  type: typing.Literal["APPLY", "DELETE", "TOGVIS", "TOGREN"] | None = "APPLY",
723
- ):
735
+ ) -> None:
724
736
  """Undocumented, consider contributing.
725
737
 
726
738
  :type execution_context: int | str | None
@@ -736,7 +748,7 @@ def object_operation(
736
748
  *,
737
749
  type: typing.Literal["SELECT", "DESELECT", "SELECT_HIERARCHY", "REMAP", "RENAME"]
738
750
  | None = "SELECT",
739
- ):
751
+ ) -> None:
740
752
  """Undocumented, consider contributing.
741
753
 
742
754
  :type execution_context: int | str | None
@@ -760,7 +772,9 @@ def object_operation(
760
772
  :type type: typing.Literal['SELECT','DESELECT','SELECT_HIERARCHY','REMAP','RENAME'] | None
761
773
  """
762
774
 
763
- def operation(execution_context: int | str | None = None, undo: bool | None = None):
775
+ def operation(
776
+ execution_context: int | str | None = None, undo: bool | None = None
777
+ ) -> None:
764
778
  """Context menu for item operations
765
779
 
766
780
  :type execution_context: int | str | None
@@ -769,7 +783,7 @@ def operation(execution_context: int | str | None = None, undo: bool | None = No
769
783
 
770
784
  def orphans_manage(
771
785
  execution_context: int | str | None = None, undo: bool | None = None
772
- ):
786
+ ) -> None:
773
787
  """Open a window to manage unused data
774
788
 
775
789
  :type execution_context: int | str | None
@@ -784,7 +798,7 @@ def orphans_purge(
784
798
  do_local_ids: bool | None = True,
785
799
  do_linked_ids: bool | None = True,
786
800
  do_recursive: bool | None = True,
787
- ):
801
+ ) -> None:
788
802
  """Clear all orphaned data-blocks without any users from the file
789
803
 
790
804
  :type execution_context: int | str | None
@@ -797,21 +811,27 @@ def orphans_purge(
797
811
  :type do_recursive: bool | None
798
812
  """
799
813
 
800
- def parent_clear(execution_context: int | str | None = None, undo: bool | None = None):
814
+ def parent_clear(
815
+ execution_context: int | str | None = None, undo: bool | None = None
816
+ ) -> None:
801
817
  """Drag to clear parent in Outliner
802
818
 
803
819
  :type execution_context: int | str | None
804
820
  :type undo: bool | None
805
821
  """
806
822
 
807
- def parent_drop(execution_context: int | str | None = None, undo: bool | None = None):
823
+ def parent_drop(
824
+ execution_context: int | str | None = None, undo: bool | None = None
825
+ ) -> None:
808
826
  """Drag to parent in Outliner
809
827
 
810
828
  :type execution_context: int | str | None
811
829
  :type undo: bool | None
812
830
  """
813
831
 
814
- def scene_drop(execution_context: int | str | None = None, undo: bool | None = None):
832
+ def scene_drop(
833
+ execution_context: int | str | None = None, undo: bool | None = None
834
+ ) -> None:
815
835
  """Drag object to scene in Outliner
816
836
 
817
837
  :type execution_context: int | str | None
@@ -824,7 +844,7 @@ def scene_operation(
824
844
  /,
825
845
  *,
826
846
  type: typing.Literal["DELETE"] | None = "DELETE",
827
- ):
847
+ ) -> None:
828
848
  """Context menu for scene operations
829
849
 
830
850
  :type execution_context: int | str | None
@@ -839,7 +859,7 @@ def scroll_page(
839
859
  /,
840
860
  *,
841
861
  up: bool | None = False,
842
- ):
862
+ ) -> None:
843
863
  """Scroll page up or down
844
864
 
845
865
  :type execution_context: int | str | None
@@ -854,7 +874,7 @@ def select_all(
854
874
  /,
855
875
  *,
856
876
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
857
- ):
877
+ ) -> None:
858
878
  """Toggle the Outliner selection of items
859
879
 
860
880
  :type execution_context: int | str | None
@@ -887,7 +907,7 @@ def select_box(
887
907
  ymax: int | None = 0,
888
908
  wait_for_input: bool | None = True,
889
909
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
890
- ):
910
+ ) -> None:
891
911
  """Use box selection to select tree elements
892
912
 
893
913
  :type execution_context: int | str | None
@@ -925,7 +945,7 @@ def select_walk(
925
945
  direction: typing.Literal["UP", "DOWN", "LEFT", "RIGHT"] | None = "UP",
926
946
  extend: bool | None = False,
927
947
  toggle_all: bool | None = False,
928
- ):
948
+ ) -> None:
929
949
  """Use walk navigation to select tree elements
930
950
 
931
951
  :type execution_context: int | str | None
@@ -938,7 +958,9 @@ def select_walk(
938
958
  :type toggle_all: bool | None
939
959
  """
940
960
 
941
- def show_active(execution_context: int | str | None = None, undo: bool | None = None):
961
+ def show_active(
962
+ execution_context: int | str | None = None, undo: bool | None = None
963
+ ) -> None:
942
964
  """Open up the tree and adjust the view so that the active object is shown centered
943
965
 
944
966
  :type execution_context: int | str | None
@@ -947,7 +969,7 @@ def show_active(execution_context: int | str | None = None, undo: bool | None =
947
969
 
948
970
  def show_hierarchy(
949
971
  execution_context: int | str | None = None, undo: bool | None = None
950
- ):
972
+ ) -> None:
951
973
  """Open all object entries and close all others
952
974
 
953
975
  :type execution_context: int | str | None
@@ -960,7 +982,7 @@ def show_one_level(
960
982
  /,
961
983
  *,
962
984
  open: bool | None = True,
963
- ):
985
+ ) -> None:
964
986
  """Expand/collapse all entries by one level
965
987
 
966
988
  :type execution_context: int | str | None
@@ -969,14 +991,18 @@ def show_one_level(
969
991
  :type open: bool | None
970
992
  """
971
993
 
972
- def start_filter(execution_context: int | str | None = None, undo: bool | None = None):
994
+ def start_filter(
995
+ execution_context: int | str | None = None, undo: bool | None = None
996
+ ) -> None:
973
997
  """Start entering filter text
974
998
 
975
999
  :type execution_context: int | str | None
976
1000
  :type undo: bool | None
977
1001
  """
978
1002
 
979
- def unhide_all(execution_context: int | str | None = None, undo: bool | None = None):
1003
+ def unhide_all(
1004
+ execution_context: int | str | None = None, undo: bool | None = None
1005
+ ) -> None:
980
1006
  """Unhide all objects and collections
981
1007
 
982
1008
  :type execution_context: int | str | None