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