fake-bpy-module 20240517__py3-none-any.whl → 20240518__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 (173) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +5 -30
  3. animsys_refactor/__init__.pyi +5 -25
  4. aud/__init__.pyi +1 -4
  5. bgl/__init__.pyi +0 -1629
  6. bl_app_override/__init__.pyi +3 -14
  7. bl_app_override/helpers/__init__.pyi +2 -22
  8. bl_app_template_utils/__init__.pyi +3 -15
  9. bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
  10. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  11. bl_i18n_utils/settings/__init__.pyi +2 -22
  12. bl_i18n_utils/utils/__init__.pyi +8 -65
  13. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  14. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  15. bl_keymap_utils/io/__init__.pyi +8 -39
  16. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  17. bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
  18. bl_keymap_utils/versioning/__init__.pyi +1 -4
  19. bl_operators/__init__.pyi +2 -9
  20. bl_operators/add_mesh_torus/__init__.pyi +2 -18
  21. bl_operators/anim/__init__.pyi +0 -70
  22. bl_operators/assets/__init__.pyi +0 -29
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
  24. bl_operators/clip/__init__.pyi +5 -114
  25. bl_operators/console/__init__.pyi +0 -37
  26. bl_operators/constraint/__init__.pyi +0 -36
  27. bl_operators/file/__init__.pyi +0 -27
  28. bl_operators/freestyle/__init__.pyi +0 -36
  29. bl_operators/geometry_nodes/__init__.pyi +13 -102
  30. bl_operators/image/__init__.pyi +0 -51
  31. bl_operators/mesh/__init__.pyi +0 -27
  32. bl_operators/node/__init__.pyi +0 -104
  33. bl_operators/object/__init__.pyi +0 -137
  34. bl_operators/object_align/__init__.pyi +3 -23
  35. bl_operators/object_quick_effects/__init__.pyi +2 -48
  36. bl_operators/object_randomize_transform/__init__.pyi +3 -13
  37. bl_operators/presets/__init__.pyi +2 -375
  38. bl_operators/rigidbody/__init__.pyi +0 -27
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
  40. bl_operators/sequencer/__init__.pyi +1 -103
  41. bl_operators/spreadsheet/__init__.pyi +0 -9
  42. bl_operators/userpref/__init__.pyi +1 -200
  43. bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
  44. bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
  45. bl_operators/uvcalc_transform/__init__.pyi +11 -72
  46. bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
  47. bl_operators/view3d/__init__.pyi +0 -63
  48. bl_operators/wm/__init__.pyi +14 -450
  49. bl_operators/world/__init__.pyi +0 -9
  50. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  51. bl_rna_utils/data_path/__init__.pyi +0 -1
  52. bl_text_utils/external_editor/__init__.pyi +1 -4
  53. bl_ui/__init__.pyi +30 -140
  54. bl_ui/anim/__init__.pyi +1 -11
  55. bl_ui/asset_shelf/__init__.pyi +1 -15
  56. bl_ui/generic_ui_list/__init__.pyi +2 -30
  57. bl_ui/node_add_menu/__init__.pyi +4 -27
  58. bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
  59. bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
  60. bl_ui/node_add_menu_shader/__init__.pyi +18 -169
  61. bl_ui/node_add_menu_texture/__init__.pyi +9 -117
  62. bl_ui/properties_animviz/__init__.pyi +0 -14
  63. bl_ui/properties_collection/__init__.pyi +7 -111
  64. bl_ui/properties_constraint/__init__.pyi +79 -1523
  65. bl_ui/properties_data_armature/__init__.pyi +12 -213
  66. bl_ui/properties_data_bone/__init__.pyi +10 -197
  67. bl_ui/properties_data_camera/__init__.pyi +15 -311
  68. bl_ui/properties_data_curve/__init__.pyi +15 -318
  69. bl_ui/properties_data_curves/__init__.pyi +6 -107
  70. bl_ui/properties_data_empty/__init__.pyi +2 -43
  71. bl_ui/properties_data_gpencil/__init__.pyi +18 -349
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
  73. bl_ui/properties_data_lattice/__init__.pyi +3 -64
  74. bl_ui/properties_data_light/__init__.pyi +12 -263
  75. bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
  76. bl_ui/properties_data_mesh/__init__.pyi +21 -324
  77. bl_ui/properties_data_metaball/__init__.pyi +5 -102
  78. bl_ui/properties_data_modifier/__init__.pyi +8 -177
  79. bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
  80. bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
  81. bl_ui/properties_data_speaker/__init__.pyi +5 -110
  82. bl_ui/properties_data_volume/__init__.pyi +8 -155
  83. bl_ui/properties_freestyle/__init__.pyi +29 -614
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
  85. bl_ui/properties_mask_common/__init__.pyi +8 -110
  86. bl_ui/properties_material/__init__.pyi +18 -330
  87. bl_ui/properties_material_gpencil/__init__.pyi +10 -181
  88. bl_ui/properties_object/__init__.pyi +14 -275
  89. bl_ui/properties_output/__init__.pyi +18 -369
  90. bl_ui/properties_paint_common/__init__.pyi +12 -105
  91. bl_ui/properties_particle/__init__.pyi +56 -1158
  92. bl_ui/properties_physics_cloth/__init__.pyi +15 -313
  93. bl_ui/properties_physics_common/__init__.pyi +7 -57
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
  95. bl_ui/properties_physics_field/__init__.pyi +11 -217
  96. bl_ui/properties_physics_fluid/__init__.pyi +28 -625
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
  100. bl_ui/properties_physics_softbody/__init__.pyi +16 -352
  101. bl_ui/properties_render/__init__.pyi +54 -1145
  102. bl_ui/properties_scene/__init__.pyi +15 -297
  103. bl_ui/properties_texture/__init__.pyi +28 -576
  104. bl_ui/properties_view_layer/__init__.pyi +18 -345
  105. bl_ui/properties_workspace/__init__.pyi +4 -79
  106. bl_ui/properties_world/__init__.pyi +10 -219
  107. bl_ui/space_clip/__init__.pyi +71 -1089
  108. bl_ui/space_console/__init__.pyi +7 -72
  109. bl_ui/space_dopesheet/__init__.pyi +31 -484
  110. bl_ui/space_filebrowser/__init__.pyi +34 -430
  111. bl_ui/space_graph/__init__.pyi +20 -236
  112. bl_ui/space_image/__init__.pyi +68 -1088
  113. bl_ui/space_info/__init__.pyi +6 -70
  114. bl_ui/space_nla/__init__.pyi +17 -209
  115. bl_ui/space_node/__init__.pyi +30 -435
  116. bl_ui/space_outliner/__init__.pyi +15 -164
  117. bl_ui/space_properties/__init__.pyi +3 -41
  118. bl_ui/space_sequencer/__init__.pyi +77 -1141
  119. bl_ui/space_spreadsheet/__init__.pyi +1 -11
  120. bl_ui/space_statusbar/__init__.pyi +1 -11
  121. bl_ui/space_text/__init__.pyi +16 -192
  122. bl_ui/space_time/__init__.pyi +8 -110
  123. bl_ui/space_toolsystem_common/__init__.pyi +40 -199
  124. bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
  125. bl_ui/space_topbar/__init__.pyi +27 -334
  126. bl_ui/space_userpref/__init__.pyi +92 -1575
  127. bl_ui/space_view3d/__init__.pyi +269 -3437
  128. bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
  129. bl_ui/temp_anim_layers/__init__.pyi +2 -21
  130. bl_ui/utils/__init__.pyi +0 -7
  131. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  132. blend_render_info/__init__.pyi +2 -9
  133. bmesh/types/__init__.pyi +1 -18
  134. bpy/ops/wm/__init__.pyi +3 -0
  135. bpy/types/__init__.pyi +295 -4653
  136. bpy/utils/__init__.pyi +14 -70
  137. bpy_extras/anim_utils/__init__.pyi +0 -1
  138. bpy_extras/asset_utils/__init__.pyi +0 -10
  139. bpy_extras/bmesh_utils/__init__.pyi +1 -4
  140. bpy_extras/extensions/junction_module/__init__.pyi +1 -6
  141. bpy_extras/io_utils/__init__.pyi +4 -24
  142. bpy_extras/keyconfig_utils/__init__.pyi +2 -9
  143. bpy_extras/node_shader_utils/__init__.pyi +44 -285
  144. bpy_extras/node_utils/__init__.pyi +2 -9
  145. bpy_extras/object_utils/__init__.pyi +0 -2
  146. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
  147. bpy_restrict_state/__init__.pyi +1 -14
  148. bpy_types/__init__.pyi +8 -274
  149. console_python/__init__.pyi +6 -36
  150. console_shell/__init__.pyi +5 -24
  151. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  152. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  153. freestyle/chainingiterators/__init__.pyi +10 -40
  154. freestyle/functions/__init__.pyi +7 -33
  155. freestyle/predicates/__init__.pyi +44 -217
  156. freestyle/shaders/__init__.pyi +0 -10
  157. freestyle/utils/__init__.pyi +3 -15
  158. graphviz_export/__init__.pyi +2 -9
  159. idprop/types/__init__.pyi +6 -33
  160. imbuf/types/__init__.pyi +0 -2
  161. keyingsets_builtins/__init__.pyi +2 -156
  162. keyingsets_utils/__init__.pyi +14 -69
  163. mathutils/bvhtree/__init__.pyi +0 -2
  164. nodeitems_builtins/__init__.pyi +5 -30
  165. nodeitems_utils/__init__.pyi +8 -45
  166. rna_info/__init__.pyi +22 -200
  167. rna_keymap_ui/__init__.pyi +6 -29
  168. rna_prop_ui/__init__.pyi +9 -49
  169. rna_xml/__init__.pyi +6 -29
  170. sys_info/__init__.pyi +1 -4
  171. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  172. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  173. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -3,23 +3,12 @@ from . import helpers
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- def class_filter(cls_parent, kw):
7
- """ """
8
-
9
- ...
10
-
6
+ def class_filter(cls_parent, kw): ...
11
7
  def ui_draw_filter_register(
12
8
  ui_ignore_classes=None,
13
9
  ui_ignore_operator=None,
14
10
  ui_ignore_property=None,
15
11
  ui_ignore_menu=None,
16
12
  ui_ignore_label=None,
17
- ):
18
- """ """
19
-
20
- ...
21
-
22
- def ui_draw_filter_unregister(ui_ignore_store):
23
- """ """
24
-
25
- ...
13
+ ): ...
14
+ def ui_draw_filter_unregister(ui_ignore_store): ...
@@ -8,33 +8,13 @@ class AppOverrideState:
8
8
  """
9
9
 
10
10
  addon_paths: typing.Any
11
- """ """
12
-
13
11
  addons: typing.Any
14
- """ """
15
-
16
12
  class_ignore: typing.Any
17
- """ """
18
-
19
13
  ui_ignore_classes: typing.Any
20
- """ """
21
-
22
14
  ui_ignore_label: typing.Any
23
- """ """
24
-
25
15
  ui_ignore_menu: typing.Any
26
- """ """
27
-
28
16
  ui_ignore_operator: typing.Any
29
- """ """
30
-
31
17
  ui_ignore_property: typing.Any
32
- """ """
33
-
34
- def setup(self):
35
- """ """
36
- ...
37
18
 
38
- def teardown(self):
39
- """ """
40
- ...
19
+ def setup(self): ...
20
+ def teardown(self): ...
@@ -2,21 +2,9 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def activate(template_id=None, reload_scripts=False):
6
- """ """
7
-
8
- ...
9
-
10
- def import_from_id(template_id, ignore_not_found=False):
11
- """ """
12
-
13
- ...
14
-
15
- def import_from_path(path, ignore_not_found=False):
16
- """ """
17
-
18
- ...
19
-
5
+ def activate(template_id=None, reload_scripts=False): ...
6
+ def import_from_id(template_id, ignore_not_found=False): ...
7
+ def import_from_path(path, ignore_not_found=False): ...
20
8
  def reset(reload_scripts=False):
21
9
  """Sets default state."""
22
10
 
@@ -7,72 +7,21 @@ def check(check_ctxt, msgs, key, msgsrc, settings):
7
7
 
8
8
  ...
9
9
 
10
- def dump_addon_bl_info(msgs, reports, module, settings):
11
- """ """
12
-
13
- ...
14
-
15
- def dump_addon_messages(addon_module_name, do_checks, settings):
16
- """ """
17
-
18
- ...
19
-
20
- def dump_asset_messages(msgs, reports, settings):
21
- """ """
22
-
23
- ...
24
-
25
- def dump_messages(do_messages, do_checks, settings):
26
- """ """
27
-
28
- ...
29
-
30
- def dump_preset_messages(msgs, reports, settings):
31
- """ """
32
-
33
- ...
34
-
35
- def dump_py_messages(msgs, reports, addons, settings, addons_only=False):
36
- """ """
37
-
38
- ...
39
-
40
- def dump_py_messages_from_files(msgs, reports, files, settings):
41
- """ """
42
-
43
- ...
44
-
10
+ def dump_addon_bl_info(msgs, reports, module, settings): ...
11
+ def dump_addon_messages(addon_module_name, do_checks, settings): ...
12
+ def dump_asset_messages(msgs, reports, settings): ...
13
+ def dump_messages(do_messages, do_checks, settings): ...
14
+ def dump_preset_messages(msgs, reports, settings): ...
15
+ def dump_py_messages(msgs, reports, addons, settings, addons_only=False): ...
16
+ def dump_py_messages_from_files(msgs, reports, files, settings): ...
45
17
  def dump_rna_messages(msgs, reports, settings, verbose=False):
46
18
  """Dump into messages dict all RNA-defined UI messages (labels en tooltips)."""
47
19
 
48
20
  ...
49
21
 
50
- def dump_src_messages(msgs, reports, settings):
51
- """ """
52
-
53
- ...
54
-
55
- def dump_template_messages(msgs, reports, settings):
56
- """ """
57
-
58
- ...
59
-
60
- def init_spell_check(settings, lang="en_US"):
61
- """ """
62
-
63
- ...
64
-
65
- def main():
66
- """ """
67
-
68
- ...
69
-
70
- def print_info(reports, pot):
71
- """ """
72
-
73
- ...
74
-
75
- def process_msg(msgs, msgctxt, msgid, msgsrc, reports, check_ctxt, settings):
76
- """ """
77
-
78
- ...
22
+ def dump_src_messages(msgs, reports, settings): ...
23
+ def dump_template_messages(msgs, reports, settings): ...
24
+ def init_spell_check(settings, lang="en_US"): ...
25
+ def main(): ...
26
+ def print_info(reports, pot): ...
27
+ def process_msg(msgs, msgctxt, msgid, msgsrc, reports, check_ctxt, settings): ...
@@ -2,7 +2,4 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def main():
6
- """ """
7
-
8
- ...
5
+ def main(): ...
@@ -8,28 +8,13 @@ class I18nSettings:
8
8
  """
