fake-bpy-module 20240915__py3-none-any.whl → 20240916__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +927 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -3,8 +3,8 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
 
6
- GenericType1 = typing.TypeVar("GenericType1")
7
- GenericType2 = typing.TypeVar("GenericType2")
6
+ _GenericType1 = typing.TypeVar("_GenericType1")
7
+ _GenericType2 = typing.TypeVar("_GenericType2")
8
8
 
9
9
  class BatchRenameAction(bpy.types.PropertyGroup):
10
10
  bl_rna: typing.Any
@@ -16,7 +16,6 @@ class BatchRenameAction(bpy.types.PropertyGroup):
16
16
  :return: The RNA type or default when not found.
17
17
  :rtype: bpy.types.Struct
18
18
  """
19
- ...
20
19
 
21
20
  def bl_rna_get_subclass_py(self) -> typing.Any:
22
21
  """
@@ -24,7 +23,6 @@ class BatchRenameAction(bpy.types.PropertyGroup):
24
23
  :return: The class or default when not found.
25
24
  :rtype: typing.Any
26
25
  """
27
- ...
28
26
 
29
27
  class WM_MT_region_toggle_pie(bpy.types.Menu):
30
28
  bl_label: typing.Any
@@ -37,7 +35,6 @@ class WM_MT_region_toggle_pie(bpy.types.Menu):
37
35
  :return: The RNA type or default when not found.
38
36
  :rtype: bpy.types.Struct
39
37
  """
40
- ...
41
38
 
42
39
  def bl_rna_get_subclass_py(self) -> typing.Any:
43
40
  """
@@ -45,14 +42,12 @@ class WM_MT_region_toggle_pie(bpy.types.Menu):
45
42
  :return: The class or default when not found.
46
43
  :rtype: typing.Any
47
44
  """
48
- ...
49
45
 
50
46
  def draw(self, context):
51
47
  """
52
48
 
53
49
  :param context:
54
50
  """
55
- ...
56
51
 
57
52
  @classmethod
58
53
  def poll(cls, context):
@@ -60,7 +55,6 @@ class WM_MT_region_toggle_pie(bpy.types.Menu):
60
55
 
61
56
  :param context:
62
57
  """
63
- ...
64
58
 
65
59
  class WM_MT_splash(bpy.types.Menu):
66
60
  bl_label: typing.Any
@@ -73,7 +67,6 @@ class WM_MT_splash(bpy.types.Menu):
73
67
  :return: The RNA type or default when not found.
74
68
  :rtype: bpy.types.Struct
75
69
  """
76
- ...
77
70
 
78
71
  def bl_rna_get_subclass_py(self) -> typing.Any:
79
72
  """
@@ -81,14 +74,12 @@ class WM_MT_splash(bpy.types.Menu):
81
74
  :return: The class or default when not found.
82
75
  :rtype: typing.Any
83
76
  """
84
- ...
85
77
 
86
78
  def draw(self, context):
87
79
  """
88
80
 
89
81
  :param context:
90
82
  """
91
- ...
92
83
 
93
84
  class WM_MT_splash_about(bpy.types.Menu):
94
85
  bl_label: typing.Any
@@ -101,7 +92,6 @@ class WM_MT_splash_about(bpy.types.Menu):
101
92
  :return: The RNA type or default when not found.
102
93
  :rtype: bpy.types.Struct
103
94
  """
104
- ...
105
95
 
106
96
  def bl_rna_get_subclass_py(self) -> typing.Any:
107
97
  """
@@ -109,14 +99,12 @@ class WM_MT_splash_about(bpy.types.Menu):
109
99
  :return: The class or default when not found.
110
100
  :rtype: typing.Any
111
101
  """
112
- ...
113
102
 
114
103
  def draw(self, context):
115
104
  """
116
105
 
117
106
  :param context:
118
107
  """
119
- ...
120
108
 
121
109
  class WM_MT_splash_quick_setup(bpy.types.Menu):
122
110
  bl_label: typing.Any
@@ -129,7 +117,6 @@ class WM_MT_splash_quick_setup(bpy.types.Menu):
129
117
  :return: The RNA type or default when not found.
130
118
  :rtype: bpy.types.Struct
131
119
  """
132
- ...
133
120
 
134
121
  def bl_rna_get_subclass_py(self) -> typing.Any:
135
122
  """
@@ -137,14 +124,12 @@ class WM_MT_splash_quick_setup(bpy.types.Menu):
137
124
  :return: The class or default when not found.
138
125
  :rtype: typing.Any
139
126
  """
140
- ...
141
127
 
142
128
  def draw(self, context):
143
129
  """
144
130
 
145
131
  :param context:
146
132
  """
147
- ...
148
133
 
149
134
  class WM_OT_batch_rename(bpy.types.Operator):
150
135
  """Rename multiple items at once"""
@@ -161,7 +146,6 @@ class WM_OT_batch_rename(bpy.types.Operator):
161
146
  :return: The RNA type or default when not found.
162
147
  :rtype: bpy.types.Struct
163
148
  """
164
- ...
165
149
 
166
150
  def bl_rna_get_subclass_py(self) -> typing.Any:
167
151
  """
@@ -169,28 +153,24 @@ class WM_OT_batch_rename(bpy.types.Operator):
169
153
  :return: The class or default when not found.
170
154
  :rtype: typing.Any
171
155
  """
172
- ...
173
156
 
174
157
  def check(self, context):
175
158
  """
176
159
 
177
160
  :param context:
178
161
  """
179
- ...
180
162
 
181
163
  def draw(self, context):
182
164
  """
183
165
 
184
166
  :param context:
185
167
  """
186
- ...
187
168
 
188
169
  def execute(self, context):
189
170
  """
190
171
 
191
172
  :param context:
192
173
  """
193
- ...
194
174
 
195
175
  def invoke(self, context, event):
196
176
  """
@@ -198,7 +178,6 @@ class WM_OT_batch_rename(bpy.types.Operator):
198
178
  :param context:
199
179
  :param event:
