fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
keyingsets_builtins/__init__.pyi
CHANGED
|
@@ -1,779 +1,3226 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy_types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
class BUILTIN_KSI_Available(bpy_types.KeyingSetInfo):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
8
9
|
bl_idname: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
9
12
|
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
10
15
|
bl_rna: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
11
18
|
id_data: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
21
|
+
def as_pointer(self):
|
|
22
|
+
""" """
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
def bl_rna_get_subclass(self):
|
|
26
|
+
""" """
|
|
27
|
+
...
|
|
28
|
+
|
|
29
|
+
def bl_rna_get_subclass_py(self):
|
|
30
|
+
""" """
|
|
31
|
+
...
|
|
32
|
+
|
|
33
|
+
def driver_add(self):
|
|
34
|
+
""" """
|
|
35
|
+
...
|
|
36
|
+
|
|
37
|
+
def driver_remove(self):
|
|
38
|
+
""" """
|
|
39
|
+
...
|
|
40
|
+
|
|
41
|
+
def generate(self, _ksi, _context, ks, data):
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
:param _ksi:
|
|
45
|
+
:param _context:
|
|
46
|
+
:param ks:
|
|
47
|
+
:param data:
|
|
48
|
+
"""
|
|
49
|
+
...
|
|
50
|
+
|
|
51
|
+
def get(self):
|
|
52
|
+
""" """
|
|
53
|
+
...
|
|
54
|
+
|
|
55
|
+
def id_properties_clear(self):
|
|
56
|
+
""" """
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
def id_properties_ensure(self):
|
|
60
|
+
""" """
|
|
61
|
+
...
|
|
62
|
+
|
|
63
|
+
def id_properties_ui(self):
|
|
64
|
+
""" """
|
|
65
|
+
...
|
|
66
|
+
|
|
67
|
+
def is_property_hidden(self):
|
|
68
|
+
""" """
|
|
69
|
+
...
|
|
70
|
+
|
|
71
|
+
def is_property_overridable_library(self):
|
|
72
|
+
""" """
|
|
73
|
+
...
|
|
74
|
+
|
|
75
|
+
def is_property_readonly(self):
|
|
76
|
+
""" """
|
|
77
|
+
...
|
|
78
|
+
|
|
79
|
+
def is_property_set(self):
|
|
80
|
+
""" """
|
|
81
|
+
...
|
|
82
|
+
|
|
83
|
+
def items(self):
|
|
84
|
+
""" """
|
|
85
|
+
...
|
|
86
|
+
|
|
87
|
+
def iterator(self, ksi, context, ks):
|
|
88
|
+
"""
|
|
89
|
+
|
|
90
|
+
:param ksi:
|
|
91
|
+
:param context:
|
|
92
|
+
:param ks:
|
|
93
|
+
"""
|
|
94
|
+
...
|
|
95
|
+
|
|
96
|
+
def keyframe_delete(self):
|
|
97
|
+
""" """
|
|
98
|
+
...
|
|
99
|
+
|
|
100
|
+
def keyframe_insert(self):
|
|
101
|
+
""" """
|
|
102
|
+
...
|
|
103
|
+
|
|
104
|
+
def keys(self):
|
|
105
|
+
""" """
|
|
106
|
+
...
|
|
107
|
+
|
|
108
|
+
def path_from_id(self):
|
|
109
|
+
""" """
|
|
110
|
+
...
|
|
111
|
+
|
|
112
|
+
def path_resolve(self):
|
|
113
|
+
""" """
|
|
114
|
+
...
|
|
115
|
+
|
|
116
|
+
def poll(self, context):
|
|
117
|
+
"""
|
|
118
|
+
|
|
119
|
+
:param context:
|
|
120
|
+
"""
|
|
121
|
+
...
|
|
122
|
+
|
|
123
|
+
def pop(self):
|
|
124
|
+
""" """
|
|
125
|
+
...
|
|
126
|
+
|
|
127
|
+
def property_overridable_library_set(self):
|
|
128
|
+
""" """
|
|
129
|
+
...
|
|
130
|
+
|
|
131
|
+
def property_unset(self):
|
|
132
|
+
""" """
|
|
133
|
+
...
|
|
12
134
|
|
|
13
|
-
def
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
def
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
def id_properties_clear(self): ...
|
|
21
|
-
def id_properties_ensure(self): ...
|
|
22
|
-
def id_properties_ui(self): ...
|
|
23
|
-
def is_property_hidden(self): ...
|
|
24
|
-
def is_property_overridable_library(self): ...
|
|
25
|
-
def is_property_readonly(self): ...
|
|
26
|
-
def is_property_set(self): ...
|
|
27
|
-
def items(self): ...
|
|
28
|
-
def iterator(self, ksi, context, ks): ...
|
|
29
|
-
def keyframe_delete(self): ...
|
|
30
|
-
def keyframe_insert(self): ...
|
|
31
|
-
def keys(self): ...
|
|
32
|
-
def path_from_id(self): ...
|
|
33
|
-
def path_resolve(self): ...
|
|
34
|
-
def poll(self, context): ...
|
|
35
|
-
def pop(self): ...
|
|
36
|
-
def property_overridable_library_set(self): ...
|
|
37
|
-
def property_unset(self): ...
|
|
38
|
-
def type_recast(self): ...
|
|
39
|
-
def values(self): ...
|
|
135
|
+
def type_recast(self):
|
|
136
|
+
""" """
|
|
137
|
+
...
|
|
138
|
+
|
|
139
|
+
def values(self):
|
|
140
|
+
""" """
|
|
141
|
+
...
|
|
40
142
|
|
|
41
143
|
class BUILTIN_KSI_BendyBones(bpy_types.KeyingSetInfo):
|
|
144
|
+
""" """
|
|
145
|
+
|
|
42
146
|
bl_label: typing.Any
|
|
147
|
+
""" """
|
|
148
|
+
|
|
43
149
|
bl_rna: typing.Any
|
|
150
|
+
""" """
|
|
151
|
+
|
|
44
152
|
id_data: typing.Any
|
|
153
|
+
""" """
|
|
154
|
+
|
|
155
|
+
def as_pointer(self):
|
|
156
|
+
""" """
|
|
157
|
+
...
|
|
158
|
+
|
|
159
|
+
def bl_rna_get_subclass(self):
|
|
160
|
+
""" """
|
|
161
|
+
...
|
|
162
|
+
|
|
163
|
+
def bl_rna_get_subclass_py(self):
|
|
164
|
+
""" """
|
|
165
|
+
...
|
|
166
|
+
|
|
167
|
+
def driver_add(self):
|
|
168
|
+
""" """
|
|
169
|
+
...
|
|
170
|
+
|
|
171
|
+
def driver_remove(self):
|
|
172
|
+
""" """
|
|
173
|
+
...
|
|
174
|
+
|
|
175
|
+
def generate(self, _ksi, _context, ks, data):
|
|
176
|
+
"""
|
|
177
|
+
|
|
178
|
+
:param _ksi:
|
|
179
|
+
:param _context:
|
|
180
|
+
:param ks:
|
|
181
|
+
:param data:
|
|
182
|
+
"""
|
|
183
|
+
...
|
|
184
|
+
|
|
185
|
+
def get(self):
|
|
186
|
+
""" """
|
|
187
|
+
...
|
|
188
|
+
|
|
189
|
+
def id_properties_clear(self):
|
|
190
|
+
""" """
|
|
191
|
+
...
|
|
192
|
+
|
|
193
|
+
def id_properties_ensure(self):
|
|
194
|
+
""" """
|
|
195
|
+
...
|
|
196
|
+
|
|
197
|
+
def id_properties_ui(self):
|
|
198
|
+
""" """
|
|
199
|
+
...
|
|
200
|
+
|
|
201
|
+
def is_property_hidden(self):
|
|
202
|
+
""" """
|
|
203
|
+
...
|
|
204
|
+
|
|
205
|
+
def is_property_overridable_library(self):
|
|
206
|
+
""" """
|
|
207
|
+
...
|
|
208
|
+
|
|
209
|
+
def is_property_readonly(self):
|
|
210
|
+
""" """
|
|
211
|
+
...
|
|
212
|
+
|
|
213
|
+
def is_property_set(self):
|
|
214
|
+
""" """
|
|
215
|
+
...
|
|
216
|
+
|
|
217
|
+
def items(self):
|
|
218
|
+
""" """
|
|
219
|
+
...
|
|
220
|
+
|
|
221
|
+
def iterator(self, ksi, context, ks):
|
|
222
|
+
"""
|
|
223
|
+
|
|
224
|
+
:param ksi:
|
|
225
|
+
:param context:
|
|
226
|
+
:param ks:
|
|
227
|
+
"""
|
|
228
|
+
...
|
|
229
|
+
|
|
230
|
+
def keyframe_delete(self):
|
|
231
|
+
""" """
|
|
232
|
+
...
|
|
233
|
+
|
|
234
|
+
def keyframe_insert(self):
|
|
235
|
+
""" """
|
|
236
|
+
...
|
|
237
|
+
|
|
238
|
+
def keys(self):
|
|
239
|
+
""" """
|
|
240
|
+
...
|
|
241
|
+
|
|
242
|
+
def path_from_id(self):
|
|
243
|
+
""" """
|
|
244
|
+
...
|
|
245
|
+
|
|
246
|
+
def path_resolve(self):
|
|
247
|
+
""" """
|
|
248
|
+
...
|
|
249
|
+
|
|
250
|
+
def poll(self, _ksi, context):
|
|
251
|
+
"""
|
|
252
|
+
|
|
253
|
+
:param _ksi:
|
|
254
|
+
:param context:
|
|
255
|
+
"""
|
|
256
|
+
...
|
|
257
|
+
|
|
258
|
+
def pop(self):
|
|
259
|
+
""" """
|
|
260
|
+
...
|
|
261
|
+
|
|
262
|
+
def property_overridable_library_set(self):
|
|
263
|
+
""" """
|
|
264
|
+
...
|
|
265
|
+
|
|
266
|
+
def property_unset(self):
|
|
267
|
+
""" """
|
|
268
|
+
...
|
|
45
269
|
|
|
46
|
-
def
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
def
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
def id_properties_clear(self): ...
|
|
54
|
-
def id_properties_ensure(self): ...
|
|
55
|
-
def id_properties_ui(self): ...
|
|
56
|
-
def is_property_hidden(self): ...
|
|
57
|
-
def is_property_overridable_library(self): ...
|
|
58
|
-
def is_property_readonly(self): ...
|
|
59
|
-
def is_property_set(self): ...
|
|
60
|
-
def items(self): ...
|
|
61
|
-
def iterator(self, ksi, context, ks): ...
|
|
62
|
-
def keyframe_delete(self): ...
|
|
63
|
-
def keyframe_insert(self): ...
|
|
64
|
-
def keys(self): ...
|
|
65
|
-
def path_from_id(self): ...
|
|
66
|
-
def path_resolve(self): ...
|
|
67
|
-
def poll(self, _ksi, context): ...
|
|
68
|
-
def pop(self): ...
|
|
69
|
-
def property_overridable_library_set(self): ...
|
|
70
|
-
def property_unset(self): ...
|
|
71
|
-
def type_recast(self): ...
|
|
72
|
-
def values(self): ...
|
|
270
|
+
def type_recast(self):
|
|
271
|
+
""" """
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def values(self):
|
|
275
|
+
""" """
|
|
276
|
+
...
|
|
73
277
|
|
|
74
278
|
class BUILTIN_KSI_DeltaLocation(bpy_types.KeyingSetInfo):
|
|
279
|
+
""" """
|
|
280
|
+
|
|
75
281
|
bl_label: typing.Any
|
|
282
|
+
""" """
|
|
283
|
+
|
|
76
284
|
bl_rna: typing.Any
|
|
285
|
+
""" """
|
|
286
|
+
|
|
77
287
|
id_data: typing.Any
|
|
288
|
+
""" """
|
|
289
|
+
|
|
290
|
+
def as_pointer(self):
|
|
291
|
+
""" """
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
def bl_rna_get_subclass(self):
|
|
295
|
+
""" """
|
|
296
|
+
...
|
|
297
|
+
|
|
298
|
+
def bl_rna_get_subclass_py(self):
|
|
299
|
+
""" """
|
|
300
|
+
...
|
|
301
|
+
|
|
302
|
+
def driver_add(self):
|
|
303
|
+
""" """
|
|
304
|
+
...
|
|
305
|
+
|
|
306
|
+
def driver_remove(self):
|
|
307
|
+
""" """
|
|
308
|
+
...
|
|
309
|
+
|
|
310
|
+
def generate(self, _context, ks, data):
|
|
311
|
+
"""
|
|
312
|
+
|
|
313
|
+
:param _context:
|
|
314
|
+
:param ks:
|
|
315
|
+
:param data:
|
|
316
|
+
"""
|
|
317
|
+
...
|
|
318
|
+
|
|
319
|
+
def get(self):
|
|
320
|
+
""" """
|
|
321
|
+
...
|
|
322
|
+
|
|
323
|
+
def id_properties_clear(self):
|
|
324
|
+
""" """
|
|
325
|
+
...
|
|
326
|
+
|
|
327
|
+
def id_properties_ensure(self):
|
|
328
|
+
""" """
|
|
329
|
+
...
|
|
330
|
+
|
|
331
|
+
def id_properties_ui(self):
|
|
332
|
+
""" """
|
|
333
|
+
...
|
|
334
|
+
|
|
335
|
+
def is_property_hidden(self):
|
|
336
|
+
""" """
|
|
337
|
+
...
|
|
338
|
+
|
|
339
|
+
def is_property_overridable_library(self):
|
|
340
|
+
""" """
|
|
341
|
+
...
|
|
342
|
+
|
|
343
|
+
def is_property_readonly(self):
|
|
344
|
+
""" """
|
|
345
|
+
...
|
|
346
|
+
|
|
347
|
+
def is_property_set(self):
|
|
348
|
+
""" """
|
|
349
|
+
...
|
|
350
|
+
|
|
351
|
+
def items(self):
|
|
352
|
+
""" """
|
|
353
|
+
...
|
|
354
|
+
|
|
355
|
+
def iterator(self, ksi, context, ks):
|
|
356
|
+
"""
|
|
357
|
+
|
|
358
|
+
:param ksi:
|
|
359
|
+
:param context:
|
|
360
|
+
:param ks:
|
|
361
|
+
"""
|
|
362
|
+
...
|
|
363
|
+
|
|
364
|
+
def keyframe_delete(self):
|
|
365
|
+
""" """
|
|
366
|
+
...
|
|
367
|
+
|
|
368
|
+
def keyframe_insert(self):
|
|
369
|
+
""" """
|
|
370
|
+
...
|
|
371
|
+
|
|
372
|
+
def keys(self):
|
|
373
|
+
""" """
|
|
374
|
+
...
|
|
375
|
+
|
|
376
|
+
def path_from_id(self):
|
|
377
|
+
""" """
|
|
378
|
+
...
|
|
379
|
+
|
|
380
|
+
def path_resolve(self):
|
|
381
|
+
""" """
|
|
382
|
+
...
|
|
383
|
+
|
|
384
|
+
def poll(self, _ksi, context):
|
|
385
|
+
"""
|
|
386
|
+
|
|
387
|
+
:param _ksi:
|
|
388
|
+
:param context:
|
|
389
|
+
"""
|
|
390
|
+
...
|
|
391
|
+
|
|
392
|
+
def pop(self):
|
|
393
|
+
""" """
|
|
394
|
+
...
|
|
395
|
+
|
|
396
|
+
def property_overridable_library_set(self):
|
|
397
|
+
""" """
|
|
398
|
+
...
|
|
399
|
+
|
|
400
|
+
def property_unset(self):
|
|
401
|
+
""" """
|
|
402
|
+
...
|
|
78
403
|
|
|
79
|
-
def
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
def
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
def id_properties_clear(self): ...
|
|
87
|
-
def id_properties_ensure(self): ...
|
|
88
|
-
def id_properties_ui(self): ...
|
|
89
|
-
def is_property_hidden(self): ...
|
|
90
|
-
def is_property_overridable_library(self): ...
|
|
91
|
-
def is_property_readonly(self): ...
|
|
92
|
-
def is_property_set(self): ...
|
|
93
|
-
def items(self): ...
|
|
94
|
-
def iterator(self, ksi, context, ks): ...
|
|
95
|
-
def keyframe_delete(self): ...
|
|
96
|
-
def keyframe_insert(self): ...
|
|
97
|
-
def keys(self): ...
|
|
98
|
-
def path_from_id(self): ...
|
|
99
|
-
def path_resolve(self): ...
|
|
100
|
-
def poll(self, _ksi, context): ...
|
|
101
|
-
def pop(self): ...
|
|
102
|
-
def property_overridable_library_set(self): ...
|
|
103
|
-
def property_unset(self): ...
|
|
104
|
-
def type_recast(self): ...
|
|
105
|
-
def values(self): ...
|
|
404
|
+
def type_recast(self):
|
|
405
|
+
""" """
|
|
406
|
+
...
|
|
407
|
+
|
|
408
|
+
def values(self):
|
|
409
|
+
""" """
|
|
410
|
+
...
|
|
106
411
|
|
|
107
412
|
class BUILTIN_KSI_DeltaRotation(bpy_types.KeyingSetInfo):
|
|
413
|
+
""" """
|
|
414
|
+
|
|
108
415
|
bl_label: typing.Any
|
|
416
|
+
""" """
|
|
417
|
+
|
|
109
418
|
bl_rna: typing.Any
|
|
419
|
+
""" """
|
|
420
|
+
|
|
110
421
|
id_data: typing.Any
|
|
422
|
+
""" """
|
|
423
|
+
|
|
424
|
+
def as_pointer(self):
|
|
425
|
+
""" """
|
|
426
|
+
...
|
|
427
|
+
|
|
428
|
+
def bl_rna_get_subclass(self):
|
|
429
|
+
""" """
|
|
430
|
+
...
|
|
431
|
+
|
|
432
|
+
def bl_rna_get_subclass_py(self):
|
|
433
|
+
""" """
|
|
434
|
+
...
|
|
435
|
+
|
|
436
|
+
def driver_add(self):
|
|
437
|
+
""" """
|
|
438
|
+
...
|
|
439
|
+
|
|
440
|
+
def driver_remove(self):
|
|
441
|
+
""" """
|
|
442
|
+
...
|
|
443
|
+
|
|
444
|
+
def generate(self, _context, ks, data):
|
|
445
|
+
"""
|
|
446
|
+
|
|
447
|
+
:param _context:
|
|
448
|
+
:param ks:
|
|
449
|
+
:param data:
|
|
450
|
+
"""
|
|
451
|
+
...
|
|
452
|
+
|
|
453
|
+
def get(self):
|
|
454
|
+
""" """
|
|
455
|
+
...
|
|
456
|
+
|
|
457
|
+
def id_properties_clear(self):
|
|
458
|
+
""" """
|
|
459
|
+
...
|
|
460
|
+
|
|
461
|
+
def id_properties_ensure(self):
|
|
462
|
+
""" """
|
|
463
|
+
...
|
|
464
|
+
|
|
465
|
+
def id_properties_ui(self):
|
|
466
|
+
""" """
|
|
467
|
+
...
|
|
468
|
+
|
|
469
|
+
def is_property_hidden(self):
|
|
470
|
+
""" """
|
|
471
|
+
...
|
|
472
|
+
|
|
473
|
+
def is_property_overridable_library(self):
|
|
474
|
+
""" """
|
|
475
|
+
...
|
|
476
|
+
|
|
477
|
+
def is_property_readonly(self):
|
|
478
|
+
""" """
|
|
479
|
+
...
|
|
480
|
+
|
|
481
|
+
def is_property_set(self):
|
|
482
|
+
""" """
|
|
483
|
+
...
|
|
484
|
+
|
|
485
|
+
def items(self):
|
|
486
|
+
""" """
|
|
487
|
+
...
|
|
488
|
+
|
|
489
|
+
def iterator(self, ksi, context, ks):
|
|
490
|
+
"""
|
|
491
|
+
|
|
492
|
+
:param ksi:
|
|
493
|
+
:param context:
|
|
494
|
+
:param ks:
|
|
495
|
+
"""
|
|
496
|
+
...
|
|
497
|
+
|
|
498
|
+
def keyframe_delete(self):
|
|
499
|
+
""" """
|
|
500
|
+
...
|
|
501
|
+
|
|
502
|
+
def keyframe_insert(self):
|
|
503
|
+
""" """
|
|
504
|
+
...
|
|
505
|
+
|
|
506
|
+
def keys(self):
|
|
507
|
+
""" """
|
|
508
|
+
...
|
|
509
|
+
|
|
510
|
+
def path_from_id(self):
|
|
511
|
+
""" """
|
|
512
|
+
...
|
|
513
|
+
|
|
514
|
+
def path_resolve(self):
|
|
515
|
+
""" """
|
|
516
|
+
...
|
|
517
|
+
|
|
518
|
+
def poll(self, _ksi, context):
|
|
519
|
+
"""
|
|
520
|
+
|
|
521
|
+
:param _ksi:
|
|
522
|
+
:param context:
|
|
523
|
+
"""
|
|
524
|
+
...
|
|
525
|
+
|
|
526
|
+
def pop(self):
|
|
527
|
+
""" """
|
|
528
|
+
...
|
|
529
|
+
|
|
530
|
+
def property_overridable_library_set(self):
|
|
531
|
+
""" """
|
|
532
|
+
...
|
|
533
|
+
|
|
534
|
+
def property_unset(self):
|
|
535
|
+
""" """
|
|
536
|
+
...
|
|
111
537
|
|
|
112
|
-
def
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
def
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
def id_properties_clear(self): ...
|
|
120
|
-
def id_properties_ensure(self): ...
|
|
121
|
-
def id_properties_ui(self): ...
|
|
122
|
-
def is_property_hidden(self): ...
|
|
123
|
-
def is_property_overridable_library(self): ...
|
|
124
|
-
def is_property_readonly(self): ...
|
|
125
|
-
def is_property_set(self): ...
|
|
126
|
-
def items(self): ...
|
|
127
|
-
def iterator(self, ksi, context, ks): ...
|
|
128
|
-
def keyframe_delete(self): ...
|
|
129
|
-
def keyframe_insert(self): ...
|
|
130
|
-
def keys(self): ...
|
|
131
|
-
def path_from_id(self): ...
|
|
132
|
-
def path_resolve(self): ...
|
|
133
|
-
def poll(self, _ksi, context): ...
|
|
134
|
-
def pop(self): ...
|
|
135
|
-
def property_overridable_library_set(self): ...
|
|
136
|
-
def property_unset(self): ...
|
|
137
|
-
def type_recast(self): ...
|
|
138
|
-
def values(self): ...
|
|
538
|
+
def type_recast(self):
|
|
539
|
+
""" """
|
|
540
|
+
...
|
|
541
|
+
|
|
542
|
+
def values(self):
|
|
543
|
+
""" """
|
|
544
|
+
...
|
|
139
545
|
|
|
140
546
|
class BUILTIN_KSI_DeltaScale(bpy_types.KeyingSetInfo):
|
|
547
|
+
""" """
|
|
548
|
+
|
|
141
549
|
bl_label: typing.Any
|
|
550
|
+
""" """
|
|
551
|
+
|
|
142
552
|
bl_rna: typing.Any
|
|
553
|
+
""" """
|
|
554
|
+
|
|
143
555
|
id_data: typing.Any
|
|
556
|
+
""" """
|
|
557
|
+
|
|
558
|
+
def as_pointer(self):
|
|
559
|
+
""" """
|
|
560
|
+
...
|
|
561
|
+
|
|
562
|
+
def bl_rna_get_subclass(self):
|
|
563
|
+
""" """
|
|
564
|
+
...
|
|
565
|
+
|
|
566
|
+
def bl_rna_get_subclass_py(self):
|
|
567
|
+
""" """
|
|
568
|
+
...
|
|
569
|
+
|
|
570
|
+
def driver_add(self):
|
|
571
|
+
""" """
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def driver_remove(self):
|
|
575
|
+
""" """
|
|
576
|
+
...
|
|
577
|
+
|
|
578
|
+
def generate(self, _context, ks, data):
|
|
579
|
+
"""
|
|
580
|
+
|
|
581
|
+
:param _context:
|
|
582
|
+
:param ks:
|
|
583
|
+
:param data:
|
|
584
|
+
"""
|
|
585
|
+
...
|
|
586
|
+
|
|
587
|
+
def get(self):
|
|
588
|
+
""" """
|
|
589
|
+
...
|
|
590
|
+
|
|
591
|
+
def id_properties_clear(self):
|
|
592
|
+
""" """
|
|
593
|
+
...
|
|
594
|
+
|
|
595
|
+
def id_properties_ensure(self):
|
|
596
|
+
""" """
|
|
597
|
+
...
|
|
598
|
+
|
|
599
|
+
def id_properties_ui(self):
|
|
600
|
+
""" """
|
|
601
|
+
...
|
|
602
|
+
|
|
603
|
+
def is_property_hidden(self):
|
|
604
|
+
""" """
|
|
605
|
+
...
|
|
606
|
+
|
|
607
|
+
def is_property_overridable_library(self):
|
|
608
|
+
""" """
|
|
609
|
+
...
|
|
610
|
+
|
|
611
|
+
def is_property_readonly(self):
|
|
612
|
+
""" """
|
|
613
|
+
...
|
|
614
|
+
|
|
615
|
+
def is_property_set(self):
|
|
616
|
+
""" """
|
|
617
|
+
...
|
|
618
|
+
|
|
619
|
+
def items(self):
|
|
620
|
+
""" """
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
def iterator(self, ksi, context, ks):
|
|
624
|
+
"""
|
|
625
|
+
|
|
626
|
+
:param ksi:
|
|
627
|
+
:param context:
|
|
628
|
+
:param ks:
|
|
629
|
+
"""
|
|
630
|
+
...
|
|
631
|
+
|
|
632
|
+
def keyframe_delete(self):
|
|
633
|
+
""" """
|
|
634
|
+
...
|
|
635
|
+
|
|
636
|
+
def keyframe_insert(self):
|
|
637
|
+
""" """
|
|
638
|
+
...
|
|
639
|
+
|
|
640
|
+
def keys(self):
|
|
641
|
+
""" """
|
|
642
|
+
...
|
|
643
|
+
|
|
644
|
+
def path_from_id(self):
|
|
645
|
+
""" """
|
|
646
|
+
...
|
|
647
|
+
|
|
648
|
+
def path_resolve(self):
|
|
649
|
+
""" """
|
|
650
|
+
...
|
|
651
|
+
|
|
652
|
+
def poll(self, _ksi, context):
|
|
653
|
+
"""
|
|
654
|
+
|
|
655
|
+
:param _ksi:
|
|
656
|
+
:param context:
|
|
657
|
+
"""
|
|
658
|
+
...
|
|
659
|
+
|
|
660
|
+
def pop(self):
|
|
661
|
+
""" """
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def property_overridable_library_set(self):
|
|
665
|
+
""" """
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
def property_unset(self):
|
|
669
|
+
""" """
|
|
670
|
+
...
|
|
144
671
|
|
|
145
|
-
def
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
def
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
def id_properties_clear(self): ...
|
|
153
|
-
def id_properties_ensure(self): ...
|
|
154
|
-
def id_properties_ui(self): ...
|
|
155
|
-
def is_property_hidden(self): ...
|
|
156
|
-
def is_property_overridable_library(self): ...
|
|
157
|
-
def is_property_readonly(self): ...
|
|
158
|
-
def is_property_set(self): ...
|
|
159
|
-
def items(self): ...
|
|
160
|
-
def iterator(self, ksi, context, ks): ...
|
|
161
|
-
def keyframe_delete(self): ...
|
|
162
|
-
def keyframe_insert(self): ...
|
|
163
|
-
def keys(self): ...
|
|
164
|
-
def path_from_id(self): ...
|
|
165
|
-
def path_resolve(self): ...
|
|
166
|
-
def poll(self, _ksi, context): ...
|
|
167
|
-
def pop(self): ...
|
|
168
|
-
def property_overridable_library_set(self): ...
|
|
169
|
-
def property_unset(self): ...
|
|
170
|
-
def type_recast(self): ...
|
|
171
|
-
def values(self): ...
|
|
672
|
+
def type_recast(self):
|
|
673
|
+
""" """
|
|
674
|
+
...
|
|
675
|
+
|
|
676
|
+
def values(self):
|
|
677
|
+
""" """
|
|
678
|
+
...
|
|
172
679
|
|
|
173
680
|
class BUILTIN_KSI_LocRot(bpy_types.KeyingSetInfo):
|
|
681
|
+
""" """
|
|
682
|
+
|
|
174
683
|
bl_label: typing.Any
|
|
684
|
+
""" """
|
|
685
|
+
|
|
175
686
|
bl_rna: typing.Any
|
|
687
|
+
""" """
|
|
688
|
+
|
|
176
689
|
id_data: typing.Any
|
|
690
|
+
""" """
|
|
177
691
|
|
|
178
|
-
def as_pointer(self):
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
def driver_add(self): ...
|
|
182
|
-
def driver_remove(self): ...
|
|
183
|
-
def generate(self, context, ks, data): ...
|
|
184
|
-
def get(self): ...
|
|
185
|
-
def id_properties_clear(self): ...
|
|
186
|
-
def id_properties_ensure(self): ...
|
|
187
|
-
def id_properties_ui(self): ...
|
|
188
|
-
def is_property_hidden(self): ...
|
|
189
|
-
def is_property_overridable_library(self): ...
|
|
190
|
-
def is_property_readonly(self): ...
|
|
191
|
-
def is_property_set(self): ...
|
|
192
|
-
def items(self): ...
|
|
193
|
-
def iterator(self, ksi, context, ks): ...
|
|
194
|
-
def keyframe_delete(self): ...
|
|
195
|
-
def keyframe_insert(self): ...
|
|
196
|
-
def keys(self): ...
|
|
197
|
-
def path_from_id(self): ...
|
|
198
|
-
def path_resolve(self): ...
|
|
199
|
-
def poll(self, ksi, context): ...
|
|
200
|
-
def pop(self): ...
|
|
201
|
-
def property_overridable_library_set(self): ...
|
|
202
|
-
def property_unset(self): ...
|
|
203
|
-
def type_recast(self): ...
|
|
204
|
-
def values(self): ...
|
|
692
|
+
def as_pointer(self):
|
|
693
|
+
""" """
|
|
694
|
+
...
|
|
205
695
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
bl_rna: typing.Any
|
|
210
|
-
id_data: typing.Any
|
|
696
|
+
def bl_rna_get_subclass(self):
|
|
697
|
+
""" """
|
|
698
|
+
...
|
|
211
699
|
|
|
212
|
-
def
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
def driver_add(self): ...
|
|
216
|
-
def driver_remove(self): ...
|
|
217
|
-
def generate(self, context, ks, data): ...
|
|
218
|
-
def get(self): ...
|
|
219
|
-
def id_properties_clear(self): ...
|
|
220
|
-
def id_properties_ensure(self): ...
|
|
221
|
-
def id_properties_ui(self): ...
|
|
222
|
-
def is_property_hidden(self): ...
|
|
223
|
-
def is_property_overridable_library(self): ...
|
|
224
|
-
def is_property_readonly(self): ...
|
|
225
|
-
def is_property_set(self): ...
|
|
226
|
-
def items(self): ...
|
|
227
|
-
def iterator(self, ksi, context, ks): ...
|
|
228
|
-
def keyframe_delete(self): ...
|
|
229
|
-
def keyframe_insert(self): ...
|
|
230
|
-
def keys(self): ...
|
|
231
|
-
def path_from_id(self): ...
|
|
232
|
-
def path_resolve(self): ...
|
|
233
|
-
def poll(self, ksi, context): ...
|
|
234
|
-
def pop(self): ...
|
|
235
|
-
def property_overridable_library_set(self): ...
|
|
236
|
-
def property_unset(self): ...
|
|
237
|
-
def type_recast(self): ...
|
|
238
|
-
def values(self): ...
|
|
700
|
+
def bl_rna_get_subclass_py(self):
|
|
701
|
+
""" """
|
|
702
|
+
...
|
|
239
703
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
bl_rna: typing.Any
|
|
244
|
-
id_data: typing.Any
|
|
704
|
+
def driver_add(self):
|
|
705
|
+
""" """
|
|
706
|
+
...
|
|
245
707
|
|
|
246
|
-
def
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
def driver_add(self): ...
|
|
250
|
-
def driver_remove(self): ...
|
|
251
|
-
def generate(self, context, ks, data): ...
|
|
252
|
-
def get(self): ...
|
|
253
|
-
def id_properties_clear(self): ...
|
|
254
|
-
def id_properties_ensure(self): ...
|
|
255
|
-
def id_properties_ui(self): ...
|
|
256
|
-
def is_property_hidden(self): ...
|
|
257
|
-
def is_property_overridable_library(self): ...
|
|
258
|
-
def is_property_readonly(self): ...
|
|
259
|
-
def is_property_set(self): ...
|
|
260
|
-
def items(self): ...
|
|
261
|
-
def iterator(self, ksi, context, ks): ...
|
|
262
|
-
def keyframe_delete(self): ...
|
|
263
|
-
def keyframe_insert(self): ...
|
|
264
|
-
def keys(self): ...
|
|
265
|
-
def path_from_id(self): ...
|
|
266
|
-
def path_resolve(self): ...
|
|
267
|
-
def poll(self, ksi, context): ...
|
|
268
|
-
def pop(self): ...
|
|
269
|
-
def property_overridable_library_set(self): ...
|
|
270
|
-
def property_unset(self): ...
|
|
271
|
-
def type_recast(self): ...
|
|
272
|
-
def values(self): ...
|
|
708
|
+
def driver_remove(self):
|
|
709
|
+
""" """
|
|
710
|
+
...
|
|
273
711
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
bl_rna: typing.Any
|
|
277
|
-
id_data: typing.Any
|
|
712
|
+
def generate(self, context, ks, data):
|
|
713
|
+
"""
|
|
278
714
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
def generate(self, context, ks, data): ...
|
|
285
|
-
def get(self): ...
|
|
286
|
-
def id_properties_clear(self): ...
|
|
287
|
-
def id_properties_ensure(self): ...
|
|
288
|
-
def id_properties_ui(self): ...
|
|
289
|
-
def is_property_hidden(self): ...
|
|
290
|
-
def is_property_overridable_library(self): ...
|
|
291
|
-
def is_property_readonly(self): ...
|
|
292
|
-
def is_property_set(self): ...
|
|
293
|
-
def items(self): ...
|
|
294
|
-
def iterator(self, ksi, context, ks): ...
|
|
295
|
-
def keyframe_delete(self): ...
|
|
296
|
-
def keyframe_insert(self): ...
|
|
297
|
-
def keys(self): ...
|
|
298
|
-
def path_from_id(self): ...
|
|
299
|
-
def path_resolve(self): ...
|
|
300
|
-
def poll(self, ksi, context): ...
|
|
301
|
-
def pop(self): ...
|
|
302
|
-
def property_overridable_library_set(self): ...
|
|
303
|
-
def property_unset(self): ...
|
|
304
|
-
def type_recast(self): ...
|
|
305
|
-
def values(self): ...
|
|
715
|
+
:param context:
|
|
716
|
+
:param ks:
|
|
717
|
+
:param data:
|
|
718
|
+
"""
|
|
719
|
+
...
|
|
306
720
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
bl_rna: typing.Any
|
|
311
|
-
id_data: typing.Any
|
|
721
|
+
def get(self):
|
|
722
|
+
""" """
|
|
723
|
+
...
|
|
312
724
|
|
|
313
|
-
def
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
def driver_add(self): ...
|
|
317
|
-
def driver_remove(self): ...
|
|
318
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
319
|
-
def get(self): ...
|
|
320
|
-
def id_properties_clear(self): ...
|
|
321
|
-
def id_properties_ensure(self): ...
|
|
322
|
-
def id_properties_ui(self): ...
|
|
323
|
-
def is_property_hidden(self): ...
|
|
324
|
-
def is_property_overridable_library(self): ...
|
|
325
|
-
def is_property_readonly(self): ...
|
|
326
|
-
def is_property_set(self): ...
|
|
327
|
-
def items(self): ...
|
|
328
|
-
def iterator(self, ksi, context, ks): ...
|
|
329
|
-
def keyframe_delete(self): ...
|
|
330
|
-
def keyframe_insert(self): ...
|
|
331
|
-
def keys(self): ...
|
|
332
|
-
def path_from_id(self): ...
|
|
333
|
-
def path_resolve(self): ...
|
|
334
|
-
def poll(self, ksi, context): ...
|
|
335
|
-
def pop(self): ...
|
|
336
|
-
def property_overridable_library_set(self): ...
|
|
337
|
-
def property_unset(self): ...
|
|
338
|
-
def type_recast(self): ...
|
|
339
|
-
def values(self): ...
|
|
725
|
+
def id_properties_clear(self):
|
|
726
|
+
""" """
|
|
727
|
+
...
|
|
340
728
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
id_data: typing.Any
|
|
729
|
+
def id_properties_ensure(self):
|
|
730
|
+
""" """
|
|
731
|
+
...
|
|
345
732
|
|
|
346
|
-
def
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
def driver_add(self): ...
|
|
350
|
-
def driver_remove(self): ...
|
|
351
|
-
def generate(self, context, ks, data): ...
|
|
352
|
-
def get(self): ...
|
|
353
|
-
def id_properties_clear(self): ...
|
|
354
|
-
def id_properties_ensure(self): ...
|
|
355
|
-
def id_properties_ui(self): ...
|
|
356
|
-
def is_property_hidden(self): ...
|
|
357
|
-
def is_property_overridable_library(self): ...
|
|
358
|
-
def is_property_readonly(self): ...
|
|
359
|
-
def is_property_set(self): ...
|
|
360
|
-
def items(self): ...
|
|
361
|
-
def iterator(self, ksi, context, ks): ...
|
|
362
|
-
def keyframe_delete(self): ...
|
|
363
|
-
def keyframe_insert(self): ...
|
|
364
|
-
def keys(self): ...
|
|
365
|
-
def path_from_id(self): ...
|
|
366
|
-
def path_resolve(self): ...
|
|
367
|
-
def poll(self, ksi, context): ...
|
|
368
|
-
def pop(self): ...
|
|
369
|
-
def property_overridable_library_set(self): ...
|
|
370
|
-
def property_unset(self): ...
|
|
371
|
-
def type_recast(self): ...
|
|
372
|
-
def values(self): ...
|
|
733
|
+
def id_properties_ui(self):
|
|
734
|
+
""" """
|
|
735
|
+
...
|
|
373
736
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
bl_rna: typing.Any
|
|
378
|
-
id_data: typing.Any
|
|
737
|
+
def is_property_hidden(self):
|
|
738
|
+
""" """
|
|
739
|
+
...
|
|
379
740
|
|
|
380
|
-
def
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
def driver_add(self): ...
|
|
384
|
-
def driver_remove(self): ...
|
|
385
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
386
|
-
def get(self): ...
|
|
387
|
-
def id_properties_clear(self): ...
|
|
388
|
-
def id_properties_ensure(self): ...
|
|
389
|
-
def id_properties_ui(self): ...
|
|
390
|
-
def is_property_hidden(self): ...
|
|
391
|
-
def is_property_overridable_library(self): ...
|
|
392
|
-
def is_property_readonly(self): ...
|
|
393
|
-
def is_property_set(self): ...
|
|
394
|
-
def items(self): ...
|
|
395
|
-
def iterator(self, ksi, context, ks): ...
|
|
396
|
-
def keyframe_delete(self): ...
|
|
397
|
-
def keyframe_insert(self): ...
|
|
398
|
-
def keys(self): ...
|
|
399
|
-
def path_from_id(self): ...
|
|
400
|
-
def path_resolve(self): ...
|
|
401
|
-
def poll(self, ksi, context): ...
|
|
402
|
-
def pop(self): ...
|
|
403
|
-
def property_overridable_library_set(self): ...
|
|
404
|
-
def property_unset(self): ...
|
|
405
|
-
def type_recast(self): ...
|
|
406
|
-
def values(self): ...
|
|
741
|
+
def is_property_overridable_library(self):
|
|
742
|
+
""" """
|
|
743
|
+
...
|
|
407
744
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
bl_rna: typing.Any
|
|
412
|
-
id_data: typing.Any
|
|
745
|
+
def is_property_readonly(self):
|
|
746
|
+
""" """
|
|
747
|
+
...
|
|
413
748
|
|
|
414
|
-
def
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
def driver_add(self): ...
|
|
418
|
-
def driver_remove(self): ...
|
|
419
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
420
|
-
def get(self): ...
|
|
421
|
-
def id_properties_clear(self): ...
|
|
422
|
-
def id_properties_ensure(self): ...
|
|
423
|
-
def id_properties_ui(self): ...
|
|
424
|
-
def is_property_hidden(self): ...
|
|
425
|
-
def is_property_overridable_library(self): ...
|
|
426
|
-
def is_property_readonly(self): ...
|
|
427
|
-
def is_property_set(self): ...
|
|
428
|
-
def items(self): ...
|
|
429
|
-
def iterator(self, ksi, context, ks): ...
|
|
430
|
-
def keyframe_delete(self): ...
|
|
431
|
-
def keyframe_insert(self): ...
|
|
432
|
-
def keys(self): ...
|
|
433
|
-
def path_from_id(self): ...
|
|
434
|
-
def path_resolve(self): ...
|
|
435
|
-
def poll(self, ksi, context): ...
|
|
436
|
-
def pop(self): ...
|
|
437
|
-
def property_overridable_library_set(self): ...
|
|
438
|
-
def property_unset(self): ...
|
|
439
|
-
def type_recast(self): ...
|
|
440
|
-
def values(self): ...
|
|
749
|
+
def is_property_set(self):
|
|
750
|
+
""" """
|
|
751
|
+
...
|
|
441
752
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
bl_rna: typing.Any
|
|
446
|
-
id_data: typing.Any
|
|
753
|
+
def items(self):
|
|
754
|
+
""" """
|
|
755
|
+
...
|
|
447
756
|
|
|
448
|
-
def
|
|
449
|
-
|
|
450
|
-
def bl_rna_get_subclass_py(self): ...
|
|
451
|
-
def driver_add(self): ...
|
|
452
|
-
def driver_remove(self): ...
|
|
453
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
454
|
-
def get(self): ...
|
|
455
|
-
def id_properties_clear(self): ...
|
|
456
|
-
def id_properties_ensure(self): ...
|
|
457
|
-
def id_properties_ui(self): ...
|
|
458
|
-
def is_property_hidden(self): ...
|
|
459
|
-
def is_property_overridable_library(self): ...
|
|
460
|
-
def is_property_readonly(self): ...
|
|
461
|
-
def is_property_set(self): ...
|
|
462
|
-
def items(self): ...
|
|
463
|
-
def iterator(self, ksi, context, ks): ...
|
|
464
|
-
def keyframe_delete(self): ...
|
|
465
|
-
def keyframe_insert(self): ...
|
|
466
|
-
def keys(self): ...
|
|
467
|
-
def path_from_id(self): ...
|
|
468
|
-
def path_resolve(self): ...
|
|
469
|
-
def poll(self, ksi, context): ...
|
|
470
|
-
def pop(self): ...
|
|
471
|
-
def property_overridable_library_set(self): ...
|
|
472
|
-
def property_unset(self): ...
|
|
473
|
-
def type_recast(self): ...
|
|
474
|
-
def values(self): ...
|
|
757
|
+
def iterator(self, ksi, context, ks):
|
|
758
|
+
"""
|
|
475
759
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
760
|
+
:param ksi:
|
|
761
|
+
:param context:
|
|
762
|
+
:param ks:
|
|
763
|
+
"""
|
|
764
|
+
...
|
|
481
765
|
|
|
482
|
-
def
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
def driver_add(self): ...
|
|
486
|
-
def driver_remove(self): ...
|
|
487
|
-
def generate(self, context, ks, data): ...
|
|
488
|
-
def get(self): ...
|
|
489
|
-
def id_properties_clear(self): ...
|
|
490
|
-
def id_properties_ensure(self): ...
|
|
491
|
-
def id_properties_ui(self): ...
|
|
492
|
-
def is_property_hidden(self): ...
|
|
493
|
-
def is_property_overridable_library(self): ...
|
|
494
|
-
def is_property_readonly(self): ...
|
|
495
|
-
def is_property_set(self): ...
|
|
496
|
-
def items(self): ...
|
|
497
|
-
def iterator(self, ksi, context, ks): ...
|
|
498
|
-
def keyframe_delete(self): ...
|
|
499
|
-
def keyframe_insert(self): ...
|
|
500
|
-
def keys(self): ...
|
|
501
|
-
def path_from_id(self): ...
|
|
502
|
-
def path_resolve(self): ...
|
|
503
|
-
def poll(self, ksi, context): ...
|
|
504
|
-
def pop(self): ...
|
|
505
|
-
def property_overridable_library_set(self): ...
|
|
506
|
-
def property_unset(self): ...
|
|
507
|
-
def type_recast(self): ...
|
|
508
|
-
def values(self): ...
|
|
766
|
+
def keyframe_delete(self):
|
|
767
|
+
""" """
|
|
768
|
+
...
|
|
509
769
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
bl_rna: typing.Any
|
|
514
|
-
id_data: typing.Any
|
|
770
|
+
def keyframe_insert(self):
|
|
771
|
+
""" """
|
|
772
|
+
...
|
|
515
773
|
|
|
516
|
-
def
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
def driver_add(self): ...
|
|
520
|
-
def driver_remove(self): ...
|
|
521
|
-
def generate(self, context, ks, data): ...
|
|
522
|
-
def get(self): ...
|
|
523
|
-
def id_properties_clear(self): ...
|
|
524
|
-
def id_properties_ensure(self): ...
|
|
525
|
-
def id_properties_ui(self): ...
|
|
526
|
-
def is_property_hidden(self): ...
|
|
527
|
-
def is_property_overridable_library(self): ...
|
|
528
|
-
def is_property_readonly(self): ...
|
|
529
|
-
def is_property_set(self): ...
|
|
530
|
-
def items(self): ...
|
|
531
|
-
def iterator(self, ksi, context, ks): ...
|
|
532
|
-
def keyframe_delete(self): ...
|
|
533
|
-
def keyframe_insert(self): ...
|
|
534
|
-
def keys(self): ...
|
|
535
|
-
def path_from_id(self): ...
|
|
536
|
-
def path_resolve(self): ...
|
|
537
|
-
def poll(self, ksi, context): ...
|
|
538
|
-
def pop(self): ...
|
|
539
|
-
def property_overridable_library_set(self): ...
|
|
540
|
-
def property_unset(self): ...
|
|
541
|
-
def type_recast(self): ...
|
|
542
|
-
def values(self): ...
|
|
774
|
+
def keys(self):
|
|
775
|
+
""" """
|
|
776
|
+
...
|
|
543
777
|
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
bl_rna: typing.Any
|
|
548
|
-
id_data: typing.Any
|
|
778
|
+
def path_from_id(self):
|
|
779
|
+
""" """
|
|
780
|
+
...
|
|
549
781
|
|
|
550
|
-
def
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
def driver_add(self): ...
|
|
554
|
-
def driver_remove(self): ...
|
|
555
|
-
def generate(self, context, ks, data): ...
|
|
556
|
-
def get(self): ...
|
|
557
|
-
def id_properties_clear(self): ...
|
|
558
|
-
def id_properties_ensure(self): ...
|
|
559
|
-
def id_properties_ui(self): ...
|
|
560
|
-
def is_property_hidden(self): ...
|
|
561
|
-
def is_property_overridable_library(self): ...
|
|
562
|
-
def is_property_readonly(self): ...
|
|
563
|
-
def is_property_set(self): ...
|
|
564
|
-
def items(self): ...
|
|
565
|
-
def iterator(self, ksi, context, ks): ...
|
|
566
|
-
def keyframe_delete(self): ...
|
|
567
|
-
def keyframe_insert(self): ...
|
|
568
|
-
def keys(self): ...
|
|
569
|
-
def path_from_id(self): ...
|
|
570
|
-
def path_resolve(self): ...
|
|
571
|
-
def poll(self, ksi, context): ...
|
|
572
|
-
def pop(self): ...
|
|
573
|
-
def property_overridable_library_set(self): ...
|
|
574
|
-
def property_unset(self): ...
|
|
575
|
-
def type_recast(self): ...
|
|
576
|
-
def values(self): ...
|
|
782
|
+
def path_resolve(self):
|
|
783
|
+
""" """
|
|
784
|
+
...
|
|
577
785
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
bl_options: typing.Any
|
|
581
|
-
bl_rna: typing.Any
|
|
582
|
-
id_data: typing.Any
|
|
786
|
+
def poll(self, ksi, context):
|
|
787
|
+
"""
|
|
583
788
|
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
def driver_remove(self): ...
|
|
589
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
590
|
-
def get(self): ...
|
|
591
|
-
def id_properties_clear(self): ...
|
|
592
|
-
def id_properties_ensure(self): ...
|
|
593
|
-
def id_properties_ui(self): ...
|
|
594
|
-
def is_property_hidden(self): ...
|
|
595
|
-
def is_property_overridable_library(self): ...
|
|
596
|
-
def is_property_readonly(self): ...
|
|
597
|
-
def is_property_set(self): ...
|
|
598
|
-
def items(self): ...
|
|
599
|
-
def iterator(self, ksi, context, ks): ...
|
|
600
|
-
def keyframe_delete(self): ...
|
|
601
|
-
def keyframe_insert(self): ...
|
|
602
|
-
def keys(self): ...
|
|
603
|
-
def path_from_id(self): ...
|
|
604
|
-
def path_resolve(self): ...
|
|
605
|
-
def poll(self, ksi, context): ...
|
|
606
|
-
def pop(self): ...
|
|
607
|
-
def property_overridable_library_set(self): ...
|
|
608
|
-
def property_unset(self): ...
|
|
609
|
-
def type_recast(self): ...
|
|
610
|
-
def values(self): ...
|
|
789
|
+
:param ksi:
|
|
790
|
+
:param context:
|
|
791
|
+
"""
|
|
792
|
+
...
|
|
611
793
|
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
bl_rna: typing.Any
|
|
616
|
-
id_data: typing.Any
|
|
794
|
+
def pop(self):
|
|
795
|
+
""" """
|
|
796
|
+
...
|
|
617
797
|
|
|
618
|
-
def
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
def driver_add(self): ...
|
|
622
|
-
def driver_remove(self): ...
|
|
623
|
-
def generate(self, context, ks, data): ...
|
|
624
|
-
def get(self): ...
|
|
625
|
-
def id_properties_clear(self): ...
|
|
626
|
-
def id_properties_ensure(self): ...
|
|
627
|
-
def id_properties_ui(self): ...
|
|
628
|
-
def is_property_hidden(self): ...
|
|
629
|
-
def is_property_overridable_library(self): ...
|
|
630
|
-
def is_property_readonly(self): ...
|
|
631
|
-
def is_property_set(self): ...
|
|
632
|
-
def items(self): ...
|
|
633
|
-
def iterator(self, ksi, context, ks): ...
|
|
634
|
-
def keyframe_delete(self): ...
|
|
635
|
-
def keyframe_insert(self): ...
|
|
636
|
-
def keys(self): ...
|
|
637
|
-
def path_from_id(self): ...
|
|
638
|
-
def path_resolve(self): ...
|
|
639
|
-
def poll(self, ksi, context): ...
|
|
640
|
-
def pop(self): ...
|
|
641
|
-
def property_overridable_library_set(self): ...
|
|
642
|
-
def property_unset(self): ...
|
|
643
|
-
def type_recast(self): ...
|
|
644
|
-
def values(self): ...
|
|
798
|
+
def property_overridable_library_set(self):
|
|
799
|
+
""" """
|
|
800
|
+
...
|
|
645
801
|
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
bl_rna: typing.Any
|
|
650
|
-
id_data: typing.Any
|
|
802
|
+
def property_unset(self):
|
|
803
|
+
""" """
|
|
804
|
+
...
|
|
651
805
|
|
|
652
|
-
def
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
def driver_add(self): ...
|
|
656
|
-
def driver_remove(self): ...
|
|
657
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
658
|
-
def get(self): ...
|
|
659
|
-
def id_properties_clear(self): ...
|
|
660
|
-
def id_properties_ensure(self): ...
|
|
661
|
-
def id_properties_ui(self): ...
|
|
662
|
-
def is_property_hidden(self): ...
|
|
663
|
-
def is_property_overridable_library(self): ...
|
|
664
|
-
def is_property_readonly(self): ...
|
|
665
|
-
def is_property_set(self): ...
|
|
666
|
-
def items(self): ...
|
|
667
|
-
def iterator(self, ksi, context, ks): ...
|
|
668
|
-
def keyframe_delete(self): ...
|
|
669
|
-
def keyframe_insert(self): ...
|
|
670
|
-
def keys(self): ...
|
|
671
|
-
def path_from_id(self): ...
|
|
672
|
-
def path_resolve(self): ...
|
|
673
|
-
def poll(self, ksi, context): ...
|
|
674
|
-
def pop(self): ...
|
|
675
|
-
def property_overridable_library_set(self): ...
|
|
676
|
-
def property_unset(self): ...
|
|
677
|
-
def type_recast(self): ...
|
|
678
|
-
def values(self): ...
|
|
806
|
+
def type_recast(self):
|
|
807
|
+
""" """
|
|
808
|
+
...
|
|
679
809
|
|
|
680
|
-
|
|
681
|
-
|
|
810
|
+
def values(self):
|
|
811
|
+
""" """
|
|
812
|
+
...
|
|
682
813
|
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
def doCustomProps(self, ks, bone): ...
|
|
686
|
-
def doLoc(self, ks, bone): ...
|
|
687
|
-
def doRot3d(self, ks, bone): ...
|
|
688
|
-
def doRot4d(self, ks, bone): ...
|
|
689
|
-
def doScale(self, ks, bone): ...
|
|
690
|
-
def generate(self, context, ks, bone): ...
|
|
691
|
-
def iterator(self, context, ks): ...
|
|
692
|
-
def poll(self, context): ...
|
|
693
|
-
|
|
694
|
-
class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin, bpy_types.KeyingSetInfo):
|
|
695
|
-
badBonePrefixes: typing.Any
|
|
696
|
-
bl_idname: typing.Any
|
|
697
|
-
bl_label: typing.Any
|
|
698
|
-
bl_rna: typing.Any
|
|
699
|
-
id_data: typing.Any
|
|
814
|
+
class BUILTIN_KSI_LocRotScale(bpy_types.KeyingSetInfo):
|
|
815
|
+
""" """
|
|
700
816
|
|
|
701
|
-
def addProp(self, ks, bone, prop, index, use_groups): ...
|
|
702
|
-
def as_pointer(self): ...
|
|
703
|
-
def bl_rna_get_subclass(self): ...
|
|
704
|
-
def bl_rna_get_subclass_py(self): ...
|
|
705
|
-
def doBBone(self, context, ks, pchan): ...
|
|
706
|
-
def doCustomProps(self, ks, bone): ...
|
|
707
|
-
def doLoc(self, ks, bone): ...
|
|
708
|
-
def doRot3d(self, ks, bone): ...
|
|
709
|
-
def doRot4d(self, ks, bone): ...
|
|
710
|
-
def doScale(self, ks, bone): ...
|
|
711
|
-
def driver_add(self): ...
|
|
712
|
-
def driver_remove(self): ...
|
|
713
|
-
def generate(self, context, ks, bone): ...
|
|
714
|
-
def get(self): ...
|
|
715
|
-
def id_properties_clear(self): ...
|
|
716
|
-
def id_properties_ensure(self): ...
|
|
717
|
-
def id_properties_ui(self): ...
|
|
718
|
-
def is_property_hidden(self): ...
|
|
719
|
-
def is_property_overridable_library(self): ...
|
|
720
|
-
def is_property_readonly(self): ...
|
|
721
|
-
def is_property_set(self): ...
|
|
722
|
-
def items(self): ...
|
|
723
|
-
def iterator(self, context, ks): ...
|
|
724
|
-
def keyframe_delete(self): ...
|
|
725
|
-
def keyframe_insert(self): ...
|
|
726
|
-
def keys(self): ...
|
|
727
|
-
def path_from_id(self): ...
|
|
728
|
-
def path_resolve(self): ...
|
|
729
|
-
def poll(self, context): ...
|
|
730
|
-
def pop(self): ...
|
|
731
|
-
def property_overridable_library_set(self): ...
|
|
732
|
-
def property_unset(self): ...
|
|
733
|
-
def type_recast(self): ...
|
|
734
|
-
def values(self): ...
|
|
735
|
-
|
|
736
|
-
class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin, bpy_types.KeyingSetInfo):
|
|
737
|
-
badBonePrefixes: typing.Any
|
|
738
817
|
bl_idname: typing.Any
|
|
818
|
+
""" """
|
|
819
|
+
|
|
739
820
|
bl_label: typing.Any
|
|
821
|
+
""" """
|
|
822
|
+
|
|
740
823
|
bl_rna: typing.Any
|
|
824
|
+
""" """
|
|
825
|
+
|
|
741
826
|
id_data: typing.Any
|
|
827
|
+
""" """
|
|
828
|
+
|
|
829
|
+
def as_pointer(self):
|
|
830
|
+
""" """
|
|
831
|
+
...
|
|
832
|
+
|
|
833
|
+
def bl_rna_get_subclass(self):
|
|
834
|
+
""" """
|
|
835
|
+
...
|
|
836
|
+
|
|
837
|
+
def bl_rna_get_subclass_py(self):
|
|
838
|
+
""" """
|
|
839
|
+
...
|
|
840
|
+
|
|
841
|
+
def driver_add(self):
|
|
842
|
+
""" """
|
|
843
|
+
...
|
|
844
|
+
|
|
845
|
+
def driver_remove(self):
|
|
846
|
+
""" """
|
|
847
|
+
...
|
|
848
|
+
|
|
849
|
+
def generate(self, context, ks, data):
|
|
850
|
+
"""
|
|
851
|
+
|
|
852
|
+
:param context:
|
|
853
|
+
:param ks:
|
|
854
|
+
:param data:
|
|
855
|
+
"""
|
|
856
|
+
...
|
|
857
|
+
|
|
858
|
+
def get(self):
|
|
859
|
+
""" """
|
|
860
|
+
...
|
|
861
|
+
|
|
862
|
+
def id_properties_clear(self):
|
|
863
|
+
""" """
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
def id_properties_ensure(self):
|
|
867
|
+
""" """
|
|
868
|
+
...
|
|
869
|
+
|
|
870
|
+
def id_properties_ui(self):
|
|
871
|
+
""" """
|
|
872
|
+
...
|
|
873
|
+
|
|
874
|
+
def is_property_hidden(self):
|
|
875
|
+
""" """
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
def is_property_overridable_library(self):
|
|
879
|
+
""" """
|
|
880
|
+
...
|
|
881
|
+
|
|
882
|
+
def is_property_readonly(self):
|
|
883
|
+
""" """
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
def is_property_set(self):
|
|
887
|
+
""" """
|
|
888
|
+
...
|
|
889
|
+
|
|
890
|
+
def items(self):
|
|
891
|
+
""" """
|
|
892
|
+
...
|
|
893
|
+
|
|
894
|
+
def iterator(self, ksi, context, ks):
|
|
895
|
+
"""
|
|
896
|
+
|
|
897
|
+
:param ksi:
|
|
898
|
+
:param context:
|
|
899
|
+
:param ks:
|
|
900
|
+
"""
|
|
901
|
+
...
|
|
902
|
+
|
|
903
|
+
def keyframe_delete(self):
|
|
904
|
+
""" """
|
|
905
|
+
...
|
|
906
|
+
|
|
907
|
+
def keyframe_insert(self):
|
|
908
|
+
""" """
|
|
909
|
+
...
|
|
910
|
+
|
|
911
|
+
def keys(self):
|
|
912
|
+
""" """
|
|
913
|
+
...
|
|
914
|
+
|
|
915
|
+
def path_from_id(self):
|
|
916
|
+
""" """
|
|
917
|
+
...
|
|
918
|
+
|
|
919
|
+
def path_resolve(self):
|
|
920
|
+
""" """
|
|
921
|
+
...
|
|
922
|
+
|
|
923
|
+
def poll(self, ksi, context):
|
|
924
|
+
"""
|
|
925
|
+
|
|
926
|
+
:param ksi:
|
|
927
|
+
:param context:
|
|
928
|
+
"""
|
|
929
|
+
...
|
|
930
|
+
|
|
931
|
+
def pop(self):
|
|
932
|
+
""" """
|
|
933
|
+
...
|
|
934
|
+
|
|
935
|
+
def property_overridable_library_set(self):
|
|
936
|
+
""" """
|
|
937
|
+
...
|
|
938
|
+
|
|
939
|
+
def property_unset(self):
|
|
940
|
+
""" """
|
|
941
|
+
...
|
|
942
|
+
|
|
943
|
+
def type_recast(self):
|
|
944
|
+
""" """
|
|
945
|
+
...
|
|
946
|
+
|
|
947
|
+
def values(self):
|
|
948
|
+
""" """
|
|
949
|
+
...
|
|
950
|
+
|
|
951
|
+
class BUILTIN_KSI_LocRotScaleCProp(bpy_types.KeyingSetInfo):
|
|
952
|
+
""" """
|
|
953
|
+
|
|
954
|
+
bl_idname: typing.Any
|
|
955
|
+
""" """
|
|
956
|
+
|
|
957
|
+
bl_label: typing.Any
|
|
958
|
+
""" """
|
|
959
|
+
|
|
960
|
+
bl_rna: typing.Any
|
|
961
|
+
""" """
|
|
962
|
+
|
|
963
|
+
id_data: typing.Any
|
|
964
|
+
""" """
|
|
965
|
+
|
|
966
|
+
def as_pointer(self):
|
|
967
|
+
""" """
|
|
968
|
+
...
|
|
969
|
+
|
|
970
|
+
def bl_rna_get_subclass(self):
|
|
971
|
+
""" """
|
|
972
|
+
...
|
|
973
|
+
|
|
974
|
+
def bl_rna_get_subclass_py(self):
|
|
975
|
+
""" """
|
|
976
|
+
...
|
|
977
|
+
|
|
978
|
+
def driver_add(self):
|
|
979
|
+
""" """
|
|
980
|
+
...
|
|
981
|
+
|
|
982
|
+
def driver_remove(self):
|
|
983
|
+
""" """
|
|
984
|
+
...
|
|
985
|
+
|
|
986
|
+
def generate(self, context, ks, data):
|
|
987
|
+
"""
|
|
988
|
+
|
|
989
|
+
:param context:
|
|
990
|
+
:param ks:
|
|
991
|
+
:param data:
|
|
992
|
+
"""
|
|
993
|
+
...
|
|
994
|
+
|
|
995
|
+
def get(self):
|
|
996
|
+
""" """
|
|
997
|
+
...
|
|
998
|
+
|
|
999
|
+
def id_properties_clear(self):
|
|
1000
|
+
""" """
|
|
1001
|
+
...
|
|
1002
|
+
|
|
1003
|
+
def id_properties_ensure(self):
|
|
1004
|
+
""" """
|
|
1005
|
+
...
|
|
1006
|
+
|
|
1007
|
+
def id_properties_ui(self):
|
|
1008
|
+
""" """
|
|
1009
|
+
...
|
|
1010
|
+
|
|
1011
|
+
def is_property_hidden(self):
|
|
1012
|
+
""" """
|
|
1013
|
+
...
|
|
1014
|
+
|
|
1015
|
+
def is_property_overridable_library(self):
|
|
1016
|
+
""" """
|
|
1017
|
+
...
|
|
1018
|
+
|
|
1019
|
+
def is_property_readonly(self):
|
|
1020
|
+
""" """
|
|
1021
|
+
...
|
|
1022
|
+
|
|
1023
|
+
def is_property_set(self):
|
|
1024
|
+
""" """
|
|
1025
|
+
...
|
|
1026
|
+
|
|
1027
|
+
def items(self):
|
|
1028
|
+
""" """
|
|
1029
|
+
...
|
|
1030
|
+
|
|
1031
|
+
def iterator(self, ksi, context, ks):
|
|
1032
|
+
"""
|
|
1033
|
+
|
|
1034
|
+
:param ksi:
|
|
1035
|
+
:param context:
|
|
1036
|
+
:param ks:
|
|
1037
|
+
"""
|
|
1038
|
+
...
|
|
1039
|
+
|
|
1040
|
+
def keyframe_delete(self):
|
|
1041
|
+
""" """
|
|
1042
|
+
...
|
|
1043
|
+
|
|
1044
|
+
def keyframe_insert(self):
|
|
1045
|
+
""" """
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def keys(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def path_from_id(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
def path_resolve(self):
|
|
1057
|
+
""" """
|
|
1058
|
+
...
|
|
1059
|
+
|
|
1060
|
+
def poll(self, ksi, context):
|
|
1061
|
+
"""
|
|
1062
|
+
|
|
1063
|
+
:param ksi:
|
|
1064
|
+
:param context:
|
|
1065
|
+
"""
|
|
1066
|
+
...
|
|
1067
|
+
|
|
1068
|
+
def pop(self):
|
|
1069
|
+
""" """
|
|
1070
|
+
...
|
|
1071
|
+
|
|
1072
|
+
def property_overridable_library_set(self):
|
|
1073
|
+
""" """
|
|
1074
|
+
...
|
|
1075
|
+
|
|
1076
|
+
def property_unset(self):
|
|
1077
|
+
""" """
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def type_recast(self):
|
|
1081
|
+
""" """
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
def values(self):
|
|
1085
|
+
""" """
|
|
1086
|
+
...
|
|
1087
|
+
|
|
1088
|
+
class BUILTIN_KSI_LocScale(bpy_types.KeyingSetInfo):
|
|
1089
|
+
""" """
|
|
1090
|
+
|
|
1091
|
+
bl_label: typing.Any
|
|
1092
|
+
""" """
|
|
1093
|
+
|
|
1094
|
+
bl_rna: typing.Any
|
|
1095
|
+
""" """
|
|
1096
|
+
|
|
1097
|
+
id_data: typing.Any
|
|
1098
|
+
""" """
|
|
1099
|
+
|
|
1100
|
+
def as_pointer(self):
|
|
1101
|
+
""" """
|
|
1102
|
+
...
|
|
1103
|
+
|
|
1104
|
+
def bl_rna_get_subclass(self):
|
|
1105
|
+
""" """
|
|
1106
|
+
...
|
|
1107
|
+
|
|
1108
|
+
def bl_rna_get_subclass_py(self):
|
|
1109
|
+
""" """
|
|
1110
|
+
...
|
|
1111
|
+
|
|
1112
|
+
def driver_add(self):
|
|
1113
|
+
""" """
|
|
1114
|
+
...
|
|
1115
|
+
|
|
1116
|
+
def driver_remove(self):
|
|
1117
|
+
""" """
|
|
1118
|
+
...
|
|
1119
|
+
|
|
1120
|
+
def generate(self, context, ks, data):
|
|
1121
|
+
"""
|
|
1122
|
+
|
|
1123
|
+
:param context:
|
|
1124
|
+
:param ks:
|
|
1125
|
+
:param data:
|
|
1126
|
+
"""
|
|
1127
|
+
...
|
|
1128
|
+
|
|
1129
|
+
def get(self):
|
|
1130
|
+
""" """
|
|
1131
|
+
...
|
|
1132
|
+
|
|
1133
|
+
def id_properties_clear(self):
|
|
1134
|
+
""" """
|
|
1135
|
+
...
|
|
1136
|
+
|
|
1137
|
+
def id_properties_ensure(self):
|
|
1138
|
+
""" """
|
|
1139
|
+
...
|
|
1140
|
+
|
|
1141
|
+
def id_properties_ui(self):
|
|
1142
|
+
""" """
|
|
1143
|
+
...
|
|
1144
|
+
|
|
1145
|
+
def is_property_hidden(self):
|
|
1146
|
+
""" """
|
|
1147
|
+
...
|
|
1148
|
+
|
|
1149
|
+
def is_property_overridable_library(self):
|
|
1150
|
+
""" """
|
|
1151
|
+
...
|
|
1152
|
+
|
|
1153
|
+
def is_property_readonly(self):
|
|
1154
|
+
""" """
|
|
1155
|
+
...
|
|
1156
|
+
|
|
1157
|
+
def is_property_set(self):
|
|
1158
|
+
""" """
|
|
1159
|
+
...
|
|
1160
|
+
|
|
1161
|
+
def items(self):
|
|
1162
|
+
""" """
|
|
1163
|
+
...
|
|
1164
|
+
|
|
1165
|
+
def iterator(self, ksi, context, ks):
|
|
1166
|
+
"""
|
|
1167
|
+
|
|
1168
|
+
:param ksi:
|
|
1169
|
+
:param context:
|
|
1170
|
+
:param ks:
|
|
1171
|
+
"""
|
|
1172
|
+
...
|
|
1173
|
+
|
|
1174
|
+
def keyframe_delete(self):
|
|
1175
|
+
""" """
|
|
1176
|
+
...
|
|
1177
|
+
|
|
1178
|
+
def keyframe_insert(self):
|
|
1179
|
+
""" """
|
|
1180
|
+
...
|
|
1181
|
+
|
|
1182
|
+
def keys(self):
|
|
1183
|
+
""" """
|
|
1184
|
+
...
|
|
1185
|
+
|
|
1186
|
+
def path_from_id(self):
|
|
1187
|
+
""" """
|
|
1188
|
+
...
|
|
1189
|
+
|
|
1190
|
+
def path_resolve(self):
|
|
1191
|
+
""" """
|
|
1192
|
+
...
|
|
1193
|
+
|
|
1194
|
+
def poll(self, ksi, context):
|
|
1195
|
+
"""
|
|
1196
|
+
|
|
1197
|
+
:param ksi:
|
|
1198
|
+
:param context:
|
|
1199
|
+
"""
|
|
1200
|
+
...
|
|
1201
|
+
|
|
1202
|
+
def pop(self):
|
|
1203
|
+
""" """
|
|
1204
|
+
...
|
|
1205
|
+
|
|
1206
|
+
def property_overridable_library_set(self):
|
|
1207
|
+
""" """
|
|
1208
|
+
...
|
|
1209
|
+
|
|
1210
|
+
def property_unset(self):
|
|
1211
|
+
""" """
|
|
1212
|
+
...
|
|
1213
|
+
|
|
1214
|
+
def type_recast(self):
|
|
1215
|
+
""" """
|
|
1216
|
+
...
|
|
1217
|
+
|
|
1218
|
+
def values(self):
|
|
1219
|
+
""" """
|
|
1220
|
+
...
|
|
1221
|
+
|
|
1222
|
+
class BUILTIN_KSI_Location(bpy_types.KeyingSetInfo):
|
|
1223
|
+
""" """
|
|
1224
|
+
|
|
1225
|
+
bl_idname: typing.Any
|
|
1226
|
+
""" """
|
|
1227
|
+
|
|
1228
|
+
bl_label: typing.Any
|
|
1229
|
+
""" """
|
|
1230
|
+
|
|
1231
|
+
bl_rna: typing.Any
|
|
1232
|
+
""" """
|
|
1233
|
+
|
|
1234
|
+
id_data: typing.Any
|
|
1235
|
+
""" """
|
|
1236
|
+
|
|
1237
|
+
def as_pointer(self):
|
|
1238
|
+
""" """
|
|
1239
|
+
...
|
|
1240
|
+
|
|
1241
|
+
def bl_rna_get_subclass(self):
|
|
1242
|
+
""" """
|
|
1243
|
+
...
|
|
1244
|
+
|
|
1245
|
+
def bl_rna_get_subclass_py(self):
|
|
1246
|
+
""" """
|
|
1247
|
+
...
|
|
1248
|
+
|
|
1249
|
+
def driver_add(self):
|
|
1250
|
+
""" """
|
|
1251
|
+
...
|
|
1252
|
+
|
|
1253
|
+
def driver_remove(self):
|
|
1254
|
+
""" """
|
|
1255
|
+
...
|
|
1256
|
+
|
|
1257
|
+
def generate(self, _ksi, _context, ks, data):
|
|
1258
|
+
"""
|
|
1259
|
+
|
|
1260
|
+
:param _ksi:
|
|
1261
|
+
:param _context:
|
|
1262
|
+
:param ks:
|
|
1263
|
+
:param data:
|
|
1264
|
+
"""
|
|
1265
|
+
...
|
|
1266
|
+
|
|
1267
|
+
def get(self):
|
|
1268
|
+
""" """
|
|
1269
|
+
...
|
|
1270
|
+
|
|
1271
|
+
def id_properties_clear(self):
|
|
1272
|
+
""" """
|
|
1273
|
+
...
|
|
1274
|
+
|
|
1275
|
+
def id_properties_ensure(self):
|
|
1276
|
+
""" """
|
|
1277
|
+
...
|
|
1278
|
+
|
|
1279
|
+
def id_properties_ui(self):
|
|
1280
|
+
""" """
|
|
1281
|
+
...
|
|
1282
|
+
|
|
1283
|
+
def is_property_hidden(self):
|
|
1284
|
+
""" """
|
|
1285
|
+
...
|
|
1286
|
+
|
|
1287
|
+
def is_property_overridable_library(self):
|
|
1288
|
+
""" """
|
|
1289
|
+
...
|
|
1290
|
+
|
|
1291
|
+
def is_property_readonly(self):
|
|
1292
|
+
""" """
|
|
1293
|
+
...
|
|
1294
|
+
|
|
1295
|
+
def is_property_set(self):
|
|
1296
|
+
""" """
|
|
1297
|
+
...
|
|
1298
|
+
|
|
1299
|
+
def items(self):
|
|
1300
|
+
""" """
|
|
1301
|
+
...
|
|
1302
|
+
|
|
1303
|
+
def iterator(self, ksi, context, ks):
|
|
1304
|
+
"""
|
|
1305
|
+
|
|
1306
|
+
:param ksi:
|
|
1307
|
+
:param context:
|
|
1308
|
+
:param ks:
|
|
1309
|
+
"""
|
|
1310
|
+
...
|
|
1311
|
+
|
|
1312
|
+
def keyframe_delete(self):
|
|
1313
|
+
""" """
|
|
1314
|
+
...
|
|
1315
|
+
|
|
1316
|
+
def keyframe_insert(self):
|
|
1317
|
+
""" """
|
|
1318
|
+
...
|
|
1319
|
+
|
|
1320
|
+
def keys(self):
|
|
1321
|
+
""" """
|
|
1322
|
+
...
|
|
1323
|
+
|
|
1324
|
+
def path_from_id(self):
|
|
1325
|
+
""" """
|
|
1326
|
+
...
|
|
1327
|
+
|
|
1328
|
+
def path_resolve(self):
|
|
1329
|
+
""" """
|
|
1330
|
+
...
|
|
1331
|
+
|
|
1332
|
+
def poll(self, ksi, context):
|
|
1333
|
+
"""
|
|
1334
|
+
|
|
1335
|
+
:param ksi:
|
|
1336
|
+
:param context:
|
|
1337
|
+
"""
|
|
1338
|
+
...
|
|
1339
|
+
|
|
1340
|
+
def pop(self):
|
|
1341
|
+
""" """
|
|
1342
|
+
...
|
|
1343
|
+
|
|
1344
|
+
def property_overridable_library_set(self):
|
|
1345
|
+
""" """
|
|
1346
|
+
...
|
|
1347
|
+
|
|
1348
|
+
def property_unset(self):
|
|
1349
|
+
""" """
|
|
1350
|
+
...
|
|
1351
|
+
|
|
1352
|
+
def type_recast(self):
|
|
1353
|
+
""" """
|
|
1354
|
+
...
|
|
1355
|
+
|
|
1356
|
+
def values(self):
|
|
1357
|
+
""" """
|
|
1358
|
+
...
|
|
1359
|
+
|
|
1360
|
+
class BUILTIN_KSI_RotScale(bpy_types.KeyingSetInfo):
|
|
1361
|
+
""" """
|
|
1362
|
+
|
|
1363
|
+
bl_label: typing.Any
|
|
1364
|
+
""" """
|
|
1365
|
+
|
|
1366
|
+
bl_rna: typing.Any
|
|
1367
|
+
""" """
|
|
1368
|
+
|
|
1369
|
+
id_data: typing.Any
|
|
1370
|
+
""" """
|
|
1371
|
+
|
|
1372
|
+
def as_pointer(self):
|
|
1373
|
+
""" """
|
|
1374
|
+
...
|
|
1375
|
+
|
|
1376
|
+
def bl_rna_get_subclass(self):
|
|
1377
|
+
""" """
|
|
1378
|
+
...
|
|
1379
|
+
|
|
1380
|
+
def bl_rna_get_subclass_py(self):
|
|
1381
|
+
""" """
|
|
1382
|
+
...
|
|
1383
|
+
|
|
1384
|
+
def driver_add(self):
|
|
1385
|
+
""" """
|
|
1386
|
+
...
|
|
1387
|
+
|
|
1388
|
+
def driver_remove(self):
|
|
1389
|
+
""" """
|
|
1390
|
+
...
|
|
1391
|
+
|
|
1392
|
+
def generate(self, context, ks, data):
|
|
1393
|
+
"""
|
|
1394
|
+
|
|
1395
|
+
:param context:
|
|
1396
|
+
:param ks:
|
|
1397
|
+
:param data:
|
|
1398
|
+
"""
|
|
1399
|
+
...
|
|
1400
|
+
|
|
1401
|
+
def get(self):
|
|
1402
|
+
""" """
|
|
1403
|
+
...
|
|
1404
|
+
|
|
1405
|
+
def id_properties_clear(self):
|
|
1406
|
+
""" """
|
|
1407
|
+
...
|
|
1408
|
+
|
|
1409
|
+
def id_properties_ensure(self):
|
|
1410
|
+
""" """
|
|
1411
|
+
...
|
|
1412
|
+
|
|
1413
|
+
def id_properties_ui(self):
|
|
1414
|
+
""" """
|
|
1415
|
+
...
|
|
1416
|
+
|
|
1417
|
+
def is_property_hidden(self):
|
|
1418
|
+
""" """
|
|
1419
|
+
...
|
|
1420
|
+
|
|
1421
|
+
def is_property_overridable_library(self):
|
|
1422
|
+
""" """
|
|
1423
|
+
...
|
|
1424
|
+
|
|
1425
|
+
def is_property_readonly(self):
|
|
1426
|
+
""" """
|
|
1427
|
+
...
|
|
1428
|
+
|
|
1429
|
+
def is_property_set(self):
|
|
1430
|
+
""" """
|
|
1431
|
+
...
|
|
1432
|
+
|
|
1433
|
+
def items(self):
|
|
1434
|
+
""" """
|
|
1435
|
+
...
|
|
1436
|
+
|
|
1437
|
+
def iterator(self, ksi, context, ks):
|
|
1438
|
+
"""
|
|
1439
|
+
|
|
1440
|
+
:param ksi:
|
|
1441
|
+
:param context:
|
|
1442
|
+
:param ks:
|
|
1443
|
+
"""
|
|
1444
|
+
...
|
|
1445
|
+
|
|
1446
|
+
def keyframe_delete(self):
|
|
1447
|
+
""" """
|
|
1448
|
+
...
|
|
1449
|
+
|
|
1450
|
+
def keyframe_insert(self):
|
|
1451
|
+
""" """
|
|
1452
|
+
...
|
|
1453
|
+
|
|
1454
|
+
def keys(self):
|
|
1455
|
+
""" """
|
|
1456
|
+
...
|
|
1457
|
+
|
|
1458
|
+
def path_from_id(self):
|
|
1459
|
+
""" """
|
|
1460
|
+
...
|
|
1461
|
+
|
|
1462
|
+
def path_resolve(self):
|
|
1463
|
+
""" """
|
|
1464
|
+
...
|
|
1465
|
+
|
|
1466
|
+
def poll(self, ksi, context):
|
|
1467
|
+
"""
|
|
1468
|
+
|
|
1469
|
+
:param ksi:
|
|
1470
|
+
:param context:
|
|
1471
|
+
"""
|
|
1472
|
+
...
|
|
1473
|
+
|
|
1474
|
+
def pop(self):
|
|
1475
|
+
""" """
|
|
1476
|
+
...
|
|
1477
|
+
|
|
1478
|
+
def property_overridable_library_set(self):
|
|
1479
|
+
""" """
|
|
1480
|
+
...
|
|
1481
|
+
|
|
1482
|
+
def property_unset(self):
|
|
1483
|
+
""" """
|
|
1484
|
+
...
|
|
1485
|
+
|
|
1486
|
+
def type_recast(self):
|
|
1487
|
+
""" """
|
|
1488
|
+
...
|
|
1489
|
+
|
|
1490
|
+
def values(self):
|
|
1491
|
+
""" """
|
|
1492
|
+
...
|
|
1493
|
+
|
|
1494
|
+
class BUILTIN_KSI_Rotation(bpy_types.KeyingSetInfo):
|
|
1495
|
+
""" """
|
|
1496
|
+
|
|
1497
|
+
bl_idname: typing.Any
|
|
1498
|
+
""" """
|
|
1499
|
+
|
|
1500
|
+
bl_label: typing.Any
|
|
1501
|
+
""" """
|
|
1502
|
+
|
|
1503
|
+
bl_rna: typing.Any
|
|
1504
|
+
""" """
|
|
1505
|
+
|
|
1506
|
+
id_data: typing.Any
|
|
1507
|
+
""" """
|
|
1508
|
+
|
|
1509
|
+
def as_pointer(self):
|
|
1510
|
+
""" """
|
|
1511
|
+
...
|
|
1512
|
+
|
|
1513
|
+
def bl_rna_get_subclass(self):
|
|
1514
|
+
""" """
|
|
1515
|
+
...
|
|
1516
|
+
|
|
1517
|
+
def bl_rna_get_subclass_py(self):
|
|
1518
|
+
""" """
|
|
1519
|
+
...
|
|
1520
|
+
|
|
1521
|
+
def driver_add(self):
|
|
1522
|
+
""" """
|
|
1523
|
+
...
|
|
1524
|
+
|
|
1525
|
+
def driver_remove(self):
|
|
1526
|
+
""" """
|
|
1527
|
+
...
|
|
1528
|
+
|
|
1529
|
+
def generate(self, _ksi, _context, ks, data):
|
|
1530
|
+
"""
|
|
1531
|
+
|
|
1532
|
+
:param _ksi:
|
|
1533
|
+
:param _context:
|
|
1534
|
+
:param ks:
|
|
1535
|
+
:param data:
|
|
1536
|
+
"""
|
|
1537
|
+
...
|
|
1538
|
+
|
|
1539
|
+
def get(self):
|
|
1540
|
+
""" """
|
|
1541
|
+
...
|
|
1542
|
+
|
|
1543
|
+
def id_properties_clear(self):
|
|
1544
|
+
""" """
|
|
1545
|
+
...
|
|
1546
|
+
|
|
1547
|
+
def id_properties_ensure(self):
|
|
1548
|
+
""" """
|
|
1549
|
+
...
|
|
1550
|
+
|
|
1551
|
+
def id_properties_ui(self):
|
|
1552
|
+
""" """
|
|
1553
|
+
...
|
|
1554
|
+
|
|
1555
|
+
def is_property_hidden(self):
|
|
1556
|
+
""" """
|
|
1557
|
+
...
|
|
1558
|
+
|
|
1559
|
+
def is_property_overridable_library(self):
|
|
1560
|
+
""" """
|
|
1561
|
+
...
|
|
1562
|
+
|
|
1563
|
+
def is_property_readonly(self):
|
|
1564
|
+
""" """
|
|
1565
|
+
...
|
|
1566
|
+
|
|
1567
|
+
def is_property_set(self):
|
|
1568
|
+
""" """
|
|
1569
|
+
...
|
|
1570
|
+
|
|
1571
|
+
def items(self):
|
|
1572
|
+
""" """
|
|
1573
|
+
...
|
|
1574
|
+
|
|
1575
|
+
def iterator(self, ksi, context, ks):
|
|
1576
|
+
"""
|
|
1577
|
+
|
|
1578
|
+
:param ksi:
|
|
1579
|
+
:param context:
|
|
1580
|
+
:param ks:
|
|
1581
|
+
"""
|
|
1582
|
+
...
|
|
1583
|
+
|
|
1584
|
+
def keyframe_delete(self):
|
|
1585
|
+
""" """
|
|
1586
|
+
...
|
|
1587
|
+
|
|
1588
|
+
def keyframe_insert(self):
|
|
1589
|
+
""" """
|
|
1590
|
+
...
|
|
1591
|
+
|
|
1592
|
+
def keys(self):
|
|
1593
|
+
""" """
|
|
1594
|
+
...
|
|
1595
|
+
|
|
1596
|
+
def path_from_id(self):
|
|
1597
|
+
""" """
|
|
1598
|
+
...
|
|
1599
|
+
|
|
1600
|
+
def path_resolve(self):
|
|
1601
|
+
""" """
|
|
1602
|
+
...
|
|
1603
|
+
|
|
1604
|
+
def poll(self, ksi, context):
|
|
1605
|
+
"""
|
|
1606
|
+
|
|
1607
|
+
:param ksi:
|
|
1608
|
+
:param context:
|
|
1609
|
+
"""
|
|
1610
|
+
...
|
|
1611
|
+
|
|
1612
|
+
def pop(self):
|
|
1613
|
+
""" """
|
|
1614
|
+
...
|
|
1615
|
+
|
|
1616
|
+
def property_overridable_library_set(self):
|
|
1617
|
+
""" """
|
|
1618
|
+
...
|
|
1619
|
+
|
|
1620
|
+
def property_unset(self):
|
|
1621
|
+
""" """
|
|
1622
|
+
...
|
|
1623
|
+
|
|
1624
|
+
def type_recast(self):
|
|
1625
|
+
""" """
|
|
1626
|
+
...
|
|
1627
|
+
|
|
1628
|
+
def values(self):
|
|
1629
|
+
""" """
|
|
1630
|
+
...
|
|
1631
|
+
|
|
1632
|
+
class BUILTIN_KSI_Scaling(bpy_types.KeyingSetInfo):
|
|
1633
|
+
""" """
|
|
1634
|
+
|
|
1635
|
+
bl_idname: typing.Any
|
|
1636
|
+
""" """
|
|
1637
|
+
|
|
1638
|
+
bl_label: typing.Any
|
|
1639
|
+
""" """
|
|
1640
|
+
|
|
1641
|
+
bl_rna: typing.Any
|
|
1642
|
+
""" """
|
|
1643
|
+
|
|
1644
|
+
id_data: typing.Any
|
|
1645
|
+
""" """
|
|
1646
|
+
|
|
1647
|
+
def as_pointer(self):
|
|
1648
|
+
""" """
|
|
1649
|
+
...
|
|
1650
|
+
|
|
1651
|
+
def bl_rna_get_subclass(self):
|
|
1652
|
+
""" """
|
|
1653
|
+
...
|
|
1654
|
+
|
|
1655
|
+
def bl_rna_get_subclass_py(self):
|
|
1656
|
+
""" """
|
|
1657
|
+
...
|
|
1658
|
+
|
|
1659
|
+
def driver_add(self):
|
|
1660
|
+
""" """
|
|
1661
|
+
...
|
|
1662
|
+
|
|
1663
|
+
def driver_remove(self):
|
|
1664
|
+
""" """
|
|
1665
|
+
...
|
|
1666
|
+
|
|
1667
|
+
def generate(self, _ksi, _context, ks, data):
|
|
1668
|
+
"""
|
|
1669
|
+
|
|
1670
|
+
:param _ksi:
|
|
1671
|
+
:param _context:
|
|
1672
|
+
:param ks:
|
|
1673
|
+
:param data:
|
|
1674
|
+
"""
|
|
1675
|
+
...
|
|
1676
|
+
|
|
1677
|
+
def get(self):
|
|
1678
|
+
""" """
|
|
1679
|
+
...
|
|
1680
|
+
|
|
1681
|
+
def id_properties_clear(self):
|
|
1682
|
+
""" """
|
|
1683
|
+
...
|
|
1684
|
+
|
|
1685
|
+
def id_properties_ensure(self):
|
|
1686
|
+
""" """
|
|
1687
|
+
...
|
|
1688
|
+
|
|
1689
|
+
def id_properties_ui(self):
|
|
1690
|
+
""" """
|
|
1691
|
+
...
|
|
1692
|
+
|
|
1693
|
+
def is_property_hidden(self):
|
|
1694
|
+
""" """
|
|
1695
|
+
...
|
|
1696
|
+
|
|
1697
|
+
def is_property_overridable_library(self):
|
|
1698
|
+
""" """
|
|
1699
|
+
...
|
|
1700
|
+
|
|
1701
|
+
def is_property_readonly(self):
|
|
1702
|
+
""" """
|
|
1703
|
+
...
|
|
1704
|
+
|
|
1705
|
+
def is_property_set(self):
|
|
1706
|
+
""" """
|
|
1707
|
+
...
|
|
1708
|
+
|
|
1709
|
+
def items(self):
|
|
1710
|
+
""" """
|
|
1711
|
+
...
|
|
1712
|
+
|
|
1713
|
+
def iterator(self, ksi, context, ks):
|
|
1714
|
+
"""
|
|
1715
|
+
|
|
1716
|
+
:param ksi:
|
|
1717
|
+
:param context:
|
|
1718
|
+
:param ks:
|
|
1719
|
+
"""
|
|
1720
|
+
...
|
|
1721
|
+
|
|
1722
|
+
def keyframe_delete(self):
|
|
1723
|
+
""" """
|
|
1724
|
+
...
|
|
1725
|
+
|
|
1726
|
+
def keyframe_insert(self):
|
|
1727
|
+
""" """
|
|
1728
|
+
...
|
|
1729
|
+
|
|
1730
|
+
def keys(self):
|
|
1731
|
+
""" """
|
|
1732
|
+
...
|
|
1733
|
+
|
|
1734
|
+
def path_from_id(self):
|
|
1735
|
+
""" """
|
|
1736
|
+
...
|
|
1737
|
+
|
|
1738
|
+
def path_resolve(self):
|
|
1739
|
+
""" """
|
|
1740
|
+
...
|
|
1741
|
+
|
|
1742
|
+
def poll(self, ksi, context):
|
|
1743
|
+
"""
|
|
1744
|
+
|
|
1745
|
+
:param ksi:
|
|
1746
|
+
:param context:
|
|
1747
|
+
"""
|
|
1748
|
+
...
|
|
1749
|
+
|
|
1750
|
+
def pop(self):
|
|
1751
|
+
""" """
|
|
1752
|
+
...
|
|
1753
|
+
|
|
1754
|
+
def property_overridable_library_set(self):
|
|
1755
|
+
""" """
|
|
1756
|
+
...
|
|
1757
|
+
|
|
1758
|
+
def property_unset(self):
|
|
1759
|
+
""" """
|
|
1760
|
+
...
|
|
1761
|
+
|
|
1762
|
+
def type_recast(self):
|
|
1763
|
+
""" """
|
|
1764
|
+
...
|
|
1765
|
+
|
|
1766
|
+
def values(self):
|
|
1767
|
+
""" """
|
|
1768
|
+
...
|
|
1769
|
+
|
|
1770
|
+
class BUILTIN_KSI_VisualLoc(bpy_types.KeyingSetInfo):
|
|
1771
|
+
""" """
|
|
1772
|
+
|
|
1773
|
+
bl_label: typing.Any
|
|
1774
|
+
""" """
|
|
1775
|
+
|
|
1776
|
+
bl_options: typing.Any
|
|
1777
|
+
""" """
|
|
1778
|
+
|
|
1779
|
+
bl_rna: typing.Any
|
|
1780
|
+
""" """
|
|
1781
|
+
|
|
1782
|
+
id_data: typing.Any
|
|
1783
|
+
""" """
|
|
1784
|
+
|
|
1785
|
+
def as_pointer(self):
|
|
1786
|
+
""" """
|
|
1787
|
+
...
|
|
1788
|
+
|
|
1789
|
+
def bl_rna_get_subclass(self):
|
|
1790
|
+
""" """
|
|
1791
|
+
...
|
|
1792
|
+
|
|
1793
|
+
def bl_rna_get_subclass_py(self):
|
|
1794
|
+
""" """
|
|
1795
|
+
...
|
|
1796
|
+
|
|
1797
|
+
def driver_add(self):
|
|
1798
|
+
""" """
|
|
1799
|
+
...
|
|
1800
|
+
|
|
1801
|
+
def driver_remove(self):
|
|
1802
|
+
""" """
|
|
1803
|
+
...
|
|
1804
|
+
|
|
1805
|
+
def generate(self, _ksi, _context, ks, data):
|
|
1806
|
+
"""
|
|
1807
|
+
|
|
1808
|
+
:param _ksi:
|
|
1809
|
+
:param _context:
|
|
1810
|
+
:param ks:
|
|
1811
|
+
:param data:
|
|
1812
|
+
"""
|
|
1813
|
+
...
|
|
1814
|
+
|
|
1815
|
+
def get(self):
|
|
1816
|
+
""" """
|
|
1817
|
+
...
|
|
1818
|
+
|
|
1819
|
+
def id_properties_clear(self):
|
|
1820
|
+
""" """
|
|
1821
|
+
...
|
|
1822
|
+
|
|
1823
|
+
def id_properties_ensure(self):
|
|
1824
|
+
""" """
|
|
1825
|
+
...
|
|
1826
|
+
|
|
1827
|
+
def id_properties_ui(self):
|
|
1828
|
+
""" """
|
|
1829
|
+
...
|
|
1830
|
+
|
|
1831
|
+
def is_property_hidden(self):
|
|
1832
|
+
""" """
|
|
1833
|
+
...
|
|
1834
|
+
|
|
1835
|
+
def is_property_overridable_library(self):
|
|
1836
|
+
""" """
|
|
1837
|
+
...
|
|
1838
|
+
|
|
1839
|
+
def is_property_readonly(self):
|
|
1840
|
+
""" """
|
|
1841
|
+
...
|
|
1842
|
+
|
|
1843
|
+
def is_property_set(self):
|
|
1844
|
+
""" """
|
|
1845
|
+
...
|
|
1846
|
+
|
|
1847
|
+
def items(self):
|
|
1848
|
+
""" """
|
|
1849
|
+
...
|
|
1850
|
+
|
|
1851
|
+
def iterator(self, ksi, context, ks):
|
|
1852
|
+
"""
|
|
1853
|
+
|
|
1854
|
+
:param ksi:
|
|
1855
|
+
:param context:
|
|
1856
|
+
:param ks:
|
|
1857
|
+
"""
|
|
1858
|
+
...
|
|
1859
|
+
|
|
1860
|
+
def keyframe_delete(self):
|
|
1861
|
+
""" """
|
|
1862
|
+
...
|
|
1863
|
+
|
|
1864
|
+
def keyframe_insert(self):
|
|
1865
|
+
""" """
|
|
1866
|
+
...
|
|
1867
|
+
|
|
1868
|
+
def keys(self):
|
|
1869
|
+
""" """
|
|
1870
|
+
...
|
|
1871
|
+
|
|
1872
|
+
def path_from_id(self):
|
|
1873
|
+
""" """
|
|
1874
|
+
...
|
|
1875
|
+
|
|
1876
|
+
def path_resolve(self):
|
|
1877
|
+
""" """
|
|
1878
|
+
...
|
|
1879
|
+
|
|
1880
|
+
def poll(self, ksi, context):
|
|
1881
|
+
"""
|
|
1882
|
+
|
|
1883
|
+
:param ksi:
|
|
1884
|
+
:param context:
|
|
1885
|
+
"""
|
|
1886
|
+
...
|
|
1887
|
+
|
|
1888
|
+
def pop(self):
|
|
1889
|
+
""" """
|
|
1890
|
+
...
|
|
1891
|
+
|
|
1892
|
+
def property_overridable_library_set(self):
|
|
1893
|
+
""" """
|
|
1894
|
+
...
|
|
1895
|
+
|
|
1896
|
+
def property_unset(self):
|
|
1897
|
+
""" """
|
|
1898
|
+
...
|
|
1899
|
+
|
|
1900
|
+
def type_recast(self):
|
|
1901
|
+
""" """
|
|
1902
|
+
...
|
|
1903
|
+
|
|
1904
|
+
def values(self):
|
|
1905
|
+
""" """
|
|
1906
|
+
...
|
|
1907
|
+
|
|
1908
|
+
class BUILTIN_KSI_VisualLocRot(bpy_types.KeyingSetInfo):
|
|
1909
|
+
""" """
|
|
1910
|
+
|
|
1911
|
+
bl_label: typing.Any
|
|
1912
|
+
""" """
|
|
1913
|
+
|
|
1914
|
+
bl_options: typing.Any
|
|
1915
|
+
""" """
|
|
1916
|
+
|
|
1917
|
+
bl_rna: typing.Any
|
|
1918
|
+
""" """
|
|
1919
|
+
|
|
1920
|
+
id_data: typing.Any
|
|
1921
|
+
""" """
|
|
1922
|
+
|
|
1923
|
+
def as_pointer(self):
|
|
1924
|
+
""" """
|
|
1925
|
+
...
|
|
1926
|
+
|
|
1927
|
+
def bl_rna_get_subclass(self):
|
|
1928
|
+
""" """
|
|
1929
|
+
...
|
|
1930
|
+
|
|
1931
|
+
def bl_rna_get_subclass_py(self):
|
|
1932
|
+
""" """
|
|
1933
|
+
...
|
|
1934
|
+
|
|
1935
|
+
def driver_add(self):
|
|
1936
|
+
""" """
|
|
1937
|
+
...
|
|
1938
|
+
|
|
1939
|
+
def driver_remove(self):
|
|
1940
|
+
""" """
|
|
1941
|
+
...
|
|
1942
|
+
|
|
1943
|
+
def generate(self, context, ks, data):
|
|
1944
|
+
"""
|
|
1945
|
+
|
|
1946
|
+
:param context:
|
|
1947
|
+
:param ks:
|
|
1948
|
+
:param data:
|
|
1949
|
+
"""
|
|
1950
|
+
...
|
|
1951
|
+
|
|
1952
|
+
def get(self):
|
|
1953
|
+
""" """
|
|
1954
|
+
...
|
|
1955
|
+
|
|
1956
|
+
def id_properties_clear(self):
|
|
1957
|
+
""" """
|
|
1958
|
+
...
|
|
1959
|
+
|
|
1960
|
+
def id_properties_ensure(self):
|
|
1961
|
+
""" """
|
|
1962
|
+
...
|
|
1963
|
+
|
|
1964
|
+
def id_properties_ui(self):
|
|
1965
|
+
""" """
|
|
1966
|
+
...
|
|
1967
|
+
|
|
1968
|
+
def is_property_hidden(self):
|
|
1969
|
+
""" """
|
|
1970
|
+
...
|
|
1971
|
+
|
|
1972
|
+
def is_property_overridable_library(self):
|
|
1973
|
+
""" """
|
|
1974
|
+
...
|
|
1975
|
+
|
|
1976
|
+
def is_property_readonly(self):
|
|
1977
|
+
""" """
|
|
1978
|
+
...
|
|
1979
|
+
|
|
1980
|
+
def is_property_set(self):
|
|
1981
|
+
""" """
|
|
1982
|
+
...
|
|
1983
|
+
|
|
1984
|
+
def items(self):
|
|
1985
|
+
""" """
|
|
1986
|
+
...
|
|
1987
|
+
|
|
1988
|
+
def iterator(self, ksi, context, ks):
|
|
1989
|
+
"""
|
|
1990
|
+
|
|
1991
|
+
:param ksi:
|
|
1992
|
+
:param context:
|
|
1993
|
+
:param ks:
|
|
1994
|
+
"""
|
|
1995
|
+
...
|
|
1996
|
+
|
|
1997
|
+
def keyframe_delete(self):
|
|
1998
|
+
""" """
|
|
1999
|
+
...
|
|
2000
|
+
|
|
2001
|
+
def keyframe_insert(self):
|
|
2002
|
+
""" """
|
|
2003
|
+
...
|
|
2004
|
+
|
|
2005
|
+
def keys(self):
|
|
2006
|
+
""" """
|
|
2007
|
+
...
|
|
2008
|
+
|
|
2009
|
+
def path_from_id(self):
|
|
2010
|
+
""" """
|
|
2011
|
+
...
|
|
2012
|
+
|
|
2013
|
+
def path_resolve(self):
|
|
2014
|
+
""" """
|
|
2015
|
+
...
|
|
2016
|
+
|
|
2017
|
+
def poll(self, ksi, context):
|
|
2018
|
+
"""
|
|
2019
|
+
|
|
2020
|
+
:param ksi:
|
|
2021
|
+
:param context:
|
|
2022
|
+
"""
|
|
2023
|
+
...
|
|
2024
|
+
|
|
2025
|
+
def pop(self):
|
|
2026
|
+
""" """
|
|
2027
|
+
...
|
|
2028
|
+
|
|
2029
|
+
def property_overridable_library_set(self):
|
|
2030
|
+
""" """
|
|
2031
|
+
...
|
|
2032
|
+
|
|
2033
|
+
def property_unset(self):
|
|
2034
|
+
""" """
|
|
2035
|
+
...
|
|
2036
|
+
|
|
2037
|
+
def type_recast(self):
|
|
2038
|
+
""" """
|
|
2039
|
+
...
|
|
2040
|
+
|
|
2041
|
+
def values(self):
|
|
2042
|
+
""" """
|
|
2043
|
+
...
|
|
2044
|
+
|
|
2045
|
+
class BUILTIN_KSI_VisualLocRotScale(bpy_types.KeyingSetInfo):
|
|
2046
|
+
""" """
|
|
2047
|
+
|
|
2048
|
+
bl_label: typing.Any
|
|
2049
|
+
""" """
|
|
2050
|
+
|
|
2051
|
+
bl_options: typing.Any
|
|
2052
|
+
""" """
|
|
2053
|
+
|
|
2054
|
+
bl_rna: typing.Any
|
|
2055
|
+
""" """
|
|
2056
|
+
|
|
2057
|
+
id_data: typing.Any
|
|
2058
|
+
""" """
|
|
2059
|
+
|
|
2060
|
+
def as_pointer(self):
|
|
2061
|
+
""" """
|
|
2062
|
+
...
|
|
2063
|
+
|
|
2064
|
+
def bl_rna_get_subclass(self):
|
|
2065
|
+
""" """
|
|
2066
|
+
...
|
|
2067
|
+
|
|
2068
|
+
def bl_rna_get_subclass_py(self):
|
|
2069
|
+
""" """
|
|
2070
|
+
...
|
|
2071
|
+
|
|
2072
|
+
def driver_add(self):
|
|
2073
|
+
""" """
|
|
2074
|
+
...
|
|
2075
|
+
|
|
2076
|
+
def driver_remove(self):
|
|
2077
|
+
""" """
|
|
2078
|
+
...
|
|
2079
|
+
|
|
2080
|
+
def generate(self, context, ks, data):
|
|
2081
|
+
"""
|
|
2082
|
+
|
|
2083
|
+
:param context:
|
|
2084
|
+
:param ks:
|
|
2085
|
+
:param data:
|
|
2086
|
+
"""
|
|
2087
|
+
...
|
|
2088
|
+
|
|
2089
|
+
def get(self):
|
|
2090
|
+
""" """
|
|
2091
|
+
...
|
|
2092
|
+
|
|
2093
|
+
def id_properties_clear(self):
|
|
2094
|
+
""" """
|
|
2095
|
+
...
|
|
2096
|
+
|
|
2097
|
+
def id_properties_ensure(self):
|
|
2098
|
+
""" """
|
|
2099
|
+
...
|
|
2100
|
+
|
|
2101
|
+
def id_properties_ui(self):
|
|
2102
|
+
""" """
|
|
2103
|
+
...
|
|
2104
|
+
|
|
2105
|
+
def is_property_hidden(self):
|
|
2106
|
+
""" """
|
|
2107
|
+
...
|
|
2108
|
+
|
|
2109
|
+
def is_property_overridable_library(self):
|
|
2110
|
+
""" """
|
|
2111
|
+
...
|
|
2112
|
+
|
|
2113
|
+
def is_property_readonly(self):
|
|
2114
|
+
""" """
|
|
2115
|
+
...
|
|
2116
|
+
|
|
2117
|
+
def is_property_set(self):
|
|
2118
|
+
""" """
|
|
2119
|
+
...
|
|
2120
|
+
|
|
2121
|
+
def items(self):
|
|
2122
|
+
""" """
|
|
2123
|
+
...
|
|
2124
|
+
|
|
2125
|
+
def iterator(self, ksi, context, ks):
|
|
2126
|
+
"""
|
|
2127
|
+
|
|
2128
|
+
:param ksi:
|
|
2129
|
+
:param context:
|
|
2130
|
+
:param ks:
|
|
2131
|
+
"""
|
|
2132
|
+
...
|
|
2133
|
+
|
|
2134
|
+
def keyframe_delete(self):
|
|
2135
|
+
""" """
|
|
2136
|
+
...
|
|
2137
|
+
|
|
2138
|
+
def keyframe_insert(self):
|
|
2139
|
+
""" """
|
|
2140
|
+
...
|
|
2141
|
+
|
|
2142
|
+
def keys(self):
|
|
2143
|
+
""" """
|
|
2144
|
+
...
|
|
2145
|
+
|
|
2146
|
+
def path_from_id(self):
|
|
2147
|
+
""" """
|
|
2148
|
+
...
|
|
2149
|
+
|
|
2150
|
+
def path_resolve(self):
|
|
2151
|
+
""" """
|
|
2152
|
+
...
|
|
2153
|
+
|
|
2154
|
+
def poll(self, ksi, context):
|
|
2155
|
+
"""
|
|
2156
|
+
|
|
2157
|
+
:param ksi:
|
|
2158
|
+
:param context:
|
|
2159
|
+
"""
|
|
2160
|
+
...
|
|
2161
|
+
|
|
2162
|
+
def pop(self):
|
|
2163
|
+
""" """
|
|
2164
|
+
...
|
|
2165
|
+
|
|
2166
|
+
def property_overridable_library_set(self):
|
|
2167
|
+
""" """
|
|
2168
|
+
...
|
|
2169
|
+
|
|
2170
|
+
def property_unset(self):
|
|
2171
|
+
""" """
|
|
2172
|
+
...
|
|
2173
|
+
|
|
2174
|
+
def type_recast(self):
|
|
2175
|
+
""" """
|
|
2176
|
+
...
|
|
2177
|
+
|
|
2178
|
+
def values(self):
|
|
2179
|
+
""" """
|
|
2180
|
+
...
|
|
2181
|
+
|
|
2182
|
+
class BUILTIN_KSI_VisualLocScale(bpy_types.KeyingSetInfo):
|
|
2183
|
+
""" """
|
|
2184
|
+
|
|
2185
|
+
bl_label: typing.Any
|
|
2186
|
+
""" """
|
|
2187
|
+
|
|
2188
|
+
bl_options: typing.Any
|
|
2189
|
+
""" """
|
|
2190
|
+
|
|
2191
|
+
bl_rna: typing.Any
|
|
2192
|
+
""" """
|
|
2193
|
+
|
|
2194
|
+
id_data: typing.Any
|
|
2195
|
+
""" """
|
|
2196
|
+
|
|
2197
|
+
def as_pointer(self):
|
|
2198
|
+
""" """
|
|
2199
|
+
...
|
|
2200
|
+
|
|
2201
|
+
def bl_rna_get_subclass(self):
|
|
2202
|
+
""" """
|
|
2203
|
+
...
|
|
2204
|
+
|
|
2205
|
+
def bl_rna_get_subclass_py(self):
|
|
2206
|
+
""" """
|
|
2207
|
+
...
|
|
2208
|
+
|
|
2209
|
+
def driver_add(self):
|
|
2210
|
+
""" """
|
|
2211
|
+
...
|
|
2212
|
+
|
|
2213
|
+
def driver_remove(self):
|
|
2214
|
+
""" """
|
|
2215
|
+
...
|
|
2216
|
+
|
|
2217
|
+
def generate(self, context, ks, data):
|
|
2218
|
+
"""
|
|
2219
|
+
|
|
2220
|
+
:param context:
|
|
2221
|
+
:param ks:
|
|
2222
|
+
:param data:
|
|
2223
|
+
"""
|
|
2224
|
+
...
|
|
2225
|
+
|
|
2226
|
+
def get(self):
|
|
2227
|
+
""" """
|
|
2228
|
+
...
|
|
2229
|
+
|
|
2230
|
+
def id_properties_clear(self):
|
|
2231
|
+
""" """
|
|
2232
|
+
...
|
|
2233
|
+
|
|
2234
|
+
def id_properties_ensure(self):
|
|
2235
|
+
""" """
|
|
2236
|
+
...
|
|
2237
|
+
|
|
2238
|
+
def id_properties_ui(self):
|
|
2239
|
+
""" """
|
|
2240
|
+
...
|
|
2241
|
+
|
|
2242
|
+
def is_property_hidden(self):
|
|
2243
|
+
""" """
|
|
2244
|
+
...
|
|
2245
|
+
|
|
2246
|
+
def is_property_overridable_library(self):
|
|
2247
|
+
""" """
|
|
2248
|
+
...
|
|
2249
|
+
|
|
2250
|
+
def is_property_readonly(self):
|
|
2251
|
+
""" """
|
|
2252
|
+
...
|
|
2253
|
+
|
|
2254
|
+
def is_property_set(self):
|
|
2255
|
+
""" """
|
|
2256
|
+
...
|
|
2257
|
+
|
|
2258
|
+
def items(self):
|
|
2259
|
+
""" """
|
|
2260
|
+
...
|
|
2261
|
+
|
|
2262
|
+
def iterator(self, ksi, context, ks):
|
|
2263
|
+
"""
|
|
2264
|
+
|
|
2265
|
+
:param ksi:
|
|
2266
|
+
:param context:
|
|
2267
|
+
:param ks:
|
|
2268
|
+
"""
|
|
2269
|
+
...
|
|
2270
|
+
|
|
2271
|
+
def keyframe_delete(self):
|
|
2272
|
+
""" """
|
|
2273
|
+
...
|
|
2274
|
+
|
|
2275
|
+
def keyframe_insert(self):
|
|
2276
|
+
""" """
|
|
2277
|
+
...
|
|
2278
|
+
|
|
2279
|
+
def keys(self):
|
|
2280
|
+
""" """
|
|
2281
|
+
...
|
|
2282
|
+
|
|
2283
|
+
def path_from_id(self):
|
|
2284
|
+
""" """
|
|
2285
|
+
...
|
|
2286
|
+
|
|
2287
|
+
def path_resolve(self):
|
|
2288
|
+
""" """
|
|
2289
|
+
...
|
|
2290
|
+
|
|
2291
|
+
def poll(self, ksi, context):
|
|
2292
|
+
"""
|
|
2293
|
+
|
|
2294
|
+
:param ksi:
|
|
2295
|
+
:param context:
|
|
2296
|
+
"""
|
|
2297
|
+
...
|
|
2298
|
+
|
|
2299
|
+
def pop(self):
|
|
2300
|
+
""" """
|
|
2301
|
+
...
|
|
2302
|
+
|
|
2303
|
+
def property_overridable_library_set(self):
|
|
2304
|
+
""" """
|
|
2305
|
+
...
|
|
2306
|
+
|
|
2307
|
+
def property_unset(self):
|
|
2308
|
+
""" """
|
|
2309
|
+
...
|
|
2310
|
+
|
|
2311
|
+
def type_recast(self):
|
|
2312
|
+
""" """
|
|
2313
|
+
...
|
|
2314
|
+
|
|
2315
|
+
def values(self):
|
|
2316
|
+
""" """
|
|
2317
|
+
...
|
|
2318
|
+
|
|
2319
|
+
class BUILTIN_KSI_VisualRot(bpy_types.KeyingSetInfo):
|
|
2320
|
+
""" """
|
|
2321
|
+
|
|
2322
|
+
bl_label: typing.Any
|
|
2323
|
+
""" """
|
|
2324
|
+
|
|
2325
|
+
bl_options: typing.Any
|
|
2326
|
+
""" """
|
|
2327
|
+
|
|
2328
|
+
bl_rna: typing.Any
|
|
2329
|
+
""" """
|
|
2330
|
+
|
|
2331
|
+
id_data: typing.Any
|
|
2332
|
+
""" """
|
|
2333
|
+
|
|
2334
|
+
def as_pointer(self):
|
|
2335
|
+
""" """
|
|
2336
|
+
...
|
|
2337
|
+
|
|
2338
|
+
def bl_rna_get_subclass(self):
|
|
2339
|
+
""" """
|
|
2340
|
+
...
|
|
2341
|
+
|
|
2342
|
+
def bl_rna_get_subclass_py(self):
|
|
2343
|
+
""" """
|
|
2344
|
+
...
|
|
2345
|
+
|
|
2346
|
+
def driver_add(self):
|
|
2347
|
+
""" """
|
|
2348
|
+
...
|
|
2349
|
+
|
|
2350
|
+
def driver_remove(self):
|
|
2351
|
+
""" """
|
|
2352
|
+
...
|
|
2353
|
+
|
|
2354
|
+
def generate(self, _ksi, _context, ks, data):
|
|
2355
|
+
"""
|
|
2356
|
+
|
|
2357
|
+
:param _ksi:
|
|
2358
|
+
:param _context:
|
|
2359
|
+
:param ks:
|
|
2360
|
+
:param data:
|
|
2361
|
+
"""
|
|
2362
|
+
...
|
|
2363
|
+
|
|
2364
|
+
def get(self):
|
|
2365
|
+
""" """
|
|
2366
|
+
...
|
|
2367
|
+
|
|
2368
|
+
def id_properties_clear(self):
|
|
2369
|
+
""" """
|
|
2370
|
+
...
|
|
2371
|
+
|
|
2372
|
+
def id_properties_ensure(self):
|
|
2373
|
+
""" """
|
|
2374
|
+
...
|
|
2375
|
+
|
|
2376
|
+
def id_properties_ui(self):
|
|
2377
|
+
""" """
|
|
2378
|
+
...
|
|
2379
|
+
|
|
2380
|
+
def is_property_hidden(self):
|
|
2381
|
+
""" """
|
|
2382
|
+
...
|
|
2383
|
+
|
|
2384
|
+
def is_property_overridable_library(self):
|
|
2385
|
+
""" """
|
|
2386
|
+
...
|
|
2387
|
+
|
|
2388
|
+
def is_property_readonly(self):
|
|
2389
|
+
""" """
|
|
2390
|
+
...
|
|
2391
|
+
|
|
2392
|
+
def is_property_set(self):
|
|
2393
|
+
""" """
|
|
2394
|
+
...
|
|
2395
|
+
|
|
2396
|
+
def items(self):
|
|
2397
|
+
""" """
|
|
2398
|
+
...
|
|
2399
|
+
|
|
2400
|
+
def iterator(self, ksi, context, ks):
|
|
2401
|
+
"""
|
|
2402
|
+
|
|
2403
|
+
:param ksi:
|
|
2404
|
+
:param context:
|
|
2405
|
+
:param ks:
|
|
2406
|
+
"""
|
|
2407
|
+
...
|
|
2408
|
+
|
|
2409
|
+
def keyframe_delete(self):
|
|
2410
|
+
""" """
|
|
2411
|
+
...
|
|
2412
|
+
|
|
2413
|
+
def keyframe_insert(self):
|
|
2414
|
+
""" """
|
|
2415
|
+
...
|
|
2416
|
+
|
|
2417
|
+
def keys(self):
|
|
2418
|
+
""" """
|
|
2419
|
+
...
|
|
2420
|
+
|
|
2421
|
+
def path_from_id(self):
|
|
2422
|
+
""" """
|
|
2423
|
+
...
|
|
2424
|
+
|
|
2425
|
+
def path_resolve(self):
|
|
2426
|
+
""" """
|
|
2427
|
+
...
|
|
2428
|
+
|
|
2429
|
+
def poll(self, ksi, context):
|
|
2430
|
+
"""
|
|
2431
|
+
|
|
2432
|
+
:param ksi:
|
|
2433
|
+
:param context:
|
|
2434
|
+
"""
|
|
2435
|
+
...
|
|
2436
|
+
|
|
2437
|
+
def pop(self):
|
|
2438
|
+
""" """
|
|
2439
|
+
...
|
|
2440
|
+
|
|
2441
|
+
def property_overridable_library_set(self):
|
|
2442
|
+
""" """
|
|
2443
|
+
...
|
|
2444
|
+
|
|
2445
|
+
def property_unset(self):
|
|
2446
|
+
""" """
|
|
2447
|
+
...
|
|
2448
|
+
|
|
2449
|
+
def type_recast(self):
|
|
2450
|
+
""" """
|
|
2451
|
+
...
|
|
2452
|
+
|
|
2453
|
+
def values(self):
|
|
2454
|
+
""" """
|
|
2455
|
+
...
|
|
2456
|
+
|
|
2457
|
+
class BUILTIN_KSI_VisualRotScale(bpy_types.KeyingSetInfo):
|
|
2458
|
+
""" """
|
|
2459
|
+
|
|
2460
|
+
bl_label: typing.Any
|
|
2461
|
+
""" """
|
|
2462
|
+
|
|
2463
|
+
bl_options: typing.Any
|
|
2464
|
+
""" """
|
|
2465
|
+
|
|
2466
|
+
bl_rna: typing.Any
|
|
2467
|
+
""" """
|
|
2468
|
+
|
|
2469
|
+
id_data: typing.Any
|
|
2470
|
+
""" """
|
|
2471
|
+
|
|
2472
|
+
def as_pointer(self):
|
|
2473
|
+
""" """
|
|
2474
|
+
...
|
|
2475
|
+
|
|
2476
|
+
def bl_rna_get_subclass(self):
|
|
2477
|
+
""" """
|
|
2478
|
+
...
|
|
2479
|
+
|
|
2480
|
+
def bl_rna_get_subclass_py(self):
|
|
2481
|
+
""" """
|
|
2482
|
+
...
|
|
2483
|
+
|
|
2484
|
+
def driver_add(self):
|
|
2485
|
+
""" """
|
|
2486
|
+
...
|
|
2487
|
+
|
|
2488
|
+
def driver_remove(self):
|
|
2489
|
+
""" """
|
|
2490
|
+
...
|
|
2491
|
+
|
|
2492
|
+
def generate(self, context, ks, data):
|
|
2493
|
+
"""
|
|
2494
|
+
|
|
2495
|
+
:param context:
|
|
2496
|
+
:param ks:
|
|
2497
|
+
:param data:
|
|
2498
|
+
"""
|
|
2499
|
+
...
|
|
2500
|
+
|
|
2501
|
+
def get(self):
|
|
2502
|
+
""" """
|
|
2503
|
+
...
|
|
2504
|
+
|
|
2505
|
+
def id_properties_clear(self):
|
|
2506
|
+
""" """
|
|
2507
|
+
...
|
|
2508
|
+
|
|
2509
|
+
def id_properties_ensure(self):
|
|
2510
|
+
""" """
|
|
2511
|
+
...
|
|
2512
|
+
|
|
2513
|
+
def id_properties_ui(self):
|
|
2514
|
+
""" """
|
|
2515
|
+
...
|
|
2516
|
+
|
|
2517
|
+
def is_property_hidden(self):
|
|
2518
|
+
""" """
|
|
2519
|
+
...
|
|
2520
|
+
|
|
2521
|
+
def is_property_overridable_library(self):
|
|
2522
|
+
""" """
|
|
2523
|
+
...
|
|
2524
|
+
|
|
2525
|
+
def is_property_readonly(self):
|
|
2526
|
+
""" """
|
|
2527
|
+
...
|
|
2528
|
+
|
|
2529
|
+
def is_property_set(self):
|
|
2530
|
+
""" """
|
|
2531
|
+
...
|
|
2532
|
+
|
|
2533
|
+
def items(self):
|
|
2534
|
+
""" """
|
|
2535
|
+
...
|
|
2536
|
+
|
|
2537
|
+
def iterator(self, ksi, context, ks):
|
|
2538
|
+
"""
|
|
2539
|
+
|
|
2540
|
+
:param ksi:
|
|
2541
|
+
:param context:
|
|
2542
|
+
:param ks:
|
|
2543
|
+
"""
|
|
2544
|
+
...
|
|
2545
|
+
|
|
2546
|
+
def keyframe_delete(self):
|
|
2547
|
+
""" """
|
|
2548
|
+
...
|
|
2549
|
+
|
|
2550
|
+
def keyframe_insert(self):
|
|
2551
|
+
""" """
|
|
2552
|
+
...
|
|
2553
|
+
|
|
2554
|
+
def keys(self):
|
|
2555
|
+
""" """
|
|
2556
|
+
...
|
|
2557
|
+
|
|
2558
|
+
def path_from_id(self):
|
|
2559
|
+
""" """
|
|
2560
|
+
...
|
|
2561
|
+
|
|
2562
|
+
def path_resolve(self):
|
|
2563
|
+
""" """
|
|
2564
|
+
...
|
|
2565
|
+
|
|
2566
|
+
def poll(self, ksi, context):
|
|
2567
|
+
"""
|
|
2568
|
+
|
|
2569
|
+
:param ksi:
|
|
2570
|
+
:param context:
|
|
2571
|
+
"""
|
|
2572
|
+
...
|
|
2573
|
+
|
|
2574
|
+
def pop(self):
|
|
2575
|
+
""" """
|
|
2576
|
+
...
|
|
2577
|
+
|
|
2578
|
+
def property_overridable_library_set(self):
|
|
2579
|
+
""" """
|
|
2580
|
+
...
|
|
2581
|
+
|
|
2582
|
+
def property_unset(self):
|
|
2583
|
+
""" """
|
|
2584
|
+
...
|
|
2585
|
+
|
|
2586
|
+
def type_recast(self):
|
|
2587
|
+
""" """
|
|
2588
|
+
...
|
|
2589
|
+
|
|
2590
|
+
def values(self):
|
|
2591
|
+
""" """
|
|
2592
|
+
...
|
|
2593
|
+
|
|
2594
|
+
class BUILTIN_KSI_VisualScaling(bpy_types.KeyingSetInfo):
|
|
2595
|
+
""" """
|
|
2596
|
+
|
|
2597
|
+
bl_label: typing.Any
|
|
2598
|
+
""" """
|
|
2599
|
+
|
|
2600
|
+
bl_options: typing.Any
|
|
2601
|
+
""" """
|
|
2602
|
+
|
|
2603
|
+
bl_rna: typing.Any
|
|
2604
|
+
""" """
|
|
2605
|
+
|
|
2606
|
+
id_data: typing.Any
|
|
2607
|
+
""" """
|
|
2608
|
+
|
|
2609
|
+
def as_pointer(self):
|
|
2610
|
+
""" """
|
|
2611
|
+
...
|
|
2612
|
+
|
|
2613
|
+
def bl_rna_get_subclass(self):
|
|
2614
|
+
""" """
|
|
2615
|
+
...
|
|
2616
|
+
|
|
2617
|
+
def bl_rna_get_subclass_py(self):
|
|
2618
|
+
""" """
|
|
2619
|
+
...
|
|
2620
|
+
|
|
2621
|
+
def driver_add(self):
|
|
2622
|
+
""" """
|
|
2623
|
+
...
|
|
2624
|
+
|
|
2625
|
+
def driver_remove(self):
|
|
2626
|
+
""" """
|
|
2627
|
+
...
|
|
2628
|
+
|
|
2629
|
+
def generate(self, _ksi, _context, ks, data):
|
|
2630
|
+
"""
|
|
2631
|
+
|
|
2632
|
+
:param _ksi:
|
|
2633
|
+
:param _context:
|
|
2634
|
+
:param ks:
|
|
2635
|
+
:param data:
|
|
2636
|
+
"""
|
|
2637
|
+
...
|
|
2638
|
+
|
|
2639
|
+
def get(self):
|
|
2640
|
+
""" """
|
|
2641
|
+
...
|
|
2642
|
+
|
|
2643
|
+
def id_properties_clear(self):
|
|
2644
|
+
""" """
|
|
2645
|
+
...
|
|
2646
|
+
|
|
2647
|
+
def id_properties_ensure(self):
|
|
2648
|
+
""" """
|
|
2649
|
+
...
|
|
2650
|
+
|
|
2651
|
+
def id_properties_ui(self):
|
|
2652
|
+
""" """
|
|
2653
|
+
...
|
|
2654
|
+
|
|
2655
|
+
def is_property_hidden(self):
|
|
2656
|
+
""" """
|
|
2657
|
+
...
|
|
2658
|
+
|
|
2659
|
+
def is_property_overridable_library(self):
|
|
2660
|
+
""" """
|
|
2661
|
+
...
|
|
2662
|
+
|
|
2663
|
+
def is_property_readonly(self):
|
|
2664
|
+
""" """
|
|
2665
|
+
...
|
|
2666
|
+
|
|
2667
|
+
def is_property_set(self):
|
|
2668
|
+
""" """
|
|
2669
|
+
...
|
|
2670
|
+
|
|
2671
|
+
def items(self):
|
|
2672
|
+
""" """
|
|
2673
|
+
...
|
|
2674
|
+
|
|
2675
|
+
def iterator(self, ksi, context, ks):
|
|
2676
|
+
"""
|
|
2677
|
+
|
|
2678
|
+
:param ksi:
|
|
2679
|
+
:param context:
|
|
2680
|
+
:param ks:
|
|
2681
|
+
"""
|
|
2682
|
+
...
|
|
2683
|
+
|
|
2684
|
+
def keyframe_delete(self):
|
|
2685
|
+
""" """
|
|
2686
|
+
...
|
|
2687
|
+
|
|
2688
|
+
def keyframe_insert(self):
|
|
2689
|
+
""" """
|
|
2690
|
+
...
|
|
2691
|
+
|
|
2692
|
+
def keys(self):
|
|
2693
|
+
""" """
|
|
2694
|
+
...
|
|
2695
|
+
|
|
2696
|
+
def path_from_id(self):
|
|
2697
|
+
""" """
|
|
2698
|
+
...
|
|
2699
|
+
|
|
2700
|
+
def path_resolve(self):
|
|
2701
|
+
""" """
|
|
2702
|
+
...
|
|
2703
|
+
|
|
2704
|
+
def poll(self, ksi, context):
|
|
2705
|
+
"""
|
|
2706
|
+
|
|
2707
|
+
:param ksi:
|
|
2708
|
+
:param context:
|
|
2709
|
+
"""
|
|
2710
|
+
...
|
|
2711
|
+
|
|
2712
|
+
def pop(self):
|
|
2713
|
+
""" """
|
|
2714
|
+
...
|
|
2715
|
+
|
|
2716
|
+
def property_overridable_library_set(self):
|
|
2717
|
+
""" """
|
|
2718
|
+
...
|
|
2719
|
+
|
|
2720
|
+
def property_unset(self):
|
|
2721
|
+
""" """
|
|
2722
|
+
...
|
|
2723
|
+
|
|
2724
|
+
def type_recast(self):
|
|
2725
|
+
""" """
|
|
2726
|
+
...
|
|
2727
|
+
|
|
2728
|
+
def values(self):
|
|
2729
|
+
""" """
|
|
2730
|
+
...
|
|
2731
|
+
|
|
2732
|
+
class BUILTIN_KSI_WholeCharacter(bpy_types.KeyingSetInfo):
|
|
2733
|
+
""" """
|
|
2734
|
+
|
|
2735
|
+
badBonePrefixes: typing.Any
|
|
2736
|
+
""" """
|
|
2737
|
+
|
|
2738
|
+
bl_idname: typing.Any
|
|
2739
|
+
""" """
|
|
2740
|
+
|
|
2741
|
+
bl_label: typing.Any
|
|
2742
|
+
""" """
|
|
2743
|
+
|
|
2744
|
+
bl_rna: typing.Any
|
|
2745
|
+
""" """
|
|
2746
|
+
|
|
2747
|
+
id_data: typing.Any
|
|
2748
|
+
""" """
|
|
2749
|
+
|
|
2750
|
+
def addProp(self, ks, bone, prop, index, use_groups):
|
|
2751
|
+
"""
|
|
2752
|
+
|
|
2753
|
+
:param ks:
|
|
2754
|
+
:param bone:
|
|
2755
|
+
:param prop:
|
|
2756
|
+
:param index:
|
|
2757
|
+
:param use_groups:
|
|
2758
|
+
"""
|
|
2759
|
+
...
|
|
2760
|
+
|
|
2761
|
+
def as_pointer(self):
|
|
2762
|
+
""" """
|
|
2763
|
+
...
|
|
2764
|
+
|
|
2765
|
+
def bl_rna_get_subclass(self):
|
|
2766
|
+
""" """
|
|
2767
|
+
...
|
|
2768
|
+
|
|
2769
|
+
def bl_rna_get_subclass_py(self):
|
|
2770
|
+
""" """
|
|
2771
|
+
...
|
|
2772
|
+
|
|
2773
|
+
def doBBone(self, context, ks, pchan):
|
|
2774
|
+
"""
|
|
2775
|
+
|
|
2776
|
+
:param context:
|
|
2777
|
+
:param ks:
|
|
2778
|
+
:param pchan:
|
|
2779
|
+
"""
|
|
2780
|
+
...
|
|
2781
|
+
|
|
2782
|
+
def doCustomProps(self, ks, bone):
|
|
2783
|
+
"""
|
|
2784
|
+
|
|
2785
|
+
:param ks:
|
|
2786
|
+
:param bone:
|
|
2787
|
+
"""
|
|
2788
|
+
...
|
|
2789
|
+
|
|
2790
|
+
def doLoc(self, ks, bone):
|
|
2791
|
+
"""
|
|
2792
|
+
|
|
2793
|
+
:param ks:
|
|
2794
|
+
:param bone:
|
|
2795
|
+
"""
|
|
2796
|
+
...
|
|
2797
|
+
|
|
2798
|
+
def doRot3d(self, ks, bone):
|
|
2799
|
+
"""
|
|
2800
|
+
|
|
2801
|
+
:param ks:
|
|
2802
|
+
:param bone:
|
|
2803
|
+
"""
|
|
2804
|
+
...
|
|
2805
|
+
|
|
2806
|
+
def doRot4d(self, ks, bone):
|
|
2807
|
+
"""
|
|
2808
|
+
|
|
2809
|
+
:param ks:
|
|
2810
|
+
:param bone:
|
|
2811
|
+
"""
|
|
2812
|
+
...
|
|
2813
|
+
|
|
2814
|
+
def doScale(self, ks, bone):
|
|
2815
|
+
"""
|
|
2816
|
+
|
|
2817
|
+
:param ks:
|
|
2818
|
+
:param bone:
|
|
2819
|
+
"""
|
|
2820
|
+
...
|
|
2821
|
+
|
|
2822
|
+
def driver_add(self):
|
|
2823
|
+
""" """
|
|
2824
|
+
...
|
|
2825
|
+
|
|
2826
|
+
def driver_remove(self):
|
|
2827
|
+
""" """
|
|
2828
|
+
...
|
|
2829
|
+
|
|
2830
|
+
def generate(self, context, ks, bone):
|
|
2831
|
+
"""
|
|
2832
|
+
|
|
2833
|
+
:param context:
|
|
2834
|
+
:param ks:
|
|
2835
|
+
:param bone:
|
|
2836
|
+
"""
|
|
2837
|
+
...
|
|
2838
|
+
|
|
2839
|
+
def get(self):
|
|
2840
|
+
""" """
|
|
2841
|
+
...
|
|
2842
|
+
|
|
2843
|
+
def id_properties_clear(self):
|
|
2844
|
+
""" """
|
|
2845
|
+
...
|
|
2846
|
+
|
|
2847
|
+
def id_properties_ensure(self):
|
|
2848
|
+
""" """
|
|
2849
|
+
...
|
|
2850
|
+
|
|
2851
|
+
def id_properties_ui(self):
|
|
2852
|
+
""" """
|
|
2853
|
+
...
|
|
2854
|
+
|
|
2855
|
+
def is_property_hidden(self):
|
|
2856
|
+
""" """
|
|
2857
|
+
...
|
|
2858
|
+
|
|
2859
|
+
def is_property_overridable_library(self):
|
|
2860
|
+
""" """
|
|
2861
|
+
...
|
|
2862
|
+
|
|
2863
|
+
def is_property_readonly(self):
|
|
2864
|
+
""" """
|
|
2865
|
+
...
|
|
2866
|
+
|
|
2867
|
+
def is_property_set(self):
|
|
2868
|
+
""" """
|
|
2869
|
+
...
|
|
2870
|
+
|
|
2871
|
+
def items(self):
|
|
2872
|
+
""" """
|
|
2873
|
+
...
|
|
2874
|
+
|
|
2875
|
+
def iterator(self, context, ks):
|
|
2876
|
+
"""
|
|
2877
|
+
|
|
2878
|
+
:param context:
|
|
2879
|
+
:param ks:
|
|
2880
|
+
"""
|
|
2881
|
+
...
|
|
2882
|
+
|
|
2883
|
+
def keyframe_delete(self):
|
|
2884
|
+
""" """
|
|
2885
|
+
...
|
|
2886
|
+
|
|
2887
|
+
def keyframe_insert(self):
|
|
2888
|
+
""" """
|
|
2889
|
+
...
|
|
2890
|
+
|
|
2891
|
+
def keys(self):
|
|
2892
|
+
""" """
|
|
2893
|
+
...
|
|
2894
|
+
|
|
2895
|
+
def path_from_id(self):
|
|
2896
|
+
""" """
|
|
2897
|
+
...
|
|
2898
|
+
|
|
2899
|
+
def path_resolve(self):
|
|
2900
|
+
""" """
|
|
2901
|
+
...
|
|
2902
|
+
|
|
2903
|
+
def poll(self, context):
|
|
2904
|
+
"""
|
|
2905
|
+
|
|
2906
|
+
:param context:
|
|
2907
|
+
"""
|
|
2908
|
+
...
|
|
2909
|
+
|
|
2910
|
+
def pop(self):
|
|
2911
|
+
""" """
|
|
2912
|
+
...
|
|
2913
|
+
|
|
2914
|
+
def property_overridable_library_set(self):
|
|
2915
|
+
""" """
|
|
2916
|
+
...
|
|
2917
|
+
|
|
2918
|
+
def property_unset(self):
|
|
2919
|
+
""" """
|
|
2920
|
+
...
|
|
2921
|
+
|
|
2922
|
+
def type_recast(self):
|
|
2923
|
+
""" """
|
|
2924
|
+
...
|
|
2925
|
+
|
|
2926
|
+
def values(self):
|
|
2927
|
+
""" """
|
|
2928
|
+
...
|
|
2929
|
+
|
|
2930
|
+
class BUILTIN_KSI_WholeCharacterSelected(bpy_types.KeyingSetInfo):
|
|
2931
|
+
""" """
|
|
2932
|
+
|
|
2933
|
+
badBonePrefixes: typing.Any
|
|
2934
|
+
""" """
|
|
2935
|
+
|
|
2936
|
+
bl_idname: typing.Any
|
|
2937
|
+
""" """
|
|
2938
|
+
|
|
2939
|
+
bl_label: typing.Any
|
|
2940
|
+
""" """
|
|
2941
|
+
|
|
2942
|
+
bl_rna: typing.Any
|
|
2943
|
+
""" """
|
|
2944
|
+
|
|
2945
|
+
id_data: typing.Any
|
|
2946
|
+
""" """
|
|
2947
|
+
|
|
2948
|
+
def addProp(self, ks, bone, prop, index, use_groups):
|
|
2949
|
+
"""
|
|
2950
|
+
|
|
2951
|
+
:param ks:
|
|
2952
|
+
:param bone:
|
|
2953
|
+
:param prop:
|
|
2954
|
+
:param index:
|
|
2955
|
+
:param use_groups:
|
|
2956
|
+
"""
|
|
2957
|
+
...
|
|
2958
|
+
|
|
2959
|
+
def as_pointer(self):
|
|
2960
|
+
""" """
|
|
2961
|
+
...
|
|
2962
|
+
|
|
2963
|
+
def bl_rna_get_subclass(self):
|
|
2964
|
+
""" """
|
|
2965
|
+
...
|
|
2966
|
+
|
|
2967
|
+
def bl_rna_get_subclass_py(self):
|
|
2968
|
+
""" """
|
|
2969
|
+
...
|
|
2970
|
+
|
|
2971
|
+
def doBBone(self, context, ks, pchan):
|
|
2972
|
+
"""
|
|
2973
|
+
|
|
2974
|
+
:param context:
|
|
2975
|
+
:param ks:
|
|
2976
|
+
:param pchan:
|
|
2977
|
+
"""
|
|
2978
|
+
...
|
|
2979
|
+
|
|
2980
|
+
def doCustomProps(self, ks, bone):
|
|
2981
|
+
"""
|
|
2982
|
+
|
|
2983
|
+
:param ks:
|
|
2984
|
+
:param bone:
|
|
2985
|
+
"""
|
|
2986
|
+
...
|
|
2987
|
+
|
|
2988
|
+
def doLoc(self, ks, bone):
|
|
2989
|
+
"""
|
|
2990
|
+
|
|
2991
|
+
:param ks:
|
|
2992
|
+
:param bone:
|
|
2993
|
+
"""
|
|
2994
|
+
...
|
|
2995
|
+
|
|
2996
|
+
def doRot3d(self, ks, bone):
|
|
2997
|
+
"""
|
|
2998
|
+
|
|
2999
|
+
:param ks:
|
|
3000
|
+
:param bone:
|
|
3001
|
+
"""
|
|
3002
|
+
...
|
|
3003
|
+
|
|
3004
|
+
def doRot4d(self, ks, bone):
|
|
3005
|
+
"""
|
|
3006
|
+
|
|
3007
|
+
:param ks:
|
|
3008
|
+
:param bone:
|
|
3009
|
+
"""
|
|
3010
|
+
...
|
|
3011
|
+
|
|
3012
|
+
def doScale(self, ks, bone):
|
|
3013
|
+
"""
|
|
3014
|
+
|
|
3015
|
+
:param ks:
|
|
3016
|
+
:param bone:
|
|
3017
|
+
"""
|
|
3018
|
+
...
|
|
3019
|
+
|
|
3020
|
+
def driver_add(self):
|
|
3021
|
+
""" """
|
|
3022
|
+
...
|
|
3023
|
+
|
|
3024
|
+
def driver_remove(self):
|
|
3025
|
+
""" """
|
|
3026
|
+
...
|
|
3027
|
+
|
|
3028
|
+
def generate(self, context, ks, bone):
|
|
3029
|
+
"""
|
|
3030
|
+
|
|
3031
|
+
:param context:
|
|
3032
|
+
:param ks:
|
|
3033
|
+
:param bone:
|
|
3034
|
+
"""
|
|
3035
|
+
...
|
|
3036
|
+
|
|
3037
|
+
def get(self):
|
|
3038
|
+
""" """
|
|
3039
|
+
...
|
|
3040
|
+
|
|
3041
|
+
def id_properties_clear(self):
|
|
3042
|
+
""" """
|
|
3043
|
+
...
|
|
3044
|
+
|
|
3045
|
+
def id_properties_ensure(self):
|
|
3046
|
+
""" """
|
|
3047
|
+
...
|
|
3048
|
+
|
|
3049
|
+
def id_properties_ui(self):
|
|
3050
|
+
""" """
|
|
3051
|
+
...
|
|
3052
|
+
|
|
3053
|
+
def is_property_hidden(self):
|
|
3054
|
+
""" """
|
|
3055
|
+
...
|
|
3056
|
+
|
|
3057
|
+
def is_property_overridable_library(self):
|
|
3058
|
+
""" """
|
|
3059
|
+
...
|
|
3060
|
+
|
|
3061
|
+
def is_property_readonly(self):
|
|
3062
|
+
""" """
|
|
3063
|
+
...
|
|
3064
|
+
|
|
3065
|
+
def is_property_set(self):
|
|
3066
|
+
""" """
|
|
3067
|
+
...
|
|
3068
|
+
|
|
3069
|
+
def items(self):
|
|
3070
|
+
""" """
|
|
3071
|
+
...
|
|
3072
|
+
|
|
3073
|
+
def iterator(self, context, ks):
|
|
3074
|
+
"""
|
|
3075
|
+
|
|
3076
|
+
:param context:
|
|
3077
|
+
:param ks:
|
|
3078
|
+
"""
|
|
3079
|
+
...
|
|
3080
|
+
|
|
3081
|
+
def keyframe_delete(self):
|
|
3082
|
+
""" """
|
|
3083
|
+
...
|
|
3084
|
+
|
|
3085
|
+
def keyframe_insert(self):
|
|
3086
|
+
""" """
|
|
3087
|
+
...
|
|
3088
|
+
|
|
3089
|
+
def keys(self):
|
|
3090
|
+
""" """
|
|
3091
|
+
...
|
|
3092
|
+
|
|
3093
|
+
def path_from_id(self):
|
|
3094
|
+
""" """
|
|
3095
|
+
...
|
|
3096
|
+
|
|
3097
|
+
def path_resolve(self):
|
|
3098
|
+
""" """
|
|
3099
|
+
...
|
|
3100
|
+
|
|
3101
|
+
def poll(self, context):
|
|
3102
|
+
"""
|
|
3103
|
+
|
|
3104
|
+
:param context:
|
|
3105
|
+
"""
|
|
3106
|
+
...
|
|
3107
|
+
|
|
3108
|
+
def pop(self):
|
|
3109
|
+
""" """
|
|
3110
|
+
...
|
|
3111
|
+
|
|
3112
|
+
def property_overridable_library_set(self):
|
|
3113
|
+
""" """
|
|
3114
|
+
...
|
|
3115
|
+
|
|
3116
|
+
def property_unset(self):
|
|
3117
|
+
""" """
|
|
3118
|
+
...
|
|
3119
|
+
|
|
3120
|
+
def type_recast(self):
|
|
3121
|
+
""" """
|
|
3122
|
+
...
|
|
3123
|
+
|
|
3124
|
+
def values(self):
|
|
3125
|
+
""" """
|
|
3126
|
+
...
|
|
3127
|
+
|
|
3128
|
+
class WholeCharacterMixin:
|
|
3129
|
+
""" """
|
|
3130
|
+
|
|
3131
|
+
badBonePrefixes: typing.Any
|
|
3132
|
+
""" """
|
|
3133
|
+
|
|
3134
|
+
def addProp(self, ks, bone, prop, index, use_groups):
|
|
3135
|
+
"""
|
|
3136
|
+
|
|
3137
|
+
:param ks:
|
|
3138
|
+
:param bone:
|
|
3139
|
+
:param prop:
|
|
3140
|
+
:param index:
|
|
3141
|
+
:param use_groups:
|
|
3142
|
+
"""
|
|
3143
|
+
...
|
|
3144
|
+
|
|
3145
|
+
def doBBone(self, context, ks, pchan):
|
|
3146
|
+
"""
|
|
3147
|
+
|
|
3148
|
+
:param context:
|
|
3149
|
+
:param ks:
|
|
3150
|
+
:param pchan:
|
|
3151
|
+
"""
|
|
3152
|
+
...
|
|
3153
|
+
|
|
3154
|
+
def doCustomProps(self, ks, bone):
|
|
3155
|
+
"""
|
|
3156
|
+
|
|
3157
|
+
:param ks:
|
|
3158
|
+
:param bone:
|
|
3159
|
+
"""
|
|
3160
|
+
...
|
|
3161
|
+
|
|
3162
|
+
def doLoc(self, ks, bone):
|
|
3163
|
+
"""
|
|
3164
|
+
|
|
3165
|
+
:param ks:
|
|
3166
|
+
:param bone:
|
|
3167
|
+
"""
|
|
3168
|
+
...
|
|
3169
|
+
|
|
3170
|
+
def doRot3d(self, ks, bone):
|
|
3171
|
+
"""
|
|
3172
|
+
|
|
3173
|
+
:param ks:
|
|
3174
|
+
:param bone:
|
|
3175
|
+
"""
|
|
3176
|
+
...
|
|
3177
|
+
|
|
3178
|
+
def doRot4d(self, ks, bone):
|
|
3179
|
+
"""
|
|
3180
|
+
|
|
3181
|
+
:param ks:
|
|
3182
|
+
:param bone:
|
|
3183
|
+
"""
|
|
3184
|
+
...
|
|
3185
|
+
|
|
3186
|
+
def doScale(self, ks, bone):
|
|
3187
|
+
"""
|
|
3188
|
+
|
|
3189
|
+
:param ks:
|
|
3190
|
+
:param bone:
|
|
3191
|
+
"""
|
|
3192
|
+
...
|
|
3193
|
+
|
|
3194
|
+
def generate(self, context, ks, bone):
|
|
3195
|
+
"""
|
|
3196
|
+
|
|
3197
|
+
:param context:
|
|
3198
|
+
:param ks:
|
|
3199
|
+
:param bone:
|
|
3200
|
+
"""
|
|
3201
|
+
...
|
|
3202
|
+
|
|
3203
|
+
def iterator(self, context, ks):
|
|
3204
|
+
"""
|
|
3205
|
+
|
|
3206
|
+
:param context:
|
|
3207
|
+
:param ks:
|
|
3208
|
+
"""
|
|
3209
|
+
...
|
|
3210
|
+
|
|
3211
|
+
def poll(self, context):
|
|
3212
|
+
"""
|
|
3213
|
+
|
|
3214
|
+
:param context:
|
|
3215
|
+
"""
|
|
3216
|
+
...
|
|
3217
|
+
|
|
3218
|
+
def register():
|
|
3219
|
+
""" """
|
|
3220
|
+
|
|
3221
|
+
...
|
|
3222
|
+
|
|
3223
|
+
def unregister():
|
|
3224
|
+
""" """
|
|
742
3225
|
|
|
743
|
-
|
|
744
|
-
def as_pointer(self): ...
|
|
745
|
-
def bl_rna_get_subclass(self): ...
|
|
746
|
-
def bl_rna_get_subclass_py(self): ...
|
|
747
|
-
def doBBone(self, context, ks, pchan): ...
|
|
748
|
-
def doCustomProps(self, ks, bone): ...
|
|
749
|
-
def doLoc(self, ks, bone): ...
|
|
750
|
-
def doRot3d(self, ks, bone): ...
|
|
751
|
-
def doRot4d(self, ks, bone): ...
|
|
752
|
-
def doScale(self, ks, bone): ...
|
|
753
|
-
def driver_add(self): ...
|
|
754
|
-
def driver_remove(self): ...
|
|
755
|
-
def generate(self, context, ks, bone): ...
|
|
756
|
-
def get(self): ...
|
|
757
|
-
def id_properties_clear(self): ...
|
|
758
|
-
def id_properties_ensure(self): ...
|
|
759
|
-
def id_properties_ui(self): ...
|
|
760
|
-
def is_property_hidden(self): ...
|
|
761
|
-
def is_property_overridable_library(self): ...
|
|
762
|
-
def is_property_readonly(self): ...
|
|
763
|
-
def is_property_set(self): ...
|
|
764
|
-
def items(self): ...
|
|
765
|
-
def iterator(self, context, ks): ...
|
|
766
|
-
def keyframe_delete(self): ...
|
|
767
|
-
def keyframe_insert(self): ...
|
|
768
|
-
def keys(self): ...
|
|
769
|
-
def path_from_id(self): ...
|
|
770
|
-
def path_resolve(self): ...
|
|
771
|
-
def poll(self, context): ...
|
|
772
|
-
def pop(self): ...
|
|
773
|
-
def property_overridable_library_set(self): ...
|
|
774
|
-
def property_unset(self): ...
|
|
775
|
-
def type_recast(self): ...
|
|
776
|
-
def values(self): ...
|
|
777
|
-
|
|
778
|
-
def register(): ...
|
|
779
|
-
def unregister(): ...
|
|
3226
|
+
...
|