9
9
 
10
10
  BLENDER_I18N_PO_DIR: typing.Any
11
- """ """
12
-
13
11
  BLENDER_I18N_ROOT: typing.Any
14
- """ """
15
-
16
12
  FILE_NAME_POT: typing.Any
17
- """ """
18
-
19
13
  POTFILES_SOURCE_DIR: typing.Any
20
- """ """
21
-
22
14
  PRESETS_DIR: typing.Any
23
- """ """
24
-
25
15
  PY_SYS_PATHS: typing.Any
26
- """ """
27
-
28
16
  TEMPLATES_DIR: typing.Any
29
- """ """
30
-
31
17
  WORK_DIR: typing.Any
32
- """ """
33
18
 
34
19
  def from_dict(self, mapping):
35
20
  """
@@ -60,10 +45,5 @@ class I18nSettings:
60
45
  """
61
46
  ...
62
47
 
63
- def to_dict(self):
64
- """ """
65
- ...
66
-
67
- def to_json(self):
68
- """ """
69
- ...
48
+ def to_dict(self): ...
49
+ def to_json(self): ...
@@ -6,13 +6,8 @@ class I18n:
6
6
  """Internal representation of a whole translation set."""
7
7
 
8
8
  parsers: typing.Any
9
- """ """
10
-
11
9
  py_file: typing.Any
