fake-bpy-module 20240224__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 -10
- animsys_refactor/__init__.pyi +36 -6
- aud/__init__.pyi +132 -125
- bgl/__init__.pyi +2545 -546
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +24 -2
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +53 -6
- bl_i18n_utils/utils/__init__.pyi +332 -44
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +171 -37
- bl_operators/anim/__init__.pyi +1065 -226
- bl_operators/assets/__init__.pyi +427 -92
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1342 -287
- bl_operators/console/__init__.pyi +647 -140
- bl_operators/constraint/__init__.pyi +524 -112
- bl_operators/file/__init__.pyi +396 -84
- bl_operators/freestyle/__init__.pyi +532 -113
- bl_operators/geometry_nodes/__init__.pyi +2412 -596
- bl_operators/image/__init__.pyi +380 -82
- bl_operators/mesh/__init__.pyi +401 -85
- bl_operators/node/__init__.pyi +1756 -384
- bl_operators/object/__init__.pyi +2022 -552
- bl_operators/object_align/__init__.pyi +145 -31
- bl_operators/object_quick_effects/__init__.pyi +555 -124
- bl_operators/object_randomize_transform/__init__.pyi +136 -32
- bl_operators/presets/__init__.pyi +3516 -708
- bl_operators/rigidbody/__init__.pyi +401 -85
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -29
- bl_operators/sequencer/__init__.pyi +731 -149
- bl_operators/spreadsheet/__init__.pyi +145 -30
- bl_operators/userpref/__init__.pyi +3416 -824
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -32
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -34
- bl_operators/uvcalc_transform/__init__.pyi +344 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -30
- bl_operators/view3d/__init__.pyi +697 -146
- bl_operators/wm/__init__.pyi +6287 -1533
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +504 -106
- bl_ui/anim/__init__.pyi +164 -33
- bl_ui/asset_shelf/__init__.pyi +146 -31
- bl_ui/generic_ui_list/__init__.pyi +471 -99
- bl_ui/node_add_menu/__init__.pyi +196 -40
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -621
- bl_ui/node_add_menu_geometry/__init__.pyi +8060 -1625
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -348
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -305
- bl_ui/properties_animviz/__init__.pyi +32 -2
- bl_ui/properties_collection/__init__.pyi +787 -179
- bl_ui/properties_constraint/__init__.pyi +28635 -5523
- bl_ui/properties_data_armature/__init__.pyi +1905 -448
- bl_ui/properties_data_bone/__init__.pyi +1560 -336
- bl_ui/properties_data_camera/__init__.pyi +2269 -494
- bl_ui/properties_data_curve/__init__.pyi +2362 -534
- bl_ui/properties_data_curves/__init__.pyi +951 -203
- bl_ui/properties_data_empty/__init__.pyi +317 -69
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -734
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -188
- bl_ui/properties_data_lattice/__init__.pyi +472 -104
- bl_ui/properties_data_light/__init__.pyi +1570 -337
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -208
- bl_ui/properties_data_mesh/__init__.pyi +3205 -767
- bl_ui/properties_data_metaball/__init__.pyi +774 -170
- bl_ui/properties_data_modifier/__init__.pyi +1554 -328
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -194
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -34
- bl_ui/properties_data_speaker/__init__.pyi +782 -168
- bl_ui/properties_data_volume/__init__.pyi +1243 -281
- bl_ui/properties_freestyle/__init__.pyi +4071 -1030
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -483
- bl_ui/properties_mask_common/__init__.pyi +1256 -249
- bl_ui/properties_material/__init__.pyi +2351 -542
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -365
- bl_ui/properties_object/__init__.pyi +2179 -512
- bl_ui/properties_output/__init__.pyi +2956 -705
- bl_ui/properties_paint_common/__init__.pyi +947 -140
- bl_ui/properties_particle/__init__.pyi +8322 -1970
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -508
- bl_ui/properties_physics_common/__init__.pyi +200 -44
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -965
- bl_ui/properties_physics_field/__init__.pyi +1695 -364
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1280
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -32
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -278
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -483
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -542
- bl_ui/properties_render/__init__.pyi +8312 -1933
- bl_ui/properties_scene/__init__.pyi +2211 -539
- bl_ui/properties_texture/__init__.pyi +4185 -1013
- bl_ui/properties_view_layer/__init__.pyi +2803 -664
- bl_ui/properties_workspace/__init__.pyi +626 -148
- bl_ui/properties_world/__init__.pyi +1092 -234
- bl_ui/space_clip/__init__.pyi +11475 -2805
- bl_ui/space_console/__init__.pyi +967 -202
- bl_ui/space_dopesheet/__init__.pyi +4260 -966
- bl_ui/space_filebrowser/__init__.pyi +4852 -1187
- bl_ui/space_graph/__init__.pyi +3251 -702
- bl_ui/space_image/__init__.pyi +12219 -2968
- bl_ui/space_info/__init__.pyi +964 -200
- bl_ui/space_nla/__init__.pyi +2756 -584
- bl_ui/space_node/__init__.pyi +5661 -1265
- bl_ui/space_outliner/__init__.pyi +2294 -478
- bl_ui/space_properties/__init__.pyi +417 -92
- bl_ui/space_sequencer/__init__.pyi +12436 -3009
- bl_ui/space_spreadsheet/__init__.pyi +184 -36
- bl_ui/space_statusbar/__init__.pyi +135 -30
- bl_ui/space_text/__init__.pyi +2556 -542
- bl_ui/space_time/__init__.pyi +1151 -243
- bl_ui/space_toolsystem_common/__init__.pyi +368 -66
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -228
- bl_ui/space_topbar/__init__.pyi +4214 -887
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +43701 -10599
- bl_ui/space_view3d_toolbar/__init__.pyi +16380 -3860
- bl_ui/utils/__init__.pyi +42 -4
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +268 -262
- bmesh/utils/__init__.pyi +55 -55
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +350 -305
- bpy/ops/anim/__init__.pyi +464 -426
- bpy/ops/armature/__init__.pyi +392 -360
- bpy/ops/asset/__init__.pyi +166 -129
- bpy/ops/boid/__init__.pyi +64 -37
- bpy/ops/brush/__init__.pyi +78 -72
- bpy/ops/buttons/__init__.pyi +136 -122
- bpy/ops/cachefile/__init__.pyi +128 -123
- bpy/ops/camera/__init__.pyi +22 -24
- bpy/ops/clip/__init__.pyi +844 -735
- bpy/ops/cloth/__init__.pyi +10 -11
- bpy/ops/collection/__init__.pyi +38 -38
- bpy/ops/console/__init__.pyi +170 -141
- bpy/ops/constraint/__init__.pyi +156 -159
- bpy/ops/curve/__init__.pyi +518 -461
- bpy/ops/curves/__init__.pyi +188 -159
- bpy/ops/cycles/__init__.pyi +20 -18
- bpy/ops/dpaint/__init__.pyi +40 -30
- bpy/ops/ed/__init__.pyi +136 -107
- bpy/ops/export_anim/__init__.pyi +18 -19
- bpy/ops/export_mesh/__init__.pyi +26 -27
- bpy/ops/export_scene/__init__.pyi +313 -334
- bpy/ops/file/__init__.pyi +394 -304
- bpy/ops/fluid/__init__.pyi +114 -63
- bpy/ops/font/__init__.pyi +272 -245
- bpy/ops/geometry/__init__.pyi +92 -87
- bpy/ops/gizmogroup/__init__.pyi +24 -21
- bpy/ops/gpencil/__init__.pyi +1530 -1476
- bpy/ops/graph/__init__.pyi +680 -659
- bpy/ops/grease_pencil/__init__.pyi +510 -390
- bpy/ops/image/__init__.pyi +650 -603
- bpy/ops/import_anim/__init__.pyi +26 -27
- bpy/ops/import_curve/__init__.pyi +6 -7
- bpy/ops/import_mesh/__init__.pyi +18 -21
- bpy/ops/import_scene/__init__.pyi +86 -95
- bpy/ops/info/__init__.pyi +68 -55
- bpy/ops/lattice/__init__.pyi +70 -63
- bpy/ops/marker/__init__.pyi +110 -111
- bpy/ops/mask/__init__.pyi +352 -308
- bpy/ops/material/__init__.pyi +24 -12
- bpy/ops/mball/__init__.pyi +72 -75
- bpy/ops/mesh/__init__.pyi +2052 -2088
- bpy/ops/nla/__init__.pyi +369 -313
- bpy/ops/node/__init__.pyi +944 -805
- bpy/ops/object/__init__.pyi +2662 -2461
- bpy/ops/outliner/__init__.pyi +582 -431
- bpy/ops/paint/__init__.pyi +605 -516
- bpy/ops/paintcurve/__init__.pyi +72 -60
- bpy/ops/palette/__init__.pyi +54 -46
- bpy/ops/particle/__init__.pyi +302 -245
- bpy/ops/pose/__init__.pyi +366 -330
- bpy/ops/poselib/__init__.pyi +78 -64
- bpy/ops/preferences/__init__.pyi +361 -341
- bpy/ops/ptcache/__init__.pyi +56 -38
- bpy/ops/render/__init__.pyi +120 -117
- bpy/ops/rigidbody/__init__.pyi +114 -97
- bpy/ops/scene/__init__.pyi +302 -240
- bpy/ops/screen/__init__.pyi +414 -363
- bpy/ops/script/__init__.pyi +20 -18
- bpy/ops/sculpt/__init__.pyi +414 -452
- bpy/ops/sculpt_curves/__init__.pyi +42 -43
- bpy/ops/sequencer/__init__.pyi +1094 -1053
- bpy/ops/sound/__init__.pyi +214 -206
- bpy/ops/spreadsheet/__init__.pyi +34 -28
- bpy/ops/surface/__init__.pyi +108 -114
- bpy/ops/text/__init__.pyi +432 -350
- bpy/ops/text_editor/__init__.pyi +10 -11
- bpy/ops/texture/__init__.pyi +32 -21
- bpy/ops/transform/__init__.pyi +801 -854
- bpy/ops/ui/__init__.pyi +254 -185
- bpy/ops/uilist/__init__.pyi +20 -23
- bpy/ops/uv/__init__.pyi +618 -626
- bpy/ops/view2d/__init__.pyi +162 -161
- bpy/ops/view3d/__init__.pyi +669 -658
- bpy/ops/wm/__init__.pyi +2433 -2415
- bpy/ops/workspace/__init__.pyi +54 -31
- bpy/ops/world/__init__.pyi +8 -4
- bpy/path/__init__.pyi +111 -68
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86789 -85719
- bpy/utils/__init__.pyi +265 -123
- bpy/utils/previews/__init__.pyi +103 -17
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/__init__.pyi +0 -4
- bpy_extras/anim_utils/__init__.pyi +11 -46
- bpy_extras/asset_utils/__init__.pyi +3 -12
- bpy_extras/id_map_utils/__init__.pyi +0 -2
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -3
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3873 -997
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +465 -472
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +28 -18
- gpu/capabilities/__init__.pyi +27 -19
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +27 -5
- gpu_extras/presets/__init__.pyi +52 -14
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +3149 -701
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +502 -427
- mathutils/bvhtree/__init__.pyi +28 -32
- mathutils/geometry/__init__.pyi +177 -186
- mathutils/kdtree/__init__.pyi +16 -18
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +50 -10
- nodeitems_utils/__init__.pyi +58 -10
- rna_info/__init__.pyi +230 -26
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +69 -12
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- bpy_extras/bmesh_utils/__init__.pyi +0 -6
- bpy_extras/extensions/__init__.pyi +0 -4
- bpy_extras/extensions/junction_module/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -131
- bpy_extras/wm_utils/__init__.pyi +0 -4
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -29
- fake_bpy_module-20240224.dist-info/RECORD +0 -349
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
keyingsets_builtins/__init__.pyi
CHANGED
|
@@ -4,775 +4,3223 @@ import bpy_types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
class BUILTIN_KSI_Available(bpy_types.KeyingSetInfo):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
7
9
|
bl_idname: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
8
12
|
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
9
15
|
bl_rna: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
10
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
|
+
...
|
|
11
134
|
|
|
12
|
-
def
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
def
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def id_properties_clear(self): ...
|
|
20
|
-
def id_properties_ensure(self): ...
|
|
21
|
-
def id_properties_ui(self): ...
|
|
22
|
-
def is_property_hidden(self): ...
|
|
23
|
-
def is_property_overridable_library(self): ...
|
|
24
|
-
def is_property_readonly(self): ...
|
|
25
|
-
def is_property_set(self): ...
|
|
26
|
-
def items(self): ...
|
|
27
|
-
def iterator(self, ksi, context, ks): ...
|
|
28
|
-
def keyframe_delete(self): ...
|
|
29
|
-
def keyframe_insert(self): ...
|
|
30
|
-
def keys(self): ...
|
|
31
|
-
def path_from_id(self): ...
|
|
32
|
-
def path_resolve(self): ...
|
|
33
|
-
def poll(self, context): ...
|
|
34
|
-
def pop(self): ...
|
|
35
|
-
def property_overridable_library_set(self): ...
|
|
36
|
-
def property_unset(self): ...
|
|
37
|
-
def type_recast(self): ...
|
|
38
|
-
def values(self): ...
|
|
135
|
+
def type_recast(self):
|
|
136
|
+
""" """
|
|
137
|
+
...
|
|
138
|
+
|
|
139
|
+
def values(self):
|
|
140
|
+
""" """
|
|
141
|
+
...
|
|
39
142
|
|
|
40
143
|
class BUILTIN_KSI_BendyBones(bpy_types.KeyingSetInfo):
|
|
144
|
+
""" """
|
|
145
|
+
|
|
41
146
|
bl_label: typing.Any
|
|
147
|
+
""" """
|
|
148
|
+
|
|
42
149
|
bl_rna: typing.Any
|
|
150
|
+
""" """
|
|
151
|
+
|
|
43
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
|
+
...
|
|
44
269
|
|
|
45
|
-
def
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
def
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
def id_properties_clear(self): ...
|
|
53
|
-
def id_properties_ensure(self): ...
|
|
54
|
-
def id_properties_ui(self): ...
|
|
55
|
-
def is_property_hidden(self): ...
|
|
56
|
-
def is_property_overridable_library(self): ...
|
|
57
|
-
def is_property_readonly(self): ...
|
|
58
|
-
def is_property_set(self): ...
|
|
59
|
-
def items(self): ...
|
|
60
|
-
def iterator(self, ksi, context, ks): ...
|
|
61
|
-
def keyframe_delete(self): ...
|
|
62
|
-
def keyframe_insert(self): ...
|
|
63
|
-
def keys(self): ...
|
|
64
|
-
def path_from_id(self): ...
|
|
65
|
-
def path_resolve(self): ...
|
|
66
|
-
def poll(self, _ksi, context): ...
|
|
67
|
-
def pop(self): ...
|
|
68
|
-
def property_overridable_library_set(self): ...
|
|
69
|
-
def property_unset(self): ...
|
|
70
|
-
def type_recast(self): ...
|
|
71
|
-
def values(self): ...
|
|
270
|
+
def type_recast(self):
|
|
271
|
+
""" """
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def values(self):
|
|
275
|
+
""" """
|
|
276
|
+
...
|
|
72
277
|
|
|
73
278
|
class BUILTIN_KSI_DeltaLocation(bpy_types.KeyingSetInfo):
|
|
279
|
+
""" """
|
|
280
|
+
|
|
74
281
|
bl_label: typing.Any
|
|
282
|
+
""" """
|
|
283
|
+
|
|
75
284
|
bl_rna: typing.Any
|
|
285
|
+
""" """
|
|
286
|
+
|
|
76
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
|
+
...
|
|
77
403
|
|
|
78
|
-
def
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
def
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
def id_properties_clear(self): ...
|
|
86
|
-
def id_properties_ensure(self): ...
|
|
87
|
-
def id_properties_ui(self): ...
|
|
88
|
-
def is_property_hidden(self): ...
|
|
89
|
-
def is_property_overridable_library(self): ...
|
|
90
|
-
def is_property_readonly(self): ...
|
|
91
|
-
def is_property_set(self): ...
|
|
92
|
-
def items(self): ...
|
|
93
|
-
def iterator(self, ksi, context, ks): ...
|
|
94
|
-
def keyframe_delete(self): ...
|
|
95
|
-
def keyframe_insert(self): ...
|
|
96
|
-
def keys(self): ...
|
|
97
|
-
def path_from_id(self): ...
|
|
98
|
-
def path_resolve(self): ...
|
|
99
|
-
def poll(self, _ksi, context): ...
|
|
100
|
-
def pop(self): ...
|
|
101
|
-
def property_overridable_library_set(self): ...
|
|
102
|
-
def property_unset(self): ...
|
|
103
|
-
def type_recast(self): ...
|
|
104
|
-
def values(self): ...
|
|
404
|
+
def type_recast(self):
|
|
405
|
+
""" """
|
|
406
|
+
...
|
|
407
|
+
|
|
408
|
+
def values(self):
|
|
409
|
+
""" """
|
|
410
|
+
...
|
|
105
411
|
|
|
106
412
|
class BUILTIN_KSI_DeltaRotation(bpy_types.KeyingSetInfo):
|
|
413
|
+
""" """
|
|
414
|
+
|
|
107
415
|
bl_label: typing.Any
|
|
416
|
+
""" """
|
|
417
|
+
|
|
108
418
|
bl_rna: typing.Any
|
|
419
|
+
""" """
|
|
420
|
+
|
|
109
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
|
+
...
|
|
110
537
|
|
|
111
|
-
def
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
def
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
def id_properties_clear(self): ...
|
|
119
|
-
def id_properties_ensure(self): ...
|
|
120
|
-
def id_properties_ui(self): ...
|
|
121
|
-
def is_property_hidden(self): ...
|
|
122
|
-
def is_property_overridable_library(self): ...
|
|
123
|
-
def is_property_readonly(self): ...
|
|
124
|
-
def is_property_set(self): ...
|
|
125
|
-
def items(self): ...
|
|
126
|
-
def iterator(self, ksi, context, ks): ...
|
|
127
|
-
def keyframe_delete(self): ...
|
|
128
|
-
def keyframe_insert(self): ...
|
|
129
|
-
def keys(self): ...
|
|
130
|
-
def path_from_id(self): ...
|
|
131
|
-
def path_resolve(self): ...
|
|
132
|
-
def poll(self, _ksi, context): ...
|
|
133
|
-
def pop(self): ...
|
|
134
|
-
def property_overridable_library_set(self): ...
|
|
135
|
-
def property_unset(self): ...
|
|
136
|
-
def type_recast(self): ...
|
|
137
|
-
def values(self): ...
|
|
538
|
+
def type_recast(self):
|
|
539
|
+
""" """
|
|
540
|
+
...
|
|
541
|
+
|
|
542
|
+
def values(self):
|
|
543
|
+
""" """
|
|
544
|
+
...
|
|
138
545
|
|
|
139
546
|
class BUILTIN_KSI_DeltaScale(bpy_types.KeyingSetInfo):
|
|
547
|
+
""" """
|
|
548
|
+
|
|
140
549
|
bl_label: typing.Any
|
|
550
|
+
""" """
|
|
551
|
+
|
|
141
552
|
bl_rna: typing.Any
|
|
553
|
+
""" """
|
|
554
|
+
|
|
142
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
|
+
...
|
|
143
671
|
|
|
144
|
-
def
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
def
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
def id_properties_clear(self): ...
|
|
152
|
-
def id_properties_ensure(self): ...
|
|
153
|
-
def id_properties_ui(self): ...
|
|
154
|
-
def is_property_hidden(self): ...
|
|
155
|
-
def is_property_overridable_library(self): ...
|
|
156
|
-
def is_property_readonly(self): ...
|
|
157
|
-
def is_property_set(self): ...
|
|
158
|
-
def items(self): ...
|
|
159
|
-
def iterator(self, ksi, context, ks): ...
|
|
160
|
-
def keyframe_delete(self): ...
|
|
161
|
-
def keyframe_insert(self): ...
|
|
162
|
-
def keys(self): ...
|
|
163
|
-
def path_from_id(self): ...
|
|
164
|
-
def path_resolve(self): ...
|
|
165
|
-
def poll(self, _ksi, context): ...
|
|
166
|
-
def pop(self): ...
|
|
167
|
-
def property_overridable_library_set(self): ...
|
|
168
|
-
def property_unset(self): ...
|
|
169
|
-
def type_recast(self): ...
|
|
170
|
-
def values(self): ...
|
|
672
|
+
def type_recast(self):
|
|
673
|
+
""" """
|
|
674
|
+
...
|
|
675
|
+
|
|
676
|
+
def values(self):
|
|
677
|
+
""" """
|
|
678
|
+
...
|
|
171
679
|
|
|
172
680
|
class BUILTIN_KSI_LocRot(bpy_types.KeyingSetInfo):
|
|
681
|
+
""" """
|
|
682
|
+
|
|
173
683
|
bl_label: typing.Any
|
|
684
|
+
""" """
|
|
685
|
+
|
|
174
686
|
bl_rna: typing.Any
|
|
687
|
+
""" """
|
|
688
|
+
|
|
175
689
|
id_data: typing.Any
|
|
690
|
+
""" """
|
|
176
691
|
|
|
177
|
-
def as_pointer(self):
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
def driver_add(self): ...
|
|
181
|
-
def driver_remove(self): ...
|
|
182
|
-
def generate(self, context, ks, data): ...
|
|
183
|
-
def get(self): ...
|
|
184
|
-
def id_properties_clear(self): ...
|
|
185
|
-
def id_properties_ensure(self): ...
|
|
186
|
-
def id_properties_ui(self): ...
|
|
187
|
-
def is_property_hidden(self): ...
|
|
188
|
-
def is_property_overridable_library(self): ...
|
|
189
|
-
def is_property_readonly(self): ...
|
|
190
|
-
def is_property_set(self): ...
|
|
191
|
-
def items(self): ...
|
|
192
|
-
def iterator(self, ksi, context, ks): ...
|
|
193
|
-
def keyframe_delete(self): ...
|
|
194
|
-
def keyframe_insert(self): ...
|
|
195
|
-
def keys(self): ...
|
|
196
|
-
def path_from_id(self): ...
|
|
197
|
-
def path_resolve(self): ...
|
|
198
|
-
def poll(self, ksi, context): ...
|
|
199
|
-
def pop(self): ...
|
|
200
|
-
def property_overridable_library_set(self): ...
|
|
201
|
-
def property_unset(self): ...
|
|
202
|
-
def type_recast(self): ...
|
|
203
|
-
def values(self): ...
|
|
692
|
+
def as_pointer(self):
|
|
693
|
+
""" """
|
|
694
|
+
...
|
|
204
695
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
bl_rna: typing.Any
|
|
209
|
-
id_data: typing.Any
|
|
696
|
+
def bl_rna_get_subclass(self):
|
|
697
|
+
""" """
|
|
698
|
+
...
|
|
210
699
|
|
|
211
|
-
def
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
def driver_add(self): ...
|
|
215
|
-
def driver_remove(self): ...
|
|
216
|
-
def generate(self, context, ks, data): ...
|
|
217
|
-
def get(self): ...
|
|
218
|
-
def id_properties_clear(self): ...
|
|
219
|
-
def id_properties_ensure(self): ...
|
|
220
|
-
def id_properties_ui(self): ...
|
|
221
|
-
def is_property_hidden(self): ...
|
|
222
|
-
def is_property_overridable_library(self): ...
|
|
223
|
-
def is_property_readonly(self): ...
|
|
224
|
-
def is_property_set(self): ...
|
|
225
|
-
def items(self): ...
|
|
226
|
-
def iterator(self, ksi, context, ks): ...
|
|
227
|
-
def keyframe_delete(self): ...
|
|
228
|
-
def keyframe_insert(self): ...
|
|
229
|
-
def keys(self): ...
|
|
230
|
-
def path_from_id(self): ...
|
|
231
|
-
def path_resolve(self): ...
|
|
232
|
-
def poll(self, ksi, context): ...
|
|
233
|
-
def pop(self): ...
|
|
234
|
-
def property_overridable_library_set(self): ...
|
|
235
|
-
def property_unset(self): ...
|
|
236
|
-
def type_recast(self): ...
|
|
237
|
-
def values(self): ...
|
|
700
|
+
def bl_rna_get_subclass_py(self):
|
|
701
|
+
""" """
|
|
702
|
+
...
|
|
238
703
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
bl_rna: typing.Any
|
|
243
|
-
id_data: typing.Any
|
|
704
|
+
def driver_add(self):
|
|
705
|
+
""" """
|
|
706
|
+
...
|
|
244
707
|
|
|
245
|
-
def
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
def driver_add(self): ...
|
|
249
|
-
def driver_remove(self): ...
|
|
250
|
-
def generate(self, context, ks, data): ...
|
|
251
|
-
def get(self): ...
|
|
252
|
-
def id_properties_clear(self): ...
|
|
253
|
-
def id_properties_ensure(self): ...
|
|
254
|
-
def id_properties_ui(self): ...
|
|
255
|
-
def is_property_hidden(self): ...
|
|
256
|
-
def is_property_overridable_library(self): ...
|
|
257
|
-
def is_property_readonly(self): ...
|
|
258
|
-
def is_property_set(self): ...
|
|
259
|
-
def items(self): ...
|
|
260
|
-
def iterator(self, ksi, context, ks): ...
|
|
261
|
-
def keyframe_delete(self): ...
|
|
262
|
-
def keyframe_insert(self): ...
|
|
263
|
-
def keys(self): ...
|
|
264
|
-
def path_from_id(self): ...
|
|
265
|
-
def path_resolve(self): ...
|
|
266
|
-
def poll(self, ksi, context): ...
|
|
267
|
-
def pop(self): ...
|
|
268
|
-
def property_overridable_library_set(self): ...
|
|
269
|
-
def property_unset(self): ...
|
|
270
|
-
def type_recast(self): ...
|
|
271
|
-
def values(self): ...
|
|
708
|
+
def driver_remove(self):
|
|
709
|
+
""" """
|
|
710
|
+
...
|
|
272
711
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
bl_rna: typing.Any
|
|
276
|
-
id_data: typing.Any
|
|
712
|
+
def generate(self, context, ks, data):
|
|
713
|
+
"""
|
|
277
714
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
def generate(self, context, ks, data): ...
|
|
284
|
-
def get(self): ...
|
|
285
|
-
def id_properties_clear(self): ...
|
|
286
|
-
def id_properties_ensure(self): ...
|
|
287
|
-
def id_properties_ui(self): ...
|
|
288
|
-
def is_property_hidden(self): ...
|
|
289
|
-
def is_property_overridable_library(self): ...
|
|
290
|
-
def is_property_readonly(self): ...
|
|
291
|
-
def is_property_set(self): ...
|
|
292
|
-
def items(self): ...
|
|
293
|
-
def iterator(self, ksi, context, ks): ...
|
|
294
|
-
def keyframe_delete(self): ...
|
|
295
|
-
def keyframe_insert(self): ...
|
|
296
|
-
def keys(self): ...
|
|
297
|
-
def path_from_id(self): ...
|
|
298
|
-
def path_resolve(self): ...
|
|
299
|
-
def poll(self, ksi, context): ...
|
|
300
|
-
def pop(self): ...
|
|
301
|
-
def property_overridable_library_set(self): ...
|
|
302
|
-
def property_unset(self): ...
|
|
303
|
-
def type_recast(self): ...
|
|
304
|
-
def values(self): ...
|
|
715
|
+
:param context:
|
|
716
|
+
:param ks:
|
|
717
|
+
:param data:
|
|
718
|
+
"""
|
|
719
|
+
...
|
|
305
720
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
bl_rna: typing.Any
|
|
310
|
-
id_data: typing.Any
|
|
721
|
+
def get(self):
|
|
722
|
+
""" """
|
|
723
|
+
...
|
|
311
724
|
|
|
312
|
-
def
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
def driver_add(self): ...
|
|
316
|
-
def driver_remove(self): ...
|
|
317
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
318
|
-
def get(self): ...
|
|
319
|
-
def id_properties_clear(self): ...
|
|
320
|
-
def id_properties_ensure(self): ...
|
|
321
|
-
def id_properties_ui(self): ...
|
|
322
|
-
def is_property_hidden(self): ...
|
|
323
|
-
def is_property_overridable_library(self): ...
|
|
324
|
-
def is_property_readonly(self): ...
|
|
325
|
-
def is_property_set(self): ...
|
|
326
|
-
def items(self): ...
|
|
327
|
-
def iterator(self, ksi, context, ks): ...
|
|
328
|
-
def keyframe_delete(self): ...
|
|
329
|
-
def keyframe_insert(self): ...
|
|
330
|
-
def keys(self): ...
|
|
331
|
-
def path_from_id(self): ...
|
|
332
|
-
def path_resolve(self): ...
|
|
333
|
-
def poll(self, ksi, context): ...
|
|
334
|
-
def pop(self): ...
|
|
335
|
-
def property_overridable_library_set(self): ...
|
|
336
|
-
def property_unset(self): ...
|
|
337
|
-
def type_recast(self): ...
|
|
338
|
-
def values(self): ...
|
|
725
|
+
def id_properties_clear(self):
|
|
726
|
+
""" """
|
|
727
|
+
...
|
|
339
728
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
id_data: typing.Any
|
|
729
|
+
def id_properties_ensure(self):
|
|
730
|
+
""" """
|
|
731
|
+
...
|
|
344
732
|
|
|
345
|
-
def
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
def driver_add(self): ...
|
|
349
|
-
def driver_remove(self): ...
|
|
350
|
-
def generate(self, context, ks, data): ...
|
|
351
|
-
def get(self): ...
|
|
352
|
-
def id_properties_clear(self): ...
|
|
353
|
-
def id_properties_ensure(self): ...
|
|
354
|
-
def id_properties_ui(self): ...
|
|
355
|
-
def is_property_hidden(self): ...
|
|
356
|
-
def is_property_overridable_library(self): ...
|
|
357
|
-
def is_property_readonly(self): ...
|
|
358
|
-
def is_property_set(self): ...
|
|
359
|
-
def items(self): ...
|
|
360
|
-
def iterator(self, ksi, context, ks): ...
|
|
361
|
-
def keyframe_delete(self): ...
|
|
362
|
-
def keyframe_insert(self): ...
|
|
363
|
-
def keys(self): ...
|
|
364
|
-
def path_from_id(self): ...
|
|
365
|
-
def path_resolve(self): ...
|
|
366
|
-
def poll(self, ksi, context): ...
|
|
367
|
-
def pop(self): ...
|
|
368
|
-
def property_overridable_library_set(self): ...
|
|
369
|
-
def property_unset(self): ...
|
|
370
|
-
def type_recast(self): ...
|
|
371
|
-
def values(self): ...
|
|
733
|
+
def id_properties_ui(self):
|
|
734
|
+
""" """
|
|
735
|
+
...
|
|
372
736
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
bl_rna: typing.Any
|
|
377
|
-
id_data: typing.Any
|
|
737
|
+
def is_property_hidden(self):
|
|
738
|
+
""" """
|
|
739
|
+
...
|
|
378
740
|
|
|
379
|
-
def
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
def driver_add(self): ...
|
|
383
|
-
def driver_remove(self): ...
|
|
384
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
385
|
-
def get(self): ...
|
|
386
|
-
def id_properties_clear(self): ...
|
|
387
|
-
def id_properties_ensure(self): ...
|
|
388
|
-
def id_properties_ui(self): ...
|
|
389
|
-
def is_property_hidden(self): ...
|
|
390
|
-
def is_property_overridable_library(self): ...
|
|
391
|
-
def is_property_readonly(self): ...
|
|
392
|
-
def is_property_set(self): ...
|
|
393
|
-
def items(self): ...
|
|
394
|
-
def iterator(self, ksi, context, ks): ...
|
|
395
|
-
def keyframe_delete(self): ...
|
|
396
|
-
def keyframe_insert(self): ...
|
|
397
|
-
def keys(self): ...
|
|
398
|
-
def path_from_id(self): ...
|
|
399
|
-
def path_resolve(self): ...
|
|
400
|
-
def poll(self, ksi, context): ...
|
|
401
|
-
def pop(self): ...
|
|
402
|
-
def property_overridable_library_set(self): ...
|
|
403
|
-
def property_unset(self): ...
|
|
404
|
-
def type_recast(self): ...
|
|
405
|
-
def values(self): ...
|
|
741
|
+
def is_property_overridable_library(self):
|
|
742
|
+
""" """
|
|
743
|
+
...
|
|
406
744
|
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
bl_rna: typing.Any
|
|
411
|
-
id_data: typing.Any
|
|
745
|
+
def is_property_readonly(self):
|
|
746
|
+
""" """
|
|
747
|
+
...
|
|
412
748
|
|
|
413
|
-
def
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
def driver_add(self): ...
|
|
417
|
-
def driver_remove(self): ...
|
|
418
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
419
|
-
def get(self): ...
|
|
420
|
-
def id_properties_clear(self): ...
|
|
421
|
-
def id_properties_ensure(self): ...
|
|
422
|
-
def id_properties_ui(self): ...
|
|
423
|
-
def is_property_hidden(self): ...
|
|
424
|
-
def is_property_overridable_library(self): ...
|
|
425
|
-
def is_property_readonly(self): ...
|
|
426
|
-
def is_property_set(self): ...
|
|
427
|
-
def items(self): ...
|
|
428
|
-
def iterator(self, ksi, context, ks): ...
|
|
429
|
-
def keyframe_delete(self): ...
|
|
430
|
-
def keyframe_insert(self): ...
|
|
431
|
-
def keys(self): ...
|
|
432
|
-
def path_from_id(self): ...
|
|
433
|
-
def path_resolve(self): ...
|
|
434
|
-
def poll(self, ksi, context): ...
|
|
435
|
-
def pop(self): ...
|
|
436
|
-
def property_overridable_library_set(self): ...
|
|
437
|
-
def property_unset(self): ...
|
|
438
|
-
def type_recast(self): ...
|
|
439
|
-
def values(self): ...
|
|
749
|
+
def is_property_set(self):
|
|
750
|
+
""" """
|
|
751
|
+
...
|
|
440
752
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
bl_rna: typing.Any
|
|
445
|
-
id_data: typing.Any
|
|
753
|
+
def items(self):
|
|
754
|
+
""" """
|
|
755
|
+
...
|
|
446
756
|
|
|
447
|
-
def
|
|
448
|
-
|
|
449
|
-
def bl_rna_get_subclass_py(self): ...
|
|
450
|
-
def driver_add(self): ...
|
|
451
|
-
def driver_remove(self): ...
|
|
452
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
453
|
-
def get(self): ...
|
|
454
|
-
def id_properties_clear(self): ...
|
|
455
|
-
def id_properties_ensure(self): ...
|
|
456
|
-
def id_properties_ui(self): ...
|
|
457
|
-
def is_property_hidden(self): ...
|
|
458
|
-
def is_property_overridable_library(self): ...
|
|
459
|
-
def is_property_readonly(self): ...
|
|
460
|
-
def is_property_set(self): ...
|
|
461
|
-
def items(self): ...
|
|
462
|
-
def iterator(self, ksi, context, ks): ...
|
|
463
|
-
def keyframe_delete(self): ...
|
|
464
|
-
def keyframe_insert(self): ...
|
|
465
|
-
def keys(self): ...
|
|
466
|
-
def path_from_id(self): ...
|
|
467
|
-
def path_resolve(self): ...
|
|
468
|
-
def poll(self, ksi, context): ...
|
|
469
|
-
def pop(self): ...
|
|
470
|
-
def property_overridable_library_set(self): ...
|
|
471
|
-
def property_unset(self): ...
|
|
472
|
-
def type_recast(self): ...
|
|
473
|
-
def values(self): ...
|
|
757
|
+
def iterator(self, ksi, context, ks):
|
|
758
|
+
"""
|
|
474
759
|
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
760
|
+
:param ksi:
|
|
761
|
+
:param context:
|
|
762
|
+
:param ks:
|
|
763
|
+
"""
|
|
764
|
+
...
|
|
480
765
|
|
|
481
|
-
def
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
def driver_add(self): ...
|
|
485
|
-
def driver_remove(self): ...
|
|
486
|
-
def generate(self, context, ks, data): ...
|
|
487
|
-
def get(self): ...
|
|
488
|
-
def id_properties_clear(self): ...
|
|
489
|
-
def id_properties_ensure(self): ...
|
|
490
|
-
def id_properties_ui(self): ...
|
|
491
|
-
def is_property_hidden(self): ...
|
|
492
|
-
def is_property_overridable_library(self): ...
|
|
493
|
-
def is_property_readonly(self): ...
|
|
494
|
-
def is_property_set(self): ...
|
|
495
|
-
def items(self): ...
|
|
496
|
-
def iterator(self, ksi, context, ks): ...
|
|
497
|
-
def keyframe_delete(self): ...
|
|
498
|
-
def keyframe_insert(self): ...
|
|
499
|
-
def keys(self): ...
|
|
500
|
-
def path_from_id(self): ...
|
|
501
|
-
def path_resolve(self): ...
|
|
502
|
-
def poll(self, ksi, context): ...
|
|
503
|
-
def pop(self): ...
|
|
504
|
-
def property_overridable_library_set(self): ...
|
|
505
|
-
def property_unset(self): ...
|
|
506
|
-
def type_recast(self): ...
|
|
507
|
-
def values(self): ...
|
|
766
|
+
def keyframe_delete(self):
|
|
767
|
+
""" """
|
|
768
|
+
...
|
|
508
769
|
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
bl_rna: typing.Any
|
|
513
|
-
id_data: typing.Any
|
|
770
|
+
def keyframe_insert(self):
|
|
771
|
+
""" """
|
|
772
|
+
...
|
|
514
773
|
|
|
515
|
-
def
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
def driver_add(self): ...
|
|
519
|
-
def driver_remove(self): ...
|
|
520
|
-
def generate(self, context, ks, data): ...
|
|
521
|
-
def get(self): ...
|
|
522
|
-
def id_properties_clear(self): ...
|
|
523
|
-
def id_properties_ensure(self): ...
|
|
524
|
-
def id_properties_ui(self): ...
|
|
525
|
-
def is_property_hidden(self): ...
|
|
526
|
-
def is_property_overridable_library(self): ...
|
|
527
|
-
def is_property_readonly(self): ...
|
|
528
|
-
def is_property_set(self): ...
|
|
529
|
-
def items(self): ...
|
|
530
|
-
def iterator(self, ksi, context, ks): ...
|
|
531
|
-
def keyframe_delete(self): ...
|
|
532
|
-
def keyframe_insert(self): ...
|
|
533
|
-
def keys(self): ...
|
|
534
|
-
def path_from_id(self): ...
|
|
535
|
-
def path_resolve(self): ...
|
|
536
|
-
def poll(self, ksi, context): ...
|
|
537
|
-
def pop(self): ...
|
|
538
|
-
def property_overridable_library_set(self): ...
|
|
539
|
-
def property_unset(self): ...
|
|
540
|
-
def type_recast(self): ...
|
|
541
|
-
def values(self): ...
|
|
774
|
+
def keys(self):
|
|
775
|
+
""" """
|
|
776
|
+
...
|
|
542
777
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
bl_rna: typing.Any
|
|
547
|
-
id_data: typing.Any
|
|
778
|
+
def path_from_id(self):
|
|
779
|
+
""" """
|
|
780
|
+
...
|
|
548
781
|
|
|
549
|
-
def
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
def driver_add(self): ...
|
|
553
|
-
def driver_remove(self): ...
|
|
554
|
-
def generate(self, context, ks, data): ...
|
|
555
|
-
def get(self): ...
|
|
556
|
-
def id_properties_clear(self): ...
|
|
557
|
-
def id_properties_ensure(self): ...
|
|
558
|
-
def id_properties_ui(self): ...
|
|
559
|
-
def is_property_hidden(self): ...
|
|
560
|
-
def is_property_overridable_library(self): ...
|
|
561
|
-
def is_property_readonly(self): ...
|
|
562
|
-
def is_property_set(self): ...
|
|
563
|
-
def items(self): ...
|
|
564
|
-
def iterator(self, ksi, context, ks): ...
|
|
565
|
-
def keyframe_delete(self): ...
|
|
566
|
-
def keyframe_insert(self): ...
|
|
567
|
-
def keys(self): ...
|
|
568
|
-
def path_from_id(self): ...
|
|
569
|
-
def path_resolve(self): ...
|
|
570
|
-
def poll(self, ksi, context): ...
|
|
571
|
-
def pop(self): ...
|
|
572
|
-
def property_overridable_library_set(self): ...
|
|
573
|
-
def property_unset(self): ...
|
|
574
|
-
def type_recast(self): ...
|
|
575
|
-
def values(self): ...
|
|
782
|
+
def path_resolve(self):
|
|
783
|
+
""" """
|
|
784
|
+
...
|
|
576
785
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
bl_options: typing.Any
|
|
580
|
-
bl_rna: typing.Any
|
|
581
|
-
id_data: typing.Any
|
|
786
|
+
def poll(self, ksi, context):
|
|
787
|
+
"""
|
|
582
788
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
def driver_remove(self): ...
|
|
588
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
589
|
-
def get(self): ...
|
|
590
|
-
def id_properties_clear(self): ...
|
|
591
|
-
def id_properties_ensure(self): ...
|
|
592
|
-
def id_properties_ui(self): ...
|
|
593
|
-
def is_property_hidden(self): ...
|
|
594
|
-
def is_property_overridable_library(self): ...
|
|
595
|
-
def is_property_readonly(self): ...
|
|
596
|
-
def is_property_set(self): ...
|
|
597
|
-
def items(self): ...
|
|
598
|
-
def iterator(self, ksi, context, ks): ...
|
|
599
|
-
def keyframe_delete(self): ...
|
|
600
|
-
def keyframe_insert(self): ...
|
|
601
|
-
def keys(self): ...
|
|
602
|
-
def path_from_id(self): ...
|
|
603
|
-
def path_resolve(self): ...
|
|
604
|
-
def poll(self, ksi, context): ...
|
|
605
|
-
def pop(self): ...
|
|
606
|
-
def property_overridable_library_set(self): ...
|
|
607
|
-
def property_unset(self): ...
|
|
608
|
-
def type_recast(self): ...
|
|
609
|
-
def values(self): ...
|
|
789
|
+
:param ksi:
|
|
790
|
+
:param context:
|
|
791
|
+
"""
|
|
792
|
+
...
|
|
610
793
|
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
bl_rna: typing.Any
|
|
615
|
-
id_data: typing.Any
|
|
794
|
+
def pop(self):
|
|
795
|
+
""" """
|
|
796
|
+
...
|
|
616
797
|
|
|
617
|
-
def
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
def driver_add(self): ...
|
|
621
|
-
def driver_remove(self): ...
|
|
622
|
-
def generate(self, context, ks, data): ...
|
|
623
|
-
def get(self): ...
|
|
624
|
-
def id_properties_clear(self): ...
|
|
625
|
-
def id_properties_ensure(self): ...
|
|
626
|
-
def id_properties_ui(self): ...
|
|
627
|
-
def is_property_hidden(self): ...
|
|
628
|
-
def is_property_overridable_library(self): ...
|
|
629
|
-
def is_property_readonly(self): ...
|
|
630
|
-
def is_property_set(self): ...
|
|
631
|
-
def items(self): ...
|
|
632
|
-
def iterator(self, ksi, context, ks): ...
|
|
633
|
-
def keyframe_delete(self): ...
|
|
634
|
-
def keyframe_insert(self): ...
|
|
635
|
-
def keys(self): ...
|
|
636
|
-
def path_from_id(self): ...
|
|
637
|
-
def path_resolve(self): ...
|
|
638
|
-
def poll(self, ksi, context): ...
|
|
639
|
-
def pop(self): ...
|
|
640
|
-
def property_overridable_library_set(self): ...
|
|
641
|
-
def property_unset(self): ...
|
|
642
|
-
def type_recast(self): ...
|
|
643
|
-
def values(self): ...
|
|
798
|
+
def property_overridable_library_set(self):
|
|
799
|
+
""" """
|
|
800
|
+
...
|
|
644
801
|
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
bl_rna: typing.Any
|
|
649
|
-
id_data: typing.Any
|
|
802
|
+
def property_unset(self):
|
|
803
|
+
""" """
|
|
804
|
+
...
|
|
650
805
|
|
|
651
|
-
def
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
def driver_add(self): ...
|
|
655
|
-
def driver_remove(self): ...
|
|
656
|
-
def generate(self, _ksi, _context, ks, data): ...
|
|
657
|
-
def get(self): ...
|
|
658
|
-
def id_properties_clear(self): ...
|
|
659
|
-
def id_properties_ensure(self): ...
|
|
660
|
-
def id_properties_ui(self): ...
|
|
661
|
-
def is_property_hidden(self): ...
|
|
662
|
-
def is_property_overridable_library(self): ...
|
|
663
|
-
def is_property_readonly(self): ...
|
|
664
|
-
def is_property_set(self): ...
|
|
665
|
-
def items(self): ...
|
|
666
|
-
def iterator(self, ksi, context, ks): ...
|
|
667
|
-
def keyframe_delete(self): ...
|
|
668
|
-
def keyframe_insert(self): ...
|
|
669
|
-
def keys(self): ...
|
|
670
|
-
def path_from_id(self): ...
|
|
671
|
-
def path_resolve(self): ...
|
|
672
|
-
def poll(self, ksi, context): ...
|
|
673
|
-
def pop(self): ...
|
|
674
|
-
def property_overridable_library_set(self): ...
|
|
675
|
-
def property_unset(self): ...
|
|
676
|
-
def type_recast(self): ...
|
|
677
|
-
def values(self): ...
|
|
806
|
+
def type_recast(self):
|
|
807
|
+
""" """
|
|
808
|
+
...
|
|
678
809
|
|
|
679
|
-
|
|
680
|
-
|
|
810
|
+
def values(self):
|
|
811
|
+
""" """
|
|
812
|
+
...
|
|
681
813
|
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
def doCustomProps(self, ks, bone): ...
|
|
685
|
-
def doLoc(self, ks, bone): ...
|
|
686
|
-
def doRot3d(self, ks, bone): ...
|
|
687
|
-
def doRot4d(self, ks, bone): ...
|
|
688
|
-
def doScale(self, ks, bone): ...
|
|
689
|
-
def generate(self, context, ks, bone): ...
|
|
690
|
-
def iterator(self, context, ks): ...
|
|
691
|
-
def poll(self, context): ...
|
|
692
|
-
|
|
693
|
-
class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin, bpy_types.KeyingSetInfo):
|
|
694
|
-
badBonePrefixes: typing.Any
|
|
695
|
-
bl_idname: typing.Any
|
|
696
|
-
bl_label: typing.Any
|
|
697
|
-
bl_rna: typing.Any
|
|
698
|
-
id_data: typing.Any
|
|
814
|
+
class BUILTIN_KSI_LocRotScale(bpy_types.KeyingSetInfo):
|
|
815
|
+
""" """
|
|
699
816
|
|
|
700
|
-
def addProp(self, ks, bone, prop, index, use_groups): ...
|
|
701
|
-
def as_pointer(self): ...
|
|
702
|
-
def bl_rna_get_subclass(self): ...
|
|
703
|
-
def bl_rna_get_subclass_py(self): ...
|
|
704
|
-
def doBBone(self, context, ks, pchan): ...
|
|
705
|
-
def doCustomProps(self, ks, bone): ...
|
|
706
|
-
def doLoc(self, ks, bone): ...
|
|
707
|
-
def doRot3d(self, ks, bone): ...
|
|
708
|
-
def doRot4d(self, ks, bone): ...
|
|
709
|
-
def doScale(self, ks, bone): ...
|
|
710
|
-
def driver_add(self): ...
|
|
711
|
-
def driver_remove(self): ...
|
|
712
|
-
def generate(self, context, ks, bone): ...
|
|
713
|
-
def get(self): ...
|
|
714
|
-
def id_properties_clear(self): ...
|
|
715
|
-
def id_properties_ensure(self): ...
|
|
716
|
-
def id_properties_ui(self): ...
|
|
717
|
-
def is_property_hidden(self): ...
|
|
718
|
-
def is_property_overridable_library(self): ...
|
|
719
|
-
def is_property_readonly(self): ...
|
|
720
|
-
def is_property_set(self): ...
|
|
721
|
-
def items(self): ...
|
|
722
|
-
def iterator(self, context, ks): ...
|
|
723
|
-
def keyframe_delete(self): ...
|
|
724
|
-
def keyframe_insert(self): ...
|
|
725
|
-
def keys(self): ...
|
|
726
|
-
def path_from_id(self): ...
|
|
727
|
-
def path_resolve(self): ...
|
|
728
|
-
def poll(self, context): ...
|
|
729
|
-
def pop(self): ...
|
|
730
|
-
def property_overridable_library_set(self): ...
|
|
731
|
-
def property_unset(self): ...
|
|
732
|
-
def type_recast(self): ...
|
|
733
|
-
def values(self): ...
|
|
734
|
-
|
|
735
|
-
class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin, bpy_types.KeyingSetInfo):
|
|
736
|
-
badBonePrefixes: typing.Any
|
|
737
817
|
bl_idname: typing.Any
|
|
818
|
+
""" """
|
|
819
|
+
|
|
738
820
|
bl_label: typing.Any
|
|
821
|
+
""" """
|
|
822
|
+
|
|
739
823
|
bl_rna: typing.Any
|
|
824
|
+
""" """
|
|
825
|
+
|
|
740
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
|
+
""" """
|
|
741
3225
|
|
|
742
|
-
|
|
743
|
-
def as_pointer(self): ...
|
|
744
|
-
def bl_rna_get_subclass(self): ...
|
|
745
|
-
def bl_rna_get_subclass_py(self): ...
|
|
746
|
-
def doBBone(self, context, ks, pchan): ...
|
|
747
|
-
def doCustomProps(self, ks, bone): ...
|
|
748
|
-
def doLoc(self, ks, bone): ...
|
|
749
|
-
def doRot3d(self, ks, bone): ...
|
|
750
|
-
def doRot4d(self, ks, bone): ...
|
|
751
|
-
def doScale(self, ks, bone): ...
|
|
752
|
-
def driver_add(self): ...
|
|
753
|
-
def driver_remove(self): ...
|
|
754
|
-
def generate(self, context, ks, bone): ...
|
|
755
|
-
def get(self): ...
|
|
756
|
-
def id_properties_clear(self): ...
|
|
757
|
-
def id_properties_ensure(self): ...
|
|
758
|
-
def id_properties_ui(self): ...
|
|
759
|
-
def is_property_hidden(self): ...
|
|
760
|
-
def is_property_overridable_library(self): ...
|
|
761
|
-
def is_property_readonly(self): ...
|
|
762
|
-
def is_property_set(self): ...
|
|
763
|
-
def items(self): ...
|
|
764
|
-
def iterator(self, context, ks): ...
|
|
765
|
-
def keyframe_delete(self): ...
|
|
766
|
-
def keyframe_insert(self): ...
|
|
767
|
-
def keys(self): ...
|
|
768
|
-
def path_from_id(self): ...
|
|
769
|
-
def path_resolve(self): ...
|
|
770
|
-
def poll(self, context): ...
|
|
771
|
-
def pop(self): ...
|
|
772
|
-
def property_overridable_library_set(self): ...
|
|
773
|
-
def property_unset(self): ...
|
|
774
|
-
def type_recast(self): ...
|
|
775
|
-
def values(self): ...
|
|
776
|
-
|
|
777
|
-
def register(): ...
|
|
778
|
-
def unregister(): ...
|
|
3226
|
+
...
|