fake-bpy-module 20240528__py3-none-any.whl → 20240530__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 (92) hide show
  1. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
  2. bl_operators/__init__.pyi +2 -0
  3. bl_operators/connect_to_output/__init__.pyi +325 -0
  4. bl_operators/image_as_planes/__init__.pyi +11 -5
  5. bl_operators/node_editor/__init__.pyi +6 -0
  6. bl_operators/node_editor/node_functions/__init__.pyi +23 -0
  7. bl_operators/presets/__init__.pyi +12 -12
  8. bl_operators/wm/__init__.pyi +24 -24
  9. bl_ui/__init__.pyi +12 -12
  10. bl_ui/anim/__init__.pyi +6 -6
  11. bl_ui/node_add_menu/__init__.pyi +6 -6
  12. bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
  13. bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
  14. bl_ui/node_add_menu_shader/__init__.pyi +60 -60
  15. bl_ui/node_add_menu_texture/__init__.pyi +54 -54
  16. bl_ui/properties_collection/__init__.pyi +6 -6
  17. bl_ui/properties_data_armature/__init__.pyi +12 -12
  18. bl_ui/properties_data_camera/__init__.pyi +12 -12
  19. bl_ui/properties_data_curves/__init__.pyi +6 -6
  20. bl_ui/properties_data_gpencil/__init__.pyi +12 -12
  21. bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
  22. bl_ui/properties_data_mesh/__init__.pyi +24 -24
  23. bl_ui/properties_data_modifier/__init__.pyi +42 -42
  24. bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
  25. bl_ui/properties_freestyle/__init__.pyi +6 -6
  26. bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
  27. bl_ui/properties_mask_common/__init__.pyi +36 -36
  28. bl_ui/properties_material/__init__.pyi +6 -6
  29. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  30. bl_ui/properties_object/__init__.pyi +6 -6
  31. bl_ui/properties_output/__init__.pyi +18 -18
  32. bl_ui/properties_paint_common/__init__.pyi +6 -6
  33. bl_ui/properties_particle/__init__.pyi +12 -12
  34. bl_ui/properties_physics_cloth/__init__.pyi +6 -6
  35. bl_ui/properties_physics_fluid/__init__.pyi +6 -6
  36. bl_ui/properties_render/__init__.pyi +6 -6
  37. bl_ui/properties_texture/__init__.pyi +6 -6
  38. bl_ui/properties_view_layer/__init__.pyi +6 -6
  39. bl_ui/space_clip/__init__.pyi +186 -186
  40. bl_ui/space_console/__init__.pyi +30 -30
  41. bl_ui/space_dopesheet/__init__.pyi +84 -84
  42. bl_ui/space_filebrowser/__init__.pyi +78 -78
  43. bl_ui/space_graph/__init__.pyi +96 -96
  44. bl_ui/space_image/__init__.pyi +138 -138
  45. bl_ui/space_info/__init__.pyi +30 -30
  46. bl_ui/space_nla/__init__.pyi +78 -78
  47. bl_ui/space_node/__init__.pyi +72 -72
  48. bl_ui/space_outliner/__init__.pyi +72 -72
  49. bl_ui/space_sequencer/__init__.pyi +204 -204
  50. bl_ui/space_text/__init__.pyi +72 -72
  51. bl_ui/space_time/__init__.pyi +24 -24
  52. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
  53. bl_ui/space_topbar/__init__.pyi +114 -114
  54. bl_ui/space_userpref/__init__.pyi +36 -36
  55. bl_ui/space_view3d/__init__.pyi +1446 -1176
  56. bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
  57. bl_ui/utils/__init__.pyi +6 -6
  58. bmesh/geometry/__init__.pyi +2 -2
  59. bmesh/ops/__init__.pyi +55 -54
  60. bmesh/types/__init__.pyi +171 -194
  61. bmesh/utils/__init__.pyi +2 -2
  62. bpy/app/handlers/__init__.pyi +37 -37
  63. bpy/app/icons/__init__.pyi +4 -4
  64. bpy/app/timers/__init__.pyi +6 -6
  65. bpy/ops/bl_pkg/__init__.pyi +4 -4
  66. bpy/ops/image/__init__.pyi +55 -55
  67. bpy/ops/node/__init__.pyi +18 -0
  68. bpy/ops/paint/__init__.pyi +66 -0
  69. bpy/ops/preferences/__init__.pyi +2 -2
  70. bpy/ops/sculpt/__init__.pyi +126 -0
  71. bpy/props/__init__.pyi +16 -14
  72. bpy/types/__init__.pyi +269 -54
  73. bpy/utils/__init__.pyi +2 -2
  74. bpy_extras/anim_utils/__init__.pyi +4 -4
  75. bpy_extras/io_utils/__init__.pyi +4 -4
  76. bpy_extras/mesh_utils/__init__.pyi +4 -4
  77. bpy_extras/object_utils/__init__.pyi +8 -8
  78. bpy_types/__init__.pyi +12 -12
  79. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/RECORD +92 -89
  81. freestyle/shaders/__init__.pyi +2 -2
  82. freestyle/types/__init__.pyi +64 -56
  83. gpu/matrix/__init__.pyi +6 -6
  84. gpu/types/__init__.pyi +10 -8
  85. imbuf/__init__.pyi +2 -2
  86. mathutils/__init__.pyi +176 -137
  87. mathutils/bvhtree/__init__.pyi +4 -4
  88. mathutils/geometry/__init__.pyi +139 -139
  89. mathutils/kdtree/__init__.pyi +14 -10
  90. mathutils/noise/__init__.pyi +26 -26
  91. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/WHEEL +0 -0
  92. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/top_level.txt +0 -0