12
- """ """
13
-
14
10
  writers: typing.Any
15
- """ """
16
11
 
17
12
  def check_py_module_has_translations(self, src, settings=None):
18
13
  """Check whether a given src (a py module, either a directory or a py file) has some i18n translation data,
@@ -73,10 +68,7 @@ class I18n:
73
68
  """
74
69
  ...
75
70
 
76
- def update_info(self):
77
- """ """
78
- ...
79
-
71
+ def update_info(self): ...
80
72
  def write(self, kind, langs=None()):
81
73
  """
82
74
 
@@ -103,45 +95,19 @@ class I18nMessage:
103
95
  """Internal representation of a message."""
104
96
 
105
97
  comment_lines: typing.Any
106
- """ """
107
-
108
98
  is_commented: typing.Any
109
- """ """
110
-
111
99
  is_fuzzy: typing.Any
112
- """ """
113
-
114
100
  is_tooltip: typing.Any
115
- """ """
116
-
117
101
  msgctxt: typing.Any
118
- """ """
119
-
120
102
  msgctxt_lines: typing.Any
121
- """ """
122
-
123
103
  msgid: typing.Any
124
- """ """
125
-
126
104
  msgid_lines: typing.Any
127
- """ """
128
-
129
105
  msgstr: typing.Any
130
- """ """
131
-
132
106
  msgstr_lines: typing.Any
133
- """ """
134
-
135
107
  settings: typing.Any
136
- """ """
137
-
138
108
  sources: typing.Any
139
- """ """
140
-
141
- def copy(self):
142
- """ """
143
- ...
144
109
 
110
+ def copy(self): ...
145
111
  def do_escape(self, txt):
146
112
  """Replace some chars by their escaped versions!
