fake-bpy-module 20250629__py3-none-any.whl → 20250830__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +4 -3
- bl_ui/node_add_menu/__init__.pyi +6 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +34 -40
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +69 -21
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +178 -49
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +40 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +54 -34
- bpy/types/__init__.pyi +55981 -39705
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
- fake_bpy_module-20250830.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +6 -6
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +17 -4
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250629.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
bpy/ops/workspace/__init__.pyi
CHANGED
|
@@ -3,7 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
|
-
def add(
|
|
6
|
+
def add(
|
|
7
|
+
execution_context: int | str | None = None,
|
|
8
|
+
undo: bool | None = None,
|
|
9
|
+
/,
|
|
10
|
+
) -> None:
|
|
7
11
|
"""Add a new workspace by duplicating the current one or appending one from the user configuration
|
|
8
12
|
|
|
9
13
|
:type execution_context: int | str | None
|
|
@@ -29,7 +33,9 @@ def append_activate(
|
|
|
29
33
|
"""
|
|
30
34
|
|
|
31
35
|
def delete(
|
|
32
|
-
execution_context: int | str | None = None,
|
|
36
|
+
execution_context: int | str | None = None,
|
|
37
|
+
undo: bool | None = None,
|
|
38
|
+
/,
|
|
33
39
|
) -> None:
|
|
34
40
|
"""Delete the active workspace
|
|
35
41
|
|
|
@@ -37,8 +43,21 @@ def delete(
|
|
|
37
43
|
:type undo: bool | None
|
|
38
44
|
"""
|
|
39
45
|
|
|
46
|
+
def delete_all_others(
|
|
47
|
+
execution_context: int | str | None = None,
|
|
48
|
+
undo: bool | None = None,
|
|
49
|
+
/,
|
|
50
|
+
) -> None:
|
|
51
|
+
"""Delete all workspaces except this one
|
|
52
|
+
|
|
53
|
+
:type execution_context: int | str | None
|
|
54
|
+
:type undo: bool | None
|
|
55
|
+
"""
|
|
56
|
+
|
|
40
57
|
def duplicate(
|
|
41
|
-
execution_context: int | str | None = None,
|
|
58
|
+
execution_context: int | str | None = None,
|
|
59
|
+
undo: bool | None = None,
|
|
60
|
+
/,
|
|
42
61
|
) -> None:
|
|
43
62
|
"""Add a new workspace
|
|
44
63
|
|
|
@@ -47,7 +66,9 @@ def duplicate(
|
|
|
47
66
|
"""
|
|
48
67
|
|
|
49
68
|
def reorder_to_back(
|
|
50
|
-
execution_context: int | str | None = None,
|
|
69
|
+
execution_context: int | str | None = None,
|
|
70
|
+
undo: bool | None = None,
|
|
71
|
+
/,
|
|
51
72
|
) -> None:
|
|
52
73
|
"""Reorder workspace to be last in the list
|
|
53
74
|
|
|
@@ -56,7 +77,9 @@ def reorder_to_back(
|
|
|
56
77
|
"""
|
|
57
78
|
|
|
58
79
|
def reorder_to_front(
|
|
59
|
-
execution_context: int | str | None = None,
|
|
80
|
+
execution_context: int | str | None = None,
|
|
81
|
+
undo: bool | None = None,
|
|
82
|
+
/,
|
|
60
83
|
) -> None:
|
|
61
84
|
"""Reorder workspace to be first in the list
|
|
62
85
|
|
|
@@ -65,7 +88,9 @@ def reorder_to_front(
|
|
|
65
88
|
"""
|
|
66
89
|
|
|
67
90
|
def scene_pin_toggle(
|
|
68
|
-
execution_context: int | str | None = None,
|
|
91
|
+
execution_context: int | str | None = None,
|
|
92
|
+
undo: bool | None = None,
|
|
93
|
+
/,
|
|
69
94
|
) -> None:
|
|
70
95
|
"""Remember the last used scene for the current workspace and switch to it whenever this workspace is activated again
|
|
71
96
|
|
bpy/ops/world/__init__.pyi
CHANGED
|
@@ -4,15 +4,21 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
6
|
def convert_volume_to_mesh(
|
|
7
|
-
execution_context: int | str | None = None,
|
|
7
|
+
execution_context: int | str | None = None,
|
|
8
|
+
undo: bool | None = None,
|
|
9
|
+
/,
|
|
8
10
|
) -> None:
|
|
9
|
-
"""Convert the volume of a world to a mesh. The
|
|
11
|
+
"""Convert the volume of a world to a mesh. The worlds volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly
|
|
10
12
|
|
|
11
13
|
:type execution_context: int | str | None
|
|
12
14
|
:type undo: bool | None
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
|
-
def new(
|
|
17
|
+
def new(
|
|
18
|
+
execution_context: int | str | None = None,
|
|
19
|
+
undo: bool | None = None,
|
|
20
|
+
/,
|
|
21
|
+
) -> None:
|
|
16
22
|
"""Create a new world Data-Block
|
|
17
23
|
|
|
18
24
|
:type execution_context: int | str | None
|
bpy/path/__init__.pyi
CHANGED
|
@@ -73,7 +73,7 @@ def display_name_from_filepath(name: str) -> str:
|
|
|
73
73
|
|
|
74
74
|
def display_name_to_filepath(name: str) -> str:
|
|
75
75
|
"""Performs the reverse of display_name using literal versions of characters
|
|
76
|
-
which
|
|
76
|
+
which arent supported in a filepath.
|
|
77
77
|
|
|
78
78
|
:param name: The display name to convert.
|
|
79
79
|
:type name: str
|
bpy/props/__init__.pyi
CHANGED
|
@@ -136,10 +136,10 @@ def BoolProperty(
|
|
|
136
136
|
This function must take 2 values (self, context) and return None.
|
|
137
137
|
Warning there are no safety checks to avoid infinite recursion.
|
|
138
138
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
139
|
-
:param get: Function to be called when this value is
|
|
139
|
+
:param get: Function to be called when this value is read,
|
|
140
140
|
This function must take 1 value (self) and return the value of the property.
|
|
141
141
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], bool] | None
|
|
142
|
-
:param set: Function to be called when this value is
|
|
142
|
+
:param set: Function to be called when this value is written,
|
|
143
143
|
This function must take 2 values (self, value) and return None.
|
|
144
144
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, bool], None] | None
|
|
145
145
|
"""
|
|
@@ -187,17 +187,17 @@ def BoolVectorProperty(
|
|
|
187
187
|
This function must take 2 values (self, context) and return None.
|
|
188
188
|
Warning there are no safety checks to avoid infinite recursion.
|
|
189
189
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
190
|
-
:param get: Function to be called when this value is
|
|
190
|
+
:param get: Function to be called when this value is read,
|
|
191
191
|
This function must take 1 value (self) and return the value of the property.
|
|
192
192
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[bool]] | None
|
|
193
|
-
:param set: Function to be called when this value is
|
|
193
|
+
:param set: Function to be called when this value is written,
|
|
194
194
|
This function must take 2 values (self, value) and return None.
|
|
195
195
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[bool, ...]], None] | None
|
|
196
196
|
"""
|
|
197
197
|
|
|
198
198
|
def CollectionProperty(
|
|
199
199
|
*,
|
|
200
|
-
type: type[bpy.types.PropertyGroup] | None
|
|
200
|
+
type: type[bpy.types.PropertyGroup] | None,
|
|
201
201
|
name: str | None = "",
|
|
202
202
|
description: str | None = "",
|
|
203
203
|
translation_context: str | None = "*",
|
|
@@ -317,10 +317,10 @@ def EnumProperty(
|
|
|
317
317
|
This function must take 2 values (self, context) and return None.
|
|
318
318
|
Warning there are no safety checks to avoid infinite recursion.
|
|
319
319
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
320
|
-
:param get: Function to be called when this value is
|
|
320
|
+
:param get: Function to be called when this value is read,
|
|
321
321
|
This function must take 1 value (self) and return the value of the property.
|
|
322
322
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None
|
|
323
|
-
:param set: Function to be called when this value is
|
|
323
|
+
:param set: Function to be called when this value is written,
|
|
324
324
|
This function must take 2 values (self, value) and return None.
|
|
325
325
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None
|
|
326
326
|
"""
|
|
@@ -359,13 +359,13 @@ def FloatProperty(
|
|
|
359
359
|
:type min: float | None
|
|
360
360
|
:param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
|
|
361
361
|
:type max: float | None
|
|
362
|
-
:param soft_min: Soft minimum (>= min), user
|
|
362
|
+
:param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
|
|
363
363
|
:type soft_min: float | None
|
|
364
|
-
:param soft_max: Soft maximum (<= max), user
|
|
364
|
+
:param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
|
|
365
365
|
:type soft_max: float | None
|
|
366
366
|
:param step: Step of increment/decrement in UI, in [1, 100], defaults to 3 (WARNING: actual value is /100).
|
|
367
367
|
:type step: int | None
|
|
368
|
-
:param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit
|
|
368
|
+
: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.
|
|
369
369
|
:type precision: int | None
|
|
370
370
|
:param options: Enumerator in `rna_enum_property_flag_items`.
|
|
371
371
|
:type options: set[bpy.stub_internal.rna_enums.PropertyFlagItems]
|
|
@@ -380,10 +380,10 @@ def FloatProperty(
|
|
|
380
380
|
This function must take 2 values (self, context) and return None.
|
|
381
381
|
Warning there are no safety checks to avoid infinite recursion.
|
|
382
382
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
383
|
-
:param get: Function to be called when this value is
|
|
383
|
+
:param get: Function to be called when this value is read,
|
|
384
384
|
This function must take 1 value (self) and return the value of the property.
|
|
385
385
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], float] | None
|
|
386
|
-
:param set: Function to be called when this value is
|
|
386
|
+
:param set: Function to be called when this value is written,
|
|
387
387
|
This function must take 2 values (self, value) and return None.
|
|
388
388
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, float], None] | None
|
|
389
389
|
"""
|
|
@@ -429,13 +429,13 @@ def FloatVectorProperty(
|
|
|
429
429
|
:type min: float | None
|
|
430
430
|
:param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
|
|
431
431
|
:type max: float | None
|
|
432
|
-
:param soft_min: Soft minimum (>= min), user
|
|
432
|
+
:param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
|
|
433
433
|
:type soft_min: float | None
|
|
434
|
-
:param soft_max: Soft maximum (<= max), user
|
|
434
|
+
:param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
|
|
435
435
|
:type soft_max: float | None
|
|
436
436
|
:param step: Step of increment/decrement in UI, in [1, 100], defaults to 3 (WARNING: actual value is /100).
|
|
437
437
|
:type step: int | None
|
|
438
|
-
:param precision: Maximum number of decimal digits to display, in [0, 6]. Fraction is automatically hidden for exact integer values of fields with unit
|
|
438
|
+
: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.
|
|
439
439
|
:type precision: int | None
|
|
440
440
|
:param options: Enumerator in `rna_enum_property_flag_items`.
|
|
441
441
|
:type options: set[bpy.stub_internal.rna_enums.PropertyFlagItems]
|
|
@@ -452,10 +452,10 @@ def FloatVectorProperty(
|
|
|
452
452
|
This function must take 2 values (self, context) and return None.
|
|
453
453
|
Warning there are no safety checks to avoid infinite recursion.
|
|
454
454
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
455
|
-
:param get: Function to be called when this value is
|
|
455
|
+
:param get: Function to be called when this value is read,
|
|
456
456
|
This function must take 1 value (self) and return the value of the property.
|
|
457
457
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[float]] | None
|
|
458
|
-
:param set: Function to be called when this value is
|
|
458
|
+
:param set: Function to be called when this value is written,
|
|
459
459
|
This function must take 2 values (self, value) and return None.
|
|
460
460
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[float, ...]], None] | None
|
|
461
461
|
"""
|
|
@@ -492,9 +492,9 @@ def IntProperty(
|
|
|
492
492
|
:type min: int | None
|
|
493
493
|
:param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
|
|
494
494
|
:type max: int | None
|
|
495
|
-
:param soft_min: Soft minimum (>= min), user
|
|
495
|
+
:param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
|
|
496
496
|
:type soft_min: int | None
|
|
497
|
-
:param soft_max: Soft maximum (<= max), user
|
|
497
|
+
:param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
|
|
498
498
|
:type soft_max: int | None
|
|
499
499
|
:param step: Step of increment/decrement in UI, in [1, 100], defaults to 1 (WARNING: unused currently!).
|
|
500
500
|
:type step: int | None
|
|
@@ -509,10 +509,10 @@ def IntProperty(
|
|
|
509
509
|
This function must take 2 values (self, context) and return None.
|
|
510
510
|
Warning there are no safety checks to avoid infinite recursion.
|
|
511
511
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
512
|
-
:param get: Function to be called when this value is
|
|
512
|
+
:param get: Function to be called when this value is read,
|
|
513
513
|
This function must take 1 value (self) and return the value of the property.
|
|
514
514
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], int] | None
|
|
515
|
-
:param set: Function to be called when this value is
|
|
515
|
+
:param set: Function to be called when this value is written,
|
|
516
516
|
This function must take 2 values (self, value) and return None.
|
|
517
517
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, int], None] | None
|
|
518
518
|
"""
|
|
@@ -554,9 +554,9 @@ def IntVectorProperty(
|
|
|
554
554
|
:type min: int | None
|
|
555
555
|
:param max: Hard maximum, trying to assign a value above will silently assign this maximum instead.
|
|
556
556
|
:type max: int | None
|
|
557
|
-
:param soft_min: Soft minimum (>= min), user
|
|
557
|
+
:param soft_min: Soft minimum (>= min), user wont be able to drag the widget below this value in the UI.
|
|
558
558
|
:type soft_min: int | None
|
|
559
|
-
:param soft_max: Soft maximum (<= max), user
|
|
559
|
+
:param soft_max: Soft maximum (<= max), user wont be able to drag the widget above this value in the UI.
|
|
560
560
|
:type soft_max: int | None
|
|
561
561
|
:param step: Step of increment/decrement in UI, in [1, 100], defaults to 1 (WARNING: unused currently!).
|
|
562
562
|
:type step: int | None
|
|
@@ -573,17 +573,17 @@ def IntVectorProperty(
|
|
|
573
573
|
This function must take 2 values (self, context) and return None.
|
|
574
574
|
Warning there are no safety checks to avoid infinite recursion.
|
|
575
575
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
576
|
-
:param get: Function to be called when this value is
|
|
576
|
+
:param get: Function to be called when this value is read,
|
|
577
577
|
This function must take 1 value (self) and return the value of the property.
|
|
578
578
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], collections.abc.Sequence[int]] | None
|
|
579
|
-
:param set: Function to be called when this value is
|
|
579
|
+
:param set: Function to be called when this value is written,
|
|
580
580
|
This function must take 2 values (self, value) and return None.
|
|
581
581
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, tuple[int, ...]], None] | None
|
|
582
582
|
"""
|
|
583
583
|
|
|
584
584
|
def PointerProperty(
|
|
585
585
|
*,
|
|
586
|
-
type: type[bpy.types.PropertyGroup | bpy.types.ID] | None
|
|
586
|
+
type: type[bpy.types.PropertyGroup | bpy.types.ID] | None,
|
|
587
587
|
name: str | None = "",
|
|
588
588
|
description: str | None = "",
|
|
589
589
|
translation_context: str | None = "*",
|
|
@@ -675,10 +675,10 @@ def StringProperty(
|
|
|
675
675
|
This function must take 2 values (self, context) and return None.
|
|
676
676
|
Warning there are no safety checks to avoid infinite recursion.
|
|
677
677
|
:type update: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context], None] | None
|
|
678
|
-
:param get: Function to be called when this value is
|
|
678
|
+
:param get: Function to be called when this value is read,
|
|
679
679
|
This function must take 1 value (self) and return the value of the property.
|
|
680
680
|
:type get: collections.abc.Callable[[bpy.types.bpy_struct], str] | None
|
|
681
|
-
:param set: Function to be called when this value is
|
|
681
|
+
:param set: Function to be called when this value is written,
|
|
682
682
|
This function must take 2 values (self, value) and return None.
|
|
683
683
|
:type set: collections.abc.Callable[[bpy.types.bpy_struct, str], None] | None
|
|
684
684
|
:param search: Function to be called to show candidates for this string (shown in the UI).
|
|
@@ -692,9 +692,9 @@ def StringProperty(
|
|
|
692
692
|
:type search: collections.abc.Callable[[bpy.types.bpy_struct, bpy.types.Context, str], collections.abc.Iterable[str | tuple[str, str]]] | None
|
|
693
693
|
:param search_options: Set of strings in:
|
|
694
694
|
|
|
695
|
-
|
|
695
|
+
SORT sorts the resulting items.
|
|
696
696
|
|
|
697
|
-
|
|
697
|
+
SUGGESTION lets the user enter values not found in search candidates.
|
|
698
698
|
WARNING disabling this flag causes the search callback to run on redraw,
|
|
699
|
-
so only disable this flag if
|
|
699
|
+
so only disable this flag if its not likely to cause performance issues.
|
|
700
700
|
"""
|
|
@@ -426,7 +426,7 @@ type CurveNormalModeItems = typing.Literal[
|
|
|
426
426
|
"FREE", # Free.Use the stored custom normal attribute as the final normals.
|
|
427
427
|
]
|
|
428
428
|
type CurvesHandleTypeItems = typing.Literal[
|
|
429
|
-
"FREE", # Free.The handle can be moved anywhere, and
|
|
429
|
+
"FREE", # Free.The handle can be moved anywhere, and does not influence the point's other handle.
|
|
430
430
|
"AUTO", # Auto.The location is automatically calculated to be smooth.
|
|
431
431
|
"VECTOR", # Vector.The location is calculated to point to the next/previous control point.
|
|
432
432
|
"ALIGN", # Align.The location is constrained to point in the opposite direction as the other handle.
|
|
@@ -724,7 +724,7 @@ type EventValueItems = typing.Literal[
|
|
|
724
724
|
"RELEASE", # Release.
|
|
725
725
|
"CLICK", # Click.
|
|
726
726
|
"DOUBLE_CLICK", # Double Click.
|
|
727
|
-
"CLICK_DRAG", #
|
|
727
|
+
"CLICK_DRAG", # Drag.
|
|
728
728
|
"NOTHING", # Nothing.
|
|
729
729
|
]
|
|
730
730
|
type ExrCodecItems = typing.Literal[
|
|
@@ -824,6 +824,8 @@ type IconItems = typing.Literal[
|
|
|
824
824
|
"SELECT_DIFFERENCE", # SELECT_DIFFERENCE.
|
|
825
825
|
"SNAP_OFF", # SNAP_OFF.
|
|
826
826
|
"SNAP_ON", # SNAP_ON.
|
|
827
|
+
"PLAYHEAD_SNAP_OFF", # PLAYHEAD_SNAP_OFF.
|
|
828
|
+
"PLAYHEAD_SNAP_ON", # PLAYHEAD_SNAP_ON.
|
|
827
829
|
"UNLOCKED", # UNLOCKED.
|
|
828
830
|
"LOCKED", # LOCKED.
|
|
829
831
|
"VIS_SEL_11", # VIS_SEL_11.
|
|
@@ -1327,6 +1329,10 @@ type IconItems = typing.Literal[
|
|
|
1327
1329
|
"CENTER_ONLY", # CENTER_ONLY.
|
|
1328
1330
|
"CURSOR", # CURSOR.
|
|
1329
1331
|
"EDGESEL", # EDGESEL.
|
|
1332
|
+
"EDGE_BEVEL", # EDGE_BEVEL.
|
|
1333
|
+
"EDGE_CREASE", # EDGE_CREASE.
|
|
1334
|
+
"EDGE_SEAM", # EDGE_SEAM.
|
|
1335
|
+
"EDGE_SHARP", # EDGE_SHARP.
|
|
1330
1336
|
"FACE_CORNER", # FACE_CORNER.
|
|
1331
1337
|
"FACESEL", # FACESEL.
|
|
1332
1338
|
"INVERSESQUARECURVE", # INVERSESQUARECURVE.
|
|
@@ -1350,6 +1356,7 @@ type IconItems = typing.Literal[
|
|
|
1350
1356
|
"SMOOTHCURVE", # SMOOTHCURVE.
|
|
1351
1357
|
"SPHERECURVE", # SPHERECURVE.
|
|
1352
1358
|
"VERTEXSEL", # VERTEXSEL.
|
|
1359
|
+
"VERTEX_CREASE", # VERTEX_CREASE.
|
|
1353
1360
|
"SNAP_EDGE", # SNAP_EDGE.
|
|
1354
1361
|
"SNAP_FACE_CENTER", # SNAP_FACE_CENTER.
|
|
1355
1362
|
"SNAP_FACE_NEAREST", # SNAP_FACE_NEAREST.
|
|
@@ -1837,21 +1844,21 @@ type ImageGeneratedTypeItems = typing.Literal[
|
|
|
1837
1844
|
"UV_GRID", # UV Grid.Generated grid to test UV mappings.
|
|
1838
1845
|
"COLOR_GRID", # Color Grid.Generated improved UV grid to test UV mappings.
|
|
1839
1846
|
]
|
|
1840
|
-
type
|
|
1841
|
-
"
|
|
1842
|
-
"
|
|
1843
|
-
"PNG", # PNG.Output image in PNG format.
|
|
1844
|
-
"
|
|
1845
|
-
"
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
"TIFF", # TIFF.Output image in TIFF format.
|
|
1854
|
-
"
|
|
1847
|
+
type ImageTypeAllItems = typing.Literal[
|
|
1848
|
+
"JPEG", # JPEG (.jpg).Output image in JPEG format.
|
|
1849
|
+
"OPEN_EXR", # OpenEXR (.exr).Output image in OpenEXR format.
|
|
1850
|
+
"PNG", # PNG (.png).Output image in PNG format.
|
|
1851
|
+
"WEBP", # WebP (.webp).Output image in WebP format.
|
|
1852
|
+
"BMP", # Bitmap (.bmp).Output image in bitmap format.
|
|
1853
|
+
"CINEON", # Cineon (.cin).Output image in Cineon format.
|
|
1854
|
+
"DPX", # DPX (.dpx).Output image in DPX format.
|
|
1855
|
+
"IRIS", # Iris (.rgb).Output image in SGI IRIS format.
|
|
1856
|
+
"JPEG2000", # JPEG 2000 (.jp2).Output image in JPEG 2000 format.
|
|
1857
|
+
"HDR", # Radiance HDR (.hdr).Output image in Radiance HDR format.
|
|
1858
|
+
"TARGA", # Targa (.tga).Output image in Targa format.
|
|
1859
|
+
"TARGA_RAW", # Targa Raw (.tga).Output image in uncompressed Targa format.
|
|
1860
|
+
"TIFF", # TIFF (.tif).Output image in TIFF format.
|
|
1861
|
+
"OPEN_EXR_MULTILAYER", # OpenEXR MultiLayer (.exr).Output image in multilayer OpenEXR format.
|
|
1855
1862
|
"FFMPEG", # FFmpeg Video.
|
|
1856
1863
|
]
|
|
1857
1864
|
type KeyblockTypeItems = typing.Literal[
|
|
@@ -2071,15 +2078,16 @@ type NodeCompareOperationItems = typing.Literal[
|
|
|
2071
2078
|
"BRIGHTER", # Brighter.True when the first input is brighter.
|
|
2072
2079
|
"DARKER", # Darker.True when the first input is darker.
|
|
2073
2080
|
]
|
|
2074
|
-
type
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2077
|
-
"
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
"
|
|
2081
|
-
"
|
|
2082
|
-
"
|
|
2081
|
+
type NodeCompositorExtensionItems = typing.Literal[
|
|
2082
|
+
"CLIP", # Clip.Areas outside of the image are filled with zero.
|
|
2083
|
+
"EXTEND", # Extend.Areas outside of the image are filled with the closest boundary pixel in the image.
|
|
2084
|
+
"REPEAT", # Repeat.Areas outside of the image are filled with repetitions of the image.
|
|
2085
|
+
]
|
|
2086
|
+
type NodeCompositorInterpolationItems = typing.Literal[
|
|
2087
|
+
"NEAREST", # Nearest.Use Nearest interpolation.
|
|
2088
|
+
"BILINEAR", # Bilinear.Use Bilinear interpolation.
|
|
2089
|
+
"BICUBIC", # Bicubic.Use Cubic B-Spline interpolation.
|
|
2090
|
+
"ANISOTROPIC", # Anisotropic.Use Anisotropic interpolation.
|
|
2083
2091
|
]
|
|
2084
2092
|
type NodeFloatCompareItems = typing.Literal[
|
|
2085
2093
|
"LESS_THAN", # Less Than.True when the first input is smaller than second input.
|
|
@@ -2183,6 +2191,7 @@ type NodeSocketDataTypeItems = typing.Literal[
|
|
|
2183
2191
|
"STRING", # String.
|
|
2184
2192
|
"MENU", # Menu.
|
|
2185
2193
|
"RGBA", # Color.
|
|
2194
|
+
"SHADER", # Shader.
|
|
2186
2195
|
"OBJECT", # Object.
|
|
2187
2196
|
"IMAGE", # Image.
|
|
2188
2197
|
"GEOMETRY", # Geometry.
|
|
@@ -2198,10 +2207,11 @@ type NodeSocketInOutItems = typing.Literal[
|
|
|
2198
2207
|
]
|
|
2199
2208
|
type NodeSocketStructureTypeItems = typing.Literal[
|
|
2200
2209
|
"AUTO", # Auto.Automatically detect a good structure type based on how the socket is used.
|
|
2201
|
-
"SINGLE", # Single.Socket expects a single value.
|
|
2202
2210
|
"DYNAMIC", # Dynamic.Socket can work with different kinds of structures.
|
|
2203
2211
|
"FIELD", # Field.Socket expects a field.
|
|
2204
2212
|
"GRID", # Grid.Socket expects a grid.
|
|
2213
|
+
"LIST", # List.Socket expects a list.
|
|
2214
|
+
"SINGLE", # Single.Socket expects a single value.
|
|
2205
2215
|
]
|
|
2206
2216
|
type NodeSocketTypeItems = typing.Literal[
|
|
2207
2217
|
"CUSTOM", # Custom.
|
|
@@ -2236,7 +2246,7 @@ type NodeVecMathItems = typing.Literal[
|
|
|
2236
2246
|
"MULTIPLY_ADD", # Multiply Add.A * B + C.
|
|
2237
2247
|
"CROSS_PRODUCT", # Cross Product.A cross B.
|
|
2238
2248
|
"PROJECT", # Project.Project A onto B.
|
|
2239
|
-
"REFLECT", # Reflect.Reflect A around the normal B. B
|
|
2249
|
+
"REFLECT", # Reflect.Reflect A around the normal B. B does not need to be normalized..
|
|
2240
2250
|
"REFRACT", # Refract.For a given incident vector A, surface normal B and ratio of indices of refraction, Ior, refract returns the refraction vector, R.
|
|
2241
2251
|
"FACEFORWARD", # Faceforward.Orients a vector A to point away from a surface B as defined by its normal C. Returns (dot(B, C) < 0) ? A : -A.
|
|
2242
2252
|
"DOT_PRODUCT", # Dot Product.A dot B.
|
|
@@ -2561,6 +2571,7 @@ type PropertySubtypeItems = typing.Literal[
|
|
|
2561
2571
|
"BYTE_STRING", # Byte String.
|
|
2562
2572
|
"PASSWORD", # Password.A string that is displayed hidden ('********').
|
|
2563
2573
|
"PIXEL", # Pixel.A distance on screen.
|
|
2574
|
+
"PIXEL_DIAMETER", # Pixel.A distance on screen, specifically representing a diameter value.
|
|
2564
2575
|
"UNSIGNED", # Unsigned.
|
|
2565
2576
|
"PERCENTAGE", # Percentage.A percentage between 0 and 100.
|
|
2566
2577
|
"FACTOR", # Factor.A factor between 0.0 and 1.0.
|
|
@@ -2568,14 +2579,15 @@ type PropertySubtypeItems = typing.Literal[
|
|
|
2568
2579
|
"TIME", # Time (Scene Relative).Time specified in frames, converted to seconds based on scene frame rate.
|
|
2569
2580
|
"TIME_ABSOLUTE", # Time (Absolute).Time specified in seconds, independent of the scene.
|
|
2570
2581
|
"DISTANCE", # Distance.A distance between two points.
|
|
2582
|
+
"DISTANCE_DIAMETER", # Distance.A distance between two points, specifically representing a diameter value.
|
|
2571
2583
|
"DISTANCE_CAMERA", # Camera Distance.
|
|
2572
2584
|
"POWER", # Power.
|
|
2573
2585
|
"TEMPERATURE", # Temperature.
|
|
2574
2586
|
"WAVELENGTH", # Wavelength.
|
|
2575
2587
|
"COLOR_TEMPERATURE", # Color Temperature.
|
|
2576
2588
|
"FREQUENCY", # Frequency.
|
|
2577
|
-
"COLOR", # Linear Color.Color in the linear space.
|
|
2578
|
-
"TRANSLATION", # Translation.
|
|
2589
|
+
"COLOR", # Linear Color.Color in the scene linear working color space.
|
|
2590
|
+
"TRANSLATION", # Translation.
|
|
2579
2591
|
"DIRECTION", # Direction.
|
|
2580
2592
|
"VELOCITY", # Velocity.
|
|
2581
2593
|
"ACCELERATION", # Acceleration.
|
|
@@ -2585,14 +2597,14 @@ type PropertySubtypeItems = typing.Literal[
|
|
|
2585
2597
|
"AXISANGLE", # Axis-Angle.Angle and axis to rotate around.
|
|
2586
2598
|
"XYZ", # XYZ.
|
|
2587
2599
|
"XYZ_LENGTH", # XYZ Length.
|
|
2588
|
-
"COLOR_GAMMA", #
|
|
2600
|
+
"COLOR_GAMMA", # sRGB Color.Color in sRGB color space (mainly for user interface colors).
|
|
2589
2601
|
"COORDINATES", # Coordinates.
|
|
2590
2602
|
"LAYER", # Layer.
|
|
2591
2603
|
"LAYER_MEMBER", # Layer Member.
|
|
2592
2604
|
]
|
|
2593
2605
|
type PropertySubtypeNumberArrayItems = typing.Literal[
|
|
2594
|
-
"COLOR", # Linear Color.Color in the linear space.
|
|
2595
|
-
"TRANSLATION", # Translation.
|
|
2606
|
+
"COLOR", # Linear Color.Color in the scene linear working color space.
|
|
2607
|
+
"TRANSLATION", # Translation.
|
|
2596
2608
|
"DIRECTION", # Direction.
|
|
2597
2609
|
"VELOCITY", # Velocity.
|
|
2598
2610
|
"ACCELERATION", # Acceleration.
|
|
@@ -2602,7 +2614,7 @@ type PropertySubtypeNumberArrayItems = typing.Literal[
|
|
|
2602
2614
|
"AXISANGLE", # Axis-Angle.Angle and axis to rotate around.
|
|
2603
2615
|
"XYZ", # XYZ.
|
|
2604
2616
|
"XYZ_LENGTH", # XYZ Length.
|
|
2605
|
-
"COLOR_GAMMA", #
|
|
2617
|
+
"COLOR_GAMMA", # sRGB Color.Color in sRGB color space (mainly for user interface colors).
|
|
2606
2618
|
"COORDINATES", # Coordinates.
|
|
2607
2619
|
"LAYER", # Layer.
|
|
2608
2620
|
"LAYER_MEMBER", # Layer Member.
|
|
@@ -2610,6 +2622,7 @@ type PropertySubtypeNumberArrayItems = typing.Literal[
|
|
|
2610
2622
|
]
|
|
2611
2623
|
type PropertySubtypeNumberItems = typing.Literal[
|
|
2612
2624
|
"PIXEL", # Pixel.A distance on screen.
|
|
2625
|
+
"PIXEL_DIAMETER", # Pixel.A distance on screen, specifically representing a diameter value.
|
|
2613
2626
|
"UNSIGNED", # Unsigned.
|
|
2614
2627
|
"PERCENTAGE", # Percentage.A percentage between 0 and 100.
|
|
2615
2628
|
"FACTOR", # Factor.A factor between 0.0 and 1.0.
|
|
@@ -2617,6 +2630,7 @@ type PropertySubtypeNumberItems = typing.Literal[
|
|
|
2617
2630
|
"TIME", # Time (Scene Relative).Time specified in frames, converted to seconds based on scene frame rate.
|
|
2618
2631
|
"TIME_ABSOLUTE", # Time (Absolute).Time specified in seconds, independent of the scene.
|
|
2619
2632
|
"DISTANCE", # Distance.A distance between two points.
|
|
2633
|
+
"DISTANCE_DIAMETER", # Distance.A distance between two points, specifically representing a diameter value.
|
|
2620
2634
|
"DISTANCE_CAMERA", # Camera Distance.
|
|
2621
2635
|
"POWER", # Power.
|
|
2622
2636
|
"TEMPERATURE", # Temperature.
|
|
@@ -2895,6 +2909,12 @@ type StripModifierTypeItems = typing.Literal[
|
|
|
2895
2909
|
"WHITE_BALANCE", # White Balance.
|
|
2896
2910
|
"SOUND_EQUALIZER", # Sound Equalizer.
|
|
2897
2911
|
]
|
|
2912
|
+
type StripScaleMethodItems = typing.Literal[
|
|
2913
|
+
"FIT", # Scale to Fit.Fits the image bounds inside the canvas, avoiding crops while maintaining aspect ratio.
|
|
2914
|
+
"FILL", # Scale to Fill.Fills the canvas edge-to-edge, cropping if needed, while maintaining aspect ratio.
|
|
2915
|
+
"STRETCH", # Stretch to Fill.Stretches image bounds to the canvas without preserving aspect ratio.
|
|
2916
|
+
"ORIGINAL", # Use Original Size.Display image at its original size.
|
|
2917
|
+
]
|
|
2898
2918
|
type StripSoundModifierTypeItems = typing.Literal[
|
|
2899
2919
|
"SOUND_EQUALIZER", # Sound Equalizer.
|
|
2900
2920
|
]
|