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
@@ -9,31 +9,14 @@ class IMAGE_PT_tools_active(
9
9
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
10
10
  bpy_types._GenericUI,
11
11
  ):
12
- """ """
13
-
14
12
  bl_label: typing.Any
15
- """ """
16
-
17
13
  bl_options: typing.Any
18
- """ """
19
-
20
14
  bl_region_type: typing.Any
21
- """ """
22
-
23
15
  bl_rna: typing.Any
24
- """ """
25
-
26
16
  bl_space_type: typing.Any
27
- """ """
28
-
29
17
  id_data: typing.Any
30
- """ """
31
-
32
18
  keymap_prefix: typing.Any
33
- """ """
34
-
35
19
  tool_fallback_id: typing.Any
36
- """ """
37
20
 
38
21
  def append(self, draw_func):
39
22
  """
@@ -42,18 +25,9 @@ class IMAGE_PT_tools_active(
42
25
  """
43
26
  ...
44
27
 
45
- def as_pointer(self):
46
- """ """
47
- ...
48
-
49
- def bl_rna_get_subclass(self):
50
- """ """
51
- ...
52
-
53
- def bl_rna_get_subclass_py(self):
54
- """ """
55
- ...
56
-
28
+ def as_pointer(self): ...
29
+ def bl_rna_get_subclass(self): ...
30
+ def bl_rna_get_subclass_py(self): ...
57
31
  def draw(self, context):
58
32
  """
59
33
 
@@ -111,62 +85,20 @@ class IMAGE_PT_tools_active(
111
85
  """
112
86
  ...
113
87
 
114
- def driver_add(self):
115
- """ """
116
- ...
117
-
118
- def driver_remove(self):
119
- """ """
120
- ...
121
-
122
- def get(self):
123
- """ """
124
- ...
125
-
126
- def id_properties_clear(self):
127
- """ """
128
- ...
129
-
130
- def id_properties_ensure(self):
131
- """ """
132
- ...
133
-
134
- def id_properties_ui(self):
135
- """ """
136
- ...
137
-
138
- def is_extended(self):
139
- """ """
140
- ...
141
-
142
- def is_property_hidden(self):
143
- """ """
144
- ...
145
-
146
- def is_property_overridable_library(self):
147
- """ """
148
- ...
149
-
150
- def is_property_readonly(self):
151
- """ """
152
- ...
153
-
154
- def is_property_set(self):
155
- """ """
156
- ...
157
-
158
- def items(self):
159
- """ """
160
- ...
161
-
162
- def keyframe_delete(self):
163
- """ """
164
- ...
165
-
166
- def keyframe_insert(self):
167
- """ """
168
- ...
169
-
88
+ def driver_add(self): ...
89
+ def driver_remove(self): ...
90
+ def get(self): ...
91
+ def id_properties_clear(self): ...
92
+ def id_properties_ensure(self): ...
93
+ def id_properties_ui(self): ...
94
+ def is_extended(self): ...
95
+ def is_property_hidden(self): ...
96
+ def is_property_overridable_library(self): ...
97
+ def is_property_readonly(self): ...
98
+ def is_property_set(self): ...
99
+ def items(self): ...
100
+ def keyframe_delete(self): ...
101
+ def keyframe_insert(self): ...
170
102
  def keymap_ui_hierarchy(self, context_mode):
171
103
  """
172
104
 
@@ -174,22 +106,10 @@ class IMAGE_PT_tools_active(
174
106
  """
175
107
  ...
176
108
 
177
- def keys(self):
178
- """ """
179
- ...
180
-
181
- def path_from_id(self):
182
- """ """
183
- ...
184
-
185
- def path_resolve(self):
186
- """ """
187
- ...
188
-
189
- def pop(self):
190
- """ """
191
- ...
192
-
109
+ def keys(self): ...
110
+ def path_from_id(self): ...
111
+ def path_resolve(self): ...
112
+ def pop(self): ...
193
113
  def prepend(self, draw_func):
194
114
  """
195
115
 
@@ -197,22 +117,10 @@ class IMAGE_PT_tools_active(
197
117
  """
198
118
  ...
199
119
 
200
- def property_overridable_library_set(self):
201
- """ """
202
- ...
203
-
204
- def property_unset(self):
205
- """ """
206
- ...
207
-
208
- def register(self):
209
- """ """
210
- ...
211
-
212
- def register_ensure(self):
213
- """ """
214
- ...
215
-
120
+ def property_overridable_library_set(self): ...
121
+ def property_unset(self): ...
122
+ def register(self): ...
123
+ def register_ensure(self): ...
216
124
  def remove(self, draw_func):
217
125
  """
218
126
 
@@ -227,10 +135,7 @@ class IMAGE_PT_tools_active(
227
135
  """
228
136
  ...
229
137
 
230
- def tools_all(self):
231
- """ """
232
- ...
233
-
138
+ def tools_all(self): ...
234
139
  def tools_from_context(self, context, mode=None):
