fake-bpy-module 20240519__py3-none-any.whl → 20240520__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 (312) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/freedesktop/__init__.pyi +1 -0
  3. addon_utils/__init__.pyi +1 -0
  4. animsys_refactor/__init__.pyi +1 -0
  5. aud/__init__.pyi +1 -0
  6. bgl/__init__.pyi +119 -145
  7. bl_app_override/__init__.pyi +1 -0
  8. bl_app_override/helpers/__init__.pyi +1 -0
  9. bl_app_template_utils/__init__.pyi +1 -0
  10. bl_console_utils/__init__.pyi +1 -0
  11. bl_console_utils/autocomplete/__init__.pyi +1 -0
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  16. bl_i18n_utils/__init__.pyi +1 -0
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  18. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  19. bl_i18n_utils/settings/__init__.pyi +1 -0
  20. bl_i18n_utils/utils/__init__.pyi +1 -0
  21. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  23. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  24. bl_keymap_utils/__init__.pyi +1 -0
  25. bl_keymap_utils/io/__init__.pyi +1 -0
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  28. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  29. bl_keymap_utils/versioning/__init__.pyi +1 -0
  30. bl_math/__init__.pyi +1 -0
  31. bl_operators/__init__.pyi +1 -0
  32. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  33. bl_operators/anim/__init__.pyi +1 -0
  34. bl_operators/assets/__init__.pyi +1 -0
  35. bl_operators/bmesh/__init__.pyi +1 -0
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  37. bl_operators/clip/__init__.pyi +1 -0
  38. bl_operators/console/__init__.pyi +1 -0
  39. bl_operators/constraint/__init__.pyi +1 -0
  40. bl_operators/file/__init__.pyi +1 -0
  41. bl_operators/freestyle/__init__.pyi +1 -0
  42. bl_operators/geometry_nodes/__init__.pyi +1 -0
  43. bl_operators/image/__init__.pyi +1 -0
  44. bl_operators/mesh/__init__.pyi +1 -0
  45. bl_operators/node/__init__.pyi +1 -0
  46. bl_operators/object/__init__.pyi +1 -0
  47. bl_operators/object_align/__init__.pyi +1 -0
  48. bl_operators/object_quick_effects/__init__.pyi +1 -0
  49. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  50. bl_operators/presets/__init__.pyi +1 -0
  51. bl_operators/rigidbody/__init__.pyi +1 -0
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  53. bl_operators/sequencer/__init__.pyi +1 -0
  54. bl_operators/spreadsheet/__init__.pyi +1 -0
  55. bl_operators/userpref/__init__.pyi +1 -0
  56. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  57. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  58. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  59. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  60. bl_operators/view3d/__init__.pyi +1 -0
  61. bl_operators/wm/__init__.pyi +1 -0
  62. bl_operators/world/__init__.pyi +1 -0
  63. bl_previews_utils/__init__.pyi +1 -0
  64. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  65. bl_rna_utils/__init__.pyi +1 -0
  66. bl_rna_utils/data_path/__init__.pyi +1 -0
  67. bl_text_utils/__init__.pyi +1 -0
  68. bl_text_utils/external_editor/__init__.pyi +1 -0
  69. bl_ui/__init__.pyi +1 -0
  70. bl_ui/anim/__init__.pyi +1 -0
  71. bl_ui/asset_shelf/__init__.pyi +1 -0
  72. bl_ui/generic_ui_list/__init__.pyi +1 -0
  73. bl_ui/node_add_menu/__init__.pyi +1 -0
  74. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  75. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  76. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  77. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  78. bl_ui/properties_animviz/__init__.pyi +1 -0
  79. bl_ui/properties_collection/__init__.pyi +1 -0
  80. bl_ui/properties_constraint/__init__.pyi +1 -0
  81. bl_ui/properties_data_armature/__init__.pyi +1 -0
  82. bl_ui/properties_data_bone/__init__.pyi +1 -0
  83. bl_ui/properties_data_camera/__init__.pyi +1 -0
  84. bl_ui/properties_data_curve/__init__.pyi +1 -0
  85. bl_ui/properties_data_curves/__init__.pyi +1 -0
  86. bl_ui/properties_data_empty/__init__.pyi +1 -0
  87. bl_ui/properties_data_gpencil/__init__.pyi +1 -0
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +1 -0
  89. bl_ui/properties_data_lattice/__init__.pyi +1 -0
  90. bl_ui/properties_data_light/__init__.pyi +1 -0
  91. bl_ui/properties_data_lightprobe/__init__.pyi +1 -0
  92. bl_ui/properties_data_mesh/__init__.pyi +1 -0
  93. bl_ui/properties_data_metaball/__init__.pyi +1 -0
  94. bl_ui/properties_data_modifier/__init__.pyi +1 -0
  95. bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
  96. bl_ui/properties_data_shaderfx/__init__.pyi +1 -0
  97. bl_ui/properties_data_speaker/__init__.pyi +1 -0
  98. bl_ui/properties_data_volume/__init__.pyi +1 -0
  99. bl_ui/properties_freestyle/__init__.pyi +1 -0
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  101. bl_ui/properties_mask_common/__init__.pyi +1 -0
  102. bl_ui/properties_material/__init__.pyi +1 -0
  103. bl_ui/properties_material_gpencil/__init__.pyi +1 -0
  104. bl_ui/properties_object/__init__.pyi +1 -0
  105. bl_ui/properties_output/__init__.pyi +1 -0
  106. bl_ui/properties_paint_common/__init__.pyi +1 -0
  107. bl_ui/properties_particle/__init__.pyi +1 -0
  108. bl_ui/properties_physics_cloth/__init__.pyi +1 -0
  109. bl_ui/properties_physics_common/__init__.pyi +1 -0
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +1 -0
  111. bl_ui/properties_physics_field/__init__.pyi +1 -0
  112. bl_ui/properties_physics_fluid/__init__.pyi +1 -0
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +1 -0
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1 -0
  116. bl_ui/properties_physics_softbody/__init__.pyi +1 -0
  117. bl_ui/properties_render/__init__.pyi +1 -0
  118. bl_ui/properties_scene/__init__.pyi +1 -0
  119. bl_ui/properties_texture/__init__.pyi +1 -0
  120. bl_ui/properties_view_layer/__init__.pyi +1 -0
  121. bl_ui/properties_workspace/__init__.pyi +1 -0
  122. bl_ui/properties_world/__init__.pyi +1 -0
  123. bl_ui/space_clip/__init__.pyi +1 -0
  124. bl_ui/space_console/__init__.pyi +1 -0
  125. bl_ui/space_dopesheet/__init__.pyi +1 -0
  126. bl_ui/space_filebrowser/__init__.pyi +1 -0
  127. bl_ui/space_graph/__init__.pyi +1 -0
  128. bl_ui/space_image/__init__.pyi +1 -0
  129. bl_ui/space_info/__init__.pyi +1 -0
  130. bl_ui/space_nla/__init__.pyi +1 -0
  131. bl_ui/space_node/__init__.pyi +1 -0
  132. bl_ui/space_outliner/__init__.pyi +1 -0
  133. bl_ui/space_properties/__init__.pyi +1 -0
  134. bl_ui/space_sequencer/__init__.pyi +1 -0
  135. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  136. bl_ui/space_statusbar/__init__.pyi +1 -0
  137. bl_ui/space_text/__init__.pyi +1 -0
  138. bl_ui/space_time/__init__.pyi +1 -0
  139. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  141. bl_ui/space_topbar/__init__.pyi +1 -0
  142. bl_ui/space_userpref/__init__.pyi +1 -0
  143. bl_ui/space_view3d/__init__.pyi +1 -0
  144. bl_ui/space_view3d_toolbar/__init__.pyi +1 -0
  145. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  146. bl_ui/utils/__init__.pyi +1 -0
  147. bl_ui_utils/__init__.pyi +1 -0
  148. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  149. bl_ui_utils/layout/__init__.pyi +1 -0
  150. blend_render_info/__init__.pyi +1 -0
  151. blf/__init__.pyi +1 -0
  152. bmesh/__init__.pyi +1 -0
  153. bmesh/geometry/__init__.pyi +1 -0
  154. bmesh/ops/__init__.pyi +37 -36
  155. bmesh/types/__init__.pyi +3 -1
  156. bmesh/utils/__init__.pyi +1 -0
  157. bpy/__init__.pyi +1 -0
  158. bpy/app/__init__.pyi +1 -0
  159. bpy/app/handlers/__init__.pyi +1 -0
  160. bpy/app/icons/__init__.pyi +1 -0
  161. bpy/app/timers/__init__.pyi +1 -0
  162. bpy/app/translations/__init__.pyi +1 -0
  163. bpy/msgbus/__init__.pyi +1 -0
  164. bpy/ops/__init__.pyi +1 -0
  165. bpy/ops/action/__init__.pyi +33 -32
  166. bpy/ops/anim/__init__.pyi +31 -30
  167. bpy/ops/armature/__init__.pyi +21 -20
  168. bpy/ops/asset/__init__.pyi +7 -6
  169. bpy/ops/bl_pkg/__init__.pyi +3 -2
  170. bpy/ops/boid/__init__.pyi +3 -2
  171. bpy/ops/brush/__init__.pyi +9 -8
  172. bpy/ops/buttons/__init__.pyi +9 -8
  173. bpy/ops/cachefile/__init__.pyi +11 -10
  174. bpy/ops/camera/__init__.pyi +1 -0
  175. bpy/ops/clip/__init__.pyi +39 -38
  176. bpy/ops/cloth/__init__.pyi +1 -0
  177. bpy/ops/collection/__init__.pyi +7 -6
  178. bpy/ops/console/__init__.pyi +7 -6
  179. bpy/ops/constraint/__init__.pyi +29 -28
  180. bpy/ops/curve/__init__.pyi +35 -34
  181. bpy/ops/curves/__init__.pyi +17 -16
  182. bpy/ops/cycles/__init__.pyi +1 -0
  183. bpy/ops/dpaint/__init__.pyi +5 -4
  184. bpy/ops/ed/__init__.pyi +5 -4
  185. bpy/ops/export_anim/__init__.pyi +3 -2
  186. bpy/ops/export_scene/__init__.pyi +39 -38
  187. bpy/ops/file/__init__.pyi +19 -18
  188. bpy/ops/fluid/__init__.pyi +1 -0
  189. bpy/ops/font/__init__.pyi +21 -20
  190. bpy/ops/geometry/__init__.pyi +21 -20
  191. bpy/ops/gizmogroup/__init__.pyi +1 -0
  192. bpy/ops/gpencil/__init__.pyi +133 -132
  193. bpy/ops/graph/__init__.pyi +55 -54
  194. bpy/ops/grease_pencil/__init__.pyi +43 -42
  195. bpy/ops/image/__init__.pyi +29 -28
  196. bpy/ops/import_anim/__init__.pyi +9 -8
  197. bpy/ops/import_curve/__init__.pyi +1 -0
  198. bpy/ops/import_scene/__init__.pyi +19 -18
  199. bpy/ops/info/__init__.pyi +5 -4
  200. bpy/ops/lattice/__init__.pyi +7 -6
  201. bpy/ops/marker/__init__.pyi +9 -8
  202. bpy/ops/mask/__init__.pyi +13 -12
  203. bpy/ops/material/__init__.pyi +1 -0
  204. bpy/ops/mball/__init__.pyi +7 -6
  205. bpy/ops/mesh/__init__.pyi +145 -144
  206. bpy/ops/nla/__init__.pyi +17 -16
  207. bpy/ops/node/__init__.pyi +33 -32
  208. bpy/ops/object/__init__.pyi +253 -252
  209. bpy/ops/outliner/__init__.pyi +41 -40
  210. bpy/ops/paint/__init__.pyi +73 -72
  211. bpy/ops/paintcurve/__init__.pyi +1 -0
  212. bpy/ops/palette/__init__.pyi +5 -4
  213. bpy/ops/particle/__init__.pyi +15 -14
  214. bpy/ops/pose/__init__.pyi +43 -42
  215. bpy/ops/poselib/__init__.pyi +1 -0
  216. bpy/ops/preferences/__init__.pyi +13 -12
  217. bpy/ops/ptcache/__init__.pyi +1 -0
  218. bpy/ops/render/__init__.pyi +3 -2
  219. bpy/ops/rigidbody/__init__.pyi +17 -16
  220. bpy/ops/scene/__init__.pyi +25 -24
  221. bpy/ops/screen/__init__.pyi +21 -20
  222. bpy/ops/script/__init__.pyi +1 -0
  223. bpy/ops/sculpt/__init__.pyi +67 -66
  224. bpy/ops/sculpt_curves/__init__.pyi +3 -2
  225. bpy/ops/sequencer/__init__.pyi +75 -74
  226. bpy/ops/sound/__init__.pyi +21 -20
  227. bpy/ops/spreadsheet/__init__.pyi +1 -0
  228. bpy/ops/surface/__init__.pyi +13 -12
  229. bpy/ops/text/__init__.pyi +23 -22
  230. bpy/ops/text_editor/__init__.pyi +1 -0
  231. bpy/ops/texture/__init__.pyi +3 -2
  232. bpy/ops/transform/__init__.pyi +89 -88
  233. bpy/ops/ui/__init__.pyi +7 -6
  234. bpy/ops/uilist/__init__.pyi +3 -2
  235. bpy/ops/uv/__init__.pyi +67 -66
  236. bpy/ops/view2d/__init__.pyi +1 -0
  237. bpy/ops/view3d/__init__.pyi +35 -34
  238. bpy/ops/wm/__init__.pyi +197 -196
  239. bpy/ops/workspace/__init__.pyi +1 -0
  240. bpy/ops/world/__init__.pyi +1 -0
  241. bpy/path/__init__.pyi +1 -0
  242. bpy/props/__init__.pyi +1 -0
  243. bpy/types/__init__.pyi +3367 -3341
  244. bpy/utils/__init__.pyi +1 -0
  245. bpy/utils/previews/__init__.pyi +1 -0
  246. bpy/utils/units/__init__.pyi +1 -0
  247. bpy_extras/__init__.pyi +1 -0
  248. bpy_extras/anim_utils/__init__.pyi +1 -0
  249. bpy_extras/asset_utils/__init__.pyi +1 -0
  250. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  251. bpy_extras/extensions/__init__.pyi +1 -0
  252. bpy_extras/extensions/junction_module/__init__.pyi +1 -0
  253. bpy_extras/id_map_utils/__init__.pyi +1 -0
  254. bpy_extras/image_utils/__init__.pyi +1 -0
  255. bpy_extras/io_utils/__init__.pyi +1 -0
  256. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  257. bpy_extras/mesh_utils/__init__.pyi +1 -0
  258. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  259. bpy_extras/node_utils/__init__.pyi +1 -0
  260. bpy_extras/object_utils/__init__.pyi +1 -0
  261. bpy_extras/view3d_utils/__init__.pyi +1 -0
  262. bpy_extras/wm_utils/__init__.pyi +1 -0
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  264. bpy_restrict_state/__init__.pyi +1 -0
  265. bpy_types/__init__.pyi +1 -0
  266. console_python/__init__.pyi +1 -0
  267. console_shell/__init__.pyi +1 -0
  268. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240520.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240520.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +1 -0
  271. freestyle/chainingiterators/__init__.pyi +1 -0
  272. freestyle/functions/__init__.pyi +1 -0
  273. freestyle/predicates/__init__.pyi +1 -0
  274. freestyle/shaders/__init__.pyi +1 -0
  275. freestyle/types/__init__.pyi +1 -0
  276. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  277. freestyle/utils/__init__.pyi +1 -0
  278. gpu/__init__.pyi +1 -0
  279. gpu/capabilities/__init__.pyi +1 -0
  280. gpu/matrix/__init__.pyi +1 -0
  281. gpu/platform/__init__.pyi +1 -0
  282. gpu/select/__init__.pyi +1 -0
  283. gpu/shader/__init__.pyi +1 -0
  284. gpu/state/__init__.pyi +1 -0
  285. gpu/texture/__init__.pyi +1 -0
  286. gpu/types/__init__.pyi +1 -0
  287. gpu_extras/__init__.pyi +1 -0
  288. gpu_extras/batch/__init__.pyi +1 -0
  289. gpu_extras/presets/__init__.pyi +1 -0
  290. graphviz_export/__init__.pyi +1 -0
  291. idprop/__init__.pyi +1 -0
  292. idprop/types/__init__.pyi +1 -0
  293. imbuf/__init__.pyi +1 -0
  294. imbuf/types/__init__.pyi +1 -0
  295. keyingsets_builtins/__init__.pyi +1 -0
  296. keyingsets_utils/__init__.pyi +1 -0
  297. mathutils/__init__.pyi +3 -1
  298. mathutils/bvhtree/__init__.pyi +1 -0
  299. mathutils/geometry/__init__.pyi +1 -0
  300. mathutils/interpolate/__init__.pyi +1 -0
  301. mathutils/kdtree/__init__.pyi +1 -0
  302. mathutils/noise/__init__.pyi +1 -0
  303. nodeitems_builtins/__init__.pyi +1 -0
  304. nodeitems_utils/__init__.pyi +1 -0
  305. rna_info/__init__.pyi +1 -0
  306. rna_keymap_ui/__init__.pyi +1 -0
  307. rna_prop_ui/__init__.pyi +1 -0
  308. rna_xml/__init__.pyi +1 -0
  309. sys_info/__init__.pyi +1 -0
  310. fake_bpy_module-20240519.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240520.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240520.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -22,17 +23,17 @@ def add_texture_paint_slot(
22
23
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
23
24
  execution_context: str | int | None = None,
24
25
  undo: bool | None = None,
25
- type: str | int | None = "BASE_COLOR",
26
- slot_type: str | int | None = "IMAGE",
26
+ type: str | None = "BASE_COLOR",
27
+ slot_type: str | None = "IMAGE",
27
28
  name: str | typing.Any = "Untitled",
28
29
  color: typing.Any | None = (0.0, 0.0, 0.0, 1.0),
29
30
  width: typing.Any | None = 1024,
30
31
  height: typing.Any | None = 1024,
31
32
  alpha: bool | typing.Any | None = True,
32
- generated_type: str | int | None = "BLANK",
33
+ generated_type: str | None = "BLANK",
33
34
  float: bool | typing.Any | None = False,
34
- domain: str | int | None = "POINT",
35
- data_type: str | int | None = "FLOAT_COLOR",
35
+ domain: str | None = "POINT",
36
+ data_type: str | None = "FLOAT_COLOR",
36
37
  ):