200
180
  """
201
- ...
202
181
 
203
182
  class WM_OT_context_collection_boolean_set(bpy.types.Operator):
204
183
  """Set boolean values for a collection of items"""
@@ -215,7 +194,6 @@ class WM_OT_context_collection_boolean_set(bpy.types.Operator):
215
194
  :return: The RNA type or default when not found.
216
195
  :rtype: bpy.types.Struct
217
196
  """
218
- ...
219
197
 
220
198
  def bl_rna_get_subclass_py(self) -> typing.Any:
221
199
  """
@@ -223,14 +201,12 @@ class WM_OT_context_collection_boolean_set(bpy.types.Operator):
223
201
  :return: The class or default when not found.
224
202
  :rtype: typing.Any
225
203
  """
226
- ...
227
204
 
228
205
  def execute(self, context):
229
206
  """
230
207
 
231
208
  :param context:
232
209
  """
233
- ...
234
210
 
235
211
  class WM_OT_context_cycle_array(bpy.types.Operator):
236
212
  """Set a context array value (useful for cycling the active mesh edit mode)"""
@@ -247,7 +223,6 @@ class WM_OT_context_cycle_array(bpy.types.Operator):
247
223
  :return: The RNA type or default when not found.
248
224
  :rtype: bpy.types.Struct
249
225
  """
250
- ...
251
226
 
252
227
  def bl_rna_get_subclass_py(self) -> typing.Any:
253
228
  """
@@ -255,7 +230,6 @@ class WM_OT_context_cycle_array(bpy.types.Operator):
255
230
  :return: The class or default when not found.
256
231
  :rtype: typing.Any
257
232
  """
258
- ...
259
233
 
260
234
  @classmethod
261
235
  def description(cls, context, props):
@@ -264,14 +238,12 @@ class WM_OT_context_cycle_array(bpy.types.Operator):
264
238
  :param context:
265
239
  :param props:
266
240
  """
267
- ...
268
241
 
269
242
  def execute(self, context):
270
243
  """
271
244
 
272
245
  :param context:
273
246
  """
274
- ...
275
247
 
276
248
  class WM_OT_context_cycle_enum(bpy.types.Operator):
277
249
  """Toggle a context value"""
@@ -288,7 +260,6 @@ class WM_OT_context_cycle_enum(bpy.types.Operator):
288
260
  :return: The RNA type or default when not found.
289
261
  :rtype: bpy.types.Struct
290
262
  """
291
- ...
292
263
 
293
264
  def bl_rna_get_subclass_py(self) -> typing.Any:
294
265
  """
@@ -296,7 +267,6 @@ class WM_OT_context_cycle_enum(bpy.types.Operator):
296
267
  :return: The class or default when not found.
297
268
  :rtype: typing.Any
298
269
  """
299
- ...
300
270
 
301
271
  @classmethod
302
272
  def description(cls, context, props):
@@ -305,14 +275,12 @@ class WM_OT_context_cycle_enum(bpy.types.Operator):
305
275
  :param context:
306
276
  :param props:
307
277
  """
308
- ...
309
278
 
310
279
  def execute(self, context):
311
280
  """
312
281
 
313
282
  :param context:
314
283
  """
315
- ...
316
284
 
317
285
  class WM_OT_context_cycle_int(bpy.types.Operator):
318
286
  """Set a context value (useful for cycling active material, shape keys, groups, etc.)"""
@@ -329,7 +297,6 @@ class WM_OT_context_cycle_int(bpy.types.Operator):
329
297
  :return: The RNA type or default when not found.
330
298
  :rtype: bpy.types.Struct
331
299
  """
332
- ...
333
300
 
334
301
  def bl_rna_get_subclass_py(self) -> typing.Any:
335
302
  """
@@ -337,7 +304,6 @@ class WM_OT_context_cycle_int(bpy.types.Operator):
337
304
  :return: The class or default when not found.
338
305
  :rtype: typing.Any
339
306
  """
340
- ...
341
307
 
342
308
  @classmethod
343
309
  def description(cls, context, props):
@@ -346,14 +312,12 @@ class WM_OT_context_cycle_int(bpy.types.Operator):
346
312
  :param context:
347
313
  :param props:
348
314
  """
349
- ...
350
315
 
351
316
  def execute(self, context):
352
317
  """
353
318
 
354
319
  :param context:
355
320
  """
356
- ...
357
321
 
358
322
  class WM_OT_context_menu_enum(bpy.types.Operator):
359
323
  bl_idname: typing.Any
@@ -368,7 +332,6 @@ class WM_OT_context_menu_enum(bpy.types.Operator):
368
332
  :return: The RNA type or default when not found.
369
333
  :rtype: bpy.types.Struct
370
334
  """
371
- ...
372
335
 
373
336
  def bl_rna_get_subclass_py(self) -> typing.Any:
374
337
  """
@@ -376,7 +339,6 @@ class WM_OT_context_menu_enum(bpy.types.Operator):
376
339
  :return: The class or default when not found.
377
340
  :rtype: typing.Any
378
341
  """
379
- ...
380
342
 
381
343
  @classmethod
382
344
  def description(cls, context, props):
@@ -385,14 +347,12 @@ class WM_OT_context_menu_enum(bpy.types.Operator):
385
347
  :param context:
386
348
  :param props:
387
349
  """
388
- ...
389
350
 
390
351
  def execute(self, context):
391
352
  """
392
353
 
393
354
  :param context:
394
355
  """
395
- ...
396
356
 
397
357
  class WM_OT_context_modal_mouse(bpy.types.Operator):
398
358
  """Adjust arbitrary values with mouse input"""
@@ -409,7 +369,6 @@ class WM_OT_context_modal_mouse(bpy.types.Operator):
409
369
  :return: The RNA type or default when not found.
410
370
  :rtype: bpy.types.Struct
411
371
  """
412
- ...
413
372
 
414
373
  def bl_rna_get_subclass_py(self) -> typing.Any:
415
374
  """
@@ -417,7 +376,6 @@ class WM_OT_context_modal_mouse(bpy.types.Operator):
417
376
  :return: The class or default when not found.
418
377
  :rtype: typing.Any
419
378
  """
420
- ...
421
379
 
422
380
  def invoke(self, context, event):
423
381
  """
@@ -425,7 +383,6 @@ class WM_OT_context_modal_mouse(bpy.types.Operator):
425
383
  :param context:
426
384
  :param event:
427
385
  """
428
- ...
429
386
 
430
387
  def modal(self, context, event):
431
388
  """
@@ -433,7 +390,6 @@ class WM_OT_context_modal_mouse(bpy.types.Operator):
433
390
  :param context:
434
391
  :param event:
435
392
  """
436
- ...
437
393
 
438
394
  class WM_OT_context_pie_enum(bpy.types.Operator):
439
395
  bl_idname: typing.Any
@@ -448,7 +404,6 @@ class WM_OT_context_pie_enum(bpy.types.Operator):
448
404
  :return: The RNA type or default when not found.
449
405
  :rtype: bpy.types.Struct
450
406
  """
451
- ...
452
407
 
453
408
  def bl_rna_get_subclass_py(self) -> typing.Any:
454
409
  """
@@ -456,7 +411,6 @@ class WM_OT_context_pie_enum(bpy.types.Operator):
456
411
  :return: The class or default when not found.
457
412
  :rtype: typing.Any
458
413
  """
459
- ...
460
414
 
461
415
  @classmethod
462
416
  def description(cls, context, props):
@@ -465,7 +419,6 @@ class WM_OT_context_pie_enum(bpy.types.Operator):
465
419
  :param context:
466
420
  :param props:
467
421
  """
468
- ...
469
422
 
470
423
  def invoke(self, context, event):
471
424
  """
@@ -473,7 +426,6 @@ class WM_OT_context_pie_enum(bpy.types.Operator):
473
426
  :param context:
474
427
  :param event:
475
428
  """
476
- ...
477
429
 
478
430
  class WM_OT_context_scale_float(bpy.types.Operator):
479
431
  """Scale a float context value"""
@@ -490,7 +442,6 @@ class WM_OT_context_scale_float(bpy.types.Operator):
490
442
  :return: The RNA type or default when not found.
491
443
  :rtype: bpy.types.Struct
492
444
  """
493
- ...
494
445
 
495
446
  def bl_rna_get_subclass_py(self) -> typing.Any:
496
447
  """
@@ -498,7 +449,6 @@ class WM_OT_context_scale_float(bpy.types.Operator):
498
449
  :return: The class or default when not found.
499
450
  :rtype: typing.Any
500
451
  """
501
- ...
502
452
 
503
453
  @classmethod
504
454
  def description(cls, context, props):
@@ -507,14 +457,12 @@ class WM_OT_context_scale_float(bpy.types.Operator):
507
457
  :param context:
508
458
  :param props:
509
459
  """
510
- ...
511
460
 
512
461
  def execute(self, context):
513
462
  """
514
463
 
515
464
  :param context:
516
465
  """
517
- ...
518
466
 
519
467
  class WM_OT_context_scale_int(bpy.types.Operator):
520
468
  """Scale an int context value"""
@@ -531,7 +479,6 @@ class WM_OT_context_scale_int(bpy.types.Operator):
531
479
  :return: The RNA type or default when not found.
532
480
  :rtype: bpy.types.Struct
533
481
  """
534
- ...
535
482
 
536
483
  def bl_rna_get_subclass_py(self) -> typing.Any:
537
484
  """
@@ -539,7 +486,6 @@ class WM_OT_context_scale_int(bpy.types.Operator):
539
486
  :return: The class or default when not found.
540
487
  :rtype: typing.Any
541
488
  """
542
- ...
543
489
 
544
490
  @classmethod
545
491
  def description(cls, context, props):
@@ -548,14 +494,12 @@ class WM_OT_context_scale_int(bpy.types.Operator):
548
494
  :param context:
549
495
  :param props:
550
496
  """
551
- ...
552
497
 
553
498
  def execute(self, context):
554
499
  """
555
500
 
556
501
  :param context:
557
502
  """
558
- ...
559
503
 
560
504
  class WM_OT_context_set_boolean(bpy.types.Operator):
561
505
  """Set a context value"""
@@ -572,7 +516,6 @@ class WM_OT_context_set_boolean(bpy.types.Operator):
572
516
  :return: The RNA type or default when not found.
573
517
  :rtype: bpy.types.Struct
574
518
  """
575
- ...
576
519
 
577
520
  def bl_rna_get_subclass_py(self) -> typing.Any:
578
521
  """
@@ -580,7 +523,6 @@ class WM_OT_context_set_boolean(bpy.types.Operator):
580
523
  :return: The class or default when not found.
581
524
  :rtype: typing.Any
582
525
  """
583
- ...
584
526
 
585
527
  @classmethod
586
528
  def description(cls, context, props):
@@ -589,7 +531,6 @@ class WM_OT_context_set_boolean(bpy.types.Operator):
589
531
  :param context:
590
532
  :param props:
591
533
  """
592
- ...
593
534
 
594
535
  class WM_OT_context_set_enum(bpy.types.Operator):
595
536
  """Set a context value"""
@@ -606,7 +547,6 @@ class WM_OT_context_set_enum(bpy.types.Operator):
606
547
  :return: The RNA type or default when not found.
607
548
  :rtype: bpy.types.Struct
608
549
  """
609
- ...
610
550
 
611
551
  def bl_rna_get_subclass_py(self) -> typing.Any:
612
552
  """
@@ -614,7 +554,6 @@ class WM_OT_context_set_enum(bpy.types.Operator):
614
554
  :return: The class or default when not found.
615
555
  :rtype: typing.Any
616
556
  """
617
- ...
618
557
 
619
558
  @classmethod
620
559
  def description(cls, context, props):
@@ -623,7 +562,6 @@ class WM_OT_context_set_enum(bpy.types.Operator):
623
562
  :param context:
624
563
  :param props:
625
564
  """
626
- ...
627
565
 
628
566
  class WM_OT_context_set_float(bpy.types.Operator):
629
567
  """Set a context value"""
@@ -640,7 +578,6 @@ class WM_OT_context_set_float(bpy.types.Operator):
640
578
  :return: The RNA type or default when not found.
641
579
  :rtype: bpy.types.Struct
642
580
  """
643
- ...
644
581
 
645
582
  def bl_rna_get_subclass_py(self) -> typing.Any:
646
583
  """
@@ -648,7 +585,6 @@ class WM_OT_context_set_float(bpy.types.Operator):
648
585
  :return: The class or default when not found.
649
586
  :rtype: typing.Any
650
587
  """
651
- ...
652
588
 
653
589
  @classmethod
654
590
  def description(cls, context, props):
@@ -657,7 +593,6 @@ class WM_OT_context_set_float(bpy.types.Operator):
657
593
  :param context:
658
594
  :param props:
659
595
  """
660
- ...
661
596
 
662
597
  class WM_OT_context_set_id(bpy.types.Operator):
663
598
  """Set a context value to an ID data-block"""
@@ -674,7 +609,6 @@ class WM_OT_context_set_id(bpy.types.Operator):
674
609
  :return: The RNA type or default when not found.
675
610
  :rtype: bpy.types.Struct
676
611
  """
677
- ...
678
612
 
679
613
  def bl_rna_get_subclass_py(self) -> typing.Any:
680
614
  """
@@ -682,14 +616,12 @@ class WM_OT_context_set_id(bpy.types.Operator):
682
616
  :return: The class or default when not found.
683
617
  :rtype: typing.Any
684
618
  """
685
- ...
686
619
 
687
620
  def execute(self, context):
688
621
  """
689
622
 
690
623
  :param context:
691
624
  """
692
- ...
693
625
 
694
626
  class WM_OT_context_set_int(bpy.types.Operator):
695
627
  """Set a context value"""
@@ -706,7 +638,6 @@ class WM_OT_context_set_int(bpy.types.Operator):
706
638
  :return: The RNA type or default when not found.
707
639
  :rtype: bpy.types.Struct
708
640
  """
709
- ...
710
641
 
711
642
  def bl_rna_get_subclass_py(self) -> typing.Any:
712
643
  """
@@ -714,7 +645,6 @@ class WM_OT_context_set_int(bpy.types.Operator):
714
645
  :return: The class or default when not found.
715
646
  :rtype: typing.Any
716
647
  """
717
- ...
718
648
 
719
649
  @classmethod
720
650
  def description(cls, context, props):
@@ -723,7 +653,6 @@ class WM_OT_context_set_int(bpy.types.Operator):
723
653
  :param context:
724
654
  :param props:
725
655
  """
726
- ...
727
656
 
728
657
  class WM_OT_context_set_string(bpy.types.Operator):
729
658
  """Set a context value"""
@@ -740,7 +669,6 @@ class WM_OT_context_set_string(bpy.types.Operator):
740
669
  :return: The RNA type or default when not found.
741
670
  :rtype: bpy.types.Struct
742
671
  """
743
- ...
744
672
 
745
673
  def bl_rna_get_subclass_py(self) -> typing.Any:
746
674
  """
@@ -748,7 +676,6 @@ class WM_OT_context_set_string(bpy.types.Operator):
748
676
  :return: The class or default when not found.
749
677
  :rtype: typing.Any
750
678
  """
751
- ...
752
679
 
753
680
  @classmethod
754
681
  def description(cls, context, props):
@@ -757,7 +684,6 @@ class WM_OT_context_set_string(bpy.types.Operator):
757
684
  :param context:
758
685
  :param props:
759
686
  """
760
- ...
761
687
 
762
688
  class WM_OT_context_set_value(bpy.types.Operator):
763
689
  """Set a context value"""
@@ -774,7 +700,6 @@ class WM_OT_context_set_value(bpy.types.Operator):
774
700
  :return: The RNA type or default when not found.
775
701
  :rtype: bpy.types.Struct
776
702
  """
777
- ...
778
703
 
779
704
  def bl_rna_get_subclass_py(self) -> typing.Any:
780
705
  """
@@ -782,7 +707,6 @@ class WM_OT_context_set_value(bpy.types.Operator):
782
707
  :return: The class or default when not found.
783
708
  :rtype: typing.Any
784
709
  """
785
- ...
786
710
 
787
711
  @classmethod
788
712
  def description(cls, context, props):
@@ -791,14 +715,12 @@ class WM_OT_context_set_value(bpy.types.Operator):
791
715
  :param context:
792
716
  :param props:
793
717
  """
794
- ...
795
718
 
796
719
  def execute(self, context):
797
720
  """
798
721
 
799
722
  :param context:
800
723
  """
801
- ...
802
724
 
803
725
  class WM_OT_context_toggle(bpy.types.Operator):
804
726
  """Toggle a context value"""
@@ -815,7 +737,6 @@ class WM_OT_context_toggle(bpy.types.Operator):
815
737
  :return: The RNA type or default when not found.
816
738
  :rtype: bpy.types.Struct
817
739
  """
818
- ...
819
740
 
820
741
  def bl_rna_get_subclass_py(self) -> typing.Any:
821
742
  """
@@ -823,7 +744,6 @@ class WM_OT_context_toggle(bpy.types.Operator):
823
744
  :return: The class or default when not found.
824
745
  :rtype: typing.Any
825
746
  """
826
- ...
827
747
 
828
748
  @classmethod
829
749
  def description(cls, context, props):
@@ -832,14 +752,12 @@ class WM_OT_context_toggle(bpy.types.Operator):
832
752
  :param context:
833
753
  :param props:
834
754
  """
835
- ...
836
755
 
837
756
  def execute(self, context):
838
757
  """
839
758
 
840
759
  :param context:
841
760
  """
842
- ...
843
761
 
844
762
  class WM_OT_context_toggle_enum(bpy.types.Operator):
845
763
  """Toggle a context value"""
@@ -856,7 +774,6 @@ class WM_OT_context_toggle_enum(bpy.types.Operator):
856
774
  :return: The RNA type or default when not found.
857
775
  :rtype: bpy.types.Struct
858
776
  """
859
- ...
860
777
 
861
778
  def bl_rna_get_subclass_py(self) -> typing.Any:
862
779
  """
@@ -864,7 +781,6 @@ class WM_OT_context_toggle_enum(bpy.types.Operator):
864
781
  :return: The class or default when not found.
865
782
  :rtype: typing.Any