235
140
  """
236
141
 
@@ -239,44 +144,22 @@ class IMAGE_PT_tools_active(
239
144
  """
240
145
  ...
241
146
 
242
- def type_recast(self):
243
- """ """
244
- ...
245
-
246
- def values(self):
247
- """ """
248
- ...
147
+ def type_recast(self): ...
148
+ def values(self): ...
249
149
 
250
150
  class NODE_PT_tools_active(
251
151
  bpy_types.Panel,
252
152
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
253
153
  bpy_types._GenericUI,
254
154
  ):
255
- """ """
256
-
257
155
  bl_label: typing.Any
258
- """ """
259
-
260
156
  bl_options: typing.Any
261
- """ """
262
-
263
157
  bl_region_type: typing.Any
264
- """ """
265
-
266
158
  bl_rna: typing.Any
267
- """ """
268
-
269
159
  bl_space_type: typing.Any
270
- """ """
271
-
272
160
  id_data: typing.Any
273
- """ """
274
-
275
161
  keymap_prefix: typing.Any
276
- """ """
277
-
278
162
  tool_fallback_id: typing.Any
279
- """ """
280
163
 
281
164
  def append(self, draw_func):
282
165
  """
@@ -285,18 +168,9 @@ class NODE_PT_tools_active(
285
168
  """
286
169
  ...
287
170
 
288
- def as_pointer(self):
289
- """ """
290
- ...
291
-
292
- def bl_rna_get_subclass(self):
293
- """ """
294
- ...
295
-
296
- def bl_rna_get_subclass_py(self):
297
- """ """
298
- ...
299
-
171
+ def as_pointer(self): ...
172
+ def bl_rna_get_subclass(self): ...
173
+ def bl_rna_get_subclass_py(self): ...
300
174
  def draw(self, context):
301
175
  """
302
176
 
@@ -354,62 +228,20 @@ class NODE_PT_tools_active(
354
228
  """
355
229
  ...
356
230
 
357
- def driver_add(self):
358
- """ """
359
- ...
360
-
361
- def driver_remove(self):
362
- """ """
363
- ...
364
-
365
- def get(self):
366
- """ """
367
- ...
368
-
369
- def id_properties_clear(self):
370
- """ """
371
- ...
372
-
373
- def id_properties_ensure(self):
374
- """ """
375
- ...
376
-
377
- def id_properties_ui(self):
378
- """ """
379
- ...
380
-
381
- def is_extended(self):
382
- """ """
383
- ...
384
-
385
- def is_property_hidden(self):
386
- """ """
387
- ...
388
-
389
- def is_property_overridable_library(self):
390
- """ """
391
- ...
392
-
393
- def is_property_readonly(self):
394
- """ """
395
- ...
396
-
397
- def is_property_set(self):
398
- """ """
399
- ...
400
-
401
- def items(self):
402
- """ """
403
- ...
404
-
405
- def keyframe_delete(self):
406
- """ """
407
- ...
408
-
409
- def keyframe_insert(self):
410
- """ """
411
- ...
412
-
231
+ def driver_add(self): ...
232
+ def driver_remove(self): ...
233
+ def get(self): ...
234
+ def id_properties_clear(self): ...
235
+ def id_properties_ensure(self): ...
236
+ def id_properties_ui(self): ...
237
+ def is_extended(self): ...
238
+ def is_property_hidden(self): ...
239
+ def is_property_overridable_library(self): ...
240
+ def is_property_readonly(self): ...
241
+ def is_property_set(self): ...
242
+ def items(self): ...
243
+ def keyframe_delete(self): ...
244
+ def keyframe_insert(self): ...
413
245
  def keymap_ui_hierarchy(self, context_mode):
414
246
  """
415
247
 
@@ -417,22 +249,10 @@ class NODE_PT_tools_active(
417
249
  """
418
250
  ...
419
251
 
420
- def keys(self):
421
- """ """
422
- ...
423
-
424
- def path_from_id(self):
425
- """ """
426
- ...
427
-
428
- def path_resolve(self):
429
- """ """
430
- ...
431
-
432
- def pop(self):
433
- """ """
434
- ...
435
-
252
+ def keys(self): ...
253
+ def path_from_id(self): ...
254
+ def path_resolve(self): ...
255
+ def pop(self): ...
436
256
  def prepend(self, draw_func):
437
257
  """
438
258
 
@@ -440,22 +260,10 @@ class NODE_PT_tools_active(
440
260
  """
441
261
  ...
442
262
 
443
- def property_overridable_library_set(self):
444
- """ """
445
- ...
446
-
447
- def property_unset(self):
448
- """ """
449
- ...
450
-
451
- def register(self):
452
- """ """
453
- ...
454
-
455
- def register_ensure(self):
456
- """ """
457
- ...
458
-
263
+ def property_overridable_library_set(self): ...
264
+ def property_unset(self): ...
265
+ def register(self): ...
266
+ def register_ensure(self): ...
459
267
  def remove(self, draw_func):
