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