866
783
  """
867
- ...
868
784
 
869
785
  @classmethod
870
786
  def description(cls, context, props):
@@ -873,14 +789,12 @@ class WM_OT_context_toggle_enum(bpy.types.Operator):
873
789
  :param context:
874
790
  :param props:
875
791
  """
876
- ...
877
792
 
878
793
  def execute(self, context):
879
794
  """
880
795
 
881
796
  :param context:
882
797
  """
883
- ...
884
798
 
885
799
  class WM_OT_doc_view(bpy.types.Operator):
886
800
  """Open online reference docs in a web browser"""
@@ -896,7 +810,6 @@ class WM_OT_doc_view(bpy.types.Operator):
896
810
  :return: The RNA type or default when not found.
897
811
  :rtype: bpy.types.Struct
898
812
  """
899
- ...
900
813
 
901
814
  def bl_rna_get_subclass_py(self) -> typing.Any:
902
815
  """
@@ -904,14 +817,12 @@ class WM_OT_doc_view(bpy.types.Operator):
904
817
  :return: The class or default when not found.
905
818
  :rtype: typing.Any
906
819
  """
907
- ...
908
820
 
909
821
  def execute(self, _context):
910
822
  """
911
823
 
912
824
  :param _context:
913
825
  """
914
- ...
915
826
 
916
827
  class WM_OT_doc_view_manual(bpy.types.Operator):
917
828
  """Load online manual"""
@@ -927,7 +838,6 @@ class WM_OT_doc_view_manual(bpy.types.Operator):
927
838
  :return: The RNA type or default when not found.
928
839
  :rtype: bpy.types.Struct
929
840
  """
930
- ...
931
841
 
932
842
  def bl_rna_get_subclass_py(self) -> typing.Any:
933
843
  """
@@ -935,14 +845,12 @@ class WM_OT_doc_view_manual(bpy.types.Operator):
935
845
  :return: The class or default when not found.
936
846
  :rtype: typing.Any
937
847
  """
938
- ...
939
848
 
940
849
  def execute(self, _context):
941
850
  """
942
851
 
943
852
  :param _context:
944
853
  """
945
- ...
946
854
 
947
855
  class WM_OT_drop_blend_file(bpy.types.Operator):
948
856
  bl_idname: typing.Any
@@ -957,7 +865,6 @@ class WM_OT_drop_blend_file(bpy.types.Operator):
957
865
  :return: The RNA type or default when not found.
958
866
  :rtype: bpy.types.Struct
959
867
  """
960
- ...
961
868
 
962
869
  def bl_rna_get_subclass_py(self) -> typing.Any:
963
870
  """
@@ -965,7 +872,6 @@ class WM_OT_drop_blend_file(bpy.types.Operator):
965
872
  :return: The class or default when not found.
966
873
  :rtype: typing.Any
967
874
  """
968
- ...
969
875
 
970
876
  def draw_menu(self, menu, _context):
971
877
  """
@@ -973,7 +879,6 @@ class WM_OT_drop_blend_file(bpy.types.Operator):
973
879
  :param menu:
974
880
  :param _context:
975
881
  """
976
- ...
977
882
 
978
883
  def invoke(self, context, _event):
979
884
  """
@@ -981,7 +886,6 @@ class WM_OT_drop_blend_file(bpy.types.Operator):
981
886
  :param context:
982
887
  :param _event:
983
888
  """
984
- ...
985
889
 
986
890
  class WM_OT_operator_cheat_sheet(bpy.types.Operator):
987
891
  """List all the operators in a text-block, useful for scripting"""
@@ -997,7 +901,6 @@ class WM_OT_operator_cheat_sheet(bpy.types.Operator):
997
901
  :return: The RNA type or default when not found.
998
902
  :rtype: bpy.types.Struct
999
903
  """
1000
- ...
1001
904
 
1002
905
  def bl_rna_get_subclass_py(self) -> typing.Any:
1003
906
  """
@@ -1005,14 +908,12 @@ class WM_OT_operator_cheat_sheet(bpy.types.Operator):
1005
908
  :return: The class or default when not found.
1006
909
  :rtype: typing.Any
1007
910
  """
1008
- ...
1009
911
 
1010
912
  def execute(self, _context):
1011
913
  """
1012
914
 
1013
915
  :param _context:
1014
916
  """
1015
- ...
1016
917
 
1017
918
  class WM_OT_operator_pie_enum(bpy.types.Operator):
1018
919
  bl_idname: typing.Any
@@ -1027,7 +928,6 @@ class WM_OT_operator_pie_enum(bpy.types.Operator):
1027
928
  :return: The RNA type or default when not found.
1028
929
  :rtype: bpy.types.Struct
1029
930
  """
1030
- ...
1031
931
 
1032
932
  def bl_rna_get_subclass_py(self) -> typing.Any:
1033
933
  """
@@ -1035,7 +935,6 @@ class WM_OT_operator_pie_enum(bpy.types.Operator):
1035
935
  :return: The class or default when not found.
1036
936
  :rtype: typing.Any
1037
937
  """
1038
- ...
1039
938
 
1040
939
  @classmethod
1041
940
  def description(cls, context, props):
@@ -1044,7 +943,6 @@ class WM_OT_operator_pie_enum(bpy.types.Operator):
1044
943
  :param context:
1045
944
  :param props:
1046
945
  """
1047
- ...
1048
946
 
1049
947
  def invoke(self, context, event):
1050
948
  """
@@ -1052,7 +950,6 @@ class WM_OT_operator_pie_enum(bpy.types.Operator):
1052
950
  :param context:
1053
951
  :param event:
1054
952
  """
1055
- ...
1056
953
 
1057
954
  class WM_OT_owner_disable(bpy.types.Operator):
1058
955
  """Disable add-on for workspace"""
@@ -1068,7 +965,6 @@ class WM_OT_owner_disable(bpy.types.Operator):
1068
965
  :return: The RNA type or default when not found.
1069
966
  :rtype: bpy.types.Struct
1070
967
  """
1071
- ...
1072
968
 
1073
969
  def bl_rna_get_subclass_py(self) -> typing.Any:
1074
970
  """
@@ -1076,14 +972,12 @@ class WM_OT_owner_disable(bpy.types.Operator):
1076
972
  :return: The class or default when not found.