460
268
  """
461
269
 
@@ -470,10 +278,7 @@ class NODE_PT_tools_active(
470
278
  """
471
279
  ...
472
280
 
473
- def tools_all(self):
474
- """ """
475
- ...
476
-
281
+ def tools_all(self): ...
477
282
  def tools_from_context(self, context, mode=None):
478
283
  """
479
284
 
@@ -482,44 +287,22 @@ class NODE_PT_tools_active(
482
287
  """
483
288
  ...
484
289
 
485
- def type_recast(self):
486
- """ """
487
- ...
488
-
489
- def values(self):
490
- """ """
491
- ...
290
+ def type_recast(self): ...
291
+ def values(self): ...
492
292
 
493
293
  class SEQUENCER_PT_tools_active(
494
294
  bpy_types.Panel,
495
295
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
496
296
  bpy_types._GenericUI,
497
297
  ):
498
- """ """
499
-
500
298
  bl_label: typing.Any
501
- """ """
502
-
503
299
  bl_options: typing.Any
504
- """ """
505
-
506
300
  bl_region_type: typing.Any
507
- """ """
508
-
509
301
  bl_rna: typing.Any
510
- """ """
511
-
512
302
  bl_space_type: typing.Any
513
- """ """
514
-
515
303
  id_data: typing.Any
516
- """ """
517
-
518
304
  keymap_prefix: typing.Any
519
- """ """
520
-
521
305
  tool_fallback_id: typing.Any
522
- """ """
523
306
 
524
307
  def append(self, draw_func):
525
308
  """
@@ -528,18 +311,9 @@ class SEQUENCER_PT_tools_active(
528
311
  """
529
312
  ...
530
313
 
531
- def as_pointer(self):
532
- """ """
533
- ...
534
-
535
- def bl_rna_get_subclass(self):
536
- """ """
537
- ...
538
-
539
- def bl_rna_get_subclass_py(self):
540
- """ """
541
- ...
542
-
314
+ def as_pointer(self): ...
315
+ def bl_rna_get_subclass(self): ...
316
+ def bl_rna_get_subclass_py(self): ...
543
317
  def draw(self, context):
544
318
  """
545
319
 
@@ -597,62 +371,20 @@ class SEQUENCER_PT_tools_active(
597
371
  """
598
372
  ...
599
373
 
600
- def driver_add(self):
601
- """ """
602
- ...
603
-
604
- def driver_remove(self):
605
- """ """
606
- ...
607
-
608
- def get(self):
609
- """ """
610
- ...
611
-
612
- def id_properties_clear(self):
613
- """ """
614
- ...
615
-
616
- def id_properties_ensure(self):
617
- """ """
618
- ...
619
-
620
- def id_properties_ui(self):
621
- """ """
622
- ...
623
-
624
- def is_extended(self):
625
- """ """
626
- ...
627
-
628
- def is_property_hidden(self):
629
- """ """
630
- ...
631
-
632
- def is_property_overridable_library(self):
633
- """ """
634
- ...
635
-
636
- def is_property_readonly(self):
637
- """ """
638
- ...
639
-
640
- def is_property_set(self):
641
- """ """
642
- ...
643
-
644
- def items(self):
645
- """ """
646
- ...
647
-
648
- def keyframe_delete(self):
649
- """ """
650
- ...
651
-
652
- def keyframe_insert(self):
653
- """ """
654
- ...
655
-
374
+ def driver_add(self): ...
375
+ def driver_remove(self): ...
376
+ def get(self): ...
377
+ def id_properties_clear(self): ...
378
+ def id_properties_ensure(self): ...
379
+ def id_properties_ui(self): ...
380
+ def is_extended(self): ...
381
+ def is_property_hidden(self): ...
382
+ def is_property_overridable_library(self): ...
383
+ def is_property_readonly(self): ...
384
+ def is_property_set(self): ...
385
+ def items(self): ...
386
+ def keyframe_delete(self): ...
387
+ def keyframe_insert(self): ...
656
388
  def keymap_ui_hierarchy(self, context_mode):
657
389
  """
658
390
 
@@ -660,22 +392,10 @@ class SEQUENCER_PT_tools_active(
660
392
  """
661
393
  ...
662
394
 
663
- def keys(self):
664
- """ """
665
- ...
666
-
667
- def path_from_id(self):
668
- """ """
669
- ...
670
-
671
- def path_resolve(self):
672
- """ """
673
- ...
674
-
675
- def pop(self):
676
- """ """
677
- ...
678
-
395
+ def keys(self): ...
396
+ def path_from_id(self): ...
397
+ def path_resolve(self): ...
398
+ def pop(self): ...
679
399
  def prepend(self, draw_func):
680
400
  """
681
401
 
@@ -683,22 +403,10 @@ class SEQUENCER_PT_tools_active(
683
403
  """
684
404
  ...
685
405
 
