fake-bpy-module 20240614__py3-none-any.whl → 20240616__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_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +5 -6
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +269 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/app/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +859 -1031
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
bl_operators/object/__init__.pyi
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
7
|
|
|
9
|
-
class ClearAllRestrictRender
|
|
8
|
+
class ClearAllRestrictRender:
|
|
10
9
|
"""Reveal all render objects by setting the hide render flag"""
|
|
11
10
|
|
|
12
11
|
bl_idname: typing.Any
|
|
@@ -213,7 +212,7 @@ class ClearAllRestrictRender(bpy_types.Operator):
|
|
|
213
212
|
"""
|
|
214
213
|
...
|
|
215
214
|
|
|
216
|
-
class DupliOffsetFromCursor
|
|
215
|
+
class DupliOffsetFromCursor:
|
|
217
216
|
"""Set offset used for collection instances based on cursor position"""
|
|
218
217
|
|
|
219
218
|
bl_idname: typing.Any
|
|
@@ -420,7 +419,7 @@ class DupliOffsetFromCursor(bpy_types.Operator):
|
|
|
420
419
|
"""
|
|
421
420
|
...
|
|
422
421
|
|
|
423
|
-
class DupliOffsetFromObject
|
|
422
|
+
class DupliOffsetFromObject:
|
|
424
423
|
"""Set offset used for collection instances based on the active object position"""
|
|
425
424
|
|
|
426
425
|
bl_idname: typing.Any
|
|
@@ -634,7 +633,7 @@ class DupliOffsetFromObject(bpy_types.Operator):
|
|
|
634
633
|
"""
|
|
635
634
|
...
|
|
636
635
|
|
|
637
|
-
class DupliOffsetToCursor
|
|
636
|
+
class DupliOffsetToCursor:
|
|
638
637
|
"""Set cursor position to the offset used for collection instances"""
|
|
639
638
|
|
|
640
639
|
bl_idname: typing.Any
|
|
@@ -841,7 +840,7 @@ class DupliOffsetToCursor(bpy_types.Operator):
|
|
|
841
840
|
"""
|
|
842
841
|
...
|
|
843
842
|
|
|
844
|
-
class IsolateTypeRender
|
|
843
|
+
class IsolateTypeRender:
|
|
845
844
|
"""Hide unselected render objects of same type as active by setting the hide render flag"""
|
|
846
845
|
|
|
847
846
|
bl_idname: typing.Any
|
|
@@ -1055,7 +1054,7 @@ class IsolateTypeRender(bpy_types.Operator):
|
|
|
1055
1054
|
"""
|
|
1056
1055
|
...
|
|
1057
1056
|
|
|
1058
|
-
class JoinUVs
|
|
1057
|
+
class JoinUVs:
|
|
1059
1058
|
"""Transfer UV Maps from active to selected objects (needs matching geometry)"""
|
|
1060
1059
|
|
|
1061
1060
|
bl_idname: typing.Any
|
|
@@ -1269,7 +1268,7 @@ class JoinUVs(bpy_types.Operator):
|
|
|
1269
1268
|
"""
|
|
1270
1269
|
...
|
|
1271
1270
|
|
|
1272
|
-
class MakeDupliFace
|
|
1271
|
+
class MakeDupliFace:
|
|
1273
1272
|
"""Convert objects into instanced faces"""
|
|
1274
1273
|
|
|
1275
1274
|
bl_idname: typing.Any
|
|
@@ -1476,7 +1475,7 @@ class MakeDupliFace(bpy_types.Operator):
|
|
|
1476
1475
|
"""
|
|
1477
1476
|
...
|
|
1478
1477
|
|
|
1479
|
-
class OBJECT_OT_assign_property_defaults
|
|
1478
|
+
class OBJECT_OT_assign_property_defaults:
|
|
1480
1479
|
"""Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing"""
|
|
1481
1480
|
|
|
1482
1481
|
bl_idname: typing.Any
|
|
@@ -1697,7 +1696,7 @@ class OBJECT_OT_assign_property_defaults(bpy_types.Operator):
|
|
|
1697
1696
|
"""
|
|
1698
1697
|
...
|
|
1699
1698
|
|
|
1700
|
-
class SelectCamera
|
|
1699
|
+
class SelectCamera:
|
|
1701
1700
|
"""Select the active camera"""
|
|
1702
1701
|
|
|
1703
1702
|
bl_idname: typing.Any
|
|
@@ -1904,7 +1903,7 @@ class SelectCamera(bpy_types.Operator):
|
|
|
1904
1903
|
"""
|
|
1905
1904
|
...
|
|
1906
1905
|
|
|
1907
|
-
class SelectHierarchy
|
|
1906
|
+
class SelectHierarchy:
|
|
1908
1907
|
"""Select object relative to the active object's position in the hierarchy"""
|
|
1909
1908
|
|
|
1910
1909
|
bl_idname: typing.Any
|
|
@@ -2118,7 +2117,7 @@ class SelectHierarchy(bpy_types.Operator):
|
|
|
2118
2117
|
"""
|
|
2119
2118
|
...
|
|
2120
2119
|
|
|
2121
|
-
class SelectPattern
|
|
2120
|
+
class SelectPattern:
|
|
2122
2121
|
"""Select objects matching a naming pattern"""
|
|
2123
2122
|
|
|
2124
2123
|
bl_idname: typing.Any
|
|
@@ -2348,7 +2347,7 @@ class SelectPattern(bpy_types.Operator):
|
|
|
2348
2347
|
"""
|
|
2349
2348
|
...
|
|
2350
2349
|
|
|
2351
|
-
class ShapeTransfer
|
|
2350
|
+
class ShapeTransfer:
|
|
2352
2351
|
"""Copy the active shape key of another selected object to this one"""
|
|
2353
2352
|
|
|
2354
2353
|
bl_idname: typing.Any
|
|
@@ -2562,7 +2561,7 @@ class ShapeTransfer(bpy_types.Operator):
|
|
|
2562
2561
|
"""
|
|
2563
2562
|
...
|
|
2564
2563
|
|
|
2565
|
-
class SubdivisionSet
|
|
2564
|
+
class SubdivisionSet:
|
|
2566
2565
|
"""Sets a Subdivision Surface level (1 to 5)"""
|
|
2567
2566
|
|
|
2568
2567
|
bl_idname: typing.Any
|
|
@@ -2776,7 +2775,7 @@ class SubdivisionSet(bpy_types.Operator):
|
|
|
2776
2775
|
"""
|
|
2777
2776
|
...
|
|
2778
2777
|
|
|
2779
|
-
class TransformsToDeltas
|
|
2778
|
+
class TransformsToDeltas:
|
|
2780
2779
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well"""
|
|
2781
2780
|
|
|
2782
2781
|
bl_idname: typing.Any
|
|
@@ -3011,7 +3010,7 @@ class TransformsToDeltas(bpy_types.Operator):
|
|
|
3011
3010
|
"""
|
|
3012
3011
|
...
|
|
3013
3012
|
|
|
3014
|
-
class TransformsToDeltasAnim
|
|
3013
|
+
class TransformsToDeltasAnim:
|
|
3015
3014
|
"""Convert object animation for normal transforms to delta transforms"""
|
|
3016
3015
|
|
|
3017
3016
|
bl_idname: typing.Any
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
7
|
|
|
9
|
-
class AlignObjects
|
|
8
|
+
class AlignObjects:
|
|
10
9
|
"""Align objects"""
|
|
11
10
|
|
|
12
11
|
bl_idname: typing.Any
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -14,7 +13,7 @@ class ObjectModeOperator:
|
|
|
14
13
|
"""
|
|
15
14
|
...
|
|
16
15
|
|
|
17
|
-
class QuickLiquid
|
|
16
|
+
class QuickLiquid:
|
|
18
17
|
"""Make selected objects liquid"""
|
|
19
18
|
|
|
20
19
|
bl_idname: typing.Any
|
|
@@ -221,7 +220,7 @@ class QuickLiquid(bpy_types.Operator):
|
|
|
221
220
|
"""
|
|
222
221
|
...
|
|
223
222
|
|
|
224
|
-
class QuickExplode(ObjectModeOperator
|
|
223
|
+
class QuickExplode(ObjectModeOperator):
|
|
225
224
|
"""Make selected objects explode"""
|
|
226
225
|
|
|
227
226
|
bl_idname: typing.Any
|
|
@@ -443,7 +442,7 @@ class QuickExplode(ObjectModeOperator, bpy_types.Operator):
|
|
|
443
442
|
"""
|
|
444
443
|
...
|
|
445
444
|
|
|
446
|
-
class QuickFur(ObjectModeOperator
|
|
445
|
+
class QuickFur(ObjectModeOperator):
|
|
447
446
|
"""Add a fur setup to the selected objects"""
|
|
448
447
|
|
|
449
448
|
bl_idname: typing.Any
|
|
@@ -657,7 +656,7 @@ class QuickFur(ObjectModeOperator, bpy_types.Operator):
|
|
|
657
656
|
"""
|
|
658
657
|
...
|
|
659
658
|
|
|
660
|
-
class QuickSmoke(ObjectModeOperator
|
|
659
|
+
class QuickSmoke(ObjectModeOperator):
|
|
661
660
|
"""Use selected objects as smoke emitters"""
|
|
662
661
|
|
|
663
662
|
bl_idname: typing.Any
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
7
|
|
|
9
|
-
class RandomizeLocRotSize
|
|
8
|
+
class RandomizeLocRotSize:
|
|
10
9
|
"""Randomize objects location, rotation, and scale"""
|
|
11
10
|
|
|
12
11
|
bl_idname: typing.Any
|
|
@@ -39,7 +39,7 @@ class AddPresetBase:
|
|
|
39
39
|
"""
|
|
40
40
|
...
|
|
41
41
|
|
|
42
|
-
class ExecutePreset
|
|
42
|
+
class ExecutePreset:
|
|
43
43
|
"""Load a preset"""
|
|
44
44
|
|
|
45
45
|
bl_idname: typing.Any
|
|
@@ -245,7 +245,7 @@ class ExecutePreset(bpy_types.Operator):
|
|
|
245
245
|
"""
|
|
246
246
|
...
|
|
247
247
|
|
|
248
|
-
class WM_MT_operator_presets(bpy_types.
|
|
248
|
+
class WM_MT_operator_presets(bpy_types._GenericUI):
|
|
249
249
|
bl_label: typing.Any
|
|
250
250
|
bl_rna: typing.Any
|
|
251
251
|
id_data: typing.Any
|
|
@@ -517,7 +517,7 @@ class WM_MT_operator_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
517
517
|
"""
|
|
518
518
|
...
|
|
519
519
|
|
|
520
|
-
class WM_OT_operator_presets_cleanup
|
|
520
|
+
class WM_OT_operator_presets_cleanup:
|
|
521
521
|
"""Remove outdated operator properties from presets that may cause problems"""
|
|
522
522
|
|
|
523
523
|
bl_idname: typing.Any
|
|
@@ -723,9 +723,7 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
|
|
|
723
723
|
"""
|
|
724
724
|
...
|
|
725
725
|
|
|
726
|
-
class WM_PT_operator_presets(
|
|
727
|
-
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
728
|
-
):
|
|
726
|
+
class WM_PT_operator_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
729
727
|
bl_label: typing.Any
|
|
730
728
|
bl_region_type: typing.Any
|
|
731
729
|
bl_rna: typing.Any
|
|
@@ -996,7 +994,7 @@ class WM_PT_operator_presets(
|
|
|
996
994
|
"""
|
|
997
995
|
...
|
|
998
996
|
|
|
999
|
-
class AddPresetCamera(AddPresetBase
|
|
997
|
+
class AddPresetCamera(AddPresetBase):
|
|
1000
998
|
"""Add or remove a Camera Preset"""
|
|
1001
999
|
|
|
1002
1000
|
bl_idname: typing.Any
|
|
@@ -1229,7 +1227,7 @@ class AddPresetCamera(AddPresetBase, bpy_types.Operator):
|
|
|
1229
1227
|
"""
|
|
1230
1228
|
...
|
|
1231
1229
|
|
|
1232
|
-
class AddPresetCameraSafeAreas(AddPresetBase
|
|
1230
|
+
class AddPresetCameraSafeAreas(AddPresetBase):
|
|
1233
1231
|
"""Add or remove a Safe Areas Preset"""
|
|
1234
1232
|
|
|
1235
1233
|
bl_idname: typing.Any
|
|
@@ -1462,7 +1460,7 @@ class AddPresetCameraSafeAreas(AddPresetBase, bpy_types.Operator):
|
|
|
1462
1460
|
"""
|
|
1463
1461
|
...
|
|
1464
1462
|
|
|
1465
|
-
class AddPresetCloth(AddPresetBase
|
|
1463
|
+
class AddPresetCloth(AddPresetBase):
|
|
1466
1464
|
"""Add or remove a Cloth Preset"""
|
|
1467
1465
|
|
|
1468
1466
|
bl_idname: typing.Any
|
|
@@ -1695,7 +1693,7 @@ class AddPresetCloth(AddPresetBase, bpy_types.Operator):
|
|
|
1695
1693
|
"""
|
|
1696
1694
|
...
|
|
1697
1695
|
|
|
1698
|
-
class AddPresetEEVEERaytracing(AddPresetBase
|
|
1696
|
+
class AddPresetEEVEERaytracing(AddPresetBase):
|
|
1699
1697
|
"""Add or remove an EEVEE ray-tracing preset"""
|
|
1700
1698
|
|
|
1701
1699
|
bl_idname: typing.Any
|
|
@@ -1928,7 +1926,7 @@ class AddPresetEEVEERaytracing(AddPresetBase, bpy_types.Operator):
|
|
|
1928
1926
|
"""
|
|
1929
1927
|
...
|
|
1930
1928
|
|
|
1931
|
-
class AddPresetFluid(AddPresetBase
|
|
1929
|
+
class AddPresetFluid(AddPresetBase):
|
|
1932
1930
|
"""Add or remove a Fluid Preset"""
|
|
1933
1931
|
|
|
1934
1932
|
bl_idname: typing.Any
|
|
@@ -2161,7 +2159,7 @@ class AddPresetFluid(AddPresetBase, bpy_types.Operator):
|
|
|
2161
2159
|
"""
|
|
2162
2160
|
...
|
|
2163
2161
|
|
|
2164
|
-
class AddPresetGpencilBrush(AddPresetBase
|
|
2162
|
+
class AddPresetGpencilBrush(AddPresetBase):
|
|
2165
2163
|
"""Add or remove grease pencil brush preset"""
|
|
2166
2164
|
|
|
2167
2165
|
bl_idname: typing.Any
|
|
@@ -2394,7 +2392,7 @@ class AddPresetGpencilBrush(AddPresetBase, bpy_types.Operator):
|
|
|
2394
2392
|
"""
|
|
2395
2393
|
...
|
|
2396
2394
|
|
|
2397
|
-
class AddPresetGpencilMaterial(AddPresetBase
|
|
2395
|
+
class AddPresetGpencilMaterial(AddPresetBase):
|
|
2398
2396
|
"""Add or remove grease pencil material preset"""
|
|
2399
2397
|
|
|
2400
2398
|
bl_idname: typing.Any
|
|
@@ -2627,7 +2625,7 @@ class AddPresetGpencilMaterial(AddPresetBase, bpy_types.Operator):
|
|
|
2627
2625
|
"""
|
|
2628
2626
|
...
|
|
2629
2627
|
|
|
2630
|
-
class AddPresetHairDynamics(AddPresetBase
|
|
2628
|
+
class AddPresetHairDynamics(AddPresetBase):
|
|
2631
2629
|
"""Add or remove a Hair Dynamics Preset"""
|
|
2632
2630
|
|
|
2633
2631
|
bl_idname: typing.Any
|
|
@@ -2860,7 +2858,7 @@ class AddPresetHairDynamics(AddPresetBase, bpy_types.Operator):
|
|
|
2860
2858
|
"""
|
|
2861
2859
|
...
|
|
2862
2860
|
|
|
2863
|
-
class AddPresetInterfaceTheme(AddPresetBase
|
|
2861
|
+
class AddPresetInterfaceTheme(AddPresetBase):
|
|
2864
2862
|
"""Add a custom theme to the preset list"""
|
|
2865
2863
|
|
|
2866
2864
|
bl_idname: typing.Any
|
|
@@ -3091,7 +3089,7 @@ class AddPresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
|
|
|
3091
3089
|
"""
|
|
3092
3090
|
...
|
|
3093
3091
|
|
|
3094
|
-
class AddPresetKeyconfig(AddPresetBase
|
|
3092
|
+
class AddPresetKeyconfig(AddPresetBase):
|
|
3095
3093
|
"""Add a custom keymap configuration to the preset list"""
|
|
3096
3094
|
|
|
3097
3095
|
bl_idname: typing.Any
|
|
@@ -3330,7 +3328,7 @@ class AddPresetKeyconfig(AddPresetBase, bpy_types.Operator):
|
|
|
3330
3328
|
"""
|
|
3331
3329
|
...
|
|
3332
3330
|
|
|
3333
|
-
class AddPresetNodeColor(AddPresetBase
|
|
3331
|
+
class AddPresetNodeColor(AddPresetBase):
|
|
3334
3332
|
"""Add or remove a Node Color Preset"""
|
|
3335
3333
|
|
|
3336
3334
|
bl_idname: typing.Any
|
|
@@ -3563,7 +3561,7 @@ class AddPresetNodeColor(AddPresetBase, bpy_types.Operator):
|
|
|
3563
3561
|
"""
|
|
3564
3562
|
...
|
|
3565
3563
|
|
|
3566
|
-
class AddPresetOperator(AddPresetBase
|
|
3564
|
+
class AddPresetOperator(AddPresetBase):
|
|
3567
3565
|
"""Add or remove an Operator Preset"""
|
|
3568
3566
|
|
|
3569
3567
|
bl_idname: typing.Any
|
|
@@ -3803,7 +3801,7 @@ class AddPresetOperator(AddPresetBase, bpy_types.Operator):
|
|
|
3803
3801
|
"""
|
|
3804
3802
|
...
|
|
3805
3803
|
|
|
3806
|
-
class AddPresetRender(AddPresetBase
|
|
3804
|
+
class AddPresetRender(AddPresetBase):
|
|
3807
3805
|
"""Add or remove a Render Preset"""
|
|
3808
3806
|
|
|
3809
3807
|
bl_idname: typing.Any
|
|
@@ -4036,7 +4034,7 @@ class AddPresetRender(AddPresetBase, bpy_types.Operator):
|
|
|
4036
4034
|
"""
|
|
4037
4035
|
...
|
|
4038
4036
|
|
|
4039
|
-
class AddPresetTextEditor(AddPresetBase
|
|
4037
|
+
class AddPresetTextEditor(AddPresetBase):
|
|
4040
4038
|
"""Add or remove a Text Editor Preset"""
|
|
4041
4039
|
|
|
4042
4040
|
bl_idname: typing.Any
|
|
@@ -4269,7 +4267,7 @@ class AddPresetTextEditor(AddPresetBase, bpy_types.Operator):
|
|
|
4269
4267
|
"""
|
|
4270
4268
|
...
|
|
4271
4269
|
|
|
4272
|
-
class AddPresetTrackingCamera(AddPresetBase
|
|
4270
|
+
class AddPresetTrackingCamera(AddPresetBase):
|
|
4273
4271
|
"""Add or remove a Tracking Camera Intrinsics Preset"""
|
|
4274
4272
|
|
|
4275
4273
|
bl_idname: typing.Any
|
|
@@ -4502,7 +4500,7 @@ class AddPresetTrackingCamera(AddPresetBase, bpy_types.Operator):
|
|
|
4502
4500
|
"""
|
|
4503
4501
|
...
|
|
4504
4502
|
|
|
4505
|
-
class AddPresetTrackingSettings(AddPresetBase
|
|
4503
|
+
class AddPresetTrackingSettings(AddPresetBase):
|
|
4506
4504
|
"""Add or remove a motion tracking settings preset"""
|
|
4507
4505
|
|
|
4508
4506
|
bl_idname: typing.Any
|
|
@@ -4735,7 +4733,7 @@ class AddPresetTrackingSettings(AddPresetBase, bpy_types.Operator):
|
|
|
4735
4733
|
"""
|
|
4736
4734
|
...
|
|
4737
4735
|
|
|
4738
|
-
class AddPresetTrackingTrackColor(AddPresetBase
|
|
4736
|
+
class AddPresetTrackingTrackColor(AddPresetBase):
|
|
4739
4737
|
"""Add or remove a Clip Track Color Preset"""
|
|
4740
4738
|
|
|
4741
4739
|
bl_idname: typing.Any
|
|
@@ -4968,7 +4966,7 @@ class AddPresetTrackingTrackColor(AddPresetBase, bpy_types.Operator):
|
|
|
4968
4966
|
"""
|
|
4969
4967
|
...
|
|
4970
4968
|
|
|
4971
|
-
class RemovePresetInterfaceTheme(AddPresetBase
|
|
4969
|
+
class RemovePresetInterfaceTheme(AddPresetBase):
|
|
4972
4970
|
"""Remove a custom theme from the preset list"""
|
|
4973
4971
|
|
|
4974
4972
|
bl_idname: typing.Any
|
|
@@ -5213,7 +5211,7 @@ class RemovePresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
|
|
|
5213
5211
|
"""
|
|
5214
5212
|
...
|
|
5215
5213
|
|
|
5216
|
-
class RemovePresetKeyconfig(AddPresetBase
|
|
5214
|
+
class RemovePresetKeyconfig(AddPresetBase):
|
|
5217
5215
|
"""Remove a custom keymap configuration from the preset list"""
|
|
5218
5216
|
|
|
5219
5217
|
bl_idname: typing.Any
|
|
@@ -5465,7 +5463,7 @@ class RemovePresetKeyconfig(AddPresetBase, bpy_types.Operator):
|
|
|
5465
5463
|
"""
|
|
5466
5464
|
...
|
|
5467
5465
|
|
|
5468
|
-
class SavePresetInterfaceTheme(AddPresetBase
|
|
5466
|
+
class SavePresetInterfaceTheme(AddPresetBase):
|
|
5469
5467
|
"""Save a custom theme in the preset list"""
|
|
5470
5468
|
|
|
5471
5469
|
bl_idname: typing.Any
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
7
|
|
|
9
|
-
class BakeToKeyframes
|
|
8
|
+
class BakeToKeyframes:
|
|
10
9
|
"""Bake rigid body transformations of selected objects to keyframes"""
|
|
11
10
|
|
|
12
11
|
bl_idname: typing.Any
|
|
@@ -228,7 +227,7 @@ class BakeToKeyframes(bpy_types.Operator):
|
|
|
228
227
|
"""
|
|
229
228
|
...
|
|
230
229
|
|
|
231
|
-
class ConnectRigidBodies
|
|
230
|
+
class ConnectRigidBodies:
|
|
232
231
|
"""Create rigid body constraints between selected rigid bodies"""
|
|
233
232
|
|
|
234
233
|
bl_idname: typing.Any
|
|
@@ -442,7 +441,7 @@ class ConnectRigidBodies(bpy_types.Operator):
|
|
|
442
441
|
"""
|
|
443
442
|
...
|
|
444
443
|
|
|
445
|
-
class CopyRigidbodySettings
|
|
444
|
+
class CopyRigidbodySettings:
|
|
446
445
|
"""Copy Rigid Body settings from active object to selected"""
|
|
447
446
|
|
|
448
447
|
bl_idname: typing.Any
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
7
|
|
|
9
|
-
class PlayRenderedAnim
|
|
8
|
+
class PlayRenderedAnim:
|
|
10
9
|
"""Play back rendered frames/movies using an external player"""
|
|
11
10
|
|
|
12
11
|
bl_idname: typing.Any
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -31,7 +30,7 @@ class SequencerFileHandlerBase:
|
|
|
31
30
|
"""
|
|
32
31
|
...
|
|
33
32
|
|
|
34
|
-
class SequencerCrossfadeSounds
|
|
33
|
+
class SequencerCrossfadeSounds:
|
|
35
34
|
"""Do cross-fading volume animation of two selected sound strips"""
|
|
36
35
|
|
|
37
36
|
bl_idname: typing.Any
|
|
@@ -245,7 +244,7 @@ class SequencerCrossfadeSounds(bpy_types.Operator):
|
|
|
245
244
|
"""
|
|
246
245
|
...
|
|
247
246
|
|
|
248
|
-
class SequencerDeinterlaceSelectedMovies
|
|
247
|
+
class SequencerDeinterlaceSelectedMovies:
|
|
249
248
|
"""Deinterlace all selected movie sources"""
|
|
250
249
|
|
|
251
250
|
bl_idname: typing.Any
|
|
@@ -459,7 +458,7 @@ class SequencerDeinterlaceSelectedMovies(bpy_types.Operator):
|
|
|
459
458
|
"""
|
|
460
459
|
...
|
|
461
460
|
|
|
462
|
-
class SequencerFadesAdd
|
|
461
|
+
class SequencerFadesAdd:
|
|
463
462
|
"""Adds or updates a fade animation for either visual or audio strips"""
|
|
464
463
|
|
|
465
464
|
bl_idname: typing.Any
|
|
@@ -728,7 +727,7 @@ class SequencerFadesAdd(bpy_types.Operator):
|
|
|
728
727
|
"""
|
|
729
728
|
...
|
|
730
729
|
|
|
731
|
-
class SequencerFadesClear
|
|
730
|
+
class SequencerFadesClear:
|
|
732
731
|
"""Removes fade animation from selected sequences"""
|
|
733
732
|
|
|
734
733
|
bl_idname: typing.Any
|
|
@@ -942,7 +941,7 @@ class SequencerFadesClear(bpy_types.Operator):
|
|
|
942
941
|
"""
|
|
943
942
|
...
|
|
944
943
|
|
|
945
|
-
class SequencerSplitMulticam
|
|
944
|
+
class SequencerSplitMulticam:
|
|
946
945
|
"""Split multicam strip and select camera"""
|
|
947
946
|
|
|
948
947
|
bl_idname: typing.Any
|
|
@@ -1156,7 +1155,7 @@ class SequencerSplitMulticam(bpy_types.Operator):
|
|
|
1156
1155
|
"""
|
|
1157
1156
|
...
|
|
1158
1157
|
|
|
1159
|
-
class SEQUENCER_FH_image_strip(
|
|
1158
|
+
class SEQUENCER_FH_image_strip(SequencerFileHandlerBase):
|
|
1160
1159
|
bl_file_extensions: typing.Any
|
|
1161
1160
|
bl_idname: typing.Any
|
|
1162
1161
|
bl_import_operator: typing.Any
|
|
@@ -1351,7 +1350,7 @@ class SEQUENCER_FH_image_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
1351
1350
|
"""
|
|
1352
1351
|
...
|
|
1353
1352
|
|
|
1354
|
-
class SEQUENCER_FH_movie_strip(
|
|
1353
|
+
class SEQUENCER_FH_movie_strip(SequencerFileHandlerBase):
|
|
1355
1354
|
bl_file_extensions: typing.Any
|
|
1356
1355
|
bl_idname: typing.Any
|
|
1357
1356
|
bl_import_operator: typing.Any
|
|
@@ -1546,7 +1545,7 @@ class SEQUENCER_FH_movie_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
|
1546
1545
|
"""
|
|
1547
1546
|
...
|
|
1548
1547
|
|
|
1549
|
-
class SEQUENCER_FH_sound_strip(
|
|
1548
|
+
class SEQUENCER_FH_sound_strip(SequencerFileHandlerBase):
|
|
1550
1549
|
bl_file_extensions: typing.Any
|
|
1551
1550
|
bl_idname: typing.Any
|
|
1552
1551
|
bl_import_operator: typing.Any
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import bpy.types
|
|
4
|
-
import bpy_types
|
|
5
4
|
|
|
6
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
7
|
|
|
9
|
-
class SPREADSHEET_OT_toggle_pin
|
|
8
|
+
class SPREADSHEET_OT_toggle_pin:
|
|
10
9
|
"""Turn on or off pinning"""
|
|
11
10
|
|
|
12
11
|
bl_idname: typing.Any
|