fake-bpy-module-latest 20251002__py3-none-any.whl → 20260113__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.
Files changed (138) hide show
  1. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  2. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  3. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  4. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  5. _bpy_internal/__init__.pyi +1 -0
  6. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  7. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  8. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  9. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  10. _bpy_types/__init__.pyi +17 -1
  11. aud/__init__.pyi +70 -0
  12. bl_math/__init__.pyi +3 -1
  13. bl_operators/__init__.pyi +1 -0
  14. bl_operators/anim/__init__.pyi +49 -0
  15. bl_operators/copy_global_transform/__init__.pyi +271 -0
  16. bl_operators/node/__init__.pyi +38 -4
  17. bl_operators/object/__init__.pyi +0 -7
  18. bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
  19. bl_operators/uvcalc_transform/__init__.pyi +21 -8
  20. bl_ui/__init__.pyi +3 -0
  21. bl_ui/generic_ui_list/__init__.pyi +2 -2
  22. bl_ui/node_add_menu/__init__.pyi +13 -6
  23. bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
  24. bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
  25. bl_ui/node_add_menu_shader/__init__.pyi +21 -19
  26. bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  27. bl_ui/properties_constraint/__init__.pyi +68 -0
  28. bl_ui/properties_object/__init__.pyi +37 -0
  29. bl_ui/properties_paint_common/__init__.pyi +23 -6
  30. bl_ui/properties_strip/__init__.pyi +786 -0
  31. bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  32. bl_ui/properties_view_layer/__init__.pyi +7 -0
  33. bl_ui/space_clip/__init__.pyi +1 -0
  34. bl_ui/space_dopesheet/__init__.pyi +56 -0
  35. bl_ui/space_image/__init__.pyi +2 -2
  36. bl_ui/space_node/__init__.pyi +31 -37
  37. bl_ui/space_properties/__init__.pyi +31 -0
  38. bl_ui/space_sequencer/__init__.pyi +42 -772
  39. bl_ui/space_time/__init__.pyi +7 -29
  40. bl_ui/space_topbar/__init__.pyi +7 -0
  41. bl_ui/space_userpref/__init__.pyi +7 -2
  42. bl_ui/space_view3d/__init__.pyi +38 -10
  43. bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
  44. bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  45. blf/__init__.pyi +9 -6
  46. bmesh/ops/__init__.pyi +3 -0
  47. bmesh/types/__init__.pyi +184 -36
  48. bmesh/utils/__init__.pyi +22 -5
  49. bpy/app/__init__.pyi +57 -55
  50. bpy/app/translations/__init__.pyi +1 -1
  51. bpy/ops/anim/__init__.pyi +18 -12
  52. bpy/ops/armature/__init__.pyi +1 -1
  53. bpy/ops/curves/__init__.pyi +3 -3
  54. bpy/ops/export_anim/__init__.pyi +3 -0
  55. bpy/ops/export_scene/__init__.pyi +1 -1
  56. bpy/ops/geometry/__init__.pyi +0 -83
  57. bpy/ops/grease_pencil/__init__.pyi +3 -3
  58. bpy/ops/import_anim/__init__.pyi +2 -2
  59. bpy/ops/mesh/__init__.pyi +2 -2
  60. bpy/ops/nla/__init__.pyi +1 -1
  61. bpy/ops/node/__init__.pyi +29 -7
  62. bpy/ops/object/__init__.pyi +93 -0
  63. bpy/ops/pose/__init__.pyi +4 -4
  64. bpy/ops/render/__init__.pyi +10 -7
  65. bpy/ops/screen/__init__.pyi +29 -0
  66. bpy/ops/sculpt/__init__.pyi +30 -41
  67. bpy/ops/sequencer/__init__.pyi +67 -3
  68. bpy/ops/text/__init__.pyi +3 -0
  69. bpy/ops/transform/__init__.pyi +10 -3
  70. bpy/ops/uv/__init__.pyi +54 -0
  71. bpy/ops/wm/__init__.pyi +20 -32
  72. bpy/props/__init__.pyi +5 -11
  73. bpy/stub_internal/rna_enums/__init__.pyi +50 -21
  74. bpy/types/__init__.pyi +10237 -2994
  75. bpy/utils/__init__.pyi +3 -3
  76. bpy/utils/previews/__init__.pyi +1 -1
  77. bpy_extras/anim_utils/__init__.pyi +21 -8
  78. bpy_extras/id_map_utils/__init__.pyi +15 -6
  79. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  80. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
  81. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
  82. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
  83. freestyle/utils/__init__.pyi +1 -1
  84. gpu/matrix/__init__.pyi +1 -1
  85. gpu/shader/__init__.pyi +22 -1
  86. gpu/state/__init__.pyi +77 -27
  87. gpu/types/__init__.pyi +91 -20
  88. gpu_extras/presets/__init__.pyi +7 -0
  89. idprop/types/__init__.pyi +6 -2
  90. imbuf/__init__.pyi +2 -2
  91. imbuf/types/__init__.pyi +2 -2
  92. keyingsets_builtins/__init__.pyi +1 -1
  93. mathutils/__init__.pyi +53 -29
  94. mathutils/bvhtree/__init__.pyi +6 -4
  95. mathutils/geometry/__init__.pyi +31 -13
  96. mathutils/interpolate/__init__.pyi +4 -2
  97. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  98. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  99. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  100. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  101. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  102. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  103. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  104. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  105. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  106. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  107. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  108. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  109. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  110. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  111. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  112. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  113. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  114. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  115. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  116. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  117. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  118. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  119. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  120. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  121. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  122. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  123. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  124. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  125. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  126. {console_python → _console_python}/__init__.pyi +0 -0
  127. {console_python → _console_python}/py.typed +0 -0
  128. {console_shell → _console_shell}/__init__.pyi +0 -0
  129. {console_shell → _console_shell}/py.typed +0 -0
  130. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  131. {graphviz_export → _graphviz_export}/py.typed +0 -0
  132. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  133. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  134. {rna_info → _rna_info}/__init__.pyi +0 -0
  135. {rna_info → _rna_info}/py.typed +0 -0
  136. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  137. {rna_xml → _rna_xml}/py.typed +0 -0
  138. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