686
- def property_overridable_library_set(self):
687
- """ """
688
- ...
689
-
690
- def property_unset(self):
691
- """ """
692
- ...
693
-
694
- def register(self):
695
- """ """
696
- ...
697
-
698
- def register_ensure(self):
699
- """ """
700
- ...
701
-
406
+ def property_overridable_library_set(self): ...
407
+ def property_unset(self): ...
408
+ def register(self): ...
409
+ def register_ensure(self): ...
702
410
  def remove(self, draw_func):
703
411
  """
704
412
 
@@ -713,10 +421,7 @@ class SEQUENCER_PT_tools_active(
713
421
  """
714
422
  ...
715
423
 
716
- def tools_all(self):
717
- """ """
718
- ...
719
-
424
+ def tools_all(self): ...
720
425
  def tools_from_context(self, context, mode=None):
721
426
  """
722
427
 
@@ -725,44 +430,22 @@ class SEQUENCER_PT_tools_active(
725
430
  """
726
431
  ...
727
432
 
728
- def type_recast(self):
729
- """ """
730
- ...
731
-
732
- def values(self):
733
- """ """
734
- ...
433
+ def type_recast(self): ...
434
+ def values(self): ...
735
435
 
736
436
  class VIEW3D_PT_tools_active(
737
437
  bpy_types.Panel,
738
438
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
739
439
  bpy_types._GenericUI,
740
440
  ):
741
- """ """
742
-
743
441
  bl_label: typing.Any
744
- """ """
745
-
746
442
  bl_options: typing.Any
747
- """ """
748
-
749
443
  bl_region_type: typing.Any
750
- """ """
751
-
752
444
  bl_rna: typing.Any
753
- """ """
754
-
755
445
  bl_space_type: typing.Any
756
- """ """
757
-
758
446
  id_data: typing.Any
759
- """ """
760
-
761
447
  keymap_prefix: typing.Any
762
- """ """
763
-
764
448
  tool_fallback_id: typing.Any
765
- """ """
766
449
 
767
450
  def append(self, draw_func):
768
451
  """
@@ -771,18 +454,9 @@ class VIEW3D_PT_tools_active(
771
454
  """
772
455
  ...
773
456
 
774
- def as_pointer(self):
775
- """ """
776
- ...
777
-
778
- def bl_rna_get_subclass(self):
779
- """ """
780
- ...
781
-
782
- def bl_rna_get_subclass_py(self):
783
- """ """
784
- ...
785
-
457
+ def as_pointer(self): ...
458
+ def bl_rna_get_subclass(self): ...
459
+ def bl_rna_get_subclass_py(self): ...
786
460
  def draw(self, context):
787
461
  """
788
462
 
@@ -840,62 +514,20 @@ class VIEW3D_PT_tools_active(
840
514
  """
841
515
  ...
842
516
 
843
- def driver_add(self):
844
- """ """
845
- ...
846
-
847
- def driver_remove(self):
848
- """ """
849
- ...
850
-
851
- def get(self):
852
- """ """
853
- ...
854
-
855
- def id_properties_clear(self):
856
- """ """
857
- ...
858
-
859
- def id_properties_ensure(self):
860
- """ """
861
- ...
862
-
863
- def id_properties_ui(self):
864
- """ """
865
- ...
866
-
867
- def is_extended(self):
868
- """ """
869
- ...
870
-
871
- def is_property_hidden(self):
872
- """ """
873
- ...
874
-
875
- def is_property_overridable_library(self):
876
- """ """
877
- ...
878
-
879
- def is_property_readonly(self):
880
- """ """
881
- ...
882
-
883
- def is_property_set(self):
884
- """ """
885
- ...
886
-
887
- def items(self):
888
- """ """
889
- ...
890
-
891
- def keyframe_delete(self):
892
- """ """
893
- ...
894
-
895
- def keyframe_insert(self):
896
- """ """
897
- ...
898
-
517
+ def driver_add(self): ...
518
+ def driver_remove(self): ...
519
+ def get(self): ...
520
+ def id_properties_clear(self): ...
521
+ def id_properties_ensure(self): ...
522
+ def id_properties_ui(self): ...
523
+ def is_extended(self): ...
524
+ def is_property_hidden(self): ...
525
+ def is_property_overridable_library(self): ...
526
+ def is_property_readonly(self): ...
527
+ def is_property_set(self): ...
528
+ def items(self): ...
529
+ def keyframe_delete(self): ...
530
+ def keyframe_insert(self): ...
899
531
  def keymap_ui_hierarchy(self, context_mode):
900
532
  """
901
533
 
@@ -903,22 +535,10 @@ class VIEW3D_PT_tools_active(
903
535
  """
904
536
  ...
905
537
 
906
- def keys(self):
907
- """ """
908
- ...
909
-
910
- def path_from_id(self):
911
- """ """
912
- ...
913
-
914
- def path_resolve(self):
915
- """ """
916
- ...
917
-
918
- def pop(self):
919
- """ """
920
- ...
921
-
538
+ def keys(self): ...
539
+ def path_from_id(self): ...
540
+ def path_resolve(self): ...
541
+ def pop(self): ...
922
542
  def prepend(self, draw_func):
