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