fake-bpy-module 20250629__py3-none-any.whl → 20250827__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 +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -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 +41 -46
- 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 +47 -15
- 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 +148 -38
- 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 +19 -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 +40 -25
- bpy/types/__init__.pyi +58124 -41707
- 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-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.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 +5 -5
- 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 +20 -6
- 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-20250827.dist-info}/WHEEL +0 -0
imbuf/types/__init__.pyi
CHANGED
|
@@ -31,11 +31,17 @@ class ImBuf:
|
|
|
31
31
|
:type: int
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
|
-
ppm:
|
|
35
|
-
""" pixels per meter.
|
|
34
|
+
ppm: tuple[float, float]
|
|
35
|
+
""" pixels per meter.
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
"""
|
|
37
|
+
:type: tuple[float, float]
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
size: tuple[int, int]
|
|
41
|
+
""" size of the image in pixels.
|
|
42
|
+
|
|
43
|
+
:type: tuple[int, int]
|
|
44
|
+
"""
|
|
39
45
|
|
|
40
46
|
def copy(self) -> typing_extensions.Self:
|
|
41
47
|
"""
|
|
@@ -56,11 +62,11 @@ class ImBuf:
|
|
|
56
62
|
def free(self) -> None:
|
|
57
63
|
"""Clear image data immediately (causing an error on re-use)."""
|
|
58
64
|
|
|
59
|
-
def resize(self, size: tuple[int, int], method: str = "FAST") -> None:
|
|
65
|
+
def resize(self, size: tuple[int, int], *, method: str = "FAST") -> None:
|
|
60
66
|
"""Resize the image.
|
|
61
67
|
|
|
62
68
|
:param size: New size.
|
|
63
69
|
:type size: tuple[int, int]
|
|
64
|
-
:param method: Method of resizing (
|
|
70
|
+
:param method: Method of resizing (FAST, BILINEAR)
|
|
65
71
|
:type method: str
|
|
66
72
|
"""
|
keyingsets_builtins/__init__.pyi
CHANGED
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class BUILTIN_KSI_Available(
|
|
8
|
+
class BUILTIN_KSI_Available(_bpy_types.KeyingSetInfo):
|
|
8
9
|
"""Insert a keyframe on each of the already existing F-Curves"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
@@ -32,7 +33,7 @@ class BUILTIN_KSI_Available(bpy.types.KeyingSetInfo):
|
|
|
32
33
|
:param context:
|
|
33
34
|
"""
|
|
34
35
|
|
|
35
|
-
class BUILTIN_KSI_BendyBones(
|
|
36
|
+
class BUILTIN_KSI_BendyBones(_bpy_types.KeyingSetInfo):
|
|
36
37
|
"""Insert a keyframe for each of the BBone shape properties"""
|
|
37
38
|
|
|
38
39
|
bl_label: typing.Any
|
|
@@ -53,7 +54,7 @@ class BUILTIN_KSI_BendyBones(bpy.types.KeyingSetInfo):
|
|
|
53
54
|
:rtype: typing.Any
|
|
54
55
|
"""
|
|
55
56
|
|
|
56
|
-
class BUILTIN_KSI_DeltaLocation(
|
|
57
|
+
class BUILTIN_KSI_DeltaLocation(_bpy_types.KeyingSetInfo):
|
|
57
58
|
"""Insert keyframes for additional location offset"""
|
|
58
59
|
|
|
59
60
|
bl_label: typing.Any
|
|
@@ -82,7 +83,7 @@ class BUILTIN_KSI_DeltaLocation(bpy.types.KeyingSetInfo):
|
|
|
82
83
|
:param data:
|
|
83
84
|
"""
|
|
84
85
|
|
|
85
|
-
class BUILTIN_KSI_DeltaRotation(
|
|
86
|
+
class BUILTIN_KSI_DeltaRotation(_bpy_types.KeyingSetInfo):
|
|
86
87
|
"""Insert keyframes for additional rotation offset"""
|
|
87
88
|
|
|
88
89
|
bl_label: typing.Any
|
|
@@ -111,7 +112,7 @@ class BUILTIN_KSI_DeltaRotation(bpy.types.KeyingSetInfo):
|
|
|
111
112
|
:param data:
|
|
112
113
|
"""
|
|
113
114
|
|
|
114
|
-
class BUILTIN_KSI_DeltaScale(
|
|
115
|
+
class BUILTIN_KSI_DeltaScale(_bpy_types.KeyingSetInfo):
|
|
115
116
|
"""Insert keyframes for additional scale factor"""
|
|
116
117
|
|
|
117
118
|
bl_label: typing.Any
|
|
@@ -140,7 +141,7 @@ class BUILTIN_KSI_DeltaScale(bpy.types.KeyingSetInfo):
|
|
|
140
141
|
:param data:
|
|
141
142
|
"""
|
|
142
143
|
|
|
143
|
-
class BUILTIN_KSI_LocRot(
|
|
144
|
+
class BUILTIN_KSI_LocRot(_bpy_types.KeyingSetInfo):
|
|
144
145
|
"""Insert a keyframe on each of the location and rotation channels"""
|
|
145
146
|
|
|
146
147
|
bl_label: typing.Any
|
|
@@ -169,7 +170,7 @@ class BUILTIN_KSI_LocRot(bpy.types.KeyingSetInfo):
|
|
|
169
170
|
:param data:
|
|
170
171
|
"""
|
|
171
172
|
|
|
172
|
-
class BUILTIN_KSI_LocRotScale(
|
|
173
|
+
class BUILTIN_KSI_LocRotScale(_bpy_types.KeyingSetInfo):
|
|
173
174
|
"""Insert a keyframe on each of the location, rotation, and scale channels"""
|
|
174
175
|
|
|
175
176
|
bl_idname: typing.Any
|
|
@@ -199,7 +200,7 @@ class BUILTIN_KSI_LocRotScale(bpy.types.KeyingSetInfo):
|
|
|
199
200
|
:param data:
|
|
200
201
|
"""
|
|
201
202
|
|
|
202
|
-
class BUILTIN_KSI_LocRotScaleCProp(
|
|
203
|
+
class BUILTIN_KSI_LocRotScaleCProp(_bpy_types.KeyingSetInfo):
|
|
203
204
|
"""Key location/rotation/scale as well as custom properties"""
|
|
204
205
|
|
|
205
206
|
bl_idname: typing.Any
|
|
@@ -229,7 +230,7 @@ class BUILTIN_KSI_LocRotScaleCProp(bpy.types.KeyingSetInfo):
|
|
|
229
230
|
:param data:
|
|
230
231
|
"""
|
|
231
232
|
|
|
232
|
-
class BUILTIN_KSI_LocScale(
|
|
233
|
+
class BUILTIN_KSI_LocScale(_bpy_types.KeyingSetInfo):
|
|
233
234
|
"""Insert a keyframe on each of the location and scale channels"""
|
|
234
235
|
|
|
235
236
|
bl_label: typing.Any
|
|
@@ -258,7 +259,7 @@ class BUILTIN_KSI_LocScale(bpy.types.KeyingSetInfo):
|
|
|
258
259
|
:param data:
|
|
259
260
|
"""
|
|
260
261
|
|
|
261
|
-
class BUILTIN_KSI_Location(
|
|
262
|
+
class BUILTIN_KSI_Location(_bpy_types.KeyingSetInfo):
|
|
262
263
|
"""Insert a keyframe on each of the location channels"""
|
|
263
264
|
|
|
264
265
|
bl_idname: typing.Any
|
|
@@ -280,7 +281,7 @@ class BUILTIN_KSI_Location(bpy.types.KeyingSetInfo):
|
|
|
280
281
|
:rtype: typing.Any
|
|
281
282
|
"""
|
|
282
283
|
|
|
283
|
-
class BUILTIN_KSI_RotScale(
|
|
284
|
+
class BUILTIN_KSI_RotScale(_bpy_types.KeyingSetInfo):
|
|
284
285
|
"""Insert a keyframe on each of the rotation and scale channels"""
|
|
285
286
|
|
|
286
287
|
bl_label: typing.Any
|
|
@@ -309,7 +310,7 @@ class BUILTIN_KSI_RotScale(bpy.types.KeyingSetInfo):
|
|
|
309
310
|
:param data:
|
|
310
311
|
"""
|
|
311
312
|
|
|
312
|
-
class BUILTIN_KSI_Rotation(
|
|
313
|
+
class BUILTIN_KSI_Rotation(_bpy_types.KeyingSetInfo):
|
|
313
314
|
"""Insert a keyframe on each of the rotation channels"""
|
|
314
315
|
|
|
315
316
|
bl_idname: typing.Any
|
|
@@ -331,7 +332,7 @@ class BUILTIN_KSI_Rotation(bpy.types.KeyingSetInfo):
|
|
|
331
332
|
:rtype: typing.Any
|
|
332
333
|
"""
|
|
333
334
|
|
|
334
|
-
class BUILTIN_KSI_Scaling(
|
|
335
|
+
class BUILTIN_KSI_Scaling(_bpy_types.KeyingSetInfo):
|
|
335
336
|
"""Insert a keyframe on each of the scale channels"""
|
|
336
337
|
|
|
337
338
|
bl_idname: typing.Any
|
|
@@ -353,7 +354,7 @@ class BUILTIN_KSI_Scaling(bpy.types.KeyingSetInfo):
|
|
|
353
354
|
:rtype: typing.Any
|
|
354
355
|
"""
|
|
355
356
|
|
|
356
|
-
class BUILTIN_KSI_VisualLoc(
|
|
357
|
+
class BUILTIN_KSI_VisualLoc(_bpy_types.KeyingSetInfo):
|
|
357
358
|
"""Insert a keyframe on each of the location channels, taking into account effects of constraints and relationships"""
|
|
358
359
|
|
|
359
360
|
bl_label: typing.Any
|
|
@@ -375,7 +376,7 @@ class BUILTIN_KSI_VisualLoc(bpy.types.KeyingSetInfo):
|
|
|
375
376
|
:rtype: typing.Any
|
|
376
377
|
"""
|
|
377
378
|
|
|
378
|
-
class BUILTIN_KSI_VisualLocRot(
|
|
379
|
+
class BUILTIN_KSI_VisualLocRot(_bpy_types.KeyingSetInfo):
|
|
379
380
|
"""Insert a keyframe on each of the location and rotation channels, taking into account effects of constraints and relationships"""
|
|
380
381
|
|
|
381
382
|
bl_label: typing.Any
|
|
@@ -405,7 +406,7 @@ class BUILTIN_KSI_VisualLocRot(bpy.types.KeyingSetInfo):
|
|
|
405
406
|
:param data:
|
|
406
407
|
"""
|
|
407
408
|
|
|
408
|
-
class BUILTIN_KSI_VisualLocRotScale(
|
|
409
|
+
class BUILTIN_KSI_VisualLocRotScale(_bpy_types.KeyingSetInfo):
|
|
409
410
|
"""Insert a keyframe on each of the location, rotation and scale channels, taking into account effects of constraints and relationships"""
|
|
410
411
|
|
|
411
412
|
bl_label: typing.Any
|
|
@@ -435,7 +436,7 @@ class BUILTIN_KSI_VisualLocRotScale(bpy.types.KeyingSetInfo):
|
|
|
435
436
|
:param data:
|
|
436
437
|
"""
|
|
437
438
|
|
|
438
|
-
class BUILTIN_KSI_VisualLocScale(
|
|
439
|
+
class BUILTIN_KSI_VisualLocScale(_bpy_types.KeyingSetInfo):
|
|
439
440
|
"""Insert a keyframe on each of the location and scale channels, taking into account effects of constraints and relationships"""
|
|
440
441
|
|
|
441
442
|
bl_label: typing.Any
|
|
@@ -465,7 +466,7 @@ class BUILTIN_KSI_VisualLocScale(bpy.types.KeyingSetInfo):
|
|
|
465
466
|
:param data:
|
|
466
467
|
"""
|
|
467
468
|
|
|
468
|
-
class BUILTIN_KSI_VisualRot(
|
|
469
|
+
class BUILTIN_KSI_VisualRot(_bpy_types.KeyingSetInfo):
|
|
469
470
|
"""Insert a keyframe on each of the rotation channels, taking into account effects of constraints and relationships"""
|
|
470
471
|
|
|
471
472
|
bl_label: typing.Any
|
|
@@ -487,7 +488,7 @@ class BUILTIN_KSI_VisualRot(bpy.types.KeyingSetInfo):
|
|
|
487
488
|
:rtype: typing.Any
|
|
488
489
|
"""
|
|
489
490
|
|
|
490
|
-
class BUILTIN_KSI_VisualRotScale(
|
|
491
|
+
class BUILTIN_KSI_VisualRotScale(_bpy_types.KeyingSetInfo):
|
|
491
492
|
"""Insert a keyframe on each of the rotation and scale channels, taking into account effects of constraints and relationships"""
|
|
492
493
|
|
|
493
494
|
bl_label: typing.Any
|
|
@@ -517,7 +518,7 @@ class BUILTIN_KSI_VisualRotScale(bpy.types.KeyingSetInfo):
|
|
|
517
518
|
:param data:
|
|
518
519
|
"""
|
|
519
520
|
|
|
520
|
-
class BUILTIN_KSI_VisualScaling(
|
|
521
|
+
class BUILTIN_KSI_VisualScaling(_bpy_types.KeyingSetInfo):
|
|
521
522
|
"""Insert a keyframe on each of the scale channels, taking into account effects of constraints and relationships"""
|
|
522
523
|
|
|
523
524
|
bl_label: typing.Any
|
|
@@ -539,7 +540,7 @@ class BUILTIN_KSI_VisualScaling(bpy.types.KeyingSetInfo):
|
|
|
539
540
|
:rtype: typing.Any
|
|
540
541
|
"""
|
|
541
542
|
|
|
542
|
-
class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin,
|
|
543
|
+
class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin, _bpy_types.KeyingSetInfo):
|
|
543
544
|
"""Insert a keyframe for all properties that are likely to get animated in a character rig (useful when blocking out a shot)"""
|
|
544
545
|
|
|
545
546
|
badBonePrefixes: typing.Any
|
|
@@ -562,7 +563,7 @@ class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin, bpy.types.KeyingSetInfo):
|
|
|
562
563
|
:rtype: typing.Any
|
|
563
564
|
"""
|
|
564
565
|
|
|
565
|
-
class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin,
|
|
566
|
+
class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin, _bpy_types.KeyingSetInfo):
|
|
566
567
|
"""Insert a keyframe for all properties that are likely to get animated in a character rig (only selected bones)"""
|
|
567
568
|
|
|
568
569
|
badBonePrefixes: typing.Any
|