923
543
  """
924
544
 
@@ -926,22 +546,10 @@ class VIEW3D_PT_tools_active(
926
546
  """
927
547
  ...
928
548
 
929
- def property_overridable_library_set(self):
930
- """ """
931
- ...
932
-
933
- def property_unset(self):
934
- """ """
935
- ...
936
-
937
- def register(self):
938
- """ """
939
- ...
940
-
941
- def register_ensure(self):
942
- """ """
943
- ...
944
-
549
+ def property_overridable_library_set(self): ...
550
+ def property_unset(self): ...
551
+ def register(self): ...
552
+ def register_ensure(self): ...
945
553
  def remove(self, draw_func):
946
554
  """
947
555
 
@@ -956,10 +564,7 @@ class VIEW3D_PT_tools_active(
956
564
  """
957
565
  ...
958
566
 
959
- def tools_all(self):
960
- """ """
961
- ...
962
-
567
+ def tools_all(self): ...
963
568
  def tools_from_context(self, context, mode=None):
964
569
  """
965
570
 
@@ -968,28 +573,14 @@ class VIEW3D_PT_tools_active(
968
573
  """
969
574
  ...
970
575
 
971
- def type_recast(self):
972
- """ """
973
- ...
974
-
975
- def values(self):
976
- """ """
977
- ...
576
+ def type_recast(self): ...
577
+ def values(self): ...
978
578
 
979
579
  class _defs_annotate:
980
- """ """
981
-
982
580
  eraser: typing.Any
983
- """ """
984
-
985
581
  line: typing.Any
986
- """ """
987
-
988
582
  poly: typing.Any
989
- """ """
990
-
991
583
  scribble: typing.Any
992
- """ """
993
584
 
994
585
  def draw_settings_common(self, context, layout, tool):
995
586
  """
@@ -1001,8 +592,6 @@ class _defs_annotate:
1001
592
  ...
1002
593
 
1003
594
  class _defs_curves_sculpt:
1004
- """ """
1005
-
1006
595
  def generate_from_brushes(self, context):
1007
596
  """
1008
597
 
@@ -1011,163 +600,63 @@ class _defs_curves_sculpt:
1011
600
  ...
1012
601
 
1013
602
  class _defs_edit_armature:
1014
- """ """
1015
-
1016
603
  bone_envelope: typing.Any
1017
- """ """
1018
-
1019
604
  bone_size: typing.Any
1020
- """ """
1021
-
1022
605
  extrude: typing.Any
1023
- """ """
1024
-
1025
606
  extrude_cursor: typing.Any
1026
- """ """
1027
-
1028
607
  roll: typing.Any
1029
- """ """
1030
608
 
1031
609
  class _defs_edit_curve:
1032
- """ """
1033
-
1034
610
  curve_radius: typing.Any
1035
- """ """
1036
-
1037
611
  curve_vertex_randomize: typing.Any
1038
- """ """
1039
-
1040
612
  draw: typing.Any
1041
- """ """
1042
-
1043
613
  extrude: typing.Any
1044
- """ """
1045
-
1046
614
  extrude_cursor: typing.Any
1047
- """ """
1048
-
1049
615
  pen: typing.Any
1050
- """ """
1051
-
1052
616
  tilt: typing.Any
1053
- """ """
1054
617
 
1055
618
  class _defs_edit_curves:
1056
- """ """
1057
-
1058
619
  draw: typing.Any
1059
- """ """
1060
620
 
1061
621
  class _defs_edit_mesh:
1062
- """ """
1063
-
1064
622
  bevel: typing.Any
1065
- """ """
1066
-
1067
623
  bisect: typing.Any
1068
- """ """
1069
-
1070
624
  edge_slide: typing.Any
1071
- """ """
1072
-
1073
625
  extrude: typing.Any
1074
- """ """
1075
-
1076
626
  extrude_cursor: typing.Any
1077
- """ """
1078
-
1079
627
  extrude_individual: typing.Any
1080
- """ """
1081
-
1082
628
  extrude_manifold: typing.Any
1083
- """ """
1084
-
1085
629
  extrude_normals: typing.Any
1086
- """ """
1087
-
1088
630
  inset: typing.Any
1089
- """ """
1090
-
1091
631
  knife: typing.Any
1092
- """ """
1093
-
1094
632
  loopcut_slide: typing.Any
1095
- """ """
1096
-
1097
633
  offset_edge_loops_slide: typing.Any
1098
- """ """
1099
-
1100
634
  poly_build: typing.Any
1101
- """ """
1102
-
1103
635
  push_pull: typing.Any
1104
- """ """
1105
-
1106
636
  rip_edge: typing.Any
1107
- """ """
1108
-
1109
637
  rip_region: typing.Any
