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