fake-bpy-module 20240517__py3-none-any.whl → 20240518__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/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
bl_operators/object/__init__.pyi
CHANGED
|
@@ -8,19 +8,10 @@ class ClearAllRestrictRender(bpy_types.Operator):
|
|
|
8
8
|
"""Reveal all render objects by setting the hide render flag"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -224,19 +215,10 @@ class DupliOffsetFromCursor(bpy_types.Operator):
|
|
|
224
215
|
"""Set offset used for collection instances based on cursor position"""
|
|
225
216
|
|
|
226
217
|
bl_idname: typing.Any
|
|
227
|
-
""" """
|
|
228
|
-
|
|
229
218
|
bl_label: typing.Any
|
|
230
|
-
""" """
|
|
231
|
-
|
|
232
219
|
bl_options: typing.Any
|
|
233
|
-
""" """
|
|
234
|
-
|
|
235
220
|
bl_rna: typing.Any
|
|
236
|
-
""" """
|
|
237
|
-
|
|
238
221
|
id_data: typing.Any
|
|
239
|
-
""" """
|
|
240
222
|
|
|
241
223
|
def as_keywords(self, ignore=()):
|
|
242
224
|
"""Return a copy of the properties as a dictionary
|
|
@@ -440,19 +422,10 @@ class DupliOffsetFromObject(bpy_types.Operator):
|
|
|
440
422
|
"""Set offset used for collection instances based on the active object position"""
|
|
441
423
|
|
|
442
424
|
bl_idname: typing.Any
|
|
443
|
-
""" """
|
|
444
|
-
|
|
445
425
|
bl_label: typing.Any
|
|
446
|
-
""" """
|
|
447
|
-
|
|
448
426
|
bl_options: typing.Any
|
|
449
|
-
""" """
|
|
450
|
-
|
|
451
427
|
bl_rna: typing.Any
|
|
452
|
-
""" """
|
|
453
|
-
|
|
454
428
|
id_data: typing.Any
|
|
455
|
-
""" """
|
|
456
429
|
|
|
457
430
|
def as_keywords(self, ignore=()):
|
|
458
431
|
"""Return a copy of the properties as a dictionary
|
|
@@ -663,19 +636,10 @@ class DupliOffsetToCursor(bpy_types.Operator):
|
|
|
663
636
|
"""Set cursor position to the offset used for collection instances"""
|
|
664
637
|
|
|
665
638
|
bl_idname: typing.Any
|
|
666
|
-
""" """
|
|
667
|
-
|
|
668
639
|
bl_label: typing.Any
|
|
669
|
-
""" """
|
|
670
|
-
|
|
671
640
|
bl_options: typing.Any
|
|
672
|
-
""" """
|
|
673
|
-
|
|
674
641
|
bl_rna: typing.Any
|
|
675
|
-
""" """
|
|
676
|
-
|
|
677
642
|
id_data: typing.Any
|
|
678
|
-
""" """
|
|
679
643
|
|
|
680
644
|
def as_keywords(self, ignore=()):
|
|
681
645
|
"""Return a copy of the properties as a dictionary
|
|
@@ -879,19 +843,10 @@ class IsolateTypeRender(bpy_types.Operator):
|
|
|
879
843
|
"""Hide unselected render objects of same type as active by setting the hide render flag"""
|
|
880
844
|
|
|
881
845
|
bl_idname: typing.Any
|
|
882
|
-
""" """
|
|
883
|
-
|
|
884
846
|
bl_label: typing.Any
|
|
885
|
-
""" """
|
|
886
|
-
|
|
887
847
|
bl_options: typing.Any
|
|
888
|
-
""" """
|
|
889
|
-
|
|
890
848
|
bl_rna: typing.Any
|
|
891
|
-
""" """
|
|
892
|
-
|
|
893
849
|
id_data: typing.Any
|
|
894
|
-
""" """
|
|
895
850
|
|
|
896
851
|
def as_keywords(self, ignore=()):
|
|
897
852
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1102,19 +1057,10 @@ class JoinUVs(bpy_types.Operator):
|
|
|
1102
1057
|
"""Transfer UV Maps from active to selected objects (needs matching geometry)"""
|
|
1103
1058
|
|
|
1104
1059
|
bl_idname: typing.Any
|
|
1105
|
-
""" """
|
|
1106
|
-
|
|
1107
1060
|
bl_label: typing.Any
|
|
1108
|
-
""" """
|
|
1109
|
-
|
|
1110
1061
|
bl_options: typing.Any
|
|
1111
|
-
""" """
|
|
1112
|
-
|
|
1113
1062
|
bl_rna: typing.Any
|
|
1114
|
-
""" """
|
|
1115
|
-
|
|
1116
1063
|
id_data: typing.Any
|
|
1117
|
-
""" """
|
|
1118
1064
|
|
|
1119
1065
|
def as_keywords(self, ignore=()):
|
|
1120
1066
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1325,19 +1271,10 @@ class MakeDupliFace(bpy_types.Operator):
|
|
|
1325
1271
|
"""Convert objects into instanced faces"""
|
|
1326
1272
|
|
|
1327
1273
|
bl_idname: typing.Any
|
|
1328
|
-
""" """
|
|
1329
|
-
|
|
1330
1274
|
bl_label: typing.Any
|
|
1331
|
-
""" """
|
|
1332
|
-
|
|
1333
1275
|
bl_options: typing.Any
|
|
1334
|
-
""" """
|
|
1335
|
-
|
|
1336
1276
|
bl_rna: typing.Any
|
|
1337
|
-
""" """
|
|
1338
|
-
|
|
1339
1277
|
id_data: typing.Any
|
|
1340
|
-
""" """
|
|
1341
1278
|
|
|
1342
1279
|
def as_keywords(self, ignore=()):
|
|
1343
1280
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1541,19 +1478,10 @@ class OBJECT_OT_assign_property_defaults(bpy_types.Operator):
|
|
|
1541
1478
|
"""Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing"""
|
|
1542
1479
|
|
|
1543
1480
|
bl_idname: typing.Any
|
|
1544
|
-
""" """
|
|
1545
|
-
|
|
1546
1481
|
bl_label: typing.Any
|
|
1547
|
-
""" """
|
|
1548
|
-
|
|
1549
1482
|
bl_options: typing.Any
|
|
1550
|
-
""" """
|
|
1551
|
-
|
|
1552
1483
|
bl_rna: typing.Any
|
|
1553
|
-
""" """
|
|
1554
|
-
|
|
1555
1484
|
id_data: typing.Any
|
|
1556
|
-
""" """
|
|
1557
1485
|
|
|
1558
1486
|
def as_keywords(self, ignore=()):
|
|
1559
1487
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1771,19 +1699,10 @@ class SelectCamera(bpy_types.Operator):
|
|
|
1771
1699
|
"""Select the active camera"""
|
|
1772
1700
|
|
|
1773
1701
|
bl_idname: typing.Any
|
|
1774
|
-
""" """
|
|
1775
|
-
|
|
1776
1702
|
bl_label: typing.Any
|
|
1777
|
-
""" """
|
|
1778
|
-
|
|
1779
1703
|
bl_options: typing.Any
|
|
1780
|
-
""" """
|
|
1781
|
-
|
|
1782
1704
|
bl_rna: typing.Any
|
|
1783
|
-
""" """
|
|
1784
|
-
|
|
1785
1705
|
id_data: typing.Any
|
|
1786
|
-
""" """
|
|
1787
1706
|
|
|
1788
1707
|
def as_keywords(self, ignore=()):
|
|
1789
1708
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1987,19 +1906,10 @@ class SelectHierarchy(bpy_types.Operator):
|
|
|
1987
1906
|
"""Select object relative to the active object's position in the hierarchy"""
|
|
1988
1907
|
|
|
1989
1908
|
bl_idname: typing.Any
|
|
1990
|
-
""" """
|
|
1991
|
-
|
|
1992
1909
|
bl_label: typing.Any
|
|
1993
|
-
""" """
|
|
1994
|
-
|
|
1995
1910
|
bl_options: typing.Any
|
|
1996
|
-
""" """
|
|
1997
|
-
|
|
1998
1911
|
bl_rna: typing.Any
|
|
1999
|
-
""" """
|
|
2000
|
-
|
|
2001
1912
|
id_data: typing.Any
|
|
2002
|
-
""" """
|
|
2003
1913
|
|
|
2004
1914
|
def as_keywords(self, ignore=()):
|
|
2005
1915
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2210,22 +2120,11 @@ class SelectPattern(bpy_types.Operator):
|
|
|
2210
2120
|
"""Select objects matching a naming pattern"""
|
|
2211
2121
|
|
|
2212
2122
|
bl_idname: typing.Any
|
|
2213
|
-
""" """
|
|
2214
|
-
|
|
2215
2123
|
bl_label: typing.Any
|
|
2216
|
-
""" """
|
|
2217
|
-
|
|
2218
2124
|
bl_options: typing.Any
|
|
2219
|
-
""" """
|
|
2220
|
-
|
|
2221
2125
|
bl_property: typing.Any
|
|
2222
|
-
""" """
|
|
2223
|
-
|
|
2224
2126
|
bl_rna: typing.Any
|
|
2225
|
-
""" """
|
|
2226
|
-
|
|
2227
2127
|
id_data: typing.Any
|
|
2228
|
-
""" """
|
|
2229
2128
|
|
|
2230
2129
|
def as_keywords(self, ignore=()):
|
|
2231
2130
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2451,19 +2350,10 @@ class ShapeTransfer(bpy_types.Operator):
|
|
|
2451
2350
|
"""Copy the active shape key of another selected object to this one"""
|
|
2452
2351
|
|
|
2453
2352
|
bl_idname: typing.Any
|
|
2454
|
-
""" """
|
|
2455
|
-
|
|
2456
2353
|
bl_label: typing.Any
|
|
2457
|
-
""" """
|
|
2458
|
-
|
|
2459
2354
|
bl_options: typing.Any
|
|
2460
|
-
""" """
|
|
2461
|
-
|
|
2462
2355
|
bl_rna: typing.Any
|
|
2463
|
-
""" """
|
|
2464
|
-
|
|
2465
2356
|
id_data: typing.Any
|
|
2466
|
-
""" """
|
|
2467
2357
|
|
|
2468
2358
|
def as_keywords(self, ignore=()):
|
|
2469
2359
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2674,19 +2564,10 @@ class SubdivisionSet(bpy_types.Operator):
|
|
|
2674
2564
|
"""Sets a Subdivision Surface level (1 to 5)"""
|
|
2675
2565
|
|
|
2676
2566
|
bl_idname: typing.Any
|
|
2677
|
-
""" """
|
|
2678
|
-
|
|
2679
2567
|
bl_label: typing.Any
|
|
2680
|
-
""" """
|
|
2681
|
-
|
|
2682
2568
|
bl_options: typing.Any
|
|
2683
|
-
""" """
|
|
2684
|
-
|
|
2685
2569
|
bl_rna: typing.Any
|
|
2686
|
-
""" """
|
|
2687
|
-
|
|
2688
2570
|
id_data: typing.Any
|
|
2689
|
-
""" """
|
|
2690
2571
|
|
|
2691
2572
|
def as_keywords(self, ignore=()):
|
|
2692
2573
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2897,19 +2778,10 @@ class TransformsToDeltas(bpy_types.Operator):
|
|
|
2897
2778
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well"""
|
|
2898
2779
|
|
|
2899
2780
|
bl_idname: typing.Any
|
|
2900
|
-
""" """
|
|
2901
|
-
|
|
2902
2781
|
bl_label: typing.Any
|
|
2903
|
-
""" """
|
|
2904
|
-
|
|
2905
2782
|
bl_options: typing.Any
|
|
2906
|
-
""" """
|
|
2907
|
-
|
|
2908
2783
|
bl_rna: typing.Any
|
|
2909
|
-
""" """
|
|
2910
|
-
|
|
2911
2784
|
id_data: typing.Any
|
|
2912
|
-
""" """
|
|
2913
2785
|
|
|
2914
2786
|
def as_keywords(self, ignore=()):
|
|
2915
2787
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3141,19 +3013,10 @@ class TransformsToDeltasAnim(bpy_types.Operator):
|
|
|
3141
3013
|
"""Convert object animation for normal transforms to delta transforms"""
|
|
3142
3014
|
|
|
3143
3015
|
bl_idname: typing.Any
|
|
3144
|
-
""" """
|
|
3145
|
-
|
|
3146
3016
|
bl_label: typing.Any
|
|
3147
|
-
""" """
|
|
3148
|
-
|
|
3149
3017
|
bl_options: typing.Any
|
|
3150
|
-
""" """
|
|
3151
|
-
|
|
3152
3018
|
bl_rna: typing.Any
|
|
3153
|
-
""" """
|
|
3154
|
-
|
|
3155
3019
|
id_data: typing.Any
|
|
3156
|
-
""" """
|
|
3157
3020
|
|
|
3158
3021
|
def as_keywords(self, ignore=()):
|
|
3159
3022
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8,19 +8,10 @@ class AlignObjects(bpy_types.Operator):
|
|
|
8
8
|
"""Align objects"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -229,17 +220,6 @@ class AlignObjects(bpy_types.Operator):
|
|
|
229
220
|
|
|
230
221
|
def align_objects(
|
|
231
222
|
context, align_x, align_y, align_z, align_mode, relative_to, bb_quality
|
|
232
|
-
):
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
...
|
|
236
|
-
|
|
237
|
-
def worldspace_bounds_from_object_bounds(bb_world):
|
|
238
|
-
""" """
|
|
239
|
-
|
|
240
|
-
...
|
|
241
|
-
|
|
242
|
-
def worldspace_bounds_from_object_data(depsgraph, obj):
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
|
-
...
|
|
223
|
+
): ...
|
|
224
|
+
def worldspace_bounds_from_object_bounds(bb_world): ...
|
|
225
|
+
def worldspace_bounds_from_object_data(depsgraph, obj): ...
|
|
@@ -5,8 +5,6 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class ObjectModeOperator:
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
def poll(self, context):
|
|
11
9
|
"""
|
|
12
10
|
|
|
@@ -18,19 +16,10 @@ class QuickLiquid(bpy_types.Operator):
|
|
|
18
16
|
"""Make selected objects liquid"""
|
|
19
17
|
|
|
20
18
|
bl_idname: typing.Any
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
19
|
bl_label: typing.Any
|
|
24
|
-
""" """
|
|
25
|
-
|
|
26
20
|
bl_options: typing.Any
|
|
27
|
-
""" """
|
|
28
|
-
|
|
29
21
|
bl_rna: typing.Any
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
22
|
id_data: typing.Any
|
|
33
|
-
""" """
|
|
34
23
|
|
|
35
24
|
def as_keywords(self, ignore=()):
|
|
36
25
|
"""Return a copy of the properties as a dictionary
|
|
@@ -234,19 +223,10 @@ class QuickExplode(ObjectModeOperator, bpy_types.Operator):
|
|
|
234
223
|
"""Make selected objects explode"""
|
|
235
224
|
|
|
236
225
|
bl_idname: typing.Any
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
226
|
bl_label: typing.Any
|
|
240
|
-
""" """
|
|
241
|
-
|
|
242
227
|
bl_options: typing.Any
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
228
|
bl_rna: typing.Any
|
|
246
|
-
""" """
|
|
247
|
-
|
|
248
229
|
id_data: typing.Any
|
|
249
|
-
""" """
|
|
250
230
|
|
|
251
231
|
def as_keywords(self, ignore=()):
|
|
252
232
|
"""Return a copy of the properties as a dictionary
|
|
@@ -465,19 +445,10 @@ class QuickFur(ObjectModeOperator, bpy_types.Operator):
|
|
|
465
445
|
"""Add a fur setup to the selected objects"""
|
|
466
446
|
|
|
467
447
|
bl_idname: typing.Any
|
|
468
|
-
""" """
|
|
469
|
-
|
|
470
448
|
bl_label: typing.Any
|
|
471
|
-
""" """
|
|
472
|
-
|
|
473
449
|
bl_options: typing.Any
|
|
474
|
-
""" """
|
|
475
|
-
|
|
476
450
|
bl_rna: typing.Any
|
|
477
|
-
""" """
|
|
478
|
-
|
|
479
451
|
id_data: typing.Any
|
|
480
|
-
""" """
|
|
481
452
|
|
|
482
453
|
def as_keywords(self, ignore=()):
|
|
483
454
|
"""Return a copy of the properties as a dictionary
|
|
@@ -688,19 +659,10 @@ class QuickSmoke(ObjectModeOperator, bpy_types.Operator):
|
|
|
688
659
|
"""Use selected objects as smoke emitters"""
|
|
689
660
|
|
|
690
661
|
bl_idname: typing.Any
|
|
691
|
-
""" """
|
|
692
|
-
|
|
693
662
|
bl_label: typing.Any
|
|
694
|
-
""" """
|
|
695
|
-
|
|
696
663
|
bl_options: typing.Any
|
|
697
|
-
""" """
|
|
698
|
-
|
|
699
664
|
bl_rna: typing.Any
|
|
700
|
-
""" """
|
|
701
|
-
|
|
702
665
|
id_data: typing.Any
|
|
703
|
-
""" """
|
|
704
666
|
|
|
705
667
|
def as_keywords(self, ignore=()):
|
|
706
668
|
"""Return a copy of the properties as a dictionary
|
|
@@ -907,16 +869,8 @@ class QuickSmoke(ObjectModeOperator, bpy_types.Operator):
|
|
|
907
869
|
"""
|
|
908
870
|
...
|
|
909
871
|
|
|
910
|
-
def grid_location(x, y):
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
...
|
|
914
|
-
|
|
915
|
-
def obj_bb_minmax(obj, min_co, max_co):
|
|
916
|
-
""" """
|
|
917
|
-
|
|
918
|
-
...
|
|
919
|
-
|
|
872
|
+
def grid_location(x, y): ...
|
|
873
|
+
def obj_bb_minmax(obj, min_co, max_co): ...
|
|
920
874
|
def object_ensure_material(obj, mat_name):
|
|
921
875
|
"""Use an existing material or add a new one."""
|
|
922
876
|
|
|
@@ -8,19 +8,10 @@ class RandomizeLocRotSize(bpy_types.Operator):
|
|
|
8
8
|
"""Randomize objects location, rotation, and scale"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -227,7 +218,6 @@ class RandomizeLocRotSize(bpy_types.Operator):
|
|
|
227
218
|
"""
|
|
228
219
|
...
|
|
229
220
|
|
|
230
|
-
def randomize_selected(
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
...
|
|
221
|
+
def randomize_selected(
|
|
222
|
+
context, seed, delta, loc, rot, scale, scale_even, _scale_min
|
|
223
|
+
): ...
|