1110
- """ """
1111
-
1112
638
  shrink_fatten: typing.Any
1113
- """ """
1114
-
1115
639
  spin: typing.Any
1116
- """ """
1117
-
1118
640
  tosphere: typing.Any
1119
- """ """
1120
-
1121
641
  vert_slide: typing.Any
1122
- """ """
1123
-
1124
642
  vertex_randomize: typing.Any
1125
- """ """
1126
-
1127
643
  vertex_smooth: typing.Any
1128
- """ """
1129
644
 
1130
645
  class _defs_edit_text:
1131
- """ """
1132
-
1133
646
  select_text: typing.Any
1134
- """ """
1135
647
 
1136
648
  class _defs_gpencil_edit:
1137
- """ """
1138
-
1139
649
  bend: typing.Any
1140
- """ """
1141
-
1142
650
  box_select: typing.Any
1143
- """ """
1144
-
1145
651
  circle_select: typing.Any
1146
- """ """
1147
-
1148
652
  extrude: typing.Any
1149
- """ """
1150
-
1151
653
  interpolate: typing.Any
1152
- """ """
1153
-
1154
654
  lasso_select: typing.Any
1155
- """ """
1156
-
1157
655
  radius: typing.Any
1158
- """ """
1159
-
1160
656
  select: typing.Any
1161
- """ """
1162
-
1163
657
  shear: typing.Any
1164
- """ """
1165
-
1166
658
  tosphere: typing.Any
1167
- """ """
1168
-
1169
659
  transform_fill: typing.Any
1170
- """ """
1171
660
 
1172
661
  def is_segment(self, context):
1173
662
  """
@@ -1177,34 +666,15 @@ class _defs_gpencil_edit:
1177
666
  ...
1178
667
 
1179
668
  class _defs_gpencil_paint:
1180
- """ """
1181
-
1182
669
  arc: typing.Any
1183
- """ """
1184
-
1185
670
  box: typing.Any
1186
- """ """
1187
-
1188
671
  circle: typing.Any
1189
- """ """
1190
-
1191
672
  curve: typing.Any
1192
- """ """
1193
-
1194
673
  cutter: typing.Any
1195
- """ """
1196
-
1197
674
  eyedropper: typing.Any
1198
- """ """
1199
-
1200
675
  interpolate: typing.Any
1201
- """ """
1202
-
1203
676
  line: typing.Any
1204
- """ """
1205
-
1206
677
  polyline: typing.Any
1207
- """ """
1208
678
 
1209
679
  def generate_from_brushes(self, context):
1210
680
  """
@@ -1224,8 +694,6 @@ class _defs_gpencil_paint:
1224
694
  ...
1225
695
 
1226
696
  class _defs_gpencil_sculpt:
1227
- """ """
1228
-
1229
697
  def generate_from_brushes(self, context):
1230
698
  """
1231
699
 
@@ -1241,8 +709,6 @@ class _defs_gpencil_sculpt:
1241
709
  ...
1242
710
 
1243
711
  class _defs_gpencil_vertex:
1244
- """ """
1245
-
1246
712
  def generate_from_brushes(self, context):
1247
713
  """
1248
714
 
@@ -1258,8 +724,6 @@ class _defs_gpencil_vertex:
1258
724
  ...
1259
725
 
1260
726
  class _defs_gpencil_weight:
1261
- """ """
1262
-
1263
727
  def generate_from_brushes(self, context):
1264
728
  """
1265
729
 
@@ -1268,40 +732,17 @@ class _defs_gpencil_weight:
1268
732
  ...
1269
733
 
1270
734
  class _defs_grease_pencil_paint:
1271
- """ """
1272
-
1273
735
  arc: typing.Any
1274
- """ """
1275
-
1276
736
  box: typing.Any
1277
- """ """
1278
-
1279
737
  circle: typing.Any
1280
- """ """
1281
-
1282
738
  curve: typing.Any
1283
- """ """
1284
-
1285
739
  cutter: typing.Any
1286
- """ """
1287
-
1288
740
  draw: typing.Any
1289
- """ """
1290
-
1291
741
  erase: typing.Any
1292
- """ """
1293
-
1294
742
  fill: typing.Any
1295
- """ """
1296
-
1297
743
  line: typing.Any
1298
- """ """
1299
-
1300
744
  polyline: typing.Any
1301
- """ """
1302
-
1303
745
  tint: typing.Any
1304
- """ """
1305
746
 
1306
747
  def grease_pencil_primitive_toolbar(self, context, layout, _tool, props):
1307
748
  """
@@ -1314,8 +755,6 @@ class _defs_grease_pencil_paint:
1314
755
  ...
1315
756
 
1316
757
  class _defs_grease_pencil_sculpt:
1317
- """ """
1318
-
1319
758
  def generate_from_brushes(self, context):
1320
759
  """
1321
760
 
@@ -1331,8 +770,6 @@ class _defs_grease_pencil_sculpt:
1331
770
  ...
1332
771
 
1333
772
  class _defs_grease_pencil_weight:
1334
- """ """
1335
-
1336
773
  def generate_from_brushes(self, context):
1337
774
  """
