fake-bpy-module-latest 20251003__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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +42 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -3
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +29 -2
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +54 -0
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +54 -52
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +4 -1
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +7912 -3664
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +9 -0
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +137 -128
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +3 -2
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003.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
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
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.
|
|
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
|
|
5702
|
-
:type
|
|
5703
|
-
:param
|
|
5704
|
-
:type
|
|
5705
|
-
:param
|
|
5706
|
-
:type
|
|
5707
|
-
:param
|
|
5708
|
-
:type
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
@@ -1506,6 +1528,7 @@ type IconItems = typing.Literal[
|
|
|
1506
1528
|
"DISC_LARGE", # DISC_LARGE.
|
|
1507
1529
|
"DISK_DRIVE_LARGE", # DISK_DRIVE_LARGE.
|
|
1508
1530
|
"EXTERNAL_DRIVE_LARGE", # EXTERNAL_DRIVE_LARGE.
|
|
1531
|
+
"USB_DRIVE_LARGE", # USB_DRIVE_LARGE.
|
|
1509
1532
|
"FILE_FOLDER_LARGE", # FILE_FOLDER_LARGE.
|
|
1510
1533
|
"FILE_LARGE", # FILE_LARGE.
|
|
1511
1534
|
"FILE_PARENT_LARGE", # FILE_PARENT_LARGE.
|
|
@@ -1583,14 +1606,6 @@ type IconItems = typing.Literal[
|
|
|
1583
1606
|
"COLORSET_18_VEC", # COLORSET_18_VEC.
|
|
1584
1607
|
"COLORSET_19_VEC", # COLORSET_19_VEC.
|
|
1585
1608
|
"COLORSET_20_VEC", # COLORSET_20_VEC.
|
|
1586
|
-
"COLLECTION_COLOR_01", # COLLECTION_COLOR_01.
|
|
1587
|
-
"COLLECTION_COLOR_02", # COLLECTION_COLOR_02.
|
|
1588
|
-
"COLLECTION_COLOR_03", # COLLECTION_COLOR_03.
|
|
1589
|
-
"COLLECTION_COLOR_04", # COLLECTION_COLOR_04.
|
|
1590
|
-
"COLLECTION_COLOR_05", # COLLECTION_COLOR_05.
|
|
1591
|
-
"COLLECTION_COLOR_06", # COLLECTION_COLOR_06.
|
|
1592
|
-
"COLLECTION_COLOR_07", # COLLECTION_COLOR_07.
|
|
1593
|
-
"COLLECTION_COLOR_08", # COLLECTION_COLOR_08.
|
|
1594
1609
|
"STRIP_COLOR_01", # STRIP_COLOR_01.
|
|
1595
1610
|
"STRIP_COLOR_02", # STRIP_COLOR_02.
|
|
1596
1611
|
"STRIP_COLOR_03", # STRIP_COLOR_03.
|
|
@@ -1793,6 +1808,11 @@ type IconItems = typing.Literal[
|
|
|
1793
1808
|
"NODE_SOCKET_MATRIX", # NODE_SOCKET_MATRIX.
|
|
1794
1809
|
"NODE_SOCKET_BUNDLE", # NODE_SOCKET_BUNDLE.
|
|
1795
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.
|
|
1796
1816
|
]
|
|
1797
1817
|
type IdTypeItems = typing.Literal[
|
|
1798
1818
|
"ACTION", # Action.
|
|
@@ -1904,7 +1924,6 @@ type KeyframePasteOffsetValueItems = typing.Literal[
|
|
|
1904
1924
|
type KeyingFlagApiItems = typing.Literal[
|
|
1905
1925
|
"INSERTKEY_NEEDED", # Only Needed.Only insert keyframes where they're needed in the relevant F-Curves.
|
|
1906
1926
|
"INSERTKEY_VISUAL", # Visual Keying.Insert keyframes based on 'visual transforms'.
|
|
1907
|
-
"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..
|
|
1908
1927
|
"INSERTKEY_REPLACE", # Replace Existing.Only replace existing keyframes.
|
|
1909
1928
|
"INSERTKEY_AVAILABLE", # Only Available.Don't create F-Curves when they don't already exist.
|
|
1910
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.
|
|
@@ -1912,7 +1931,6 @@ type KeyingFlagApiItems = typing.Literal[
|
|
|
1912
1931
|
type KeyingFlagItems = typing.Literal[
|
|
1913
1932
|
"INSERTKEY_NEEDED", # Only Needed.Only insert keyframes where they're needed in the relevant F-Curves.
|
|
1914
1933
|
"INSERTKEY_VISUAL", # Visual Keying.Insert keyframes based on 'visual transforms'.
|
|
1915
|
-
"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..
|
|
1916
1934
|
]
|
|
1917
1935
|
type KeyingsetPathGroupingItems = typing.Literal[
|
|
1918
1936
|
"NAMED", # Named Group.
|
|
@@ -2097,14 +2115,6 @@ type NodeCompositorInterpolationItems = typing.Literal[
|
|
|
2097
2115
|
"BICUBIC", # Bicubic.Use Cubic B-Spline interpolation.
|
|
2098
2116
|
"ANISOTROPIC", # Anisotropic.Use Anisotropic interpolation.
|
|
2099
2117
|
]
|
|
2100
|
-
type NodeFloatCompareItems = typing.Literal[
|
|
2101
|
-
"LESS_THAN", # Less Than.True when the first input is smaller than second input.
|
|
2102
|
-
"LESS_EQUAL", # Less Than or Equal.True when the first input is smaller than the second input or equal.
|
|
2103
|
-
"GREATER_THAN", # Greater Than.True when the first input is greater than the second input.
|
|
2104
|
-
"GREATER_EQUAL", # Greater Than or Equal.True when the first input is greater than the second input or equal.
|
|
2105
|
-
"EQUAL", # Equal.True when both inputs are approximately equal.
|
|
2106
|
-
"NOT_EQUAL", # Not Equal.True when both inputs are not approximately equal.
|
|
2107
|
-
]
|
|
2108
2118
|
type NodeFloatToIntItems = typing.Literal[
|
|
2109
2119
|
"ROUND", # Round.Round the float up or down to the nearest integer.
|
|
2110
2120
|
"FLOOR", # Floor.Round the float down to the next smallest integer.
|
|
@@ -2208,6 +2218,11 @@ type NodeSocketDataTypeItems = typing.Literal[
|
|
|
2208
2218
|
"MATERIAL", # Material.
|
|
2209
2219
|
"BUNDLE", # Bundle.
|
|
2210
2220
|
"CLOSURE", # Closure.
|
|
2221
|
+
"FONT", # Font.
|
|
2222
|
+
"SCENE", # Scene.
|
|
2223
|
+
"TEXT", # Text.
|
|
2224
|
+
"MASK", # Mask.
|
|
2225
|
+
"SOUND", # Sound.
|
|
2211
2226
|
]
|
|
2212
2227
|
type NodeSocketInOutItems = typing.Literal[
|
|
2213
2228
|
"IN", # Input.
|
|
@@ -2241,6 +2256,11 @@ type NodeSocketTypeItems = typing.Literal[
|
|
|
2241
2256
|
"MENU", # Menu.
|
|
2242
2257
|
"BUNDLE", # Bundle.
|
|
2243
2258
|
"CLOSURE", # Closure.
|
|
2259
|
+
"FONT", # Font.
|
|
2260
|
+
"SCENE", # Scene.
|
|
2261
|
+
"TEXT", # Text.
|
|
2262
|
+
"MASK", # Mask.
|
|
2263
|
+
"SOUND", # Sound.
|
|
2244
2264
|
]
|
|
2245
2265
|
type NodeTreeInterfaceItemTypeItems = typing.Literal[
|
|
2246
2266
|
"SOCKET", # Socket.
|
|
@@ -2724,6 +2744,9 @@ type RampBlendItems = typing.Literal[
|
|
|
2724
2744
|
"COLOR", # Color.
|
|
2725
2745
|
"VALUE", # Value.
|
|
2726
2746
|
]
|
|
2747
|
+
type RegionPanelCategoryItems = typing.Literal[
|
|
2748
|
+
"UNSUPPORTED", # Not Supported.This region does not support panel categories.
|
|
2749
|
+
]
|
|
2727
2750
|
type RegionTypeItems = typing.Literal[
|
|
2728
2751
|
"WINDOW", # Window.
|
|
2729
2752
|
"HEADER", # Header.
|
|
@@ -2797,6 +2820,7 @@ type SnapElementItems = typing.Literal[
|
|
|
2797
2820
|
"VOLUME", # Volume.Snap to volume.
|
|
2798
2821
|
"EDGE_MIDPOINT", # Edge Center.Snap to the middle of edges.
|
|
2799
2822
|
"EDGE_PERPENDICULAR", # Edge Perpendicular.Snap to the nearest point on an edge.
|
|
2823
|
+
"FACE_MIDPOINT", # Face Center.Snap to the middle of faces.
|
|
2800
2824
|
"FACE_PROJECT", # Face Project.Snap by projecting onto faces.
|
|
2801
2825
|
"FACE_NEAREST", # Face Nearest.Snap to nearest point on faces.
|
|
2802
2826
|
]
|
|
@@ -2806,6 +2830,10 @@ type SnapSourceItems = typing.Literal[
|
|
|
2806
2830
|
"MEDIAN", # Median.Snap median onto target.
|
|
2807
2831
|
"ACTIVE", # Active.Snap active onto target.
|
|
2808
2832
|
]
|
|
2833
|
+
type SpaceActionModeItems = typing.Literal[
|
|
2834
|
+
"DOPESHEET", # Dope Sheet.Edit all keyframes in scene.
|
|
2835
|
+
"TIMELINE", # Timeline.Simple timeline view with playback controls in the header, without channel list, side-panel, or footer.
|
|
2836
|
+
]
|
|
2809
2837
|
type SpaceFileBrowseModeItems = typing.Literal[
|
|
2810
2838
|
"FILES", # File Browser.Built-in file manager for opening, saving, and linking data.
|
|
2811
2839
|
"ASSETS", # Asset Browser.Manage assets in the current file and access linked asset libraries.
|
|
@@ -2889,6 +2917,8 @@ type StripModifierTypeItems = typing.Literal[
|
|
|
2889
2917
|
"TONEMAP", # Tone Map.
|
|
2890
2918
|
"WHITE_BALANCE", # White Balance.
|
|
2891
2919
|
"SOUND_EQUALIZER", # Sound Equalizer.
|
|
2920
|
+
"PITCH", # Pitch.
|
|
2921
|
+
"ECHO", # Echo.
|
|
2892
2922
|
]
|
|
2893
2923
|
type StripScaleMethodItems = typing.Literal[
|
|
2894
2924
|
"FIT", # Scale to Fit.Fits the image bounds inside the canvas, avoiding crops while maintaining aspect ratio.
|
|
@@ -2898,6 +2928,8 @@ type StripScaleMethodItems = typing.Literal[
|
|
|
2898
2928
|
]
|
|
2899
2929
|
type StripSoundModifierTypeItems = typing.Literal[
|
|
2900
2930
|
"SOUND_EQUALIZER", # Sound Equalizer.
|
|
2931
|
+
"PITCH", # Pitch.
|
|
2932
|
+
"ECHO", # Echo.
|
|
2901
2933
|
]
|
|
2902
2934
|
type StripVideoModifierTypeItems = typing.Literal[
|
|
2903
2935
|
"BRIGHT_CONTRAST", # Brightness/Contrast.
|