1077
973
  :rtype: typing.Any
1078
974
  """
1079
- ...
1080
975
 
1081
976
  def execute(self, context):
1082
977
  """
1083
978
 
1084
979
  :param context:
1085
980
  """
1086
- ...
1087
981
 
1088
982
  class WM_OT_owner_enable(bpy.types.Operator):
1089
983
  """Enable add-on for workspace"""
@@ -1099,7 +993,6 @@ class WM_OT_owner_enable(bpy.types.Operator):
1099
993
  :return: The RNA type or default when not found.
1100
994
  :rtype: bpy.types.Struct
1101
995
  """
1102
- ...
1103
996
 
1104
997
  def bl_rna_get_subclass_py(self) -> typing.Any:
1105
998
  """
@@ -1107,14 +1000,12 @@ class WM_OT_owner_enable(bpy.types.Operator):
1107
1000
  :return: The class or default when not found.
1108
1001
  :rtype: typing.Any
1109
1002
  """
1110
- ...
1111
1003
 
1112
1004
  def execute(self, context):
1113
1005
  """
1114
1006
 
1115
1007
  :param context:
1116
1008
  """
1117
- ...
1118
1009
 
1119
1010
  class WM_OT_path_open(bpy.types.Operator):
1120
1011
  """Open a path in a file browser"""
@@ -1131,7 +1022,6 @@ class WM_OT_path_open(bpy.types.Operator):
1131
1022
  :return: The RNA type or default when not found.
1132
1023
  :rtype: bpy.types.Struct
1133
1024
  """
1134
- ...
1135
1025
 
1136
1026
  def bl_rna_get_subclass_py(self) -> typing.Any:
1137
1027
  """
@@ -1139,14 +1029,12 @@ class WM_OT_path_open(bpy.types.Operator):
1139
1029
  :return: The class or default when not found.
1140
1030
  :rtype: typing.Any
1141
1031
  """
1142
- ...
1143
1032
 
1144
1033
  def execute(self, _context):
1145
1034
  """
1146
1035
 
1147
1036
  :param _context:
1148
1037
  """
1149
- ...
1150
1038
 
1151
1039
  class WM_OT_properties_add(bpy.types.Operator):
1152
1040
  """Add your own property to the data-block"""
@@ -1163,7 +1051,6 @@ class WM_OT_properties_add(bpy.types.Operator):
1163
1051
  :return: The RNA type or default when not found.
1164
1052
  :rtype: bpy.types.Struct
1165
1053
  """
1166
- ...
1167
1054
 
1168
1055
  def bl_rna_get_subclass_py(self) -> typing.Any:
1169
1056
  """
@@ -1171,14 +1058,12 @@ class WM_OT_properties_add(bpy.types.Operator):
1171
1058
  :return: The class or default when not found.
1172
1059
  :rtype: typing.Any
1173
1060
  """
1174
- ...
1175
1061
 
1176
1062
  def execute(self, context):
1177
1063
  """
1178
1064
 
1179
1065
  :param context:
1180
1066
  """
1181
- ...
1182
1067
 
1183
1068
  class WM_OT_properties_context_change(bpy.types.Operator):
1184
1069
  """Jump to a different tab inside the properties editor"""
@@ -1195,7 +1080,6 @@ class WM_OT_properties_context_change(bpy.types.Operator):
1195
1080
  :return: The RNA type or default when not found.
1196
1081
  :rtype: bpy.types.Struct
1197
1082
  """
1198
- ...
1199
1083
 
1200
1084
  def bl_rna_get_subclass_py(self) -> typing.Any:
1201
1085
  """
@@ -1203,14 +1087,12 @@ class WM_OT_properties_context_change(bpy.types.Operator):
1203
1087
  :return: The class or default when not found.
1204
1088
  :rtype: typing.Any
1205
1089
  """
1206
- ...
1207
1090
 
1208
1091
  def execute(self, context):
1209
1092
  """
1210
1093
 
1211
1094
  :param context:
1212
1095
  """
1213
- ...
1214
1096
 
1215
1097
  class WM_OT_properties_edit(bpy.types.Operator):
1216
1098
  """Change a custom property's type, or adjust how it is displayed in the interface"""
@@ -1227,7 +1109,6 @@ class WM_OT_properties_edit(bpy.types.Operator):
1227
1109
  :return: The RNA type or default when not found.
1228
1110
  :rtype: bpy.types.Struct
1229
1111
  """
1230
- ...
1231
1112
 
1232
1113
  def bl_rna_get_subclass_py(self) -> typing.Any:
1233
1114
  """
@@ -1235,14 +1116,12 @@ class WM_OT_properties_edit(bpy.types.Operator):
1235
1116
  :return: The class or default when not found.
1236
1117
  :rtype: typing.Any
1237
1118
  """
1238
- ...
1239
1119
 
1240
1120
  def check(self, context):
1241
1121
  """
1242
1122
 
1243
1123
  :param context:
1244
1124
  """
1245
- ...
1246
1125
 
1247
1126
  @staticmethod
1248
1127
  def convert_custom_property_to_string(item, name):
@@ -1251,21 +1130,18 @@ class WM_OT_properties_edit(bpy.types.Operator):
1251
1130
  :param item:
1252
1131
  :param name:
1253
1132
  """
1254
- ...
1255
1133
 
1256
1134
  def draw(self, _context):
1257
1135
  """
1258
1136
 
1259
1137
  :param _context:
1260
1138
  """
1261
- ...
1262
1139
 
1263
1140
  def execute(self, context):
1264
1141
  """
1265
1142
 
1266
1143
  :param context:
1267
1144
  """
1268
- ...
1269
1145
 
1270
1146
  @staticmethod
1271
1147
  def get_property_id_type(item, property_name):
@@ -1274,7 +1150,6 @@ class WM_OT_properties_edit(bpy.types.Operator):
1274
1150
  :param item:
1275
1151
  :param property_name:
1276
1152
  """
1277
- ...
1278
1153
 
1279
1154
  @staticmethod
1280
1155
  def get_property_type(item, property_name):
@@ -1283,7 +1158,6 @@ class WM_OT_properties_edit(bpy.types.Operator):
1283
1158
  :param item:
1284
1159
  :param property_name:
1285
1160
  """
