fake-bpy-module 20240321__py3-none-any.whl → 20240324__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +646 -823
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86446 -87424
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/METADATA +1 -1
- fake_bpy_module-20240324.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240321.dist-info/RECORD +0 -343
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/top_level.txt +0 -0
bl_operators/object/__init__.pyi
CHANGED
|
@@ -4,937 +4,2097 @@ import bpy_types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
class ClearAllRestrictRender(bpy_types.Operator):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
7
9
|
bl_idname: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
8
12
|
bl_label: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
9
15
|
bl_options: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
10
18
|
bl_rna: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
11
21
|
id_data: typing.Any
|
|
22
|
+
""" """
|
|
12
23
|
|
|
13
24
|
def as_keywords(self, ignore):
|
|
14
25
|
"""
|
|
15
26
|
|
|
16
|
-
:param self:
|
|
17
|
-
:type self:
|
|
18
27
|
:param ignore:
|
|
19
|
-
:type ignore:
|
|
20
28
|
"""
|
|
21
29
|
...
|
|
22
30
|
|
|
23
|
-
def as_pointer(self):
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
def
|
|
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
|
+
|
|
28
51
|
def execute(self, context):
|
|
29
52
|
"""
|
|
30
53
|
|
|
31
|
-
:param self:
|
|
32
|
-
:type self:
|
|
33
54
|
:param context:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
def
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
def
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
def
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
def
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
def
|
|
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
|
+
...
|
|
129
|
+
|
|
130
|
+
def type_recast(self):
|
|
131
|
+
""" """
|
|
132
|
+
...
|
|
133
|
+
|
|
134
|
+
def values(self):
|
|
135
|
+
""" """
|
|
136
|
+
...
|
|
58
137
|
|
|
59
138
|
class DupliOffsetFromCursor(bpy_types.Operator):
|
|
139
|
+
""" """
|
|
140
|
+
|
|
60
141
|
bl_idname: typing.Any
|
|
142
|
+
""" """
|
|
143
|
+
|
|
61
144
|
bl_label: typing.Any
|
|
145
|
+
""" """
|
|
146
|
+
|
|
62
147
|
bl_options: typing.Any
|
|
148
|
+
""" """
|
|
149
|
+
|
|
63
150
|
bl_rna: typing.Any
|
|
151
|
+
""" """
|
|
152
|
+
|
|
64
153
|
id_data: typing.Any
|
|
154
|
+
""" """
|
|
65
155
|
|
|
66
156
|
def as_keywords(self, ignore):
|
|
67
157
|
"""
|
|
68
158
|
|
|
69
|
-
:param self:
|
|
70
|
-
:type self:
|
|
71
159
|
:param ignore:
|
|
72
|
-
:type ignore:
|
|
73
160
|
"""
|
|
74
161
|
...
|
|
75
162
|
|
|
76
|
-
def as_pointer(self):
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
def
|
|
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
|
+
|
|
81
183
|
def execute(self, context):
|
|
82
184
|
"""
|
|
83
185
|
|
|
84
|
-
:param self:
|
|
85
|
-
:type self:
|
|
86
186
|
:param context:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
def
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
def
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
def
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
def
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
def
|
|
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
|
+
...
|
|
257
|
+
|
|
258
|
+
def property_unset(self):
|
|
259
|
+
""" """
|
|
260
|
+
...
|
|
261
|
+
|
|
262
|
+
def type_recast(self):
|
|
263
|
+
""" """
|
|
264
|
+
...
|
|
265
|
+
|
|
266
|
+
def values(self):
|
|
267
|
+
""" """
|
|
268
|
+
...
|
|
111
269
|
|
|
112
270
|
class DupliOffsetFromObject(bpy_types.Operator):
|
|
271
|
+
""" """
|
|
272
|
+
|
|
113
273
|
bl_idname: typing.Any
|
|
274
|
+
""" """
|
|
275
|
+
|
|
114
276
|
bl_label: typing.Any
|
|
277
|
+
""" """
|
|
278
|
+
|
|
115
279
|
bl_options: typing.Any
|
|
280
|
+
""" """
|
|
281
|
+
|
|
116
282
|
bl_rna: typing.Any
|
|
283
|
+
""" """
|
|
284
|
+
|
|
117
285
|
id_data: typing.Any
|
|
286
|
+
""" """
|
|
118
287
|
|
|
119
288
|
def as_keywords(self, ignore):
|
|
120
289
|
"""
|
|
121
290
|
|
|
122
|
-
:param self:
|
|
123
|
-
:type self:
|
|
124
291
|
:param ignore:
|
|
125
|
-
:type ignore:
|
|
126
292
|
"""
|
|
127
293
|
...
|
|
128
294
|
|
|
129
|
-
def as_pointer(self):
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
def
|
|
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
|
+
|
|
134
315
|
def execute(self, context):
|
|
135
316
|
"""
|
|
136
317
|
|
|
137
|
-
:param self:
|
|
138
|
-
:type self:
|
|
139
318
|
:param context:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
def
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
def
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
def
|
|
156
|
-
|
|
157
|
-
|
|
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
|
+
|
|
158
378
|
def poll(self, context):
|
|
159
379
|
"""
|
|
160
380
|
|
|
161
381
|
:param context:
|
|
162
|
-
:type context:
|
|
163
382
|
"""
|
|
164
383
|
...
|
|
165
384
|
|
|
166
|
-
def poll_message_set(self):
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
def
|
|
171
|
-
|
|
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
|
+
...
|
|
172
408
|
|
|
173
409
|
class DupliOffsetToCursor(bpy_types.Operator):
|
|
410
|
+
""" """
|
|
411
|
+
|
|
174
412
|
bl_idname: typing.Any
|
|
413
|
+
""" """
|
|
414
|
+
|
|
175
415
|
bl_label: typing.Any
|
|
416
|
+
""" """
|
|
417
|
+
|
|
176
418
|
bl_options: typing.Any
|
|
419
|
+
""" """
|
|
420
|
+
|
|
177
421
|
bl_rna: typing.Any
|
|
422
|
+
""" """
|
|
423
|
+
|
|
178
424
|
id_data: typing.Any
|
|
425
|
+
""" """
|
|
179
426
|
|
|
180
427
|
def as_keywords(self, ignore):
|
|
181
428
|
"""
|
|
182
429
|
|
|
183
|
-
:param self:
|
|
184
|
-
:type self:
|
|
185
430
|
:param ignore:
|
|
186
|
-
:type ignore:
|
|
187
431
|
"""
|
|
188
432
|
...
|
|
189
433
|
|
|
190
|
-
def as_pointer(self):
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
def
|
|
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
|
+
|
|
195
454
|
def execute(self, context):
|
|
196
455
|
"""
|
|
197
456
|
|
|
198
|
-
:param self:
|
|
199
|
-
:type self:
|
|
200
457
|
:param context:
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
def
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
def
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
def
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
def
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
def
|
|
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
|
+
...
|
|
512
|
+
|
|
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
|
+
...
|
|
225
540
|
|
|
226
541
|
class IsolateTypeRender(bpy_types.Operator):
|
|
542
|
+
""" """
|
|
543
|
+
|
|
227
544
|
bl_idname: typing.Any
|
|
545
|
+
""" """
|
|
546
|
+
|
|
228
547
|
bl_label: typing.Any
|
|
548
|
+
""" """
|
|
549
|
+
|
|
229
550
|
bl_options: typing.Any
|
|
551
|
+
""" """
|
|
552
|
+
|
|
230
553
|
bl_rna: typing.Any
|
|
554
|
+
""" """
|
|
555
|
+
|
|
231
556
|
id_data: typing.Any
|
|
557
|
+
""" """
|
|
232
558
|
|
|
233
559
|
def as_keywords(self, ignore):
|
|
234
560
|
"""
|
|
235
561
|
|
|
236
|
-
:param self:
|
|
237
|
-
:type self:
|
|
238
562
|
:param ignore:
|
|
239
|
-
:type ignore:
|
|
240
563
|
"""
|
|
241
564
|
...
|
|
242
565
|
|
|
243
|
-
def as_pointer(self):
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
def
|
|
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
|
+
|
|
248
586
|
def execute(self, context):
|
|
249
587
|
"""
|
|
250
588
|
|
|
251
|
-
:param
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
def id_properties_clear(self):
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
def
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
def
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
def
|
|
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
|
+
...
|
|
640
|
+
|
|
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
|
+
...
|
|
679
|
+
|
|
680
|
+
class JoinUVs(bpy_types.Operator):
|
|
681
|
+
""" """
|
|
682
|
+
|
|
683
|
+
bl_idname: typing.Any
|
|
684
|
+
""" """
|
|
685
|
+
|
|
686
|
+
bl_label: typing.Any
|
|
687
|
+
""" """
|
|
688
|
+
|
|
689
|
+
bl_options: typing.Any
|
|
690
|
+
""" """
|
|
691
|
+
|
|
692
|
+
bl_rna: typing.Any
|
|
693
|
+
""" """
|
|
694
|
+
|
|
695
|
+
id_data: typing.Any
|
|
696
|
+
""" """
|
|
697
|
+
|
|
698
|
+
def as_keywords(self, ignore):
|
|
699
|
+
"""
|
|
700
|
+
|
|
701
|
+
:param ignore:
|
|
702
|
+
"""
|
|
703
|
+
...
|
|
704
|
+
|
|
705
|
+
def as_pointer(self):
|
|
706
|
+
""" """
|
|
707
|
+
...
|
|
708
|
+
|
|
709
|
+
def bl_rna_get_subclass(self):
|
|
710
|
+
""" """
|
|
711
|
+
...
|
|
712
|
+
|
|
713
|
+
def bl_rna_get_subclass_py(self):
|
|
714
|
+
""" """
|
|
715
|
+
...
|
|
716
|
+
|
|
717
|
+
def driver_add(self):
|
|
718
|
+
""" """
|
|
719
|
+
...
|
|
720
|
+
|
|
721
|
+
def driver_remove(self):
|
|
722
|
+
""" """
|
|
723
|
+
...
|
|
724
|
+
|
|
725
|
+
def execute(self, context):
|
|
726
|
+
"""
|
|
727
|
+
|
|
728
|
+
:param context:
|
|
729
|
+
"""
|
|
730
|
+
...
|
|
731
|
+
|
|
732
|
+
def get(self):
|
|
733
|
+
""" """
|
|
734
|
+
...
|
|
735
|
+
|
|
736
|
+
def id_properties_clear(self):
|
|
737
|
+
""" """
|
|
738
|
+
...
|
|
739
|
+
|
|
740
|
+
def id_properties_ensure(self):
|
|
741
|
+
""" """
|
|
742
|
+
...
|
|
743
|
+
|
|
744
|
+
def id_properties_ui(self):
|
|
745
|
+
""" """
|
|
746
|
+
...
|
|
747
|
+
|
|
748
|
+
def is_property_hidden(self):
|
|
749
|
+
""" """
|
|
750
|
+
...
|
|
751
|
+
|
|
752
|
+
def is_property_overridable_library(self):
|
|
753
|
+
""" """
|
|
754
|
+
...
|
|
755
|
+
|
|
756
|
+
def is_property_readonly(self):
|
|
757
|
+
""" """
|
|
758
|
+
...
|
|
759
|
+
|
|
760
|
+
def is_property_set(self):
|
|
761
|
+
""" """
|
|
762
|
+
...
|
|
763
|
+
|
|
764
|
+
def items(self):
|
|
765
|
+
""" """
|
|
766
|
+
...
|
|
767
|
+
|
|
768
|
+
def keyframe_delete(self):
|
|
769
|
+
""" """
|
|
770
|
+
...
|
|
771
|
+
|
|
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
|
+
""" """
|
|
821
|
+
|
|
822
|
+
bl_idname: typing.Any
|
|
823
|
+
""" """
|
|
824
|
+
|
|
825
|
+
bl_label: typing.Any
|
|
826
|
+
""" """
|
|
827
|
+
|
|
828
|
+
bl_options: typing.Any
|
|
829
|
+
""" """
|
|
830
|
+
|
|
831
|
+
bl_rna: typing.Any
|
|
832
|
+
""" """
|
|
833
|
+
|
|
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
|
+
|
|
272
1633
|
def poll(self, context):
|
|
273
1634
|
"""
|
|
274
1635
|
|
|
275
1636
|
:param context:
|
|
276
|
-
:type context:
|
|
277
1637
|
"""
|
|
278
1638
|
...
|
|
279
1639
|
|
|
280
|
-
def poll_message_set(self):
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
def property_unset(self): ...
|
|
284
|
-
def type_recast(self): ...
|
|
285
|
-
def values(self): ...
|
|
286
|
-
|
|
287
|
-
class JoinUVs(bpy_types.Operator):
|
|
288
|
-
bl_idname: typing.Any
|
|
289
|
-
bl_label: typing.Any
|
|
290
|
-
bl_options: typing.Any
|
|
291
|
-
bl_rna: typing.Any
|
|
292
|
-
id_data: typing.Any
|
|
1640
|
+
def poll_message_set(self):
|
|
1641
|
+
""" """
|
|
1642
|
+
...
|
|
293
1643
|
|
|
294
|
-
def
|
|
295
|
-
"""
|
|
1644
|
+
def pop(self):
|
|
1645
|
+
""" """
|
|
1646
|
+
...
|
|
296
1647
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
:param ignore:
|
|
300
|
-
:type ignore:
|
|
301
|
-
"""
|
|
1648
|
+
def property_overridable_library_set(self):
|
|
1649
|
+
""" """
|
|
302
1650
|
...
|
|
303
1651
|
|
|
304
|
-
def
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
def driver_add(self): ...
|
|
308
|
-
def driver_remove(self): ...
|
|
309
|
-
def execute(self, context):
|
|
310
|
-
"""
|
|
1652
|
+
def property_unset(self):
|
|
1653
|
+
""" """
|
|
1654
|
+
...
|
|
311
1655
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
:type context:
|
|
316
|
-
"""
|
|
317
|
-
...
|
|
318
|
-
|
|
319
|
-
def get(self): ...
|
|
320
|
-
def id_properties_clear(self): ...
|
|
321
|
-
def id_properties_ensure(self): ...
|
|
322
|
-
def id_properties_ui(self): ...
|
|
323
|
-
def is_property_hidden(self): ...
|
|
324
|
-
def is_property_overridable_library(self): ...
|
|
325
|
-
def is_property_readonly(self): ...
|
|
326
|
-
def is_property_set(self): ...
|
|
327
|
-
def items(self): ...
|
|
328
|
-
def keyframe_delete(self): ...
|
|
329
|
-
def keyframe_insert(self): ...
|
|
330
|
-
def keys(self): ...
|
|
331
|
-
def path_from_id(self): ...
|
|
332
|
-
def path_resolve(self): ...
|
|
333
|
-
def poll(self, context):
|
|
334
|
-
"""
|
|
1656
|
+
def type_recast(self):
|
|
1657
|
+
""" """
|
|
1658
|
+
...
|
|
335
1659
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
"""
|
|
1660
|
+
def values(self):
|
|
1661
|
+
""" """
|
|
339
1662
|
...
|
|
340
1663
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
def property_overridable_library_set(self): ...
|
|
344
|
-
def property_unset(self): ...
|
|
345
|
-
def type_recast(self): ...
|
|
346
|
-
def values(self): ...
|
|
1664
|
+
class SubdivisionSet(bpy_types.Operator):
|
|
1665
|
+
""" """
|
|
347
1666
|
|
|
348
|
-
class MakeDupliFace(bpy_types.Operator):
|
|
349
1667
|
bl_idname: typing.Any
|
|
1668
|
+
""" """
|
|
1669
|
+
|
|
350
1670
|
bl_label: typing.Any
|
|
1671
|
+
""" """
|
|
1672
|
+
|
|
351
1673
|
bl_options: typing.Any
|
|
1674
|
+
""" """
|
|
1675
|
+
|
|
352
1676
|
bl_rna: typing.Any
|
|
1677
|
+
""" """
|
|
1678
|
+
|
|
353
1679
|
id_data: typing.Any
|
|
1680
|
+
""" """
|
|
354
1681
|
|
|
355
1682
|
def as_keywords(self, ignore):
|
|
356
1683
|
"""
|
|
357
1684
|
|
|
358
|
-
:param self:
|
|
359
|
-
:type self:
|
|
360
1685
|
:param ignore:
|
|
361
|
-
:type ignore:
|
|
362
1686
|
"""
|
|
363
1687
|
...
|
|
364
1688
|
|
|
365
|
-
def as_pointer(self):
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
def driver_add(self): ...
|
|
369
|
-
def driver_remove(self): ...
|
|
370
|
-
def execute(self, context):
|
|
371
|
-
"""
|
|
372
|
-
|
|
373
|
-
:param self:
|
|
374
|
-
:type self:
|
|
375
|
-
:param context:
|
|
376
|
-
:type context:
|
|
377
|
-
"""
|
|
378
|
-
...
|
|
379
|
-
|
|
380
|
-
def get(self): ...
|
|
381
|
-
def id_properties_clear(self): ...
|
|
382
|
-
def id_properties_ensure(self): ...
|
|
383
|
-
def id_properties_ui(self): ...
|
|
384
|
-
def is_property_hidden(self): ...
|
|
385
|
-
def is_property_overridable_library(self): ...
|
|
386
|
-
def is_property_readonly(self): ...
|
|
387
|
-
def is_property_set(self): ...
|
|
388
|
-
def items(self): ...
|
|
389
|
-
def keyframe_delete(self): ...
|
|
390
|
-
def keyframe_insert(self): ...
|
|
391
|
-
def keys(self): ...
|
|
392
|
-
def path_from_id(self): ...
|
|
393
|
-
def path_resolve(self): ...
|
|
394
|
-
def poll_message_set(self): ...
|
|
395
|
-
def pop(self): ...
|
|
396
|
-
def property_overridable_library_set(self): ...
|
|
397
|
-
def property_unset(self): ...
|
|
398
|
-
def type_recast(self): ...
|
|
399
|
-
def values(self): ...
|
|
400
|
-
|
|
401
|
-
class OBJECT_OT_assign_property_defaults(bpy_types.Operator):
|
|
402
|
-
bl_idname: typing.Any
|
|
403
|
-
bl_label: typing.Any
|
|
404
|
-
bl_options: typing.Any
|
|
405
|
-
bl_rna: typing.Any
|
|
406
|
-
id_data: typing.Any
|
|
1689
|
+
def as_pointer(self):
|
|
1690
|
+
""" """
|
|
1691
|
+
...
|
|
407
1692
|
|
|
408
|
-
def
|
|
409
|
-
"""
|
|
1693
|
+
def bl_rna_get_subclass(self):
|
|
1694
|
+
""" """
|
|
1695
|
+
...
|
|
410
1696
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
:param ignore:
|
|
414
|
-
:type ignore:
|
|
415
|
-
"""
|
|
1697
|
+
def bl_rna_get_subclass_py(self):
|
|
1698
|
+
""" """
|
|
416
1699
|
...
|
|
417
1700
|
|
|
418
|
-
def
|
|
419
|
-
|
|
420
|
-
|
|
1701
|
+
def driver_add(self):
|
|
1702
|
+
""" """
|
|
1703
|
+
...
|
|
421
1704
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
"""
|
|
1705
|
+
def driver_remove(self):
|
|
1706
|
+
""" """
|
|
425
1707
|
...
|
|
426
1708
|
|
|
427
|
-
def bl_rna_get_subclass(self): ...
|
|
428
|
-
def bl_rna_get_subclass_py(self): ...
|
|
429
|
-
def driver_add(self): ...
|
|
430
|
-
def driver_remove(self): ...
|
|
431
1709
|
def execute(self, context):
|
|
432
1710
|
"""
|
|
433
1711
|
|
|
434
|
-
:param self:
|
|
435
|
-
:type self:
|
|
436
1712
|
:param context:
|
|
437
|
-
:type context:
|
|
438
|
-
"""
|
|
439
|
-
...
|
|
440
|
-
|
|
441
|
-
def get(self): ...
|
|
442
|
-
def id_properties_clear(self): ...
|
|
443
|
-
def id_properties_ensure(self): ...
|
|
444
|
-
def id_properties_ui(self): ...
|
|
445
|
-
def is_property_hidden(self): ...
|
|
446
|
-
def is_property_overridable_library(self): ...
|
|
447
|
-
def is_property_readonly(self): ...
|
|
448
|
-
def is_property_set(self): ...
|
|
449
|
-
def items(self): ...
|
|
450
|
-
def keyframe_delete(self): ...
|
|
451
|
-
def keyframe_insert(self): ...
|
|
452
|
-
def keys(self): ...
|
|
453
|
-
def path_from_id(self): ...
|
|
454
|
-
def path_resolve(self): ...
|
|
455
|
-
def poll(self, context):
|
|
456
1713
|
"""
|
|
1714
|
+
...
|
|
457
1715
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
"""
|
|
1716
|
+
def get(self):
|
|
1717
|
+
""" """
|
|
461
1718
|
...
|
|
462
1719
|
|
|
463
|
-
def
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
def property_unset(self): ...
|
|
467
|
-
def type_recast(self): ...
|
|
468
|
-
def values(self): ...
|
|
1720
|
+
def id_properties_clear(self):
|
|
1721
|
+
""" """
|
|
1722
|
+
...
|
|
469
1723
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
bl_options: typing.Any
|
|
474
|
-
bl_rna: typing.Any
|
|
475
|
-
id_data: typing.Any
|
|
1724
|
+
def id_properties_ensure(self):
|
|
1725
|
+
""" """
|
|
1726
|
+
...
|
|
476
1727
|
|
|
477
|
-
def
|
|
478
|
-
"""
|
|
1728
|
+
def id_properties_ui(self):
|
|
1729
|
+
""" """
|
|
1730
|
+
...
|
|
479
1731
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
:param ignore:
|
|
483
|
-
:type ignore:
|
|
484
|
-
"""
|
|
1732
|
+
def is_property_hidden(self):
|
|
1733
|
+
""" """
|
|
485
1734
|
...
|
|
486
1735
|
|
|
487
|
-
def
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
def driver_add(self): ...
|
|
491
|
-
def driver_remove(self): ...
|
|
492
|
-
def execute(self, context):
|
|
493
|
-
"""
|
|
1736
|
+
def is_property_overridable_library(self):
|
|
1737
|
+
""" """
|
|
1738
|
+
...
|
|
494
1739
|
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
:type context:
|
|
499
|
-
"""
|
|
500
|
-
...
|
|
501
|
-
|
|
502
|
-
def get(self): ...
|
|
503
|
-
def id_properties_clear(self): ...
|
|
504
|
-
def id_properties_ensure(self): ...
|
|
505
|
-
def id_properties_ui(self): ...
|
|
506
|
-
def is_property_hidden(self): ...
|
|
507
|
-
def is_property_overridable_library(self): ...
|
|
508
|
-
def is_property_readonly(self): ...
|
|
509
|
-
def is_property_set(self): ...
|
|
510
|
-
def items(self): ...
|
|
511
|
-
def keyframe_delete(self): ...
|
|
512
|
-
def keyframe_insert(self): ...
|
|
513
|
-
def keys(self): ...
|
|
514
|
-
def path_from_id(self): ...
|
|
515
|
-
def path_resolve(self): ...
|
|
516
|
-
def poll_message_set(self): ...
|
|
517
|
-
def pop(self): ...
|
|
518
|
-
def property_overridable_library_set(self): ...
|
|
519
|
-
def property_unset(self): ...
|
|
520
|
-
def type_recast(self): ...
|
|
521
|
-
def values(self): ...
|
|
1740
|
+
def is_property_readonly(self):
|
|
1741
|
+
""" """
|
|
1742
|
+
...
|
|
522
1743
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
bl_options: typing.Any
|
|
527
|
-
bl_rna: typing.Any
|
|
528
|
-
id_data: typing.Any
|
|
1744
|
+
def is_property_set(self):
|
|
1745
|
+
""" """
|
|
1746
|
+
...
|
|
529
1747
|
|
|
530
|
-
def
|
|
531
|
-
"""
|
|
1748
|
+
def items(self):
|
|
1749
|
+
""" """
|
|
1750
|
+
...
|
|
532
1751
|
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
:param ignore:
|
|
536
|
-
:type ignore:
|
|
537
|
-
"""
|
|
1752
|
+
def keyframe_delete(self):
|
|
1753
|
+
""" """
|
|
538
1754
|
...
|
|
539
1755
|
|
|
540
|
-
def
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
def
|
|
545
|
-
|
|
546
|
-
|
|
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
|
+
...
|
|
547
1771
|
|
|
548
|
-
:param self:
|
|
549
|
-
:type self:
|
|
550
|
-
:param context:
|
|
551
|
-
:type context:
|
|
552
|
-
"""
|
|
553
|
-
...
|
|
554
|
-
|
|
555
|
-
def get(self): ...
|
|
556
|
-
def id_properties_clear(self): ...
|
|
557
|
-
def id_properties_ensure(self): ...
|
|
558
|
-
def id_properties_ui(self): ...
|
|
559
|
-
def is_property_hidden(self): ...
|
|
560
|
-
def is_property_overridable_library(self): ...
|
|
561
|
-
def is_property_readonly(self): ...
|
|
562
|
-
def is_property_set(self): ...
|
|
563
|
-
def items(self): ...
|
|
564
|
-
def keyframe_delete(self): ...
|
|
565
|
-
def keyframe_insert(self): ...
|
|
566
|
-
def keys(self): ...
|
|
567
|
-
def path_from_id(self): ...
|
|
568
|
-
def path_resolve(self): ...
|
|
569
1772
|
def poll(self, context):
|
|
570
1773
|
"""
|
|
571
1774
|
|
|
572
1775
|
:param context:
|
|
573
|
-
:type context:
|
|
574
1776
|
"""
|
|
575
1777
|
...
|
|
576
1778
|
|
|
577
|
-
def poll_message_set(self):
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
def
|
|
582
|
-
|
|
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
|
+
""" """
|
|
583
1805
|
|
|
584
|
-
class SelectPattern(bpy_types.Operator):
|
|
585
1806
|
bl_idname: typing.Any
|
|
1807
|
+
""" """
|
|
1808
|
+
|
|
586
1809
|
bl_label: typing.Any
|
|
1810
|
+
""" """
|
|
1811
|
+
|
|
587
1812
|
bl_options: typing.Any
|
|
588
|
-
|
|
1813
|
+
""" """
|
|
1814
|
+
|
|
589
1815
|
bl_rna: typing.Any
|
|
1816
|
+
""" """
|
|
1817
|
+
|
|
590
1818
|
id_data: typing.Any
|
|
1819
|
+
""" """
|
|
591
1820
|
|
|
592
1821
|
def as_keywords(self, ignore):
|
|
593
1822
|
"""
|
|
594
1823
|
|
|
595
|
-
:param self:
|
|
596
|
-
:type self:
|
|
597
1824
|
:param ignore:
|
|
598
|
-
:type ignore:
|
|
599
1825
|
"""
|
|
600
1826
|
...
|
|
601
1827
|
|
|
602
|
-
def as_pointer(self):
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
def draw(self, _context):
|
|
606
|
-
"""
|
|
1828
|
+
def as_pointer(self):
|
|
1829
|
+
""" """
|
|
1830
|
+
...
|
|
607
1831
|
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
:param _context:
|
|
611
|
-
:type _context:
|
|
612
|
-
"""
|
|
1832
|
+
def bl_rna_get_subclass(self):
|
|
1833
|
+
""" """
|
|
613
1834
|
...
|
|
614
1835
|
|
|
615
|
-
def
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
"""
|
|
1836
|
+
def bl_rna_get_subclass_py(self):
|
|
1837
|
+
""" """
|
|
1838
|
+
...
|
|
619
1839
|
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
:param context:
|
|
623
|
-
:type context:
|
|
624
|
-
"""
|
|
1840
|
+
def driver_add(self):
|
|
1841
|
+
""" """
|
|
625
1842
|
...
|
|
626
1843
|
|
|
627
|
-
def
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
def
|
|
1844
|
+
def driver_remove(self):
|
|
1845
|
+
""" """
|
|
1846
|
+
...
|
|
1847
|
+
|
|
1848
|
+
def execute(self, context):
|
|
632
1849
|
"""
|
|
633
1850
|
|
|
634
|
-
:param self:
|
|
635
|
-
:type self:
|
|
636
1851
|
:param context:
|
|
637
|
-
:type context:
|
|
638
|
-
:param event:
|
|
639
|
-
:type event:
|
|
640
1852
|
"""
|
|
641
1853
|
...
|
|
642
1854
|
|
|
643
|
-
def
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
def is_property_set(self): ...
|
|
647
|
-
def items(self): ...
|
|
648
|
-
def keyframe_delete(self): ...
|
|
649
|
-
def keyframe_insert(self): ...
|
|
650
|
-
def keys(self): ...
|
|
651
|
-
def path_from_id(self): ...
|
|
652
|
-
def path_resolve(self): ...
|
|
653
|
-
def poll(self, context):
|
|
654
|
-
"""
|
|
1855
|
+
def get(self):
|
|
1856
|
+
""" """
|
|
1857
|
+
...
|
|
655
1858
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
"""
|
|
1859
|
+
def id_properties_clear(self):
|
|
1860
|
+
""" """
|
|
659
1861
|
...
|
|
660
1862
|
|
|
661
|
-
def
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
def property_unset(self): ...
|
|
665
|
-
def type_recast(self): ...
|
|
666
|
-
def values(self): ...
|
|
1863
|
+
def id_properties_ensure(self):
|
|
1864
|
+
""" """
|
|
1865
|
+
...
|
|
667
1866
|
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
bl_options: typing.Any
|
|
672
|
-
bl_rna: typing.Any
|
|
673
|
-
id_data: typing.Any
|
|
1867
|
+
def id_properties_ui(self):
|
|
1868
|
+
""" """
|
|
1869
|
+
...
|
|
674
1870
|
|
|
675
|
-
def
|
|
676
|
-
"""
|
|
1871
|
+
def is_property_hidden(self):
|
|
1872
|
+
""" """
|
|
1873
|
+
...
|
|
677
1874
|
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
:param ignore:
|
|
681
|
-
:type ignore:
|
|
682
|
-
"""
|
|
1875
|
+
def is_property_overridable_library(self):
|
|
1876
|
+
""" """
|
|
683
1877
|
...
|
|
684
1878
|
|
|
685
|
-
def
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
def driver_add(self): ...
|
|
689
|
-
def driver_remove(self): ...
|
|
690
|
-
def execute(self, context):
|
|
691
|
-
"""
|
|
1879
|
+
def is_property_readonly(self):
|
|
1880
|
+
""" """
|
|
1881
|
+
...
|
|
692
1882
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
:type context:
|
|
697
|
-
"""
|
|
698
|
-
...
|
|
699
|
-
|
|
700
|
-
def get(self): ...
|
|
701
|
-
def id_properties_clear(self): ...
|
|
702
|
-
def id_properties_ensure(self): ...
|
|
703
|
-
def id_properties_ui(self): ...
|
|
704
|
-
def is_property_hidden(self): ...
|
|
705
|
-
def is_property_overridable_library(self): ...
|
|
706
|
-
def is_property_readonly(self): ...
|
|
707
|
-
def is_property_set(self): ...
|
|
708
|
-
def items(self): ...
|
|
709
|
-
def keyframe_delete(self): ...
|
|
710
|
-
def keyframe_insert(self): ...
|
|
711
|
-
def keys(self): ...
|
|
712
|
-
def path_from_id(self): ...
|
|
713
|
-
def path_resolve(self): ...
|
|
714
|
-
def poll(self, context):
|
|
715
|
-
"""
|
|
1883
|
+
def is_property_set(self):
|
|
1884
|
+
""" """
|
|
1885
|
+
...
|
|
716
1886
|
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
"""
|
|
1887
|
+
def items(self):
|
|
1888
|
+
""" """
|
|
720
1889
|
...
|
|
721
1890
|
|
|
722
|
-
def
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
def property_unset(self): ...
|
|
726
|
-
def type_recast(self): ...
|
|
727
|
-
def values(self): ...
|
|
1891
|
+
def keyframe_delete(self):
|
|
1892
|
+
""" """
|
|
1893
|
+
...
|
|
728
1894
|
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
bl_options: typing.Any
|
|
733
|
-
bl_rna: typing.Any
|
|
734
|
-
id_data: typing.Any
|
|
1895
|
+
def keyframe_insert(self):
|
|
1896
|
+
""" """
|
|
1897
|
+
...
|
|
735
1898
|
|
|
736
|
-
def
|
|
737
|
-
"""
|
|
1899
|
+
def keys(self):
|
|
1900
|
+
""" """
|
|
1901
|
+
...
|
|
738
1902
|
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
:param ignore:
|
|
742
|
-
:type ignore:
|
|
743
|
-
"""
|
|
1903
|
+
def path_from_id(self):
|
|
1904
|
+
""" """
|
|
744
1905
|
...
|
|
745
1906
|
|
|
746
|
-
def
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
def driver_add(self): ...
|
|
750
|
-
def driver_remove(self): ...
|
|
751
|
-
def execute(self, context):
|
|
752
|
-
"""
|
|
1907
|
+
def path_resolve(self):
|
|
1908
|
+
""" """
|
|
1909
|
+
...
|
|
753
1910
|
|
|
754
|
-
:param self:
|
|
755
|
-
:type self:
|
|
756
|
-
:param context:
|
|
757
|
-
:type context:
|
|
758
|
-
"""
|
|
759
|
-
...
|
|
760
|
-
|
|
761
|
-
def get(self): ...
|
|
762
|
-
def id_properties_clear(self): ...
|
|
763
|
-
def id_properties_ensure(self): ...
|
|
764
|
-
def id_properties_ui(self): ...
|
|
765
|
-
def is_property_hidden(self): ...
|
|
766
|
-
def is_property_overridable_library(self): ...
|
|
767
|
-
def is_property_readonly(self): ...
|
|
768
|
-
def is_property_set(self): ...
|
|
769
|
-
def items(self): ...
|
|
770
|
-
def keyframe_delete(self): ...
|
|
771
|
-
def keyframe_insert(self): ...
|
|
772
|
-
def keys(self): ...
|
|
773
|
-
def path_from_id(self): ...
|
|
774
|
-
def path_resolve(self): ...
|
|
775
1911
|
def poll(self, context):
|
|
776
1912
|
"""
|
|
777
1913
|
|
|
778
1914
|
:param context:
|
|
779
|
-
:type context:
|
|
780
1915
|
"""
|
|
781
1916
|
...
|
|
782
1917
|
|
|
783
|
-
def poll_message_set(self):
|
|
784
|
-
|
|
785
|
-
def property_overridable_library_set(self): ...
|
|
786
|
-
def property_unset(self): ...
|
|
787
|
-
def type_recast(self): ...
|
|
788
|
-
def values(self): ...
|
|
789
|
-
|
|
790
|
-
class TransformsToDeltas(bpy_types.Operator):
|
|
791
|
-
bl_idname: typing.Any
|
|
792
|
-
bl_label: typing.Any
|
|
793
|
-
bl_options: typing.Any
|
|
794
|
-
bl_rna: typing.Any
|
|
795
|
-
id_data: typing.Any
|
|
796
|
-
|
|
797
|
-
def as_keywords(self, ignore):
|
|
798
|
-
"""
|
|
799
|
-
|
|
800
|
-
:param self:
|
|
801
|
-
:type self:
|
|
802
|
-
:param ignore:
|
|
803
|
-
:type ignore:
|
|
804
|
-
"""
|
|
1918
|
+
def poll_message_set(self):
|
|
1919
|
+
""" """
|
|
805
1920
|
...
|
|
806
1921
|
|
|
807
|
-
def
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
def driver_add(self): ...
|
|
811
|
-
def driver_remove(self): ...
|
|
812
|
-
def execute(self, context):
|
|
813
|
-
"""
|
|
1922
|
+
def pop(self):
|
|
1923
|
+
""" """
|
|
1924
|
+
...
|
|
814
1925
|
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
:type context:
|
|
819
|
-
"""
|
|
820
|
-
...
|
|
821
|
-
|
|
822
|
-
def get(self): ...
|
|
823
|
-
def id_properties_clear(self): ...
|
|
824
|
-
def id_properties_ensure(self): ...
|
|
825
|
-
def id_properties_ui(self): ...
|
|
826
|
-
def is_property_hidden(self): ...
|
|
827
|
-
def is_property_overridable_library(self): ...
|
|
828
|
-
def is_property_readonly(self): ...
|
|
829
|
-
def is_property_set(self): ...
|
|
830
|
-
def items(self): ...
|
|
831
|
-
def keyframe_delete(self): ...
|
|
832
|
-
def keyframe_insert(self): ...
|
|
833
|
-
def keys(self): ...
|
|
834
|
-
def path_from_id(self): ...
|
|
835
|
-
def path_resolve(self): ...
|
|
836
|
-
def poll(self, context):
|
|
837
|
-
"""
|
|
1926
|
+
def property_overridable_library_set(self):
|
|
1927
|
+
""" """
|
|
1928
|
+
...
|
|
838
1929
|
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
"""
|
|
1930
|
+
def property_unset(self):
|
|
1931
|
+
""" """
|
|
842
1932
|
...
|
|
843
1933
|
|
|
844
|
-
def poll_message_set(self): ...
|
|
845
|
-
def pop(self): ...
|
|
846
|
-
def property_overridable_library_set(self): ...
|
|
847
|
-
def property_unset(self): ...
|
|
848
1934
|
def transfer_location(self, obj):
|
|
849
1935
|
"""
|
|
850
1936
|
|
|
851
|
-
:param self:
|
|
852
|
-
:type self:
|
|
853
1937
|
:param obj:
|
|
854
|
-
:type obj:
|
|
855
1938
|
"""
|
|
856
1939
|
...
|
|
857
1940
|
|
|
858
1941
|
def transfer_rotation(self, obj):
|
|
859
1942
|
"""
|
|
860
1943
|
|
|
861
|
-
:param self:
|
|
862
|
-
:type self:
|
|
863
1944
|
:param obj:
|
|
864
|
-
:type obj:
|
|
865
1945
|
"""
|
|
866
1946
|
...
|
|
867
1947
|
|
|
868
1948
|
def transfer_scale(self, obj):
|
|
869
1949
|
"""
|
|
870
1950
|
|
|
871
|
-
:param self:
|
|
872
|
-
:type self:
|
|
873
1951
|
:param obj:
|
|
874
|
-
:type obj:
|
|
875
1952
|
"""
|
|
876
1953
|
...
|
|
877
1954
|
|
|
878
|
-
def type_recast(self):
|
|
879
|
-
|
|
1955
|
+
def type_recast(self):
|
|
1956
|
+
""" """
|
|
1957
|
+
...
|
|
1958
|
+
|
|
1959
|
+
def values(self):
|
|
1960
|
+
""" """
|
|
1961
|
+
...
|
|
880
1962
|
|
|
881
1963
|
class TransformsToDeltasAnim(bpy_types.Operator):
|
|
1964
|
+
""" """
|
|
1965
|
+
|
|
882
1966
|
bl_idname: typing.Any
|
|
1967
|
+
""" """
|
|
1968
|
+
|
|
883
1969
|
bl_label: typing.Any
|
|
1970
|
+
""" """
|
|
1971
|
+
|
|
884
1972
|
bl_options: typing.Any
|
|
1973
|
+
""" """
|
|
1974
|
+
|
|
885
1975
|
bl_rna: typing.Any
|
|
1976
|
+
""" """
|
|
1977
|
+
|
|
886
1978
|
id_data: typing.Any
|
|
1979
|
+
""" """
|
|
887
1980
|
|
|
888
1981
|
def as_keywords(self, ignore):
|
|
889
1982
|
"""
|
|
890
1983
|
|
|
891
|
-
:param self:
|
|
892
|
-
:type self:
|
|
893
1984
|
:param ignore:
|
|
894
|
-
:type ignore:
|
|
895
1985
|
"""
|
|
896
1986
|
...
|
|
897
1987
|
|
|
898
|
-
def as_pointer(self):
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
def
|
|
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
|
+
|
|
903
2008
|
def execute(self, context):
|
|
904
2009
|
"""
|
|
905
2010
|
|
|
906
|
-
:param self:
|
|
907
|
-
:type self:
|
|
908
2011
|
:param context:
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
def
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
def
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
def
|
|
925
|
-
|
|
926
|
-
|
|
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
|
+
|
|
927
2071
|
def poll(self, context):
|
|
928
2072
|
"""
|
|
929
2073
|
|
|
930
2074
|
:param context:
|
|
931
|
-
:type context:
|
|
932
2075
|
"""
|
|
933
2076
|
...
|
|
934
2077
|
|
|
935
|
-
def poll_message_set(self):
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
def
|
|
940
|
-
|
|
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
|
+
...
|
|
2097
|
+
|
|
2098
|
+
def values(self):
|
|
2099
|
+
""" """
|
|
2100
|
+
...
|