37
38
  """Add a paint slot
38
39
 
@@ -40,9 +41,9 @@ def add_texture_paint_slot(
40
41
  :type execution_context: str | int | None
41
42
  :type undo: bool | None
42
43
  :param type: Material Layer Type, Material layer type of new paint slot
43
- :type type: str | int | None
44
+ :type type: str | None
44
45
  :param slot_type: Slot Type, Type of new paint slot
45
- :type slot_type: str | int | None
46
+ :type slot_type: str | None
46
47
  :param name: Name, Name for new paint slot source
47
48
  :type name: str | typing.Any
48
49
  :param color: Color, Default fill color
@@ -54,13 +55,13 @@ def add_texture_paint_slot(
54
55
  :param alpha: Alpha, Create an image with an alpha channel
55
56
  :type alpha: bool | typing.Any | None
56
57
  :param generated_type: Generated Type, Fill the image with a grid for UV map testing
57
- :type generated_type: str | int | None
58
+ :type generated_type: str | None
58
59
  :param float: 32-bit Float, Create image with 32-bit floating-point bit depth
59
60
  :type float: bool | typing.Any | None
60
61
  :param domain: Domain, Type of element that attribute is stored on
61
- :type domain: str | int | None
62
+ :type domain: str | None
62
63
  :param data_type: Data Type, Type of data stored in attribute
63
- :type data_type: str | int | None
64
+ :type data_type: str | None
64
65
  """