1286
- ...
1287
1161
 
1288
1162
  def invoke(self, context, _event):
1289
1163
  """
@@ -1291,21 +1165,18 @@ class WM_OT_properties_edit(bpy.types.Operator):
1291
1165
  :param context:
1292
1166
  :param _event:
1293
1167
  """
1294
- ...
1295
1168
 
1296
1169
  def property_type_update_cb(self, context):
1297
1170
  """
1298
1171
 
1299
1172
  :param context:
1300
1173
  """
1301
- ...
1302
1174
 
1303
1175
  def subtype_items_cb(self, context):
1304
1176
  """
1305
1177
 
1306
1178
  :param context:
1307
1179
  """
1308
- ...
1309
1180
 
1310
1181
  class WM_OT_properties_edit_value(bpy.types.Operator):
1311
1182
  """Edit the value of a custom property"""
@@ -1322,7 +1193,6 @@ class WM_OT_properties_edit_value(bpy.types.Operator):
1322
1193
  :return: The RNA type or default when not found.
1323
1194
  :rtype: bpy.types.Struct
1324
1195
  """
1325
- ...
1326
1196
 
1327
1197
  def bl_rna_get_subclass_py(self) -> typing.Any:
1328
1198
  """
@@ -1330,21 +1200,18 @@ class WM_OT_properties_edit_value(bpy.types.Operator):
1330
1200
  :return: The class or default when not found.
1331
1201
  :rtype: typing.Any
1332
1202
  """
1333
- ...
1334
1203
 
1335
1204
  def draw(self, context):
1336
1205
  """
1337
1206
 
1338
1207
  :param context:
1339
1208
  """
1340
- ...
1341
1209
 
1342
1210
  def execute(self, context):
1343
1211
  """
1344
1212
 
1345
1213
  :param context:
1346
1214
  """
1347
- ...
1348
1215
 
1349
1216
  def invoke(self, context, _event):
1350
1217
  """
@@ -1352,7 +1219,6 @@ class WM_OT_properties_edit_value(bpy.types.Operator):
1352
1219
  :param context:
1353
1220
  :param _event:
1354
1221
  """
1355
- ...
1356
1222
 
1357
1223
  class WM_OT_properties_remove(bpy.types.Operator):
1358
1224
  """Internal use (edit a property data_path)"""
@@ -1369,7 +1235,6 @@ class WM_OT_properties_remove(bpy.types.Operator):
1369
1235
  :return: The RNA type or default when not found.
1370
1236
  :rtype: bpy.types.Struct
1371
1237
  """
1372
- ...
1373
1238
 
1374
1239
  def bl_rna_get_subclass_py(self) -> typing.Any:
1375
1240
  """
@@ -1377,14 +1242,12 @@ class WM_OT_properties_remove(bpy.types.Operator):
1377
1242
  :return: The class or default when not found.
1378
1243
  :rtype: typing.Any
1379
1244
  """
1380
- ...
1381
1245
 
1382
1246
  def execute(self, context):
1383
1247
  """
1384
1248
 
1385
1249
  :param context:
1386
1250
  """
1387
- ...
1388
1251
 
1389
1252
  class WM_OT_sysinfo(bpy.types.Operator):
1390
1253
  """Generate system information, saved into a text file"""
@@ -1400,7 +1263,6 @@ class WM_OT_sysinfo(bpy.types.Operator):
1400
1263
  :return: The RNA type or default when not found.
1401
1264
  :rtype: bpy.types.Struct
1402
1265
  """
1403
- ...
1404
1266
 
1405
1267
  def bl_rna_get_subclass_py(self) -> typing.Any:
1406
1268
  """
@@ -1408,14 +1270,12 @@ class WM_OT_sysinfo(bpy.types.Operator):
1408
1270
  :return: The class or default when not found.
1409
1271
  :rtype: typing.Any
1410
1272
  """
1411
- ...
1412
1273
 
1413
1274
  def execute(self, _context):
1414
1275
  """
1415
1276
 
1416
1277
  :param _context:
1417
1278
  """
1418
- ...
1419
1279
 
1420
1280
  def invoke(self, context, _event):
1421
1281
  """
@@ -1423,7 +1283,6 @@ class WM_OT_sysinfo(bpy.types.Operator):
1423
1283
  :param context:
1424
1284
  :param _event:
1425
1285
  """
1426
- ...
1427
1286
 
1428
1287
  class WM_OT_tool_set_by_id(bpy.types.Operator):
1429
1288
  """Set the tool by name (for key-maps)"""
@@ -1439,7 +1298,6 @@ class WM_OT_tool_set_by_id(bpy.types.Operator):
1439
1298
  :return: The RNA type or default when not found.
1440
1299
  :rtype: bpy.types.Struct
1441
1300
  """
1442
- ...
1443
1301
 
1444
1302
  def bl_rna_get_subclass_py(self) -> typing.Any:
1445
1303
  """
@@ -1447,14 +1305,12 @@ class WM_OT_tool_set_by_id(bpy.types.Operator):
1447
1305
  :return: The class or default when not found.
1448
1306
  :rtype: typing.Any
1449
1307
  """
1450
- ...
1451
1308
 
1452
1309
  def execute(self, context):
1453
1310
  """
1454
1311
 
1455
1312
  :param context:
1456
1313
  """
1457
- ...
1458
1314
 
1459
1315
  class WM_OT_tool_set_by_index(bpy.types.Operator):
1460
1316
  """Set the tool by index (for key-maps)"""
@@ -1470,7 +1326,6 @@ class WM_OT_tool_set_by_index(bpy.types.Operator):
1470
1326
  :return: The RNA type or default when not found.
1471
1327
  :rtype: bpy.types.Struct
1472
1328
  """
1473
- ...
1474
1329
 
1475
1330
  def bl_rna_get_subclass_py(self) -> typing.Any:
1476
1331
  """
@@ -1478,14 +1333,12 @@ class WM_OT_tool_set_by_index(bpy.types.Operator):
1478
1333
  :return: The class or default when not found.
1479
1334
  :rtype: typing.Any
