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