fake-bpy-module 20240224__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 -10
- animsys_refactor/__init__.pyi +36 -6
- aud/__init__.pyi +132 -125
- bgl/__init__.pyi +2545 -546
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +24 -2
- 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 +53 -6
- bl_i18n_utils/utils/__init__.pyi +332 -44
- 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 +171 -37
- bl_operators/anim/__init__.pyi +1065 -226
- bl_operators/assets/__init__.pyi +427 -92
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1342 -287
- bl_operators/console/__init__.pyi +647 -140
- bl_operators/constraint/__init__.pyi +524 -112
- bl_operators/file/__init__.pyi +396 -84
- bl_operators/freestyle/__init__.pyi +532 -113
- bl_operators/geometry_nodes/__init__.pyi +2412 -596
- bl_operators/image/__init__.pyi +380 -82
- bl_operators/mesh/__init__.pyi +401 -85
- bl_operators/node/__init__.pyi +1756 -384
- bl_operators/object/__init__.pyi +2022 -552
- bl_operators/object_align/__init__.pyi +145 -31
- bl_operators/object_quick_effects/__init__.pyi +555 -124
- bl_operators/object_randomize_transform/__init__.pyi +136 -32
- bl_operators/presets/__init__.pyi +3516 -708
- bl_operators/rigidbody/__init__.pyi +401 -85
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -29
- bl_operators/sequencer/__init__.pyi +731 -149
- bl_operators/spreadsheet/__init__.pyi +145 -30
- bl_operators/userpref/__init__.pyi +3416 -824
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -32
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -34
- bl_operators/uvcalc_transform/__init__.pyi +344 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -30
- bl_operators/view3d/__init__.pyi +697 -146
- bl_operators/wm/__init__.pyi +6287 -1533
- 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 +504 -106
- bl_ui/anim/__init__.pyi +164 -33
- bl_ui/asset_shelf/__init__.pyi +146 -31
- bl_ui/generic_ui_list/__init__.pyi +471 -99
- bl_ui/node_add_menu/__init__.pyi +196 -40
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -621
- bl_ui/node_add_menu_geometry/__init__.pyi +8060 -1625
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -348
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -305
- bl_ui/properties_animviz/__init__.pyi +32 -2
- bl_ui/properties_collection/__init__.pyi +787 -179
- bl_ui/properties_constraint/__init__.pyi +28635 -5523
- bl_ui/properties_data_armature/__init__.pyi +1905 -448
- bl_ui/properties_data_bone/__init__.pyi +1560 -336
- bl_ui/properties_data_camera/__init__.pyi +2269 -494
- bl_ui/properties_data_curve/__init__.pyi +2362 -534
- bl_ui/properties_data_curves/__init__.pyi +951 -203
- bl_ui/properties_data_empty/__init__.pyi +317 -69
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -734
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -188
- bl_ui/properties_data_lattice/__init__.pyi +472 -104
- bl_ui/properties_data_light/__init__.pyi +1570 -337
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -208
- bl_ui/properties_data_mesh/__init__.pyi +3205 -767
- bl_ui/properties_data_metaball/__init__.pyi +774 -170
- bl_ui/properties_data_modifier/__init__.pyi +1554 -328
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -194
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -34
- bl_ui/properties_data_speaker/__init__.pyi +782 -168
- bl_ui/properties_data_volume/__init__.pyi +1243 -281
- bl_ui/properties_freestyle/__init__.pyi +4071 -1030
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -483
- bl_ui/properties_mask_common/__init__.pyi +1256 -249
- bl_ui/properties_material/__init__.pyi +2351 -542
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -365
- bl_ui/properties_object/__init__.pyi +2179 -512
- bl_ui/properties_output/__init__.pyi +2956 -705
- bl_ui/properties_paint_common/__init__.pyi +947 -140
- bl_ui/properties_particle/__init__.pyi +8322 -1970
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -508
- bl_ui/properties_physics_common/__init__.pyi +200 -44
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -965
- bl_ui/properties_physics_field/__init__.pyi +1695 -364
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1280
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -32
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -278
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -483
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -542
- bl_ui/properties_render/__init__.pyi +8312 -1933
- bl_ui/properties_scene/__init__.pyi +2211 -539
- bl_ui/properties_texture/__init__.pyi +4185 -1013
- bl_ui/properties_view_layer/__init__.pyi +2803 -664
- bl_ui/properties_workspace/__init__.pyi +626 -148
- bl_ui/properties_world/__init__.pyi +1092 -234
- bl_ui/space_clip/__init__.pyi +11475 -2805
- bl_ui/space_console/__init__.pyi +967 -202
- bl_ui/space_dopesheet/__init__.pyi +4260 -966
- bl_ui/space_filebrowser/__init__.pyi +4852 -1187
- bl_ui/space_graph/__init__.pyi +3251 -702
- bl_ui/space_image/__init__.pyi +12219 -2968
- bl_ui/space_info/__init__.pyi +964 -200
- bl_ui/space_nla/__init__.pyi +2756 -584
- bl_ui/space_node/__init__.pyi +5661 -1265
- bl_ui/space_outliner/__init__.pyi +2294 -478
- bl_ui/space_properties/__init__.pyi +417 -92
- bl_ui/space_sequencer/__init__.pyi +12436 -3009
- bl_ui/space_spreadsheet/__init__.pyi +184 -36
- bl_ui/space_statusbar/__init__.pyi +135 -30
- bl_ui/space_text/__init__.pyi +2556 -542
- bl_ui/space_time/__init__.pyi +1151 -243
- bl_ui/space_toolsystem_common/__init__.pyi +368 -66
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -228
- bl_ui/space_topbar/__init__.pyi +4214 -887
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +43701 -10599
- bl_ui/space_view3d_toolbar/__init__.pyi +16380 -3860
- bl_ui/utils/__init__.pyi +42 -4
- 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 +268 -262
- bmesh/utils/__init__.pyi +55 -55
- 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 +350 -305
- bpy/ops/anim/__init__.pyi +464 -426
- bpy/ops/armature/__init__.pyi +392 -360
- bpy/ops/asset/__init__.pyi +166 -129
- bpy/ops/boid/__init__.pyi +64 -37
- bpy/ops/brush/__init__.pyi +78 -72
- bpy/ops/buttons/__init__.pyi +136 -122
- bpy/ops/cachefile/__init__.pyi +128 -123
- bpy/ops/camera/__init__.pyi +22 -24
- bpy/ops/clip/__init__.pyi +844 -735
- bpy/ops/cloth/__init__.pyi +10 -11
- bpy/ops/collection/__init__.pyi +38 -38
- bpy/ops/console/__init__.pyi +170 -141
- bpy/ops/constraint/__init__.pyi +156 -159
- bpy/ops/curve/__init__.pyi +518 -461
- bpy/ops/curves/__init__.pyi +188 -159
- bpy/ops/cycles/__init__.pyi +20 -18
- bpy/ops/dpaint/__init__.pyi +40 -30
- bpy/ops/ed/__init__.pyi +136 -107
- bpy/ops/export_anim/__init__.pyi +18 -19
- bpy/ops/export_mesh/__init__.pyi +26 -27
- bpy/ops/export_scene/__init__.pyi +313 -334
- bpy/ops/file/__init__.pyi +394 -304
- bpy/ops/fluid/__init__.pyi +114 -63
- bpy/ops/font/__init__.pyi +272 -245
- bpy/ops/geometry/__init__.pyi +92 -87
- bpy/ops/gizmogroup/__init__.pyi +24 -21
- bpy/ops/gpencil/__init__.pyi +1530 -1476
- bpy/ops/graph/__init__.pyi +680 -659
- bpy/ops/grease_pencil/__init__.pyi +510 -390
- bpy/ops/image/__init__.pyi +650 -603
- bpy/ops/import_anim/__init__.pyi +26 -27
- bpy/ops/import_curve/__init__.pyi +6 -7
- bpy/ops/import_mesh/__init__.pyi +18 -21
- bpy/ops/import_scene/__init__.pyi +86 -95
- bpy/ops/info/__init__.pyi +68 -55
- bpy/ops/lattice/__init__.pyi +70 -63
- bpy/ops/marker/__init__.pyi +110 -111
- bpy/ops/mask/__init__.pyi +352 -308
- bpy/ops/material/__init__.pyi +24 -12
- bpy/ops/mball/__init__.pyi +72 -75
- bpy/ops/mesh/__init__.pyi +2052 -2088
- bpy/ops/nla/__init__.pyi +369 -313
- bpy/ops/node/__init__.pyi +944 -805
- bpy/ops/object/__init__.pyi +2662 -2461
- bpy/ops/outliner/__init__.pyi +582 -431
- bpy/ops/paint/__init__.pyi +605 -516
- bpy/ops/paintcurve/__init__.pyi +72 -60
- bpy/ops/palette/__init__.pyi +54 -46
- bpy/ops/particle/__init__.pyi +302 -245
- bpy/ops/pose/__init__.pyi +366 -330
- bpy/ops/poselib/__init__.pyi +78 -64
- bpy/ops/preferences/__init__.pyi +361 -341
- bpy/ops/ptcache/__init__.pyi +56 -38
- bpy/ops/render/__init__.pyi +120 -117
- bpy/ops/rigidbody/__init__.pyi +114 -97
- bpy/ops/scene/__init__.pyi +302 -240
- bpy/ops/screen/__init__.pyi +414 -363
- bpy/ops/script/__init__.pyi +20 -18
- bpy/ops/sculpt/__init__.pyi +414 -452
- bpy/ops/sculpt_curves/__init__.pyi +42 -43
- bpy/ops/sequencer/__init__.pyi +1094 -1053
- bpy/ops/sound/__init__.pyi +214 -206
- bpy/ops/spreadsheet/__init__.pyi +34 -28
- bpy/ops/surface/__init__.pyi +108 -114
- bpy/ops/text/__init__.pyi +432 -350
- bpy/ops/text_editor/__init__.pyi +10 -11
- bpy/ops/texture/__init__.pyi +32 -21
- bpy/ops/transform/__init__.pyi +801 -854
- bpy/ops/ui/__init__.pyi +254 -185
- bpy/ops/uilist/__init__.pyi +20 -23
- bpy/ops/uv/__init__.pyi +618 -626
- bpy/ops/view2d/__init__.pyi +162 -161
- bpy/ops/view3d/__init__.pyi +669 -658
- bpy/ops/wm/__init__.pyi +2433 -2415
- bpy/ops/workspace/__init__.pyi +54 -31
- bpy/ops/world/__init__.pyi +8 -4
- bpy/path/__init__.pyi +111 -68
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86789 -85719
- bpy/utils/__init__.pyi +265 -123
- bpy/utils/previews/__init__.pyi +103 -17
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/__init__.pyi +0 -4
- bpy_extras/anim_utils/__init__.pyi +11 -46
- bpy_extras/asset_utils/__init__.pyi +3 -12
- bpy_extras/id_map_utils/__init__.pyi +0 -2
- 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 -3
- 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 +3873 -997
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- 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 +465 -472
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +28 -18
- gpu/capabilities/__init__.pyi +27 -19
- 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 +27 -5
- gpu_extras/presets/__init__.pyi +52 -14
- 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 +3149 -701
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +502 -427
- mathutils/bvhtree/__init__.pyi +28 -32
- mathutils/geometry/__init__.pyi +177 -186
- mathutils/kdtree/__init__.pyi +16 -18
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +50 -10
- nodeitems_utils/__init__.pyi +58 -10
- rna_info/__init__.pyi +230 -26
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +69 -12
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- bpy_extras/bmesh_utils/__init__.pyi +0 -6
- bpy_extras/extensions/__init__.pyi +0 -4
- bpy_extras/extensions/junction_module/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -131
- bpy_extras/wm_utils/__init__.pyi +0 -4
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -29
- fake_bpy_module-20240224.dist-info/RECORD +0 -349
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bl_operators/object/__init__.pyi
CHANGED
|
@@ -4,627 +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
|
+
""" """
|
|
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
|
+
...
|
|
12
129
|
|
|
13
|
-
def
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
def
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
def get(self): ...
|
|
21
|
-
def id_properties_clear(self): ...
|
|
22
|
-
def id_properties_ensure(self): ...
|
|
23
|
-
def id_properties_ui(self): ...
|
|
24
|
-
def is_property_hidden(self): ...
|
|
25
|
-
def is_property_overridable_library(self): ...
|
|
26
|
-
def is_property_readonly(self): ...
|
|
27
|
-
def is_property_set(self): ...
|
|
28
|
-
def items(self): ...
|
|
29
|
-
def keyframe_delete(self): ...
|
|
30
|
-
def keyframe_insert(self): ...
|
|
31
|
-
def keys(self): ...
|
|
32
|
-
def path_from_id(self): ...
|
|
33
|
-
def path_resolve(self): ...
|
|
34
|
-
def poll_message_set(self): ...
|
|
35
|
-
def pop(self): ...
|
|
36
|
-
def property_overridable_library_set(self): ...
|
|
37
|
-
def property_unset(self): ...
|
|
38
|
-
def type_recast(self): ...
|
|
39
|
-
def values(self): ...
|
|
130
|
+
def type_recast(self):
|
|
131
|
+
""" """
|
|
132
|
+
...
|
|
133
|
+
|
|
134
|
+
def values(self):
|
|
135
|
+
""" """
|
|
136
|
+
...
|
|
40
137
|
|
|
41
138
|
class DupliOffsetFromCursor(bpy_types.Operator):
|
|
139
|
+
""" """
|
|
140
|
+
|
|
42
141
|
bl_idname: typing.Any
|
|
142
|
+
""" """
|
|
143
|
+
|
|
43
144
|
bl_label: typing.Any
|
|
145
|
+
""" """
|
|
146
|
+
|
|
44
147
|
bl_options: typing.Any
|
|
148
|
+
""" """
|
|
149
|
+
|
|
45
150
|
bl_rna: typing.Any
|
|
151
|
+
""" """
|
|
152
|
+
|
|
46
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
|
+
...
|
|
47
257
|
|
|
48
|
-
def
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
def
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
def
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
def is_property_hidden(self): ...
|
|
60
|
-
def is_property_overridable_library(self): ...
|
|
61
|
-
def is_property_readonly(self): ...
|
|
62
|
-
def is_property_set(self): ...
|
|
63
|
-
def items(self): ...
|
|
64
|
-
def keyframe_delete(self): ...
|
|
65
|
-
def keyframe_insert(self): ...
|
|
66
|
-
def keys(self): ...
|
|
67
|
-
def path_from_id(self): ...
|
|
68
|
-
def path_resolve(self): ...
|
|
69
|
-
def poll_message_set(self): ...
|
|
70
|
-
def pop(self): ...
|
|
71
|
-
def property_overridable_library_set(self): ...
|
|
72
|
-
def property_unset(self): ...
|
|
73
|
-
def type_recast(self): ...
|
|
74
|
-
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
|
+
...
|
|
75
269
|
|
|
76
270
|
class DupliOffsetFromObject(bpy_types.Operator):
|
|
271
|
+
""" """
|
|
272
|
+
|
|
77
273
|
bl_idname: typing.Any
|
|
274
|
+
""" """
|
|
275
|
+
|
|
78
276
|
bl_label: typing.Any
|
|
277
|
+
""" """
|
|
278
|
+
|
|
79
279
|
bl_options: typing.Any
|
|
280
|
+
""" """
|
|
281
|
+
|
|
80
282
|
bl_rna: typing.Any
|
|
283
|
+
""" """
|
|
284
|
+
|
|
81
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
|
+
...
|
|
82
384
|
|
|
83
|
-
def
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
def
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
def
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
def
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
def
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
def
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
def pop(self): ...
|
|
107
|
-
def property_overridable_library_set(self): ...
|
|
108
|
-
def property_unset(self): ...
|
|
109
|
-
def type_recast(self): ...
|
|
110
|
-
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
|
+
...
|
|
111
408
|
|
|
112
409
|
class DupliOffsetToCursor(bpy_types.Operator):
|
|
410
|
+
""" """
|
|
411
|
+
|
|
113
412
|
bl_idname: typing.Any
|
|
413
|
+
""" """
|
|
414
|
+
|
|
114
415
|
bl_label: typing.Any
|
|
416
|
+
""" """
|
|
417
|
+
|
|
115
418
|
bl_options: typing.Any
|
|
419
|
+
""" """
|
|
420
|
+
|
|
116
421
|
bl_rna: typing.Any
|
|
422
|
+
""" """
|
|
423
|
+
|
|
117
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
|
+
...
|
|
118
512
|
|
|
119
|
-
def
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
def
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
def
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
def
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
def
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
def
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
def
|
|
144
|
-
|
|
145
|
-
|
|
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
|
+
...
|
|
146
540
|
|
|
147
541
|
class IsolateTypeRender(bpy_types.Operator):
|
|
542
|
+
""" """
|
|
543
|
+
|
|
148
544
|
bl_idname: typing.Any
|
|
545
|
+
""" """
|
|
546
|
+
|
|
149
547
|
bl_label: typing.Any
|
|
548
|
+
""" """
|
|
549
|
+
|
|
150
550
|
bl_options: typing.Any
|
|
551
|
+
""" """
|
|
552
|
+
|
|
151
553
|
bl_rna: typing.Any
|
|
554
|
+
""" """
|
|
555
|
+
|
|
152
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
|
+
...
|
|
153
640
|
|
|
154
|
-
def
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
def
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
def
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
def
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
def
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
def
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
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
|
+
...
|
|
182
679
|
|
|
183
680
|
class JoinUVs(bpy_types.Operator):
|
|
681
|
+
""" """
|
|
682
|
+
|
|
184
683
|
bl_idname: typing.Any
|
|
684
|
+
""" """
|
|
685
|
+
|
|
185
686
|
bl_label: typing.Any
|
|
687
|
+
""" """
|
|
688
|
+
|
|
186
689
|
bl_options: typing.Any
|
|
690
|
+
""" """
|
|
691
|
+
|
|
187
692
|
bl_rna: typing.Any
|
|
693
|
+
""" """
|
|
694
|
+
|
|
188
695
|
id_data: typing.Any
|
|
696
|
+
""" """
|
|
189
697
|
|
|
190
|
-
def as_keywords(self, ignore):
|
|
191
|
-
|
|
192
|
-
def bl_rna_get_subclass(self): ...
|
|
193
|
-
def bl_rna_get_subclass_py(self): ...
|
|
194
|
-
def driver_add(self): ...
|
|
195
|
-
def driver_remove(self): ...
|
|
196
|
-
def execute(self, context): ...
|
|
197
|
-
def get(self): ...
|
|
198
|
-
def id_properties_clear(self): ...
|
|
199
|
-
def id_properties_ensure(self): ...
|
|
200
|
-
def id_properties_ui(self): ...
|
|
201
|
-
def is_property_hidden(self): ...
|
|
202
|
-
def is_property_overridable_library(self): ...
|
|
203
|
-
def is_property_readonly(self): ...
|
|
204
|
-
def is_property_set(self): ...
|
|
205
|
-
def items(self): ...
|
|
206
|
-
def keyframe_delete(self): ...
|
|
207
|
-
def keyframe_insert(self): ...
|
|
208
|
-
def keys(self): ...
|
|
209
|
-
def path_from_id(self): ...
|
|
210
|
-
def path_resolve(self): ...
|
|
211
|
-
def poll(self, context): ...
|
|
212
|
-
def poll_message_set(self): ...
|
|
213
|
-
def pop(self): ...
|
|
214
|
-
def property_overridable_library_set(self): ...
|
|
215
|
-
def property_unset(self): ...
|
|
216
|
-
def type_recast(self): ...
|
|
217
|
-
def values(self): ...
|
|
218
|
-
|
|
219
|
-
class LoadImageAsEmpty:
|
|
220
|
-
bl_options: typing.Any
|
|
698
|
+
def as_keywords(self, ignore):
|
|
699
|
+
"""
|
|
221
700
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
def set_settings(self, context, obj): ...
|
|
701
|
+
:param ignore:
|
|
702
|
+
"""
|
|
703
|
+
...
|
|
226
704
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
bl_options: typing.Any
|
|
231
|
-
bl_rna: typing.Any
|
|
232
|
-
id_data: typing.Any
|
|
705
|
+
def as_pointer(self):
|
|
706
|
+
""" """
|
|
707
|
+
...
|
|
233
708
|
|
|
234
|
-
def
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
def bl_rna_get_subclass_py(self): ...
|
|
238
|
-
def driver_add(self): ...
|
|
239
|
-
def driver_remove(self): ...
|
|
240
|
-
def execute(self, context): ...
|
|
241
|
-
def get(self): ...
|
|
242
|
-
def id_properties_clear(self): ...
|
|
243
|
-
def id_properties_ensure(self): ...
|
|
244
|
-
def id_properties_ui(self): ...
|
|
245
|
-
def is_property_hidden(self): ...
|
|
246
|
-
def is_property_overridable_library(self): ...
|
|
247
|
-
def is_property_readonly(self): ...
|
|
248
|
-
def is_property_set(self): ...
|
|
249
|
-
def items(self): ...
|
|
250
|
-
def keyframe_delete(self): ...
|
|
251
|
-
def keyframe_insert(self): ...
|
|
252
|
-
def keys(self): ...
|
|
253
|
-
def path_from_id(self): ...
|
|
254
|
-
def path_resolve(self): ...
|
|
255
|
-
def poll_message_set(self): ...
|
|
256
|
-
def pop(self): ...
|
|
257
|
-
def property_overridable_library_set(self): ...
|
|
258
|
-
def property_unset(self): ...
|
|
259
|
-
def type_recast(self): ...
|
|
260
|
-
def values(self): ...
|
|
709
|
+
def bl_rna_get_subclass(self):
|
|
710
|
+
""" """
|
|
711
|
+
...
|
|
261
712
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
bl_options: typing.Any
|
|
266
|
-
bl_rna: typing.Any
|
|
267
|
-
id_data: typing.Any
|
|
713
|
+
def bl_rna_get_subclass_py(self):
|
|
714
|
+
""" """
|
|
715
|
+
...
|
|
268
716
|
|
|
269
|
-
def
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
def bl_rna_get_subclass(self): ...
|
|
273
|
-
def bl_rna_get_subclass_py(self): ...
|
|
274
|
-
def driver_add(self): ...
|
|
275
|
-
def driver_remove(self): ...
|
|
276
|
-
def execute(self, context): ...
|
|
277
|
-
def get(self): ...
|
|
278
|
-
def id_properties_clear(self): ...
|
|
279
|
-
def id_properties_ensure(self): ...
|
|
280
|
-
def id_properties_ui(self): ...
|
|
281
|
-
def is_property_hidden(self): ...
|
|
282
|
-
def is_property_overridable_library(self): ...
|
|
283
|
-
def is_property_readonly(self): ...
|
|
284
|
-
def is_property_set(self): ...
|
|
285
|
-
def items(self): ...
|
|
286
|
-
def keyframe_delete(self): ...
|
|
287
|
-
def keyframe_insert(self): ...
|
|
288
|
-
def keys(self): ...
|
|
289
|
-
def path_from_id(self): ...
|
|
290
|
-
def path_resolve(self): ...
|
|
291
|
-
def poll(self, context): ...
|
|
292
|
-
def poll_message_set(self): ...
|
|
293
|
-
def pop(self): ...
|
|
294
|
-
def property_overridable_library_set(self): ...
|
|
295
|
-
def property_unset(self): ...
|
|
296
|
-
def type_recast(self): ...
|
|
297
|
-
def values(self): ...
|
|
717
|
+
def driver_add(self):
|
|
718
|
+
""" """
|
|
719
|
+
...
|
|
298
720
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
bl_options: typing.Any
|
|
303
|
-
bl_rna: typing.Any
|
|
304
|
-
id_data: typing.Any
|
|
721
|
+
def driver_remove(self):
|
|
722
|
+
""" """
|
|
723
|
+
...
|
|
305
724
|
|
|
306
|
-
def
|
|
307
|
-
|
|
308
|
-
def bl_rna_get_subclass(self): ...
|
|
309
|
-
def bl_rna_get_subclass_py(self): ...
|
|
310
|
-
def driver_add(self): ...
|
|
311
|
-
def driver_remove(self): ...
|
|
312
|
-
def execute(self, context): ...
|
|
313
|
-
def get(self): ...
|
|
314
|
-
def id_properties_clear(self): ...
|
|
315
|
-
def id_properties_ensure(self): ...
|
|
316
|
-
def id_properties_ui(self): ...
|
|
317
|
-
def is_property_hidden(self): ...
|
|
318
|
-
def is_property_overridable_library(self): ...
|
|
319
|
-
def is_property_readonly(self): ...
|
|
320
|
-
def is_property_set(self): ...
|
|
321
|
-
def items(self): ...
|
|
322
|
-
def keyframe_delete(self): ...
|
|
323
|
-
def keyframe_insert(self): ...
|
|
324
|
-
def keys(self): ...
|
|
325
|
-
def path_from_id(self): ...
|
|
326
|
-
def path_resolve(self): ...
|
|
327
|
-
def poll_message_set(self): ...
|
|
328
|
-
def pop(self): ...
|
|
329
|
-
def property_overridable_library_set(self): ...
|
|
330
|
-
def property_unset(self): ...
|
|
331
|
-
def type_recast(self): ...
|
|
332
|
-
def values(self): ...
|
|
725
|
+
def execute(self, context):
|
|
726
|
+
"""
|
|
333
727
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
bl_options: typing.Any
|
|
338
|
-
bl_rna: typing.Any
|
|
339
|
-
id_data: typing.Any
|
|
728
|
+
:param context:
|
|
729
|
+
"""
|
|
730
|
+
...
|
|
340
731
|
|
|
341
|
-
def
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
def bl_rna_get_subclass_py(self): ...
|
|
345
|
-
def driver_add(self): ...
|
|
346
|
-
def driver_remove(self): ...
|
|
347
|
-
def execute(self, context): ...
|
|
348
|
-
def get(self): ...
|
|
349
|
-
def id_properties_clear(self): ...
|
|
350
|
-
def id_properties_ensure(self): ...
|
|
351
|
-
def id_properties_ui(self): ...
|
|
352
|
-
def is_property_hidden(self): ...
|
|
353
|
-
def is_property_overridable_library(self): ...
|
|
354
|
-
def is_property_readonly(self): ...
|
|
355
|
-
def is_property_set(self): ...
|
|
356
|
-
def items(self): ...
|
|
357
|
-
def keyframe_delete(self): ...
|
|
358
|
-
def keyframe_insert(self): ...
|
|
359
|
-
def keys(self): ...
|
|
360
|
-
def path_from_id(self): ...
|
|
361
|
-
def path_resolve(self): ...
|
|
362
|
-
def poll(self, context): ...
|
|
363
|
-
def poll_message_set(self): ...
|
|
364
|
-
def pop(self): ...
|
|
365
|
-
def property_overridable_library_set(self): ...
|
|
366
|
-
def property_unset(self): ...
|
|
367
|
-
def type_recast(self): ...
|
|
368
|
-
def values(self): ...
|
|
732
|
+
def get(self):
|
|
733
|
+
""" """
|
|
734
|
+
...
|
|
369
735
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
bl_options: typing.Any
|
|
374
|
-
bl_property: typing.Any
|
|
375
|
-
bl_rna: typing.Any
|
|
376
|
-
id_data: typing.Any
|
|
736
|
+
def id_properties_clear(self):
|
|
737
|
+
""" """
|
|
738
|
+
...
|
|
377
739
|
|
|
378
|
-
def
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
def bl_rna_get_subclass_py(self): ...
|
|
382
|
-
def draw(self, _context): ...
|
|
383
|
-
def driver_add(self): ...
|
|
384
|
-
def driver_remove(self): ...
|
|
385
|
-
def execute(self, context): ...
|
|
386
|
-
def get(self): ...
|
|
387
|
-
def id_properties_clear(self): ...
|
|
388
|
-
def id_properties_ensure(self): ...
|
|
389
|
-
def id_properties_ui(self): ...
|
|
390
|
-
def invoke(self, context, event): ...
|
|
391
|
-
def is_property_hidden(self): ...
|
|
392
|
-
def is_property_overridable_library(self): ...
|
|
393
|
-
def is_property_readonly(self): ...
|
|
394
|
-
def is_property_set(self): ...
|
|
395
|
-
def items(self): ...
|
|
396
|
-
def keyframe_delete(self): ...
|
|
397
|
-
def keyframe_insert(self): ...
|
|
398
|
-
def keys(self): ...
|
|
399
|
-
def path_from_id(self): ...
|
|
400
|
-
def path_resolve(self): ...
|
|
401
|
-
def poll(self, context): ...
|
|
402
|
-
def poll_message_set(self): ...
|
|
403
|
-
def pop(self): ...
|
|
404
|
-
def property_overridable_library_set(self): ...
|
|
405
|
-
def property_unset(self): ...
|
|
406
|
-
def type_recast(self): ...
|
|
407
|
-
def values(self): ...
|
|
740
|
+
def id_properties_ensure(self):
|
|
741
|
+
""" """
|
|
742
|
+
...
|
|
408
743
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
bl_options: typing.Any
|
|
413
|
-
bl_rna: typing.Any
|
|
414
|
-
id_data: typing.Any
|
|
744
|
+
def id_properties_ui(self):
|
|
745
|
+
""" """
|
|
746
|
+
...
|
|
415
747
|
|
|
416
|
-
def
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
def bl_rna_get_subclass_py(self): ...
|
|
420
|
-
def driver_add(self): ...
|
|
421
|
-
def driver_remove(self): ...
|
|
422
|
-
def execute(self, context): ...
|
|
423
|
-
def get(self): ...
|
|
424
|
-
def id_properties_clear(self): ...
|
|
425
|
-
def id_properties_ensure(self): ...
|
|
426
|
-
def id_properties_ui(self): ...
|
|
427
|
-
def is_property_hidden(self): ...
|
|
428
|
-
def is_property_overridable_library(self): ...
|
|
429
|
-
def is_property_readonly(self): ...
|
|
430
|
-
def is_property_set(self): ...
|
|
431
|
-
def items(self): ...
|
|
432
|
-
def keyframe_delete(self): ...
|
|
433
|
-
def keyframe_insert(self): ...
|
|
434
|
-
def keys(self): ...
|
|
435
|
-
def path_from_id(self): ...
|
|
436
|
-
def path_resolve(self): ...
|
|
437
|
-
def poll(self, context): ...
|
|
438
|
-
def poll_message_set(self): ...
|
|
439
|
-
def pop(self): ...
|
|
440
|
-
def property_overridable_library_set(self): ...
|
|
441
|
-
def property_unset(self): ...
|
|
442
|
-
def type_recast(self): ...
|
|
443
|
-
def values(self): ...
|
|
748
|
+
def is_property_hidden(self):
|
|
749
|
+
""" """
|
|
750
|
+
...
|
|
444
751
|
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
bl_options: typing.Any
|
|
449
|
-
bl_rna: typing.Any
|
|
450
|
-
id_data: typing.Any
|
|
752
|
+
def is_property_overridable_library(self):
|
|
753
|
+
""" """
|
|
754
|
+
...
|
|
451
755
|
|
|
452
|
-
def
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
def bl_rna_get_subclass_py(self): ...
|
|
456
|
-
def driver_add(self): ...
|
|
457
|
-
def driver_remove(self): ...
|
|
458
|
-
def execute(self, context): ...
|
|
459
|
-
def get(self): ...
|
|
460
|
-
def id_properties_clear(self): ...
|
|
461
|
-
def id_properties_ensure(self): ...
|
|
462
|
-
def id_properties_ui(self): ...
|
|
463
|
-
def is_property_hidden(self): ...
|
|
464
|
-
def is_property_overridable_library(self): ...
|
|
465
|
-
def is_property_readonly(self): ...
|
|
466
|
-
def is_property_set(self): ...
|
|
467
|
-
def items(self): ...
|
|
468
|
-
def keyframe_delete(self): ...
|
|
469
|
-
def keyframe_insert(self): ...
|
|
470
|
-
def keys(self): ...
|
|
471
|
-
def path_from_id(self): ...
|
|
472
|
-
def path_resolve(self): ...
|
|
473
|
-
def poll(self, context): ...
|
|
474
|
-
def poll_message_set(self): ...
|
|
475
|
-
def pop(self): ...
|
|
476
|
-
def property_overridable_library_set(self): ...
|
|
477
|
-
def property_unset(self): ...
|
|
478
|
-
def type_recast(self): ...
|
|
479
|
-
def values(self): ...
|
|
756
|
+
def is_property_readonly(self):
|
|
757
|
+
""" """
|
|
758
|
+
...
|
|
480
759
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
bl_options: typing.Any
|
|
485
|
-
bl_rna: typing.Any
|
|
486
|
-
id_data: typing.Any
|
|
760
|
+
def is_property_set(self):
|
|
761
|
+
""" """
|
|
762
|
+
...
|
|
487
763
|
|
|
488
|
-
def
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
def bl_rna_get_subclass_py(self): ...
|
|
492
|
-
def driver_add(self): ...
|
|
493
|
-
def driver_remove(self): ...
|
|
494
|
-
def execute(self, context): ...
|
|
495
|
-
def get(self): ...
|
|
496
|
-
def id_properties_clear(self): ...
|
|
497
|
-
def id_properties_ensure(self): ...
|
|
498
|
-
def id_properties_ui(self): ...
|
|
499
|
-
def is_property_hidden(self): ...
|
|
500
|
-
def is_property_overridable_library(self): ...
|
|
501
|
-
def is_property_readonly(self): ...
|
|
502
|
-
def is_property_set(self): ...
|
|
503
|
-
def items(self): ...
|
|
504
|
-
def keyframe_delete(self): ...
|
|
505
|
-
def keyframe_insert(self): ...
|
|
506
|
-
def keys(self): ...
|
|
507
|
-
def path_from_id(self): ...
|
|
508
|
-
def path_resolve(self): ...
|
|
509
|
-
def poll(self, context): ...
|
|
510
|
-
def poll_message_set(self): ...
|
|
511
|
-
def pop(self): ...
|
|
512
|
-
def property_overridable_library_set(self): ...
|
|
513
|
-
def property_unset(self): ...
|
|
514
|
-
def transfer_location(self, obj): ...
|
|
515
|
-
def transfer_rotation(self, obj): ...
|
|
516
|
-
def transfer_scale(self, obj): ...
|
|
517
|
-
def type_recast(self): ...
|
|
518
|
-
def values(self): ...
|
|
764
|
+
def items(self):
|
|
765
|
+
""" """
|
|
766
|
+
...
|
|
519
767
|
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
bl_options: typing.Any
|
|
524
|
-
bl_rna: typing.Any
|
|
525
|
-
id_data: typing.Any
|
|
768
|
+
def keyframe_delete(self):
|
|
769
|
+
""" """
|
|
770
|
+
...
|
|
526
771
|
|
|
527
|
-
def
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
def
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
def
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
def
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
def
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
def
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
def
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
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
|
+
""" """
|
|
562
821
|
|
|
563
|
-
def as_keywords(self, ignore): ...
|
|
564
|
-
def as_pointer(self): ...
|
|
565
|
-
def bl_rna_get_subclass(self): ...
|
|
566
|
-
def bl_rna_get_subclass_py(self): ...
|
|
567
|
-
def driver_add(self): ...
|
|
568
|
-
def driver_remove(self): ...
|
|
569
|
-
def execute(self, context): ...
|
|
570
|
-
def get(self): ...
|
|
571
|
-
def id_properties_clear(self): ...
|
|
572
|
-
def id_properties_ensure(self): ...
|
|
573
|
-
def id_properties_ui(self): ...
|
|
574
|
-
def invoke(self, context, _event): ...
|
|
575
|
-
def is_property_hidden(self): ...
|
|
576
|
-
def is_property_overridable_library(self): ...
|
|
577
|
-
def is_property_readonly(self): ...
|
|
578
|
-
def is_property_set(self): ...
|
|
579
|
-
def items(self): ...
|
|
580
|
-
def keyframe_delete(self): ...
|
|
581
|
-
def keyframe_insert(self): ...
|
|
582
|
-
def keys(self): ...
|
|
583
|
-
def path_from_id(self): ...
|
|
584
|
-
def path_resolve(self): ...
|
|
585
|
-
def poll(self, context): ...
|
|
586
|
-
def poll_message_set(self): ...
|
|
587
|
-
def pop(self): ...
|
|
588
|
-
def property_overridable_library_set(self): ...
|
|
589
|
-
def property_unset(self): ...
|
|
590
|
-
def set_settings(self, context, obj): ...
|
|
591
|
-
def type_recast(self): ...
|
|
592
|
-
def values(self): ...
|
|
593
|
-
|
|
594
|
-
class LoadReferenceImage(LoadImageAsEmpty, bpy_types.Operator):
|
|
595
822
|
bl_idname: typing.Any
|
|
823
|
+
""" """
|
|
824
|
+
|
|
596
825
|
bl_label: typing.Any
|
|
826
|
+
""" """
|
|
827
|
+
|
|
597
828
|
bl_options: typing.Any
|
|
829
|
+
""" """
|
|
830
|
+
|
|
598
831
|
bl_rna: typing.Any
|
|
832
|
+
""" """
|
|
833
|
+
|
|
599
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
|
+
...
|
|
600
2097
|
|
|
601
|
-
def
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
def bl_rna_get_subclass_py(self): ...
|
|
605
|
-
def driver_add(self): ...
|
|
606
|
-
def driver_remove(self): ...
|
|
607
|
-
def execute(self, context): ...
|
|
608
|
-
def get(self): ...
|
|
609
|
-
def id_properties_clear(self): ...
|
|
610
|
-
def id_properties_ensure(self): ...
|
|
611
|
-
def id_properties_ui(self): ...
|
|
612
|
-
def invoke(self, context, _event): ...
|
|
613
|
-
def is_property_hidden(self): ...
|
|
614
|
-
def is_property_overridable_library(self): ...
|
|
615
|
-
def is_property_readonly(self): ...
|
|
616
|
-
def is_property_set(self): ...
|
|
617
|
-
def items(self): ...
|
|
618
|
-
def keyframe_delete(self): ...
|
|
619
|
-
def keyframe_insert(self): ...
|
|
620
|
-
def keys(self): ...
|
|
621
|
-
def path_from_id(self): ...
|
|
622
|
-
def path_resolve(self): ...
|
|
623
|
-
def poll(self, context): ...
|
|
624
|
-
def poll_message_set(self): ...
|
|
625
|
-
def pop(self): ...
|
|
626
|
-
def property_overridable_library_set(self): ...
|
|
627
|
-
def property_unset(self): ...
|
|
628
|
-
def set_settings(self, context, obj): ...
|
|
629
|
-
def type_recast(self): ...
|
|
630
|
-
def values(self): ...
|
|
2098
|
+
def values(self):
|
|
2099
|
+
""" """
|
|
2100
|
+
...
|