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,39 +1,125 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy_types
|
|
4
|
-
import rna_prop_ui
|
|
5
|
-
import bl_ui.properties_animviz
|
|
6
3
|
|
|
7
4
|
GenericType = typing.TypeVar("GenericType")
|
|
8
5
|
|
|
9
|
-
class ARMATURE_MT_collection_context_menu(bpy_types.
|
|
6
|
+
class ARMATURE_MT_collection_context_menu(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
10
9
|
bl_label: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
11
12
|
bl_rna: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
12
15
|
id_data: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
|
+
def append(self, draw_func):
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
:param draw_func:
|
|
22
|
+
"""
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
def as_pointer(self):
|
|
26
|
+
""" """
|
|
27
|
+
...
|
|
28
|
+
|
|
29
|
+
def bl_rna_get_subclass(self):
|
|
30
|
+
""" """
|
|
31
|
+
...
|
|
32
|
+
|
|
33
|
+
def bl_rna_get_subclass_py(self):
|
|
34
|
+
""" """
|
|
35
|
+
...
|
|
36
|
+
|
|
37
|
+
def draw(self, context):
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
:param context:
|
|
41
|
+
"""
|
|
42
|
+
...
|
|
43
|
+
|
|
44
|
+
def draw_collapsible(self, context, layout):
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
:param context:
|
|
48
|
+
:param layout:
|
|
49
|
+
"""
|
|
50
|
+
...
|
|
51
|
+
|
|
52
|
+
def draw_preset(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
|
+
...
|
|
13
122
|
|
|
14
|
-
def append(self, draw_func): ...
|
|
15
|
-
def as_pointer(self): ...
|
|
16
|
-
def bl_rna_get_subclass(self): ...
|
|
17
|
-
def bl_rna_get_subclass_py(self): ...
|
|
18
|
-
def draw(self, context): ...
|
|
19
|
-
def draw_collapsible(self, context, layout): ...
|
|
20
|
-
def draw_preset(self, _context): ...
|
|
21
|
-
def driver_add(self): ...
|
|
22
|
-
def driver_remove(self): ...
|
|
23
|
-
def get(self): ...
|
|
24
|
-
def id_properties_clear(self): ...
|
|
25
|
-
def id_properties_ensure(self): ...
|
|
26
|
-
def id_properties_ui(self): ...
|
|
27
|
-
def is_extended(self): ...
|
|
28
|
-
def is_property_hidden(self): ...
|
|
29
|
-
def is_property_overridable_library(self): ...
|
|
30
|
-
def is_property_readonly(self): ...
|
|
31
|
-
def is_property_set(self): ...
|
|
32
|
-
def items(self): ...
|
|
33
|
-
def keyframe_delete(self): ...
|
|
34
|
-
def keyframe_insert(self): ...
|
|
35
|
-
def keys(self): ...
|
|
36
|
-
def path_from_id(self): ...
|
|
37
123
|
def path_menu(
|
|
38
124
|
self,
|
|
39
125
|
searchpaths,
|
|
@@ -44,44 +130,175 @@ class ARMATURE_MT_collection_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
44
130
|
filter_path,
|
|
45
131
|
display_name,
|
|
46
132
|
add_operator,
|
|
47
|
-
):
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
133
|
+
):
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
:param searchpaths:
|
|
137
|
+
:param operator:
|
|
138
|
+
:param props_default:
|
|
139
|
+
:param prop_filepath:
|
|
140
|
+
:param filter_ext:
|
|
141
|
+
:param filter_path:
|
|
142
|
+
:param display_name:
|
|
143
|
+
:param add_operator:
|
|
144
|
+
"""
|
|
145
|
+
...
|
|
146
|
+
|
|
147
|
+
def path_resolve(self):
|
|
148
|
+
""" """
|
|
149
|
+
...
|
|
150
|
+
|
|
151
|
+
def pop(self):
|
|
152
|
+
""" """
|
|
153
|
+
...
|
|
154
|
+
|
|
155
|
+
def prepend(self, draw_func):
|
|
156
|
+
"""
|
|
157
|
+
|
|
158
|
+
:param draw_func:
|
|
159
|
+
"""
|
|
160
|
+
...
|
|
161
|
+
|
|
162
|
+
def property_overridable_library_set(self):
|
|
163
|
+
""" """
|
|
164
|
+
...
|
|
165
|
+
|
|
166
|
+
def property_unset(self):
|
|
167
|
+
""" """
|
|
168
|
+
...
|
|
169
|
+
|
|
170
|
+
def remove(self, draw_func):
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
:param draw_func:
|
|
174
|
+
"""
|
|
175
|
+
...
|
|
176
|
+
|
|
177
|
+
def type_recast(self):
|
|
178
|
+
""" """
|
|
179
|
+
...
|
|
180
|
+
|
|
181
|
+
def values(self):
|
|
182
|
+
""" """
|
|
183
|
+
...
|
|
184
|
+
|
|
185
|
+
class ARMATURE_MT_collection_tree_context_menu(bpy_types._GenericUI):
|
|
186
|
+
""" """
|
|
187
|
+
|
|
58
188
|
bl_label: typing.Any
|
|
189
|
+
""" """
|
|
190
|
+
|
|
59
191
|
bl_rna: typing.Any
|
|
192
|
+
""" """
|
|
193
|
+
|
|
60
194
|
id_data: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
197
|
+
def append(self, draw_func):
|
|
198
|
+
"""
|
|
199
|
+
|
|
200
|
+
:param draw_func:
|
|
201
|
+
"""
|
|
202
|
+
...
|
|
203
|
+
|
|
204
|
+
def as_pointer(self):
|
|
205
|
+
""" """
|
|
206
|
+
...
|
|
207
|
+
|
|
208
|
+
def bl_rna_get_subclass(self):
|
|
209
|
+
""" """
|
|
210
|
+
...
|
|
211
|
+
|
|
212
|
+
def bl_rna_get_subclass_py(self):
|
|
213
|
+
""" """
|
|
214
|
+
...
|
|
215
|
+
|
|
216
|
+
def draw(self, context):
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
:param context:
|
|
220
|
+
"""
|
|
221
|
+
...
|
|
222
|
+
|
|
223
|
+
def draw_collapsible(self, context, layout):
|
|
224
|
+
"""
|
|
225
|
+
|
|
226
|
+
:param context:
|
|
227
|
+
:param layout:
|
|
228
|
+
"""
|
|
229
|
+
...
|
|
230
|
+
|
|
231
|
+
def draw_preset(self, _context):
|
|
232
|
+
"""
|
|
233
|
+
|
|
234
|
+
:param _context:
|
|
235
|
+
"""
|
|
236
|
+
...
|
|
237
|
+
|
|
238
|
+
def driver_add(self):
|
|
239
|
+
""" """
|
|
240
|
+
...
|
|
241
|
+
|
|
242
|
+
def driver_remove(self):
|
|
243
|
+
""" """
|
|
244
|
+
...
|
|
245
|
+
|
|
246
|
+
def get(self):
|
|
247
|
+
""" """
|
|
248
|
+
...
|
|
249
|
+
|
|
250
|
+
def id_properties_clear(self):
|
|
251
|
+
""" """
|
|
252
|
+
...
|
|
253
|
+
|
|
254
|
+
def id_properties_ensure(self):
|
|
255
|
+
""" """
|
|
256
|
+
...
|
|
257
|
+
|
|
258
|
+
def id_properties_ui(self):
|
|
259
|
+
""" """
|
|
260
|
+
...
|
|
261
|
+
|
|
262
|
+
def is_extended(self):
|
|
263
|
+
""" """
|
|
264
|
+
...
|
|
265
|
+
|
|
266
|
+
def is_property_hidden(self):
|
|
267
|
+
""" """
|
|
268
|
+
...
|
|
269
|
+
|
|
270
|
+
def is_property_overridable_library(self):
|
|
271
|
+
""" """
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def is_property_readonly(self):
|
|
275
|
+
""" """
|
|
276
|
+
...
|
|
277
|
+
|
|
278
|
+
def is_property_set(self):
|
|
279
|
+
""" """
|
|
280
|
+
...
|
|
281
|
+
|
|
282
|
+
def items(self):
|
|
283
|
+
""" """
|
|
284
|
+
...
|
|
285
|
+
|
|
286
|
+
def keyframe_delete(self):
|
|
287
|
+
""" """
|
|
288
|
+
...
|
|
289
|
+
|
|
290
|
+
def keyframe_insert(self):
|
|
291
|
+
""" """
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
def keys(self):
|
|
295
|
+
""" """
|
|
296
|
+
...
|
|
297
|
+
|
|
298
|
+
def path_from_id(self):
|
|
299
|
+
""" """
|
|
300
|
+
...
|
|
61
301
|
|
|
62
|
-
def append(self, draw_func): ...
|
|
63
|
-
def as_pointer(self): ...
|
|
64
|
-
def bl_rna_get_subclass(self): ...
|
|
65
|
-
def bl_rna_get_subclass_py(self): ...
|
|
66
|
-
def draw(self, context): ...
|
|
67
|
-
def draw_collapsible(self, context, layout): ...
|
|
68
|
-
def draw_preset(self, _context): ...
|
|
69
|
-
def driver_add(self): ...
|
|
70
|
-
def driver_remove(self): ...
|
|
71
|
-
def get(self): ...
|
|
72
|
-
def id_properties_clear(self): ...
|
|
73
|
-
def id_properties_ensure(self): ...
|
|
74
|
-
def id_properties_ui(self): ...
|
|
75
|
-
def is_extended(self): ...
|
|
76
|
-
def is_property_hidden(self): ...
|
|
77
|
-
def is_property_overridable_library(self): ...
|
|
78
|
-
def is_property_readonly(self): ...
|
|
79
|
-
def is_property_set(self): ...
|
|
80
|
-
def items(self): ...
|
|
81
|
-
def keyframe_delete(self): ...
|
|
82
|
-
def keyframe_insert(self): ...
|
|
83
|
-
def keys(self): ...
|
|
84
|
-
def path_from_id(self): ...
|
|
85
302
|
def path_menu(
|
|
86
303
|
self,
|
|
87
304
|
searchpaths,
|
|
@@ -92,451 +309,1690 @@ class ARMATURE_MT_collection_tree_context_menu(bpy_types.Menu, bpy_types._Generi
|
|
|
92
309
|
filter_path,
|
|
93
310
|
display_name,
|
|
94
311
|
add_operator,
|
|
95
|
-
):
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
312
|
+
):
|
|
313
|
+
"""
|
|
314
|
+
|
|
315
|
+
:param searchpaths:
|
|
316
|
+
:param operator:
|
|
317
|
+
:param props_default:
|
|
318
|
+
:param prop_filepath:
|
|
319
|
+
:param filter_ext:
|
|
320
|
+
:param filter_path:
|
|
321
|
+
:param display_name:
|
|
322
|
+
:param add_operator:
|
|
323
|
+
"""
|
|
324
|
+
...
|
|
325
|
+
|
|
326
|
+
def path_resolve(self):
|
|
327
|
+
""" """
|
|
328
|
+
...
|
|
329
|
+
|
|
330
|
+
def pop(self):
|
|
331
|
+
""" """
|
|
332
|
+
...
|
|
333
|
+
|
|
334
|
+
def prepend(self, draw_func):
|
|
335
|
+
"""
|
|
336
|
+
|
|
337
|
+
:param draw_func:
|
|
338
|
+
"""
|
|
339
|
+
...
|
|
340
|
+
|
|
341
|
+
def property_overridable_library_set(self):
|
|
342
|
+
""" """
|
|
343
|
+
...
|
|
344
|
+
|
|
345
|
+
def property_unset(self):
|
|
346
|
+
""" """
|
|
347
|
+
...
|
|
348
|
+
|
|
349
|
+
def remove(self, draw_func):
|
|
350
|
+
"""
|
|
351
|
+
|
|
352
|
+
:param draw_func:
|
|
353
|
+
"""
|
|
354
|
+
...
|
|
355
|
+
|
|
356
|
+
def type_recast(self):
|
|
357
|
+
""" """
|
|
358
|
+
...
|
|
359
|
+
|
|
360
|
+
def values(self):
|
|
361
|
+
""" """
|
|
362
|
+
...
|
|
104
363
|
|
|
105
364
|
class ArmatureButtonsPanel:
|
|
365
|
+
""" """
|
|
366
|
+
|
|
106
367
|
bl_context: typing.Any
|
|
368
|
+
""" """
|
|
369
|
+
|
|
107
370
|
bl_region_type: typing.Any
|
|
371
|
+
""" """
|
|
372
|
+
|
|
108
373
|
bl_space_type: typing.Any
|
|
374
|
+
""" """
|
|
109
375
|
|
|
110
|
-
def poll(self, context):
|
|
376
|
+
def poll(self, context):
|
|
377
|
+
"""
|
|
111
378
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
):
|
|
117
|
-
|
|
118
|
-
bl_label: typing.Any
|
|
119
|
-
bl_options: typing.Any
|
|
120
|
-
bl_region_type: typing.Any
|
|
121
|
-
bl_rna: typing.Any
|
|
122
|
-
bl_space_type: typing.Any
|
|
123
|
-
id_data: typing.Any
|
|
379
|
+
:param context:
|
|
380
|
+
"""
|
|
381
|
+
...
|
|
382
|
+
|
|
383
|
+
class DATA_PT_bone_collections(bpy_types._GenericUI):
|
|
384
|
+
""" """
|
|
124
385
|
|
|
125
|
-
def append(self, draw_func): ...
|
|
126
|
-
def as_pointer(self): ...
|
|
127
|
-
def bl_rna_get_subclass(self): ...
|
|
128
|
-
def bl_rna_get_subclass_py(self): ...
|
|
129
|
-
def draw(self, context): ...
|
|
130
|
-
def draw_settings(self, _context, avs, mpath, bones): ...
|
|
131
|
-
def driver_add(self): ...
|
|
132
|
-
def driver_remove(self): ...
|
|
133
|
-
def get(self): ...
|
|
134
|
-
def id_properties_clear(self): ...
|
|
135
|
-
def id_properties_ensure(self): ...
|
|
136
|
-
def id_properties_ui(self): ...
|
|
137
|
-
def is_extended(self): ...
|
|
138
|
-
def is_property_hidden(self): ...
|
|
139
|
-
def is_property_overridable_library(self): ...
|
|
140
|
-
def is_property_readonly(self): ...
|
|
141
|
-
def is_property_set(self): ...
|
|
142
|
-
def items(self): ...
|
|
143
|
-
def keyframe_delete(self): ...
|
|
144
|
-
def keyframe_insert(self): ...
|
|
145
|
-
def keys(self): ...
|
|
146
|
-
def path_from_id(self): ...
|
|
147
|
-
def path_resolve(self): ...
|
|
148
|
-
def poll(self, context): ...
|
|
149
|
-
def pop(self): ...
|
|
150
|
-
def prepend(self, draw_func): ...
|
|
151
|
-
def property_overridable_library_set(self): ...
|
|
152
|
-
def property_unset(self): ...
|
|
153
|
-
def remove(self, draw_func): ...
|
|
154
|
-
def type_recast(self): ...
|
|
155
|
-
def values(self): ...
|
|
156
|
-
|
|
157
|
-
class DATA_PT_motion_paths_display(
|
|
158
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel_display,
|
|
159
|
-
bpy_types.Panel,
|
|
160
|
-
bpy_types._GenericUI,
|
|
161
|
-
):
|
|
162
386
|
bl_context: typing.Any
|
|
387
|
+
""" """
|
|
388
|
+
|
|
163
389
|
bl_label: typing.Any
|
|
164
|
-
|
|
165
|
-
|
|
390
|
+
""" """
|
|
391
|
+
|
|
166
392
|
bl_region_type: typing.Any
|
|
167
|
-
|
|
168
|
-
bl_space_type: typing.Any
|
|
169
|
-
id_data: typing.Any
|
|
393
|
+
""" """
|
|
170
394
|
|
|
171
|
-
def append(self, draw_func): ...
|
|
172
|
-
def as_pointer(self): ...
|
|
173
|
-
def bl_rna_get_subclass(self): ...
|
|
174
|
-
def bl_rna_get_subclass_py(self): ...
|
|
175
|
-
def draw(self, context): ...
|
|
176
|
-
def draw_settings(self, _context, avs, mpath, bones): ...
|
|
177
|
-
def driver_add(self): ...
|
|
178
|
-
def driver_remove(self): ...
|
|
179
|
-
def get(self): ...
|
|
180
|
-
def id_properties_clear(self): ...
|
|
181
|
-
def id_properties_ensure(self): ...
|
|
182
|
-
def id_properties_ui(self): ...
|
|
183
|
-
def is_extended(self): ...
|
|
184
|
-
def is_property_hidden(self): ...
|
|
185
|
-
def is_property_overridable_library(self): ...
|
|
186
|
-
def is_property_readonly(self): ...
|
|
187
|
-
def is_property_set(self): ...
|
|
188
|
-
def items(self): ...
|
|
189
|
-
def keyframe_delete(self): ...
|
|
190
|
-
def keyframe_insert(self): ...
|
|
191
|
-
def keys(self): ...
|
|
192
|
-
def path_from_id(self): ...
|
|
193
|
-
def path_resolve(self): ...
|
|
194
|
-
def poll(self, context): ...
|
|
195
|
-
def pop(self): ...
|
|
196
|
-
def prepend(self, draw_func): ...
|
|
197
|
-
def property_overridable_library_set(self): ...
|
|
198
|
-
def property_unset(self): ...
|
|
199
|
-
def remove(self, draw_func): ...
|
|
200
|
-
def type_recast(self): ...
|
|
201
|
-
def values(self): ...
|
|
202
|
-
|
|
203
|
-
class DATA_UL_bone_collections(bpy_types.UIList, bpy_types._GenericUI):
|
|
204
395
|
bl_rna: typing.Any
|
|
205
|
-
|
|
396
|
+
""" """
|
|
206
397
|
|
|
207
|
-
def append(self, draw_func): ...
|
|
208
|
-
def as_pointer(self): ...
|
|
209
|
-
def bl_rna_get_subclass(self): ...
|
|
210
|
-
def bl_rna_get_subclass_py(self): ...
|
|
211
|
-
def draw_item(
|
|
212
|
-
self,
|
|
213
|
-
_context,
|
|
214
|
-
layout,
|
|
215
|
-
armature,
|
|
216
|
-
bcoll,
|
|
217
|
-
_icon,
|
|
218
|
-
_active_data,
|
|
219
|
-
_active_propname,
|
|
220
|
-
_index,
|
|
221
|
-
): ...
|
|
222
|
-
def driver_add(self): ...
|
|
223
|
-
def driver_remove(self): ...
|
|
224
|
-
def get(self): ...
|
|
225
|
-
def id_properties_clear(self): ...
|
|
226
|
-
def id_properties_ensure(self): ...
|
|
227
|
-
def id_properties_ui(self): ...
|
|
228
|
-
def is_extended(self): ...
|
|
229
|
-
def is_property_hidden(self): ...
|
|
230
|
-
def is_property_overridable_library(self): ...
|
|
231
|
-
def is_property_readonly(self): ...
|
|
232
|
-
def is_property_set(self): ...
|
|
233
|
-
def items(self): ...
|
|
234
|
-
def keyframe_delete(self): ...
|
|
235
|
-
def keyframe_insert(self): ...
|
|
236
|
-
def keys(self): ...
|
|
237
|
-
def path_from_id(self): ...
|
|
238
|
-
def path_resolve(self): ...
|
|
239
|
-
def pop(self): ...
|
|
240
|
-
def prepend(self, draw_func): ...
|
|
241
|
-
def property_overridable_library_set(self): ...
|
|
242
|
-
def property_unset(self): ...
|
|
243
|
-
def remove(self, draw_func): ...
|
|
244
|
-
def type_recast(self): ...
|
|
245
|
-
def values(self): ...
|
|
246
|
-
|
|
247
|
-
class DATA_PT_bone_collections(
|
|
248
|
-
ArmatureButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
249
|
-
):
|
|
250
|
-
bl_context: typing.Any
|
|
251
|
-
bl_label: typing.Any
|
|
252
|
-
bl_region_type: typing.Any
|
|
253
|
-
bl_rna: typing.Any
|
|
254
398
|
bl_space_type: typing.Any
|
|
399
|
+
""" """
|
|
400
|
+
|
|
255
401
|
id_data: typing.Any
|
|
402
|
+
""" """
|
|
403
|
+
|
|
404
|
+
def append(self, draw_func):
|
|
405
|
+
"""
|
|
406
|
+
|
|
407
|
+
:param draw_func:
|
|
408
|
+
"""
|
|
409
|
+
...
|
|
410
|
+
|
|
411
|
+
def as_pointer(self):
|
|
412
|
+
""" """
|
|
413
|
+
...
|
|
414
|
+
|
|
415
|
+
def bl_rna_get_subclass(self):
|
|
416
|
+
""" """
|
|
417
|
+
...
|
|
418
|
+
|
|
419
|
+
def bl_rna_get_subclass_py(self):
|
|
420
|
+
""" """
|
|
421
|
+
...
|
|
422
|
+
|
|
423
|
+
def draw(self, context):
|
|
424
|
+
"""
|
|
425
|
+
|
|
426
|
+
:param context:
|
|
427
|
+
"""
|
|
428
|
+
...
|
|
429
|
+
|
|
430
|
+
def driver_add(self):
|
|
431
|
+
""" """
|
|
432
|
+
...
|
|
433
|
+
|
|
434
|
+
def driver_remove(self):
|
|
435
|
+
""" """
|
|
436
|
+
...
|
|
437
|
+
|
|
438
|
+
def get(self):
|
|
439
|
+
""" """
|
|
440
|
+
...
|
|
441
|
+
|
|
442
|
+
def id_properties_clear(self):
|
|
443
|
+
""" """
|
|
444
|
+
...
|
|
445
|
+
|
|
446
|
+
def id_properties_ensure(self):
|
|
447
|
+
""" """
|
|
448
|
+
...
|
|
449
|
+
|
|
450
|
+
def id_properties_ui(self):
|
|
451
|
+
""" """
|
|
452
|
+
...
|
|
453
|
+
|
|
454
|
+
def is_extended(self):
|
|
455
|
+
""" """
|
|
456
|
+
...
|
|
457
|
+
|
|
458
|
+
def is_property_hidden(self):
|
|
459
|
+
""" """
|
|
460
|
+
...
|
|
461
|
+
|
|
462
|
+
def is_property_overridable_library(self):
|
|
463
|
+
""" """
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
def is_property_readonly(self):
|
|
467
|
+
""" """
|
|
468
|
+
...
|
|
469
|
+
|
|
470
|
+
def is_property_set(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
def items(self):
|
|
475
|
+
""" """
|
|
476
|
+
...
|
|
477
|
+
|
|
478
|
+
def keyframe_delete(self):
|
|
479
|
+
""" """
|
|
480
|
+
...
|
|
481
|
+
|
|
482
|
+
def keyframe_insert(self):
|
|
483
|
+
""" """
|
|
484
|
+
...
|
|
485
|
+
|
|
486
|
+
def keys(self):
|
|
487
|
+
""" """
|
|
488
|
+
...
|
|
489
|
+
|
|
490
|
+
def path_from_id(self):
|
|
491
|
+
""" """
|
|
492
|
+
...
|
|
493
|
+
|
|
494
|
+
def path_resolve(self):
|
|
495
|
+
""" """
|
|
496
|
+
...
|
|
497
|
+
|
|
498
|
+
def poll(self, context):
|
|
499
|
+
"""
|
|
500
|
+
|
|
501
|
+
:param context:
|
|
502
|
+
"""
|
|
503
|
+
...
|
|
504
|
+
|
|
505
|
+
def pop(self):
|
|
506
|
+
""" """
|
|
507
|
+
...
|
|
508
|
+
|
|
509
|
+
def prepend(self, draw_func):
|
|
510
|
+
"""
|
|
511
|
+
|
|
512
|
+
:param draw_func:
|
|
513
|
+
"""
|
|
514
|
+
...
|
|
515
|
+
|
|
516
|
+
def property_overridable_library_set(self):
|
|
517
|
+
""" """
|
|
518
|
+
...
|
|
519
|
+
|
|
520
|
+
def property_unset(self):
|
|
521
|
+
""" """
|
|
522
|
+
...
|
|
523
|
+
|
|
524
|
+
def remove(self, draw_func):
|
|
525
|
+
"""
|
|
526
|
+
|
|
527
|
+
:param draw_func:
|
|
528
|
+
"""
|
|
529
|
+
...
|
|
530
|
+
|
|
531
|
+
def type_recast(self):
|
|
532
|
+
""" """
|
|
533
|
+
...
|
|
534
|
+
|
|
535
|
+
def values(self):
|
|
536
|
+
""" """
|
|
537
|
+
...
|
|
538
|
+
|
|
539
|
+
class DATA_PT_context_arm(bpy_types._GenericUI):
|
|
540
|
+
""" """
|
|
256
541
|
|
|
257
|
-
def append(self, draw_func): ...
|
|
258
|
-
def as_pointer(self): ...
|
|
259
|
-
def bl_rna_get_subclass(self): ...
|
|
260
|
-
def bl_rna_get_subclass_py(self): ...
|
|
261
|
-
def draw(self, context): ...
|
|
262
|
-
def driver_add(self): ...
|
|
263
|
-
def driver_remove(self): ...
|
|
264
|
-
def get(self): ...
|
|
265
|
-
def id_properties_clear(self): ...
|
|
266
|
-
def id_properties_ensure(self): ...
|
|
267
|
-
def id_properties_ui(self): ...
|
|
268
|
-
def is_extended(self): ...
|
|
269
|
-
def is_property_hidden(self): ...
|
|
270
|
-
def is_property_overridable_library(self): ...
|
|
271
|
-
def is_property_readonly(self): ...
|
|
272
|
-
def is_property_set(self): ...
|
|
273
|
-
def items(self): ...
|
|
274
|
-
def keyframe_delete(self): ...
|
|
275
|
-
def keyframe_insert(self): ...
|
|
276
|
-
def keys(self): ...
|
|
277
|
-
def path_from_id(self): ...
|
|
278
|
-
def path_resolve(self): ...
|
|
279
|
-
def poll(self, context): ...
|
|
280
|
-
def pop(self): ...
|
|
281
|
-
def prepend(self, draw_func): ...
|
|
282
|
-
def property_overridable_library_set(self): ...
|
|
283
|
-
def property_unset(self): ...
|
|
284
|
-
def remove(self, draw_func): ...
|
|
285
|
-
def type_recast(self): ...
|
|
286
|
-
def values(self): ...
|
|
287
|
-
|
|
288
|
-
class DATA_PT_context_arm(ArmatureButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
289
542
|
bl_context: typing.Any
|
|
543
|
+
""" """
|
|
544
|
+
|
|
290
545
|
bl_label: typing.Any
|
|
546
|
+
""" """
|
|
547
|
+
|
|
291
548
|
bl_options: typing.Any
|
|
549
|
+
""" """
|
|
550
|
+
|
|
292
551
|
bl_region_type: typing.Any
|
|
552
|
+
""" """
|
|
553
|
+
|
|
293
554
|
bl_rna: typing.Any
|
|
555
|
+
""" """
|
|
556
|
+
|
|
294
557
|
bl_space_type: typing.Any
|
|
558
|
+
""" """
|
|
559
|
+
|
|
295
560
|
id_data: typing.Any
|
|
561
|
+
""" """
|
|
562
|
+
|
|
563
|
+
def append(self, draw_func):
|
|
564
|
+
"""
|
|
565
|
+
|
|
566
|
+
:param draw_func:
|
|
567
|
+
"""
|
|
568
|
+
...
|
|
569
|
+
|
|
570
|
+
def as_pointer(self):
|
|
571
|
+
""" """
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def bl_rna_get_subclass(self):
|
|
575
|
+
""" """
|
|
576
|
+
...
|
|
577
|
+
|
|
578
|
+
def bl_rna_get_subclass_py(self):
|
|
579
|
+
""" """
|
|
580
|
+
...
|
|
581
|
+
|
|
582
|
+
def draw(self, context):
|
|
583
|
+
"""
|
|
584
|
+
|
|
585
|
+
:param context:
|
|
586
|
+
"""
|
|
587
|
+
...
|
|
588
|
+
|
|
589
|
+
def driver_add(self):
|
|
590
|
+
""" """
|
|
591
|
+
...
|
|
592
|
+
|
|
593
|
+
def driver_remove(self):
|
|
594
|
+
""" """
|
|
595
|
+
...
|
|
596
|
+
|
|
597
|
+
def get(self):
|
|
598
|
+
""" """
|
|
599
|
+
...
|
|
600
|
+
|
|
601
|
+
def id_properties_clear(self):
|
|
602
|
+
""" """
|
|
603
|
+
...
|
|
604
|
+
|
|
605
|
+
def id_properties_ensure(self):
|
|
606
|
+
""" """
|
|
607
|
+
...
|
|
608
|
+
|
|
609
|
+
def id_properties_ui(self):
|
|
610
|
+
""" """
|
|
611
|
+
...
|
|
612
|
+
|
|
613
|
+
def is_extended(self):
|
|
614
|
+
""" """
|
|
615
|
+
...
|
|
616
|
+
|
|
617
|
+
def is_property_hidden(self):
|
|
618
|
+
""" """
|
|
619
|
+
...
|
|
620
|
+
|
|
621
|
+
def is_property_overridable_library(self):
|
|
622
|
+
""" """
|
|
623
|
+
...
|
|
624
|
+
|
|
625
|
+
def is_property_readonly(self):
|
|
626
|
+
""" """
|
|
627
|
+
...
|
|
628
|
+
|
|
629
|
+
def is_property_set(self):
|
|
630
|
+
""" """
|
|
631
|
+
...
|
|
632
|
+
|
|
633
|
+
def items(self):
|
|
634
|
+
""" """
|
|
635
|
+
...
|
|
636
|
+
|
|
637
|
+
def keyframe_delete(self):
|
|
638
|
+
""" """
|
|
639
|
+
...
|
|
640
|
+
|
|
641
|
+
def keyframe_insert(self):
|
|
642
|
+
""" """
|
|
643
|
+
...
|
|
644
|
+
|
|
645
|
+
def keys(self):
|
|
646
|
+
""" """
|
|
647
|
+
...
|
|
648
|
+
|
|
649
|
+
def path_from_id(self):
|
|
650
|
+
""" """
|
|
651
|
+
...
|
|
652
|
+
|
|
653
|
+
def path_resolve(self):
|
|
654
|
+
""" """
|
|
655
|
+
...
|
|
656
|
+
|
|
657
|
+
def poll(self, context):
|
|
658
|
+
"""
|
|
659
|
+
|
|
660
|
+
:param context:
|
|
661
|
+
"""
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def pop(self):
|
|
665
|
+
""" """
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
def prepend(self, draw_func):
|
|
669
|
+
"""
|
|
670
|
+
|
|
671
|
+
:param draw_func:
|
|
672
|
+
"""
|
|
673
|
+
...
|
|
674
|
+
|
|
675
|
+
def property_overridable_library_set(self):
|
|
676
|
+
""" """
|
|
677
|
+
...
|
|
678
|
+
|
|
679
|
+
def property_unset(self):
|
|
680
|
+
""" """
|
|
681
|
+
...
|
|
682
|
+
|
|
683
|
+
def remove(self, draw_func):
|
|
684
|
+
"""
|
|
685
|
+
|
|
686
|
+
:param draw_func:
|
|
687
|
+
"""
|
|
688
|
+
...
|
|
689
|
+
|
|
690
|
+
def type_recast(self):
|
|
691
|
+
""" """
|
|
692
|
+
...
|
|
693
|
+
|
|
694
|
+
def values(self):
|
|
695
|
+
""" """
|
|
696
|
+
...
|
|
697
|
+
|
|
698
|
+
class DATA_PT_custom_props_arm(bpy_types._GenericUI):
|
|
699
|
+
""" """
|
|
296
700
|
|
|
297
|
-
def append(self, draw_func): ...
|
|
298
|
-
def as_pointer(self): ...
|
|
299
|
-
def bl_rna_get_subclass(self): ...
|
|
300
|
-
def bl_rna_get_subclass_py(self): ...
|
|
301
|
-
def draw(self, context): ...
|
|
302
|
-
def driver_add(self): ...
|
|
303
|
-
def driver_remove(self): ...
|
|
304
|
-
def get(self): ...
|
|
305
|
-
def id_properties_clear(self): ...
|
|
306
|
-
def id_properties_ensure(self): ...
|
|
307
|
-
def id_properties_ui(self): ...
|
|
308
|
-
def is_extended(self): ...
|
|
309
|
-
def is_property_hidden(self): ...
|
|
310
|
-
def is_property_overridable_library(self): ...
|
|
311
|
-
def is_property_readonly(self): ...
|
|
312
|
-
def is_property_set(self): ...
|
|
313
|
-
def items(self): ...
|
|
314
|
-
def keyframe_delete(self): ...
|
|
315
|
-
def keyframe_insert(self): ...
|
|
316
|
-
def keys(self): ...
|
|
317
|
-
def path_from_id(self): ...
|
|
318
|
-
def path_resolve(self): ...
|
|
319
|
-
def poll(self, context): ...
|
|
320
|
-
def pop(self): ...
|
|
321
|
-
def prepend(self, draw_func): ...
|
|
322
|
-
def property_overridable_library_set(self): ...
|
|
323
|
-
def property_unset(self): ...
|
|
324
|
-
def remove(self, draw_func): ...
|
|
325
|
-
def type_recast(self): ...
|
|
326
|
-
def values(self): ...
|
|
327
|
-
|
|
328
|
-
class DATA_PT_custom_props_arm(
|
|
329
|
-
ArmatureButtonsPanel,
|
|
330
|
-
rna_prop_ui.PropertyPanel,
|
|
331
|
-
bpy_types.Panel,
|
|
332
|
-
bpy_types._GenericUI,
|
|
333
|
-
):
|
|
334
701
|
COMPAT_ENGINES: typing.Any
|
|
702
|
+
""" """
|
|
703
|
+
|
|
335
704
|
bl_context: typing.Any
|
|
705
|
+
""" """
|
|
706
|
+
|
|
336
707
|
bl_label: typing.Any
|
|
708
|
+
""" """
|
|
709
|
+
|
|
337
710
|
bl_options: typing.Any
|
|
711
|
+
""" """
|
|
712
|
+
|
|
338
713
|
bl_order: typing.Any
|
|
714
|
+
""" """
|
|
715
|
+
|
|
339
716
|
bl_region_type: typing.Any
|
|
717
|
+
""" """
|
|
718
|
+
|
|
340
719
|
bl_rna: typing.Any
|
|
720
|
+
""" """
|
|
721
|
+
|
|
341
722
|
bl_space_type: typing.Any
|
|
723
|
+
""" """
|
|
724
|
+
|
|
342
725
|
id_data: typing.Any
|
|
726
|
+
""" """
|
|
727
|
+
|
|
728
|
+
def append(self, draw_func):
|
|
729
|
+
"""
|
|
730
|
+
|
|
731
|
+
:param draw_func:
|
|
732
|
+
"""
|
|
733
|
+
...
|
|
734
|
+
|
|
735
|
+
def as_pointer(self):
|
|
736
|
+
""" """
|
|
737
|
+
...
|
|
738
|
+
|
|
739
|
+
def bl_rna_get_subclass(self):
|
|
740
|
+
""" """
|
|
741
|
+
...
|
|
742
|
+
|
|
743
|
+
def bl_rna_get_subclass_py(self):
|
|
744
|
+
""" """
|
|
745
|
+
...
|
|
746
|
+
|
|
747
|
+
def draw(self, context):
|
|
748
|
+
"""
|
|
749
|
+
|
|
750
|
+
:param context:
|
|
751
|
+
"""
|
|
752
|
+
...
|
|
753
|
+
|
|
754
|
+
def driver_add(self):
|
|
755
|
+
""" """
|
|
756
|
+
...
|
|
757
|
+
|
|
758
|
+
def driver_remove(self):
|
|
759
|
+
""" """
|
|
760
|
+
...
|
|
761
|
+
|
|
762
|
+
def get(self):
|
|
763
|
+
""" """
|
|
764
|
+
...
|
|
765
|
+
|
|
766
|
+
def id_properties_clear(self):
|
|
767
|
+
""" """
|
|
768
|
+
...
|
|
769
|
+
|
|
770
|
+
def id_properties_ensure(self):
|
|
771
|
+
""" """
|
|
772
|
+
...
|
|
773
|
+
|
|
774
|
+
def id_properties_ui(self):
|
|
775
|
+
""" """
|
|
776
|
+
...
|
|
777
|
+
|
|
778
|
+
def is_extended(self):
|
|
779
|
+
""" """
|
|
780
|
+
...
|
|
781
|
+
|
|
782
|
+
def is_property_hidden(self):
|
|
783
|
+
""" """
|
|
784
|
+
...
|
|
785
|
+
|
|
786
|
+
def is_property_overridable_library(self):
|
|
787
|
+
""" """
|
|
788
|
+
...
|
|
789
|
+
|
|
790
|
+
def is_property_readonly(self):
|
|
791
|
+
""" """
|
|
792
|
+
...
|
|
793
|
+
|
|
794
|
+
def is_property_set(self):
|
|
795
|
+
""" """
|
|
796
|
+
...
|
|
797
|
+
|
|
798
|
+
def items(self):
|
|
799
|
+
""" """
|
|
800
|
+
...
|
|
801
|
+
|
|
802
|
+
def keyframe_delete(self):
|
|
803
|
+
""" """
|
|
804
|
+
...
|
|
805
|
+
|
|
806
|
+
def keyframe_insert(self):
|
|
807
|
+
""" """
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
def keys(self):
|
|
811
|
+
""" """
|
|
812
|
+
...
|
|
813
|
+
|
|
814
|
+
def path_from_id(self):
|
|
815
|
+
""" """
|
|
816
|
+
...
|
|
817
|
+
|
|
818
|
+
def path_resolve(self):
|
|
819
|
+
""" """
|
|
820
|
+
...
|
|
821
|
+
|
|
822
|
+
def poll(self, context):
|
|
823
|
+
"""
|
|
824
|
+
|
|
825
|
+
:param context:
|
|
826
|
+
"""
|
|
827
|
+
...
|
|
828
|
+
|
|
829
|
+
def pop(self):
|
|
830
|
+
""" """
|
|
831
|
+
...
|
|
832
|
+
|
|
833
|
+
def prepend(self, draw_func):
|
|
834
|
+
"""
|
|
835
|
+
|
|
836
|
+
:param draw_func:
|
|
837
|
+
"""
|
|
838
|
+
...
|
|
839
|
+
|
|
840
|
+
def property_overridable_library_set(self):
|
|
841
|
+
""" """
|
|
842
|
+
...
|
|
843
|
+
|
|
844
|
+
def property_unset(self):
|
|
845
|
+
""" """
|
|
846
|
+
...
|
|
847
|
+
|
|
848
|
+
def remove(self, draw_func):
|
|
849
|
+
"""
|
|
850
|
+
|
|
851
|
+
:param draw_func:
|
|
852
|
+
"""
|
|
853
|
+
...
|
|
854
|
+
|
|
855
|
+
def type_recast(self):
|
|
856
|
+
""" """
|
|
857
|
+
...
|
|
858
|
+
|
|
859
|
+
def values(self):
|
|
860
|
+
""" """
|
|
861
|
+
...
|
|
862
|
+
|
|
863
|
+
class DATA_PT_custom_props_bcoll(bpy_types._GenericUI):
|
|
864
|
+
""" """
|
|
343
865
|
|
|
344
|
-
def append(self, draw_func): ...
|
|
345
|
-
def as_pointer(self): ...
|
|
346
|
-
def bl_rna_get_subclass(self): ...
|
|
347
|
-
def bl_rna_get_subclass_py(self): ...
|
|
348
|
-
def draw(self, context): ...
|
|
349
|
-
def driver_add(self): ...
|
|
350
|
-
def driver_remove(self): ...
|
|
351
|
-
def get(self): ...
|
|
352
|
-
def id_properties_clear(self): ...
|
|
353
|
-
def id_properties_ensure(self): ...
|
|
354
|
-
def id_properties_ui(self): ...
|
|
355
|
-
def is_extended(self): ...
|
|
356
|
-
def is_property_hidden(self): ...
|
|
357
|
-
def is_property_overridable_library(self): ...
|
|
358
|
-
def is_property_readonly(self): ...
|
|
359
|
-
def is_property_set(self): ...
|
|
360
|
-
def items(self): ...
|
|
361
|
-
def keyframe_delete(self): ...
|
|
362
|
-
def keyframe_insert(self): ...
|
|
363
|
-
def keys(self): ...
|
|
364
|
-
def path_from_id(self): ...
|
|
365
|
-
def path_resolve(self): ...
|
|
366
|
-
def poll(self, context): ...
|
|
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): ...
|
|
374
|
-
|
|
375
|
-
class DATA_PT_custom_props_bcoll(
|
|
376
|
-
ArmatureButtonsPanel,
|
|
377
|
-
rna_prop_ui.PropertyPanel,
|
|
378
|
-
bpy_types.Panel,
|
|
379
|
-
bpy_types._GenericUI,
|
|
380
|
-
):
|
|
381
866
|
COMPAT_ENGINES: typing.Any
|
|
867
|
+
""" """
|
|
868
|
+
|
|
382
869
|
bl_context: typing.Any
|
|
870
|
+
""" """
|
|
871
|
+
|
|
383
872
|
bl_label: typing.Any
|
|
873
|
+
""" """
|
|
874
|
+
|
|
384
875
|
bl_options: typing.Any
|
|
876
|
+
""" """
|
|
877
|
+
|
|
385
878
|
bl_order: typing.Any
|
|
879
|
+
""" """
|
|
880
|
+
|
|
386
881
|
bl_parent_id: typing.Any
|
|
387
|
-
|
|
388
|
-
bl_rna: typing.Any
|
|
389
|
-
bl_space_type: typing.Any
|
|
390
|
-
id_data: typing.Any
|
|
882
|
+
""" """
|
|
391
883
|
|
|
392
|
-
def append(self, draw_func): ...
|
|
393
|
-
def as_pointer(self): ...
|
|
394
|
-
def bl_rna_get_subclass(self): ...
|
|
395
|
-
def bl_rna_get_subclass_py(self): ...
|
|
396
|
-
def draw(self, context): ...
|
|
397
|
-
def driver_add(self): ...
|
|
398
|
-
def driver_remove(self): ...
|
|
399
|
-
def get(self): ...
|
|
400
|
-
def id_properties_clear(self): ...
|
|
401
|
-
def id_properties_ensure(self): ...
|
|
402
|
-
def id_properties_ui(self): ...
|
|
403
|
-
def is_extended(self): ...
|
|
404
|
-
def is_property_hidden(self): ...
|
|
405
|
-
def is_property_overridable_library(self): ...
|
|
406
|
-
def is_property_readonly(self): ...
|
|
407
|
-
def is_property_set(self): ...
|
|
408
|
-
def items(self): ...
|
|
409
|
-
def keyframe_delete(self): ...
|
|
410
|
-
def keyframe_insert(self): ...
|
|
411
|
-
def keys(self): ...
|
|
412
|
-
def path_from_id(self): ...
|
|
413
|
-
def path_resolve(self): ...
|
|
414
|
-
def poll(self, context): ...
|
|
415
|
-
def pop(self): ...
|
|
416
|
-
def prepend(self, draw_func): ...
|
|
417
|
-
def property_overridable_library_set(self): ...
|
|
418
|
-
def property_unset(self): ...
|
|
419
|
-
def remove(self, draw_func): ...
|
|
420
|
-
def type_recast(self): ...
|
|
421
|
-
def values(self): ...
|
|
422
|
-
|
|
423
|
-
class DATA_PT_display(ArmatureButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
424
|
-
bl_context: typing.Any
|
|
425
|
-
bl_label: typing.Any
|
|
426
|
-
bl_options: typing.Any
|
|
427
884
|
bl_region_type: typing.Any
|
|
885
|
+
""" """
|
|
886
|
+
|
|
428
887
|
bl_rna: typing.Any
|
|
888
|
+
""" """
|
|
889
|
+
|
|
429
890
|
bl_space_type: typing.Any
|
|
891
|
+
""" """
|
|
892
|
+
|
|
430
893
|
id_data: typing.Any
|
|
894
|
+
""" """
|
|
895
|
+
|
|
896
|
+
def append(self, draw_func):
|
|
897
|
+
"""
|
|
898
|
+
|
|
899
|
+
:param draw_func:
|
|
900
|
+
"""
|
|
901
|
+
...
|
|
902
|
+
|
|
903
|
+
def as_pointer(self):
|
|
904
|
+
""" """
|
|
905
|
+
...
|
|
906
|
+
|
|
907
|
+
def bl_rna_get_subclass(self):
|
|
908
|
+
""" """
|
|
909
|
+
...
|
|
910
|
+
|
|
911
|
+
def bl_rna_get_subclass_py(self):
|
|
912
|
+
""" """
|
|
913
|
+
...
|
|
914
|
+
|
|
915
|
+
def draw(self, context):
|
|
916
|
+
"""
|
|
917
|
+
|
|
918
|
+
:param context:
|
|
919
|
+
"""
|
|
920
|
+
...
|
|
921
|
+
|
|
922
|
+
def driver_add(self):
|
|
923
|
+
""" """
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
def driver_remove(self):
|
|
927
|
+
""" """
|
|
928
|
+
...
|
|
929
|
+
|
|
930
|
+
def get(self):
|
|
931
|
+
""" """
|
|
932
|
+
...
|
|
933
|
+
|
|
934
|
+
def id_properties_clear(self):
|
|
935
|
+
""" """
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
def id_properties_ensure(self):
|
|
939
|
+
""" """
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def id_properties_ui(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
def is_extended(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def is_property_hidden(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
954
|
+
def is_property_overridable_library(self):
|
|
955
|
+
""" """
|
|
956
|
+
...
|
|
957
|
+
|
|
958
|
+
def is_property_readonly(self):
|
|
959
|
+
""" """
|
|
960
|
+
...
|
|
961
|
+
|
|
962
|
+
def is_property_set(self):
|
|
963
|
+
""" """
|
|
964
|
+
...
|
|
965
|
+
|
|
966
|
+
def items(self):
|
|
967
|
+
""" """
|
|
968
|
+
...
|
|
969
|
+
|
|
970
|
+
def keyframe_delete(self):
|
|
971
|
+
""" """
|
|
972
|
+
...
|
|
973
|
+
|
|
974
|
+
def keyframe_insert(self):
|
|
975
|
+
""" """
|
|
976
|
+
...
|
|
977
|
+
|
|
978
|
+
def keys(self):
|
|
979
|
+
""" """
|
|
980
|
+
...
|
|
981
|
+
|
|
982
|
+
def path_from_id(self):
|
|
983
|
+
""" """
|
|
984
|
+
...
|
|
985
|
+
|
|
986
|
+
def path_resolve(self):
|
|
987
|
+
""" """
|
|
988
|
+
...
|
|
989
|
+
|
|
990
|
+
def poll(self, context):
|
|
991
|
+
"""
|
|
992
|
+
|
|
993
|
+
:param context:
|
|
994
|
+
"""
|
|
995
|
+
...
|
|
996
|
+
|
|
997
|
+
def pop(self):
|
|
998
|
+
""" """
|
|
999
|
+
...
|
|
1000
|
+
|
|
1001
|
+
def prepend(self, draw_func):
|
|
1002
|
+
"""
|
|
1003
|
+
|
|
1004
|
+
:param draw_func:
|
|
1005
|
+
"""
|
|
1006
|
+
...
|
|
1007
|
+
|
|
1008
|
+
def property_overridable_library_set(self):
|
|
1009
|
+
""" """
|
|
1010
|
+
...
|
|
1011
|
+
|
|
1012
|
+
def property_unset(self):
|
|
1013
|
+
""" """
|
|
1014
|
+
...
|
|
1015
|
+
|
|
1016
|
+
def remove(self, draw_func):
|
|
1017
|
+
"""
|
|
1018
|
+
|
|
1019
|
+
:param draw_func:
|
|
1020
|
+
"""
|
|
1021
|
+
...
|
|
1022
|
+
|
|
1023
|
+
def type_recast(self):
|
|
1024
|
+
""" """
|
|
1025
|
+
...
|
|
1026
|
+
|
|
1027
|
+
def values(self):
|
|
1028
|
+
""" """
|
|
1029
|
+
...
|
|
1030
|
+
|
|
1031
|
+
class DATA_PT_display(bpy_types._GenericUI):
|
|
1032
|
+
""" """
|
|
1033
|
+
|
|
1034
|
+
bl_context: typing.Any
|
|
1035
|
+
""" """
|
|
1036
|
+
|
|
1037
|
+
bl_label: typing.Any
|
|
1038
|
+
""" """
|
|
1039
|
+
|
|
1040
|
+
bl_options: typing.Any
|
|
1041
|
+
""" """
|
|
1042
|
+
|
|
1043
|
+
bl_region_type: typing.Any
|
|
1044
|
+
""" """
|
|
1045
|
+
|
|
1046
|
+
bl_rna: typing.Any
|
|
1047
|
+
""" """
|
|
1048
|
+
|
|
1049
|
+
bl_space_type: typing.Any
|
|
1050
|
+
""" """
|
|
1051
|
+
|
|
1052
|
+
id_data: typing.Any
|
|
1053
|
+
""" """
|
|
1054
|
+
|
|
1055
|
+
def append(self, draw_func):
|
|
1056
|
+
"""
|
|
1057
|
+
|
|
1058
|
+
:param draw_func:
|
|
1059
|
+
"""
|
|
1060
|
+
...
|
|
1061
|
+
|
|
1062
|
+
def as_pointer(self):
|
|
1063
|
+
""" """
|
|
1064
|
+
...
|
|
1065
|
+
|
|
1066
|
+
def bl_rna_get_subclass(self):
|
|
1067
|
+
""" """
|
|
1068
|
+
...
|
|
1069
|
+
|
|
1070
|
+
def bl_rna_get_subclass_py(self):
|
|
1071
|
+
""" """
|
|
1072
|
+
...
|
|
1073
|
+
|
|
1074
|
+
def draw(self, context):
|
|
1075
|
+
"""
|
|
1076
|
+
|
|
1077
|
+
:param context:
|
|
1078
|
+
"""
|
|
1079
|
+
...
|
|
1080
|
+
|
|
1081
|
+
def driver_add(self):
|
|
1082
|
+
""" """
|
|
1083
|
+
...
|
|
1084
|
+
|
|
1085
|
+
def driver_remove(self):
|
|
1086
|
+
""" """
|
|
1087
|
+
...
|
|
1088
|
+
|
|
1089
|
+
def get(self):
|
|
1090
|
+
""" """
|
|
1091
|
+
...
|
|
1092
|
+
|
|
1093
|
+
def id_properties_clear(self):
|
|
1094
|
+
""" """
|
|
1095
|
+
...
|
|
1096
|
+
|
|
1097
|
+
def id_properties_ensure(self):
|
|
1098
|
+
""" """
|
|
1099
|
+
...
|
|
1100
|
+
|
|
1101
|
+
def id_properties_ui(self):
|
|
1102
|
+
""" """
|
|
1103
|
+
...
|
|
1104
|
+
|
|
1105
|
+
def is_extended(self):
|
|
1106
|
+
""" """
|
|
1107
|
+
...
|
|
1108
|
+
|
|
1109
|
+
def is_property_hidden(self):
|
|
1110
|
+
""" """
|
|
1111
|
+
...
|
|
1112
|
+
|
|
1113
|
+
def is_property_overridable_library(self):
|
|
1114
|
+
""" """
|
|
1115
|
+
...
|
|
1116
|
+
|
|
1117
|
+
def is_property_readonly(self):
|
|
1118
|
+
""" """
|
|
1119
|
+
...
|
|
1120
|
+
|
|
1121
|
+
def is_property_set(self):
|
|
1122
|
+
""" """
|
|
1123
|
+
...
|
|
1124
|
+
|
|
1125
|
+
def items(self):
|
|
1126
|
+
""" """
|
|
1127
|
+
...
|
|
1128
|
+
|
|
1129
|
+
def keyframe_delete(self):
|
|
1130
|
+
""" """
|
|
1131
|
+
...
|
|
1132
|
+
|
|
1133
|
+
def keyframe_insert(self):
|
|
1134
|
+
""" """
|
|
1135
|
+
...
|
|
1136
|
+
|
|
1137
|
+
def keys(self):
|
|
1138
|
+
""" """
|
|
1139
|
+
...
|
|
1140
|
+
|
|
1141
|
+
def path_from_id(self):
|
|
1142
|
+
""" """
|
|
1143
|
+
...
|
|
1144
|
+
|
|
1145
|
+
def path_resolve(self):
|
|
1146
|
+
""" """
|
|
1147
|
+
...
|
|
1148
|
+
|
|
1149
|
+
def poll(self, context):
|
|
1150
|
+
"""
|
|
1151
|
+
|
|
1152
|
+
:param context:
|
|
1153
|
+
"""
|
|
1154
|
+
...
|
|
1155
|
+
|
|
1156
|
+
def pop(self):
|
|
1157
|
+
""" """
|
|
1158
|
+
...
|
|
1159
|
+
|
|
1160
|
+
def prepend(self, draw_func):
|
|
1161
|
+
"""
|
|
1162
|
+
|
|
1163
|
+
:param draw_func:
|
|
1164
|
+
"""
|
|
1165
|
+
...
|
|
1166
|
+
|
|
1167
|
+
def property_overridable_library_set(self):
|
|
1168
|
+
""" """
|
|
1169
|
+
...
|
|
1170
|
+
|
|
1171
|
+
def property_unset(self):
|
|
1172
|
+
""" """
|
|
1173
|
+
...
|
|
1174
|
+
|
|
1175
|
+
def remove(self, draw_func):
|
|
1176
|
+
"""
|
|
1177
|
+
|
|
1178
|
+
:param draw_func:
|
|
1179
|
+
"""
|
|
1180
|
+
...
|
|
1181
|
+
|
|
1182
|
+
def type_recast(self):
|
|
1183
|
+
""" """
|
|
1184
|
+
...
|
|
1185
|
+
|
|
1186
|
+
def values(self):
|
|
1187
|
+
""" """
|
|
1188
|
+
...
|
|
1189
|
+
|
|
1190
|
+
class DATA_PT_iksolver_itasc(bpy_types._GenericUI):
|
|
1191
|
+
""" """
|
|
1192
|
+
|
|
1193
|
+
bl_context: typing.Any
|
|
1194
|
+
""" """
|
|
1195
|
+
|
|
1196
|
+
bl_label: typing.Any
|
|
1197
|
+
""" """
|
|
431
1198
|
|
|
432
|
-
def append(self, draw_func): ...
|
|
433
|
-
def as_pointer(self): ...
|
|
434
|
-
def bl_rna_get_subclass(self): ...
|
|
435
|
-
def bl_rna_get_subclass_py(self): ...
|
|
436
|
-
def draw(self, context): ...
|
|
437
|
-
def driver_add(self): ...
|
|
438
|
-
def driver_remove(self): ...
|
|
439
|
-
def get(self): ...
|
|
440
|
-
def id_properties_clear(self): ...
|
|
441
|
-
def id_properties_ensure(self): ...
|
|
442
|
-
def id_properties_ui(self): ...
|
|
443
|
-
def is_extended(self): ...
|
|
444
|
-
def is_property_hidden(self): ...
|
|
445
|
-
def is_property_overridable_library(self): ...
|
|
446
|
-
def is_property_readonly(self): ...
|
|
447
|
-
def is_property_set(self): ...
|
|
448
|
-
def items(self): ...
|
|
449
|
-
def keyframe_delete(self): ...
|
|
450
|
-
def keyframe_insert(self): ...
|
|
451
|
-
def keys(self): ...
|
|
452
|
-
def path_from_id(self): ...
|
|
453
|
-
def path_resolve(self): ...
|
|
454
|
-
def poll(self, context): ...
|
|
455
|
-
def pop(self): ...
|
|
456
|
-
def prepend(self, draw_func): ...
|
|
457
|
-
def property_overridable_library_set(self): ...
|
|
458
|
-
def property_unset(self): ...
|
|
459
|
-
def remove(self, draw_func): ...
|
|
460
|
-
def type_recast(self): ...
|
|
461
|
-
def values(self): ...
|
|
462
|
-
|
|
463
|
-
class DATA_PT_iksolver_itasc(
|
|
464
|
-
ArmatureButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
465
|
-
):
|
|
466
|
-
bl_context: typing.Any
|
|
467
|
-
bl_label: typing.Any
|
|
468
1199
|
bl_options: typing.Any
|
|
1200
|
+
""" """
|
|
1201
|
+
|
|
469
1202
|
bl_region_type: typing.Any
|
|
1203
|
+
""" """
|
|
1204
|
+
|
|
470
1205
|
bl_rna: typing.Any
|
|
1206
|
+
""" """
|
|
1207
|
+
|
|
471
1208
|
bl_space_type: typing.Any
|
|
1209
|
+
""" """
|
|
1210
|
+
|
|
472
1211
|
id_data: typing.Any
|
|
1212
|
+
""" """
|
|
1213
|
+
|
|
1214
|
+
def append(self, draw_func):
|
|
1215
|
+
"""
|
|
1216
|
+
|
|
1217
|
+
:param draw_func:
|
|
1218
|
+
"""
|
|
1219
|
+
...
|
|
1220
|
+
|
|
1221
|
+
def as_pointer(self):
|
|
1222
|
+
""" """
|
|
1223
|
+
...
|
|
1224
|
+
|
|
1225
|
+
def bl_rna_get_subclass(self):
|
|
1226
|
+
""" """
|
|
1227
|
+
...
|
|
1228
|
+
|
|
1229
|
+
def bl_rna_get_subclass_py(self):
|
|
1230
|
+
""" """
|
|
1231
|
+
...
|
|
1232
|
+
|
|
1233
|
+
def draw(self, context):
|
|
1234
|
+
"""
|
|
1235
|
+
|
|
1236
|
+
:param context:
|
|
1237
|
+
"""
|
|
1238
|
+
...
|
|
1239
|
+
|
|
1240
|
+
def driver_add(self):
|
|
1241
|
+
""" """
|
|
1242
|
+
...
|
|
1243
|
+
|
|
1244
|
+
def driver_remove(self):
|
|
1245
|
+
""" """
|
|
1246
|
+
...
|
|
1247
|
+
|
|
1248
|
+
def get(self):
|
|
1249
|
+
""" """
|
|
1250
|
+
...
|
|
1251
|
+
|
|
1252
|
+
def id_properties_clear(self):
|
|
1253
|
+
""" """
|
|
1254
|
+
...
|
|
1255
|
+
|
|
1256
|
+
def id_properties_ensure(self):
|
|
1257
|
+
""" """
|
|
1258
|
+
...
|
|
1259
|
+
|
|
1260
|
+
def id_properties_ui(self):
|
|
1261
|
+
""" """
|
|
1262
|
+
...
|
|
1263
|
+
|
|
1264
|
+
def is_extended(self):
|
|
1265
|
+
""" """
|
|
1266
|
+
...
|
|
1267
|
+
|
|
1268
|
+
def is_property_hidden(self):
|
|
1269
|
+
""" """
|
|
1270
|
+
...
|
|
1271
|
+
|
|
1272
|
+
def is_property_overridable_library(self):
|
|
1273
|
+
""" """
|
|
1274
|
+
...
|
|
1275
|
+
|
|
1276
|
+
def is_property_readonly(self):
|
|
1277
|
+
""" """
|
|
1278
|
+
...
|
|
1279
|
+
|
|
1280
|
+
def is_property_set(self):
|
|
1281
|
+
""" """
|
|
1282
|
+
...
|
|
1283
|
+
|
|
1284
|
+
def items(self):
|
|
1285
|
+
""" """
|
|
1286
|
+
...
|
|
1287
|
+
|
|
1288
|
+
def keyframe_delete(self):
|
|
1289
|
+
""" """
|
|
1290
|
+
...
|
|
1291
|
+
|
|
1292
|
+
def keyframe_insert(self):
|
|
1293
|
+
""" """
|
|
1294
|
+
...
|
|
1295
|
+
|
|
1296
|
+
def keys(self):
|
|
1297
|
+
""" """
|
|
1298
|
+
...
|
|
1299
|
+
|
|
1300
|
+
def path_from_id(self):
|
|
1301
|
+
""" """
|
|
1302
|
+
...
|
|
1303
|
+
|
|
1304
|
+
def path_resolve(self):
|
|
1305
|
+
""" """
|
|
1306
|
+
...
|
|
1307
|
+
|
|
1308
|
+
def poll(self, context):
|
|
1309
|
+
"""
|
|
1310
|
+
|
|
1311
|
+
:param context:
|
|
1312
|
+
"""
|
|
1313
|
+
...
|
|
1314
|
+
|
|
1315
|
+
def pop(self):
|
|
1316
|
+
""" """
|
|
1317
|
+
...
|
|
1318
|
+
|
|
1319
|
+
def prepend(self, draw_func):
|
|
1320
|
+
"""
|
|
1321
|
+
|
|
1322
|
+
:param draw_func:
|
|
1323
|
+
"""
|
|
1324
|
+
...
|
|
1325
|
+
|
|
1326
|
+
def property_overridable_library_set(self):
|
|
1327
|
+
""" """
|
|
1328
|
+
...
|
|
1329
|
+
|
|
1330
|
+
def property_unset(self):
|
|
1331
|
+
""" """
|
|
1332
|
+
...
|
|
1333
|
+
|
|
1334
|
+
def remove(self, draw_func):
|
|
1335
|
+
"""
|
|
1336
|
+
|
|
1337
|
+
:param draw_func:
|
|
1338
|
+
"""
|
|
1339
|
+
...
|
|
1340
|
+
|
|
1341
|
+
def type_recast(self):
|
|
1342
|
+
""" """
|
|
1343
|
+
...
|
|
1344
|
+
|
|
1345
|
+
def values(self):
|
|
1346
|
+
""" """
|
|
1347
|
+
...
|
|
1348
|
+
|
|
1349
|
+
class DATA_PT_motion_paths(bpy_types._GenericUI):
|
|
1350
|
+
""" """
|
|
473
1351
|
|
|
474
|
-
def append(self, draw_func): ...
|
|
475
|
-
def as_pointer(self): ...
|
|
476
|
-
def bl_rna_get_subclass(self): ...
|
|
477
|
-
def bl_rna_get_subclass_py(self): ...
|
|
478
|
-
def draw(self, context): ...
|
|
479
|
-
def driver_add(self): ...
|
|
480
|
-
def driver_remove(self): ...
|
|
481
|
-
def get(self): ...
|
|
482
|
-
def id_properties_clear(self): ...
|
|
483
|
-
def id_properties_ensure(self): ...
|
|
484
|
-
def id_properties_ui(self): ...
|
|
485
|
-
def is_extended(self): ...
|
|
486
|
-
def is_property_hidden(self): ...
|
|
487
|
-
def is_property_overridable_library(self): ...
|
|
488
|
-
def is_property_readonly(self): ...
|
|
489
|
-
def is_property_set(self): ...
|
|
490
|
-
def items(self): ...
|
|
491
|
-
def keyframe_delete(self): ...
|
|
492
|
-
def keyframe_insert(self): ...
|
|
493
|
-
def keys(self): ...
|
|
494
|
-
def path_from_id(self): ...
|
|
495
|
-
def path_resolve(self): ...
|
|
496
|
-
def poll(self, context): ...
|
|
497
|
-
def pop(self): ...
|
|
498
|
-
def prepend(self, draw_func): ...
|
|
499
|
-
def property_overridable_library_set(self): ...
|
|
500
|
-
def property_unset(self): ...
|
|
501
|
-
def remove(self, draw_func): ...
|
|
502
|
-
def type_recast(self): ...
|
|
503
|
-
def values(self): ...
|
|
504
|
-
|
|
505
|
-
class DATA_PT_pose(ArmatureButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
506
1352
|
bl_context: typing.Any
|
|
1353
|
+
""" """
|
|
1354
|
+
|
|
507
1355
|
bl_label: typing.Any
|
|
1356
|
+
""" """
|
|
1357
|
+
|
|
1358
|
+
bl_options: typing.Any
|
|
1359
|
+
""" """
|
|
1360
|
+
|
|
508
1361
|
bl_region_type: typing.Any
|
|
1362
|
+
""" """
|
|
1363
|
+
|
|
509
1364
|
bl_rna: typing.Any
|
|
1365
|
+
""" """
|
|
1366
|
+
|
|
510
1367
|
bl_space_type: typing.Any
|
|
1368
|
+
""" """
|
|
1369
|
+
|
|
511
1370
|
id_data: typing.Any
|
|
1371
|
+
""" """
|
|
1372
|
+
|
|
1373
|
+
def append(self, draw_func):
|
|
1374
|
+
"""
|
|
1375
|
+
|
|
1376
|
+
:param draw_func:
|
|
1377
|
+
"""
|
|
1378
|
+
...
|
|
1379
|
+
|
|
1380
|
+
def as_pointer(self):
|
|
1381
|
+
""" """
|
|
1382
|
+
...
|
|
1383
|
+
|
|
1384
|
+
def bl_rna_get_subclass(self):
|
|
1385
|
+
""" """
|
|
1386
|
+
...
|
|
1387
|
+
|
|
1388
|
+
def bl_rna_get_subclass_py(self):
|
|
1389
|
+
""" """
|
|
1390
|
+
...
|
|
1391
|
+
|
|
1392
|
+
def draw(self, context):
|
|
1393
|
+
"""
|
|
1394
|
+
|
|
1395
|
+
:param context:
|
|
1396
|
+
"""
|
|
1397
|
+
...
|
|
1398
|
+
|
|
1399
|
+
def draw_settings(self, _context, avs, mpath, bones):
|
|
1400
|
+
"""
|
|
1401
|
+
|
|
1402
|
+
:param _context:
|
|
1403
|
+
:param avs:
|
|
1404
|
+
:param mpath:
|
|
1405
|
+
:param bones:
|
|
1406
|
+
"""
|
|
1407
|
+
...
|
|
1408
|
+
|
|
1409
|
+
def driver_add(self):
|
|
1410
|
+
""" """
|
|
1411
|
+
...
|
|
1412
|
+
|
|
1413
|
+
def driver_remove(self):
|
|
1414
|
+
""" """
|
|
1415
|
+
...
|
|
1416
|
+
|
|
1417
|
+
def get(self):
|
|
1418
|
+
""" """
|
|
1419
|
+
...
|
|
1420
|
+
|
|
1421
|
+
def id_properties_clear(self):
|
|
1422
|
+
""" """
|
|
1423
|
+
...
|
|
1424
|
+
|
|
1425
|
+
def id_properties_ensure(self):
|
|
1426
|
+
""" """
|
|
1427
|
+
...
|
|
1428
|
+
|
|
1429
|
+
def id_properties_ui(self):
|
|
1430
|
+
""" """
|
|
1431
|
+
...
|
|
1432
|
+
|
|
1433
|
+
def is_extended(self):
|
|
1434
|
+
""" """
|
|
1435
|
+
...
|
|
1436
|
+
|
|
1437
|
+
def is_property_hidden(self):
|
|
1438
|
+
""" """
|
|
1439
|
+
...
|
|
1440
|
+
|
|
1441
|
+
def is_property_overridable_library(self):
|
|
1442
|
+
""" """
|
|
1443
|
+
...
|
|
1444
|
+
|
|
1445
|
+
def is_property_readonly(self):
|
|
1446
|
+
""" """
|
|
1447
|
+
...
|
|
1448
|
+
|
|
1449
|
+
def is_property_set(self):
|
|
1450
|
+
""" """
|
|
1451
|
+
...
|
|
1452
|
+
|
|
1453
|
+
def items(self):
|
|
1454
|
+
""" """
|
|
1455
|
+
...
|
|
1456
|
+
|
|
1457
|
+
def keyframe_delete(self):
|
|
1458
|
+
""" """
|
|
1459
|
+
...
|
|
1460
|
+
|
|
1461
|
+
def keyframe_insert(self):
|
|
1462
|
+
""" """
|
|
1463
|
+
...
|
|
1464
|
+
|
|
1465
|
+
def keys(self):
|
|
1466
|
+
""" """
|
|
1467
|
+
...
|
|
1468
|
+
|
|
1469
|
+
def path_from_id(self):
|
|
1470
|
+
""" """
|
|
1471
|
+
...
|
|
1472
|
+
|
|
1473
|
+
def path_resolve(self):
|
|
1474
|
+
""" """
|
|
1475
|
+
...
|
|
1476
|
+
|
|
1477
|
+
def poll(self, context):
|
|
1478
|
+
"""
|
|
1479
|
+
|
|
1480
|
+
:param context:
|
|
1481
|
+
"""
|
|
1482
|
+
...
|
|
1483
|
+
|
|
1484
|
+
def pop(self):
|
|
1485
|
+
""" """
|
|
1486
|
+
...
|
|
1487
|
+
|
|
1488
|
+
def prepend(self, draw_func):
|
|
1489
|
+
"""
|
|
1490
|
+
|
|
1491
|
+
:param draw_func:
|
|
1492
|
+
"""
|
|
1493
|
+
...
|
|
1494
|
+
|
|
1495
|
+
def property_overridable_library_set(self):
|
|
1496
|
+
""" """
|
|
1497
|
+
...
|
|
1498
|
+
|
|
1499
|
+
def property_unset(self):
|
|
1500
|
+
""" """
|
|
1501
|
+
...
|
|
1502
|
+
|
|
1503
|
+
def remove(self, draw_func):
|
|
1504
|
+
"""
|
|
1505
|
+
|
|
1506
|
+
:param draw_func:
|
|
1507
|
+
"""
|
|
1508
|
+
...
|
|
1509
|
+
|
|
1510
|
+
def type_recast(self):
|
|
1511
|
+
""" """
|
|
1512
|
+
...
|
|
1513
|
+
|
|
1514
|
+
def values(self):
|
|
1515
|
+
""" """
|
|
1516
|
+
...
|
|
1517
|
+
|
|
1518
|
+
class DATA_PT_motion_paths_display(bpy_types._GenericUI):
|
|
1519
|
+
""" """
|
|
1520
|
+
|
|
1521
|
+
bl_context: typing.Any
|
|
1522
|
+
""" """
|
|
1523
|
+
|
|
1524
|
+
bl_label: typing.Any
|
|
1525
|
+
""" """
|
|
1526
|
+
|
|
1527
|
+
bl_options: typing.Any
|
|
1528
|
+
""" """
|
|
1529
|
+
|
|
1530
|
+
bl_parent_id: typing.Any
|
|
1531
|
+
""" """
|
|
1532
|
+
|
|
1533
|
+
bl_region_type: typing.Any
|
|
1534
|
+
""" """
|
|
1535
|
+
|
|
1536
|
+
bl_rna: typing.Any
|
|
1537
|
+
""" """
|
|
1538
|
+
|
|
1539
|
+
bl_space_type: typing.Any
|
|
1540
|
+
""" """
|
|
1541
|
+
|
|
1542
|
+
id_data: typing.Any
|
|
1543
|
+
""" """
|
|
1544
|
+
|
|
1545
|
+
def append(self, draw_func):
|
|
1546
|
+
"""
|
|
1547
|
+
|
|
1548
|
+
:param draw_func:
|
|
1549
|
+
"""
|
|
1550
|
+
...
|
|
1551
|
+
|
|
1552
|
+
def as_pointer(self):
|
|
1553
|
+
""" """
|
|
1554
|
+
...
|
|
1555
|
+
|
|
1556
|
+
def bl_rna_get_subclass(self):
|
|
1557
|
+
""" """
|
|
1558
|
+
...
|
|
1559
|
+
|
|
1560
|
+
def bl_rna_get_subclass_py(self):
|
|
1561
|
+
""" """
|
|
1562
|
+
...
|
|
1563
|
+
|
|
1564
|
+
def draw(self, context):
|
|
1565
|
+
"""
|
|
1566
|
+
|
|
1567
|
+
:param context:
|
|
1568
|
+
"""
|
|
1569
|
+
...
|
|
1570
|
+
|
|
1571
|
+
def draw_settings(self, _context, avs, mpath, bones):
|
|
1572
|
+
"""
|
|
1573
|
+
|
|
1574
|
+
:param _context:
|
|
1575
|
+
:param avs:
|
|
1576
|
+
:param mpath:
|
|
1577
|
+
:param bones:
|
|
1578
|
+
"""
|
|
1579
|
+
...
|
|
1580
|
+
|
|
1581
|
+
def driver_add(self):
|
|
1582
|
+
""" """
|
|
1583
|
+
...
|
|
1584
|
+
|
|
1585
|
+
def driver_remove(self):
|
|
1586
|
+
""" """
|
|
1587
|
+
...
|
|
1588
|
+
|
|
1589
|
+
def get(self):
|
|
1590
|
+
""" """
|
|
1591
|
+
...
|
|
1592
|
+
|
|
1593
|
+
def id_properties_clear(self):
|
|
1594
|
+
""" """
|
|
1595
|
+
...
|
|
1596
|
+
|
|
1597
|
+
def id_properties_ensure(self):
|
|
1598
|
+
""" """
|
|
1599
|
+
...
|
|
1600
|
+
|
|
1601
|
+
def id_properties_ui(self):
|
|
1602
|
+
""" """
|
|
1603
|
+
...
|
|
1604
|
+
|
|
1605
|
+
def is_extended(self):
|
|
1606
|
+
""" """
|
|
1607
|
+
...
|
|
1608
|
+
|
|
1609
|
+
def is_property_hidden(self):
|
|
1610
|
+
""" """
|
|
1611
|
+
...
|
|
1612
|
+
|
|
1613
|
+
def is_property_overridable_library(self):
|
|
1614
|
+
""" """
|
|
1615
|
+
...
|
|
1616
|
+
|
|
1617
|
+
def is_property_readonly(self):
|
|
1618
|
+
""" """
|
|
1619
|
+
...
|
|
1620
|
+
|
|
1621
|
+
def is_property_set(self):
|
|
1622
|
+
""" """
|
|
1623
|
+
...
|
|
1624
|
+
|
|
1625
|
+
def items(self):
|
|
1626
|
+
""" """
|
|
1627
|
+
...
|
|
1628
|
+
|
|
1629
|
+
def keyframe_delete(self):
|
|
1630
|
+
""" """
|
|
1631
|
+
...
|
|
1632
|
+
|
|
1633
|
+
def keyframe_insert(self):
|
|
1634
|
+
""" """
|
|
1635
|
+
...
|
|
1636
|
+
|
|
1637
|
+
def keys(self):
|
|
1638
|
+
""" """
|
|
1639
|
+
...
|
|
1640
|
+
|
|
1641
|
+
def path_from_id(self):
|
|
1642
|
+
""" """
|
|
1643
|
+
...
|
|
1644
|
+
|
|
1645
|
+
def path_resolve(self):
|
|
1646
|
+
""" """
|
|
1647
|
+
...
|
|
1648
|
+
|
|
1649
|
+
def poll(self, context):
|
|
1650
|
+
"""
|
|
1651
|
+
|
|
1652
|
+
:param context:
|
|
1653
|
+
"""
|
|
1654
|
+
...
|
|
1655
|
+
|
|
1656
|
+
def pop(self):
|
|
1657
|
+
""" """
|
|
1658
|
+
...
|
|
1659
|
+
|
|
1660
|
+
def prepend(self, draw_func):
|
|
1661
|
+
"""
|
|
1662
|
+
|
|
1663
|
+
:param draw_func:
|
|
1664
|
+
"""
|
|
1665
|
+
...
|
|
1666
|
+
|
|
1667
|
+
def property_overridable_library_set(self):
|
|
1668
|
+
""" """
|
|
1669
|
+
...
|
|
1670
|
+
|
|
1671
|
+
def property_unset(self):
|
|
1672
|
+
""" """
|
|
1673
|
+
...
|
|
1674
|
+
|
|
1675
|
+
def remove(self, draw_func):
|
|
1676
|
+
"""
|
|
1677
|
+
|
|
1678
|
+
:param draw_func:
|
|
1679
|
+
"""
|
|
1680
|
+
...
|
|
1681
|
+
|
|
1682
|
+
def type_recast(self):
|
|
1683
|
+
""" """
|
|
1684
|
+
...
|
|
1685
|
+
|
|
1686
|
+
def values(self):
|
|
1687
|
+
""" """
|
|
1688
|
+
...
|
|
1689
|
+
|
|
1690
|
+
class DATA_PT_pose(bpy_types._GenericUI):
|
|
1691
|
+
""" """
|
|
1692
|
+
|
|
1693
|
+
bl_context: typing.Any
|
|
1694
|
+
""" """
|
|
1695
|
+
|
|
1696
|
+
bl_label: typing.Any
|
|
1697
|
+
""" """
|
|
1698
|
+
|
|
1699
|
+
bl_region_type: typing.Any
|
|
1700
|
+
""" """
|
|
1701
|
+
|
|
1702
|
+
bl_rna: typing.Any
|
|
1703
|
+
""" """
|
|
1704
|
+
|
|
1705
|
+
bl_space_type: typing.Any
|
|
1706
|
+
""" """
|
|
1707
|
+
|
|
1708
|
+
id_data: typing.Any
|
|
1709
|
+
""" """
|
|
1710
|
+
|
|
1711
|
+
def append(self, draw_func):
|
|
1712
|
+
"""
|
|
1713
|
+
|
|
1714
|
+
:param draw_func:
|
|
1715
|
+
"""
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1718
|
+
def as_pointer(self):
|
|
1719
|
+
""" """
|
|
1720
|
+
...
|
|
1721
|
+
|
|
1722
|
+
def bl_rna_get_subclass(self):
|
|
1723
|
+
""" """
|
|
1724
|
+
...
|
|
1725
|
+
|
|
1726
|
+
def bl_rna_get_subclass_py(self):
|
|
1727
|
+
""" """
|
|
1728
|
+
...
|
|
1729
|
+
|
|
1730
|
+
def draw(self, context):
|
|
1731
|
+
"""
|
|
1732
|
+
|
|
1733
|
+
:param context:
|
|
1734
|
+
"""
|
|
1735
|
+
...
|
|
1736
|
+
|
|
1737
|
+
def driver_add(self):
|
|
1738
|
+
""" """
|
|
1739
|
+
...
|
|
1740
|
+
|
|
1741
|
+
def driver_remove(self):
|
|
1742
|
+
""" """
|
|
1743
|
+
...
|
|
1744
|
+
|
|
1745
|
+
def get(self):
|
|
1746
|
+
""" """
|
|
1747
|
+
...
|
|
1748
|
+
|
|
1749
|
+
def id_properties_clear(self):
|
|
1750
|
+
""" """
|
|
1751
|
+
...
|
|
1752
|
+
|
|
1753
|
+
def id_properties_ensure(self):
|
|
1754
|
+
""" """
|
|
1755
|
+
...
|
|
1756
|
+
|
|
1757
|
+
def id_properties_ui(self):
|
|
1758
|
+
""" """
|
|
1759
|
+
...
|
|
1760
|
+
|
|
1761
|
+
def is_extended(self):
|
|
1762
|
+
""" """
|
|
1763
|
+
...
|
|
1764
|
+
|
|
1765
|
+
def is_property_hidden(self):
|
|
1766
|
+
""" """
|
|
1767
|
+
...
|
|
1768
|
+
|
|
1769
|
+
def is_property_overridable_library(self):
|
|
1770
|
+
""" """
|
|
1771
|
+
...
|
|
1772
|
+
|
|
1773
|
+
def is_property_readonly(self):
|
|
1774
|
+
""" """
|
|
1775
|
+
...
|
|
1776
|
+
|
|
1777
|
+
def is_property_set(self):
|
|
1778
|
+
""" """
|
|
1779
|
+
...
|
|
1780
|
+
|
|
1781
|
+
def items(self):
|
|
1782
|
+
""" """
|
|
1783
|
+
...
|
|
1784
|
+
|
|
1785
|
+
def keyframe_delete(self):
|
|
1786
|
+
""" """
|
|
1787
|
+
...
|
|
1788
|
+
|
|
1789
|
+
def keyframe_insert(self):
|
|
1790
|
+
""" """
|
|
1791
|
+
...
|
|
1792
|
+
|
|
1793
|
+
def keys(self):
|
|
1794
|
+
""" """
|
|
1795
|
+
...
|
|
1796
|
+
|
|
1797
|
+
def path_from_id(self):
|
|
1798
|
+
""" """
|
|
1799
|
+
...
|
|
1800
|
+
|
|
1801
|
+
def path_resolve(self):
|
|
1802
|
+
""" """
|
|
1803
|
+
...
|
|
1804
|
+
|
|
1805
|
+
def poll(self, context):
|
|
1806
|
+
"""
|
|
1807
|
+
|
|
1808
|
+
:param context:
|
|
1809
|
+
"""
|
|
1810
|
+
...
|
|
1811
|
+
|
|
1812
|
+
def pop(self):
|
|
1813
|
+
""" """
|
|
1814
|
+
...
|
|
1815
|
+
|
|
1816
|
+
def prepend(self, draw_func):
|
|
1817
|
+
"""
|
|
1818
|
+
|
|
1819
|
+
:param draw_func:
|
|
1820
|
+
"""
|
|
1821
|
+
...
|
|
1822
|
+
|
|
1823
|
+
def property_overridable_library_set(self):
|
|
1824
|
+
""" """
|
|
1825
|
+
...
|
|
1826
|
+
|
|
1827
|
+
def property_unset(self):
|
|
1828
|
+
""" """
|
|
1829
|
+
...
|
|
1830
|
+
|
|
1831
|
+
def remove(self, draw_func):
|
|
1832
|
+
"""
|
|
1833
|
+
|
|
1834
|
+
:param draw_func:
|
|
1835
|
+
"""
|
|
1836
|
+
...
|
|
1837
|
+
|
|
1838
|
+
def type_recast(self):
|
|
1839
|
+
""" """
|
|
1840
|
+
...
|
|
1841
|
+
|
|
1842
|
+
def values(self):
|
|
1843
|
+
""" """
|
|
1844
|
+
...
|
|
1845
|
+
|
|
1846
|
+
class DATA_UL_bone_collections(bpy_types._GenericUI):
|
|
1847
|
+
""" """
|
|
1848
|
+
|
|
1849
|
+
bl_rna: typing.Any
|
|
1850
|
+
""" """
|
|
1851
|
+
|
|
1852
|
+
id_data: typing.Any
|
|
1853
|
+
""" """
|
|
1854
|
+
|
|
1855
|
+
def append(self, draw_func):
|
|
1856
|
+
"""
|
|
1857
|
+
|
|
1858
|
+
:param draw_func:
|
|
1859
|
+
"""
|
|
1860
|
+
...
|
|
1861
|
+
|
|
1862
|
+
def as_pointer(self):
|
|
1863
|
+
""" """
|
|
1864
|
+
...
|
|
1865
|
+
|
|
1866
|
+
def bl_rna_get_subclass(self):
|
|
1867
|
+
""" """
|
|
1868
|
+
...
|
|
1869
|
+
|
|
1870
|
+
def bl_rna_get_subclass_py(self):
|
|
1871
|
+
""" """
|
|
1872
|
+
...
|
|
1873
|
+
|
|
1874
|
+
def draw_item(
|
|
1875
|
+
self,
|
|
1876
|
+
_context,
|
|
1877
|
+
layout,
|
|
1878
|
+
armature,
|
|
1879
|
+
bcoll,
|
|
1880
|
+
_icon,
|
|
1881
|
+
_active_data,
|
|
1882
|
+
_active_propname,
|
|
1883
|
+
_index,
|
|
1884
|
+
):
|
|
1885
|
+
"""
|
|
1886
|
+
|
|
1887
|
+
:param _context:
|
|
1888
|
+
:param layout:
|
|
1889
|
+
:param armature:
|
|
1890
|
+
:param bcoll:
|
|
1891
|
+
:param _icon:
|
|
1892
|
+
:param _active_data:
|
|
1893
|
+
:param _active_propname:
|
|
1894
|
+
:param _index:
|
|
1895
|
+
"""
|
|
1896
|
+
...
|
|
1897
|
+
|
|
1898
|
+
def driver_add(self):
|
|
1899
|
+
""" """
|
|
1900
|
+
...
|
|
1901
|
+
|
|
1902
|
+
def driver_remove(self):
|
|
1903
|
+
""" """
|
|
1904
|
+
...
|
|
1905
|
+
|
|
1906
|
+
def get(self):
|
|
1907
|
+
""" """
|
|
1908
|
+
...
|
|
1909
|
+
|
|
1910
|
+
def id_properties_clear(self):
|
|
1911
|
+
""" """
|
|
1912
|
+
...
|
|
1913
|
+
|
|
1914
|
+
def id_properties_ensure(self):
|
|
1915
|
+
""" """
|
|
1916
|
+
...
|
|
1917
|
+
|
|
1918
|
+
def id_properties_ui(self):
|
|
1919
|
+
""" """
|
|
1920
|
+
...
|
|
1921
|
+
|
|
1922
|
+
def is_extended(self):
|
|
1923
|
+
""" """
|
|
1924
|
+
...
|
|
1925
|
+
|
|
1926
|
+
def is_property_hidden(self):
|
|
1927
|
+
""" """
|
|
1928
|
+
...
|
|
1929
|
+
|
|
1930
|
+
def is_property_overridable_library(self):
|
|
1931
|
+
""" """
|
|
1932
|
+
...
|
|
1933
|
+
|
|
1934
|
+
def is_property_readonly(self):
|
|
1935
|
+
""" """
|
|
1936
|
+
...
|
|
1937
|
+
|
|
1938
|
+
def is_property_set(self):
|
|
1939
|
+
""" """
|
|
1940
|
+
...
|
|
1941
|
+
|
|
1942
|
+
def items(self):
|
|
1943
|
+
""" """
|
|
1944
|
+
...
|
|
1945
|
+
|
|
1946
|
+
def keyframe_delete(self):
|
|
1947
|
+
""" """
|
|
1948
|
+
...
|
|
1949
|
+
|
|
1950
|
+
def keyframe_insert(self):
|
|
1951
|
+
""" """
|
|
1952
|
+
...
|
|
1953
|
+
|
|
1954
|
+
def keys(self):
|
|
1955
|
+
""" """
|
|
1956
|
+
...
|
|
1957
|
+
|
|
1958
|
+
def path_from_id(self):
|
|
1959
|
+
""" """
|
|
1960
|
+
...
|
|
1961
|
+
|
|
1962
|
+
def path_resolve(self):
|
|
1963
|
+
""" """
|
|
1964
|
+
...
|
|
1965
|
+
|
|
1966
|
+
def pop(self):
|
|
1967
|
+
""" """
|
|
1968
|
+
...
|
|
1969
|
+
|
|
1970
|
+
def prepend(self, draw_func):
|
|
1971
|
+
"""
|
|
1972
|
+
|
|
1973
|
+
:param draw_func:
|
|
1974
|
+
"""
|
|
1975
|
+
...
|
|
1976
|
+
|
|
1977
|
+
def property_overridable_library_set(self):
|
|
1978
|
+
""" """
|
|
1979
|
+
...
|
|
1980
|
+
|
|
1981
|
+
def property_unset(self):
|
|
1982
|
+
""" """
|
|
1983
|
+
...
|
|
1984
|
+
|
|
1985
|
+
def remove(self, draw_func):
|
|
1986
|
+
"""
|
|
1987
|
+
|
|
1988
|
+
:param draw_func:
|
|
1989
|
+
"""
|
|
1990
|
+
...
|
|
1991
|
+
|
|
1992
|
+
def type_recast(self):
|
|
1993
|
+
""" """
|
|
1994
|
+
...
|
|
512
1995
|
|
|
513
|
-
def
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
def bl_rna_get_subclass_py(self): ...
|
|
517
|
-
def draw(self, context): ...
|
|
518
|
-
def driver_add(self): ...
|
|
519
|
-
def driver_remove(self): ...
|
|
520
|
-
def get(self): ...
|
|
521
|
-
def id_properties_clear(self): ...
|
|
522
|
-
def id_properties_ensure(self): ...
|
|
523
|
-
def id_properties_ui(self): ...
|
|
524
|
-
def is_extended(self): ...
|
|
525
|
-
def is_property_hidden(self): ...
|
|
526
|
-
def is_property_overridable_library(self): ...
|
|
527
|
-
def is_property_readonly(self): ...
|
|
528
|
-
def is_property_set(self): ...
|
|
529
|
-
def items(self): ...
|
|
530
|
-
def keyframe_delete(self): ...
|
|
531
|
-
def keyframe_insert(self): ...
|
|
532
|
-
def keys(self): ...
|
|
533
|
-
def path_from_id(self): ...
|
|
534
|
-
def path_resolve(self): ...
|
|
535
|
-
def poll(self, context): ...
|
|
536
|
-
def pop(self): ...
|
|
537
|
-
def prepend(self, draw_func): ...
|
|
538
|
-
def property_overridable_library_set(self): ...
|
|
539
|
-
def property_unset(self): ...
|
|
540
|
-
def remove(self, draw_func): ...
|
|
541
|
-
def type_recast(self): ...
|
|
542
|
-
def values(self): ...
|
|
1996
|
+
def values(self):
|
|
1997
|
+
""" """
|
|
1998
|
+
...
|