fake-bpy-module 20250630__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-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.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-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
aud/__init__.pyi
CHANGED
|
@@ -16,6 +16,51 @@ import collections.abc
|
|
|
16
16
|
import typing_extensions
|
|
17
17
|
import numpy.typing as npt
|
|
18
18
|
|
|
19
|
+
class AnimateableProperty:
|
|
20
|
+
"""An AnimateableProperty object stores an array of float values for animating sound properties (e.g. pan, volume, pitch-scale)"""
|
|
21
|
+
|
|
22
|
+
animated: typing.Any
|
|
23
|
+
""" Whether the property is animated."""
|
|
24
|
+
|
|
25
|
+
count: typing.Any
|
|
26
|
+
""" The count of floats for a property."""
|
|
27
|
+
|
|
28
|
+
def read(self, position: float) -> None:
|
|
29
|
+
"""Reads the properties value at the given position.
|
|
30
|
+
|
|
31
|
+
:param position: The position in the animation in frames.
|
|
32
|
+
:type position: float
|
|
33
|
+
:return: A numpy array of values representing the properties value.
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
def readSingle(self, position: float) -> float:
|
|
37
|
+
"""Reads the properties value at the given position, assuming there is exactly one value.
|
|
38
|
+
|
|
39
|
+
:param position: The position in the animation in frames.
|
|
40
|
+
:type position: float
|
|
41
|
+
:return: The value at that position.
|
|
42
|
+
:rtype: float
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
def write(self, data, position: int) -> None:
|
|
46
|
+
"""Writes the properties value.If position is also given, the property is marked animated and
|
|
47
|
+
the values are written starting at position.
|
|
48
|
+
|
|
49
|
+
:param data: numpy array of float32 values.
|
|
50
|
+
:param position: The starting position in frames.
|
|
51
|
+
:type position: int
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
def writeConstantRange(self, data, position_start: int, position_end: int) -> None:
|
|
55
|
+
"""Fills the properties frame range with a constant value and marks it animated.
|
|
56
|
+
|
|
57
|
+
:param data: numpy array of float values representing the constant value.
|
|
58
|
+
:param position_start: The start position in frames.
|
|
59
|
+
:type position_start: int
|
|
60
|
+
:param position_end: The end position in frames.
|
|
61
|
+
:type position_end: int
|
|
62
|
+
"""
|
|
63
|
+
|
|
19
64
|
class Device:
|
|
20
65
|
"""Device objects represent an audio output backend like OpenAL or SDL, but might also represent a file output or RAM buffer output."""
|
|
21
66
|
|
|
@@ -33,13 +78,13 @@ This factor is a scaling factor for the velocity vectors in doppler calculation.
|
|
|
33
78
|
""" The native sample format of the device."""
|
|
34
79
|
|
|
35
80
|
listener_location: typing.Any
|
|
36
|
-
""" The
|
|
81
|
+
""" The listenerss location in 3D space, a 3D tuple of floats."""
|
|
37
82
|
|
|
38
83
|
listener_orientation: typing.Any
|
|
39
|
-
""" The
|
|
84
|
+
""" The listeners orientation in 3D space as quaternion, a 4 float tuple."""
|
|
40
85
|
|
|
41
86
|
listener_velocity: typing.Any
|
|
42
|
-
""" The
|
|
87
|
+
""" The listeners velocity in 3D space, a 3D tuple of floats."""
|
|
43
88
|
|
|
44
89
|
rate: typing.Any
|
|
45
90
|
""" The sampling rate of the device in Hz."""
|
|
@@ -52,7 +97,7 @@ The speed of sound in air is typically 343.3 m/s."""
|
|
|
52
97
|
""" The overall volume of the device."""
|
|
53
98
|
|
|
54
99
|
def lock(self) -> None:
|
|
55
|
-
"""Locks the device so that
|
|
100
|
+
"""Locks the device so that its guaranteed, that no samples are
|
|
56
101
|
read from the streams until `unlock` is called.
|
|
57
102
|
This is useful if you want to do start/stop/pause/resume some
|
|
58
103
|
sounds at the same time.
|
|
@@ -118,7 +163,7 @@ class DynamicMusic:
|
|
|
118
163
|
:type end: int
|
|
119
164
|
:param transition: The transition sound.
|
|
120
165
|
:type transition: Sound
|
|
121
|
-
:return: false if the ini or end scenes
|
|
166
|
+
:return: false if the ini or end scenes dont exist, true otherwise.
|
|
122
167
|
:rtype: bool
|
|
123
168
|
"""
|
|
124
169
|
|
|
@@ -144,7 +189,7 @@ class DynamicMusic:
|
|
|
144
189
|
"""
|
|
145
190
|
|
|
146
191
|
class HRTF:
|
|
147
|
-
"""An HRTF object represents a set of head related transfer functions as impulse responses.
|
|
192
|
+
"""An HRTF object represents a set of head related transfer functions as impulse responses. Its used for binaural sound"""
|
|
148
193
|
|
|
149
194
|
def loadLeftHrtfSet(self, extension: str, directory) -> typing_extensions.Self:
|
|
150
195
|
"""Loads all HRTFs from a directory.
|
|
@@ -188,7 +233,7 @@ class Handle:
|
|
|
188
233
|
""" This factor is used for distance based attenuation of the source.:attr:`Device.distance_model`"""
|
|
189
234
|
|
|
190
235
|
cone_angle_inner: typing.Any
|
|
191
|
-
""" The opening angle of the inner cone of the source. If the cone values of a source are set there are two (audible) cones with the apex at the `location` of the source and with infinite height, heading in the direction of the
|
|
236
|
+
""" The opening angle of the inner cone of the source. If the cone values of a source are set there are two (audible) cones with the apex at the `location` of the source and with infinite height, heading in the direction of the sources `orientation`.
|
|
192
237
|
In the inner cone the volume is normal. Outside the outer cone the volume will be `cone_volume_outer` and in the area between the volume will be interpolated linearly."""
|
|
193
238
|
|
|
194
239
|
cone_angle_outer: typing.Any
|
|
@@ -210,13 +255,13 @@ At this distance the volume will be exactly `volume`.:attr:`Device.distance_mode
|
|
|
210
255
|
This can be used to seek the sound to some position and start playback again."""
|
|
211
256
|
|
|
212
257
|
location: typing.Any
|
|
213
|
-
""" The
|
|
258
|
+
""" The sources location in 3D space, a 3D tuple of floats."""
|
|
214
259
|
|
|
215
260
|
loop_count: typing.Any
|
|
216
261
|
""" The (remaining) loop count of the sound. A negative value indicates infinity."""
|
|
217
262
|
|
|
218
263
|
orientation: typing.Any
|
|
219
|
-
""" The
|
|
264
|
+
""" The sources orientation in 3D space as quaternion, a 4 float tuple."""
|
|
220
265
|
|
|
221
266
|
pitch: typing.Any
|
|
222
267
|
""" The pitch of the sound."""
|
|
@@ -225,13 +270,13 @@ This can be used to seek the sound to some position and start playback again."""
|
|
|
225
270
|
""" The playback position of the sound in seconds."""
|
|
226
271
|
|
|
227
272
|
relative: typing.Any
|
|
228
|
-
""" Whether the
|
|
273
|
+
""" Whether the sources location, velocity and orientation is relative or absolute to the listener."""
|
|
229
274
|
|
|
230
275
|
status: typing.Any
|
|
231
276
|
""" Whether the sound is playing, paused or stopped (=invalid)."""
|
|
232
277
|
|
|
233
278
|
velocity: typing.Any
|
|
234
|
-
""" The
|
|
279
|
+
""" The sources velocity in 3D space, a 3D tuple of floats."""
|
|
235
280
|
|
|
236
281
|
volume: typing.Any
|
|
237
282
|
""" The volume of the sound."""
|
|
@@ -286,7 +331,7 @@ class PlaybackManager:
|
|
|
286
331
|
|
|
287
332
|
:param catKey: the key of the category.
|
|
288
333
|
:type catKey: int
|
|
289
|
-
:return: The volume of the
|
|
334
|
+
:return: The volume of the category.
|
|
290
335
|
:rtype: float
|
|
291
336
|
"""
|
|
292
337
|
|
|
@@ -305,7 +350,7 @@ class PlaybackManager:
|
|
|
305
350
|
:param sound: The sound to play.
|
|
306
351
|
:type sound: Sound
|
|
307
352
|
:param catKey: the key of the category in which the sound will be added,
|
|
308
|
-
if it
|
|
353
|
+
if it doesnt exist, a new one will be created.
|
|
309
354
|
:type catKey: int
|
|
310
355
|
:return: The playback handle with which playback can be controlled with.
|
|
311
356
|
:rtype: Handle
|
|
@@ -354,7 +399,7 @@ class Sequence:
|
|
|
354
399
|
This factor is a scaling factor for the velocity vectors in doppler calculation. So a value bigger than 1 will exaggerate the effect as it raises the velocity."""
|
|
355
400
|
|
|
356
401
|
fps: typing.Any
|
|
357
|
-
""" The
|
|
402
|
+
""" The listenerss location in 3D space, a 3D tuple of floats."""
|
|
358
403
|
|
|
359
404
|
muted: typing.Any
|
|
360
405
|
""" Whether the whole sequence is muted."""
|
|
@@ -386,7 +431,7 @@ class SequenceEntry:
|
|
|
386
431
|
""" This factor is used for distance based attenuation of the source.:attr:`Device.distance_model`"""
|
|
387
432
|
|
|
388
433
|
cone_angle_inner: typing.Any
|
|
389
|
-
""" The opening angle of the inner cone of the source. If the cone values of a source are set there are two (audible) cones with the apex at the `location` of the source and with infinite height, heading in the direction of the
|
|
434
|
+
""" The opening angle of the inner cone of the source. If the cone values of a source are set there are two (audible) cones with the apex at the `location` of the source and with infinite height, heading in the direction of the sources `orientation`.
|
|
390
435
|
In the inner cone the volume is normal. Outside the outer cone the volume will be `cone_volume_outer` and in the area between the volume will be interpolated linearly."""
|
|
391
436
|
|
|
392
437
|
cone_angle_outer: typing.Any
|
|
@@ -407,7 +452,7 @@ At this distance the volume will be exactly `volume`.:attr:`Device.distance_mode
|
|
|
407
452
|
""" Whether the entry is muted."""
|
|
408
453
|
|
|
409
454
|
relative: typing.Any
|
|
410
|
-
""" Whether the
|
|
455
|
+
""" Whether the sources location, velocity and orientation is relative or absolute to the listener."""
|
|
411
456
|
|
|
412
457
|
sound: typing.Any
|
|
413
458
|
""" The sound the entry is representing and will be played in the sequence."""
|
|
@@ -428,7 +473,7 @@ class Sound:
|
|
|
428
473
|
"""Sound objects are immutable and represent a sound that can be played simultaneously multiple times. They are called factories because they create reader objects internally that are used for playback."""
|
|
429
474
|
|
|
430
475
|
length: typing.Any
|
|
431
|
-
""" The
|
|
476
|
+
""" The sample specification of the sound as a tuple with rate and channel count."""
|
|
432
477
|
|
|
433
478
|
specs: typing.Any
|
|
434
479
|
""" The sample specification of the sound as a tuple with rate and channel count."""
|
|
@@ -468,8 +513,8 @@ class Sound:
|
|
|
468
513
|
|
|
469
514
|
:param frequency: The frequency of the sawtooth wave in Hz.
|
|
470
515
|
:type frequency: float
|
|
471
|
-
:param rate: The sampling rate in Hz.
|
|
472
|
-
value to the playback
|
|
516
|
+
:param rate: The sampling rate in Hz. Its recommended to set this
|
|
517
|
+
value to the playback devices sampling rate to avoid resampling.
|
|
473
518
|
:type rate: int
|
|
474
519
|
:return: The created `Sound` object.
|
|
475
520
|
:rtype: typing_extensions.Self
|
|
@@ -479,8 +524,8 @@ class Sound:
|
|
|
479
524
|
def silence(cls, rate: int = 48000) -> typing_extensions.Self:
|
|
480
525
|
"""Creates a silence sound which plays simple silence.
|
|
481
526
|
|
|
482
|
-
:param rate: The sampling rate in Hz.
|
|
483
|
-
value to the playback
|
|
527
|
+
:param rate: The sampling rate in Hz. Its recommended to set this
|
|
528
|
+
value to the playback devices sampling rate to avoid resampling.
|
|
484
529
|
:type rate: int
|
|
485
530
|
:return: The created `Sound` object.
|
|
486
531
|
:rtype: typing_extensions.Self
|
|
@@ -492,8 +537,8 @@ class Sound:
|
|
|
492
537
|
|
|
493
538
|
:param frequency: The frequency of the sine wave in Hz.
|
|
494
539
|
:type frequency: float
|
|
495
|
-
:param rate: The sampling rate in Hz.
|
|
496
|
-
value to the playback
|
|
540
|
+
:param rate: The sampling rate in Hz. Its recommended to set this
|
|
541
|
+
value to the playback devices sampling rate to avoid resampling.
|
|
497
542
|
:type rate: int
|
|
498
543
|
:return: The created `Sound` object.
|
|
499
544
|
:rtype: typing_extensions.Self
|
|
@@ -505,8 +550,8 @@ class Sound:
|
|
|
505
550
|
|
|
506
551
|
:param frequency: The frequency of the square wave in Hz.
|
|
507
552
|
:type frequency: float
|
|
508
|
-
:param rate: The sampling rate in Hz.
|
|
509
|
-
value to the playback
|
|
553
|
+
:param rate: The sampling rate in Hz. Its recommended to set this
|
|
554
|
+
value to the playback devices sampling rate to avoid resampling.
|
|
510
555
|
:type rate: int
|
|
511
556
|
:return: The created `Sound` object.
|
|
512
557
|
:rtype: typing_extensions.Self
|
|
@@ -518,8 +563,8 @@ class Sound:
|
|
|
518
563
|
|
|
519
564
|
:param frequency: The frequency of the triangle wave in Hz.
|
|
520
565
|
:type frequency: float
|
|
521
|
-
:param rate: The sampling rate in Hz.
|
|
522
|
-
value to the playback
|
|
566
|
+
:param rate: The sampling rate in Hz. Its recommended to set this
|
|
567
|
+
value to the playback devices sampling rate to avoid resampling.
|
|
523
568
|
:type rate: int
|
|
524
569
|
:return: The created `Sound` object.
|
|
525
570
|
:rtype: typing_extensions.Self
|
|
@@ -591,7 +636,7 @@ class Sound:
|
|
|
591
636
|
"""
|
|
592
637
|
|
|
593
638
|
def delay(self, time: float) -> typing_extensions.Self:
|
|
594
|
-
"""Delays by playing adding silence in front of the other
|
|
639
|
+
"""Delays by playing adding silence in front of the other sounds data.
|
|
595
640
|
|
|
596
641
|
:param time: How many seconds of silence should be added before the sound.
|
|
597
642
|
:type time: float
|
|
@@ -602,7 +647,7 @@ class Sound:
|
|
|
602
647
|
def envelope(
|
|
603
648
|
self, attack: float, release: float, threshold: float, arthreshold: float
|
|
604
649
|
) -> typing_extensions.Self:
|
|
605
|
-
"""Delays by playing adding silence in front of the other
|
|
650
|
+
"""Delays by playing adding silence in front of the other sounds data.
|
|
606
651
|
|
|
607
652
|
:param attack: The attack factor.
|
|
608
653
|
:type attack: float
|
|
@@ -642,11 +687,11 @@ class Sound:
|
|
|
642
687
|
|
|
643
688
|
def filter(self, b: list[float], a: list[float] = (1)) -> typing_extensions.Self:
|
|
644
689
|
"""Filters a sound with the supplied IIR filter coefficients.
|
|
645
|
-
Without the second parameter
|
|
690
|
+
Without the second parameter youll get a FIR filter.If the first value of the a sequence is 0,
|
|
646
691
|
it will be set to 1 automatically.
|
|
647
692
|
If the first value of the a sequence is neither 0 nor 1, all
|
|
648
693
|
filter coefficients will be scaled by this value so that it is 1
|
|
649
|
-
in the end, you
|
|
694
|
+
in the end, you dont have to scale yourself.
|
|
650
695
|
|
|
651
696
|
:param b: The nominator filter coefficients.
|
|
652
697
|
:type b: list[float]
|
|
@@ -871,6 +916,14 @@ AP_PITCH: typing.Any
|
|
|
871
916
|
""" Constant value 2
|
|
872
917
|
"""
|
|
873
918
|
|
|
919
|
+
AP_PITCH_SCALE: typing.Any
|
|
920
|
+
""" Constant value 6
|
|
921
|
+
"""
|
|
922
|
+
|
|
923
|
+
AP_TIME_STRETCH: typing.Any
|
|
924
|
+
""" Constant value 5
|
|
925
|
+
"""
|
|
926
|
+
|
|
874
927
|
AP_VOLUME: typing.Any
|
|
875
928
|
""" Constant value 0
|
|
876
929
|
"""
|
|
@@ -5,7 +5,7 @@ import numpy.typing as npt
|
|
|
5
5
|
|
|
6
6
|
class I18nSettings:
|
|
7
7
|
"""Class allowing persistence of our settings!
|
|
8
|
-
Saved in
|
|
8
|
+
Saved in JSON format, so settings should be JSONable objects!
|
|
9
9
|
"""
|
|
10
10
|
|
|
11
11
|
BLENDER_I18N_PO_DIR: typing.Any
|
bl_i18n_utils/utils/__init__.pyi
CHANGED
|
@@ -51,7 +51,7 @@ class I18n:
|
|
|
51
51
|
|
|
52
52
|
def print_stats(self, prefix="", print_msgs=True) -> None:
|
|
53
53
|
"""Print out some stats about an I18n object.
|
|
54
|
-
If print_msgs is True, it will also print all its translations
|
|
54
|
+
If print_msgs is True, it will also print all its translations stats.
|
|
55
55
|
|
|
56
56
|
:param prefix:
|
|
57
57
|
:param print_msgs:
|
|
@@ -271,7 +271,7 @@ class I18nMessages:
|
|
|
271
271
|
def update_info(self) -> None: ...
|
|
272
272
|
@classmethod
|
|
273
273
|
def update_to_blender_repo_callback(cls, lng, settings) -> None:
|
|
274
|
-
"""Cleanup and write a single PO file (specified by a filepath) into the relevant Blender source
|
|
274
|
+
"""Cleanup and write a single PO file (specified by a filepath) into the relevant Blender source compact PO file.Callback usable in a context where Blender specific modules (like bpy) are not available.
|
|
275
275
|
|
|
276
276
|
:param lng:
|
|
277
277
|
:param settings:
|
|
@@ -298,7 +298,7 @@ class I18nMessages:
|
|
|
298
298
|
"""
|
|
299
299
|
|
|
300
300
|
def enable_addons(addons=None, support=None, disable=False, check_only=False) -> None:
|
|
301
|
-
"""Enable (or disable) addons based either on a set of names, or a set of
|
|
301
|
+
"""Enable (or disable) addons based either on a set of names, or a set of support types.
|
|
302
302
|
Returns the list of all affected addons (as fake modules)!
|
|
303
303
|
If "check_only" is set, no addon will be enabled nor disabled.
|
|
304
304
|
|
|
@@ -310,7 +310,7 @@ def find_best_isocode_matches(uid, iso_codes) -> None:
|
|
|
310
310
|
def get_best_similar(data) -> None: ...
|
|
311
311
|
def get_po_files_from_dir(root_dir, langs=set()) -> None:
|
|
312
312
|
"""Yield tuples (uid, po_path) of translations for each po file found in the given directory, which should be either
|
|
313
|
-
a directory containing po files using language
|
|
313
|
+
a directory containing po files using language uids as names (e.g. fr.po, es_ES.po, etc.), or
|
|
314
314
|
a directory containing directories which names are language uids, and containing po files of the same names.
|
|
315
315
|
|
|
316
316
|
"""
|
bl_math/__init__.pyi
CHANGED
|
@@ -2,10 +2,11 @@ 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
|
import bpy_extras.object_utils
|
|
7
8
|
|
|
8
|
-
class AddTorus(
|
|
9
|
+
class AddTorus(_bpy_types.Operator, bpy_extras.object_utils.AddObjectHelper):
|
|
9
10
|
"""Construct a torus mesh"""
|
|
10
11
|
|
|
11
12
|
bl_idname: typing.Any
|
bl_operators/anim/__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 ANIM_OT_keying_set_export(
|
|
8
|
+
class ANIM_OT_keying_set_export(_bpy_types.Operator):
|
|
8
9
|
"""Export Keying Set to a Python script"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
@@ -39,8 +40,8 @@ class ANIM_OT_keying_set_export(bpy.types.Operator):
|
|
|
39
40
|
:param _event:
|
|
40
41
|
"""
|
|
41
42
|
|
|
42
|
-
class ANIM_OT_slot_new_for_id(
|
|
43
|
-
"""Create a new Action Slot for an ID.Note that _which_ ID should get this slot must be set in the
|
|
43
|
+
class ANIM_OT_slot_new_for_id(_bpy_types.Operator):
|
|
44
|
+
"""Create a new Action Slot for an ID.Note that _which_ ID should get this slot must be set in the animated_id context pointer, using:When the ID already has a slot assigned, the newly-created slot will be
|
|
44
45
|
named after it (ensuring uniqueness with a numerical suffix) and any
|
|
45
46
|
animation data of the assigned slot will be duplicated for the new slot.
|
|
46
47
|
"""
|
|
@@ -80,7 +81,7 @@ class ANIM_OT_slot_new_for_id(bpy.types.Operator):
|
|
|
80
81
|
"""
|
|
81
82
|
|
|
82
83
|
class ANIM_OT_slot_unassign_from_constraint(
|
|
83
|
-
generic_slot_unassign_mixin,
|
|
84
|
+
generic_slot_unassign_mixin, _bpy_types.Operator
|
|
84
85
|
):
|
|
85
86
|
"""Un-assign the assigned Action Slot from an Action constraint.Note that _which_ constraint should get this slot unassigned must be set in
|
|
86
87
|
the "constraint" context pointer, using:
|
|
@@ -108,7 +109,7 @@ class ANIM_OT_slot_unassign_from_constraint(
|
|
|
108
109
|
:rtype: typing.Any
|
|
109
110
|
"""
|
|
110
111
|
|
|
111
|
-
class ANIM_OT_slot_unassign_from_id(
|
|
112
|
+
class ANIM_OT_slot_unassign_from_id(_bpy_types.Operator):
|
|
112
113
|
"""Un-assign the assigned Action Slot from an ID.Note that _which_ ID should get this slot unassigned must be set in the
|
|
113
114
|
"animated_id" context pointer, using:
|
|
114
115
|
"""
|
|
@@ -148,7 +149,7 @@ class ANIM_OT_slot_unassign_from_id(bpy.types.Operator):
|
|
|
148
149
|
"""
|
|
149
150
|
|
|
150
151
|
class ANIM_OT_slot_unassign_from_nla_strip(
|
|
151
|
-
generic_slot_unassign_mixin,
|
|
152
|
+
generic_slot_unassign_mixin, _bpy_types.Operator
|
|
152
153
|
):
|
|
153
154
|
"""Un-assign the assigned Action Slot from an NLA strip.Note that _which_ NLA strip should get this slot unassigned must be set in
|
|
154
155
|
the "nla_strip" context pointer, using:
|
|
@@ -176,7 +177,7 @@ class ANIM_OT_slot_unassign_from_nla_strip(
|
|
|
176
177
|
:rtype: typing.Any
|
|
177
178
|
"""
|
|
178
179
|
|
|
179
|
-
class ARMATURE_OT_collection_remove_unused(
|
|
180
|
+
class ARMATURE_OT_collection_remove_unused(_bpy_types.Operator):
|
|
180
181
|
"""Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed"""
|
|
181
182
|
|
|
182
183
|
bl_idname: typing.Any
|
|
@@ -233,7 +234,7 @@ class ARMATURE_OT_collection_remove_unused(bpy.types.Operator):
|
|
|
233
234
|
:param bcolls_to_remove:
|
|
234
235
|
"""
|
|
235
236
|
|
|
236
|
-
class ARMATURE_OT_collection_show_all(
|
|
237
|
+
class ARMATURE_OT_collection_show_all(_bpy_types.Operator):
|
|
237
238
|
"""Show all bone collections"""
|
|
238
239
|
|
|
239
240
|
bl_idname: typing.Any
|
|
@@ -269,8 +270,8 @@ class ARMATURE_OT_collection_show_all(bpy.types.Operator):
|
|
|
269
270
|
:param context:
|
|
270
271
|
"""
|
|
271
272
|
|
|
272
|
-
class ARMATURE_OT_collection_unsolo_all(
|
|
273
|
-
"""Clear the
|
|
273
|
+
class ARMATURE_OT_collection_unsolo_all(_bpy_types.Operator):
|
|
274
|
+
"""Clear the solo setting on all bone collections"""
|
|
274
275
|
|
|
275
276
|
bl_idname: typing.Any
|
|
276
277
|
bl_label: typing.Any
|
|
@@ -305,7 +306,7 @@ class ARMATURE_OT_collection_unsolo_all(bpy.types.Operator):
|
|
|
305
306
|
:param context:
|
|
306
307
|
"""
|
|
307
308
|
|
|
308
|
-
class ARMATURE_OT_copy_bone_color_to_selected(
|
|
309
|
+
class ARMATURE_OT_copy_bone_color_to_selected(_bpy_types.Operator):
|
|
309
310
|
"""Copy the bone color of the active bone to all selected bones"""
|
|
310
311
|
|
|
311
312
|
bl_idname: typing.Any
|
|
@@ -341,7 +342,7 @@ class ARMATURE_OT_copy_bone_color_to_selected(bpy.types.Operator):
|
|
|
341
342
|
:param context:
|
|
342
343
|
"""
|
|
343
344
|
|
|
344
|
-
class ClearUselessActions(
|
|
345
|
+
class ClearUselessActions(_bpy_types.Operator):
|
|
345
346
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries" """
|
|
346
347
|
|
|
347
348
|
bl_idname: typing.Any
|
|
@@ -377,7 +378,7 @@ class ClearUselessActions(bpy.types.Operator):
|
|
|
377
378
|
:param _context:
|
|
378
379
|
"""
|
|
379
380
|
|
|
380
|
-
class NLA_OT_bake(
|
|
381
|
+
class NLA_OT_bake(_bpy_types.Operator):
|
|
381
382
|
"""Bake all selected objects location/scale/rotation animation to an action"""
|
|
382
383
|
|
|
383
384
|
bl_idname: typing.Any
|
|
@@ -413,7 +414,7 @@ class NLA_OT_bake(bpy.types.Operator):
|
|
|
413
414
|
:param _event:
|
|
414
415
|
"""
|
|
415
416
|
|
|
416
|
-
class UpdateAnimatedTransformConstraint(
|
|
417
|
+
class UpdateAnimatedTransformConstraint(_bpy_types.Operator):
|
|
417
418
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)"""
|
|
418
419
|
|
|
419
420
|
bl_idname: typing.Any
|
bl_operators/assets/__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 ASSET_OT_open_containing_blend_file(
|
|
8
|
+
class ASSET_OT_open_containing_blend_file(_bpy_types.Operator):
|
|
8
9
|
"""Open the blend file that contains the active asset"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
@@ -59,7 +60,7 @@ class ASSET_OT_open_containing_blend_file(bpy.types.Operator):
|
|
|
59
60
|
:param context:
|
|
60
61
|
"""
|
|
61
62
|
|
|
62
|
-
class ASSET_OT_tag_add(AssetBrowserMetadataOperator,
|
|
63
|
+
class ASSET_OT_tag_add(AssetBrowserMetadataOperator, _bpy_types.Operator):
|
|
63
64
|
"""Add a new keyword tag to the active asset"""
|
|
64
65
|
|
|
65
66
|
bl_idname: typing.Any
|
|
@@ -88,7 +89,7 @@ class ASSET_OT_tag_add(AssetBrowserMetadataOperator, bpy.types.Operator):
|
|
|
88
89
|
:param context:
|
|
89
90
|
"""
|
|
90
91
|
|
|
91
|
-
class ASSET_OT_tag_remove(AssetBrowserMetadataOperator,
|
|
92
|
+
class ASSET_OT_tag_remove(AssetBrowserMetadataOperator, _bpy_types.Operator):
|
|
92
93
|
"""Remove an existing keyword tag from the active asset"""
|
|
93
94
|
|
|
94
95
|
bl_idname: typing.Any
|
|
@@ -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 POSE_OT_selection_set_add(_PoseModeOnlyMixin,
|
|
8
|
+
class POSE_OT_selection_set_add(_PoseModeOnlyMixin, _bpy_types.Operator):
|
|
8
9
|
"""Operator only available for objects of type armature in pose mode."""
|
|
9
10
|
|
|
10
11
|
bl_description: typing.Any
|
|
@@ -34,7 +35,7 @@ class POSE_OT_selection_set_add(_PoseModeOnlyMixin, bpy.types.Operator):
|
|
|
34
35
|
:param context:
|
|
35
36
|
"""
|
|
36
37
|
|
|
37
|
-
class POSE_OT_selection_set_add_and_assign(_PoseModeOnlyMixin,
|
|
38
|
+
class POSE_OT_selection_set_add_and_assign(_PoseModeOnlyMixin, _bpy_types.Operator):
|
|
38
39
|
"""Operator only available for objects of type armature in pose mode."""
|
|
39
40
|
|
|
40
41
|
bl_description: typing.Any
|
|
@@ -64,7 +65,7 @@ class POSE_OT_selection_set_add_and_assign(_PoseModeOnlyMixin, bpy.types.Operato
|
|
|
64
65
|
:param context:
|
|
65
66
|
"""
|
|
66
67
|
|
|
67
|
-
class POSE_OT_selection_set_assign(_PoseModeOnlyMixin,
|
|
68
|
+
class POSE_OT_selection_set_assign(_PoseModeOnlyMixin, _bpy_types.Operator):
|
|
68
69
|
"""Operator only available for objects of type armature in pose mode."""
|
|
69
70
|
|
|
70
71
|
bl_description: typing.Any
|
|
@@ -101,7 +102,7 @@ class POSE_OT_selection_set_assign(_PoseModeOnlyMixin, bpy.types.Operator):
|
|
|
101
102
|
:param _event:
|
|
102
103
|
"""
|
|
103
104
|
|
|
104
|
-
class POSE_OT_selection_set_copy(_NeedSelSetMixin,
|
|
105
|
+
class POSE_OT_selection_set_copy(_NeedSelSetMixin, _bpy_types.Operator):
|
|
105
106
|
"""Operator only available if the armature has a selected selection set."""
|
|
106
107
|
|
|
107
108
|
bl_description: typing.Any
|
|
@@ -131,7 +132,7 @@ class POSE_OT_selection_set_copy(_NeedSelSetMixin, bpy.types.Operator):
|
|
|
131
132
|
:param context:
|
|
132
133
|
"""
|
|
133
134
|
|
|
134
|
-
class POSE_OT_selection_set_delete_all(_PoseModeOnlyMixin,
|
|
135
|
+
class POSE_OT_selection_set_delete_all(_PoseModeOnlyMixin, _bpy_types.Operator):
|
|
135
136
|
"""Operator only available for objects of type armature in pose mode."""
|
|
136
137
|
|
|
137
138
|
bl_description: typing.Any
|
|
@@ -161,7 +162,7 @@ class POSE_OT_selection_set_delete_all(_PoseModeOnlyMixin, bpy.types.Operator):
|
|
|
161
162
|
:param context:
|
|
162
163
|
"""
|
|
163
164
|
|
|
164
|
-
class POSE_OT_selection_set_deselect(_NeedSelSetMixin,
|
|
165
|
+
class POSE_OT_selection_set_deselect(_NeedSelSetMixin, _bpy_types.Operator):
|
|
165
166
|
"""Operator only available if the armature has a selected selection set."""
|
|
166
167
|
|
|
167
168
|
bl_description: typing.Any
|
|
@@ -191,7 +192,7 @@ class POSE_OT_selection_set_deselect(_NeedSelSetMixin, bpy.types.Operator):
|
|
|
191
192
|
:param context:
|
|
192
193
|
"""
|
|
193
194
|
|
|
194
|
-
class POSE_OT_selection_set_move(_NeedSelSetMixin,
|
|
195
|
+
class POSE_OT_selection_set_move(_NeedSelSetMixin, _bpy_types.Operator):
|
|
195
196
|
"""Operator only available if the armature has a selected selection set."""
|
|
196
197
|
|
|
197
198
|
bl_description: typing.Any
|
|
@@ -228,7 +229,7 @@ class POSE_OT_selection_set_move(_NeedSelSetMixin, bpy.types.Operator):
|
|
|
228
229
|
:param context:
|
|
229
230
|
"""
|
|
230
231
|
|
|
231
|
-
class POSE_OT_selection_set_paste(_PoseModeOnlyMixin,
|
|
232
|
+
class POSE_OT_selection_set_paste(_PoseModeOnlyMixin, _bpy_types.Operator):
|
|
232
233
|
"""Operator only available for objects of type armature in pose mode."""
|
|
233
234
|
|
|
234
235
|
bl_description: typing.Any
|
|
@@ -258,7 +259,7 @@ class POSE_OT_selection_set_paste(_PoseModeOnlyMixin, bpy.types.Operator):
|
|
|
258
259
|
:param context:
|
|
259
260
|
"""
|
|
260
261
|
|
|
261
|
-
class POSE_OT_selection_set_remove(_NeedSelSetMixin,
|
|
262
|
+
class POSE_OT_selection_set_remove(_NeedSelSetMixin, _bpy_types.Operator):
|
|
262
263
|
"""Operator only available if the armature has a selected selection set."""
|
|
263
264
|
|
|
264
265
|
bl_description: typing.Any
|
|
@@ -288,7 +289,7 @@ class POSE_OT_selection_set_remove(_NeedSelSetMixin, bpy.types.Operator):
|
|
|
288
289
|
:param context:
|
|
289
290
|
"""
|
|
290
291
|
|
|
291
|
-
class POSE_OT_selection_set_remove_bones(_PoseModeOnlyMixin,
|
|
292
|
+
class POSE_OT_selection_set_remove_bones(_PoseModeOnlyMixin, _bpy_types.Operator):
|
|
292
293
|
"""Operator only available for objects of type armature in pose mode."""
|
|
293
294
|
|
|
294
295
|
bl_description: typing.Any
|
|
@@ -318,7 +319,7 @@ class POSE_OT_selection_set_remove_bones(_PoseModeOnlyMixin, bpy.types.Operator)
|
|
|
318
319
|
:param context:
|
|
319
320
|
"""
|
|
320
321
|
|
|
321
|
-
class POSE_OT_selection_set_select(_NeedSelSetMixin,
|
|
322
|
+
class POSE_OT_selection_set_select(_NeedSelSetMixin, _bpy_types.Operator):
|
|
322
323
|
"""Operator only available if the armature has a selected selection set."""
|
|
323
324
|
|
|
324
325
|
bl_description: typing.Any
|
|
@@ -348,7 +349,7 @@ class POSE_OT_selection_set_select(_NeedSelSetMixin, bpy.types.Operator):
|
|
|
348
349
|
:param context:
|
|
349
350
|
"""
|
|
350
351
|
|
|
351
|
-
class POSE_OT_selection_set_unassign(_NeedSelSetMixin,
|
|
352
|
+
class POSE_OT_selection_set_unassign(_NeedSelSetMixin, _bpy_types.Operator):
|
|
352
353
|
"""Operator only available if the armature has a selected selection set."""
|
|
353
354
|
|
|
354
355
|
bl_description: typing.Any
|
|
@@ -378,7 +379,7 @@ class POSE_OT_selection_set_unassign(_NeedSelSetMixin, bpy.types.Operator):
|
|
|
378
379
|
:param context:
|
|
379
380
|
"""
|
|
380
381
|
|
|
381
|
-
class SelectionEntry(
|
|
382
|
+
class SelectionEntry(_bpy_types.PropertyGroup):
|
|
382
383
|
bl_rna: typing.Any
|
|
383
384
|
id_data: typing.Any
|
|
384
385
|
|
|
@@ -396,7 +397,7 @@ class SelectionEntry(bpy.types.PropertyGroup):
|
|
|
396
397
|
:rtype: typing.Any
|
|
397
398
|
"""
|
|
398
399
|
|
|
399
|
-
class SelectionSet(
|
|
400
|
+
class SelectionSet(_bpy_types.PropertyGroup):
|
|
400
401
|
bl_rna: typing.Any
|
|
401
402
|
id_data: typing.Any
|
|
402
403
|
|