65
66
 
66
67
  ...
@@ -83,15 +84,15 @@ def brush_select(
83
84
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
84
85
  execution_context: str | int | None = None,
85
86
  undo: bool | None = None,
86
- sculpt_tool: str | int | None = "DRAW",
87
- vertex_tool: str | int | None = "DRAW",
88
- weight_tool: str | int | None = "DRAW",
89
- image_tool: str | int | None = "DRAW",
90
- gpencil_tool: str | int | None = "DRAW",
91
- gpencil_vertex_tool: str | int | None = "DRAW",
92
- gpencil_sculpt_tool: str | int | None = "SMOOTH",
93
- gpencil_weight_tool: str | int | None = "WEIGHT",
94
- curves_sculpt_tool: str | int | None = "COMB",
87
+ sculpt_tool: str | None = "DRAW",
88
+ vertex_tool: str | None = "DRAW",
89
+ weight_tool: str | None = "DRAW",
90
+ image_tool: str | None = "DRAW",
91
+ gpencil_tool: str | None = "DRAW",
92
+ gpencil_vertex_tool: str | None = "DRAW",
93
+ gpencil_sculpt_tool: str | None = "SMOOTH",
94
+ gpencil_weight_tool: str | None = "WEIGHT",
95
+ curves_sculpt_tool: str | None = "COMB",
95
96
  toggle: bool | typing.Any | None = False,
96
97
  create_missing: bool | typing.Any | None = False,
97
98
  ):
