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