fake-bpy-module 20240531__py3-none-any.whl → 20240604__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 (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -41132,6 +41132,816 @@ class VIEW3D_MT_sculpt_set_pivot(bpy_types.Menu, bpy_types._GenericUI):
41132
41132
  """
41133
41133
  ...
41134
41134
 
41135
+ class VIEW3D_MT_sculpt_showhide(bpy_types.Menu, bpy_types._GenericUI):
41136
+ bl_label: typing.Any
41137
+ bl_rna: typing.Any
41138
+ id_data: typing.Any
41139
+
41140
+ def append(self, draw_func):
41141
+ """Append a draw function to this menu,
41142
+ takes the same arguments as the menus draw function
41143
+
41144
+ :param draw_func:
41145
+ """
41146
+ ...
41147
+
41148
+ def as_pointer(self) -> int:
41149
+ """Returns the memory address which holds a pointer to Blender's internal data
41150
+
41151
+ :return: int (memory address).
41152
+ :rtype: int
41153
+ """
41154
+ ...
41155
+
41156
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
41157
+ """
41158
+
41159
+ :return: The RNA type or default when not found.
41160
+ :rtype: bpy.types.Struct
41161
+ """
41162
+ ...
41163
+
41164
+ def bl_rna_get_subclass_py(self) -> typing.Any:
41165
+ """
41166
+
41167
+ :return: The class or default when not found.
41168
+ :rtype: typing.Any
41169
+ """
41170
+ ...
41171
+
41172
+ def draw(self, _context):
41173
+ """
41174
+
41175
+ :param _context:
41176
+ """
41177
+ ...
41178
+
41179
+ def draw_collapsible(self, context, layout):
41180
+ """
41181
+
41182
+ :param context:
41183
+ :param layout:
41184
+ """
41185
+ ...
41186
+
41187
+ def draw_preset(self, _context):
41188
+ """Define these on the subclass:
41189
+ - preset_operator (string)
41190
+ - preset_subdir (string)Optionally:
41191
+ - preset_add_operator (string)
41192
+ - preset_extensions (set of strings)
41193
+ - preset_operator_defaults (dict of keyword args)
41194
+
41195
+ :param _context:
41196
+ """
41197
+ ...
41198
+
41199
+ def driver_add(self) -> bpy.types.FCurve:
41200
+ """Adds driver(s) to the given property
41201
+
41202
+ :return: The driver(s) added.
41203
+ :rtype: bpy.types.FCurve
41204
+ """
41205
+ ...
41206
+
41207
+ def driver_remove(self) -> bool:
41208
+ """Remove driver(s) from the given property
41209
+
41210
+ :return: Success of driver removal.
41211
+ :rtype: bool
41212
+ """
41213
+ ...
41214
+
41215
+ def get(self):
41216
+ """Returns the value of the custom property assigned to key or default
41217
+ when not found (matches Python's dictionary function of the same name).
41218
+
41219
+ """
41220
+ ...
41221
+
41222
+ def id_properties_clear(self):
41223
+ """
41224
+
41225
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
41226
+ """
41227
+ ...
41228
+
41229
+ def id_properties_ensure(self):
41230
+ """
41231
+
41232
+ :return: the parent group for an RNA struct's custom IDProperties.
41233
+ """
41234
+ ...
41235
+
41236
+ def id_properties_ui(self):
41237
+ """
41238
+
41239
+ :return: Return an object used to manage an IDProperty's UI data.
41240
+ """
41241
+ ...
41242
+
41243
+ def is_extended(self): ...
41244
+ def is_property_hidden(self) -> bool:
41245
+ """Check if a property is hidden.
41246
+
41247
+ :return: True when the property is hidden.
41248
+ :rtype: bool
41249
+ """
41250
+ ...
41251
+
41252
+ def is_property_overridable_library(self) -> bool:
41253
+ """Check if a property is overridable.
41254
+
41255
+ :return: True when the property is overridable.
41256
+ :rtype: bool
41257
+ """
41258
+ ...
41259
+
41260
+ def is_property_readonly(self) -> bool:
41261
+ """Check if a property is readonly.
41262
+
41263
+ :return: True when the property is readonly (not writable).
41264
+ :rtype: bool
41265
+ """
41266
+ ...
41267
+
41268
+ def is_property_set(self) -> bool:
41269
+ """Check if a property is set, use for testing operator properties.
41270
+
41271
+ :return: True when the property has been set.
41272
+ :rtype: bool
41273
+ """
41274
+ ...
41275
+
41276
+ def items(self):
41277
+ """Returns the items of this objects custom properties (matches Python's
41278
+ dictionary function of the same name).
41279
+
41280
+ :return: custom property key, value pairs.
41281
+ """
41282
+ ...
41283
+
41284
+ def keyframe_delete(self) -> bool:
41285
+ """Remove a keyframe from this properties fcurve.
41286
+
41287
+ :return: Success of keyframe deletion.
41288
+ :rtype: bool
41289
+ """
41290
+ ...
41291
+
41292
+ def keyframe_insert(self) -> bool:
41293
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
41294
+
41295
+ :return: Success of keyframe insertion.
41296
+ :rtype: bool
41297
+ """
41298
+ ...
41299
+
41300
+ def keys(self):
41301
+ """Returns the keys of this objects custom properties (matches Python's
41302
+ dictionary function of the same name).
41303
+
41304
+ :return: custom property keys.
41305
+ """
41306
+ ...
41307
+
41308
+ def path_from_id(self) -> str:
41309
+ """Returns the data path from the ID to this object (string).
41310
+
41311
+ :return: The path from `bpy.types.bpy_struct.id_data`
41312
+ to this struct and property (when given).
41313
+ :rtype: str
41314
+ """
41315
+ ...
41316
+
41317
+ def path_menu(
41318
+ self,
41319
+ searchpaths: list[str],
41320
+ operator: str,
41321
+ props_default: dict = None,
41322
+ prop_filepath: str | None = "filepath",
41323
+ filter_ext: collections.abc.Callable | None = None,
41324
+ filter_path=None,
41325
+ display_name: collections.abc.Callable | None = None,
41326
+ add_operator=None,
41327
+ add_operator_props=None,
41328
+ ):
41329
+ """Populate a menu from a list of paths.
41330
+
41331
+ :param searchpaths: Paths to scan.
41332
+ :type searchpaths: list[str]
41333
+ :param operator: The operator id to use with each file.
41334
+ :type operator: str
41335
+ :param props_default: Properties to assign to each operator.
41336
+ :type props_default: dict
41337
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
41338
+ :type prop_filepath: str | None
41339
+ :param filter_ext: Optional callback that takes the file extensions.
41340
+
41341
+ Returning false excludes the file from the list.
41342
+ :type filter_ext: collections.abc.Callable | None
41343
+ :param filter_path:
41344
+ :param display_name: Optional callback that takes the full path, returns the name to display.
41345
+ :type display_name: collections.abc.Callable | None
41346
+ :param add_operator:
41347
+ :param add_operator_props:
41348
+ """
41349
+ ...
41350
+
41351
+ def path_resolve(self):
41352
+ """Returns the property from the path, raise an exception when not found."""
41353
+ ...
41354
+
41355
+ def pop(self):
41356
+ """Remove and return the value of the custom property assigned to key or default
41357
+ when not found (matches Python's dictionary function of the same name).
41358
+
41359
+ """
41360
+ ...
41361
+
41362
+ def prepend(self, draw_func):
41363
+ """Prepend a draw function to this menu, takes the same arguments as
41364
+ the menus draw function
41365
+
41366
+ :param draw_func:
41367
+ """
41368
+ ...
41369
+
41370
+ def property_overridable_library_set(self) -> bool:
41371
+ """Define a property as overridable or not (only for custom properties!).
41372
+
41373
+ :return: True when the overridable status of the property was successfully set.
41374
+ :rtype: bool
41375
+ """
41376
+ ...
41377
+
41378
+ def property_unset(self):
41379
+ """Unset a property, will use default value afterward."""
41380
+ ...
41381
+
41382
+ def remove(self, draw_func):
41383
+ """Remove a draw function that has been added to this menu
41384
+
41385
+ :param draw_func:
41386
+ """
41387
+ ...
41388
+
41389
+ def type_recast(self):
41390
+ """Return a new instance, this is needed because types
41391
+ such as textures can be changed at runtime.
41392
+
41393
+ :return: a new instance of this object with the type initialized again.
41394
+ """
41395
+ ...
41396
+
41397
+ def values(self):
41398
+ """Returns the values of this objects custom properties (matches Python's
41399
+ dictionary function of the same name).
41400
+
41401
+ :return: custom property values.
41402
+ """
41403
+ ...
41404
+
41405
+ class VIEW3D_MT_sculpt_transform(bpy_types.Menu, bpy_types._GenericUI):
41406
+ bl_label: typing.Any
41407
+ bl_rna: typing.Any
41408
+ id_data: typing.Any
41409
+
41410
+ def append(self, draw_func):
41411
+ """Append a draw function to this menu,
41412
+ takes the same arguments as the menus draw function
41413
+
41414
+ :param draw_func:
41415
+ """
41416
+ ...
41417
+
41418
+ def as_pointer(self) -> int:
41419
+ """Returns the memory address which holds a pointer to Blender's internal data
41420
+
41421
+ :return: int (memory address).
41422
+ :rtype: int
41423
+ """
41424
+ ...
41425
+
41426
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
41427
+ """
41428
+
41429
+ :return: The RNA type or default when not found.
41430
+ :rtype: bpy.types.Struct
41431
+ """
41432
+ ...
41433
+
41434
+ def bl_rna_get_subclass_py(self) -> typing.Any:
41435
+ """
41436
+
41437
+ :return: The class or default when not found.
41438
+ :rtype: typing.Any
41439
+ """
41440
+ ...
41441
+
41442
+ def draw(self, _context):
41443
+ """
41444
+
41445
+ :param _context:
41446
+ """
41447
+ ...
41448
+
41449
+ def draw_collapsible(self, context, layout):
41450
+ """
41451
+
41452
+ :param context:
41453
+ :param layout:
41454
+ """
41455
+ ...
41456
+
41457
+ def draw_preset(self, _context):
41458
+ """Define these on the subclass:
41459
+ - preset_operator (string)
41460
+ - preset_subdir (string)Optionally:
41461
+ - preset_add_operator (string)
41462
+ - preset_extensions (set of strings)
41463
+ - preset_operator_defaults (dict of keyword args)
41464
+
41465
+ :param _context:
41466
+ """
41467
+ ...
41468
+
41469
+ def driver_add(self) -> bpy.types.FCurve:
41470
+ """Adds driver(s) to the given property
41471
+
41472
+ :return: The driver(s) added.
41473
+ :rtype: bpy.types.FCurve
41474
+ """
41475
+ ...
41476
+
41477
+ def driver_remove(self) -> bool:
41478
+ """Remove driver(s) from the given property
41479
+
41480
+ :return: Success of driver removal.
41481
+ :rtype: bool
41482
+ """
41483
+ ...
41484
+
41485
+ def get(self):
41486
+ """Returns the value of the custom property assigned to key or default
41487
+ when not found (matches Python's dictionary function of the same name).
41488
+
41489
+ """
41490
+ ...
41491
+
41492
+ def id_properties_clear(self):
41493
+ """
41494
+
41495
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
41496
+ """
41497
+ ...
41498
+
41499
+ def id_properties_ensure(self):
41500
+ """
41501
+
41502
+ :return: the parent group for an RNA struct's custom IDProperties.
41503
+ """
41504
+ ...
41505
+
41506
+ def id_properties_ui(self):
41507
+ """
41508
+
41509
+ :return: Return an object used to manage an IDProperty's UI data.
41510
+ """
41511
+ ...
41512
+
41513
+ def is_extended(self): ...
41514
+ def is_property_hidden(self) -> bool:
41515
+ """Check if a property is hidden.
41516
+
41517
+ :return: True when the property is hidden.
41518
+ :rtype: bool
41519
+ """
41520
+ ...
41521
+
41522
+ def is_property_overridable_library(self) -> bool:
41523
+ """Check if a property is overridable.
41524
+
41525
+ :return: True when the property is overridable.
41526
+ :rtype: bool
41527
+ """
41528
+ ...
41529
+
41530
+ def is_property_readonly(self) -> bool:
41531
+ """Check if a property is readonly.
41532
+
41533
+ :return: True when the property is readonly (not writable).
41534
+ :rtype: bool
41535
+ """
41536
+ ...
41537
+
41538
+ def is_property_set(self) -> bool:
41539
+ """Check if a property is set, use for testing operator properties.
41540
+
41541
+ :return: True when the property has been set.
41542
+ :rtype: bool
41543
+ """
41544
+ ...
41545
+
41546
+ def items(self):
41547
+ """Returns the items of this objects custom properties (matches Python's
41548
+ dictionary function of the same name).
41549
+
41550
+ :return: custom property key, value pairs.
41551
+ """
41552
+ ...
41553
+
41554
+ def keyframe_delete(self) -> bool:
41555
+ """Remove a keyframe from this properties fcurve.
41556
+
41557
+ :return: Success of keyframe deletion.
41558
+ :rtype: bool
41559
+ """
41560
+ ...
41561
+
41562
+ def keyframe_insert(self) -> bool:
41563
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
41564
+
41565
+ :return: Success of keyframe insertion.
41566
+ :rtype: bool
41567
+ """
41568
+ ...
41569
+
41570
+ def keys(self):
41571
+ """Returns the keys of this objects custom properties (matches Python's
41572
+ dictionary function of the same name).
41573
+
41574
+ :return: custom property keys.
41575
+ """
41576
+ ...
41577
+
41578
+ def path_from_id(self) -> str:
41579
+ """Returns the data path from the ID to this object (string).
41580
+
41581
+ :return: The path from `bpy.types.bpy_struct.id_data`
41582
+ to this struct and property (when given).
41583
+ :rtype: str
41584
+ """
41585
+ ...
41586
+
41587
+ def path_menu(
41588
+ self,
41589
+ searchpaths: list[str],
41590
+ operator: str,
41591
+ props_default: dict = None,
41592
+ prop_filepath: str | None = "filepath",
41593
+ filter_ext: collections.abc.Callable | None = None,
41594
+ filter_path=None,
41595
+ display_name: collections.abc.Callable | None = None,
41596
+ add_operator=None,
41597
+ add_operator_props=None,
41598
+ ):
41599
+ """Populate a menu from a list of paths.
41600
+
41601
+ :param searchpaths: Paths to scan.
41602
+ :type searchpaths: list[str]
41603
+ :param operator: The operator id to use with each file.
41604
+ :type operator: str
41605
+ :param props_default: Properties to assign to each operator.
41606
+ :type props_default: dict
41607
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
41608
+ :type prop_filepath: str | None
41609
+ :param filter_ext: Optional callback that takes the file extensions.
41610
+
41611
+ Returning false excludes the file from the list.
41612
+ :type filter_ext: collections.abc.Callable | None
41613
+ :param filter_path:
41614
+ :param display_name: Optional callback that takes the full path, returns the name to display.
41615
+ :type display_name: collections.abc.Callable | None
41616
+ :param add_operator:
41617
+ :param add_operator_props:
41618
+ """
41619
+ ...
41620
+
41621
+ def path_resolve(self):
41622
+ """Returns the property from the path, raise an exception when not found."""
41623
+ ...
41624
+
41625
+ def pop(self):
41626
+ """Remove and return the value of the custom property assigned to key or default
41627
+ when not found (matches Python's dictionary function of the same name).
41628
+
41629
+ """
41630
+ ...
41631
+
41632
+ def prepend(self, draw_func):
41633
+ """Prepend a draw function to this menu, takes the same arguments as
41634
+ the menus draw function
41635
+
41636
+ :param draw_func:
41637
+ """
41638
+ ...
41639
+
41640
+ def property_overridable_library_set(self) -> bool:
41641
+ """Define a property as overridable or not (only for custom properties!).
41642
+
41643
+ :return: True when the overridable status of the property was successfully set.
41644
+ :rtype: bool
41645
+ """
41646
+ ...
41647
+
41648
+ def property_unset(self):
41649
+ """Unset a property, will use default value afterward."""
41650
+ ...
41651
+
41652
+ def remove(self, draw_func):
41653
+ """Remove a draw function that has been added to this menu
41654
+
41655
+ :param draw_func:
41656
+ """
41657
+ ...
41658
+
41659
+ def type_recast(self):
41660
+ """Return a new instance, this is needed because types
41661
+ such as textures can be changed at runtime.
41662
+
41663
+ :return: a new instance of this object with the type initialized again.
41664
+ """
41665
+ ...
41666
+
41667
+ def values(self):
41668
+ """Returns the values of this objects custom properties (matches Python's
41669
+ dictionary function of the same name).
41670
+
41671
+ :return: custom property values.
41672
+ """
41673
+ ...
41674
+
41675
+ class VIEW3D_MT_sculpt_trim(bpy_types.Menu, bpy_types._GenericUI):
41676
+ bl_label: typing.Any
41677
+ bl_rna: typing.Any
41678
+ id_data: typing.Any
41679
+
41680
+ def append(self, draw_func):
41681
+ """Append a draw function to this menu,
41682
+ takes the same arguments as the menus draw function
41683
+
41684
+ :param draw_func:
41685
+ """
41686
+ ...
41687
+
41688
+ def as_pointer(self) -> int:
41689
+ """Returns the memory address which holds a pointer to Blender's internal data
41690
+
41691
+ :return: int (memory address).
41692
+ :rtype: int
41693
+ """
41694
+ ...
41695
+
41696
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
41697
+ """
41698
+
41699
+ :return: The RNA type or default when not found.
41700
+ :rtype: bpy.types.Struct
41701
+ """
41702
+ ...
41703
+
41704
+ def bl_rna_get_subclass_py(self) -> typing.Any:
41705
+ """
41706
+
41707
+ :return: The class or default when not found.
41708
+ :rtype: typing.Any
41709
+ """
41710
+ ...
41711
+
41712
+ def draw(self, _context):
41713
+ """
41714
+
41715
+ :param _context:
41716
+ """
41717
+ ...
41718
+
41719
+ def draw_collapsible(self, context, layout):
41720
+ """
41721
+
41722
+ :param context:
41723
+ :param layout:
41724
+ """
41725
+ ...
41726
+
41727
+ def draw_preset(self, _context):
41728
+ """Define these on the subclass:
41729
+ - preset_operator (string)
41730
+ - preset_subdir (string)Optionally:
41731
+ - preset_add_operator (string)
41732
+ - preset_extensions (set of strings)
41733
+ - preset_operator_defaults (dict of keyword args)
41734
+
41735
+ :param _context:
41736
+ """
41737
+ ...
41738
+
41739
+ def driver_add(self) -> bpy.types.FCurve:
41740
+ """Adds driver(s) to the given property
41741
+
41742
+ :return: The driver(s) added.
41743
+ :rtype: bpy.types.FCurve
41744
+ """
41745
+ ...
41746
+
41747
+ def driver_remove(self) -> bool:
41748
+ """Remove driver(s) from the given property
41749
+
41750
+ :return: Success of driver removal.
41751
+ :rtype: bool
41752
+ """
41753
+ ...
41754
+
41755
+ def get(self):
41756
+ """Returns the value of the custom property assigned to key or default
41757
+ when not found (matches Python's dictionary function of the same name).
41758
+
41759
+ """
41760
+ ...
41761
+
41762
+ def id_properties_clear(self):
41763
+ """
41764
+
41765
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
41766
+ """
41767
+ ...
41768
+
41769
+ def id_properties_ensure(self):
41770
+ """
41771
+
41772
+ :return: the parent group for an RNA struct's custom IDProperties.
41773
+ """
41774
+ ...
41775
+
41776
+ def id_properties_ui(self):
41777
+ """
41778
+
41779
+ :return: Return an object used to manage an IDProperty's UI data.
41780
+ """
41781
+ ...
41782
+
41783
+ def is_extended(self): ...
41784
+ def is_property_hidden(self) -> bool:
41785
+ """Check if a property is hidden.
41786
+
41787
+ :return: True when the property is hidden.
41788
+ :rtype: bool
41789
+ """
41790
+ ...
41791
+
41792
+ def is_property_overridable_library(self) -> bool:
41793
+ """Check if a property is overridable.
41794
+
41795
+ :return: True when the property is overridable.
41796
+ :rtype: bool
41797
+ """
41798
+ ...
41799
+
41800
+ def is_property_readonly(self) -> bool:
41801
+ """Check if a property is readonly.
41802
+
41803
+ :return: True when the property is readonly (not writable).
41804
+ :rtype: bool
41805
+ """
41806
+ ...
41807
+
41808
+ def is_property_set(self) -> bool:
41809
+ """Check if a property is set, use for testing operator properties.
41810
+
41811
+ :return: True when the property has been set.
41812
+ :rtype: bool
41813
+ """
41814
+ ...
41815
+
41816
+ def items(self):
41817
+ """Returns the items of this objects custom properties (matches Python's
41818
+ dictionary function of the same name).
41819
+
41820
+ :return: custom property key, value pairs.
41821
+ """
41822
+ ...
41823
+
41824
+ def keyframe_delete(self) -> bool:
41825
+ """Remove a keyframe from this properties fcurve.
41826
+
41827
+ :return: Success of keyframe deletion.
41828
+ :rtype: bool
41829
+ """
41830
+ ...
41831
+
41832
+ def keyframe_insert(self) -> bool:
41833
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
41834
+
41835
+ :return: Success of keyframe insertion.
41836
+ :rtype: bool
41837
+ """
41838
+ ...
41839
+
41840
+ def keys(self):
41841
+ """Returns the keys of this objects custom properties (matches Python's
41842
+ dictionary function of the same name).
41843
+
41844
+ :return: custom property keys.
41845
+ """
41846
+ ...
41847
+
41848
+ def path_from_id(self) -> str:
41849
+ """Returns the data path from the ID to this object (string).
41850
+
41851
+ :return: The path from `bpy.types.bpy_struct.id_data`
41852
+ to this struct and property (when given).
41853
+ :rtype: str
41854
+ """
41855
+ ...
41856
+
41857
+ def path_menu(
41858
+ self,
41859
+ searchpaths: list[str],
41860
+ operator: str,
41861
+ props_default: dict = None,
41862
+ prop_filepath: str | None = "filepath",
41863
+ filter_ext: collections.abc.Callable | None = None,
41864
+ filter_path=None,
41865
+ display_name: collections.abc.Callable | None = None,
41866
+ add_operator=None,
41867
+ add_operator_props=None,
41868
+ ):
41869
+ """Populate a menu from a list of paths.
41870
+
41871
+ :param searchpaths: Paths to scan.
41872
+ :type searchpaths: list[str]
41873
+ :param operator: The operator id to use with each file.
41874
+ :type operator: str
41875
+ :param props_default: Properties to assign to each operator.
41876
+ :type props_default: dict
41877
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
41878
+ :type prop_filepath: str | None
41879
+ :param filter_ext: Optional callback that takes the file extensions.
41880
+
41881
+ Returning false excludes the file from the list.
41882
+ :type filter_ext: collections.abc.Callable | None
41883
+ :param filter_path:
41884
+ :param display_name: Optional callback that takes the full path, returns the name to display.
41885
+ :type display_name: collections.abc.Callable | None
41886
+ :param add_operator:
41887
+ :param add_operator_props:
41888
+ """
41889
+ ...
41890
+
41891
+ def path_resolve(self):
41892
+ """Returns the property from the path, raise an exception when not found."""
41893
+ ...
41894
+
41895
+ def pop(self):
41896
+ """Remove and return the value of the custom property assigned to key or default
41897
+ when not found (matches Python's dictionary function of the same name).
41898
+
41899
+ """
41900
+ ...
41901
+
41902
+ def prepend(self, draw_func):
41903
+ """Prepend a draw function to this menu, takes the same arguments as
41904
+ the menus draw function
41905
+
41906
+ :param draw_func:
41907
+ """
41908
+ ...
41909
+
41910
+ def property_overridable_library_set(self) -> bool:
41911
+ """Define a property as overridable or not (only for custom properties!).
41912
+
41913
+ :return: True when the overridable status of the property was successfully set.
41914
+ :rtype: bool
41915
+ """
41916
+ ...
41917
+
41918
+ def property_unset(self):
41919
+ """Unset a property, will use default value afterward."""
41920
+ ...
41921
+
41922
+ def remove(self, draw_func):
41923
+ """Remove a draw function that has been added to this menu
41924
+
41925
+ :param draw_func:
41926
+ """
41927
+ ...
41928
+
41929
+ def type_recast(self):
41930
+ """Return a new instance, this is needed because types
41931
+ such as textures can be changed at runtime.
41932
+
41933
+ :return: a new instance of this object with the type initialized again.
41934
+ """
41935
+ ...
41936
+
41937
+ def values(self):
41938
+ """Returns the values of this objects custom properties (matches Python's
41939
+ dictionary function of the same name).
41940
+
41941
+ :return: custom property values.
41942
+ """
41943
+ ...
41944
+
41135
41945
  class VIEW3D_MT_select_edit_armature(bpy_types.Menu, bpy_types._GenericUI):
41136
41946
  bl_label: typing.Any
41137
41947
  bl_rna: typing.Any