fake-bpy-module 20240321__py3-none-any.whl → 20240324__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +646 -823
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86446 -87424
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/METADATA +1 -1
- fake_bpy_module-20240324.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240321.dist-info/RECORD +0 -343
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/top_level.txt +0 -0
|
@@ -3,94 +3,181 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class OUTLINER_HT_header(bpy_types.
|
|
6
|
+
class OUTLINER_HT_header(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
7
9
|
bl_rna: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
8
12
|
bl_space_type: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
9
15
|
id_data: typing.Any
|
|
16
|
+
""" """
|
|
10
17
|
|
|
11
18
|
def append(self, draw_func):
|
|
12
19
|
"""
|
|
13
20
|
|
|
14
21
|
:param draw_func:
|
|
15
|
-
:type draw_func:
|
|
16
22
|
"""
|
|
17
23
|
...
|
|
18
24
|
|
|
19
|
-
def as_pointer(self):
|
|
20
|
-
|
|
21
|
-
|
|
25
|
+
def as_pointer(self):
|
|
26
|
+
""" """
|
|
27
|
+
...
|
|
28
|
+
|
|
29
|
+
def bl_rna_get_subclass(self):
|
|
30
|
+
""" """
|
|
31
|
+
...
|
|
32
|
+
|
|
33
|
+
def bl_rna_get_subclass_py(self):
|
|
34
|
+
""" """
|
|
35
|
+
...
|
|
36
|
+
|
|
22
37
|
def draw(self, context):
|
|
23
38
|
"""
|
|
24
39
|
|
|
25
|
-
:param self:
|
|
26
|
-
:type self:
|
|
27
40
|
:param context:
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
def
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
def
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
def
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
def
|
|
48
|
-
|
|
49
|
-
|
|
41
|
+
"""
|
|
42
|
+
...
|
|
43
|
+
|
|
44
|
+
def driver_add(self):
|
|
45
|
+
""" """
|
|
46
|
+
...
|
|
47
|
+
|
|
48
|
+
def driver_remove(self):
|
|
49
|
+
""" """
|
|
50
|
+
...
|
|
51
|
+
|
|
52
|
+
def get(self):
|
|
53
|
+
""" """
|
|
54
|
+
...
|
|
55
|
+
|
|
56
|
+
def id_properties_clear(self):
|
|
57
|
+
""" """
|
|
58
|
+
...
|
|
59
|
+
|
|
60
|
+
def id_properties_ensure(self):
|
|
61
|
+
""" """
|
|
62
|
+
...
|
|
63
|
+
|
|
64
|
+
def id_properties_ui(self):
|
|
65
|
+
""" """
|
|
66
|
+
...
|
|
67
|
+
|
|
68
|
+
def is_extended(self):
|
|
69
|
+
""" """
|
|
70
|
+
...
|
|
71
|
+
|
|
72
|
+
def is_property_hidden(self):
|
|
73
|
+
""" """
|
|
74
|
+
...
|
|
75
|
+
|
|
76
|
+
def is_property_overridable_library(self):
|
|
77
|
+
""" """
|
|
78
|
+
...
|
|
79
|
+
|
|
80
|
+
def is_property_readonly(self):
|
|
81
|
+
""" """
|
|
82
|
+
...
|
|
83
|
+
|
|
84
|
+
def is_property_set(self):
|
|
85
|
+
""" """
|
|
86
|
+
...
|
|
87
|
+
|
|
88
|
+
def items(self):
|
|
89
|
+
""" """
|
|
90
|
+
...
|
|
91
|
+
|
|
92
|
+
def keyframe_delete(self):
|
|
93
|
+
""" """
|
|
94
|
+
...
|
|
95
|
+
|
|
96
|
+
def keyframe_insert(self):
|
|
97
|
+
""" """
|
|
98
|
+
...
|
|
99
|
+
|
|
100
|
+
def keys(self):
|
|
101
|
+
""" """
|
|
102
|
+
...
|
|
103
|
+
|
|
104
|
+
def path_from_id(self):
|
|
105
|
+
""" """
|
|
106
|
+
...
|
|
107
|
+
|
|
108
|
+
def path_resolve(self):
|
|
109
|
+
""" """
|
|
110
|
+
...
|
|
111
|
+
|
|
112
|
+
def pop(self):
|
|
113
|
+
""" """
|
|
114
|
+
...
|
|
115
|
+
|
|
50
116
|
def prepend(self, draw_func):
|
|
51
117
|
"""
|
|
52
118
|
|
|
53
119
|
:param draw_func:
|
|
54
|
-
:type draw_func:
|
|
55
120
|
"""
|
|
56
121
|
...
|
|
57
122
|
|
|
58
|
-
def property_overridable_library_set(self):
|
|
59
|
-
|
|
123
|
+
def property_overridable_library_set(self):
|
|
124
|
+
""" """
|
|
125
|
+
...
|
|
126
|
+
|
|
127
|
+
def property_unset(self):
|
|
128
|
+
""" """
|
|
129
|
+
...
|
|
130
|
+
|
|
60
131
|
def remove(self, draw_func):
|
|
61
132
|
"""
|
|
62
133
|
|
|
63
134
|
:param draw_func:
|
|
64
|
-
:type draw_func:
|
|
65
135
|
"""
|
|
66
136
|
...
|
|
67
137
|
|
|
68
|
-
def type_recast(self):
|
|
69
|
-
|
|
138
|
+
def type_recast(self):
|
|
139
|
+
""" """
|
|
140
|
+
...
|
|
141
|
+
|
|
142
|
+
def values(self):
|
|
143
|
+
""" """
|
|
144
|
+
...
|
|
145
|
+
|
|
146
|
+
class OUTLINER_MT_asset(bpy_types._GenericUI):
|
|
147
|
+
""" """
|
|
70
148
|
|
|
71
|
-
class OUTLINER_MT_asset(bpy_types.Menu, bpy_types._GenericUI):
|
|
72
149
|
bl_label: typing.Any
|
|
150
|
+
""" """
|
|
151
|
+
|
|
73
152
|
bl_rna: typing.Any
|
|
153
|
+
""" """
|
|
154
|
+
|
|
74
155
|
id_data: typing.Any
|
|
156
|
+
""" """
|
|
75
157
|
|
|
76
158
|
def append(self, draw_func):
|
|
77
159
|
"""
|
|
78
160
|
|
|
79
161
|
:param draw_func:
|
|
80
|
-
:type draw_func:
|
|
81
162
|
"""
|
|
82
163
|
...
|
|
83
164
|
|
|
84
|
-
def as_pointer(self):
|
|
85
|
-
|
|
86
|
-
|
|
165
|
+
def as_pointer(self):
|
|
166
|
+
""" """
|
|
167
|
+
...
|
|
168
|
+
|
|
169
|
+
def bl_rna_get_subclass(self):
|
|
170
|
+
""" """
|
|
171
|
+
...
|
|
172
|
+
|
|
173
|
+
def bl_rna_get_subclass_py(self):
|
|
174
|
+
""" """
|
|
175
|
+
...
|
|
176
|
+
|
|
87
177
|
def draw(self, _context):
|
|
88
178
|
"""
|
|
89
179
|
|
|
90
|
-
:param self:
|
|
91
|
-
:type self:
|
|
92
180
|
:param _context:
|
|
93
|
-
:type _context:
|
|
94
181
|
"""
|
|
95
182
|
...
|
|
96
183
|
|
|
@@ -98,38 +185,81 @@ class OUTLINER_MT_asset(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
98
185
|
"""
|
|
99
186
|
|
|
100
187
|
:param context:
|
|
101
|
-
:type context:
|
|
102
188
|
:param layout:
|
|
103
|
-
:type layout:
|
|
104
189
|
"""
|
|
105
190
|
...
|
|
106
191
|
|
|
107
192
|
def draw_preset(self, _context):
|
|
108
193
|
"""
|
|
109
194
|
|
|
110
|
-
:param self:
|
|
111
|
-
:type self:
|
|
112
195
|
:param _context:
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
def
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
def
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
def
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
def
|
|
196
|
+
"""
|
|
197
|
+
...
|
|
198
|
+
|
|
199
|
+
def driver_add(self):
|
|
200
|
+
""" """
|
|
201
|
+
...
|
|
202
|
+
|
|
203
|
+
def driver_remove(self):
|
|
204
|
+
""" """
|
|
205
|
+
...
|
|
206
|
+
|
|
207
|
+
def get(self):
|
|
208
|
+
""" """
|
|
209
|
+
...
|
|
210
|
+
|
|
211
|
+
def id_properties_clear(self):
|
|
212
|
+
""" """
|
|
213
|
+
...
|
|
214
|
+
|
|
215
|
+
def id_properties_ensure(self):
|
|
216
|
+
""" """
|
|
217
|
+
...
|
|
218
|
+
|
|
219
|
+
def id_properties_ui(self):
|
|
220
|
+
""" """
|
|
221
|
+
...
|
|
222
|
+
|
|
223
|
+
def is_extended(self):
|
|
224
|
+
""" """
|
|
225
|
+
...
|
|
226
|
+
|
|
227
|
+
def is_property_hidden(self):
|
|
228
|
+
""" """
|
|
229
|
+
...
|
|
230
|
+
|
|
231
|
+
def is_property_overridable_library(self):
|
|
232
|
+
""" """
|
|
233
|
+
...
|
|
234
|
+
|
|
235
|
+
def is_property_readonly(self):
|
|
236
|
+
""" """
|
|
237
|
+
...
|
|
238
|
+
|
|
239
|
+
def is_property_set(self):
|
|
240
|
+
""" """
|
|
241
|
+
...
|
|
242
|
+
|
|
243
|
+
def items(self):
|
|
244
|
+
""" """
|
|
245
|
+
...
|
|
246
|
+
|
|
247
|
+
def keyframe_delete(self):
|
|
248
|
+
""" """
|
|
249
|
+
...
|
|
250
|
+
|
|
251
|
+
def keyframe_insert(self):
|
|
252
|
+
""" """
|
|
253
|
+
...
|
|
254
|
+
|
|
255
|
+
def keys(self):
|
|
256
|
+
""" """
|
|
257
|
+
...
|
|
258
|
+
|
|
259
|
+
def path_from_id(self):
|
|
260
|
+
""" """
|
|
261
|
+
...
|
|
262
|
+
|
|
133
263
|
def path_menu(
|
|
134
264
|
self,
|
|
135
265
|
searchpaths,
|
|
@@ -143,81 +273,97 @@ class OUTLINER_MT_asset(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
143
273
|
):
|
|
144
274
|
"""
|
|
145
275
|
|
|
146
|
-
:param self:
|
|
147
|
-
:type self:
|
|
148
276
|
:param searchpaths:
|
|
149
|
-
:type searchpaths:
|
|
150
277
|
:param operator:
|
|
151
|
-
:type operator:
|
|
152
278
|
:param props_default:
|
|
153
|
-
:type props_default:
|
|
154
279
|
:param prop_filepath:
|
|
155
|
-
:type prop_filepath:
|
|
156
280
|
:param filter_ext:
|
|
157
|
-
:type filter_ext:
|
|
158
281
|
:param filter_path:
|
|
159
|
-
:type filter_path:
|
|
160
282
|
:param display_name:
|
|
161
|
-
:type display_name:
|
|
162
283
|
:param add_operator:
|
|
163
|
-
:type add_operator:
|
|
164
284
|
"""
|
|
165
285
|
...
|
|
166
286
|
|
|
167
|
-
def path_resolve(self):
|
|
287
|
+
def path_resolve(self):
|
|
288
|
+
""" """
|
|
289
|
+
...
|
|
290
|
+
|
|
168
291
|
def poll(self, context):
|
|
169
292
|
"""
|
|
170
293
|
|
|
171
294
|
:param context:
|
|
172
|
-
:type context:
|
|
173
295
|
"""
|
|
174
296
|
...
|
|
175
297
|
|
|
176
|
-
def pop(self):
|
|
298
|
+
def pop(self):
|
|
299
|
+
""" """
|
|
300
|
+
...
|
|
301
|
+
|
|
177
302
|
def prepend(self, draw_func):
|
|
178
303
|
"""
|
|
179
304
|
|
|
180
305
|
:param draw_func:
|
|
181
|
-
:type draw_func:
|
|
182
306
|
"""
|
|
183
307
|
...
|
|
184
308
|
|
|
185
|
-
def property_overridable_library_set(self):
|
|
186
|
-
|
|
309
|
+
def property_overridable_library_set(self):
|
|
310
|
+
""" """
|
|
311
|
+
...
|
|
312
|
+
|
|
313
|
+
def property_unset(self):
|
|
314
|
+
""" """
|
|
315
|
+
...
|
|
316
|
+
|
|
187
317
|
def remove(self, draw_func):
|
|
188
318
|
"""
|
|
189
319
|
|
|
190
320
|
:param draw_func:
|
|
191
|
-
:type draw_func:
|
|
192
321
|
"""
|
|
193
322
|
...
|
|
194
323
|
|
|
195
|
-
def type_recast(self):
|
|
196
|
-
|
|
324
|
+
def type_recast(self):
|
|
325
|
+
""" """
|
|
326
|
+
...
|
|
327
|
+
|
|
328
|
+
def values(self):
|
|
329
|
+
""" """
|
|
330
|
+
...
|
|
331
|
+
|
|
332
|
+
class OUTLINER_MT_collection(bpy_types._GenericUI):
|
|
333
|
+
""" """
|
|
197
334
|
|
|
198
|
-
class OUTLINER_MT_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
199
335
|
bl_label: typing.Any
|
|
336
|
+
""" """
|
|
337
|
+
|
|
200
338
|
bl_rna: typing.Any
|
|
339
|
+
""" """
|
|
340
|
+
|
|
201
341
|
id_data: typing.Any
|
|
342
|
+
""" """
|
|
202
343
|
|
|
203
344
|
def append(self, draw_func):
|
|
204
345
|
"""
|
|
205
346
|
|
|
206
347
|
:param draw_func:
|
|
207
|
-
:type draw_func:
|
|
208
348
|
"""
|
|
209
349
|
...
|
|
210
350
|
|
|
211
|
-
def as_pointer(self):
|
|
212
|
-
|
|
213
|
-
|
|
351
|
+
def as_pointer(self):
|
|
352
|
+
""" """
|
|
353
|
+
...
|
|
354
|
+
|
|
355
|
+
def bl_rna_get_subclass(self):
|
|
356
|
+
""" """
|
|
357
|
+
...
|
|
358
|
+
|
|
359
|
+
def bl_rna_get_subclass_py(self):
|
|
360
|
+
""" """
|
|
361
|
+
...
|
|
362
|
+
|
|
214
363
|
def draw(self, context):
|
|
215
364
|
"""
|
|
216
365
|
|
|
217
|
-
:param self:
|
|
218
|
-
:type self:
|
|
219
366
|
:param context:
|
|
220
|
-
:type context:
|
|
221
367
|
"""
|
|
222
368
|
...
|
|
223
369
|
|
|
@@ -225,38 +371,81 @@ class OUTLINER_MT_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
225
371
|
"""
|
|
226
372
|
|
|
227
373
|
:param context:
|
|
228
|
-
:type context:
|
|
229
374
|
:param layout:
|
|
230
|
-
:type layout:
|
|
231
375
|
"""
|
|
232
376
|
...
|
|
233
377
|
|
|
234
378
|
def draw_preset(self, _context):
|
|
235
379
|
"""
|
|
236
380
|
|
|
237
|
-
:param self:
|
|
238
|
-
:type self:
|
|
239
381
|
:param _context:
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
def
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
def
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
def
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
def
|
|
382
|
+
"""
|
|
383
|
+
...
|
|
384
|
+
|
|
385
|
+
def driver_add(self):
|
|
386
|
+
""" """
|
|
387
|
+
...
|
|
388
|
+
|
|
389
|
+
def driver_remove(self):
|
|
390
|
+
""" """
|
|
391
|
+
...
|
|
392
|
+
|
|
393
|
+
def get(self):
|
|
394
|
+
""" """
|
|
395
|
+
...
|
|
396
|
+
|
|
397
|
+
def id_properties_clear(self):
|
|
398
|
+
""" """
|
|
399
|
+
...
|
|
400
|
+
|
|
401
|
+
def id_properties_ensure(self):
|
|
402
|
+
""" """
|
|
403
|
+
...
|
|
404
|
+
|
|
405
|
+
def id_properties_ui(self):
|
|
406
|
+
""" """
|
|
407
|
+
...
|
|
408
|
+
|
|
409
|
+
def is_extended(self):
|
|
410
|
+
""" """
|
|
411
|
+
...
|
|
412
|
+
|
|
413
|
+
def is_property_hidden(self):
|
|
414
|
+
""" """
|
|
415
|
+
...
|
|
416
|
+
|
|
417
|
+
def is_property_overridable_library(self):
|
|
418
|
+
""" """
|
|
419
|
+
...
|
|
420
|
+
|
|
421
|
+
def is_property_readonly(self):
|
|
422
|
+
""" """
|
|
423
|
+
...
|
|
424
|
+
|
|
425
|
+
def is_property_set(self):
|
|
426
|
+
""" """
|
|
427
|
+
...
|
|
428
|
+
|
|
429
|
+
def items(self):
|
|
430
|
+
""" """
|
|
431
|
+
...
|
|
432
|
+
|
|
433
|
+
def keyframe_delete(self):
|
|
434
|
+
""" """
|
|
435
|
+
...
|
|
436
|
+
|
|
437
|
+
def keyframe_insert(self):
|
|
438
|
+
""" """
|
|
439
|
+
...
|
|
440
|
+
|
|
441
|
+
def keys(self):
|
|
442
|
+
""" """
|
|
443
|
+
...
|
|
444
|
+
|
|
445
|
+
def path_from_id(self):
|
|
446
|
+
""" """
|
|
447
|
+
...
|
|
448
|
+
|
|
260
449
|
def path_menu(
|
|
261
450
|
self,
|
|
262
451
|
searchpaths,
|
|
@@ -270,73 +459,90 @@ class OUTLINER_MT_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
270
459
|
):
|
|
271
460
|
"""
|
|
272
461
|
|
|
273
|
-
:param self:
|
|
274
|
-
:type self:
|
|
275
462
|
:param searchpaths:
|
|
276
|
-
:type searchpaths:
|
|
277
463
|
:param operator:
|
|
278
|
-
:type operator:
|
|
279
464
|
:param props_default:
|
|
280
|
-
:type props_default:
|
|
281
465
|
:param prop_filepath:
|
|
282
|
-
:type prop_filepath:
|
|
283
466
|
:param filter_ext:
|
|
284
|
-
:type filter_ext:
|
|
285
467
|
:param filter_path:
|
|
286
|
-
:type filter_path:
|
|
287
468
|
:param display_name:
|
|
288
|
-
:type display_name:
|
|
289
469
|
:param add_operator:
|
|
290
|
-
:type add_operator:
|
|
291
470
|
"""
|
|
292
471
|
...
|
|
293
472
|
|
|
294
|
-
def path_resolve(self):
|
|
295
|
-
|
|
473
|
+
def path_resolve(self):
|
|
474
|
+
""" """
|
|
475
|
+
...
|
|
476
|
+
|
|
477
|
+
def pop(self):
|
|
478
|
+
""" """
|
|
479
|
+
...
|
|
480
|
+
|
|
296
481
|
def prepend(self, draw_func):
|
|
297
482
|
"""
|
|
298
483
|
|
|
299
484
|
:param draw_func:
|
|
300
|
-
:type draw_func:
|
|
301
485
|
"""
|
|
302
486
|
...
|
|
303
487
|
|
|
304
|
-
def property_overridable_library_set(self):
|
|
305
|
-
|
|
488
|
+
def property_overridable_library_set(self):
|
|
489
|
+
""" """
|
|
490
|
+
...
|
|
491
|
+
|
|
492
|
+
def property_unset(self):
|
|
493
|
+
""" """
|
|
494
|
+
...
|
|
495
|
+
|
|
306
496
|
def remove(self, draw_func):
|
|
307
497
|
"""
|
|
308
498
|
|
|
309
499
|
:param draw_func:
|
|
310
|
-
:type draw_func:
|
|
311
500
|
"""
|
|
312
501
|
...
|
|
313
502
|
|
|
314
|
-
def type_recast(self):
|
|
315
|
-
|
|
503
|
+
def type_recast(self):
|
|
504
|
+
""" """
|
|
505
|
+
...
|
|
506
|
+
|
|
507
|
+
def values(self):
|
|
508
|
+
""" """
|
|
509
|
+
...
|
|
510
|
+
|
|
511
|
+
class OUTLINER_MT_collection_new(bpy_types._GenericUI):
|
|
512
|
+
""" """
|
|
316
513
|
|
|
317
|
-
class OUTLINER_MT_collection_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
318
514
|
bl_label: typing.Any
|
|
515
|
+
""" """
|
|
516
|
+
|
|
319
517
|
bl_rna: typing.Any
|
|
518
|
+
""" """
|
|
519
|
+
|
|
320
520
|
id_data: typing.Any
|
|
521
|
+
""" """
|
|
321
522
|
|
|
322
523
|
def append(self, draw_func):
|
|
323
524
|
"""
|
|
324
525
|
|
|
325
526
|
:param draw_func:
|
|
326
|
-
:type draw_func:
|
|
327
527
|
"""
|
|
328
528
|
...
|
|
329
529
|
|
|
330
|
-
def as_pointer(self):
|
|
331
|
-
|
|
332
|
-
|
|
530
|
+
def as_pointer(self):
|
|
531
|
+
""" """
|
|
532
|
+
...
|
|
533
|
+
|
|
534
|
+
def bl_rna_get_subclass(self):
|
|
535
|
+
""" """
|
|
536
|
+
...
|
|
537
|
+
|
|
538
|
+
def bl_rna_get_subclass_py(self):
|
|
539
|
+
""" """
|
|
540
|
+
...
|
|
541
|
+
|
|
333
542
|
def draw(self, context):
|
|
334
543
|
"""
|
|
335
544
|
|
|
336
|
-
:param self:
|
|
337
|
-
:type self:
|
|
338
545
|
:param context:
|
|
339
|
-
:type context:
|
|
340
546
|
"""
|
|
341
547
|
...
|
|
342
548
|
|
|
@@ -344,19 +550,14 @@ class OUTLINER_MT_collection_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
344
550
|
"""
|
|
345
551
|
|
|
346
552
|
:param context:
|
|
347
|
-
:type context:
|
|
348
553
|
:param layout:
|
|
349
|
-
:type layout:
|
|
350
554
|
"""
|
|
351
555
|
...
|
|
352
556
|
|
|
353
557
|
def draw_preset(self, _context):
|
|
354
558
|
"""
|
|
355
559
|
|
|
356
|
-
:param self:
|
|
357
|
-
:type self:
|
|
358
560
|
:param _context:
|
|
359
|
-
:type _context:
|
|
360
561
|
"""
|
|
361
562
|
...
|
|
362
563
|
|
|
@@ -364,147 +565,74 @@ class OUTLINER_MT_collection_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
364
565
|
"""
|
|
365
566
|
|
|
366
567
|
:param _context:
|
|
367
|
-
:type _context:
|
|
368
568
|
:param layout:
|
|
369
|
-
:type layout:
|
|
370
|
-
"""
|
|
371
|
-
...
|
|
372
|
-
|
|
373
|
-
def driver_add(self): ...
|
|
374
|
-
def driver_remove(self): ...
|
|
375
|
-
def get(self): ...
|
|
376
|
-
def id_properties_clear(self): ...
|
|
377
|
-
def id_properties_ensure(self): ...
|
|
378
|
-
def id_properties_ui(self): ...
|
|
379
|
-
def is_extended(self): ...
|
|
380
|
-
def is_property_hidden(self): ...
|
|
381
|
-
def is_property_overridable_library(self): ...
|
|
382
|
-
def is_property_readonly(self): ...
|
|
383
|
-
def is_property_set(self): ...
|
|
384
|
-
def items(self): ...
|
|
385
|
-
def keyframe_delete(self): ...
|
|
386
|
-
def keyframe_insert(self): ...
|
|
387
|
-
def keys(self): ...
|
|
388
|
-
def path_from_id(self): ...
|
|
389
|
-
def path_menu(
|
|
390
|
-
self,
|
|
391
|
-
searchpaths,
|
|
392
|
-
operator,
|
|
393
|
-
props_default,
|
|
394
|
-
prop_filepath,
|
|
395
|
-
filter_ext,
|
|
396
|
-
filter_path,
|
|
397
|
-
display_name,
|
|
398
|
-
add_operator,
|
|
399
|
-
):
|
|
400
569
|
"""
|
|
570
|
+
...
|
|
401
571
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
:param searchpaths:
|
|
405
|
-
:type searchpaths:
|
|
406
|
-
:param operator:
|
|
407
|
-
:type operator:
|
|
408
|
-
:param props_default:
|
|
409
|
-
:type props_default:
|
|
410
|
-
:param prop_filepath:
|
|
411
|
-
:type prop_filepath:
|
|
412
|
-
:param filter_ext:
|
|
413
|
-
:type filter_ext:
|
|
414
|
-
:param filter_path:
|
|
415
|
-
:type filter_path:
|
|
416
|
-
:param display_name:
|
|
417
|
-
:type display_name:
|
|
418
|
-
:param add_operator:
|
|
419
|
-
:type add_operator:
|
|
420
|
-
"""
|
|
572
|
+
def driver_add(self):
|
|
573
|
+
""" """
|
|
421
574
|
...
|
|
422
575
|
|
|
423
|
-
def
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
"""
|
|
576
|
+
def driver_remove(self):
|
|
577
|
+
""" """
|
|
578
|
+
...
|
|
427
579
|
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
"""
|
|
580
|
+
def get(self):
|
|
581
|
+
""" """
|
|
431
582
|
...
|
|
432
583
|
|
|
433
|
-
def
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
"""
|
|
584
|
+
def id_properties_clear(self):
|
|
585
|
+
""" """
|
|
586
|
+
...
|
|
437
587
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
"""
|
|
588
|
+
def id_properties_ensure(self):
|
|
589
|
+
""" """
|
|
441
590
|
...
|
|
442
591
|
|
|
443
|
-
def
|
|
444
|
-
|
|
592
|
+
def id_properties_ui(self):
|
|
593
|
+
""" """
|
|
594
|
+
...
|
|
445
595
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
id_data: typing.Any
|
|
596
|
+
def is_extended(self):
|
|
597
|
+
""" """
|
|
598
|
+
...
|
|
450
599
|
|
|
451
|
-
def
|
|
452
|
-
"""
|
|
600
|
+
def is_property_hidden(self):
|
|
601
|
+
""" """
|
|
602
|
+
...
|
|
453
603
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
"""
|
|
604
|
+
def is_property_overridable_library(self):
|
|
605
|
+
""" """
|
|
457
606
|
...
|
|
458
607
|
|
|
459
|
-
def
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
def draw(self, context):
|
|
463
|
-
"""
|
|
608
|
+
def is_property_readonly(self):
|
|
609
|
+
""" """
|
|
610
|
+
...
|
|
464
611
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
:param context:
|
|
468
|
-
:type context:
|
|
469
|
-
"""
|
|
612
|
+
def is_property_set(self):
|
|
613
|
+
""" """
|
|
470
614
|
...
|
|
471
615
|
|
|
472
|
-
def
|
|
473
|
-
"""
|
|
616
|
+
def items(self):
|
|
617
|
+
""" """
|
|
618
|
+
...
|
|
474
619
|
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
:param layout:
|
|
478
|
-
:type layout:
|
|
479
|
-
"""
|
|
620
|
+
def keyframe_delete(self):
|
|
621
|
+
""" """
|
|
480
622
|
...
|
|
481
623
|
|
|
482
|
-
def
|
|
483
|
-
"""
|
|
624
|
+
def keyframe_insert(self):
|
|
625
|
+
""" """
|
|
626
|
+
...
|
|
627
|
+
|
|
628
|
+
def keys(self):
|
|
629
|
+
""" """
|
|
630
|
+
...
|
|
631
|
+
|
|
632
|
+
def path_from_id(self):
|
|
633
|
+
""" """
|
|
634
|
+
...
|
|
484
635
|
|
|
485
|
-
:param self:
|
|
486
|
-
:type self:
|
|
487
|
-
:param _context:
|
|
488
|
-
:type _context:
|
|
489
|
-
"""
|
|
490
|
-
...
|
|
491
|
-
|
|
492
|
-
def driver_add(self): ...
|
|
493
|
-
def driver_remove(self): ...
|
|
494
|
-
def get(self): ...
|
|
495
|
-
def id_properties_clear(self): ...
|
|
496
|
-
def id_properties_ensure(self): ...
|
|
497
|
-
def id_properties_ui(self): ...
|
|
498
|
-
def is_extended(self): ...
|
|
499
|
-
def is_property_hidden(self): ...
|
|
500
|
-
def is_property_overridable_library(self): ...
|
|
501
|
-
def is_property_readonly(self): ...
|
|
502
|
-
def is_property_set(self): ...
|
|
503
|
-
def items(self): ...
|
|
504
|
-
def keyframe_delete(self): ...
|
|
505
|
-
def keyframe_insert(self): ...
|
|
506
|
-
def keys(self): ...
|
|
507
|
-
def path_from_id(self): ...
|
|
508
636
|
def path_menu(
|
|
509
637
|
self,
|
|
510
638
|
searchpaths,
|
|
@@ -518,112 +646,351 @@ class OUTLINER_MT_collection_view_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
518
646
|
):
|
|
519
647
|
"""
|
|
520
648
|
|
|
521
|
-
:param self:
|
|
522
|
-
:type self:
|
|
523
649
|
:param searchpaths:
|
|
524
|
-
:type searchpaths:
|
|
525
650
|
:param operator:
|
|
526
|
-
:type operator:
|
|
527
651
|
:param props_default:
|
|
528
|
-
:type props_default:
|
|
529
652
|
:param prop_filepath:
|
|
530
|
-
:type prop_filepath:
|
|
531
653
|
:param filter_ext:
|
|
532
|
-
:type filter_ext:
|
|
533
654
|
:param filter_path:
|
|
534
|
-
:type filter_path:
|
|
535
655
|
:param display_name:
|
|
536
|
-
:type display_name:
|
|
537
656
|
:param add_operator:
|
|
538
|
-
:type add_operator:
|
|
539
657
|
"""
|
|
540
658
|
...
|
|
541
659
|
|
|
542
|
-
def path_resolve(self):
|
|
543
|
-
|
|
660
|
+
def path_resolve(self):
|
|
661
|
+
""" """
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def pop(self):
|
|
665
|
+
""" """
|
|
666
|
+
...
|
|
667
|
+
|
|
544
668
|
def prepend(self, draw_func):
|
|
545
669
|
"""
|
|
546
670
|
|
|
547
671
|
:param draw_func:
|
|
548
|
-
:type draw_func:
|
|
549
672
|
"""
|
|
550
673
|
...
|
|
551
674
|
|
|
552
|
-
def property_overridable_library_set(self):
|
|
553
|
-
|
|
675
|
+
def property_overridable_library_set(self):
|
|
676
|
+
""" """
|
|
677
|
+
...
|
|
678
|
+
|
|
679
|
+
def property_unset(self):
|
|
680
|
+
""" """
|
|
681
|
+
...
|
|
682
|
+
|
|
554
683
|
def remove(self, draw_func):
|
|
555
684
|
"""
|
|
556
685
|
|
|
557
686
|
:param draw_func:
|
|
558
|
-
:type draw_func:
|
|
559
687
|
"""
|
|
560
688
|
...
|
|
561
689
|
|
|
562
|
-
def type_recast(self):
|
|
563
|
-
|
|
690
|
+
def type_recast(self):
|
|
691
|
+
""" """
|
|
692
|
+
...
|
|
693
|
+
|
|
694
|
+
def values(self):
|
|
695
|
+
""" """
|
|
696
|
+
...
|
|
697
|
+
|
|
698
|
+
class OUTLINER_MT_collection_view_layer(bpy_types._GenericUI):
|
|
699
|
+
""" """
|
|
564
700
|
|
|
565
|
-
class OUTLINER_MT_collection_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
566
701
|
bl_label: typing.Any
|
|
702
|
+
""" """
|
|
703
|
+
|
|
567
704
|
bl_rna: typing.Any
|
|
705
|
+
""" """
|
|
706
|
+
|
|
568
707
|
id_data: typing.Any
|
|
708
|
+
""" """
|
|
569
709
|
|
|
570
710
|
def append(self, draw_func):
|
|
571
711
|
"""
|
|
572
712
|
|
|
573
713
|
:param draw_func:
|
|
574
|
-
:type draw_func:
|
|
575
714
|
"""
|
|
576
715
|
...
|
|
577
716
|
|
|
578
|
-
def as_pointer(self):
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
def draw(self, _context):
|
|
582
|
-
"""
|
|
717
|
+
def as_pointer(self):
|
|
718
|
+
""" """
|
|
719
|
+
...
|
|
583
720
|
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
:param _context:
|
|
587
|
-
:type _context:
|
|
588
|
-
"""
|
|
721
|
+
def bl_rna_get_subclass(self):
|
|
722
|
+
""" """
|
|
589
723
|
...
|
|
590
724
|
|
|
591
|
-
def
|
|
592
|
-
"""
|
|
725
|
+
def bl_rna_get_subclass_py(self):
|
|
726
|
+
""" """
|
|
727
|
+
...
|
|
728
|
+
|
|
729
|
+
def draw(self, context):
|
|
730
|
+
"""
|
|
731
|
+
|
|
732
|
+
:param context:
|
|
733
|
+
"""
|
|
734
|
+
...
|
|
735
|
+
|
|
736
|
+
def draw_collapsible(self, context, layout):
|
|
737
|
+
"""
|
|
738
|
+
|
|
739
|
+
:param context:
|
|
740
|
+
:param layout:
|
|
741
|
+
"""
|
|
742
|
+
...
|
|
743
|
+
|
|
744
|
+
def draw_preset(self, _context):
|
|
745
|
+
"""
|
|
746
|
+
|
|
747
|
+
:param _context:
|
|
748
|
+
"""
|
|
749
|
+
...
|
|
750
|
+
|
|
751
|
+
def driver_add(self):
|
|
752
|
+
""" """
|
|
753
|
+
...
|
|
754
|
+
|
|
755
|
+
def driver_remove(self):
|
|
756
|
+
""" """
|
|
757
|
+
...
|
|
758
|
+
|
|
759
|
+
def get(self):
|
|
760
|
+
""" """
|
|
761
|
+
...
|
|
762
|
+
|
|
763
|
+
def id_properties_clear(self):
|
|
764
|
+
""" """
|
|
765
|
+
...
|
|
766
|
+
|
|
767
|
+
def id_properties_ensure(self):
|
|
768
|
+
""" """
|
|
769
|
+
...
|
|
770
|
+
|
|
771
|
+
def id_properties_ui(self):
|
|
772
|
+
""" """
|
|
773
|
+
...
|
|
774
|
+
|
|
775
|
+
def is_extended(self):
|
|
776
|
+
""" """
|
|
777
|
+
...
|
|
778
|
+
|
|
779
|
+
def is_property_hidden(self):
|
|
780
|
+
""" """
|
|
781
|
+
...
|
|
782
|
+
|
|
783
|
+
def is_property_overridable_library(self):
|
|
784
|
+
""" """
|
|
785
|
+
...
|
|
786
|
+
|
|
787
|
+
def is_property_readonly(self):
|
|
788
|
+
""" """
|
|
789
|
+
...
|
|
790
|
+
|
|
791
|
+
def is_property_set(self):
|
|
792
|
+
""" """
|
|
793
|
+
...
|
|
794
|
+
|
|
795
|
+
def items(self):
|
|
796
|
+
""" """
|
|
797
|
+
...
|
|
798
|
+
|
|
799
|
+
def keyframe_delete(self):
|
|
800
|
+
""" """
|
|
801
|
+
...
|
|
802
|
+
|
|
803
|
+
def keyframe_insert(self):
|
|
804
|
+
""" """
|
|
805
|
+
...
|
|
806
|
+
|
|
807
|
+
def keys(self):
|
|
808
|
+
""" """
|
|
809
|
+
...
|
|
810
|
+
|
|
811
|
+
def path_from_id(self):
|
|
812
|
+
""" """
|
|
813
|
+
...
|
|
814
|
+
|
|
815
|
+
def path_menu(
|
|
816
|
+
self,
|
|
817
|
+
searchpaths,
|
|
818
|
+
operator,
|
|
819
|
+
props_default,
|
|
820
|
+
prop_filepath,
|
|
821
|
+
filter_ext,
|
|
822
|
+
filter_path,
|
|
823
|
+
display_name,
|
|
824
|
+
add_operator,
|
|
825
|
+
):
|
|
826
|
+
"""
|
|
827
|
+
|
|
828
|
+
:param searchpaths:
|
|
829
|
+
:param operator:
|
|
830
|
+
:param props_default:
|
|
831
|
+
:param prop_filepath:
|
|
832
|
+
:param filter_ext:
|
|
833
|
+
:param filter_path:
|
|
834
|
+
:param display_name:
|
|
835
|
+
:param add_operator:
|
|
836
|
+
"""
|
|
837
|
+
...
|
|
838
|
+
|
|
839
|
+
def path_resolve(self):
|
|
840
|
+
""" """
|
|
841
|
+
...
|
|
842
|
+
|
|
843
|
+
def pop(self):
|
|
844
|
+
""" """
|
|
845
|
+
...
|
|
846
|
+
|
|
847
|
+
def prepend(self, draw_func):
|
|
848
|
+
"""
|
|
849
|
+
|
|
850
|
+
:param draw_func:
|
|
851
|
+
"""
|
|
852
|
+
...
|
|
853
|
+
|
|
854
|
+
def property_overridable_library_set(self):
|
|
855
|
+
""" """
|
|
856
|
+
...
|
|
857
|
+
|
|
858
|
+
def property_unset(self):
|
|
859
|
+
""" """
|
|
860
|
+
...
|
|
861
|
+
|
|
862
|
+
def remove(self, draw_func):
|
|
863
|
+
"""
|
|
864
|
+
|
|
865
|
+
:param draw_func:
|
|
866
|
+
"""
|
|
867
|
+
...
|
|
868
|
+
|
|
869
|
+
def type_recast(self):
|
|
870
|
+
""" """
|
|
871
|
+
...
|
|
872
|
+
|
|
873
|
+
def values(self):
|
|
874
|
+
""" """
|
|
875
|
+
...
|
|
876
|
+
|
|
877
|
+
class OUTLINER_MT_collection_visibility(bpy_types._GenericUI):
|
|
878
|
+
""" """
|
|
879
|
+
|
|
880
|
+
bl_label: typing.Any
|
|
881
|
+
""" """
|
|
882
|
+
|
|
883
|
+
bl_rna: typing.Any
|
|
884
|
+
""" """
|
|
885
|
+
|
|
886
|
+
id_data: typing.Any
|
|
887
|
+
""" """
|
|
888
|
+
|
|
889
|
+
def append(self, draw_func):
|
|
890
|
+
"""
|
|
891
|
+
|
|
892
|
+
:param draw_func:
|
|
893
|
+
"""
|
|
894
|
+
...
|
|
895
|
+
|
|
896
|
+
def as_pointer(self):
|
|
897
|
+
""" """
|
|
898
|
+
...
|
|
899
|
+
|
|
900
|
+
def bl_rna_get_subclass(self):
|
|
901
|
+
""" """
|
|
902
|
+
...
|
|
903
|
+
|
|
904
|
+
def bl_rna_get_subclass_py(self):
|
|
905
|
+
""" """
|
|
906
|
+
...
|
|
907
|
+
|
|
908
|
+
def draw(self, _context):
|
|
909
|
+
"""
|
|
910
|
+
|
|
911
|
+
:param _context:
|
|
912
|
+
"""
|
|
913
|
+
...
|
|
914
|
+
|
|
915
|
+
def draw_collapsible(self, context, layout):
|
|
916
|
+
"""
|
|
593
917
|
|
|
594
918
|
:param context:
|
|
595
|
-
:type context:
|
|
596
919
|
:param layout:
|
|
597
|
-
:type layout:
|
|
598
920
|
"""
|
|
599
921
|
...
|
|
600
922
|
|
|
601
923
|
def draw_preset(self, _context):
|
|
602
924
|
"""
|
|
603
925
|
|
|
604
|
-
:param self:
|
|
605
|
-
:type self:
|
|
606
926
|
:param _context:
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
def
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
def
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
def
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
def
|
|
927
|
+
"""
|
|
928
|
+
...
|
|
929
|
+
|
|
930
|
+
def driver_add(self):
|
|
931
|
+
""" """
|
|
932
|
+
...
|
|
933
|
+
|
|
934
|
+
def driver_remove(self):
|
|
935
|
+
""" """
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
def get(self):
|
|
939
|
+
""" """
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def id_properties_clear(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
def id_properties_ensure(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def id_properties_ui(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
954
|
+
def is_extended(self):
|
|
955
|
+
""" """
|
|
956
|
+
...
|
|
957
|
+
|
|
958
|
+
def is_property_hidden(self):
|
|
959
|
+
""" """
|
|
960
|
+
...
|
|
961
|
+
|
|
962
|
+
def is_property_overridable_library(self):
|
|
963
|
+
""" """
|
|
964
|
+
...
|
|
965
|
+
|
|
966
|
+
def is_property_readonly(self):
|
|
967
|
+
""" """
|
|
968
|
+
...
|
|
969
|
+
|
|
970
|
+
def is_property_set(self):
|
|
971
|
+
""" """
|
|
972
|
+
...
|
|
973
|
+
|
|
974
|
+
def items(self):
|
|
975
|
+
""" """
|
|
976
|
+
...
|
|
977
|
+
|
|
978
|
+
def keyframe_delete(self):
|
|
979
|
+
""" """
|
|
980
|
+
...
|
|
981
|
+
|
|
982
|
+
def keyframe_insert(self):
|
|
983
|
+
""" """
|
|
984
|
+
...
|
|
985
|
+
|
|
986
|
+
def keys(self):
|
|
987
|
+
""" """
|
|
988
|
+
...
|
|
989
|
+
|
|
990
|
+
def path_from_id(self):
|
|
991
|
+
""" """
|
|
992
|
+
...
|
|
993
|
+
|
|
627
994
|
def path_menu(
|
|
628
995
|
self,
|
|
629
996
|
searchpaths,
|
|
@@ -637,73 +1004,90 @@ class OUTLINER_MT_collection_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
637
1004
|
):
|
|
638
1005
|
"""
|
|
639
1006
|
|
|
640
|
-
:param self:
|
|
641
|
-
:type self:
|
|
642
1007
|
:param searchpaths:
|
|
643
|
-
:type searchpaths:
|
|
644
1008
|
:param operator:
|
|
645
|
-
:type operator:
|
|
646
1009
|
:param props_default:
|
|
647
|
-
:type props_default:
|
|
648
1010
|
:param prop_filepath:
|
|
649
|
-
:type prop_filepath:
|
|
650
1011
|
:param filter_ext:
|
|
651
|
-
:type filter_ext:
|
|
652
1012
|
:param filter_path:
|
|
653
|
-
:type filter_path:
|
|
654
1013
|
:param display_name:
|
|
655
|
-
:type display_name:
|
|
656
1014
|
:param add_operator:
|
|
657
|
-
:type add_operator:
|
|
658
1015
|
"""
|
|
659
1016
|
...
|
|
660
1017
|
|
|
661
|
-
def path_resolve(self):
|
|
662
|
-
|
|
1018
|
+
def path_resolve(self):
|
|
1019
|
+
""" """
|
|
1020
|
+
...
|
|
1021
|
+
|
|
1022
|
+
def pop(self):
|
|
1023
|
+
""" """
|
|
1024
|
+
...
|
|
1025
|
+
|
|
663
1026
|
def prepend(self, draw_func):
|
|
664
1027
|
"""
|
|
665
1028
|
|
|
666
1029
|
:param draw_func:
|
|
667
|
-
:type draw_func:
|
|
668
1030
|
"""
|
|
669
1031
|
...
|
|
670
1032
|
|
|
671
|
-
def property_overridable_library_set(self):
|
|
672
|
-
|
|
1033
|
+
def property_overridable_library_set(self):
|
|
1034
|
+
""" """
|
|
1035
|
+
...
|
|
1036
|
+
|
|
1037
|
+
def property_unset(self):
|
|
1038
|
+
""" """
|
|
1039
|
+
...
|
|
1040
|
+
|
|
673
1041
|
def remove(self, draw_func):
|
|
674
1042
|
"""
|
|
675
1043
|
|
|
676
1044
|
:param draw_func:
|
|
677
|
-
:type draw_func:
|
|
678
1045
|
"""
|
|
679
1046
|
...
|
|
680
1047
|
|
|
681
|
-
def type_recast(self):
|
|
682
|
-
|
|
1048
|
+
def type_recast(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def values(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
class OUTLINER_MT_context_menu(bpy_types._GenericUI):
|
|
1057
|
+
""" """
|
|
683
1058
|
|
|
684
|
-
class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
685
1059
|
bl_label: typing.Any
|
|
1060
|
+
""" """
|
|
1061
|
+
|
|
686
1062
|
bl_rna: typing.Any
|
|
1063
|
+
""" """
|
|
1064
|
+
|
|
687
1065
|
id_data: typing.Any
|
|
1066
|
+
""" """
|
|
688
1067
|
|
|
689
1068
|
def append(self, draw_func):
|
|
690
1069
|
"""
|
|
691
1070
|
|
|
692
1071
|
:param draw_func:
|
|
693
|
-
:type draw_func:
|
|
694
1072
|
"""
|
|
695
1073
|
...
|
|
696
1074
|
|
|
697
|
-
def as_pointer(self):
|
|
698
|
-
|
|
699
|
-
|
|
1075
|
+
def as_pointer(self):
|
|
1076
|
+
""" """
|
|
1077
|
+
...
|
|
1078
|
+
|
|
1079
|
+
def bl_rna_get_subclass(self):
|
|
1080
|
+
""" """
|
|
1081
|
+
...
|
|
1082
|
+
|
|
1083
|
+
def bl_rna_get_subclass_py(self):
|
|
1084
|
+
""" """
|
|
1085
|
+
...
|
|
1086
|
+
|
|
700
1087
|
def draw(self, context):
|
|
701
1088
|
"""
|
|
702
1089
|
|
|
703
|
-
:param self:
|
|
704
|
-
:type self:
|
|
705
1090
|
:param context:
|
|
706
|
-
:type context:
|
|
707
1091
|
"""
|
|
708
1092
|
...
|
|
709
1093
|
|
|
@@ -711,9 +1095,7 @@ class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
711
1095
|
"""
|
|
712
1096
|
|
|
713
1097
|
:param context:
|
|
714
|
-
:type context:
|
|
715
1098
|
:param layout:
|
|
716
|
-
:type layout:
|
|
717
1099
|
"""
|
|
718
1100
|
...
|
|
719
1101
|
|
|
@@ -721,36 +1103,80 @@ class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
721
1103
|
"""
|
|
722
1104
|
|
|
723
1105
|
:param layout:
|
|
724
|
-
:type layout:
|
|
725
1106
|
"""
|
|
726
1107
|
...
|
|
727
1108
|
|
|
728
1109
|
def draw_preset(self, _context):
|
|
729
1110
|
"""
|
|
730
1111
|
|
|
731
|
-
:param self:
|
|
732
|
-
:type self:
|
|
733
1112
|
:param _context:
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
def
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
def
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
def
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
def
|
|
1113
|
+
"""
|
|
1114
|
+
...
|
|
1115
|
+
|
|
1116
|
+
def driver_add(self):
|
|
1117
|
+
""" """
|
|
1118
|
+
...
|
|
1119
|
+
|
|
1120
|
+
def driver_remove(self):
|
|
1121
|
+
""" """
|
|
1122
|
+
...
|
|
1123
|
+
|
|
1124
|
+
def get(self):
|
|
1125
|
+
""" """
|
|
1126
|
+
...
|
|
1127
|
+
|
|
1128
|
+
def id_properties_clear(self):
|
|
1129
|
+
""" """
|
|
1130
|
+
...
|
|
1131
|
+
|
|
1132
|
+
def id_properties_ensure(self):
|
|
1133
|
+
""" """
|
|
1134
|
+
...
|
|
1135
|
+
|
|
1136
|
+
def id_properties_ui(self):
|
|
1137
|
+
""" """
|
|
1138
|
+
...
|
|
1139
|
+
|
|
1140
|
+
def is_extended(self):
|
|
1141
|
+
""" """
|
|
1142
|
+
...
|
|
1143
|
+
|
|
1144
|
+
def is_property_hidden(self):
|
|
1145
|
+
""" """
|
|
1146
|
+
...
|
|
1147
|
+
|
|
1148
|
+
def is_property_overridable_library(self):
|
|
1149
|
+
""" """
|
|
1150
|
+
...
|
|
1151
|
+
|
|
1152
|
+
def is_property_readonly(self):
|
|
1153
|
+
""" """
|
|
1154
|
+
...
|
|
1155
|
+
|
|
1156
|
+
def is_property_set(self):
|
|
1157
|
+
""" """
|
|
1158
|
+
...
|
|
1159
|
+
|
|
1160
|
+
def items(self):
|
|
1161
|
+
""" """
|
|
1162
|
+
...
|
|
1163
|
+
|
|
1164
|
+
def keyframe_delete(self):
|
|
1165
|
+
""" """
|
|
1166
|
+
...
|
|
1167
|
+
|
|
1168
|
+
def keyframe_insert(self):
|
|
1169
|
+
""" """
|
|
1170
|
+
...
|
|
1171
|
+
|
|
1172
|
+
def keys(self):
|
|
1173
|
+
""" """
|
|
1174
|
+
...
|
|
1175
|
+
|
|
1176
|
+
def path_from_id(self):
|
|
1177
|
+
""" """
|
|
1178
|
+
...
|
|
1179
|
+
|
|
754
1180
|
def path_menu(
|
|
755
1181
|
self,
|
|
756
1182
|
searchpaths,
|
|
@@ -764,73 +1190,90 @@ class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
764
1190
|
):
|
|
765
1191
|
"""
|
|
766
1192
|
|
|
767
|
-
:param self:
|
|
768
|
-
:type self:
|
|
769
1193
|
:param searchpaths:
|
|
770
|
-
:type searchpaths:
|
|
771
1194
|
:param operator:
|
|
772
|
-
:type operator:
|
|
773
1195
|
:param props_default:
|
|
774
|
-
:type props_default:
|
|
775
1196
|
:param prop_filepath:
|
|
776
|
-
:type prop_filepath:
|
|
777
1197
|
:param filter_ext:
|
|
778
|
-
:type filter_ext:
|
|
779
1198
|
:param filter_path:
|
|
780
|
-
:type filter_path:
|
|
781
1199
|
:param display_name:
|
|
782
|
-
:type display_name:
|
|
783
1200
|
:param add_operator:
|
|
784
|
-
:type add_operator:
|
|
785
1201
|
"""
|
|
786
1202
|
...
|
|
787
1203
|
|
|
788
|
-
def path_resolve(self):
|
|
789
|
-
|
|
1204
|
+
def path_resolve(self):
|
|
1205
|
+
""" """
|
|
1206
|
+
...
|
|
1207
|
+
|
|
1208
|
+
def pop(self):
|
|
1209
|
+
""" """
|
|
1210
|
+
...
|
|
1211
|
+
|
|
790
1212
|
def prepend(self, draw_func):
|
|
791
1213
|
"""
|
|
792
1214
|
|
|
793
1215
|
:param draw_func:
|
|
794
|
-
:type draw_func:
|
|
795
1216
|
"""
|
|
796
1217
|
...
|
|
797
1218
|
|
|
798
|
-
def property_overridable_library_set(self):
|
|
799
|
-
|
|
1219
|
+
def property_overridable_library_set(self):
|
|
1220
|
+
""" """
|
|
1221
|
+
...
|
|
1222
|
+
|
|
1223
|
+
def property_unset(self):
|
|
1224
|
+
""" """
|
|
1225
|
+
...
|
|
1226
|
+
|
|
800
1227
|
def remove(self, draw_func):
|
|
801
1228
|
"""
|
|
802
1229
|
|
|
803
1230
|
:param draw_func:
|
|
804
|
-
:type draw_func:
|
|
805
1231
|
"""
|
|
806
1232
|
...
|
|
807
1233
|
|
|
808
|
-
def type_recast(self):
|
|
809
|
-
|
|
1234
|
+
def type_recast(self):
|
|
1235
|
+
""" """
|
|
1236
|
+
...
|
|
1237
|
+
|
|
1238
|
+
def values(self):
|
|
1239
|
+
""" """
|
|
1240
|
+
...
|
|
1241
|
+
|
|
1242
|
+
class OUTLINER_MT_context_menu_view(bpy_types._GenericUI):
|
|
1243
|
+
""" """
|
|
810
1244
|
|
|
811
|
-
class OUTLINER_MT_context_menu_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
812
1245
|
bl_label: typing.Any
|
|
1246
|
+
""" """
|
|
1247
|
+
|
|
813
1248
|
bl_rna: typing.Any
|
|
1249
|
+
""" """
|
|
1250
|
+
|
|
814
1251
|
id_data: typing.Any
|
|
1252
|
+
""" """
|
|
815
1253
|
|
|
816
1254
|
def append(self, draw_func):
|
|
817
1255
|
"""
|
|
818
1256
|
|
|
819
1257
|
:param draw_func:
|
|
820
|
-
:type draw_func:
|
|
821
1258
|
"""
|
|
822
1259
|
...
|
|
823
1260
|
|
|
824
|
-
def as_pointer(self):
|
|
825
|
-
|
|
826
|
-
|
|
1261
|
+
def as_pointer(self):
|
|
1262
|
+
""" """
|
|
1263
|
+
...
|
|
1264
|
+
|
|
1265
|
+
def bl_rna_get_subclass(self):
|
|
1266
|
+
""" """
|
|
1267
|
+
...
|
|
1268
|
+
|
|
1269
|
+
def bl_rna_get_subclass_py(self):
|
|
1270
|
+
""" """
|
|
1271
|
+
...
|
|
1272
|
+
|
|
827
1273
|
def draw(self, _context):
|
|
828
1274
|
"""
|
|
829
1275
|
|
|
830
|
-
:param self:
|
|
831
|
-
:type self:
|
|
832
1276
|
:param _context:
|
|
833
|
-
:type _context:
|
|
834
1277
|
"""
|
|
835
1278
|
...
|
|
836
1279
|
|
|
@@ -838,38 +1281,81 @@ class OUTLINER_MT_context_menu_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
838
1281
|
"""
|
|
839
1282
|
|
|
840
1283
|
:param context:
|
|
841
|
-
:type context:
|
|
842
1284
|
:param layout:
|
|
843
|
-
:type layout:
|
|
844
1285
|
"""
|
|
845
1286
|
...
|
|
846
1287
|
|
|
847
1288
|
def draw_preset(self, _context):
|
|
848
1289
|
"""
|
|
849
1290
|
|
|
850
|
-
:param self:
|
|
851
|
-
:type self:
|
|
852
1291
|
:param _context:
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
def
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
def
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
def
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
def
|
|
1292
|
+
"""
|
|
1293
|
+
...
|
|
1294
|
+
|
|
1295
|
+
def driver_add(self):
|
|
1296
|
+
""" """
|
|
1297
|
+
...
|
|
1298
|
+
|
|
1299
|
+
def driver_remove(self):
|
|
1300
|
+
""" """
|
|
1301
|
+
...
|
|
1302
|
+
|
|
1303
|
+
def get(self):
|
|
1304
|
+
""" """
|
|
1305
|
+
...
|
|
1306
|
+
|
|
1307
|
+
def id_properties_clear(self):
|
|
1308
|
+
""" """
|
|
1309
|
+
...
|
|
1310
|
+
|
|
1311
|
+
def id_properties_ensure(self):
|
|
1312
|
+
""" """
|
|
1313
|
+
...
|
|
1314
|
+
|
|
1315
|
+
def id_properties_ui(self):
|
|
1316
|
+
""" """
|
|
1317
|
+
...
|
|
1318
|
+
|
|
1319
|
+
def is_extended(self):
|
|
1320
|
+
""" """
|
|
1321
|
+
...
|
|
1322
|
+
|
|
1323
|
+
def is_property_hidden(self):
|
|
1324
|
+
""" """
|
|
1325
|
+
...
|
|
1326
|
+
|
|
1327
|
+
def is_property_overridable_library(self):
|
|
1328
|
+
""" """
|
|
1329
|
+
...
|
|
1330
|
+
|
|
1331
|
+
def is_property_readonly(self):
|
|
1332
|
+
""" """
|
|
1333
|
+
...
|
|
1334
|
+
|
|
1335
|
+
def is_property_set(self):
|
|
1336
|
+
""" """
|
|
1337
|
+
...
|
|
1338
|
+
|
|
1339
|
+
def items(self):
|
|
1340
|
+
""" """
|
|
1341
|
+
...
|
|
1342
|
+
|
|
1343
|
+
def keyframe_delete(self):
|
|
1344
|
+
""" """
|
|
1345
|
+
...
|
|
1346
|
+
|
|
1347
|
+
def keyframe_insert(self):
|
|
1348
|
+
""" """
|
|
1349
|
+
...
|
|
1350
|
+
|
|
1351
|
+
def keys(self):
|
|
1352
|
+
""" """
|
|
1353
|
+
...
|
|
1354
|
+
|
|
1355
|
+
def path_from_id(self):
|
|
1356
|
+
""" """
|
|
1357
|
+
...
|
|
1358
|
+
|
|
873
1359
|
def path_menu(
|
|
874
1360
|
self,
|
|
875
1361
|
searchpaths,
|
|
@@ -883,73 +1369,90 @@ class OUTLINER_MT_context_menu_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
883
1369
|
):
|
|
884
1370
|
"""
|
|
885
1371
|
|
|
886
|
-
:param self:
|
|
887
|
-
:type self:
|
|
888
1372
|
:param searchpaths:
|
|
889
|
-
:type searchpaths:
|
|
890
1373
|
:param operator:
|
|
891
|
-
:type operator:
|
|
892
1374
|
:param props_default:
|
|
893
|
-
:type props_default:
|
|
894
1375
|
:param prop_filepath:
|
|
895
|
-
:type prop_filepath:
|
|
896
1376
|
:param filter_ext:
|
|
897
|
-
:type filter_ext:
|
|
898
1377
|
:param filter_path:
|
|
899
|
-
:type filter_path:
|
|
900
1378
|
:param display_name:
|
|
901
|
-
:type display_name:
|
|
902
1379
|
:param add_operator:
|
|
903
|
-
:type add_operator:
|
|
904
1380
|
"""
|
|
905
1381
|
...
|
|
906
1382
|
|
|
907
|
-
def path_resolve(self):
|
|
908
|
-
|
|
1383
|
+
def path_resolve(self):
|
|
1384
|
+
""" """
|
|
1385
|
+
...
|
|
1386
|
+
|
|
1387
|
+
def pop(self):
|
|
1388
|
+
""" """
|
|
1389
|
+
...
|
|
1390
|
+
|
|
909
1391
|
def prepend(self, draw_func):
|
|
910
1392
|
"""
|
|
911
1393
|
|
|
912
1394
|
:param draw_func:
|
|
913
|
-
:type draw_func:
|
|
914
1395
|
"""
|
|
915
1396
|
...
|
|
916
1397
|
|
|
917
|
-
def property_overridable_library_set(self):
|
|
918
|
-
|
|
1398
|
+
def property_overridable_library_set(self):
|
|
1399
|
+
""" """
|
|
1400
|
+
...
|
|
1401
|
+
|
|
1402
|
+
def property_unset(self):
|
|
1403
|
+
""" """
|
|
1404
|
+
...
|
|
1405
|
+
|
|
919
1406
|
def remove(self, draw_func):
|
|
920
1407
|
"""
|
|
921
1408
|
|
|
922
1409
|
:param draw_func:
|
|
923
|
-
:type draw_func:
|
|
924
1410
|
"""
|
|
925
1411
|
...
|
|
926
1412
|
|
|
927
|
-
def type_recast(self):
|
|
928
|
-
|
|
1413
|
+
def type_recast(self):
|
|
1414
|
+
""" """
|
|
1415
|
+
...
|
|
1416
|
+
|
|
1417
|
+
def values(self):
|
|
1418
|
+
""" """
|
|
1419
|
+
...
|
|
1420
|
+
|
|
1421
|
+
class OUTLINER_MT_edit_datablocks(bpy_types._GenericUI):
|
|
1422
|
+
""" """
|
|
929
1423
|
|
|
930
|
-
class OUTLINER_MT_edit_datablocks(bpy_types.Menu, bpy_types._GenericUI):
|
|
931
1424
|
bl_label: typing.Any
|
|
1425
|
+
""" """
|
|
1426
|
+
|
|
932
1427
|
bl_rna: typing.Any
|
|
1428
|
+
""" """
|
|
1429
|
+
|
|
933
1430
|
id_data: typing.Any
|
|
1431
|
+
""" """
|
|
934
1432
|
|
|
935
1433
|
def append(self, draw_func):
|
|
936
1434
|
"""
|
|
937
1435
|
|
|
938
1436
|
:param draw_func:
|
|
939
|
-
:type draw_func:
|
|
940
1437
|
"""
|
|
941
1438
|
...
|
|
942
1439
|
|
|
943
|
-
def as_pointer(self):
|
|
944
|
-
|
|
945
|
-
|
|
1440
|
+
def as_pointer(self):
|
|
1441
|
+
""" """
|
|
1442
|
+
...
|
|
1443
|
+
|
|
1444
|
+
def bl_rna_get_subclass(self):
|
|
1445
|
+
""" """
|
|
1446
|
+
...
|
|
1447
|
+
|
|
1448
|
+
def bl_rna_get_subclass_py(self):
|
|
1449
|
+
""" """
|
|
1450
|
+
...
|
|
1451
|
+
|
|
946
1452
|
def draw(self, _context):
|
|
947
1453
|
"""
|
|
948
1454
|
|
|
949
|
-
:param self:
|
|
950
|
-
:type self:
|
|
951
1455
|
:param _context:
|
|
952
|
-
:type _context:
|
|
953
1456
|
"""
|
|
954
1457
|
...
|
|
955
1458
|
|
|
@@ -957,38 +1460,81 @@ class OUTLINER_MT_edit_datablocks(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
957
1460
|
"""
|
|
958
1461
|
|
|
959
1462
|
:param context:
|
|
960
|
-
:type context:
|
|
961
1463
|
:param layout:
|
|
962
|
-
:type layout:
|
|
963
1464
|
"""
|
|
964
1465
|
...
|
|
965
1466
|
|
|
966
1467
|
def draw_preset(self, _context):
|
|
967
1468
|
"""
|
|
968
1469
|
|
|
969
|
-
:param self:
|
|
970
|
-
:type self:
|
|
971
1470
|
:param _context:
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
def
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
def
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
def
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
def
|
|
1471
|
+
"""
|
|
1472
|
+
...
|
|
1473
|
+
|
|
1474
|
+
def driver_add(self):
|
|
1475
|
+
""" """
|
|
1476
|
+
...
|
|
1477
|
+
|
|
1478
|
+
def driver_remove(self):
|
|
1479
|
+
""" """
|
|
1480
|
+
...
|
|
1481
|
+
|
|
1482
|
+
def get(self):
|
|
1483
|
+
""" """
|
|
1484
|
+
...
|
|
1485
|
+
|
|
1486
|
+
def id_properties_clear(self):
|
|
1487
|
+
""" """
|
|
1488
|
+
...
|
|
1489
|
+
|
|
1490
|
+
def id_properties_ensure(self):
|
|
1491
|
+
""" """
|
|
1492
|
+
...
|
|
1493
|
+
|
|
1494
|
+
def id_properties_ui(self):
|
|
1495
|
+
""" """
|
|
1496
|
+
...
|
|
1497
|
+
|
|
1498
|
+
def is_extended(self):
|
|
1499
|
+
""" """
|
|
1500
|
+
...
|
|
1501
|
+
|
|
1502
|
+
def is_property_hidden(self):
|
|
1503
|
+
""" """
|
|
1504
|
+
...
|
|
1505
|
+
|
|
1506
|
+
def is_property_overridable_library(self):
|
|
1507
|
+
""" """
|
|
1508
|
+
...
|
|
1509
|
+
|
|
1510
|
+
def is_property_readonly(self):
|
|
1511
|
+
""" """
|
|
1512
|
+
...
|
|
1513
|
+
|
|
1514
|
+
def is_property_set(self):
|
|
1515
|
+
""" """
|
|
1516
|
+
...
|
|
1517
|
+
|
|
1518
|
+
def items(self):
|
|
1519
|
+
""" """
|
|
1520
|
+
...
|
|
1521
|
+
|
|
1522
|
+
def keyframe_delete(self):
|
|
1523
|
+
""" """
|
|
1524
|
+
...
|
|
1525
|
+
|
|
1526
|
+
def keyframe_insert(self):
|
|
1527
|
+
""" """
|
|
1528
|
+
...
|
|
1529
|
+
|
|
1530
|
+
def keys(self):
|
|
1531
|
+
""" """
|
|
1532
|
+
...
|
|
1533
|
+
|
|
1534
|
+
def path_from_id(self):
|
|
1535
|
+
""" """
|
|
1536
|
+
...
|
|
1537
|
+
|
|
992
1538
|
def path_menu(
|
|
993
1539
|
self,
|
|
994
1540
|
searchpaths,
|
|
@@ -1002,113 +1548,175 @@ class OUTLINER_MT_edit_datablocks(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1002
1548
|
):
|
|
1003
1549
|
"""
|
|
1004
1550
|
|
|
1005
|
-
:param self:
|
|
1006
|
-
:type self:
|
|
1007
1551
|
:param searchpaths:
|
|
1008
|
-
:type searchpaths:
|
|
1009
1552
|
:param operator:
|
|
1010
|
-
:type operator:
|
|
1011
1553
|
:param props_default:
|
|
1012
|
-
:type props_default:
|
|
1013
1554
|
:param prop_filepath:
|
|
1014
|
-
:type prop_filepath:
|
|
1015
1555
|
:param filter_ext:
|
|
1016
|
-
:type filter_ext:
|
|
1017
1556
|
:param filter_path:
|
|
1018
|
-
:type filter_path:
|
|
1019
1557
|
:param display_name:
|
|
1020
|
-
:type display_name:
|
|
1021
1558
|
:param add_operator:
|
|
1022
|
-
:type add_operator:
|
|
1023
1559
|
"""
|
|
1024
1560
|
...
|
|
1025
1561
|
|
|
1026
|
-
def path_resolve(self):
|
|
1027
|
-
|
|
1562
|
+
def path_resolve(self):
|
|
1563
|
+
""" """
|
|
1564
|
+
...
|
|
1565
|
+
|
|
1566
|
+
def pop(self):
|
|
1567
|
+
""" """
|
|
1568
|
+
...
|
|
1569
|
+
|
|
1028
1570
|
def prepend(self, draw_func):
|
|
1029
1571
|
"""
|
|
1030
1572
|
|
|
1031
1573
|
:param draw_func:
|
|
1032
|
-
:type draw_func:
|
|
1033
1574
|
"""
|
|
1034
1575
|
...
|
|
1035
1576
|
|
|
1036
|
-
def property_overridable_library_set(self):
|
|
1037
|
-
|
|
1577
|
+
def property_overridable_library_set(self):
|
|
1578
|
+
""" """
|
|
1579
|
+
...
|
|
1580
|
+
|
|
1581
|
+
def property_unset(self):
|
|
1582
|
+
""" """
|
|
1583
|
+
...
|
|
1584
|
+
|
|
1038
1585
|
def remove(self, draw_func):
|
|
1039
1586
|
"""
|
|
1040
1587
|
|
|
1041
1588
|
:param draw_func:
|
|
1042
|
-
:type draw_func:
|
|
1043
1589
|
"""
|
|
1044
1590
|
...
|
|
1045
1591
|
|
|
1046
|
-
def type_recast(self):
|
|
1047
|
-
|
|
1592
|
+
def type_recast(self):
|
|
1593
|
+
""" """
|
|
1594
|
+
...
|
|
1595
|
+
|
|
1596
|
+
def values(self):
|
|
1597
|
+
""" """
|
|
1598
|
+
...
|
|
1599
|
+
|
|
1600
|
+
class OUTLINER_MT_editor_menus(bpy_types._GenericUI):
|
|
1601
|
+
""" """
|
|
1048
1602
|
|
|
1049
|
-
class OUTLINER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
1050
1603
|
bl_idname: typing.Any
|
|
1604
|
+
""" """
|
|
1605
|
+
|
|
1051
1606
|
bl_label: typing.Any
|
|
1607
|
+
""" """
|
|
1608
|
+
|
|
1052
1609
|
bl_rna: typing.Any
|
|
1610
|
+
""" """
|
|
1611
|
+
|
|
1053
1612
|
id_data: typing.Any
|
|
1613
|
+
""" """
|
|
1614
|
+
|
|
1615
|
+
def append(self, draw_func):
|
|
1616
|
+
"""
|
|
1617
|
+
|
|
1618
|
+
:param draw_func:
|
|
1619
|
+
"""
|
|
1620
|
+
...
|
|
1621
|
+
|
|
1622
|
+
def as_pointer(self):
|
|
1623
|
+
""" """
|
|
1624
|
+
...
|
|
1625
|
+
|
|
1626
|
+
def bl_rna_get_subclass(self):
|
|
1627
|
+
""" """
|
|
1628
|
+
...
|
|
1629
|
+
|
|
1630
|
+
def bl_rna_get_subclass_py(self):
|
|
1631
|
+
""" """
|
|
1632
|
+
...
|
|
1633
|
+
|
|
1634
|
+
def draw(self, context):
|
|
1635
|
+
"""
|
|
1636
|
+
|
|
1637
|
+
:param context:
|
|
1638
|
+
"""
|
|
1639
|
+
...
|
|
1640
|
+
|
|
1641
|
+
def draw_collapsible(self, context, layout):
|
|
1642
|
+
"""
|
|
1643
|
+
|
|
1644
|
+
:param context:
|
|
1645
|
+
:param layout:
|
|
1646
|
+
"""
|
|
1647
|
+
...
|
|
1648
|
+
|
|
1649
|
+
def draw_preset(self, _context):
|
|
1650
|
+
"""
|
|
1651
|
+
|
|
1652
|
+
:param _context:
|
|
1653
|
+
"""
|
|
1654
|
+
...
|
|
1655
|
+
|
|
1656
|
+
def driver_add(self):
|
|
1657
|
+
""" """
|
|
1658
|
+
...
|
|
1659
|
+
|
|
1660
|
+
def driver_remove(self):
|
|
1661
|
+
""" """
|
|
1662
|
+
...
|
|
1663
|
+
|
|
1664
|
+
def get(self):
|
|
1665
|
+
""" """
|
|
1666
|
+
...
|
|
1667
|
+
|
|
1668
|
+
def id_properties_clear(self):
|
|
1669
|
+
""" """
|
|
1670
|
+
...
|
|
1671
|
+
|
|
1672
|
+
def id_properties_ensure(self):
|
|
1673
|
+
""" """
|
|
1674
|
+
...
|
|
1675
|
+
|
|
1676
|
+
def id_properties_ui(self):
|
|
1677
|
+
""" """
|
|
1678
|
+
...
|
|
1679
|
+
|
|
1680
|
+
def is_extended(self):
|
|
1681
|
+
""" """
|
|
1682
|
+
...
|
|
1683
|
+
|
|
1684
|
+
def is_property_hidden(self):
|
|
1685
|
+
""" """
|
|
1686
|
+
...
|
|
1054
1687
|
|
|
1055
|
-
def
|
|
1056
|
-
"""
|
|
1688
|
+
def is_property_overridable_library(self):
|
|
1689
|
+
""" """
|
|
1690
|
+
...
|
|
1057
1691
|
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
"""
|
|
1692
|
+
def is_property_readonly(self):
|
|
1693
|
+
""" """
|
|
1061
1694
|
...
|
|
1062
1695
|
|
|
1063
|
-
def
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
def draw(self, context):
|
|
1067
|
-
"""
|
|
1696
|
+
def is_property_set(self):
|
|
1697
|
+
""" """
|
|
1698
|
+
...
|
|
1068
1699
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
:param context:
|
|
1072
|
-
:type context:
|
|
1073
|
-
"""
|
|
1700
|
+
def items(self):
|
|
1701
|
+
""" """
|
|
1074
1702
|
...
|
|
1075
1703
|
|
|
1076
|
-
def
|
|
1077
|
-
"""
|
|
1704
|
+
def keyframe_delete(self):
|
|
1705
|
+
""" """
|
|
1706
|
+
...
|
|
1078
1707
|
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
:param layout:
|
|
1082
|
-
:type layout:
|
|
1083
|
-
"""
|
|
1708
|
+
def keyframe_insert(self):
|
|
1709
|
+
""" """
|
|
1084
1710
|
...
|
|
1085
1711
|
|
|
1086
|
-
def
|
|
1087
|
-
"""
|
|
1712
|
+
def keys(self):
|
|
1713
|
+
""" """
|
|
1714
|
+
...
|
|
1715
|
+
|
|
1716
|
+
def path_from_id(self):
|
|
1717
|
+
""" """
|
|
1718
|
+
...
|
|
1088
1719
|
|
|
1089
|
-
:param self:
|
|
1090
|
-
:type self:
|
|
1091
|
-
:param _context:
|
|
1092
|
-
:type _context:
|
|
1093
|
-
"""
|
|
1094
|
-
...
|
|
1095
|
-
|
|
1096
|
-
def driver_add(self): ...
|
|
1097
|
-
def driver_remove(self): ...
|
|
1098
|
-
def get(self): ...
|
|
1099
|
-
def id_properties_clear(self): ...
|
|
1100
|
-
def id_properties_ensure(self): ...
|
|
1101
|
-
def id_properties_ui(self): ...
|
|
1102
|
-
def is_extended(self): ...
|
|
1103
|
-
def is_property_hidden(self): ...
|
|
1104
|
-
def is_property_overridable_library(self): ...
|
|
1105
|
-
def is_property_readonly(self): ...
|
|
1106
|
-
def is_property_set(self): ...
|
|
1107
|
-
def items(self): ...
|
|
1108
|
-
def keyframe_delete(self): ...
|
|
1109
|
-
def keyframe_insert(self): ...
|
|
1110
|
-
def keys(self): ...
|
|
1111
|
-
def path_from_id(self): ...
|
|
1112
1720
|
def path_menu(
|
|
1113
1721
|
self,
|
|
1114
1722
|
searchpaths,
|
|
@@ -1122,73 +1730,90 @@ class OUTLINER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1122
1730
|
):
|
|
1123
1731
|
"""
|
|
1124
1732
|
|
|
1125
|
-
:param self:
|
|
1126
|
-
:type self:
|
|
1127
1733
|
:param searchpaths:
|
|
1128
|
-
:type searchpaths:
|
|
1129
1734
|
:param operator:
|
|
1130
|
-
:type operator:
|
|
1131
1735
|
:param props_default:
|
|
1132
|
-
:type props_default:
|
|
1133
1736
|
:param prop_filepath:
|
|
1134
|
-
:type prop_filepath:
|
|
1135
1737
|
:param filter_ext:
|
|
1136
|
-
:type filter_ext:
|
|
1137
1738
|
:param filter_path:
|
|
1138
|
-
:type filter_path:
|
|
1139
1739
|
:param display_name:
|
|
1140
|
-
:type display_name:
|
|
1141
1740
|
:param add_operator:
|
|
1142
|
-
:type add_operator:
|
|
1143
1741
|
"""
|
|
1144
1742
|
...
|
|
1145
1743
|
|
|
1146
|
-
def path_resolve(self):
|
|
1147
|
-
|
|
1744
|
+
def path_resolve(self):
|
|
1745
|
+
""" """
|
|
1746
|
+
...
|
|
1747
|
+
|
|
1748
|
+
def pop(self):
|
|
1749
|
+
""" """
|
|
1750
|
+
...
|
|
1751
|
+
|
|
1148
1752
|
def prepend(self, draw_func):
|
|
1149
1753
|
"""
|
|
1150
1754
|
|
|
1151
1755
|
:param draw_func:
|
|
1152
|
-
:type draw_func:
|
|
1153
1756
|
"""
|
|
1154
1757
|
...
|
|
1155
1758
|
|
|
1156
|
-
def property_overridable_library_set(self):
|
|
1157
|
-
|
|
1759
|
+
def property_overridable_library_set(self):
|
|
1760
|
+
""" """
|
|
1761
|
+
...
|
|
1762
|
+
|
|
1763
|
+
def property_unset(self):
|
|
1764
|
+
""" """
|
|
1765
|
+
...
|
|
1766
|
+
|
|
1158
1767
|
def remove(self, draw_func):
|
|
1159
1768
|
"""
|
|
1160
1769
|
|
|
1161
1770
|
:param draw_func:
|
|
1162
|
-
:type draw_func:
|
|
1163
1771
|
"""
|
|
1164
1772
|
...
|
|
1165
1773
|
|
|
1166
|
-
def type_recast(self):
|
|
1167
|
-
|
|
1774
|
+
def type_recast(self):
|
|
1775
|
+
""" """
|
|
1776
|
+
...
|
|
1777
|
+
|
|
1778
|
+
def values(self):
|
|
1779
|
+
""" """
|
|
1780
|
+
...
|
|
1781
|
+
|
|
1782
|
+
class OUTLINER_MT_liboverride(bpy_types._GenericUI):
|
|
1783
|
+
""" """
|
|
1168
1784
|
|
|
1169
|
-
class OUTLINER_MT_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
1170
1785
|
bl_label: typing.Any
|
|
1786
|
+
""" """
|
|
1787
|
+
|
|
1171
1788
|
bl_rna: typing.Any
|
|
1789
|
+
""" """
|
|
1790
|
+
|
|
1172
1791
|
id_data: typing.Any
|
|
1792
|
+
""" """
|
|
1173
1793
|
|
|
1174
1794
|
def append(self, draw_func):
|
|
1175
1795
|
"""
|
|
1176
1796
|
|
|
1177
1797
|
:param draw_func:
|
|
1178
|
-
:type draw_func:
|
|
1179
1798
|
"""
|
|
1180
1799
|
...
|
|
1181
1800
|
|
|
1182
|
-
def as_pointer(self):
|
|
1183
|
-
|
|
1184
|
-
|
|
1801
|
+
def as_pointer(self):
|
|
1802
|
+
""" """
|
|
1803
|
+
...
|
|
1804
|
+
|
|
1805
|
+
def bl_rna_get_subclass(self):
|
|
1806
|
+
""" """
|
|
1807
|
+
...
|
|
1808
|
+
|
|
1809
|
+
def bl_rna_get_subclass_py(self):
|
|
1810
|
+
""" """
|
|
1811
|
+
...
|
|
1812
|
+
|
|
1185
1813
|
def draw(self, _context):
|
|
1186
1814
|
"""
|
|
1187
1815
|
|
|
1188
|
-
:param self:
|
|
1189
|
-
:type self:
|
|
1190
1816
|
:param _context:
|
|
1191
|
-
:type _context:
|
|
1192
1817
|
"""
|
|
1193
1818
|
...
|
|
1194
1819
|
|
|
@@ -1196,38 +1821,81 @@ class OUTLINER_MT_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1196
1821
|
"""
|
|
1197
1822
|
|
|
1198
1823
|
:param context:
|
|
1199
|
-
:type context:
|
|
1200
1824
|
:param layout:
|
|
1201
|
-
:type layout:
|
|
1202
1825
|
"""
|
|
1203
1826
|
...
|
|
1204
1827
|
|
|
1205
1828
|
def draw_preset(self, _context):
|
|
1206
1829
|
"""
|
|
1207
1830
|
|
|
1208
|
-
:param self:
|
|
1209
|
-
:type self:
|
|
1210
1831
|
:param _context:
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
def
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
def
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
def
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
def
|
|
1832
|
+
"""
|
|
1833
|
+
...
|
|
1834
|
+
|
|
1835
|
+
def driver_add(self):
|
|
1836
|
+
""" """
|
|
1837
|
+
...
|
|
1838
|
+
|
|
1839
|
+
def driver_remove(self):
|
|
1840
|
+
""" """
|
|
1841
|
+
...
|
|
1842
|
+
|
|
1843
|
+
def get(self):
|
|
1844
|
+
""" """
|
|
1845
|
+
...
|
|
1846
|
+
|
|
1847
|
+
def id_properties_clear(self):
|
|
1848
|
+
""" """
|
|
1849
|
+
...
|
|
1850
|
+
|
|
1851
|
+
def id_properties_ensure(self):
|
|
1852
|
+
""" """
|
|
1853
|
+
...
|
|
1854
|
+
|
|
1855
|
+
def id_properties_ui(self):
|
|
1856
|
+
""" """
|
|
1857
|
+
...
|
|
1858
|
+
|
|
1859
|
+
def is_extended(self):
|
|
1860
|
+
""" """
|
|
1861
|
+
...
|
|
1862
|
+
|
|
1863
|
+
def is_property_hidden(self):
|
|
1864
|
+
""" """
|
|
1865
|
+
...
|
|
1866
|
+
|
|
1867
|
+
def is_property_overridable_library(self):
|
|
1868
|
+
""" """
|
|
1869
|
+
...
|
|
1870
|
+
|
|
1871
|
+
def is_property_readonly(self):
|
|
1872
|
+
""" """
|
|
1873
|
+
...
|
|
1874
|
+
|
|
1875
|
+
def is_property_set(self):
|
|
1876
|
+
""" """
|
|
1877
|
+
...
|
|
1878
|
+
|
|
1879
|
+
def items(self):
|
|
1880
|
+
""" """
|
|
1881
|
+
...
|
|
1882
|
+
|
|
1883
|
+
def keyframe_delete(self):
|
|
1884
|
+
""" """
|
|
1885
|
+
...
|
|
1886
|
+
|
|
1887
|
+
def keyframe_insert(self):
|
|
1888
|
+
""" """
|
|
1889
|
+
...
|
|
1890
|
+
|
|
1891
|
+
def keys(self):
|
|
1892
|
+
""" """
|
|
1893
|
+
...
|
|
1894
|
+
|
|
1895
|
+
def path_from_id(self):
|
|
1896
|
+
""" """
|
|
1897
|
+
...
|
|
1898
|
+
|
|
1231
1899
|
def path_menu(
|
|
1232
1900
|
self,
|
|
1233
1901
|
searchpaths,
|
|
@@ -1241,81 +1909,97 @@ class OUTLINER_MT_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1241
1909
|
):
|
|
1242
1910
|
"""
|
|
1243
1911
|
|
|
1244
|
-
:param self:
|
|
1245
|
-
:type self:
|
|
1246
1912
|
:param searchpaths:
|
|
1247
|
-
:type searchpaths:
|
|
1248
1913
|
:param operator:
|
|
1249
|
-
:type operator:
|
|
1250
1914
|
:param props_default:
|
|
1251
|
-
:type props_default:
|
|
1252
1915
|
:param prop_filepath:
|
|
1253
|
-
:type prop_filepath:
|
|
1254
1916
|
:param filter_ext:
|
|
1255
|
-
:type filter_ext:
|
|
1256
1917
|
:param filter_path:
|
|
1257
|
-
:type filter_path:
|
|
1258
1918
|
:param display_name:
|
|
1259
|
-
:type display_name:
|
|
1260
1919
|
:param add_operator:
|
|
1261
|
-
:type add_operator:
|
|
1262
1920
|
"""
|
|
1263
1921
|
...
|
|
1264
1922
|
|
|
1265
|
-
def path_resolve(self):
|
|
1923
|
+
def path_resolve(self):
|
|
1924
|
+
""" """
|
|
1925
|
+
...
|
|
1926
|
+
|
|
1266
1927
|
def poll(self, context):
|
|
1267
1928
|
"""
|
|
1268
1929
|
|
|
1269
1930
|
:param context:
|
|
1270
|
-
:type context:
|
|
1271
1931
|
"""
|
|
1272
1932
|
...
|
|
1273
1933
|
|
|
1274
|
-
def pop(self):
|
|
1934
|
+
def pop(self):
|
|
1935
|
+
""" """
|
|
1936
|
+
...
|
|
1937
|
+
|
|
1275
1938
|
def prepend(self, draw_func):
|
|
1276
1939
|
"""
|
|
1277
1940
|
|
|
1278
1941
|
:param draw_func:
|
|
1279
|
-
:type draw_func:
|
|
1280
1942
|
"""
|
|
1281
1943
|
...
|
|
1282
1944
|
|
|
1283
|
-
def property_overridable_library_set(self):
|
|
1284
|
-
|
|
1945
|
+
def property_overridable_library_set(self):
|
|
1946
|
+
""" """
|
|
1947
|
+
...
|
|
1948
|
+
|
|
1949
|
+
def property_unset(self):
|
|
1950
|
+
""" """
|
|
1951
|
+
...
|
|
1952
|
+
|
|
1285
1953
|
def remove(self, draw_func):
|
|
1286
1954
|
"""
|
|
1287
1955
|
|
|
1288
1956
|
:param draw_func:
|
|
1289
|
-
:type draw_func:
|
|
1290
1957
|
"""
|
|
1291
1958
|
...
|
|
1292
1959
|
|
|
1293
|
-
def type_recast(self):
|
|
1294
|
-
|
|
1960
|
+
def type_recast(self):
|
|
1961
|
+
""" """
|
|
1962
|
+
...
|
|
1963
|
+
|
|
1964
|
+
def values(self):
|
|
1965
|
+
""" """
|
|
1966
|
+
...
|
|
1967
|
+
|
|
1968
|
+
class OUTLINER_MT_object(bpy_types._GenericUI):
|
|
1969
|
+
""" """
|
|
1295
1970
|
|
|
1296
|
-
class OUTLINER_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
1297
1971
|
bl_label: typing.Any
|
|
1972
|
+
""" """
|
|
1973
|
+
|
|
1298
1974
|
bl_rna: typing.Any
|
|
1975
|
+
""" """
|
|
1976
|
+
|
|
1299
1977
|
id_data: typing.Any
|
|
1978
|
+
""" """
|
|
1300
1979
|
|
|
1301
1980
|
def append(self, draw_func):
|
|
1302
1981
|
"""
|
|
1303
1982
|
|
|
1304
1983
|
:param draw_func:
|
|
1305
|
-
:type draw_func:
|
|
1306
1984
|
"""
|
|
1307
1985
|
...
|
|
1308
1986
|
|
|
1309
|
-
def as_pointer(self):
|
|
1310
|
-
|
|
1311
|
-
|
|
1987
|
+
def as_pointer(self):
|
|
1988
|
+
""" """
|
|
1989
|
+
...
|
|
1990
|
+
|
|
1991
|
+
def bl_rna_get_subclass(self):
|
|
1992
|
+
""" """
|
|
1993
|
+
...
|
|
1994
|
+
|
|
1995
|
+
def bl_rna_get_subclass_py(self):
|
|
1996
|
+
""" """
|
|
1997
|
+
...
|
|
1998
|
+
|
|
1312
1999
|
def draw(self, context):
|
|
1313
2000
|
"""
|
|
1314
2001
|
|
|
1315
|
-
:param self:
|
|
1316
|
-
:type self:
|
|
1317
2002
|
:param context:
|
|
1318
|
-
:type context:
|
|
1319
2003
|
"""
|
|
1320
2004
|
...
|
|
1321
2005
|
|
|
@@ -1323,38 +2007,81 @@ class OUTLINER_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1323
2007
|
"""
|
|
1324
2008
|
|
|
1325
2009
|
:param context:
|
|
1326
|
-
:type context:
|
|
1327
2010
|
:param layout:
|
|
1328
|
-
:type layout:
|
|
1329
2011
|
"""
|
|
1330
2012
|
...
|
|
1331
2013
|
|
|
1332
2014
|
def draw_preset(self, _context):
|
|
1333
2015
|
"""
|
|
1334
2016
|
|
|
1335
|
-
:param self:
|
|
1336
|
-
:type self:
|
|
1337
2017
|
:param _context:
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
def
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
def
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
def
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
def
|
|
2018
|
+
"""
|
|
2019
|
+
...
|
|
2020
|
+
|
|
2021
|
+
def driver_add(self):
|
|
2022
|
+
""" """
|
|
2023
|
+
...
|
|
2024
|
+
|
|
2025
|
+
def driver_remove(self):
|
|
2026
|
+
""" """
|
|
2027
|
+
...
|
|
2028
|
+
|
|
2029
|
+
def get(self):
|
|
2030
|
+
""" """
|
|
2031
|
+
...
|
|
2032
|
+
|
|
2033
|
+
def id_properties_clear(self):
|
|
2034
|
+
""" """
|
|
2035
|
+
...
|
|
2036
|
+
|
|
2037
|
+
def id_properties_ensure(self):
|
|
2038
|
+
""" """
|
|
2039
|
+
...
|
|
2040
|
+
|
|
2041
|
+
def id_properties_ui(self):
|
|
2042
|
+
""" """
|
|
2043
|
+
...
|
|
2044
|
+
|
|
2045
|
+
def is_extended(self):
|
|
2046
|
+
""" """
|
|
2047
|
+
...
|
|
2048
|
+
|
|
2049
|
+
def is_property_hidden(self):
|
|
2050
|
+
""" """
|
|
2051
|
+
...
|
|
2052
|
+
|
|
2053
|
+
def is_property_overridable_library(self):
|
|
2054
|
+
""" """
|
|
2055
|
+
...
|
|
2056
|
+
|
|
2057
|
+
def is_property_readonly(self):
|
|
2058
|
+
""" """
|
|
2059
|
+
...
|
|
2060
|
+
|
|
2061
|
+
def is_property_set(self):
|
|
2062
|
+
""" """
|
|
2063
|
+
...
|
|
2064
|
+
|
|
2065
|
+
def items(self):
|
|
2066
|
+
""" """
|
|
2067
|
+
...
|
|
2068
|
+
|
|
2069
|
+
def keyframe_delete(self):
|
|
2070
|
+
""" """
|
|
2071
|
+
...
|
|
2072
|
+
|
|
2073
|
+
def keyframe_insert(self):
|
|
2074
|
+
""" """
|
|
2075
|
+
...
|
|
2076
|
+
|
|
2077
|
+
def keys(self):
|
|
2078
|
+
""" """
|
|
2079
|
+
...
|
|
2080
|
+
|
|
2081
|
+
def path_from_id(self):
|
|
2082
|
+
""" """
|
|
2083
|
+
...
|
|
2084
|
+
|
|
1358
2085
|
def path_menu(
|
|
1359
2086
|
self,
|
|
1360
2087
|
searchpaths,
|
|
@@ -1368,73 +2095,90 @@ class OUTLINER_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1368
2095
|
):
|
|
1369
2096
|
"""
|
|
1370
2097
|
|
|
1371
|
-
:param self:
|
|
1372
|
-
:type self:
|
|
1373
2098
|
:param searchpaths:
|
|
1374
|
-
:type searchpaths:
|
|
1375
2099
|
:param operator:
|
|
1376
|
-
:type operator:
|
|
1377
2100
|
:param props_default:
|
|
1378
|
-
:type props_default:
|
|
1379
2101
|
:param prop_filepath:
|
|
1380
|
-
:type prop_filepath:
|
|
1381
2102
|
:param filter_ext:
|
|
1382
|
-
:type filter_ext:
|
|
1383
2103
|
:param filter_path:
|
|
1384
|
-
:type filter_path:
|
|
1385
2104
|
:param display_name:
|
|
1386
|
-
:type display_name:
|
|
1387
2105
|
:param add_operator:
|
|
1388
|
-
:type add_operator:
|
|
1389
2106
|
"""
|
|
1390
2107
|
...
|
|
1391
2108
|
|
|
1392
|
-
def path_resolve(self):
|
|
1393
|
-
|
|
2109
|
+
def path_resolve(self):
|
|
2110
|
+
""" """
|
|
2111
|
+
...
|
|
2112
|
+
|
|
2113
|
+
def pop(self):
|
|
2114
|
+
""" """
|
|
2115
|
+
...
|
|
2116
|
+
|
|
1394
2117
|
def prepend(self, draw_func):
|
|
1395
2118
|
"""
|
|
1396
2119
|
|
|
1397
2120
|
:param draw_func:
|
|
1398
|
-
:type draw_func:
|
|
1399
2121
|
"""
|
|
1400
2122
|
...
|
|
1401
2123
|
|
|
1402
|
-
def property_overridable_library_set(self):
|
|
1403
|
-
|
|
2124
|
+
def property_overridable_library_set(self):
|
|
2125
|
+
""" """
|
|
2126
|
+
...
|
|
2127
|
+
|
|
2128
|
+
def property_unset(self):
|
|
2129
|
+
""" """
|
|
2130
|
+
...
|
|
2131
|
+
|
|
1404
2132
|
def remove(self, draw_func):
|
|
1405
2133
|
"""
|
|
1406
2134
|
|
|
1407
2135
|
:param draw_func:
|
|
1408
|
-
:type draw_func:
|
|
1409
2136
|
"""
|
|
1410
2137
|
...
|
|
1411
2138
|
|
|
1412
|
-
def type_recast(self):
|
|
1413
|
-
|
|
2139
|
+
def type_recast(self):
|
|
2140
|
+
""" """
|
|
2141
|
+
...
|
|
2142
|
+
|
|
2143
|
+
def values(self):
|
|
2144
|
+
""" """
|
|
2145
|
+
...
|
|
2146
|
+
|
|
2147
|
+
class OUTLINER_MT_view_pie(bpy_types._GenericUI):
|
|
2148
|
+
""" """
|
|
1414
2149
|
|
|
1415
|
-
class OUTLINER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
1416
2150
|
bl_label: typing.Any
|
|
2151
|
+
""" """
|
|
2152
|
+
|
|
1417
2153
|
bl_rna: typing.Any
|
|
2154
|
+
""" """
|
|
2155
|
+
|
|
1418
2156
|
id_data: typing.Any
|
|
2157
|
+
""" """
|
|
1419
2158
|
|
|
1420
2159
|
def append(self, draw_func):
|
|
1421
2160
|
"""
|
|
1422
2161
|
|
|
1423
2162
|
:param draw_func:
|
|
1424
|
-
:type draw_func:
|
|
1425
2163
|
"""
|
|
1426
2164
|
...
|
|
1427
2165
|
|
|
1428
|
-
def as_pointer(self):
|
|
1429
|
-
|
|
1430
|
-
|
|
2166
|
+
def as_pointer(self):
|
|
2167
|
+
""" """
|
|
2168
|
+
...
|
|
2169
|
+
|
|
2170
|
+
def bl_rna_get_subclass(self):
|
|
2171
|
+
""" """
|
|
2172
|
+
...
|
|
2173
|
+
|
|
2174
|
+
def bl_rna_get_subclass_py(self):
|
|
2175
|
+
""" """
|
|
2176
|
+
...
|
|
2177
|
+
|
|
1431
2178
|
def draw(self, _context):
|
|
1432
2179
|
"""
|
|
1433
2180
|
|
|
1434
|
-
:param self:
|
|
1435
|
-
:type self:
|
|
1436
2181
|
:param _context:
|
|
1437
|
-
:type _context:
|
|
1438
2182
|
"""
|
|
1439
2183
|
...
|
|
1440
2184
|
|
|
@@ -1442,38 +2186,81 @@ class OUTLINER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1442
2186
|
"""
|
|
1443
2187
|
|
|
1444
2188
|
:param context:
|
|
1445
|
-
:type context:
|
|
1446
2189
|
:param layout:
|
|
1447
|
-
:type layout:
|
|
1448
2190
|
"""
|
|
1449
2191
|
...
|
|
1450
2192
|
|
|
1451
2193
|
def draw_preset(self, _context):
|
|
1452
2194
|
"""
|
|
1453
2195
|
|
|
1454
|
-
:param self:
|
|
1455
|
-
:type self:
|
|
1456
2196
|
:param _context:
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
def
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
def
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
def
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
def
|
|
2197
|
+
"""
|
|
2198
|
+
...
|
|
2199
|
+
|
|
2200
|
+
def driver_add(self):
|
|
2201
|
+
""" """
|
|
2202
|
+
...
|
|
2203
|
+
|
|
2204
|
+
def driver_remove(self):
|
|
2205
|
+
""" """
|
|
2206
|
+
...
|
|
2207
|
+
|
|
2208
|
+
def get(self):
|
|
2209
|
+
""" """
|
|
2210
|
+
...
|
|
2211
|
+
|
|
2212
|
+
def id_properties_clear(self):
|
|
2213
|
+
""" """
|
|
2214
|
+
...
|
|
2215
|
+
|
|
2216
|
+
def id_properties_ensure(self):
|
|
2217
|
+
""" """
|
|
2218
|
+
...
|
|
2219
|
+
|
|
2220
|
+
def id_properties_ui(self):
|
|
2221
|
+
""" """
|
|
2222
|
+
...
|
|
2223
|
+
|
|
2224
|
+
def is_extended(self):
|
|
2225
|
+
""" """
|
|
2226
|
+
...
|
|
2227
|
+
|
|
2228
|
+
def is_property_hidden(self):
|
|
2229
|
+
""" """
|
|
2230
|
+
...
|
|
2231
|
+
|
|
2232
|
+
def is_property_overridable_library(self):
|
|
2233
|
+
""" """
|
|
2234
|
+
...
|
|
2235
|
+
|
|
2236
|
+
def is_property_readonly(self):
|
|
2237
|
+
""" """
|
|
2238
|
+
...
|
|
2239
|
+
|
|
2240
|
+
def is_property_set(self):
|
|
2241
|
+
""" """
|
|
2242
|
+
...
|
|
2243
|
+
|
|
2244
|
+
def items(self):
|
|
2245
|
+
""" """
|
|
2246
|
+
...
|
|
2247
|
+
|
|
2248
|
+
def keyframe_delete(self):
|
|
2249
|
+
""" """
|
|
2250
|
+
...
|
|
2251
|
+
|
|
2252
|
+
def keyframe_insert(self):
|
|
2253
|
+
""" """
|
|
2254
|
+
...
|
|
2255
|
+
|
|
2256
|
+
def keys(self):
|
|
2257
|
+
""" """
|
|
2258
|
+
...
|
|
2259
|
+
|
|
2260
|
+
def path_from_id(self):
|
|
2261
|
+
""" """
|
|
2262
|
+
...
|
|
2263
|
+
|
|
1477
2264
|
def path_menu(
|
|
1478
2265
|
self,
|
|
1479
2266
|
searchpaths,
|
|
@@ -1487,115 +2274,202 @@ class OUTLINER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1487
2274
|
):
|
|
1488
2275
|
"""
|
|
1489
2276
|
|
|
1490
|
-
:param self:
|
|
1491
|
-
:type self:
|
|
1492
2277
|
:param searchpaths:
|
|
1493
|
-
:type searchpaths:
|
|
1494
2278
|
:param operator:
|
|
1495
|
-
:type operator:
|
|
1496
2279
|
:param props_default:
|
|
1497
|
-
:type props_default:
|
|
1498
2280
|
:param prop_filepath:
|
|
1499
|
-
:type prop_filepath:
|
|
1500
2281
|
:param filter_ext:
|
|
1501
|
-
:type filter_ext:
|
|
1502
2282
|
:param filter_path:
|
|
1503
|
-
:type filter_path:
|
|
1504
2283
|
:param display_name:
|
|
1505
|
-
:type display_name:
|
|
1506
2284
|
:param add_operator:
|
|
1507
|
-
:type add_operator:
|
|
1508
2285
|
"""
|
|
1509
2286
|
...
|
|
1510
2287
|
|
|
1511
|
-
def path_resolve(self):
|
|
1512
|
-
|
|
2288
|
+
def path_resolve(self):
|
|
2289
|
+
""" """
|
|
2290
|
+
...
|
|
2291
|
+
|
|
2292
|
+
def pop(self):
|
|
2293
|
+
""" """
|
|
2294
|
+
...
|
|
2295
|
+
|
|
1513
2296
|
def prepend(self, draw_func):
|
|
1514
2297
|
"""
|
|
1515
2298
|
|
|
1516
2299
|
:param draw_func:
|
|
1517
|
-
:type draw_func:
|
|
1518
2300
|
"""
|
|
1519
2301
|
...
|
|
1520
2302
|
|
|
1521
|
-
def property_overridable_library_set(self):
|
|
1522
|
-
|
|
2303
|
+
def property_overridable_library_set(self):
|
|
2304
|
+
""" """
|
|
2305
|
+
...
|
|
2306
|
+
|
|
2307
|
+
def property_unset(self):
|
|
2308
|
+
""" """
|
|
2309
|
+
...
|
|
2310
|
+
|
|
1523
2311
|
def remove(self, draw_func):
|
|
1524
2312
|
"""
|
|
1525
2313
|
|
|
1526
2314
|
:param draw_func:
|
|
1527
|
-
:type draw_func:
|
|
1528
2315
|
"""
|
|
1529
2316
|
...
|
|
1530
2317
|
|
|
1531
|
-
def type_recast(self):
|
|
1532
|
-
|
|
2318
|
+
def type_recast(self):
|
|
2319
|
+
""" """
|
|
2320
|
+
...
|
|
2321
|
+
|
|
2322
|
+
def values(self):
|
|
2323
|
+
""" """
|
|
2324
|
+
...
|
|
2325
|
+
|
|
2326
|
+
class OUTLINER_PT_filter(bpy_types._GenericUI):
|
|
2327
|
+
""" """
|
|
1533
2328
|
|
|
1534
|
-
class OUTLINER_PT_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
1535
2329
|
bl_label: typing.Any
|
|
2330
|
+
""" """
|
|
2331
|
+
|
|
1536
2332
|
bl_region_type: typing.Any
|
|
2333
|
+
""" """
|
|
2334
|
+
|
|
1537
2335
|
bl_rna: typing.Any
|
|
2336
|
+
""" """
|
|
2337
|
+
|
|
1538
2338
|
bl_space_type: typing.Any
|
|
2339
|
+
""" """
|
|
2340
|
+
|
|
1539
2341
|
id_data: typing.Any
|
|
2342
|
+
""" """
|
|
1540
2343
|
|
|
1541
2344
|
def append(self, draw_func):
|
|
1542
2345
|
"""
|
|
1543
2346
|
|
|
1544
2347
|
:param draw_func:
|
|
1545
|
-
:type draw_func:
|
|
1546
2348
|
"""
|
|
1547
2349
|
...
|
|
1548
2350
|
|
|
1549
|
-
def as_pointer(self):
|
|
1550
|
-
|
|
1551
|
-
|
|
2351
|
+
def as_pointer(self):
|
|
2352
|
+
""" """
|
|
2353
|
+
...
|
|
2354
|
+
|
|
2355
|
+
def bl_rna_get_subclass(self):
|
|
2356
|
+
""" """
|
|
2357
|
+
...
|
|
2358
|
+
|
|
2359
|
+
def bl_rna_get_subclass_py(self):
|
|
2360
|
+
""" """
|
|
2361
|
+
...
|
|
2362
|
+
|
|
1552
2363
|
def draw(self, context):
|
|
1553
2364
|
"""
|
|
1554
2365
|
|
|
1555
|
-
:param self:
|
|
1556
|
-
:type self:
|
|
1557
2366
|
:param context:
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
def
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
def
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
def
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
def
|
|
1578
|
-
|
|
1579
|
-
|
|
2367
|
+
"""
|
|
2368
|
+
...
|
|
2369
|
+
|
|
2370
|
+
def driver_add(self):
|
|
2371
|
+
""" """
|
|
2372
|
+
...
|
|
2373
|
+
|
|
2374
|
+
def driver_remove(self):
|
|
2375
|
+
""" """
|
|
2376
|
+
...
|
|
2377
|
+
|
|
2378
|
+
def get(self):
|
|
2379
|
+
""" """
|
|
2380
|
+
...
|
|
2381
|
+
|
|
2382
|
+
def id_properties_clear(self):
|
|
2383
|
+
""" """
|
|
2384
|
+
...
|
|
2385
|
+
|
|
2386
|
+
def id_properties_ensure(self):
|
|
2387
|
+
""" """
|
|
2388
|
+
...
|
|
2389
|
+
|
|
2390
|
+
def id_properties_ui(self):
|
|
2391
|
+
""" """
|
|
2392
|
+
...
|
|
2393
|
+
|
|
2394
|
+
def is_extended(self):
|
|
2395
|
+
""" """
|
|
2396
|
+
...
|
|
2397
|
+
|
|
2398
|
+
def is_property_hidden(self):
|
|
2399
|
+
""" """
|
|
2400
|
+
...
|
|
2401
|
+
|
|
2402
|
+
def is_property_overridable_library(self):
|
|
2403
|
+
""" """
|
|
2404
|
+
...
|
|
2405
|
+
|
|
2406
|
+
def is_property_readonly(self):
|
|
2407
|
+
""" """
|
|
2408
|
+
...
|
|
2409
|
+
|
|
2410
|
+
def is_property_set(self):
|
|
2411
|
+
""" """
|
|
2412
|
+
...
|
|
2413
|
+
|
|
2414
|
+
def items(self):
|
|
2415
|
+
""" """
|
|
2416
|
+
...
|
|
2417
|
+
|
|
2418
|
+
def keyframe_delete(self):
|
|
2419
|
+
""" """
|
|
2420
|
+
...
|
|
2421
|
+
|
|
2422
|
+
def keyframe_insert(self):
|
|
2423
|
+
""" """
|
|
2424
|
+
...
|
|
2425
|
+
|
|
2426
|
+
def keys(self):
|
|
2427
|
+
""" """
|
|
2428
|
+
...
|
|
2429
|
+
|
|
2430
|
+
def path_from_id(self):
|
|
2431
|
+
""" """
|
|
2432
|
+
...
|
|
2433
|
+
|
|
2434
|
+
def path_resolve(self):
|
|
2435
|
+
""" """
|
|
2436
|
+
...
|
|
2437
|
+
|
|
2438
|
+
def pop(self):
|
|
2439
|
+
""" """
|
|
2440
|
+
...
|
|
2441
|
+
|
|
1580
2442
|
def prepend(self, draw_func):
|
|
1581
2443
|
"""
|
|
1582
2444
|
|
|
1583
2445
|
:param draw_func:
|
|
1584
|
-
:type draw_func:
|
|
1585
2446
|
"""
|
|
1586
2447
|
...
|
|
1587
2448
|
|
|
1588
|
-
def property_overridable_library_set(self):
|
|
1589
|
-
|
|
2449
|
+
def property_overridable_library_set(self):
|
|
2450
|
+
""" """
|
|
2451
|
+
...
|
|
2452
|
+
|
|
2453
|
+
def property_unset(self):
|
|
2454
|
+
""" """
|
|
2455
|
+
...
|
|
2456
|
+
|
|
1590
2457
|
def remove(self, draw_func):
|
|
1591
2458
|
"""
|
|
1592
2459
|
|
|
1593
2460
|
:param draw_func:
|
|
1594
|
-
:type draw_func:
|
|
1595
2461
|
"""
|
|
1596
2462
|
...
|
|
1597
2463
|
|
|
1598
|
-
def type_recast(self):
|
|
1599
|
-
|
|
2464
|
+
def type_recast(self):
|
|
2465
|
+
""" """
|
|
2466
|
+
...
|
|
2467
|
+
|
|
2468
|
+
def values(self):
|
|
2469
|
+
""" """
|
|
2470
|
+
...
|
|
2471
|
+
|
|
2472
|
+
def has_selected_ids_in_context(context):
|
|
2473
|
+
""" """
|
|
1600
2474
|
|
|
1601
|
-
|
|
2475
|
+
...
|