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