@@ -101,23 +102,23 @@ def brush_select(
101
102
  :type execution_context: str | int | None
102
103
  :type undo: bool | None
103
104
  :param sculpt_tool: sculpt_tool
104
- :type sculpt_tool: str | int | None
105
+ :type sculpt_tool: str | None
105
106
  :param vertex_tool: vertex_tool
106
- :type vertex_tool: str | int | None
107
+ :type vertex_tool: str | None
107
108
  :param weight_tool: weight_tool
108
- :type weight_tool: str | int | None
109
+ :type weight_tool: str | None
109
110
  :param image_tool: image_tool
110
- :type image_tool: str | int | None
111
+ :type image_tool: str | None
111
112
  :param gpencil_tool: gpencil_tool
112
- :type gpencil_tool: str | int | None
113
+ :type gpencil_tool: str | None
113
114
  :param gpencil_vertex_tool: gpencil_vertex_tool
114
- :type gpencil_vertex_tool: str | int | None
115
+ :type gpencil_vertex_tool: str | None
115
116
  :param gpencil_sculpt_tool: gpencil_sculpt_tool
116
- :type gpencil_sculpt_tool: str | int | None
117
+ :type gpencil_sculpt_tool: str | None
117
118
  :param gpencil_weight_tool: gpencil_weight_tool
118
- :type gpencil_weight_tool: str | int | None
119
+ :type gpencil_weight_tool: str | None
119
120
  :param curves_sculpt_tool: curves_sculpt_tool
120
- :type curves_sculpt_tool: str | int | None
121
+ :type curves_sculpt_tool: str | None
121
122
  :param toggle: Toggle, Toggle between two brushes rather than cycling
122
123
  :type toggle: bool | typing.Any | None
123
124
  :param create_missing: Create Missing, If the requested brush type does not exist, create a new brush
@@ -130,7 +131,7 @@ def face_select_all(
130
131
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
131
132
  execution_context: str | int | None = None,
132
133
  undo: bool | None = None,
133
- action: str | int | None = "TOGGLE",
134
+ action: str | None = "TOGGLE",
134
135
  ):
135
136
  """Change selection for all faces
136
137
 
@@ -150,7 +151,7 @@ def face_select_all(
150
151
 
151
152
  INVERT
152
153
  Invert -- Invert selection of all elements.
153
- :type action: str | int | None
154
+ :type action: str | None
154
155
  """
155
156
 
156
157
  ...
@@ -300,8 +301,8 @@ def hide_show(
300
301
  ymin: typing.Any | None = 0,
301
302
  ymax: typing.Any | None = 0,
302
303
  wait_for_input: bool | typing.Any | None = True,
303
- action: str | int | None = "HIDE",
304
- area: str | int | None = "Inside",
304
+ action: str | None = "HIDE",
305
+ area: str | None = "Inside",
305
306
  use_front_faces_only: bool | typing.Any | None = False,
306
307
  ):
307
308
  """Hide/show some vertices
@@ -326,7 +327,7 @@ def hide_show(
326
327
 
327
328
  SHOW
328
329
  Show -- Show vertices.
329
- :type action: str | int | None
330
+ :type action: str | None
330
331
  :param area: Visibility Area, Which vertices to hide or show
331
332
 
332
333
  OUTSIDE
@@ -334,7 +335,7 @@ def hide_show(
334
335
 
335
336
  Inside
336
337
  Inside -- Hide or show vertices inside the selection.
337
- :type area: str | int | None
338
+ :type area: str | None
338
339
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
339
340
  :type use_front_faces_only: bool | typing.Any | None
340
341
  """
@@ -345,7 +346,7 @@ def hide_show_all(
345
346
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
346
347
  execution_context: str | int | None = None,
347
348
  undo: bool | None = None,
348
- action: str | int | None = "HIDE",
349
+ action: str | None = "HIDE",
349
350
  ):
350
351
  """Hide/show all vertices
351
352
 
@@ -359,7 +360,7 @@ def hide_show_all(
359
360
 
360
361
  SHOW
361
362
  Show -- Show vertices.
362
- :type action: str | int | None
363
+ :type action: str | None
363
364
  """
364
365
 
365
366
  ...
@@ -369,8 +370,8 @@ def hide_show_lasso_gesture(
369
370
  execution_context: str | int | None = None,
370
371
  undo: bool | None = None,
371
372
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
372
- action: str | int | None = "HIDE",
373
- area: str | int | None = "Inside",
373
+ action: str | None = "HIDE",
374
+ area: str | None = "Inside",
374
375
  use_front_faces_only: bool | typing.Any | None = False,
375
376
  ):
376
377
  """Hide/show some vertices
@@ -387,7 +388,7 @@ def hide_show_lasso_gesture(
387
388
 
388
389
  SHOW
389
390
  Show -- Show vertices.
390
- :type action: str | int | None
391
+ :type action: str | None
391
392
  :param area: Visibility Area, Which vertices to hide or show
392
393
 
393
394
  OUTSIDE
@@ -395,7 +396,7 @@ def hide_show_lasso_gesture(
395
396
 
396
397
  Inside
397
398
  Inside -- Hide or show vertices inside the selection.
398
- :type area: str | int | None
399
+ :type area: str | None
399
400
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
400
401
  :type use_front_faces_only: bool | typing.Any | None
401
402
  """
@@ -412,8 +413,8 @@ def hide_show_line_gesture(
412
413
  yend: typing.Any | None = 0,
413
414
  flip: bool | typing.Any | None = False,
414
415
  cursor: typing.Any | None = 5,
415
- action: str | int | None = "HIDE",
416
- area: str | int | None = "Inside",
416
+ action: str | None = "HIDE",
417
+ area: str | None = "Inside",
417
418
  use_front_faces_only: bool | typing.Any | None = False,
418
419
  use_limit_to_segment: bool | typing.Any | None = False,
419
420
  ):
@@ -441,7 +442,7 @@ def hide_show_line_gesture(
441
442
 
442
443
  SHOW
443
444
  Show -- Show vertices.
444
- :type action: str | int | None
445
+ :type action: str | None
445
446
  :param area: Visibility Area, Which vertices to hide or show
446
447
 
447
448
  OUTSIDE
@@ -449,7 +450,7 @@ def hide_show_line_gesture(
449
450
 
450
451
  Inside
451
452
  Inside -- Hide or show vertices inside the selection.
452
- :type area: str | int | None
453
+ :type area: str | None
453
454
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
454
455
  :type use_front_faces_only: bool | typing.Any | None
455
456
  :param use_limit_to_segment: Limit to Segment, Apply the gesture action only to the area that is contained within the segment without extending its effect to the entire line
@@ -462,7 +463,7 @@ def hide_show_masked(
462
463
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
463
464
  execution_context: str | int | None = None,
464
465
  undo: bool | None = None,
465
- action: str | int | None = "HIDE",
466
+ action: str | None = "HIDE",
466
467
  ):
467
468
  """Hide/show all masked vertices above a threshold
468
469
 
@@ -476,7 +477,7 @@ def hide_show_masked(
476
477
 
477
478
  SHOW
478
479
  Show -- Show vertices.
479
- :type action: str | int | None
480
+ :type action: str | None
480
481
  """
481
482
 
482
483
  ...
@@ -486,8 +487,8 @@ def hide_show_polyline_gesture(
486
487
  execution_context: str | int | None = None,
487
488
  undo: bool | None = None,
488
489
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
489
- action: str | int | None = "HIDE",
490
- area: str | int | None = "Inside",
490
+ action: str | None = "HIDE",
491
+ area: str | None = "Inside",
491
492
  use_front_faces_only: bool | typing.Any | None = False,
492
493
  ):
493
494
  """Hide/show some vertices
@@ -504,7 +505,7 @@ def hide_show_polyline_gesture(
504
505
 
505
506
  SHOW
506
507
  Show -- Show vertices.
507
- :type action: str | int | None
508
+ :type action: str | None
508
509
  :param area: Visibility Area, Which vertices to hide or show
509
510
 
510
511
  OUTSIDE
@@ -512,7 +513,7 @@ def hide_show_polyline_gesture(
512
513
 
513
514
  Inside
514
515
  Inside -- Hide or show vertices inside the selection.
515
- :type area: str | int | None
516
+ :type area: str | None
516
517
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
517
518
  :type use_front_faces_only: bool | typing.Any | None
518
519
  """
@@ -542,7 +543,7 @@ def image_paint(
542
543
  undo: bool | None = None,
543
544
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
544
545
  | None = None,
545
- mode: str | int | None = "NORMAL",
546
+ mode: str | None = "NORMAL",
546
547
  ):
547
548
  """Paint a stroke into the image
548
549
 
@@ -561,7 +562,7 @@ def image_paint(
561
562
 
562
563
  SMOOTH
563
564
  Smooth -- Switch brush to smooth mode for duration of stroke.
564
- :type mode: str | int | None
565
+ :type mode: str | None
565
566
  """
566
567
 
567
568
  ...
@@ -576,7 +577,7 @@ def mask_box_gesture(
576
577
  ymax: typing.Any | None = 0,
577
578
  wait_for_input: bool | typing.Any | None = True,
578
579
  use_front_faces_only: bool | typing.Any | None = False,
579
- mode: str | int | None = "VALUE",
580
+ mode: str | None = "VALUE",
580
581
  value: typing.Any | None = 1.0,
581
582
  ):
582
583
  """Mask within a rectangle defined by the cursor
@@ -606,7 +607,7 @@ def mask_box_gesture(
606
607
 
607
608
  INVERT
608
609
  Invert -- Invert the mask.
609
- :type mode: str | int | None
610
+ :type mode: str | None
610
611
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
611
612
  :type value: typing.Any | None
612
613
  """
@@ -617,7 +618,7 @@ def mask_flood_fill(
617
618
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
618
619
  execution_context: str | int | None = None,
619
620
  undo: bool | None = None,
620
- mode: str | int | None = "VALUE",
621
+ mode: str | None = "VALUE",
621
622
  value: typing.Any | None = 0.0,
622
623
  ):
623
624
  """Fill the whole mask with a given value, or invert its values
@@ -635,7 +636,7 @@ def mask_flood_fill(
635
636
 
636
637
  INVERT
637
638
  Invert -- Invert the mask.
638
- :type mode: str | int | None
639
+ :type mode: str | None
639
640
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
640
641
  :type value: typing.Any | None
641
642
  """
@@ -648,7 +649,7 @@ def mask_lasso_gesture(
648
649
  undo: bool | None = None,
649
650
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
650
651
  use_front_faces_only: bool | typing.Any | None = False,
651
- mode: str | int | None = "VALUE",
652
+ mode: str | None = "VALUE",
652
653
  value: typing.Any | None = 1.0,
653
654
  ):
654
655
  """Mask within a shape defined by the cursor
@@ -670,7 +671,7 @@ def mask_lasso_gesture(
670
671
 
671
672
  INVERT
672
673
  Invert -- Invert the mask.
673
- :type mode: str | int | None
674
+ :type mode: str | None
674
675
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
675
676
  :type value: typing.Any | None
676
677
  """
@@ -689,7 +690,7 @@ def mask_line_gesture(
689
690
  cursor: typing.Any | None = 5,
690
691
  use_front_faces_only: bool | typing.Any | None = False,
691
692
  use_limit_to_segment: bool | typing.Any | None = False,
692
- mode: str | int | None = "VALUE",
693
+ mode: str | None = "VALUE",
693
694
  value: typing.Any | None = 1.0,
694
695
  ):
695
696
  """Mask to one side of a line defined by the cursor
@@ -723,7 +724,7 @@ def mask_line_gesture(
723
724
 
724
725
  INVERT
725
726
  Invert -- Invert the mask.
726
- :type mode: str | int | None
727
+ :type mode: str | None
727
728
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
728
729
  :type value: typing.Any | None
729
730
  """
@@ -734,7 +735,7 @@ def project_image(
734
735
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
735
736
  execution_context: str | int | None = None,
736
737
  undo: bool | None = None,
737
- image: str | int | None = "",
738
+ image: str | None = "",
738
739
  ):
739
740
  """Project an edited render from the active camera back onto the object
740
741
 
@@ -742,7 +743,7 @@ def project_image(
742
743
  :type execution_context: str | int | None
743
744
  :type undo: bool | None
744
745
  :param image: Image
745
- :type image: str | int | None
746
+ :type image: str | None
746
747
  """
747
748
 
748
749
  ...
@@ -788,7 +789,7 @@ def vert_select_all(
788
789
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
789
790
  execution_context: str | int | None = None,
790
791
  undo: bool | None = None,
791
- action: str | int | None = "TOGGLE",
792
+ action: str | None = "TOGGLE",
792
793
  ):
793
794
  """Change selection for all vertices
794
795
 
@@ -808,7 +809,7 @@ def vert_select_all(
808
809
 
809
810
  INVERT
810
811
  Invert -- Invert selection of all elements.
811
- :type action: str | int | None
812
+ :type action: str | None
812
813
  """
813
814
 
814
815
  ...
@@ -1072,7 +1073,7 @@ def vertex_paint(
1072
1073
  undo: bool | None = None,
1073
1074
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
1074
1075
  | None = None,
1075
- mode: str | int | None = "NORMAL",
1076
+ mode: str | None = "NORMAL",
1076
1077
  ):
1077
1078
  """Paint a stroke in the active color attribute layer
1078
1079
 
@@ -1091,7 +1092,7 @@ def vertex_paint(
1091
1092
 
1092
1093
  SMOOTH
1093
1094
  Smooth -- Switch brush to smooth mode for duration of stroke.
1094
- :type mode: str | int | None
1095
+ :type mode: str | None
1095
1096
  """
1096
1097
 
1097
1098
  ...
@@ -1128,7 +1129,7 @@ def weight_from_bones(
1128
1129
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1129
1130
  execution_context: str | int | None = None,
1130
1131
  undo: bool | None = None,
1131
- type: str | int | None = "AUTOMATIC",
1132
+ type: str | None = "AUTOMATIC",
1132
1133
  ):
1133
1134
  """Set the weights of the groups matching the attached armature's selected bones, using the distance between the vertices and the bones
1134
1135
 
@@ -1142,7 +1143,7 @@ def weight_from_bones(
1142
1143
 
1143
1144
  ENVELOPES
1144
1145
  From Envelopes -- Weights from envelopes with user defined radius.
1145
- :type type: str | int | None
1146
+ :type type: str | None
1146
1147
  """
1147
1148
 
1148
1149
  ...
@@ -1151,7 +1152,7 @@ def weight_gradient(
1151
1152
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1152
1153
  execution_context: str | int | None = None,
1153
1154
  undo: bool | None = None,
1154
- type: str | int | None = "LINEAR",
1155
+ type: str | None = "LINEAR",
1155
1156
  xstart: typing.Any | None = 0,
1156
1157
  xend: typing.Any | None = 0,
1157
1158
  ystart: typing.Any | None = 0,
@@ -1165,7 +1166,7 @@ def weight_gradient(
1165
1166
  :type execution_context: str | int | None
1166
1167
  :type undo: bool | None
1167
1168
  :param type: Type
1168
- :type type: str | int | None
1169
+ :type type: str | None
1169
1170
  :param xstart: X Start
1170
1171
  :type xstart: typing.Any | None
1171
1172
  :param xend: X End
@@ -1188,7 +1189,7 @@ def weight_paint(
1188
1189
  undo: bool | None = None,
1189
1190
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
1190
1191
  | None = None,
1191
- mode: str | int | None = "NORMAL",
1192
+ mode: str | None = "NORMAL",
1192
1193
  ):
1193
1194
  """Paint a stroke in the current vertex group's weights
1194
1195
 
@@ -1207,7 +1208,7 @@ def weight_paint(
1207
1208
 
1208
1209
  SMOOTH
1209
1210
  Smooth -- Switch brush to smooth mode for duration of stroke.
1210
- :type mode: str | int | None
1211
+ :type mode: str | None
1211
1212
  """
1212
1213
 
1213
1214
  ...
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -36,7 +37,7 @@ def color_move(
36
37
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
37
38
  execution_context: str | int | None = None,
38
39
  undo: bool | None = None,
39
- type: str | int | None = "UP",
40
+ type: str | None = "UP",
40
41
  ):
41
42
  """Move the active Color up/down in the list
42
43
 
@@ -44,7 +45,7 @@ def color_move(
44
45
  :type execution_context: str | int | None
45
46
  :type undo: bool | None
46
47
  :param type: Type
47
- :type type: str | int | None
48
+ :type type: str | None
48
49
  """
49
50
 
50
51
  ...
@@ -101,7 +102,7 @@ def sort(
101
102
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
102
103
  execution_context: str | int | None = None,
103
104
  undo: bool | None = None,
104
- type: str | int | None = "HSV",
105
+ type: str | None = "HSV",
105
106
  ):
106
107
  """Sort Palette Colors
107
108
 
@@ -109,7 +110,7 @@ def sort(
109
110
  :type execution_context: str | int | None
110
111
  :type undo: bool | None
111
112
  :param type: Type
112
- :type type: str | int | None
113
+ :type type: str | None
113
114
  """
114
115
 
115
116
  ...
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -43,7 +44,7 @@ def copy_particle_systems(
43
44
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
44
45
  execution_context: str | int | None = None,
45
46
  undo: bool | None = None,
46
- space: str | int | None = "OBJECT",
47
+ space: str | None = "OBJECT",
47
48
  remove_target_particles: bool | typing.Any | None = True,
48
49
  use_active: bool | typing.Any | None = False,
49
50
  ):
@@ -59,7 +60,7 @@ def copy_particle_systems(
59
60
 
60
61
  WORLD
61
62
  World -- Copy in world space.
62
- :type space: str | int | None
63
+ :type space: str | None
63
64
  :param remove_target_particles: Remove Target Particles, Remove particle systems on the target objects
64
65
  :type remove_target_particles: bool | typing.Any | None
65
66
  :param use_active: Use Active, Use the active particle system from the context
@@ -72,7 +73,7 @@ def delete(
72
73
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
73
74
  execution_context: str | int | None = None,
74
75
  undo: bool | None = None,
75
- type: str | int | None = "PARTICLE",
76
+ type: str | None = "PARTICLE",
76
77
  ):
77
78
  """Delete selected particles or keys
78
79
 
@@ -80,7 +81,7 @@ def delete(
80
81
  :type execution_context: str | int | None
81
82
  :type undo: bool | None
82
83
  :param type: Type, Delete a full particle or only keys
83
- :type type: str | int | None
84
+ :type type: str | None
84
85
  """
85
86
 
86
87
  ...
@@ -354,7 +355,7 @@ def select_all(
354
355
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
355
356
  execution_context: str | int | None = None,
356
357
  undo: bool | None = None,
357
- action: str | int | None = "TOGGLE",
358
+ action: str | None = "TOGGLE",
358
359
  ):
359
360
  """(De)select all particles' keys
360
361
 
@@ -374,7 +375,7 @@ def select_all(
374
375
 
375
376
  INVERT
376
377
  Invert -- Invert selection of all elements.
377
- :type action: str | int | None
378
+ :type action: str | None
378
379
  """
379
380
 
380
381
  ...
@@ -447,8 +448,8 @@ def select_random(
447
448
  undo: bool | None = None,
448
449
  ratio: typing.Any | None = 0.5,
449
450
  seed: typing.Any | None = 0,
450
- action: str | int | None = "SELECT",
451
- type: str | int | None = "HAIR",
451
+ action: str | None = "SELECT",
452
+ type: str | None = "HAIR",
452
453
  ):
453
454
  """Select a randomly distributed set of hair or points
454
455
 
@@ -466,9 +467,9 @@ def select_random(
466
467
 
467
468
  DESELECT
468
469
  Deselect -- Deselect all elements.
469
- :type action: str | int | None
470
+ :type action: str | None
470
471
  :param type: Type, Select either hair or points
471
- :type type: str | int | None
472
+ :type type: str | None
472
473
  """
473
474
 
474
475
  ...
@@ -477,7 +478,7 @@ def select_roots(
477
478
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
478
479
  execution_context: str | int | None = None,
479
480
  undo: bool | None = None,
480
- action: str | int | None = "SELECT",
481
+ action: str | None = "SELECT",
481
482
  ):
482
483
  """Select roots of all visible particles
483
484
 
@@ -497,7 +498,7 @@ def select_roots(
497
498
 
498
499
  INVERT
499
500
  Invert -- Invert selection of all elements.
500
- :type action: str | int | None
501
+ :type action: str | None
501
502
  """
502
503
 
503
504
  ...
@@ -506,7 +507,7 @@ def select_tips(
506
507
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
507
508
  execution_context: str | int | None = None,
508
509
  undo: bool | None = None,
509
- action: str | int | None = "SELECT",
510
+ action: str | None = "SELECT",
510
511
  ):
511
512
  """Select tips of all visible particles
512
513
 
@@ -526,7 +527,7 @@ def select_tips(
526
527
 
527
528
  INVERT
528
529
  Invert -- Invert selection of all elements.
529
- :type action: str | int | None
530
+ :type action: str | None
530
531
  """
531
532
 
532
533
  ...