bpy/ops/wm/__init__.pyi CHANGED
@@ -4852,6 +4852,8 @@ def usd_export(
4852
4852
  root_prim_path: str = "/root",
4853
4853
  export_custom_properties: bool | None = True,
4854
4854
  custom_properties_namespace: str = "userProperties",
4855
+ accessibility_label: str = "",
4856
+ accessibility_description: str = "",
4855
4857
  author_blender_name: bool | None = True,
4856
4858
  convert_world_material: bool | None = True,
4857
4859
  allow_unicode: bool | None = True,
@@ -5068,6 +5070,10 @@ def usd_export(
5068
5070
  :type export_custom_properties: bool | None
5069
5071
  :param custom_properties_namespace: Namespace, If set, add the given namespace as a prefix to exported custom property names. This only applies to property names that do not already have a prefix (e.g., it would apply to name bar but not foo:bar) and does not apply to blender object and data names which are always exported in the userProperties:blender namespace
5070
5072
  :type custom_properties_namespace: str
5073
+ :param accessibility_label: Label, Set the accessibility label for the exported stages default prim
5074
+ :type accessibility_label: str
5075
+ :param accessibility_description: Description, Set the accessibility description for the exported stages default prim
5076
+ :type accessibility_description: str
5071
5077
  :param author_blender_name: Blender Names, Author USD custom attributes containing the original Blender object and object data names
5072
5078
  :type author_blender_name: bool | None
5073
5079
  :param convert_world_material: World Dome Light, Convert the world material to a USD dome light. Currently works for simple materials, consisting of an environment texture connected to a background shader, with an optional vector multiply of the texture color
@@ -5671,47 +5677,29 @@ def xr_navigation_teleport(
5671
5677
  undo: bool | None = None,
5672
5678
  /,
5673
5679
  *,
5674
- teleport_axes: collections.abc.Iterable[bool] | None = (True, True, True),
5675
- interpolation: float | None = 1.0,
5676
- offset: float | None = 0.25,
5677
5680
  selectable_only: bool | None = True,
5678
- distance: float | None = 80.0,
5679
- gravity: float | None = 0.1,
5680
- raycast_scale: float | None = 0.02,
5681
- destination_scale: float | None = 0.05,
5682
- sample_count: int | None = 48,
5683
- from_viewer: bool | None = False,
5684
- axis: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, -1.0),
5685
- hit_color: collections.abc.Iterable[float] | None = (0.35, 0.35, 1.0, 1.0),
5681
+ force: float | None = 8.5,
5682
+ range: float | None = 0.15,
5683
+ ray_line_width: float | None = 6.0,
5684
+ destination_indicator_width: float | None = 0.18,
5685
+ hit_color: collections.abc.Iterable[float] | None = (0.4, 0.6, 0.9, 1.0),
5686
5686
  miss_color: collections.abc.Iterable[float] | None = (1.0, 0.35, 0.35, 1.0),
5687
- fallback_color: collections.abc.Iterable[float] | None = (0.35, 0.35, 1.0, 1.0),
5687
+ fallback_color: collections.abc.Iterable[float] | None = (0.5, 0.45, 0.8, 1.0),
5688
5688
  ) -> None:
5689
5689
  """Set VR viewer location to controller raycast hit location
5690
5690
 
5691
5691
  :type execution_context: int | str | None
5692
5692
  :type undo: bool | None
5693
- :param teleport_axes: Teleport Axes, Enabled teleport axes in navigation space
5694
- :type teleport_axes: collections.abc.Iterable[bool] | None
5695
- :param interpolation: Interpolation, Interpolation factor between viewer and hit locations
5696
- :type interpolation: float | None
5697
- :param offset: Offset, Offset along hit normal to subtract from final location
5698
- :type offset: float | None
5699
5693
  :param selectable_only: Selectable Only, Only allow selectable objects to influence raycast result
5700
5694
  :type selectable_only: bool | None
5701
- :param distance: Maximum raycast distance
5702
- :type distance: float | None
5703
- :param gravity: Gravity, Downward curvature applied to raycast
5704
- :type gravity: float | None
5705
- :param raycast_scale: Raycast Scale, Width of the raycast visualization
5706
- :type raycast_scale: float | None
5707
- :param destination_scale: Destination Scale, Width of the destination visualization
5708
- :type destination_scale: float | None
5709
- :param sample_count: Sample Count, Number of interpolation samples for the raycast visualization
5710
- :type sample_count: int | None
5711
- :param from_viewer: From Viewer, Use viewer pose as raycast origin
5712
- :type from_viewer: bool | None
5713
- :param axis: Axis, Raycast axis in controller/viewer space
5714
- :type axis: collections.abc.Sequence[float] | mathutils.Vector | None
5695
+ :param force: Force, Velocity force controlling the teleportation arc parabola in m/s
5696
+ :type force: float | None
5697
+ :param range: Range, Time step range controlling the teleportation arc parabola
5698
+ :type range: float | None
5699
+ :param ray_line_width: Ray Line Width, Visual width of the teleportation ray line
5700
+ :type ray_line_width: float | None
5701
+ :param destination_indicator_width: Destination Indicator Width, Visual width of the hit destination indicator
5702
+ :type destination_indicator_width: float | None
5715
5703
  :param hit_color: Hit Color, Color of raycast when it succeeds
5716
5704
  :type hit_color: collections.abc.Iterable[float] | None
5717
5705
  :param miss_color: Miss Color, Color of raycast when it misses
bpy/props/__init__.pyi CHANGED
@@ -140,12 +140,6 @@ in data, caused e.g. by an update
140
140
  Pointer properties do not support storing references to embedded IDs (e.g. bpy.types.Scene.collection, bpy.types.Material.node_tree).
141
141
  These should exclusively be referenced and accessed through their owner ID (e.g. the scene or material).
142
142
 
143
- [NOTE]
144
- Typically this function doesn't need to be accessed directly.
145
- Instead use del cls.attr
146
-
147
-
148
-
149
143
  """
150
144
 
151
145
  import typing
@@ -480,7 +474,7 @@ def FloatProperty[_GenericType1: bpy.types.bpy_struct](
480
474
  max: float | None = 3.402823e38,
481
475
  soft_min: float | None = -3.402823e38,
482
476
  soft_max: float | None = 3.402823e38,
483
- step: int | None = 3,
477
+ step: float | None = 3,
484
478
  precision: int | None = 2,
485
479
  options: set[bpy.stub_internal.rna_enums.PropertyFlagItems] = {"ANIMATABLE"},
486
480
  override: set[bpy.stub_internal.rna_enums.PropertyOverrideFlagItems] = set(),
@@ -515,7 +509,7 @@ def FloatProperty[_GenericType1: bpy.types.bpy_struct](
515
509
  :param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
516
510
  :type soft_max: float | None
517
511
  :param step: Step of increment/decrement in UI, in [1, 100], defaults to 3 (WARNING: actual value is /100).
518
- :type step: int | None
512
+ :type step: float | None
519
513
  :param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit NONE or TIME (frame count) and step divisible by 100.
520
514
  :type precision: int | None
521
515
  :param options: Enumerator in `rna_enum_property_flag_items`.
@@ -572,7 +566,7 @@ def FloatVectorProperty[_GenericType1: bpy.types.bpy_struct](
572
566
  max: float | None = sys.float_info.max,
573
567
  soft_min: float | None = sys.float_info.min,
574
568
  soft_max: float | None = sys.float_info.max,
575
- step: int | None = 3,
569
+ step: float | None = 3,
576
570
  precision: int | None = 2,
577
571
  options: set[bpy.stub_internal.rna_enums.PropertyFlagItems] = {"ANIMATABLE"},
578
572
  override: set[bpy.stub_internal.rna_enums.PropertyOverrideFlagItems] = set(),
@@ -608,7 +602,7 @@ def FloatVectorProperty[_GenericType1: bpy.types.bpy_struct](
608
602
  :param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
609
603
  :type soft_max: float | None
610
604
  :param step: Step of increment/decrement in UI, in [1, 100], defaults to 3 (WARNING: actual value is /100).
611
- :type step: int | None
605
+ :type step: float | None
612
606
  :param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit NONE or TIME (frame count) and step divisible by 100.
613
607
  :type precision: int | None
614
608
  :param options: Enumerator in `rna_enum_property_flag_items`.
@@ -841,7 +835,7 @@ def PointerProperty[_GenericType1: bpy.types.bpy_struct, _GenericType2: bpy.type
841
835
  ) -> None:
842
836
  """Returns a new pointer property definition.
843
837
 
844
- :param type: A subclass of a property group or ID types.
838
+ :param type: A subclass of PropertyGroup or ID.
845
839
  :type type: type[bpy.types.PropertyGroup | bpy.types.ID] | None
846
840
  :param name: Name used in the user interface.
847
841
  :type name: str | None
@@ -193,9 +193,9 @@ type BoidruleTypeItems = typing.Literal[
193
193
  ]
194
194
  type BrushAutomaskingFlagItems = typing.Literal[
195
195
  "use_automasking_topology", # Topology.Affect only vertices connected to the active vertex under the brush.
196
- "use_automasking_face_sets", # Face Sets.Affect only vertices that share Face Sets with the active vertex.
196
+ "use_automasking_face_sets", # Face Sets.Affect only vertices that share face sets with the active vertex.
197
197
  "use_automasking_boundary_edges", # Mesh Boundary Auto-Masking.Do not affect non manifold boundary edges.
198
- "use_automasking_boundary_face_sets", # Face Sets Boundary Automasking.Do not affect vertices that belong to a Face Set boundary.
198
+ "use_automasking_boundary_face_sets", # Face Sets Boundary Automasking.Do not affect vertices that belong to a face set boundary.
199
199
  "use_automasking_cavity", # Cavity Mask.Do not affect vertices on peaks, based on the surface curvature.
200
200
  "use_automasking_cavity_inverted", # Inverted Cavity Mask.Do not affect vertices within crevices, based on the surface curvature.
201
201
  "use_automasking_custom_cavity_curve", # Custom Cavity Curve.Use custom curve.
@@ -294,6 +294,7 @@ type BrushSculptBrushTypeItems = typing.Literal[
294
294
  "DISPLACEMENT_SMEAR", # Multires Displacement Smear.
295
295
  "PAINT", # Paint.
296
296
  "SMEAR", # Smear.
297
+ "BLUR", # Blur.
297
298
  ]
298
299
  type BrushVertexBrushTypeItems = typing.Literal[
299
300
  "DRAW", # Draw.
@@ -384,6 +385,7 @@ type ConstraintTypeItems = typing.Literal[
384
385
  "CHILD_OF", # Child Of.Make target the 'detachable' parent of owner.
385
386
  "FLOOR", # Floor.Use position (and optionally rotation) of target to define a 'wall' or 'floor' that the owner cannot cross.
386
387
  "FOLLOW_PATH", # Follow Path.Use to animate an object/bone following a path.
388
+ "GEOMETRY_ATTRIBUTE", # Geometry Attribute.Retrieve transform from target geometry attribute data.
387
389
  "PIVOT", # Pivot.Change pivot point for transforms (buggy).
388
390
  "SHRINKWRAP", # Shrinkwrap.Restrict movements to surface of target mesh.
389
391
  ]
@@ -705,6 +707,7 @@ type EventTypeItems = typing.Literal[
705
707
  "NDOF_BUTTON_12", # NDOF Button 12.NdofB12.
706
708
  "ACTIONZONE_AREA", # ActionZone Area.AZone Area.
707
709
  "ACTIONZONE_REGION", # ActionZone Region.AZone Region.
710
+ "ACTIONZONE_REGION_QUAD", # ActionZone Quad.AZone Quad.
708
711
  "ACTIONZONE_FULLSCREEN", # ActionZone Fullscreen.AZone FullScr.
709
712
  "XR_ACTION", # XR Action.
710
713
  ]
@@ -743,6 +746,14 @@ type FcurveAutoSmoothingItems = typing.Literal[
743
746
  "NONE", # None.Automatic handles only take immediately adjacent keys into account.
744
747
  "CONT_ACCEL", # Continuous Acceleration.Automatic handles are adjusted to avoid jumps in acceleration, resulting in smoother curves. However, key changes may affect interpolation over a larger stretch of the curve..
745
748
  ]
749
+ type FilePathForeachFlagItems = typing.Literal[
750
+ "SKIP_LINKED", # Skip Linked.Skip paths of linked IDs.
751
+ "SKIP_PACKED", # Skip Packed.Skip paths when their matching data is packed.
752
+ "RESOLVE_TOKEN", # Resolve Token.Resolve tokens within a virtual filepath to a single, concrete, filepath. Currently only used for UDIM tiles.
753
+ "SKIP_WEAK_REFERENCES", # Skip Weak References.Skip weak reference paths. Those paths are typically 'nice to have' extra information, but are not used as actual source of data by the current .blend file.
754
+ "SKIP_MULTIFILE", # Skip Multi-file.Skip paths where a single dir is used with an array of files, eg. sequence strip images or point-caches. In this case only the first file path is processed. This is needed for directory manipulation callbacks which might otherwise modify the same directory multiple times.
755
+ "RELOAD_EDITED", # Reload Edited.Reload data when the path is edited.
756
+ ]
746
757
  type FileselectParamsSortItems = typing.Literal[
747
758
  "FILE_SORT_ALPHA", # Name.Sort the file list alphabetically.
748
759
  "FILE_SORT_EXTENSION", # Extension.Sort the file list by extension/type.
@@ -876,6 +887,7 @@ type IconItems = typing.Literal[
876
887
  "PLUGIN", # PLUGIN.
877
888
  "PLUS", # PLUS.
878
889
  "PRESET_NEW", # PRESET_NEW.
890
+ "PROJECT", # PROJECT.
879
891
  "QUIT", # QUIT.
880
892
  "RECOVER_LAST", # RECOVER_LAST.
881
893
  "REMOVE", # REMOVE.
@@ -1026,6 +1038,14 @@ type IconItems = typing.Literal[
1026
1038
  "DECORATE_OVERRIDE", # DECORATE_OVERRIDE.
1027
1039
  "DECORATE", # DECORATE.
1028
1040
  "OUTLINER_COLLECTION", # OUTLINER_COLLECTION.
1041
+ "COLLECTION_COLOR_01", # COLLECTION_COLOR_01.
1042
+ "COLLECTION_COLOR_02", # COLLECTION_COLOR_02.
1043
+ "COLLECTION_COLOR_03", # COLLECTION_COLOR_03.
1044
+ "COLLECTION_COLOR_04", # COLLECTION_COLOR_04.
1045
+ "COLLECTION_COLOR_05", # COLLECTION_COLOR_05.
1046
+ "COLLECTION_COLOR_06", # COLLECTION_COLOR_06.
1047
+ "COLLECTION_COLOR_07", # COLLECTION_COLOR_07.
1048
+ "COLLECTION_COLOR_08", # COLLECTION_COLOR_08.
1029
1049
  "CURVES_DATA", # CURVES_DATA.
1030
1050
  "OUTLINER_DATA_ARMATURE", # OUTLINER_DATA_ARMATURE.
1031
1051
  "OUTLINER_DATA_CAMERA", # OUTLINER_DATA_CAMERA.
@@ -1190,6 +1210,7 @@ type IconItems = typing.Literal[
1190
1210
  "WORDWRAP_ON", # WORDWRAP_ON.
1191
1211
  "CON_ACTION", # CON_ACTION.
1192
1212
  "CON_ARMATURE", # CON_ARMATURE.
1213
+ "CON_GEOMETRYATTRIBUTE", # CON_GEOMETRYATTRIBUTE.
1193
1214
  "CON_CAMERASOLVER", # CON_CAMERASOLVER.
1194
1215
  "CON_CHILDOF", # CON_CHILDOF.
1195
1216
  "CON_CLAMPTO", # CON_CLAMPTO.
@@ -1433,6 +1454,7 @@ type IconItems = typing.Literal[
1433
1454
  "DOCUMENTS", # DOCUMENTS.
1434
1455
  "EXPORT", # EXPORT.
1435
1456
  "EXTERNAL_DRIVE", # EXTERNAL_DRIVE.
1457
+ "USB_DRIVE", # USB_DRIVE.
1436
1458
  "FILE_3D", # FILE_3D.
1437
1459
  "FILE_ARCHIVE", # FILE_ARCHIVE.
1438
1460
  "FILE_BACKUP", # FILE_BACKUP.
@@ -1490,6 +1512,7 @@ type IconItems = typing.Literal[
1490
1512
  "SEQ_SPLITVIEW", # SEQ_SPLITVIEW.
1491
1513
  "SEQ_STRIP_DUPLICATE", # SEQ_STRIP_DUPLICATE.
1492
1514
  "SEQ_STRIP_META", # SEQ_STRIP_META.
1515
+ "SEQ_STRIP_MODIFIER", # SEQ_STRIP_MODIFIER.
1493
1516
  "MOD_BRIGHTNESS_CONTRAST", # MOD_BRIGHTNESS_CONTRAST.
1494
1517
  "MOD_COLOR_BALANCE", # MOD_COLOR_BALANCE.
1495
1518
  "MOD_CURVES", # MOD_CURVES.
@@ -1505,6 +1528,7 @@ type IconItems = typing.Literal[
1505
1528
  "DISC_LARGE", # DISC_LARGE.
1506
1529
  "DISK_DRIVE_LARGE", # DISK_DRIVE_LARGE.
1507
1530
  "EXTERNAL_DRIVE_LARGE", # EXTERNAL_DRIVE_LARGE.
1531
+ "USB_DRIVE_LARGE", # USB_DRIVE_LARGE.
1508
1532
  "FILE_FOLDER_LARGE", # FILE_FOLDER_LARGE.
1509
1533
  "FILE_LARGE", # FILE_LARGE.
1510
1534
  "FILE_PARENT_LARGE", # FILE_PARENT_LARGE.
@@ -1582,14 +1606,6 @@ type IconItems = typing.Literal[
1582
1606
  "COLORSET_18_VEC", # COLORSET_18_VEC.
1583
1607
  "COLORSET_19_VEC", # COLORSET_19_VEC.
1584
1608
  "COLORSET_20_VEC", # COLORSET_20_VEC.
1585
- "COLLECTION_COLOR_01", # COLLECTION_COLOR_01.
1586
- "COLLECTION_COLOR_02", # COLLECTION_COLOR_02.
1587
- "COLLECTION_COLOR_03", # COLLECTION_COLOR_03.
1588
- "COLLECTION_COLOR_04", # COLLECTION_COLOR_04.
1589
- "COLLECTION_COLOR_05", # COLLECTION_COLOR_05.
1590
- "COLLECTION_COLOR_06", # COLLECTION_COLOR_06.
1591
- "COLLECTION_COLOR_07", # COLLECTION_COLOR_07.
1592
- "COLLECTION_COLOR_08", # COLLECTION_COLOR_08.
1593
1609
  "STRIP_COLOR_01", # STRIP_COLOR_01.
1594
1610
  "STRIP_COLOR_02", # STRIP_COLOR_02.
1595
1611
  "STRIP_COLOR_03", # STRIP_COLOR_03.
@@ -1792,6 +1808,11 @@ type IconItems = typing.Literal[
1792
1808
  "NODE_SOCKET_MATRIX", # NODE_SOCKET_MATRIX.
1793
1809
  "NODE_SOCKET_BUNDLE", # NODE_SOCKET_BUNDLE.
1794
1810
  "NODE_SOCKET_CLOSURE", # NODE_SOCKET_CLOSURE.
1811
+ "NODE_SOCKET_FONT", # NODE_SOCKET_FONT.
1812
+ "NODE_SOCKET_SCENE", # NODE_SOCKET_SCENE.
1813
+ "NODE_SOCKET_TEXT", # NODE_SOCKET_TEXT.
1814
+ "NODE_SOCKET_MASK", # NODE_SOCKET_MASK.
1815
+ "NODE_SOCKET_SOUND", # NODE_SOCKET_SOUND.
1795
1816
  ]
1796
1817
  type IdTypeItems = typing.Literal[
1797
1818
  "ACTION", # Action.
@@ -1903,7 +1924,6 @@ type KeyframePasteOffsetValueItems = typing.Literal[
1903
1924
  type KeyingFlagApiItems = typing.Literal[
1904
1925
  "INSERTKEY_NEEDED", # Only Needed.Only insert keyframes where they're needed in the relevant F-Curves.
1905
1926
  "INSERTKEY_VISUAL", # Visual Keying.Insert keyframes based on 'visual transforms'.
1906
- "INSERTKEY_XYZ_TO_RGB", # XYZ=RGB Colors (ignored).This flag is no longer in use, and is here so that code that uses it doesn't break. The XYZ=RGB coloring is determined by the animation preferences..
1907
1927
  "INSERTKEY_REPLACE", # Replace Existing.Only replace existing keyframes.
1908
1928
  "INSERTKEY_AVAILABLE", # Only Available.Don't create F-Curves when they don't already exist.
1909
1929
  "INSERTKEY_CYCLE_AWARE", # Cycle Aware Keying.When inserting into a curve with cyclic extrapolation, remap the keyframe inside the cycle time range, and if changing an end key, also update the other one.
@@ -1911,7 +1931,6 @@ type KeyingFlagApiItems = typing.Literal[
1911
1931
  type KeyingFlagItems = typing.Literal[
1912
1932
  "INSERTKEY_NEEDED", # Only Needed.Only insert keyframes where they're needed in the relevant F-Curves.
1913
1933
  "INSERTKEY_VISUAL", # Visual Keying.Insert keyframes based on 'visual transforms'.
1914
- "INSERTKEY_XYZ_TO_RGB", # XYZ=RGB Colors (ignored).This flag is no longer in use, and is here so that code that uses it doesn't break. The XYZ=RGB coloring is determined by the animation preferences..
1915
1934
  ]
1916
1935
  type KeyingsetPathGroupingItems = typing.Literal[
1917
1936
  "NAMED", # Named Group.
@@ -2096,14 +2115,6 @@ type NodeCompositorInterpolationItems = typing.Literal[
2096
2115
  "BICUBIC", # Bicubic.Use Cubic B-Spline interpolation.
2097
2116
  "ANISOTROPIC", # Anisotropic.Use Anisotropic interpolation.
2098
2117
  ]
2099
- type NodeFloatCompareItems = typing.Literal[
2100
- "LESS_THAN", # Less Than.True when the first input is smaller than second input.
2101
- "LESS_EQUAL", # Less Than or Equal.True when the first input is smaller than the second input or equal.
2102
- "GREATER_THAN", # Greater Than.True when the first input is greater than the second input.
2103
- "GREATER_EQUAL", # Greater Than or Equal.True when the first input is greater than the second input or equal.
2104
- "EQUAL", # Equal.True when both inputs are approximately equal.
2105
- "NOT_EQUAL", # Not Equal.True when both inputs are not approximately equal.
2106
- ]
2107
2118
  type NodeFloatToIntItems = typing.Literal[
2108
2119
  "ROUND", # Round.Round the float up or down to the nearest integer.
2109
2120
  "FLOOR", # Floor.Round the float down to the next smallest integer.
@@ -2207,6 +2218,11 @@ type NodeSocketDataTypeItems = typing.Literal[
2207
2218
  "MATERIAL", # Material.
2208
2219
  "BUNDLE", # Bundle.
2209
2220
  "CLOSURE", # Closure.
2221
+ "FONT", # Font.
2222
+ "SCENE", # Scene.
2223
+ "TEXT", # Text.
2224
+ "MASK", # Mask.
2225
+ "SOUND", # Sound.
2210
2226
  ]
2211
2227
  type NodeSocketInOutItems = typing.Literal[
2212
2228
  "IN", # Input.
@@ -2240,6 +2256,11 @@ type NodeSocketTypeItems = typing.Literal[
2240
2256
  "MENU", # Menu.
2241
2257
  "BUNDLE", # Bundle.
2242
2258
  "CLOSURE", # Closure.
2259
+ "FONT", # Font.
2260
+ "SCENE", # Scene.
2261
+ "TEXT", # Text.
2262
+ "MASK", # Mask.
2263
+ "SOUND", # Sound.
2243
2264
  ]
2244
2265
  type NodeTreeInterfaceItemTypeItems = typing.Literal[
2245
2266
  "SOCKET", # Socket.
@@ -2723,6 +2744,9 @@ type RampBlendItems = typing.Literal[
2723
2744
  "COLOR", # Color.
2724
2745
  "VALUE", # Value.
2725
2746
  ]
2747
+ type RegionPanelCategoryItems = typing.Literal[
2748
+ "UNSUPPORTED", # Not Supported.This region does not support panel categories.
2749
+ ]
2726
2750
  type RegionTypeItems = typing.Literal[
2727
2751
  "WINDOW", # Window.
2728
2752
  "HEADER", # Header.
@@ -2796,6 +2820,7 @@ type SnapElementItems = typing.Literal[
2796
2820
  "VOLUME", # Volume.Snap to volume.
2797
2821
  "EDGE_MIDPOINT", # Edge Center.Snap to the middle of edges.
2798
2822
  "EDGE_PERPENDICULAR", # Edge Perpendicular.Snap to the nearest point on an edge.
2823
+ "FACE_MIDPOINT", # Face Center.Snap to the middle of faces.
2799
2824
  "FACE_PROJECT", # Face Project.Snap by projecting onto faces.
2800
2825
  "FACE_NEAREST", # Face Nearest.Snap to nearest point on faces.
2801
2826
  ]
@@ -2807,7 +2832,7 @@ type SnapSourceItems = typing.Literal[
2807
2832
  ]
2808
2833
  type SpaceActionModeItems = typing.Literal[
2809
2834
  "DOPESHEET", # Dope Sheet.Edit all keyframes in scene.
2810
- "TIMELINE", # Timeline.Timeline and playback controls.
2835
+ "TIMELINE", # Timeline.Simple timeline view with playback controls in the header, without channel list, side-panel, or footer.
2811
2836
  ]
2812
2837
  type SpaceFileBrowseModeItems = typing.Literal[
2813
2838
  "FILES", # File Browser.Built-in file manager for opening, saving, and linking data.
@@ -2892,6 +2917,8 @@ type StripModifierTypeItems = typing.Literal[
2892
2917
  "TONEMAP", # Tone Map.
2893
2918
  "WHITE_BALANCE", # White Balance.
2894
2919
  "SOUND_EQUALIZER", # Sound Equalizer.
2920
+ "PITCH", # Pitch.
2921
+ "ECHO", # Echo.
2895
2922
  ]
2896
2923
  type StripScaleMethodItems = typing.Literal[
2897
2924
  "FIT", # Scale to Fit.Fits the image bounds inside the canvas, avoiding crops while maintaining aspect ratio.
@@ -2901,6 +2928,8 @@ type StripScaleMethodItems = typing.Literal[
2901
2928
  ]
2902
2929
  type StripSoundModifierTypeItems = typing.Literal[
2903
2930
  "SOUND_EQUALIZER", # Sound Equalizer.
2931
+ "PITCH", # Pitch.
2932
+ "ECHO", # Echo.
2904
2933
  ]
2905
2934
  type StripVideoModifierTypeItems = typing.Literal[
2906
2935
  "BRIGHT_CONTRAST", # Brightness/Contrast.