1338
775
 
@@ -1341,13 +778,8 @@ class _defs_grease_pencil_weight:
1341
778
  ...
1342
779
 
1343
780
  class _defs_image_generic:
1344
- """ """
1345
-
1346
781
  cursor: typing.Any
1347
- """ """
1348
-
1349
782
  sample: typing.Any
1350
- """ """
1351
783
 
1352
784
  def poll_uvedit(self, context):
1353
785
  """
@@ -1357,77 +789,35 @@ class _defs_image_generic:
1357
789
  ...
1358
790
 
1359
791
  class _defs_image_uv_edit:
1360
- """ """
1361
-
1362
792
  rip_region: typing.Any
1363
- """ """
1364
793
 
1365
794
  class _defs_image_uv_sculpt:
1366
- """ """
1367
-
1368
795
  grab: typing.Any
1369
- """ """
1370
-
1371
796
  pinch: typing.Any
1372
- """ """
1373
-
1374
797
  relax: typing.Any
1375
- """ """
1376
798
 
1377
799
  class _defs_image_uv_select:
1378
- """ """
1379
-
1380
800
  box: typing.Any
1381
- """ """
1382
-
1383
801
  circle: typing.Any
1384
- """ """
1385
-
1386
802
  lasso: typing.Any
1387
- """ """
1388
-
1389
803
  select: typing.Any
1390
- """ """
1391
804
 
1392
805
  class _defs_image_uv_transform:
1393
- """ """
1394
-
1395
806
  rotate: typing.Any
1396
- """ """
1397
-
1398
807
  scale: typing.Any
1399
- """ """
1400
-
1401
808
  transform: typing.Any
1402
- """ """
1403
-
1404
809
  translate: typing.Any
1405
- """ """
1406
810
 
1407
811
  class _defs_node_edit:
1408
- """ """
1409
-
1410
812
  links_cut: typing.Any
1411
- """ """
1412
813
 
1413
814
  class _defs_node_select:
1414
- """ """
1415
-
1416
815
  box: typing.Any
1417
- """ """
1418
-
1419
816
  circle: typing.Any
1420
- """ """
1421
-
1422
817
  lasso: typing.Any
1423
- """ """
1424
-
1425
818
  select: typing.Any
1426
- """ """
1427
819
 
1428
820
  class _defs_particle:
1429
- """ """
1430
-
1431
821
  def generate_from_brushes(self, context):
1432
822
  """
1433
823
 
@@ -1436,73 +826,29 @@ class _defs_particle:
1436
826
  ...
1437
827
 
1438
828
  class _defs_pose:
1439
- """ """
1440
-
1441
829
  breakdown: typing.Any
1442
- """ """
1443
-
1444
830
  push: typing.Any
1445
- """ """
1446
-
1447
831
  relax: typing.Any
1448
- """ """
1449
832
 
1450
833
  class _defs_sculpt:
1451
- """ """
1452
-
1453
834
  cloth_filter: typing.Any
1454
- """ """
1455
-
1456
835
  color_filter: typing.Any
1457
- """ """
1458
-
1459
836
  face_set_box: typing.Any
1460
- """ """
1461
-
1462
837
  face_set_edit: typing.Any
1463
- """ """
1464
-
1465
838
  face_set_lasso: typing.Any
1466
- """ """
1467
-
1468
839
  hide_border: typing.Any
1469
- """ """
1470
-
1471
840
  hide_lasso: typing.Any
1472
- """ """
1473
-
1474
841
  hide_line: typing.Any
1475
- """ """
1476
-
1477
842
  hide_polyline: typing.Any
1478
- """ """
1479
-
1480
843
  mask_border: typing.Any
1481
- """ """
1482
-
1483
844
  mask_by_color: typing.Any
1484
- """ """
1485
-
1486
845
  mask_lasso: typing.Any
1487
- """ """
1488
-
1489
846
  mask_line: typing.Any
1490
- """ """
1491
-
1492
847
  mesh_filter: typing.Any
1493
- """ """
1494
-
1495
848
  project_line: typing.Any
1496
- """ """
1497
-
1498
849
  trim_box: typing.Any
1499
- """ """
1500
-
1501
850
  trim_lasso: typing.Any
1502
- """ """
1503
-
1504
851
  trim_line: typing.Any
1505
- """ """
1506
852
 
1507
853
  def generate_from_brushes(self, context):