147
113
 
@@ -182,10 +148,7 @@ class I18nMessages:
182
148
  """Internal representation of messages for one language (iso code), with additional stats info."""
183
149
 
184
150
  parsers: typing.Any
185
- """ """
186
-
187
151
  writers: typing.Any
188
- """ """
189
152
 
190
153
  def check(self, fix=False):
191
154
  """Check consistency between messages and their keys!
@@ -197,10 +160,7 @@ class I18nMessages:
197
160
  """
198
161
  ...
199
162
 
200
- def clean_commented(self):
201
- """ """
202
- ...
203
-
163
+ def clean_commented(self): ...
204
164
  def escape(self, do_all=False):
205
165
  """
206
166
 
@@ -291,10 +251,7 @@ class I18nMessages:
291
251
  """
292
252
  ...
293
253
 
294
- def rtl_process(self):
295
- """ """
296
- ...
297
-
254
+ def rtl_process(self): ...
298
255
  def unescape(self, do_all=True):
299
256
  """
300
257
 
@@ -314,10 +271,7 @@ class I18nMessages:
314
271
  """
315
272
  ...
316
273
 
317
- def update_info(self):
318
- """ """
319
- ...
320
-
274
+ def update_info(self): ...
321
275
  def write(self, kind, dest):
322
276
  """
323
277
 
@@ -355,11 +309,7 @@ def find_best_isocode_matches(uid, iso_codes):
355
309
 
356
310
  ...
357
311
 
358
- def get_best_similar(data):
359
- """ """
360
-
361
- ...
362
-
312
+ def get_best_similar(data): ...
363
313
  def get_po_files_from_dir(root_dir, langs=None()):
364
314
  """Yield tuples (uid, po_path) of translations for each po file found in the given directory, which should be either