1480
1335
  """
1481
- ...
1482
1336
 
1483
1337
  def execute(self, context):
1484
1338
  """
1485
1339
 
1486
1340
  :param context:
1487
1341
  """
1488
- ...
1489
1342
 
1490
1343
  class WM_OT_toolbar(bpy.types.Operator):
1491
1344
  bl_idname: typing.Any
@@ -1499,7 +1352,6 @@ class WM_OT_toolbar(bpy.types.Operator):
1499
1352
  :return: The RNA type or default when not found.
1500
1353
  :rtype: bpy.types.Struct
1501
1354
  """
1502
- ...
1503
1355
 
1504
1356
  def bl_rna_get_subclass_py(self) -> typing.Any:
1505
1357
  """
@@ -1507,14 +1359,12 @@ class WM_OT_toolbar(bpy.types.Operator):
1507
1359
  :return: The class or default when not found.
1508
1360
  :rtype: typing.Any
1509
1361
  """
1510
- ...
1511
1362
 
1512
1363
  def execute(self, context):
1513
1364
  """
1514
1365
 
1515
1366
  :param context:
1516
1367
  """
1517
- ...
1518
1368
 
1519
1369
  @staticmethod
1520
1370
  def keymap_from_toolbar(
@@ -1527,7 +1377,6 @@ class WM_OT_toolbar(bpy.types.Operator):
1527
1377
  :param use_fallback_keys:
1528
1378
  :param use_reset:
1529
1379
  """
1530
- ...
1531
1380
 
1532
1381
  @classmethod
1533
1382
  def poll(cls, context):
@@ -1535,7 +1384,6 @@ class WM_OT_toolbar(bpy.types.Operator):
1535
1384
 
1536
1385
  :param context:
1537
1386
  """
1538
- ...
1539
1387
 
1540
1388
  class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1541
1389
  bl_idname: typing.Any
@@ -1549,7 +1397,6 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1549
1397
  :return: The RNA type or default when not found.
1550
1398
  :rtype: bpy.types.Struct
1551
1399
  """
1552
- ...
1553
1400
 
1554
1401
  def bl_rna_get_subclass_py(self) -> typing.Any:
1555
1402
  """
@@ -1557,7 +1404,6 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1557
1404
  :return: The class or default when not found.
1558
1405
  :rtype: typing.Any
1559
1406
  """
1560
- ...
1561
1407
 
1562
1408
  def invoke(self, context, event):
1563
1409
  """
@@ -1565,7 +1411,6 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1565
1411
  :param context:
1566
1412
  :param event:
1567
1413
  """
1568
- ...
1569
1414
 
1570
1415
  @classmethod
1571
1416
  def poll(cls, context):
@@ -1573,7 +1418,6 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1573
1418
 
1574
1419
  :param context:
1575
1420
  """
1576
- ...
1577
1421
 
1578
1422
  class WM_OT_toolbar_prompt(bpy.types.Operator):
1579
1423
  """Leader key like functionality for accessing tools"""
@@ -1589,7 +1433,6 @@ class WM_OT_toolbar_prompt(bpy.types.Operator):
1589
1433
  :return: The RNA type or default when not found.
1590
1434
  :rtype: bpy.types.Struct
1591
1435
  """
1592
- ...
1593
1436
 
1594
1437
  def bl_rna_get_subclass_py(self) -> typing.Any:
1595
1438
  """
@@ -1597,7 +1440,6 @@ class WM_OT_toolbar_prompt(bpy.types.Operator):
1597
1440
  :return: The class or default when not found.
1598
1441
  :rtype: typing.Any
1599
1442
  """
1600
- ...
1601
1443
 
1602
1444
  def invoke(self, context, event):
1603
1445
  """
@@ -1605,7 +1447,6 @@ class WM_OT_toolbar_prompt(bpy.types.Operator):
1605
1447
  :param context:
1606
1448
  :param event:
1607
1449
  """
1608
- ...
1609
1450
 
1610
1451
  def modal(self, context, event):
1611
1452
  """
@@ -1613,7 +1454,6 @@ class WM_OT_toolbar_prompt(bpy.types.Operator):
1613
1454
  :param context:
1614
1455
  :param event:
1615
1456
  """
1616
- ...
1617
1457
 
1618
1458
  class WM_OT_url_open(bpy.types.Operator):
1619
1459
  """Open a website in the web browser"""
@@ -1630,7 +1470,6 @@ class WM_OT_url_open(bpy.types.Operator):
1630
1470
  :return: The RNA type or default when not found.
1631
1471
  :rtype: bpy.types.Struct
1632
1472
  """
1633
- ...
1634
1473
 
1635
1474
  def bl_rna_get_subclass_py(self) -> typing.Any:
1636
1475
  """
@@ -1638,14 +1477,12 @@ class WM_OT_url_open(bpy.types.Operator):
1638
1477
  :return: The class or default when not found.
1639
1478
  :rtype: typing.Any
1640
1479
  """
1641
- ...
1642
1480
 
1643
1481
  def execute(self, _context):
1644
1482
  """
1645
1483
 
1646
1484
  :param _context:
1647
1485
  """
1648
- ...
1649
1486
 
1650
1487
  class WM_OT_url_open_preset(bpy.types.Operator):
1651
1488
  """Open a preset website in the web browser"""
@@ -1664,7 +1501,6 @@ class WM_OT_url_open_preset(bpy.types.Operator):
1664
1501
  :return: The RNA type or default when not found.
1665
1502
  :rtype: bpy.types.Struct
1666
1503
  """
1667
- ...
1668
1504
 
1669
1505
  def bl_rna_get_subclass_py(self) -> typing.Any:
1670
1506
  """
@@ -1672,14 +1508,12 @@ class WM_OT_url_open_preset(bpy.types.Operator):
1672
1508
  :return: The class or default when not found.
1673
1509
  :rtype: typing.Any
1674
1510
  """
1675
- ...
1676
1511
 
1677
1512
  def execute(self, context):
1678
1513
  """
1679
1514
 
1680
1515
  :param context:
1681
1516
  """
1682
- ...
1683
1517
 
1684
1518
  def context_path_decompose(data_path): ...
1685
1519
  def context_path_to_rna_property(context, data_path): ...