@@ -399,6 +399,66 @@ def face_set_lasso_gesture(
399
399
 
400
400
  ...
401
401
 
402
+ def face_set_line_gesture(
403
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
404
+ execution_context: str | int | None = None,
405
+ undo: bool | None = None,
406
+ *,
407
+ xstart: typing.Any | None = 0,
408
+ xend: typing.Any | None = 0,
409
+ ystart: typing.Any | None = 0,
410
+ yend: typing.Any | None = 0,
411
+ flip: bool | typing.Any | None = False,
412
+ cursor: typing.Any | None = 5,
413
+ use_front_faces_only: bool | typing.Any | None = False,
414
+ use_limit_to_segment: bool | typing.Any | None = False,
415
+ ):
416
+ """Add a face set to one side of a line defined by the cursor
417
+
418
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
419
+ :type execution_context: str | int | None
420
+ :type undo: bool | None
421
+ :param xstart: X Start
422
+ :type xstart: typing.Any | None
423
+ :param xend: X End
424
+ :type xend: typing.Any | None
425
+ :param ystart: Y Start
426
+ :type ystart: typing.Any | None
427
+ :param yend: Y End
428
+ :type yend: typing.Any | None
429
+ :param flip: Flip
430
+ :type flip: bool | typing.Any | None
431
+ :param cursor: Cursor, Mouse cursor style to use during the modal operator
432
+ :type cursor: typing.Any | None
433
+ :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
434
+ :type use_front_faces_only: bool | typing.Any | None
435
+ :param use_limit_to_segment: Limit to Segment, Apply the gesture action only to the area that is contained within the segment without extending its effect to the entire line
436
+ :type use_limit_to_segment: bool | typing.Any | None
437
+ """
438
+
439
+ ...
440
+
441
+ def face_set_polyline_gesture(
442
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
443
+ execution_context: str | int | None = None,
444
+ undo: bool | None = None,
445
+ *,
446
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
447
+ use_front_faces_only: bool | typing.Any | None = False,
448
+ ):
449
+ """Add a face set in a shape defined by the cursor
450
+
451
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
452
+ :type execution_context: str | int | None
453
+ :type undo: bool | None
454
+ :param path: Path
455
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
456
+ :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
457
+ :type use_front_faces_only: bool | typing.Any | None
458
+ """
459
+
460
+ ...
461
+
402
462
  def face_sets_create(
403
463
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
404
464
  execution_context: str | int | None = None,
@@ -1114,6 +1174,72 @@ def trim_line_gesture(
1114
1174
 
1115
1175
  ...
1116
1176
 
1177
+ def trim_polyline_gesture(
1178
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1179
+ execution_context: str | int | None = None,
1180
+ undo: bool | None = None,
1181
+ *,
1182
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1183
+ use_front_faces_only: bool | typing.Any | None = False,
1184
+ location: typing.Any | None = (0, 0),
1185
+ trim_mode: str | None = "DIFFERENCE",
1186
+ use_cursor_depth: bool | typing.Any | None = False,
1187
+ trim_orientation: str | None = "VIEW",
1188
+ trim_extrude_mode: str | None = "FIXED",
1189
+ trim_solver: str | None = "FAST",
1190
+ ):
1191
+ """Execute a boolean operation on the mesh and a polygonal shape defined by the cursor
1192
+
1193
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1194
+ :type execution_context: str | int | None
1195
+ :type undo: bool | None
1196
+ :param path: Path
1197
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1198
+ :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
1199
+ :type use_front_faces_only: bool | typing.Any | None
1200
+ :param location: Location, Mouse location
1201
+ :type location: typing.Any | None
1202
+ :param trim_mode: Trim Mode
1203
+
1204
+ DIFFERENCE
1205
+ Difference -- Use a difference boolean operation.
1206
+
1207
+ UNION
1208
+ Union -- Use a union boolean operation.
1209
+
1210
+ JOIN
1211
+ Join -- Join the new mesh as separate geometry, without performing any boolean operation.
1212
+ :type trim_mode: str | None
1213
+ :param use_cursor_depth: Use Cursor for Depth, Use cursor location and radius for the dimensions and position of the trimming shape
1214
+ :type use_cursor_depth: bool | typing.Any | None
1215
+ :param trim_orientation: Shape Orientation
1216
+
1217
+ VIEW
1218
+ View -- Use the view to orientate the trimming shape.
1219
+
1220
+ SURFACE
1221
+ Surface -- Use the surface normal to orientate the trimming shape.
1222
+ :type trim_orientation: str | None
1223
+ :param trim_extrude_mode: Extrude Mode
1224
+
1225
+ PROJECT
1226
+ Project -- Project back faces when extruding.
1227
+
1228
+ FIXED
1229
+ Fixed -- Extrude back faces by fixed amount.
1230
+ :type trim_extrude_mode: str | None
1231
+ :param trim_solver: Solver
1232
+
1233
+ EXACT
1234
+ Exact -- Use the exact boolean solver.
1235
+
1236
+ FAST
1237
+ Fast -- Use the fast float boolean solver.
1238
+ :type trim_solver: str | None
1239
+ """
1240
+
1241
+ ...
1242
+
1117
1243
  def uv_sculpt_grab(
1118
1244
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1119
1245
  execution_context: str | int | None = None,
bpy/props/__init__.pyi CHANGED
@@ -142,12 +142,12 @@ def BoolVectorProperty(
142
142
  name: str | None = "",
143
143
  description: str | None = "",
144
144
  translation_context: str | None = "*",
145
- default: typing.Sequence | None = (False, False, False),
145
+ default: collections.abc.Sequence | None = (False, False, False),
146
146
  options: set | None = {"ANIMATABLE"},
147
147
  override: set | None = None(),
148
148
  tags: set | None = None(),
149
149
  subtype: str | None = "NONE",
150
- size: int | typing.Sequence[int] | None = 3,
150
+ size: int | collections.abc.Sequence[int] | None = 3,
151
151
  update: typing.Any | None = None,
152
152
  get: typing.Any | None = None,
153
153
  set: typing.Any | None = None,
@@ -161,7 +161,7 @@ def BoolVectorProperty(
161
161
  :param translation_context: Text used as context to disambiguate translations.
162
162
  :type translation_context: str | None
163
163
  :param default: sequence of booleans the length of size.
164
- :type default: typing.Sequence | None
164
+ :type default: collections.abc.Sequence | None
165
165
  :param options: Enumerator in `rna_enum_property_flag_items`.
166
166
  :type options: set | None
167
167
  :param override: Enumerator in `rna_enum_property_override_flag_items`.
@@ -171,7 +171,7 @@ def BoolVectorProperty(
171
171
  :param subtype: Enumerator in `rna_enum_property_subtype_number_array_items`.
172
172
  :type subtype: str | None
173
173
  :param size: Vector dimensions in [1, 32]. An int sequence can be used to define multi-dimension arrays.
174
- :type size: int | typing.Sequence[int] | None
174
+ :type size: int | collections.abc.Sequence[int] | None
175
175
  :param update: Function to be called when this value is modified,
176
176
  This function must take 2 values (self, context) and return None.
177
177
  Warning there are no safety checks to avoid infinite recursion.
@@ -217,7 +217,9 @@ def CollectionProperty(
217
217
 
218
218
  def EnumProperty(
219
219
  *,
220
- items: typing.Iterable[typing.Iterable[str]] | typing.Callable | None,
220
+ items: collections.abc.Iterable[collections.abc.Iterable[str]]
221
+ | collections.abc.Callable
222
+ | None,
221
223
  name: str | None = "",
222
224
  description: str | None = "",
223
225
  translation_context: str | None = "*",
@@ -269,7 +271,7 @@ def EnumProperty(
269
271
  There is a known bug with using a callback,
270
272
  Python must keep a reference to the strings returned by the callback or Blender
271
273
  will misbehave or even crash.
272
- :type items: typing.Iterable[typing.Iterable[str]] | typing.Callable | None
274
+ :type items: collections.abc.Iterable[collections.abc.Iterable[str]] | collections.abc.Callable | None
273
275
  :param name: Name used in the user interface.
274
276
  :type name: str | None
275
277
  :param description: Text used for the tooltip and api documentation.
@@ -371,7 +373,7 @@ def FloatVectorProperty(
371
373
  name: str | None = "",
372
374
  description: str | None = "",
373
375
  translation_context: str | None = "*",
374
- default: typing.Sequence | None = (0.0, 0.0, 0.0),
376
+ default: collections.abc.Sequence | None = (0.0, 0.0, 0.0),
375
377
  min: float | None = None,
376
378
  max: float | None = None,
377
379
  soft_min: float | None = None,
@@ -383,7 +385,7 @@ def FloatVectorProperty(
383
385
  tags: set | None = None(),
384
386
  subtype: str | None = "NONE",
385
387
  unit: str | None = "NONE",
386
- size: int | typing.Sequence[int] | None = 3,
388
+ size: int | collections.abc.Sequence[int] | None = 3,
387
389
  update: typing.Any | None = None,
388
390
  get: typing.Any | None = None,
389
391
  set: typing.Any | None = None,
@@ -397,7 +399,7 @@ def FloatVectorProperty(
397
399
  :param translation_context: Text used as context to disambiguate translations.
398
400
  :type translation_context: str | None
399
401
  :param default: sequence of floats the length of size.
400
- :type default: typing.Sequence | None
402
+ :type default: collections.abc.Sequence | None
401
403
  :param min: Hard minimum, trying to assign a value below will silently assign this minimum instead.
402
404
  :type min: float | None
403
405
  :param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
@@ -421,7 +423,7 @@ def FloatVectorProperty(
421
423
  :param unit: Enumerator in `rna_enum_property_unit_items`.
422
424
  :type unit: str | None
423
425
  :param size: Vector dimensions in [1, 32]. An int sequence can be used to define multi-dimension arrays.
424
- :type size: int | typing.Sequence[int] | None
426
+ :type size: int | collections.abc.Sequence[int] | None
425
427
  :param update: Function to be called when this value is modified,
426
428
  This function must take 2 values (self, context) and return None.
427
429
  Warning there are no safety checks to avoid infinite recursion.
@@ -500,7 +502,7 @@ def IntVectorProperty(
500
502
  name: str | None = "",
501
503
  description: str | None = "",
502
504
  translation_context: str | None = "*",
503
- default: typing.Sequence | None = (0, 0, 0),
505
+ default: collections.abc.Sequence | None = (0, 0, 0),
504
506
  min: int | None = None,
505
507
  max: int | None = None,
506
508
  soft_min: int | None = None,
@@ -510,7 +512,7 @@ def IntVectorProperty(
510
512
  override: set | None = None(),
511
513
  tags: set | None = None(),
512
514
  subtype: str | None = "NONE",
513
- size: int | typing.Sequence[int] | None = 3,
515
+ size: int | collections.abc.Sequence[int] | None = 3,
514
516
  update: typing.Any | None = None,
515
517
  get: typing.Any | None = None,
516
518
  set: typing.Any | None = None,
@@ -524,7 +526,7 @@ def IntVectorProperty(
524
526
  :param translation_context: Text used as context to disambiguate translations.
525
527
  :type translation_context: str | None
526
528
  :param default: sequence of ints the length of size.
527
- :type default: typing.Sequence | None
529
+ :type default: collections.abc.Sequence | None
528
530
  :param min: Hard minimum, trying to assign a value below will silently assign this minimum instead.
529
531
  :type min: int | None
530
532
  :param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
@@ -544,7 +546,7 @@ def IntVectorProperty(
544
546
  :param subtype: Enumerator in `rna_enum_property_subtype_number_array_items`.
545
547
  :type subtype: str | None
546
548
  :param size: Vector dimensions in [1, 32]. An int sequence can be used to define multi-dimension arrays.
547
- :type size: int | typing.Sequence[int] | None
549
+ :type size: int | collections.abc.Sequence[int] | None
548
550
  :param update: Function to be called when this value is modified,
549
551
  This function must take 2 values (self, context) and return None.
550
552
  Warning there are no safety checks to avoid infinite recursion.