fake-bpy-module 20240717__py3-none-any.whl → 20240719__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 (119) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -190
  2. bl_operators/anim/__init__.pyi +104 -1504
  3. bl_operators/assets/__init__.pyi +3 -535
  4. bl_operators/bone_selection_sets/__init__.pyi +187 -2680
  5. bl_operators/clip/__init__.pyi +144 -1894
  6. bl_operators/connect_to_output/__init__.pyi +3 -176
  7. bl_operators/console/__init__.pyi +5 -880
  8. bl_operators/constraint/__init__.pyi +4 -704
  9. bl_operators/file/__init__.pyi +3 -528
  10. bl_operators/freestyle/__init__.pyi +4 -704
  11. bl_operators/geometry_nodes/__init__.pyi +4 -704
  12. bl_operators/image/__init__.pyi +5 -869
  13. bl_operators/image_as_planes/__init__.pyi +4 -424
  14. bl_operators/mesh/__init__.pyi +3 -528
  15. bl_operators/node/__init__.pyi +159 -2065
  16. bl_operators/object/__init__.pyi +217 -2842
  17. bl_operators/object_align/__init__.pyi +1 -176
  18. bl_operators/object_quick_effects/__init__.pyi +4 -725
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -176
  20. bl_operators/presets/__init__.pyi +405 -5487
  21. bl_operators/rigidbody/__init__.pyi +3 -528
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -176
  23. bl_operators/sequencer/__init__.pyi +119 -1507
  24. bl_operators/spreadsheet/__init__.pyi +1 -176
  25. bl_operators/userpref/__init__.pyi +383 -4757
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -176
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -176
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -352
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -176
  30. bl_operators/view3d/__init__.pyi +101 -1468
  31. bl_operators/wm/__init__.pyi +723 -8894
  32. bl_operators/world/__init__.pyi +1 -176
  33. bl_ui/__init__.pyi +3 -534
  34. bl_ui/anim/__init__.pyi +1 -244
  35. bl_ui/asset_shelf/__init__.pyi +1 -189
  36. bl_ui/generic_ui_list/__init__.pyi +3 -594
  37. bl_ui/node_add_menu/__init__.pyi +1 -244
  38. bl_ui/node_add_menu_compositor/__init__.pyi +226 -4600
  39. bl_ui/node_add_menu_geometry/__init__.pyi +654 -12802
  40. bl_ui/node_add_menu_shader/__init__.pyi +94 -2531
  41. bl_ui/node_add_menu_texture/__init__.pyi +81 -2268
  42. bl_ui/properties_collection/__init__.pyi +58 -1272
  43. bl_ui/properties_constraint/__init__.pyi +1508 -32656
  44. bl_ui/properties_data_armature/__init__.pyi +278 -3804
  45. bl_ui/properties_data_bone/__init__.pyi +151 -2062
  46. bl_ui/properties_data_camera/__init__.pyi +216 -3034
  47. bl_ui/properties_data_curve/__init__.pyi +214 -3117
  48. bl_ui/properties_data_curves/__init__.pyi +57 -1273
  49. bl_ui/properties_data_empty/__init__.pyi +2 -385
  50. bl_ui/properties_data_gpencil/__init__.pyi +285 -3922
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +198 -3081
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -595
  53. bl_ui/properties_data_light/__init__.pyi +200 -2502
  54. bl_ui/properties_data_lightprobe/__init__.pyi +212 -2704
  55. bl_ui/properties_data_mesh/__init__.pyi +323 -4380
  56. bl_ui/properties_data_metaball/__init__.pyi +38 -1011
  57. bl_ui/properties_data_modifier/__init__.pyi +157 -2451
  58. bl_ui/properties_data_pointcloud/__init__.pyi +68 -1087
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -189
  60. bl_ui/properties_data_speaker/__init__.pyi +36 -1018
  61. bl_ui/properties_data_volume/__init__.pyi +104 -1660
  62. bl_ui/properties_freestyle/__init__.pyi +438 -5136
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +197 -3852
  64. bl_ui/properties_mask_common/__init__.pyi +59 -1705
  65. bl_ui/properties_material/__init__.pyi +227 -3334
  66. bl_ui/properties_material_gpencil/__init__.pyi +187 -2221
  67. bl_ui/properties_object/__init__.pyi +197 -2908
  68. bl_ui/properties_output/__init__.pyi +286 -3895
  69. bl_ui/properties_paint_common/__init__.pyi +40 -923
  70. bl_ui/properties_particle/__init__.pyi +954 -10839
  71. bl_ui/properties_physics_cloth/__init__.pyi +219 -2979
  72. bl_ui/properties_physics_common/__init__.pyi +1 -196
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +429 -5411
  74. bl_ui/properties_physics_field/__init__.pyi +160 -2166
  75. bl_ui/properties_physics_fluid/__init__.pyi +541 -7352
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -189
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +125 -1623
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +196 -2640
  79. bl_ui/properties_physics_softbody/__init__.pyi +238 -3135
  80. bl_ui/properties_render/__init__.pyi +1065 -11565
  81. bl_ui/properties_scene/__init__.pyi +209 -3090
  82. bl_ui/properties_texture/__init__.pyi +426 -5475
  83. bl_ui/properties_view_layer/__init__.pyi +264 -3827
  84. bl_ui/properties_workspace/__init__.pyi +7 -770
  85. bl_ui/properties_world/__init__.pyi +147 -2056
  86. bl_ui/space_clip/__init__.pyi +1013 -16279
  87. bl_ui/space_console/__init__.pyi +39 -1442
  88. bl_ui/space_dopesheet/__init__.pyi +450 -7213
  89. bl_ui/space_filebrowser/__init__.pyi +406 -6708
  90. bl_ui/space_graph/__init__.pyi +223 -4886
  91. bl_ui/space_image/__init__.pyi +1091 -16394
  92. bl_ui/space_info/__init__.pyi +39 -1442
  93. bl_ui/space_nla/__init__.pyi +216 -4157
  94. bl_ui/space_node/__init__.pyi +394 -6344
  95. bl_ui/space_outliner/__init__.pyi +156 -3448
  96. bl_ui/space_properties/__init__.pyi +3 -567
  97. bl_ui/space_sequencer/__init__.pyi +1224 -18036
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -189
  99. bl_ui/space_statusbar/__init__.pyi +1 -189
  100. bl_ui/space_text/__init__.pyi +183 -3851
  101. bl_ui/space_time/__init__.pyi +69 -1622
  102. bl_ui/space_toolsystem_common/__init__.pyi +2 -118
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -476
  104. bl_ui/space_topbar/__init__.pyi +322 -6269
  105. bl_ui/space_userpref/__init__.pyi +1758 -19735
  106. bl_ui/space_view3d/__init__.pyi +3853 -67593
  107. bl_ui/space_view3d_toolbar/__init__.pyi +1948 -23558
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -189
  109. bl_ui/utils/__init__.pyi +0 -35
  110. bpy/ops/outliner/__init__.pyi +0 -1
  111. bpy/ops/screen/__init__.pyi +6 -3
  112. bpy/types/__init__.pyi +77 -5
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  116. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
bl_ui/__init__.pyi CHANGED
@@ -85,7 +85,7 @@ from . import utils
85
85
  GenericType1 = typing.TypeVar("GenericType1")
