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/anim/__init__.pyi
CHANGED
|
@@ -8,16 +8,9 @@ class ANIM_OT_keying_set_export(bpy_types.Operator):
|
|
|
8
8
|
"""Export Keying Set to a Python script"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_rna: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
id_data: typing.Any
|
|
20
|
-
""" """
|
|
21
14
|
|
|
22
15
|
def as_keywords(self, ignore=()):
|
|
23
16
|
"""Return a copy of the properties as a dictionary
|
|
@@ -229,19 +222,10 @@ class ARMATURE_OT_collection_remove_unused(bpy_types.Operator):
|
|
|
229
222
|
"""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"""
|
|
230
223
|
|
|
231
224
|
bl_idname: typing.Any
|
|
232
|
-
""" """
|
|
233
|
-
|
|
234
225
|
bl_label: typing.Any
|
|
235
|
-
""" """
|
|
236
|
-
|
|
237
226
|
bl_options: typing.Any
|
|
238
|
-
""" """
|
|
239
|
-
|
|
240
227
|
bl_rna: typing.Any
|
|
241
|
-
""" """
|
|
242
|
-
|
|
243
228
|
id_data: typing.Any
|
|
244
|
-
""" """
|
|
245
229
|
|
|
246
230
|
def as_keywords(self, ignore=()):
|
|
247
231
|
"""Return a copy of the properties as a dictionary
|
|
@@ -476,19 +460,10 @@ class ARMATURE_OT_collection_show_all(bpy_types.Operator):
|
|
|
476
460
|
"""Show all bone collections"""
|
|
477
461
|
|
|
478
462
|
bl_idname: typing.Any
|
|
479
|
-
""" """
|
|
480
|
-
|
|
481
463
|
bl_label: typing.Any
|
|
482
|
-
""" """
|
|
483
|
-
|
|
484
464
|
bl_options: typing.Any
|
|
485
|
-
""" """
|
|
486
|
-
|
|
487
465
|
bl_rna: typing.Any
|
|
488
|
-
""" """
|
|
489
|
-
|
|
490
466
|
id_data: typing.Any
|
|
491
|
-
""" """
|
|
492
467
|
|
|
493
468
|
def as_keywords(self, ignore=()):
|
|
494
469
|
"""Return a copy of the properties as a dictionary
|
|
@@ -699,19 +674,10 @@ class ARMATURE_OT_collection_unsolo_all(bpy_types.Operator):
|
|
|
699
674
|
"""Clear the 'solo' setting on all bone collections"""
|
|
700
675
|
|
|
701
676
|
bl_idname: typing.Any
|
|
702
|
-
""" """
|
|
703
|
-
|
|
704
677
|
bl_label: typing.Any
|
|
705
|
-
""" """
|
|
706
|
-
|
|
707
678
|
bl_options: typing.Any
|
|
708
|
-
""" """
|
|
709
|
-
|
|
710
679
|
bl_rna: typing.Any
|
|
711
|
-
""" """
|
|
712
|
-
|
|
713
680
|
id_data: typing.Any
|
|
714
|
-
""" """
|
|
715
681
|
|
|
716
682
|
def as_keywords(self, ignore=()):
|
|
717
683
|
"""Return a copy of the properties as a dictionary
|
|
@@ -922,19 +888,10 @@ class ARMATURE_OT_copy_bone_color_to_selected(bpy_types.Operator):
|
|
|
922
888
|
"""Copy the bone color of the active bone to all selected bones"""
|
|
923
889
|
|
|
924
890
|
bl_idname: typing.Any
|
|
925
|
-
""" """
|
|
926
|
-
|
|
927
891
|
bl_label: typing.Any
|
|
928
|
-
""" """
|
|
929
|
-
|
|
930
892
|
bl_options: typing.Any
|
|
931
|
-
""" """
|
|
932
|
-
|
|
933
893
|
bl_rna: typing.Any
|
|
934
|
-
""" """
|
|
935
|
-
|
|
936
894
|
id_data: typing.Any
|
|
937
|
-
""" """
|
|
938
895
|
|
|
939
896
|
def as_keywords(self, ignore=()):
|
|
940
897
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1145,19 +1102,10 @@ class ClearUselessActions(bpy_types.Operator):
|
|
|
1145
1102
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries" """
|
|
1146
1103
|
|
|
1147
1104
|
bl_idname: typing.Any
|
|
1148
|
-
""" """
|
|
1149
|
-
|
|
1150
1105
|
bl_label: typing.Any
|
|
1151
|
-
""" """
|
|
1152
|
-
|
|
1153
1106
|
bl_options: typing.Any
|
|
1154
|
-
""" """
|
|
1155
|
-
|
|
1156
1107
|
bl_rna: typing.Any
|
|
1157
|
-
""" """
|
|
1158
|
-
|
|
1159
1108
|
id_data: typing.Any
|
|
1160
|
-
""" """
|
|
1161
1109
|
|
|
1162
1110
|
def as_keywords(self, ignore=()):
|
|
1163
1111
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1368,19 +1316,10 @@ class NLA_OT_bake(bpy_types.Operator):
|
|
|
1368
1316
|
"""Bake all selected objects location/scale/rotation animation to an action"""
|
|
1369
1317
|
|
|
1370
1318
|
bl_idname: typing.Any
|
|
1371
|
-
""" """
|
|
1372
|
-
|
|
1373
1319
|
bl_label: typing.Any
|
|
1374
|
-
""" """
|
|
1375
|
-
|
|
1376
1320
|
bl_options: typing.Any
|
|
1377
|
-
""" """
|
|
1378
|
-
|
|
1379
1321
|
bl_rna: typing.Any
|
|
1380
|
-
""" """
|
|
1381
|
-
|
|
1382
1322
|
id_data: typing.Any
|
|
1383
|
-
""" """
|
|
1384
1323
|
|
|
1385
1324
|
def as_keywords(self, ignore=()):
|
|
1386
1325
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1592,19 +1531,10 @@ class UpdateAnimatedTransformConstraint(bpy_types.Operator):
|
|
|
1592
1531
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)"""
|
|
1593
1532
|
|
|
1594
1533
|
bl_idname: typing.Any
|
|
1595
|
-
""" """
|
|
1596
|
-
|
|
1597
1534
|
bl_label: typing.Any
|
|
1598
|
-
""" """
|
|
1599
|
-
|
|
1600
1535
|
bl_options: typing.Any
|
|
1601
|
-
""" """
|
|
1602
|
-
|
|
1603
1536
|
bl_rna: typing.Any
|
|
1604
|
-
""" """
|
|
1605
|
-
|
|
1606
1537
|
id_data: typing.Any
|
|
1607
|
-
""" """
|
|
1608
1538
|
|
|
1609
1539
|
def as_keywords(self, ignore=()):
|
|
1610
1540
|
"""Return a copy of the properties as a dictionary
|
bl_operators/assets/__init__.pyi
CHANGED
|
@@ -8,19 +8,10 @@ class ASSET_OT_open_containing_blend_file(bpy_types.Operator):
|
|
|
8
8
|
"""Open the blend file that contains the active asset"""
|
|
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
|
|
@@ -250,8 +241,6 @@ class ASSET_OT_open_containing_blend_file(bpy_types.Operator):
|
|
|
250
241
|
...
|
|
251
242
|
|
|
252
243
|
class AssetBrowserMetadataOperator:
|
|
253
|
-
""" """
|
|
254
|
-
|
|
255
244
|
def poll(self, context):
|
|
256
245
|
"""
|
|
257
246
|
|
|
@@ -263,19 +252,10 @@ class ASSET_OT_tag_add(AssetBrowserMetadataOperator, bpy_types.Operator):
|
|
|
263
252
|
"""Add a new keyword tag to the active asset"""
|
|
264
253
|
|
|
265
254
|
bl_idname: typing.Any
|
|
266
|
-
""" """
|
|
267
|
-
|
|
268
255
|
bl_label: typing.Any
|
|
269
|
-
""" """
|
|
270
|
-
|
|
271
256
|
bl_options: typing.Any
|
|
272
|
-
""" """
|
|
273
|
-
|
|
274
257
|
bl_rna: typing.Any
|
|
275
|
-
""" """
|
|
276
|
-
|
|
277
258
|
id_data: typing.Any
|
|
278
|
-
""" """
|
|
279
259
|
|
|
280
260
|
def as_keywords(self, ignore=()):
|
|
281
261
|
"""Return a copy of the properties as a dictionary
|
|
@@ -486,19 +466,10 @@ class ASSET_OT_tag_remove(AssetBrowserMetadataOperator, bpy_types.Operator):
|
|
|
486
466
|
"""Remove an existing keyword tag from the active asset"""
|
|
487
467
|
|
|
488
468
|
bl_idname: typing.Any
|
|
489
|
-
""" """
|
|
490
|
-
|
|
491
469
|
bl_label: typing.Any
|
|
492
|
-
""" """
|
|
493
|
-
|
|
494
470
|
bl_options: typing.Any
|
|
495
|
-
""" """
|
|
496
|
-
|
|
497
471
|
bl_rna: typing.Any
|
|
498
|
-
""" """
|
|
499
|
-
|
|
500
472
|
id_data: typing.Any
|
|
501
|
-
""" """
|
|
502
473
|
|
|
503
474
|
def as_keywords(self, ignore=()):
|
|
504
475
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2,11 +2,7 @@ import typing
|
|
|
2
2
|
|
|
3
3
|
GenericType = typing.TypeVar("GenericType")
|
|
4
4
|
|
|
5
|
-
def edges_from_elem(ele):
|
|
6
|
-
""" """
|
|
7
|
-
|
|
8
|
-
...
|
|
9
|
-
|
|
5
|
+
def edges_from_elem(ele): ...
|
|
10
6
|
def elems_depth_measure(ele_dst, ele_src, other_edges_over_cb):
|
|
11
7
|
"""Returns·ele_dst vert depths from ele_src, aligned with ele_dst verts."""
|
|
12
8
|
|
|
@@ -17,32 +13,9 @@ def elems_depth_search(ele_init, depths, other_edges_over_cb, results_init=None)
|
|
|
17
13
|
|
|
18
14
|
...
|
|
19
15
|
|
|
20
|
-
def find_next(ele_dst, ele_src):
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
def
|
|
26
|
-
""" """
|
|
27
|
-
|
|
28
|
-
...
|
|
29
|
-
|
|
30
|
-
def other_edges_over_face(e):
|
|
31
|
-
""" """
|
|
32
|
-
|
|
33
|
-
...
|
|
34
|
-
|
|
35
|
-
def select_next(bm, report):
|
|
36
|
-
""" """
|
|
37
|
-
|
|
38
|
-
...
|
|
39
|
-
|
|
40
|
-
def select_prev(bm, report):
|
|
41
|
-
""" """
|
|
42
|
-
|
|
43
|
-
...
|
|
44
|
-
|
|
45
|
-
def verts_from_elem(ele):
|
|
46
|
-
""" """
|
|
47
|
-
|
|
48
|
-
...
|
|
16
|
+
def find_next(ele_dst, ele_src): ...
|
|
17
|
+
def other_edges_over_edge(e): ...
|
|
18
|
+
def other_edges_over_face(e): ...
|
|
19
|
+
def select_next(bm, report): ...
|
|
20
|
+
def select_prev(bm, report): ...
|
|
21
|
+
def verts_from_elem(ele): ...
|
bl_operators/clip/__init__.pyi
CHANGED
|
@@ -8,19 +8,10 @@ class CLIP_OT_bundles_to_mesh(bpy_types.Operator):
|
|
|
8
8
|
"""Create vertex cloud using coordinates of reconstructed tracks"""
|
|
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
|
|
@@ -231,19 +222,10 @@ class CLIP_OT_constraint_to_fcurve(bpy_types.Operator):
|
|
|
231
222
|
"""Create F-Curves for object which will copy object's movement caused by this constraint"""
|
|
232
223
|
|
|
233
224
|
bl_idname: typing.Any
|
|
234
|
-
""" """
|
|
235
|
-
|
|
236
225
|
bl_label: typing.Any
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
226
|
bl_options: typing.Any
|
|
240
|
-
""" """
|
|
241
|
-
|
|
242
227
|
bl_rna: typing.Any
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
228
|
id_data: typing.Any
|
|
246
|
-
""" """
|
|
247
229
|
|
|
248
230
|
def as_keywords(self, ignore=()):
|
|
249
231
|
"""Return a copy of the properties as a dictionary
|
|
@@ -447,19 +429,10 @@ class CLIP_OT_delete_proxy(bpy_types.Operator):
|
|
|
447
429
|
"""Delete movie clip proxy files from the hard drive"""
|
|
448
430
|
|
|
449
431
|
bl_idname: typing.Any
|
|
450
|
-
""" """
|
|
451
|
-
|
|
452
432
|
bl_label: typing.Any
|
|
453
|
-
""" """
|
|
454
|
-
|
|
455
433
|
bl_options: typing.Any
|
|
456
|
-
""" """
|
|
457
|
-
|
|
458
434
|
bl_rna: typing.Any
|
|
459
|
-
""" """
|
|
460
|
-
|
|
461
435
|
id_data: typing.Any
|
|
462
|
-
""" """
|
|
463
436
|
|
|
464
437
|
def as_keywords(self, ignore=()):
|
|
465
438
|
"""Return a copy of the properties as a dictionary
|
|
@@ -678,19 +651,10 @@ class CLIP_OT_filter_tracks(bpy_types.Operator):
|
|
|
678
651
|
"""Filter tracks which has weirdly looking spikes in motion curves"""
|
|
679
652
|
|
|
680
653
|
bl_idname: typing.Any
|
|
681
|
-
""" """
|
|
682
|
-
|
|
683
654
|
bl_label: typing.Any
|
|
684
|
-
""" """
|
|
685
|
-
|
|
686
655
|
bl_options: typing.Any
|
|
687
|
-
""" """
|
|
688
|
-
|
|
689
656
|
bl_rna: typing.Any
|
|
690
|
-
""" """
|
|
691
|
-
|
|
692
657
|
id_data: typing.Any
|
|
693
|
-
""" """
|
|
694
658
|
|
|
695
659
|
def as_keywords(self, ignore=()):
|
|
696
660
|
"""Return a copy of the properties as a dictionary
|
|
@@ -898,19 +862,10 @@ class CLIP_OT_filter_tracks(bpy_types.Operator):
|
|
|
898
862
|
...
|
|
899
863
|
|
|
900
864
|
class CLIP_OT_set_active_clip(bpy_types.Operator):
|
|
901
|
-
""" """
|
|
902
|
-
|
|
903
865
|
bl_idname: typing.Any
|
|
904
|
-
""" """
|
|
905
|
-
|
|
906
866
|
bl_label: typing.Any
|
|
907
|
-
""" """
|
|
908
|
-
|
|
909
867
|
bl_rna: typing.Any
|
|
910
|
-
""" """
|
|
911
|
-
|
|
912
868
|
id_data: typing.Any
|
|
913
|
-
""" """
|
|
914
869
|
|
|
915
870
|
def as_keywords(self, ignore=()):
|
|
916
871
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1121,19 +1076,10 @@ class CLIP_OT_set_viewport_background(bpy_types.Operator):
|
|
|
1121
1076
|
"""Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)"""
|
|
1122
1077
|
|
|
1123
1078
|
bl_idname: typing.Any
|
|
1124
|
-
""" """
|
|
1125
|
-
|
|
1126
1079
|
bl_label: typing.Any
|
|
1127
|
-
""" """
|
|
1128
|
-
|
|
1129
1080
|
bl_options: typing.Any
|
|
1130
|
-
""" """
|
|
1131
|
-
|
|
1132
1081
|
bl_rna: typing.Any
|
|
1133
|
-
""" """
|
|
1134
|
-
|
|
1135
1082
|
id_data: typing.Any
|
|
1136
|
-
""" """
|
|
1137
1083
|
|
|
1138
1084
|
def as_keywords(self, ignore=()):
|
|
1139
1085
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1344,19 +1290,10 @@ class CLIP_OT_setup_tracking_scene(bpy_types.Operator):
|
|
|
1344
1290
|
"""Prepare scene for compositing 3D objects into this footage"""
|
|
1345
1291
|
|
|
1346
1292
|
bl_idname: typing.Any
|
|
1347
|
-
""" """
|
|
1348
|
-
|
|
1349
1293
|
bl_label: typing.Any
|
|
1350
|
-
""" """
|
|
1351
|
-
|
|
1352
1294
|
bl_options: typing.Any
|
|
1353
|
-
""" """
|
|
1354
|
-
|
|
1355
1295
|
bl_rna: typing.Any
|
|
1356
|
-
""" """
|
|
1357
|
-
|
|
1358
1296
|
id_data: typing.Any
|
|
1359
|
-
""" """
|
|
1360
1297
|
|
|
1361
1298
|
def as_keywords(self, ignore=()):
|
|
1362
1299
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1575,19 +1512,10 @@ class CLIP_OT_track_settings_as_default(bpy_types.Operator):
|
|
|
1575
1512
|
"""Copy tracking settings from active track to default settings"""
|
|
1576
1513
|
|
|
1577
1514
|
bl_idname: typing.Any
|
|
1578
|
-
""" """
|
|
1579
|
-
|
|
1580
1515
|
bl_label: typing.Any
|
|
1581
|
-
""" """
|
|
1582
|
-
|
|
1583
1516
|
bl_options: typing.Any
|
|
1584
|
-
""" """
|
|
1585
|
-
|
|
1586
1517
|
bl_rna: typing.Any
|
|
1587
|
-
""" """
|
|
1588
|
-
|
|
1589
1518
|
id_data: typing.Any
|
|
1590
|
-
""" """
|
|
1591
1519
|
|
|
1592
1520
|
def as_keywords(self, ignore=()):
|
|
1593
1521
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1798,19 +1726,10 @@ class CLIP_OT_track_settings_to_track(bpy_types.Operator):
|
|
|
1798
1726
|
"""Copy tracking settings from active track to selected tracks"""
|
|
1799
1727
|
|
|
1800
1728
|
bl_idname: typing.Any
|
|
1801
|
-
""" """
|
|
1802
|
-
|
|
1803
1729
|
bl_label: typing.Any
|
|
1804
|
-
""" """
|
|
1805
|
-
|
|
1806
1730
|
bl_options: typing.Any
|
|
1807
|
-
""" """
|
|
1808
|
-
|
|
1809
1731
|
bl_rna: typing.Any
|
|
1810
|
-
""" """
|
|
1811
|
-
|
|
1812
1732
|
id_data: typing.Any
|
|
1813
|
-
""" """
|
|
1814
1733
|
|
|
1815
1734
|
def as_keywords(self, ignore=()):
|
|
1816
1735
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2021,19 +1940,10 @@ class CLIP_OT_track_to_empty(bpy_types.Operator):
|
|
|
2021
1940
|
"""Create an Empty object which will be copying movement of active track"""
|
|
2022
1941
|
|
|
2023
1942
|
bl_idname: typing.Any
|
|
2024
|
-
""" """
|
|
2025
|
-
|
|
2026
1943
|
bl_label: typing.Any
|
|
2027
|
-
""" """
|
|
2028
|
-
|
|
2029
1944
|
bl_options: typing.Any
|
|
2030
|
-
""" """
|
|
2031
|
-
|
|
2032
1945
|
bl_rna: typing.Any
|
|
2033
|
-
""" """
|
|
2034
|
-
|
|
2035
1946
|
id_data: typing.Any
|
|
2036
|
-
""" """
|
|
2037
1947
|
|
|
2038
1948
|
def as_keywords(self, ignore=()):
|
|
2039
1949
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2240,27 +2150,8 @@ class CLIP_OT_track_to_empty(bpy_types.Operator):
|
|
|
2240
2150
|
"""
|
|
2241
2151
|
...
|
|
2242
2152
|
|
|
2243
|
-
def CLIP_camera_for_clip(context, clip):
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
def CLIP_default_settings_from_track(clip, track, framenr):
|
|
2249
|
-
""" """
|
|
2250
|
-
|
|
2251
|
-
...
|
|
2252
|
-
|
|
2253
|
-
def CLIP_set_viewport_background(context, clip, clip_user):
|
|
2254
|
-
""" """
|
|
2255
|
-
|
|
2256
|
-
...
|
|
2257
|
-
|
|
2258
|
-
def CLIP_spaces_walk(context, all_screens, tarea, tspace, callback, args):
|
|
2259
|
-
""" """
|
|
2260
|
-
|
|
2261
|
-
...
|
|
2262
|
-
|
|
2263
|
-
def CLIP_track_view_selected(sc, track):
|
|
2264
|
-
""" """
|
|
2265
|
-
|
|
2266
|
-
...
|
|
2153
|
+
def CLIP_camera_for_clip(context, clip): ...
|
|
2154
|
+
def CLIP_default_settings_from_track(clip, track, framenr): ...
|
|
2155
|
+
def CLIP_set_viewport_background(context, clip, clip_user): ...
|
|
2156
|
+
def CLIP_spaces_walk(context, all_screens, tarea, tspace, callback, args): ...
|
|
2157
|
+
def CLIP_track_view_selected(sc, track): ...
|
|
@@ -8,16 +8,9 @@ class ConsoleAutocomplete(bpy_types.Operator):
|
|
|
8
8
|
"""Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_rna: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
id_data: typing.Any
|
|
20
|
-
""" """
|
|
21
14
|
|
|
22
15
|
def as_keywords(self, ignore=()):
|
|
23
16
|
"""Return a copy of the properties as a dictionary
|
|
@@ -228,16 +221,9 @@ class ConsoleBanner(bpy_types.Operator):
|
|
|
228
221
|
"""Print a message when the terminal initializes"""
|
|
229
222
|
|
|
230
223
|
bl_idname: typing.Any
|
|
231
|
-
""" """
|
|
232
|
-
|
|
233
224
|
bl_label: typing.Any
|
|
234
|
-
""" """
|
|
235
|
-
|
|
236
225
|
bl_rna: typing.Any
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
226
|
id_data: typing.Any
|
|
240
|
-
""" """
|
|
241
227
|
|
|
242
228
|
def as_keywords(self, ignore=()):
|
|
243
229
|
"""Return a copy of the properties as a dictionary
|
|
@@ -448,16 +434,9 @@ class ConsoleCopyAsScript(bpy_types.Operator):
|
|
|
448
434
|
"""Copy the console contents for use in a script"""
|
|
449
435
|
|
|
450
436
|
bl_idname: typing.Any
|
|
451
|
-
""" """
|
|
452
|
-
|
|
453
437
|
bl_label: typing.Any
|
|
454
|
-
""" """
|
|
455
|
-
|
|
456
438
|
bl_rna: typing.Any
|
|
457
|
-
""" """
|
|
458
|
-
|
|
459
439
|
id_data: typing.Any
|
|
460
|
-
""" """
|
|
461
440
|
|
|
462
441
|
def as_keywords(self, ignore=()):
|
|
463
442
|
"""Return a copy of the properties as a dictionary
|
|
@@ -668,19 +647,10 @@ class ConsoleExec(bpy_types.Operator):
|
|
|
668
647
|
"""Execute the current console line as a Python expression"""
|
|
669
648
|
|
|
670
649
|
bl_idname: typing.Any
|
|
671
|
-
""" """
|
|
672
|
-
|
|
673
650
|
bl_label: typing.Any
|
|
674
|
-
""" """
|
|
675
|
-
|
|
676
651
|
bl_options: typing.Any
|
|
677
|
-
""" """
|
|
678
|
-
|
|
679
652
|
bl_rna: typing.Any
|
|
680
|
-
""" """
|
|
681
|
-
|
|
682
653
|
id_data: typing.Any
|
|
683
|
-
""" """
|
|
684
654
|
|
|
685
655
|
def as_keywords(self, ignore=()):
|
|
686
656
|
"""Return a copy of the properties as a dictionary
|
|
@@ -891,16 +861,9 @@ class ConsoleLanguage(bpy_types.Operator):
|
|
|
891
861
|
"""Set the current language for this console"""
|
|
892
862
|
|
|
893
863
|
bl_idname: typing.Any
|
|
894
|
-
""" """
|
|
895
|
-
|
|
896
864
|
bl_label: typing.Any
|
|
897
|
-
""" """
|
|
898
|
-
|
|
899
865
|
bl_rna: typing.Any
|
|
900
|
-
""" """
|
|
901
|
-
|
|
902
866
|
id_data: typing.Any
|
|
903
|
-
""" """
|
|
904
867
|
|
|
905
868
|
def as_keywords(self, ignore=()):
|
|
906
869
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8,19 +8,10 @@ class CONSTRAINT_OT_add_target(bpy_types.Operator):
|
|
|
8
8
|
"""Add a target to the constraint"""
|
|
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
|
|
@@ -231,19 +222,10 @@ class CONSTRAINT_OT_disable_keep_transform(bpy_types.Operator):
|
|
|
231
222
|
"""Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation"""
|
|
232
223
|
|
|
233
224
|
bl_idname: typing.Any
|
|
234
|
-
""" """
|
|
235
|
-
|
|
236
225
|
bl_label: typing.Any
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
226
|
bl_options: typing.Any
|
|
240
|
-
""" """
|
|
241
|
-
|
|
242
227
|
bl_rna: typing.Any
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
228
|
id_data: typing.Any
|
|
246
|
-
""" """
|
|
247
229
|
|
|
248
230
|
def as_keywords(self, ignore=()):
|
|
249
231
|
"""Return a copy of the properties as a dictionary
|
|
@@ -454,19 +436,10 @@ class CONSTRAINT_OT_normalize_target_weights(bpy_types.Operator):
|
|
|
454
436
|
"""Normalize weights of all target bones"""
|
|
455
437
|
|
|
456
438
|
bl_idname: typing.Any
|
|
457
|
-
""" """
|
|
458
|
-
|
|
459
439
|
bl_label: typing.Any
|
|
460
|
-
""" """
|
|
461
|
-
|
|
462
440
|
bl_options: typing.Any
|
|
463
|
-
""" """
|
|
464
|
-
|
|
465
441
|
bl_rna: typing.Any
|
|
466
|
-
""" """
|
|
467
|
-
|
|
468
442
|
id_data: typing.Any
|
|
469
|
-
""" """
|
|
470
443
|
|
|
471
444
|
def as_keywords(self, ignore=()):
|
|
472
445
|
"""Return a copy of the properties as a dictionary
|
|
@@ -677,19 +650,10 @@ class CONSTRAINT_OT_remove_target(bpy_types.Operator):
|
|
|
677
650
|
"""Remove the target from the constraint"""
|
|
678
651
|
|
|
679
652
|
bl_idname: typing.Any
|
|
680
|
-
""" """
|
|
681
|
-
|
|
682
653
|
bl_label: typing.Any
|
|
683
|
-
""" """
|
|
684
|
-
|
|
685
654
|
bl_options: typing.Any
|
|
686
|
-
""" """
|
|
687
|
-
|
|
688
655
|
bl_rna: typing.Any
|
|
689
|
-
""" """
|
|
690
|
-
|
|
691
656
|
id_data: typing.Any
|
|
692
|
-
""" """
|
|
693
657
|
|
|
694
658
|
def as_keywords(self, ignore=()):
|
|
695
659
|
"""Return a copy of the properties as a dictionary
|