365
315
  a directory containing po files using language uid's as names (e.g. fr.po, es_ES.po, etc.), or
@@ -369,11 +319,7 @@ def get_po_files_from_dir(root_dir, langs=None()):
369
319
 
370
320
  ...
371
321
 
372
- def is_valid_po_path(path):
373
- """ """
374
-
375
- ...
376
-
322
+ def is_valid_po_path(path): ...
377
323
  def list_po_dir(root_path, settings):
378
324
  """Generator. List given directory (expecting one sub-directory per languages)
379
325
  and return all files matching languages listed in settings.Yield tuples (can_use, uid, num_id, name, isocode, po_path)Note that po_path may not actually exists.
@@ -387,7 +333,4 @@ def locale_explode(locale):
387
333
 
388
334
  ...
389
335
 
390
- def locale_match(loc1, loc2):
391
- """ """
392
-
393
- ...
336
+ def locale_match(loc1, loc2): ...
@@ -2,32 +2,9 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def cleanup_po(args, settings):
6
- """ """
7
-
8
- ...
9
-
10
- def language_menu(args, settings):
11
- """ """
12
-
13
- ...
14
-
15
- def main():
16
- """ """
17
-
18
- ...
19
-
20
- def rtl_process_po(args, settings):
21
- """ """
22
-
23
- ...
24
-
25
- def strip_po(args, settings):
26
- """ """
27
-
28
- ...
29
-
30
- def update_po(args, settings):
31
- """ """
32
-
33
- ...
5
+ def cleanup_po(args, settings): ...
6
+ def language_menu(args, settings): ...
7
+ def main(): ...
8
+ def rtl_process_po(args, settings): ...
9
+ def strip_po(args, settings): ...
10
+ def update_po(args, settings): ...
@@ -2,7 +2,4 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def gen_menu_file(stats, settings):
6
- """ """
7
-
8
- ...
5
+ def gen_menu_file(stats, settings): ...
@@ -2,47 +2,16 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def indent(levels):
6
- """ """
7
-
8
- ...
9
-
10
- def keyconfig_export_as_data(wm, kc, filepath, all_keymaps=False):
11
- """ """
12
-
13
- ...
14
-
15
- def keyconfig_import_from_data(name, keyconfig_data, keyconfig_version=(0, 0, 0)):
16
- """ """
17
-
18
- ...
19
-
20
- def keyconfig_init_from_data(kc, keyconfig_data):
21
- """ """
22
-
23
- ...
24
-
5
+ def indent(levels): ...
6
+ def keyconfig_export_as_data(wm, kc, filepath, all_keymaps=False): ...
7
+ def keyconfig_import_from_data(name, keyconfig_data, keyconfig_version=(0, 0, 0)): ...
8
+ def keyconfig_init_from_data(kc, keyconfig_data): ...
25
9
  def keyconfig_merge(kc1, kc2):
26
10
  """note: kc1 takes priority over kc2"""
27
11
 
28
12
  ...
29
13
 
30
- def keymap_init_from_data(km, km_items, is_modal=False):
31
- """ """
32
-
33
- ...
34
-
35
- def kmi_args_as_data(kmi):
36
- """ """
37
-
38
- ...
39
-
40
- def repr_f32(f):
41
- """ """
42
-
43
- ...
44
-
45
- def round_float_32(f):
46
- """ """
47
-
48
- ...
14
+ def keymap_init_from_data(km, km_items, is_modal=False): ...
15
+ def kmi_args_as_data(kmi): ...
16
+ def repr_f32(f): ...
17
+ def round_float_32(f): ...
@@ -2,7 +2,4 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def generate():
6
- """ """
7
-
8
- ...
5
+ def generate(): ...
@@ -2,11 +2,7 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def keyconfig_data_oskey_from_ctrl(keyconfig_data_src, filter_fn=None):
6
- """ """
7
-
8
- ...
9
-
5
+ def keyconfig_data_oskey_from_ctrl(keyconfig_data_src, filter_fn=None): ...
10
6
  def keyconfig_data_oskey_from_ctrl_for_macos(keyconfig_data_src):
11
7
  """Use for apple since Cmd is typically used in-place of Ctrl."""
12
8
 
@@ -2,7 +2,4 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def keyconfig_update(keyconfig_data, keyconfig_version):
6
- """ """
7
-
8
- ...
5
+ def keyconfig_update(keyconfig_data, keyconfig_version): ...
bl_operators/__init__.pyi CHANGED
@@ -32,12 +32,5 @@ from . import world
32
32
 
33
33
  GenericType = typing.TypeVar("GenericType")
34
34
 
35
- def register():
36
- """ """
37
-
38
- ...
39
-
40
- def unregister():
41
- """ """
42
-
43
- ...
35
+ def register(): ...
36
+ def unregister(): ...
@@ -9,19 +9,10 @@ class AddTorus(bpy_types.Operator, bpy_extras.object_utils.AddObjectHelper):
9
9
  """Construct a torus mesh"""
10
10
 
11
11
  bl_idname: typing.Any
12
- """ """
13
-
14
12
  bl_label: typing.Any
15
- """ """
16
-
17
13
  bl_options: typing.Any
18
- """ """
19
-
20
14
  bl_rna: typing.Any
21
- """ """
22
-
23
15
  id_data: typing.Any
24
- """ """
25
16
 
26
17
  def align_update_callback(self, _context):
27
18
  """
@@ -257,12 +248,5 @@ class AddTorus(bpy_types.Operator, bpy_extras.object_utils.AddObjectHelper):
257
248
  """
258
249
  ...
259
250
 
260
- def add_torus(major_rad, minor_rad, major_seg, minor_seg):
261
- """ """
262
-
263
- ...
264
-
265
- def add_uvs(mesh, minor_seg, major_seg):
266
- """ """
267
-
268
- ...
251
+ def add_torus(major_rad, minor_rad, major_seg, minor_seg): ...
252
+ def add_uvs(mesh, minor_seg, major_seg): ...