fake-bpy-module 20240620__py3-none-any.whl → 20240622__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.
- bl_ui/space_userpref/__init__.pyi +225 -0
- bpy/ops/action/__init__.pyi +50 -50
- bpy/ops/anim/__init__.pyi +94 -94
- bpy/ops/armature/__init__.pyi +54 -54
- bpy/ops/asset/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +10 -10
- bpy/ops/buttons/__init__.pyi +88 -88
- bpy/ops/cachefile/__init__.pyi +88 -88
- bpy/ops/camera/__init__.pyi +14 -14
- bpy/ops/clip/__init__.pyi +175 -174
- bpy/ops/cloth/__init__.pyi +6 -6
- bpy/ops/collection/__init__.pyi +8 -8
- bpy/ops/console/__init__.pyi +26 -26
- bpy/ops/constraint/__init__.pyi +42 -42
- bpy/ops/curve/__init__.pyi +167 -122
- bpy/ops/curves/__init__.pyi +75 -58
- bpy/ops/cycles/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +50 -50
- bpy/ops/export_anim/__init__.pyi +14 -14
- bpy/ops/export_scene/__init__.pyi +250 -250
- bpy/ops/extensions/__init__.pyi +73 -73
- bpy/ops/file/__init__.pyi +94 -94
- bpy/ops/fluid/__init__.pyi +6 -6
- bpy/ops/font/__init__.pyi +100 -100
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +10 -10
- bpy/ops/gpencil/__init__.pyi +411 -410
- bpy/ops/graph/__init__.pyi +194 -194
- bpy/ops/grease_pencil/__init__.pyi +100 -100
- bpy/ops/image/__init__.pyi +399 -390
- bpy/ops/import_anim/__init__.pyi +16 -16
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +56 -56
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +8 -8
- bpy/ops/marker/__init__.pyi +34 -34
- bpy/ops/mask/__init__.pyi +63 -62
- bpy/ops/mball/__init__.pyi +12 -12
- bpy/ops/mesh/__init__.pyi +893 -790
- bpy/ops/nla/__init__.pyi +70 -70
- bpy/ops/node/__init__.pyi +192 -192
- bpy/ops/object/__init__.pyi +1013 -840
- bpy/ops/outliner/__init__.pyi +44 -44
- bpy/ops/paint/__init__.pyi +169 -168
- bpy/ops/paintcurve/__init__.pyi +12 -12
- bpy/ops/palette/__init__.pyi +4 -4
- bpy/ops/particle/__init__.pyi +34 -34
- bpy/ops/pose/__init__.pyi +60 -60
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +150 -150
- bpy/ops/ptcache/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +56 -56
- bpy/ops/rigidbody/__init__.pyi +8 -8
- bpy/ops/scene/__init__.pyi +20 -20
- bpy/ops/screen/__init__.pyi +128 -128
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +207 -202
- bpy/ops/sculpt_curves/__init__.pyi +12 -12
- bpy/ops/sequencer/__init__.pyi +465 -464
- bpy/ops/sound/__init__.pyi +154 -154
- bpy/ops/spreadsheet/__init__.pyi +6 -6
- bpy/ops/surface/__init__.pyi +109 -60
- bpy/ops/text/__init__.pyi +110 -110
- bpy/ops/text_editor/__init__.pyi +6 -6
- bpy/ops/transform/__init__.pyi +628 -566
- bpy/ops/ui/__init__.pyi +25 -24
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +235 -234
- bpy/ops/view2d/__init__.pyi +72 -72
- bpy/ops/view3d/__init__.pyi +144 -144
- bpy/ops/wm/__init__.pyi +1813 -1806
- bpy/ops/workspace/__init__.pyi +4 -4
- bpy/types/__init__.pyi +1614 -1805
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/METADATA +3 -5
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/RECORD +77 -77
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/top_level.txt +0 -0
bpy/ops/import_anim/__init__.pyi
CHANGED
|
@@ -10,15 +10,15 @@ def bvh(
|
|
|
10
10
|
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
|
-
filepath: str
|
|
14
|
-
filter_glob: str
|
|
13
|
+
filepath: str = "",
|
|
14
|
+
filter_glob: str = "*.bvh",
|
|
15
15
|
target: str | None = "ARMATURE",
|
|
16
|
-
global_scale:
|
|
17
|
-
frame_start:
|
|
18
|
-
use_fps_scale: bool |
|
|
19
|
-
update_scene_fps: bool |
|
|
20
|
-
update_scene_duration: bool |
|
|
21
|
-
use_cyclic: bool |
|
|
16
|
+
global_scale: float | None = 1.0,
|
|
17
|
+
frame_start: int | None = 1,
|
|
18
|
+
use_fps_scale: bool | None = False,
|
|
19
|
+
update_scene_fps: bool | None = False,
|
|
20
|
+
update_scene_duration: bool | None = False,
|
|
21
|
+
use_cyclic: bool | None = False,
|
|
22
22
|
rotate_mode: str | None = "NATIVE",
|
|
23
23
|
axis_forward: str | None = "-Z",
|
|
24
24
|
axis_up: str | None = "Y",
|
|
@@ -29,23 +29,23 @@ def bvh(
|
|
|
29
29
|
:type execution_context: int | str | None
|
|
30
30
|
:type undo: bool | None
|
|
31
31
|
:param filepath: File Path, Filepath used for importing the file
|
|
32
|
-
:type filepath: str
|
|
32
|
+
:type filepath: str
|
|
33
33
|
:param filter_glob: filter_glob
|
|
34
|
-
:type filter_glob: str
|
|
34
|
+
:type filter_glob: str
|
|
35
35
|
:param target: Target, Import target type
|
|
36
36
|
:type target: str | None
|
|
37
37
|
:param global_scale: Scale, Scale the BVH by this value
|
|
38
|
-
:type global_scale:
|
|
38
|
+
:type global_scale: float | None
|
|
39
39
|
:param frame_start: Start Frame, Starting frame for the animation
|
|
40
|
-
:type frame_start:
|
|
40
|
+
:type frame_start: int | None
|
|
41
41
|
:param use_fps_scale: Scale FPS, Scale the framerate from the BVH to the current scenes, otherwise each BVH frame maps directly to a Blender frame
|
|
42
|
-
:type use_fps_scale: bool |
|
|
42
|
+
:type use_fps_scale: bool | None
|
|
43
43
|
:param update_scene_fps: Update Scene FPS, Set the scene framerate to that of the BVH file (note that this nullifies the 'Scale FPS' option, as the scale will be 1:1)
|
|
44
|
-
:type update_scene_fps: bool |
|
|
44
|
+
:type update_scene_fps: bool | None
|
|
45
45
|
:param update_scene_duration: Update Scene Duration, Extend the scene's duration to the BVH duration (never shortens the scene)
|
|
46
|
-
:type update_scene_duration: bool |
|
|
46
|
+
:type update_scene_duration: bool | None
|
|
47
47
|
:param use_cyclic: Loop, Loop the animation playback
|
|
48
|
-
:type use_cyclic: bool |
|
|
48
|
+
:type use_cyclic: bool | None
|
|
49
49
|
:param rotate_mode: Rotation, Rotation conversion
|
|
50
50
|
|
|
51
51
|
QUATERNION
|
|
@@ -10,8 +10,8 @@ def svg(
|
|
|
10
10
|
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
|
-
filepath: str
|
|
14
|
-
filter_glob: str
|
|
13
|
+
filepath: str = "",
|
|
14
|
+
filter_glob: str = "*.svg",
|
|
15
15
|
):
|
|
16
16
|
"""Load a SVG file
|
|
17
17
|
|
|
@@ -19,9 +19,9 @@ def svg(
|
|
|
19
19
|
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param filepath: File Path, Filepath used for importing the file
|
|
22
|
-
:type filepath: str
|
|
22
|
+
:type filepath: str
|
|
23
23
|
:param filter_glob: filter_glob
|
|
24
|
-
:type filter_glob: str
|
|
24
|
+
:type filter_glob: str
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
...
|
|
@@ -10,31 +10,31 @@ def fbx(
|
|
|
10
10
|
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
|
-
filepath: str
|
|
14
|
-
directory: str
|
|
15
|
-
filter_glob: str
|
|
13
|
+
filepath: str = "",
|
|
14
|
+
directory: str = "",
|
|
15
|
+
filter_glob: str = "*.fbx",
|
|
16
16
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
17
17
|
| None = None,
|
|
18
18
|
ui_tab: str | None = "MAIN",
|
|
19
|
-
use_manual_orientation: bool |
|
|
20
|
-
global_scale:
|
|
21
|
-
bake_space_transform: bool |
|
|
22
|
-
use_custom_normals: bool |
|
|
19
|
+
use_manual_orientation: bool | None = False,
|
|
20
|
+
global_scale: float | None = 1.0,
|
|
21
|
+
bake_space_transform: bool | None = False,
|
|
22
|
+
use_custom_normals: bool | None = True,
|
|
23
23
|
colors_type: str | None = "SRGB",
|
|
24
|
-
use_image_search: bool |
|
|
25
|
-
use_alpha_decals: bool |
|
|
26
|
-
decal_offset:
|
|
27
|
-
use_anim: bool |
|
|
28
|
-
anim_offset:
|
|
29
|
-
use_subsurf: bool |
|
|
30
|
-
use_custom_props: bool |
|
|
31
|
-
use_custom_props_enum_as_string: bool |
|
|
32
|
-
ignore_leaf_bones: bool |
|
|
33
|
-
force_connect_children: bool |
|
|
34
|
-
automatic_bone_orientation: bool |
|
|
24
|
+
use_image_search: bool | None = True,
|
|
25
|
+
use_alpha_decals: bool | None = False,
|
|
26
|
+
decal_offset: float | None = 0.0,
|
|
27
|
+
use_anim: bool | None = True,
|
|
28
|
+
anim_offset: float | None = 1.0,
|
|
29
|
+
use_subsurf: bool | None = False,
|
|
30
|
+
use_custom_props: bool | None = True,
|
|
31
|
+
use_custom_props_enum_as_string: bool | None = True,
|
|
32
|
+
ignore_leaf_bones: bool | None = False,
|
|
33
|
+
force_connect_children: bool | None = False,
|
|
34
|
+
automatic_bone_orientation: bool | None = False,
|
|
35
35
|
primary_bone_axis: str | None = "Y",
|
|
36
36
|
secondary_bone_axis: str | None = "X",
|
|
37
|
-
use_prepost_rot: bool |
|
|
37
|
+
use_prepost_rot: bool | None = True,
|
|
38
38
|
axis_forward: str | None = "-Z",
|
|
39
39
|
axis_up: str | None = "Y",
|
|
40
40
|
):
|
|
@@ -44,11 +44,11 @@ def fbx(
|
|
|
44
44
|
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
:param filepath: File Path, Filepath used for importing the file
|
|
47
|
-
:type filepath: str
|
|
47
|
+
:type filepath: str
|
|
48
48
|
:param directory: directory
|
|
49
|
-
:type directory: str
|
|
49
|
+
:type directory: str
|
|
50
50
|
:param filter_glob: filter_glob
|
|
51
|
-
:type filter_glob: str
|
|
51
|
+
:type filter_glob: str
|
|
52
52
|
:param files: File Path
|
|
53
53
|
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
54
54
|
:param ui_tab: ui_tab, Import options categories
|
|
@@ -60,13 +60,13 @@ def fbx(
|
|
|
60
60
|
Armatures -- Armature-related settings.
|
|
61
61
|
:type ui_tab: str | None
|
|
62
62
|
:param use_manual_orientation: Manual Orientation, Specify orientation and scale, instead of using embedded data in FBX file
|
|
63
|
-
:type use_manual_orientation: bool |
|
|
63
|
+
:type use_manual_orientation: bool | None
|
|
64
64
|
:param global_scale: Scale
|
|
65
|
-
:type global_scale:
|
|
65
|
+
:type global_scale: float | None
|
|
66
66
|
:param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with Blender's space (WARNING! experimental option, use at own risk, known to be broken with armatures/animations)
|
|
67
|
-
:type bake_space_transform: bool |
|
|
67
|
+
:type bake_space_transform: bool | None
|
|
68
68
|
:param use_custom_normals: Custom Normals, Import custom normals, if available (otherwise Blender will recompute them)
|
|
69
|
-
:type use_custom_normals: bool |
|
|
69
|
+
:type use_custom_normals: bool | None
|
|
70
70
|
:param colors_type: Vertex Colors, Import vertex color attributes
|
|
71
71
|
|
|
72
72
|
NONE
|
|
@@ -79,33 +79,33 @@ def fbx(
|
|
|
79
79
|
Linear -- Expect file colors in linear color space.
|
|
80
80
|
:type colors_type: str | None
|
|
81
81
|
:param use_image_search: Image Search, Search subdirs for any associated images (WARNING: may be slow)
|
|
82
|
-
:type use_image_search: bool |
|
|
82
|
+
:type use_image_search: bool | None
|
|
83
83
|
:param use_alpha_decals: Alpha Decals, Treat materials with alpha as decals (no shadow casting)
|
|
84
|
-
:type use_alpha_decals: bool |
|
|
84
|
+
:type use_alpha_decals: bool | None
|
|
85
85
|
:param decal_offset: Decal Offset, Displace geometry of alpha meshes
|
|
86
|
-
:type decal_offset:
|
|
86
|
+
:type decal_offset: float | None
|
|
87
87
|
:param use_anim: Import Animation, Import FBX animation
|
|
88
|
-
:type use_anim: bool |
|
|
88
|
+
:type use_anim: bool | None
|
|
89
89
|
:param anim_offset: Animation Offset, Offset to apply to animation during import, in frames
|
|
90
|
-
:type anim_offset:
|
|
90
|
+
:type anim_offset: float | None
|
|
91
91
|
:param use_subsurf: Subdivision Data, Import FBX subdivision information as subdivision surface modifiers
|
|
92
|
-
:type use_subsurf: bool |
|
|
92
|
+
:type use_subsurf: bool | None
|
|
93
93
|
:param use_custom_props: Custom Properties, Import user properties as custom properties
|
|
94
|
-
:type use_custom_props: bool |
|
|
94
|
+
:type use_custom_props: bool | None
|
|
95
95
|
:param use_custom_props_enum_as_string: Import Enums As Strings, Store enumeration values as strings
|
|
96
|
-
:type use_custom_props_enum_as_string: bool |
|
|
96
|
+
:type use_custom_props_enum_as_string: bool | None
|
|
97
97
|
:param ignore_leaf_bones: Ignore Leaf Bones, Ignore the last bone at the end of each chain (used to mark the length of the previous bone)
|
|
98
|
-
:type ignore_leaf_bones: bool |
|
|
98
|
+
:type ignore_leaf_bones: bool | None
|
|
99
99
|
:param force_connect_children: Force Connect Children, Force connection of children bones to their parent, even if their computed head/tail positions do not match (can be useful with pure-joints-type armatures)
|
|
100
|
-
:type force_connect_children: bool |
|
|
100
|
+
:type force_connect_children: bool | None
|
|
101
101
|
:param automatic_bone_orientation: Automatic Bone Orientation, Try to align the major bone axis with the bone children
|
|
102
|
-
:type automatic_bone_orientation: bool |
|
|
102
|
+
:type automatic_bone_orientation: bool | None
|
|
103
103
|
:param primary_bone_axis: Primary Bone Axis
|
|
104
104
|
:type primary_bone_axis: str | None
|
|
105
105
|
:param secondary_bone_axis: Secondary Bone Axis
|
|
106
106
|
:type secondary_bone_axis: str | None
|
|
107
107
|
:param use_prepost_rot: Use Pre/Post Rotation, Use pre/post rotation from FBX transform (you may have to disable that in some cases)
|
|
108
|
-
:type use_prepost_rot: bool |
|
|
108
|
+
:type use_prepost_rot: bool | None
|
|
109
109
|
:param axis_forward: Forward
|
|
110
110
|
:type axis_forward: str | None
|
|
111
111
|
:param axis_up: Up
|
|
@@ -119,20 +119,20 @@ def gltf(
|
|
|
119
119
|
execution_context: int | str | None = None,
|
|
120
120
|
undo: bool | None = None,
|
|
121
121
|
*,
|
|
122
|
-
filepath: str
|
|
122
|
+
filepath: str = "",
|
|
123
123
|
export_import_convert_lighting_mode: str | None = "SPEC",
|
|
124
|
-
filter_glob: str
|
|
124
|
+
filter_glob: str = "*.glb;*.gltf",
|
|
125
125
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
126
126
|
| None = None,
|
|
127
|
-
loglevel:
|
|
128
|
-
import_pack_images: bool |
|
|
129
|
-
merge_vertices: bool |
|
|
127
|
+
loglevel: int | None = 0,
|
|
128
|
+
import_pack_images: bool | None = True,
|
|
129
|
+
merge_vertices: bool | None = False,
|
|
130
130
|
import_shading: str | None = "NORMALS",
|
|
131
131
|
bone_heuristic: str | None = "BLENDER",
|
|
132
|
-
disable_bone_shape: bool |
|
|
133
|
-
bone_shape_scale_factor:
|
|
134
|
-
guess_original_bind_pose: bool |
|
|
135
|
-
import_webp_texture: bool |
|
|
132
|
+
disable_bone_shape: bool | None = False,
|
|
133
|
+
bone_shape_scale_factor: float | None = 1.0,
|
|
134
|
+
guess_original_bind_pose: bool | None = True,
|
|
135
|
+
import_webp_texture: bool | None = False,
|
|
136
136
|
):
|
|
137
137
|
"""Load a glTF 2.0 file
|
|
138
138
|
|
|
@@ -140,7 +140,7 @@ def gltf(
|
|
|
140
140
|
:type execution_context: int | str | None
|
|
141
141
|
:type undo: bool | None
|
|
142
142
|
:param filepath: File Path, Filepath used for importing the file
|
|
143
|
-
:type filepath: str
|
|
143
|
+
:type filepath: str
|
|
144
144
|
:param export_import_convert_lighting_mode: Lighting Mode, Optional backwards compatibility for non-standard render engines. Applies to lights
|
|
145
145
|
|
|
146
146
|
SPEC
|
|
@@ -153,15 +153,15 @@ def gltf(
|
|
|
153
153
|
Raw (Deprecated) -- Blender lighting strengths with no conversion.
|
|
154
154
|
:type export_import_convert_lighting_mode: str | None
|
|
155
155
|
:param filter_glob: filter_glob
|
|
156
|
-
:type filter_glob: str
|
|
156
|
+
:type filter_glob: str
|
|
157
157
|
:param files: File Path
|
|
158
158
|
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
159
159
|
:param loglevel: Log Level, Log Level
|
|
160
|
-
:type loglevel:
|
|
160
|
+
:type loglevel: int | None
|
|
161
161
|
:param import_pack_images: Pack Images, Pack all images into .blend file
|
|
162
|
-
:type import_pack_images: bool |
|
|
162
|
+
:type import_pack_images: bool | None
|
|
163
163
|
:param merge_vertices: Merge Vertices, The glTF format requires discontinuous normals, UVs, and other vertex attributes to be stored as separate vertices, as required for rendering on typical graphics hardware. This option attempts to combine co-located vertices where possible. Currently cannot combine verts with different normals
|
|
164
|
-
:type merge_vertices: bool |
|
|
164
|
+
:type merge_vertices: bool | None
|
|
165
165
|
:param import_shading: Shading, How normals are computed during import
|
|
166
166
|
:type import_shading: str | None
|
|
167
167
|
:param bone_heuristic: Bone Dir, Heuristic for placing bones. Tries to make bones pretty
|
|
@@ -176,13 +176,13 @@ def gltf(
|
|
|
176
176
|
Fortune (may look better, less accurate) -- Might look better than Temperance, but also might have errors. A bone with one child has its tip placed at its child's root. Non-uniform scalings may get messed up though, so beware.
|
|
177
177
|
:type bone_heuristic: str | None
|
|
178
178
|
:param disable_bone_shape: Disable Bone Shape, Do not create bone shapes
|
|
179
|
-
:type disable_bone_shape: bool |
|
|
179
|
+
:type disable_bone_shape: bool | None
|
|
180
180
|
:param bone_shape_scale_factor: Bone Shape Scale, Scale factor for bone shapes
|
|
181
|
-
:type bone_shape_scale_factor:
|
|
181
|
+
:type bone_shape_scale_factor: float | None
|
|
182
182
|
:param guess_original_bind_pose: Guess Original Bind Pose, Try to guess the original bind pose for skinned meshes from the inverse bind matrices. When off, use default/rest pose as bind pose
|
|
183
|
-
:type guess_original_bind_pose: bool |
|
|
183
|
+
:type guess_original_bind_pose: bool | None
|
|
184
184
|
:param import_webp_texture: Import WebP textures, If a texture exists in WebP format, loads the WebP texture instead of the fallback PNG/JPEG one
|
|
185
|
-
:type import_webp_texture: bool |
|
|
185
|
+
:type import_webp_texture: bool | None
|
|
186
186
|
"""
|
|
187
187
|
|
|
188
188
|
...
|
bpy/ops/info/__init__.pyi
CHANGED
|
@@ -96,11 +96,11 @@ def select_box(
|
|
|
96
96
|
execution_context: int | str | None = None,
|
|
97
97
|
undo: bool | None = None,
|
|
98
98
|
*,
|
|
99
|
-
xmin:
|
|
100
|
-
xmax:
|
|
101
|
-
ymin:
|
|
102
|
-
ymax:
|
|
103
|
-
wait_for_input: bool |
|
|
99
|
+
xmin: int | None = 0,
|
|
100
|
+
xmax: int | None = 0,
|
|
101
|
+
ymin: int | None = 0,
|
|
102
|
+
ymax: int | None = 0,
|
|
103
|
+
wait_for_input: bool | None = True,
|
|
104
104
|
mode: str | None = "SET",
|
|
105
105
|
):
|
|
106
106
|
"""Toggle box selection
|
|
@@ -109,15 +109,15 @@ def select_box(
|
|
|
109
109
|
:type execution_context: int | str | None
|
|
110
110
|
:type undo: bool | None
|
|
111
111
|
:param xmin: X Min
|
|
112
|
-
:type xmin:
|
|
112
|
+
:type xmin: int | None
|
|
113
113
|
:param xmax: X Max
|
|
114
|
-
:type xmax:
|
|
114
|
+
:type xmax: int | None
|
|
115
115
|
:param ymin: Y Min
|
|
116
|
-
:type ymin:
|
|
116
|
+
:type ymin: int | None
|
|
117
117
|
:param ymax: Y Max
|
|
118
|
-
:type ymax:
|
|
118
|
+
:type ymax: int | None
|
|
119
119
|
:param wait_for_input: Wait for Input
|
|
120
|
-
:type wait_for_input: bool |
|
|
120
|
+
:type wait_for_input: bool | None
|
|
121
121
|
:param mode: Mode
|
|
122
122
|
|
|
123
123
|
SET
|
|
@@ -138,8 +138,8 @@ def select_pick(
|
|
|
138
138
|
execution_context: int | str | None = None,
|
|
139
139
|
undo: bool | None = None,
|
|
140
140
|
*,
|
|
141
|
-
report_index:
|
|
142
|
-
extend: bool |
|
|
141
|
+
report_index: int | None = 0,
|
|
142
|
+
extend: bool | None = False,
|
|
143
143
|
):
|
|
144
144
|
"""Select reports by index
|
|
145
145
|
|
|
@@ -147,9 +147,9 @@ def select_pick(
|
|
|
147
147
|
:type execution_context: int | str | None
|
|
148
148
|
:type undo: bool | None
|
|
149
149
|
:param report_index: Report, Index of the report
|
|
150
|
-
:type report_index:
|
|
150
|
+
:type report_index: int | None
|
|
151
151
|
:param extend: Extend, Extend report selection
|
|
152
|
-
:type extend: bool |
|
|
152
|
+
:type extend: bool | None
|
|
153
153
|
"""
|
|
154
154
|
|
|
155
155
|
...
|
bpy/ops/lattice/__init__.pyi
CHANGED
|
@@ -87,7 +87,7 @@ def select_mirror(
|
|
|
87
87
|
undo: bool | None = None,
|
|
88
88
|
*,
|
|
89
89
|
axis: set[str] | None = {"X"},
|
|
90
|
-
extend: bool |
|
|
90
|
+
extend: bool | None = False,
|
|
91
91
|
):
|
|
92
92
|
"""Select mirrored lattice points
|
|
93
93
|
|
|
@@ -97,7 +97,7 @@ def select_mirror(
|
|
|
97
97
|
:param axis: Axis
|
|
98
98
|
:type axis: set[str] | None
|
|
99
99
|
:param extend: Extend, Extend the selection
|
|
100
|
-
:type extend: bool |
|
|
100
|
+
:type extend: bool | None
|
|
101
101
|
"""
|
|
102
102
|
|
|
103
103
|
...
|
|
@@ -121,8 +121,8 @@ def select_random(
|
|
|
121
121
|
execution_context: int | str | None = None,
|
|
122
122
|
undo: bool | None = None,
|
|
123
123
|
*,
|
|
124
|
-
ratio:
|
|
125
|
-
seed:
|
|
124
|
+
ratio: float | None = 0.5,
|
|
125
|
+
seed: int | None = 0,
|
|
126
126
|
action: str | None = "SELECT",
|
|
127
127
|
):
|
|
128
128
|
"""Randomly select UVW control points
|
|
@@ -131,9 +131,9 @@ def select_random(
|
|
|
131
131
|
:type execution_context: int | str | None
|
|
132
132
|
:type undo: bool | None
|
|
133
133
|
:param ratio: Ratio, Portion of items to select randomly
|
|
134
|
-
:type ratio:
|
|
134
|
+
:type ratio: float | None
|
|
135
135
|
:param seed: Random Seed, Seed for the random number generator
|
|
136
|
-
:type seed:
|
|
136
|
+
:type seed: int | None
|
|
137
137
|
:param action: Action, Selection action to execute
|
|
138
138
|
|
|
139
139
|
SELECT
|
|
@@ -151,7 +151,7 @@ def select_ungrouped(
|
|
|
151
151
|
execution_context: int | str | None = None,
|
|
152
152
|
undo: bool | None = None,
|
|
153
153
|
*,
|
|
154
|
-
extend: bool |
|
|
154
|
+
extend: bool | None = False,
|
|
155
155
|
):
|
|
156
156
|
"""Select vertices without a group
|
|
157
157
|
|
|
@@ -159,7 +159,7 @@ def select_ungrouped(
|
|
|
159
159
|
:type execution_context: int | str | None
|
|
160
160
|
:type undo: bool | None
|
|
161
161
|
:param extend: Extend, Extend the selection
|
|
162
|
-
:type extend: bool |
|
|
162
|
+
:type extend: bool | None
|
|
163
163
|
"""
|
|
164
164
|
|
|
165
165
|
...
|
bpy/ops/marker/__init__.pyi
CHANGED
|
@@ -38,7 +38,7 @@ def delete(
|
|
|
38
38
|
execution_context: int | str | None = None,
|
|
39
39
|
undo: bool | None = None,
|
|
40
40
|
*,
|
|
41
|
-
confirm: bool |
|
|
41
|
+
confirm: bool | None = True,
|
|
42
42
|
):
|
|
43
43
|
"""Delete selected time marker(s)
|
|
44
44
|
|
|
@@ -46,7 +46,7 @@ def delete(
|
|
|
46
46
|
:type execution_context: int | str | None
|
|
47
47
|
:type undo: bool | None
|
|
48
48
|
:param confirm: Confirm, Prompt for confirmation
|
|
49
|
-
:type confirm: bool |
|
|
49
|
+
:type confirm: bool | None
|
|
50
50
|
"""
|
|
51
51
|
|
|
52
52
|
...
|
|
@@ -56,7 +56,7 @@ def duplicate(
|
|
|
56
56
|
execution_context: int | str | None = None,
|
|
57
57
|
undo: bool | None = None,
|
|
58
58
|
*,
|
|
59
|
-
frames:
|
|
59
|
+
frames: int | None = 0,
|
|
60
60
|
):
|
|
61
61
|
"""Duplicate selected time marker(s)
|
|
62
62
|
|
|
@@ -64,7 +64,7 @@ def duplicate(
|
|
|
64
64
|
:type execution_context: int | str | None
|
|
65
65
|
:type undo: bool | None
|
|
66
66
|
:param frames: Frames
|
|
67
|
-
:type frames:
|
|
67
|
+
:type frames: int | None
|
|
68
68
|
"""
|
|
69
69
|
|
|
70
70
|
...
|
|
@@ -92,8 +92,8 @@ def move(
|
|
|
92
92
|
execution_context: int | str | None = None,
|
|
93
93
|
undo: bool | None = None,
|
|
94
94
|
*,
|
|
95
|
-
frames:
|
|
96
|
-
tweak: bool |
|
|
95
|
+
frames: int | None = 0,
|
|
96
|
+
tweak: bool | None = False,
|
|
97
97
|
):
|
|
98
98
|
"""Move selected time marker(s)
|
|
99
99
|
|
|
@@ -101,9 +101,9 @@ def move(
|
|
|
101
101
|
:type execution_context: int | str | None
|
|
102
102
|
:type undo: bool | None
|
|
103
103
|
:param frames: Frames
|
|
104
|
-
:type frames:
|
|
104
|
+
:type frames: int | None
|
|
105
105
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
106
|
-
:type tweak: bool |
|
|
106
|
+
:type tweak: bool | None
|
|
107
107
|
"""
|
|
108
108
|
|
|
109
109
|
...
|
|
@@ -113,7 +113,7 @@ def rename(
|
|
|
113
113
|
execution_context: int | str | None = None,
|
|
114
114
|
undo: bool | None = None,
|
|
115
115
|
*,
|
|
116
|
-
name: str
|
|
116
|
+
name: str = "RenamedMarker",
|
|
117
117
|
):
|
|
118
118
|
"""Rename first selected time marker
|
|
119
119
|
|
|
@@ -121,7 +121,7 @@ def rename(
|
|
|
121
121
|
:type execution_context: int | str | None
|
|
122
122
|
:type undo: bool | None
|
|
123
123
|
:param name: Name, New name for marker
|
|
124
|
-
:type name: str
|
|
124
|
+
:type name: str
|
|
125
125
|
"""
|
|
126
126
|
|
|
127
127
|
...
|
|
@@ -131,11 +131,11 @@ def select(
|
|
|
131
131
|
execution_context: int | str | None = None,
|
|
132
132
|
undo: bool | None = None,
|
|
133
133
|
*,
|
|
134
|
-
wait_to_deselect_others: bool |
|
|
135
|
-
mouse_x:
|
|
136
|
-
mouse_y:
|
|
137
|
-
extend: bool |
|
|
138
|
-
camera: bool |
|
|
134
|
+
wait_to_deselect_others: bool | None = False,
|
|
135
|
+
mouse_x: int | None = 0,
|
|
136
|
+
mouse_y: int | None = 0,
|
|
137
|
+
extend: bool | None = False,
|
|
138
|
+
camera: bool | None = False,
|
|
139
139
|
):
|
|
140
140
|
"""Select time marker(s)
|
|
141
141
|
|
|
@@ -143,15 +143,15 @@ def select(
|
|
|
143
143
|
:type execution_context: int | str | None
|
|
144
144
|
:type undo: bool | None
|
|
145
145
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
146
|
-
:type wait_to_deselect_others: bool |
|
|
146
|
+
:type wait_to_deselect_others: bool | None
|
|
147
147
|
:param mouse_x: Mouse X
|
|
148
|
-
:type mouse_x:
|
|
148
|
+
:type mouse_x: int | None
|
|
149
149
|
:param mouse_y: Mouse Y
|
|
150
|
-
:type mouse_y:
|
|
150
|
+
:type mouse_y: int | None
|
|
151
151
|
:param extend: Extend, Extend the selection
|
|
152
|
-
:type extend: bool |
|
|
152
|
+
:type extend: bool | None
|
|
153
153
|
:param camera: Camera, Select the camera
|
|
154
|
-
:type camera: bool |
|
|
154
|
+
:type camera: bool | None
|
|
155
155
|
"""
|
|
156
156
|
|
|
157
157
|
...
|
|
@@ -191,13 +191,13 @@ def select_box(
|
|
|
191
191
|
execution_context: int | str | None = None,
|
|
192
192
|
undo: bool | None = None,
|
|
193
193
|
*,
|
|
194
|
-
xmin:
|
|
195
|
-
xmax:
|
|
196
|
-
ymin:
|
|
197
|
-
ymax:
|
|
198
|
-
wait_for_input: bool |
|
|
194
|
+
xmin: int | None = 0,
|
|
195
|
+
xmax: int | None = 0,
|
|
196
|
+
ymin: int | None = 0,
|
|
197
|
+
ymax: int | None = 0,
|
|
198
|
+
wait_for_input: bool | None = True,
|
|
199
199
|
mode: str | None = "SET",
|
|
200
|
-
tweak: bool |
|
|
200
|
+
tweak: bool | None = False,
|
|
201
201
|
):
|
|
202
202
|
"""Select all time markers using box selection
|
|
203
203
|
|
|
@@ -205,15 +205,15 @@ def select_box(
|
|
|
205
205
|
:type execution_context: int | str | None
|
|
206
206
|
:type undo: bool | None
|
|
207
207
|
:param xmin: X Min
|
|
208
|
-
:type xmin:
|
|
208
|
+
:type xmin: int | None
|
|
209
209
|
:param xmax: X Max
|
|
210
|
-
:type xmax:
|
|
210
|
+
:type xmax: int | None
|
|
211
211
|
:param ymin: Y Min
|
|
212
|
-
:type ymin:
|
|
212
|
+
:type ymin: int | None
|
|
213
213
|
:param ymax: Y Max
|
|
214
|
-
:type ymax:
|
|
214
|
+
:type ymax: int | None
|
|
215
215
|
:param wait_for_input: Wait for Input
|
|
216
|
-
:type wait_for_input: bool |
|
|
216
|
+
:type wait_for_input: bool | None
|
|
217
217
|
:param mode: Mode
|
|
218
218
|
|
|
219
219
|
SET
|
|
@@ -226,7 +226,7 @@ def select_box(
|
|
|
226
226
|
Subtract -- Subtract existing selection.
|
|
227
227
|
:type mode: str | None
|
|
228
228
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
229
|
-
:type tweak: bool |
|
|
229
|
+
:type tweak: bool | None
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
...
|
|
@@ -237,7 +237,7 @@ def select_leftright(
|
|
|
237
237
|
undo: bool | None = None,
|
|
238
238
|
*,
|
|
239
239
|
mode: str | None = "LEFT",
|
|
240
|
-
extend: bool |
|
|
240
|
+
extend: bool | None = False,
|
|
241
241
|
):
|
|
242
242
|
"""Select markers on and left/right of the current frame
|
|
243
243
|
|
|
@@ -247,7 +247,7 @@ def select_leftright(
|
|
|
247
247
|
:param mode: Mode
|
|
248
248
|
:type mode: str | None
|
|
249
249
|
:param extend: Extend Select
|
|
250
|
-
:type extend: bool |
|
|
250
|
+
:type extend: bool | None
|
|
251
251
|
"""
|
|
252
252
|
|
|
253
253
|
...
|