86
86
  GenericType2 = typing.TypeVar("GenericType2")
87
87
 
88
- class UI_MT_button_context_menu(bpy_types._GenericUI):
88
+ class UI_MT_button_context_menu(bpy.types.Menu, bpy_types._GenericUI):
89
89
  """UI button context menu definition. Scripts can append/prepend this to
90
90
  add own operators to the context menu. They must check context though, so
91
91
  their items only draw in a valid context and for the correct buttons.
@@ -96,22 +96,6 @@ class UI_MT_button_context_menu(bpy_types._GenericUI):
96
96
  bl_rna: typing.Any
97
97
  id_data: typing.Any
98
98
 
99
- def append(self, draw_func):
100
- """Append a draw function to this menu,
101
- takes the same arguments as the menus draw function
102
-
103
- :param draw_func:
104
- """
105
- ...
106
-
107
- def as_pointer(self) -> int:
108
- """Returns the memory address which holds a pointer to Blender's internal data
109
-
110
- :return: int (memory address).
111
- :rtype: int
112
- """
113
- ...
114
-
115
99
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
116
100
  """
117
101
 
@@ -135,234 +119,7 @@ class UI_MT_button_context_menu(bpy_types._GenericUI):
135
119
  """
136
120
  ...
137
121
 
138
- def draw_collapsible(self, context, layout):
139
- """
140
-
141
- :param context:
142
- :param layout:
143
- """
144
- ...
145
-
146
- def draw_preset(self, _context):
147
- """Define these on the subclass:
148
- - preset_operator (string)
149
- - preset_subdir (string)Optionally:
150
- - preset_add_operator (string)
151
- - preset_extensions (set of strings)
152
- - preset_operator_defaults (dict of keyword args)
153
-
154
- :param _context:
155
- """
156
- ...
157
-
158
- def driver_add(self) -> bpy.types.FCurve:
159
- """Adds driver(s) to the given property
160
-
161
- :return: The driver(s) added.
162
- :rtype: bpy.types.FCurve
163
- """
164
- ...
165
-
166
- def driver_remove(self) -> bool:
167
- """Remove driver(s) from the given property
168
-
169
- :return: Success of driver removal.
170
- :rtype: bool
171
- """
172
- ...
173
-
174
- def get(self):
175
- """Returns the value of the custom property assigned to key or default
176
- when not found (matches Python's dictionary function of the same name).
177
-
178
- """
179
- ...
180
-
181
- def id_properties_clear(self):
182
- """
183
-
184
- :return: Remove the parent group for an RNA struct's custom IDProperties.
185
- """
186
- ...
187
-
188
- def id_properties_ensure(self):
189
- """
190
-
191
- :return: the parent group for an RNA struct's custom IDProperties.
192
- """
193
- ...
194
-
195
- def id_properties_ui(self):
196
- """
197
-
198
- :return: Return an object used to manage an IDProperty's UI data.
199
- """
200
- ...
201
-
202
- def is_extended(self): ...
203
- def is_property_hidden(self) -> bool:
204
- """Check if a property is hidden.
205
-
206
- :return: True when the property is hidden.
207
- :rtype: bool
208
- """
209
- ...
210
-
211
- def is_property_overridable_library(self) -> bool:
212
- """Check if a property is overridable.
213
-
214
- :return: True when the property is overridable.
215
- :rtype: bool
216
- """
217
- ...
218
-
219
- def is_property_readonly(self) -> bool:
220
- """Check if a property is readonly.
221
-
222
- :return: True when the property is readonly (not writable).
223
- :rtype: bool
224
- """
225
- ...
226
-
227
- def is_property_set(self) -> bool:
228
- """Check if a property is set, use for testing operator properties.
229
-
230
- :return: True when the property has been set.
231
- :rtype: bool
232
- """
233
- ...
234
-
235
- def items(self):
236
- """Returns the items of this objects custom properties (matches Python's
237
- dictionary function of the same name).
238
-
239
- :return: custom property key, value pairs.
240
- """
241
- ...
242
-
243
- def keyframe_delete(self) -> bool:
244
- """Remove a keyframe from this properties fcurve.
245
-
246
- :return: Success of keyframe deletion.
247
- :rtype: bool
248
- """
249
- ...
250
-
251
- def keyframe_insert(self) -> bool:
252
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
253
-
254
- :return: Success of keyframe insertion.
255
- :rtype: bool
256
- """
257
- ...
258
-
259
- def keys(self):
260
- """Returns the keys of this objects custom properties (matches Python's
261
- dictionary function of the same name).
262
-
263
- :return: custom property keys.
264
- """
265
- ...
266
-
267
- def path_from_id(self) -> str:
268
- """Returns the data path from the ID to this object (string).
269
-
270
- :return: The path from `bpy.types.bpy_struct.id_data`
271
- to this struct and property (when given).
272
- :rtype: str
273
- """
274
- ...
275
-
276
- def path_menu(
277
- self,
278
- searchpaths: list[str],
279
- operator: str,
280
- *,
281
- props_default: dict = None,
282
- prop_filepath: str | None = "filepath",
283
- filter_ext: collections.abc.Callable | None = None,
284
- filter_path=None,
285
- display_name: collections.abc.Callable | None = None,
286
- add_operator=None,
287
- add_operator_props=None,
288
- ):
289
- """Populate a menu from a list of paths.
290
-
291
- :param searchpaths: Paths to scan.
292
- :type searchpaths: list[str]
293
- :param operator: The operator id to use with each file.
294
- :type operator: str
295
- :param props_default: Properties to assign to each operator.
296
- :type props_default: dict
297
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
298
- :type prop_filepath: str | None
299
- :param filter_ext: Optional callback that takes the file extensions.
300
-
301
- Returning false excludes the file from the list.
302
- :type filter_ext: collections.abc.Callable | None
303
- :param filter_path:
304
- :param display_name: Optional callback that takes the full path, returns the name to display.
305
- :type display_name: collections.abc.Callable | None
306
- :param add_operator:
307
- :param add_operator_props:
308
- """
309
- ...
310
-
311
- def path_resolve(self):
312
- """Returns the property from the path, raise an exception when not found."""
313
- ...
314
-
315
- def pop(self):
316
- """Remove and return the value of the custom property assigned to key or default
317
- when not found (matches Python's dictionary function of the same name).
318
-
319
- """
320
- ...
321
-
322
- def prepend(self, draw_func):
323
- """Prepend a draw function to this menu, takes the same arguments as
324
- the menus draw function
325
-
326
- :param draw_func:
327
- """
328
- ...
329
-
330
- def property_overridable_library_set(self) -> bool:
331
- """Define a property as overridable or not (only for custom properties!).
332
-
333
- :return: True when the overridable status of the property was successfully set.
334
- :rtype: bool
335
- """
336
- ...
337
-
338
- def property_unset(self):
339
- """Unset a property, will use default value afterward."""
340
- ...
341
-
342
- def remove(self, draw_func):
343
- """Remove a draw function that has been added to this menu
344
-
345
- :param draw_func:
346
- """
347
- ...
348
-
349
- def type_recast(self):
350
- """Return a new instance, this is needed because types
351
- such as textures can be changed at runtime.
352
-
353
- :return: a new instance of this object with the type initialized again.
354
- """
355
- ...
356
-
357
- def values(self):
358
- """Returns the values of this objects custom properties (matches Python's
359
- dictionary function of the same name).
360
-
361
- :return: custom property values.
362
- """
363
- ...
364
-
365
- class UI_MT_list_item_context_menu(bpy_types._GenericUI):
122
+ class UI_MT_list_item_context_menu(bpy.types.Menu, bpy_types._GenericUI):
366
123
  """UI List item context menu definition. Scripts can append/prepend this to
367
124
  add own operators to the context menu. They must check context though, so
368
125
  their items only draw in a valid context and for the correct UI list.
@@ -373,22 +130,6 @@ class UI_MT_list_item_context_menu(bpy_types._GenericUI):
373
130
  bl_rna: typing.Any
374
131
  id_data: typing.Any
375
132
 
376
- def append(self, draw_func):
377
- """Append a draw function to this menu,
378
- takes the same arguments as the menus draw function
379
-
380
- :param draw_func:
381
- """
382
- ...
383
-
384
- def as_pointer(self) -> int:
385
- """Returns the memory address which holds a pointer to Blender's internal data
386
-
387
- :return: int (memory address).
388
- :rtype: int
389
- """
390
- ...
391
-
392
133
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
393
134
  """
394
135
 
@@ -412,249 +153,12 @@ class UI_MT_list_item_context_menu(bpy_types._GenericUI):
412
153
  """
413
154
  ...
414
155
 
415
- def draw_collapsible(self, context, layout):
416
- """
417
-
418
- :param context:
419
- :param layout:
420
- """
421
- ...
422
-
423
- def draw_preset(self, _context):
424
- """Define these on the subclass:
425
- - preset_operator (string)
426
- - preset_subdir (string)Optionally:
427
- - preset_add_operator (string)
428
- - preset_extensions (set of strings)
429
- - preset_operator_defaults (dict of keyword args)
430
-
431
- :param _context:
432
- """
433
- ...
434
-
435
- def driver_add(self) -> bpy.types.FCurve:
436
- """Adds driver(s) to the given property
437
-
438
- :return: The driver(s) added.
439
- :rtype: bpy.types.FCurve
440
- """
441
- ...
442
-
443
- def driver_remove(self) -> bool:
444
- """Remove driver(s) from the given property
445
-
446
- :return: Success of driver removal.
447
- :rtype: bool
448
- """
449
- ...
450
-
451
- def get(self):
452
- """Returns the value of the custom property assigned to key or default
453
- when not found (matches Python's dictionary function of the same name).
454
-
455
- """
456
- ...
457
-
458
- def id_properties_clear(self):
459
- """
460
-
461
- :return: Remove the parent group for an RNA struct's custom IDProperties.
462
- """
463
- ...
464
-
465
- def id_properties_ensure(self):
466
- """
467
-
468
- :return: the parent group for an RNA struct's custom IDProperties.
469
- """
470
- ...
471
-
472
- def id_properties_ui(self):
473
- """
474
-
475
- :return: Return an object used to manage an IDProperty's UI data.
476
- """
477
- ...
478
-
479
- def is_extended(self): ...
480
- def is_property_hidden(self) -> bool:
481
- """Check if a property is hidden.
482
-
483
- :return: True when the property is hidden.
484
- :rtype: bool
485
- """
486
- ...
487
-
488
- def is_property_overridable_library(self) -> bool:
489
- """Check if a property is overridable.
490
-
491
- :return: True when the property is overridable.
492
- :rtype: bool
493
- """
494
- ...
495
-
496
- def is_property_readonly(self) -> bool:
497
- """Check if a property is readonly.
498
-
499
- :return: True when the property is readonly (not writable).
500
- :rtype: bool
501
- """
502
- ...
503
-
504
- def is_property_set(self) -> bool:
505
- """Check if a property is set, use for testing operator properties.
506
-
507
- :return: True when the property has been set.
508
- :rtype: bool
509
- """
510
- ...
511
-
512
- def items(self):
513
- """Returns the items of this objects custom properties (matches Python's
514
- dictionary function of the same name).
515
-
516
- :return: custom property key, value pairs.
517
- """
518
- ...
519
-
520
- def keyframe_delete(self) -> bool:
521
- """Remove a keyframe from this properties fcurve.
522
-
523
- :return: Success of keyframe deletion.
524
- :rtype: bool
525
- """
526
- ...
527
-
528
- def keyframe_insert(self) -> bool:
529
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
530
-
531
- :return: Success of keyframe insertion.
532
- :rtype: bool
533
- """
534
- ...
535
-
536
- def keys(self):
537
- """Returns the keys of this objects custom properties (matches Python's
538
- dictionary function of the same name).
539
-
540
- :return: custom property keys.
541
- """
542
- ...
543
-
544
- def path_from_id(self) -> str:
545
- """Returns the data path from the ID to this object (string).
546
-
547
- :return: The path from `bpy.types.bpy_struct.id_data`
548
- to this struct and property (when given).
549
- :rtype: str
550
- """
551
- ...
552
-
553
- def path_menu(
554
- self,
555
- searchpaths: list[str],
556
- operator: str,
557
- *,
558
- props_default: dict = None,
559
- prop_filepath: str | None = "filepath",
560
- filter_ext: collections.abc.Callable | None = None,
561
- filter_path=None,
562
- display_name: collections.abc.Callable | None = None,
563
- add_operator=None,
564
- add_operator_props=None,
565
- ):
566
- """Populate a menu from a list of paths.
567
-
568
- :param searchpaths: Paths to scan.
569
- :type searchpaths: list[str]
570
- :param operator: The operator id to use with each file.
571
- :type operator: str
572
- :param props_default: Properties to assign to each operator.
573
- :type props_default: dict
574
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
575
- :type prop_filepath: str | None
576
- :param filter_ext: Optional callback that takes the file extensions.
577
-
578
- Returning false excludes the file from the list.
579
- :type filter_ext: collections.abc.Callable | None
580
- :param filter_path:
581
- :param display_name: Optional callback that takes the full path, returns the name to display.
582
- :type display_name: collections.abc.Callable | None
583
- :param add_operator:
584
- :param add_operator_props:
585
- """
586
- ...
587
-
588
- def path_resolve(self):
589
- """Returns the property from the path, raise an exception when not found."""
590
- ...
591
-
592
- def pop(self):
593
- """Remove and return the value of the custom property assigned to key or default
594
- when not found (matches Python's dictionary function of the same name).
595
-
596
- """
597
- ...
598
-
599
- def prepend(self, draw_func):
600
- """Prepend a draw function to this menu, takes the same arguments as
601
- the menus draw function
602
-
603
- :param draw_func:
604
- """
605
- ...
606
-
607
- def property_overridable_library_set(self) -> bool:
608
- """Define a property as overridable or not (only for custom properties!).
609
-
610
- :return: True when the overridable status of the property was successfully set.
611
- :rtype: bool
612
- """
613
- ...
614
-
615
- def property_unset(self):
616
- """Unset a property, will use default value afterward."""
617
- ...
618
-
619
- def remove(self, draw_func):
620
- """Remove a draw function that has been added to this menu
621
-
622
- :param draw_func:
623
- """
624
- ...
625
-
626
- def type_recast(self):
627
- """Return a new instance, this is needed because types
628
- such as textures can be changed at runtime.
629
-
630
- :return: a new instance of this object with the type initialized again.
631
- """
632
- ...
633
-
634
- def values(self):
635
- """Returns the values of this objects custom properties (matches Python's
636
- dictionary function of the same name).
637
-
638
- :return: custom property values.
639
- """
640
- ...
641
-
642
- class UI_UL_list(bpy_types._GenericUI):
156
+ class UI_UL_list(bpy.types.UIList, bpy_types._GenericUI):
643
157
  bl_rna: typing.Any
644
158
  id_data: typing.Any
645
159
 
646
- def append(self, draw_func):
647
- """
648
-
649
- :param draw_func:
650
- """
651
- ...
652
-
653
- def as_pointer(self): ...
654
160
  def bl_rna_get_subclass(self): ...
655
161
  def bl_rna_get_subclass_py(self): ...
656
- def driver_add(self): ...
657
- def driver_remove(self): ...
658
162
  @staticmethod
659
163
  def filter_items_by_name(
660
164
  pattern, bitflag, items, propname="name", flags=None, reverse=False
@@ -670,38 +174,6 @@ class UI_UL_list(bpy_types._GenericUI):
670
174
  """
671
175
  ...
672
176
 
673
- def get(self): ...
674
- def id_properties_clear(self): ...
675
- def id_properties_ensure(self): ...
676
- def id_properties_ui(self): ...
677
- def is_extended(self): ...
678
- def is_property_hidden(self): ...
679
- def is_property_overridable_library(self): ...
680
- def is_property_readonly(self): ...
681
- def is_property_set(self): ...
682
- def items(self): ...
683
- def keyframe_delete(self): ...
684
- def keyframe_insert(self): ...
685
- def keys(self): ...
686
- def path_from_id(self): ...
687
- def path_resolve(self): ...
688
- def pop(self): ...
689
- def prepend(self, draw_func):
690
- """
691
-
692
- :param draw_func:
693
- """
694
- ...
695
-
696
- def property_overridable_library_set(self): ...
697
- def property_unset(self): ...
698
- def remove(self, draw_func):
699
- """
700
-
701
- :param draw_func:
702
- """
703
- ...
704
-
705
177
  @classmethod
706
178
  def sort_items_by_name(cls, items, propname="name"):
707
179
  """
@@ -721,9 +193,6 @@ class UI_UL_list(bpy_types._GenericUI):
721
193
  """
722
194
  ...
723
195
 
724
- def type_recast(self): ...
725
- def values(self): ...
726
-
727
196
  def register(): ...
728
197
  def translation_update(_): ...
729
198
  def unregister(): ...