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