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