1508
854
  """
@@ -1512,41 +858,19 @@ class _defs_sculpt:
1512
858
  ...
1513
859
 
1514
860
  class _defs_sequencer_generic:
1515
- """ """
1516
-
1517
861
  blade: typing.Any
1518
- """ """
1519
-
1520
862
  cursor: typing.Any
1521
- """ """
1522
-
1523
863
  rotate: typing.Any
1524
- """ """
1525
-
1526
864
  sample: typing.Any
1527
- """ """
1528
-
1529
865
  scale: typing.Any
1530
- """ """
1531
-
1532
866
  transform: typing.Any
1533
- """ """
1534
-
1535
867
  translate: typing.Any
1536
- """ """
1537
868
 
1538
869
  class _defs_sequencer_select:
1539
- """ """
1540
-
1541
870
  box: typing.Any
1542
- """ """
1543
-
1544
871
  select: typing.Any
1545
- """ """
1546
872
 
1547
873
  class _defs_texture_paint:
1548
- """ """
1549
-
1550
874
  def generate_from_brushes(self, context):
1551
875
  """
1552
876
 
@@ -1562,28 +886,13 @@ class _defs_texture_paint:
1562
886
  ...
1563
887
 
1564
888
  class _defs_transform:
1565
- """ """
1566
-
1567
889
  bend: typing.Any
1568
- """ """
1569
-
1570
890
  rotate: typing.Any
1571
- """ """
1572
-
1573
891
  scale: typing.Any
1574
- """ """
1575
-
1576
892
  scale_cage: typing.Any
1577
- """ """
1578
-
1579
893
  shear: typing.Any
1580
- """ """
1581
-
1582
894
  transform: typing.Any
1583
- """ """
1584
-
1585
895
  translate: typing.Any
1586
- """ """
1587
896
 
1588
897
  def draw_transform_sculpt_tool_settings(self, context, layout):
1589
898
  """
@@ -1594,8 +903,6 @@ class _defs_transform:
1594
903
  ...
1595
904
 
1596
905
  class _defs_vertex_paint:
1597
- """ """
1598
-
1599
906
  def generate_from_brushes(self, context):
1600
907
  """
1601
908
 
@@ -1611,22 +918,11 @@ class _defs_vertex_paint:
1611
918
  ...
1612
919
 
1613
920
  class _defs_view3d_add:
1614
- """ """
1615
-
1616
921
  cone_add: typing.Any
1617
- """ """
1618
-
1619
922
  cube_add: typing.Any
1620
- """ """
1621
-
1622
923
  cylinder_add: typing.Any
1623
- """ """
1624
-
1625
924
  ico_sphere_add: typing.Any
1626
- """ """
1627
-
1628
925
  uv_sphere_add: typing.Any
1629
- """ """
1630
926
 
1631
927
  def description_interactive_add(self, context, _item, _km, prefix):
1632
928
  """
@@ -1649,43 +945,20 @@ class _defs_view3d_add:
1649
945
  ...
1650
946
 
1651
947
  class _defs_view3d_generic:
1652
- """ """
1653
-
1654
948
  cursor: typing.Any
1655
- """ """
1656
-
1657
949
  cursor_click: typing.Any
1658
- """ """
1659
-
1660
950
  ruler: typing.Any
1661
- """ """
1662
951
 
1663
952
  class _defs_view3d_select:
1664
- """ """
1665
-
1666
953
  box: typing.Any
1667
- """ """
1668
-
1669
954
  circle: typing.Any
1670
- """ """
1671
-
1672
955
  lasso: typing.Any
1673
- """ """
1674
-
1675
956
  select: typing.Any
1676
- """ """
1677
957
 
1678
958
  class _defs_weight_paint:
1679
- """ """
1680
-
1681
959
  gradient: typing.Any
1682
- """ """
1683
-
1684
960
  sample_weight: typing.Any
1685
- """ """
1686
-
1687
961
  sample_weight_group: typing.Any
1688
- """ """
1689
962
 
1690
963
  def generate_from_brushes(self, context):
1691
964
  """
@@ -1702,21 +975,10 @@ class _defs_weight_paint:
1702
975
  ...
1703
976
 
1704
977
  class _template_widget:
1705
- """ """
1706
-
1707
- def VIEW3D_GGT_xform_extrude(self):
1708
- """ """
1709
- ...
1710
-
1711
- def VIEW3D_GGT_xform_gizmo(self):
1712
- """ """
1713
- ...
1714
-
1715
- def curve_draw_settings(context, layout, tool, extra=False):
1716
- """ """
1717
-
1718
- ...
978
+ def VIEW3D_GGT_xform_extrude(self): ...
979
+ def VIEW3D_GGT_xform_gizmo(self): ...
1719
980
 
981
+ def curve_draw_settings(context, layout, tool, extra=False): ...
1720
982
  def generate_from_enum_ex(
1721
983
  _context,
1722
984
  idname_prefix,
@@ -1727,12 +989,5 @@ def generate_from_enum_ex(
1727
989
  tooldef_keywords=None,
1728
990
  icon_map=None,
1729
991
  use_separators=True,
1730
- ):
1731
- """ """
1732
-
1733
- ...
1734
-
1735
- def kmi_to_string_or_none(kmi):
1736
- """ """
1737
-
1738
- ...
992
+ ): ...
993
+ def kmi_to_string_or_none(kmi): ...