fake-bpy-module 20240210__py3-none-any.whl → 20240326__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -1,43 +1,140 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
|
-
import bl_ui.utils
|
|
4
2
|
import bpy_types
|
|
5
3
|
|
|
6
4
|
GenericType = typing.TypeVar("GenericType")
|
|
7
5
|
|
|
8
|
-
class CLOTH_PT_presets(
|
|
6
|
+
class CLOTH_PT_presets(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
9
|
bl_label: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
10
12
|
bl_region_type: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
11
15
|
bl_rna: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
12
18
|
bl_space_type: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
13
21
|
id_data: typing.Any
|
|
22
|
+
""" """
|
|
23
|
+
|
|
14
24
|
preset_add_operator: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
15
27
|
preset_operator: typing.Any
|
|
28
|
+
""" """
|
|
29
|
+
|
|
16
30
|
preset_subdir: typing.Any
|
|
31
|
+
""" """
|
|
32
|
+
|
|
33
|
+
def append(self, draw_func):
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
:param draw_func:
|
|
37
|
+
"""
|
|
38
|
+
...
|
|
39
|
+
|
|
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
|
+
|
|
52
|
+
def draw(self, context):
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
:param context:
|
|
56
|
+
"""
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
def draw_menu(self, layout, text):
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
:param layout:
|
|
63
|
+
:param text:
|
|
64
|
+
"""
|
|
65
|
+
...
|
|
66
|
+
|
|
67
|
+
def draw_panel_header(self, layout):
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
:param layout:
|
|
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
|
+
...
|
|
17
137
|
|
|
18
|
-
def append(self, draw_func): ...
|
|
19
|
-
def as_pointer(self): ...
|
|
20
|
-
def bl_rna_get_subclass(self): ...
|
|
21
|
-
def bl_rna_get_subclass_py(self): ...
|
|
22
|
-
def draw(self, context): ...
|
|
23
|
-
def draw_menu(self, layout, text): ...
|
|
24
|
-
def draw_panel_header(self, layout): ...
|
|
25
|
-
def driver_add(self): ...
|
|
26
|
-
def driver_remove(self): ...
|
|
27
|
-
def get(self): ...
|
|
28
|
-
def id_properties_clear(self): ...
|
|
29
|
-
def id_properties_ensure(self): ...
|
|
30
|
-
def id_properties_ui(self): ...
|
|
31
|
-
def is_extended(self): ...
|
|
32
|
-
def is_property_hidden(self): ...
|
|
33
|
-
def is_property_overridable_library(self): ...
|
|
34
|
-
def is_property_readonly(self): ...
|
|
35
|
-
def is_property_set(self): ...
|
|
36
|
-
def items(self): ...
|
|
37
|
-
def keyframe_delete(self): ...
|
|
38
|
-
def keyframe_insert(self): ...
|
|
39
|
-
def keys(self): ...
|
|
40
|
-
def path_from_id(self): ...
|
|
41
138
|
def path_menu(
|
|
42
139
|
self,
|
|
43
140
|
searchpaths,
|
|
@@ -48,583 +145,2231 @@ class CLOTH_PT_presets(bl_ui.utils.PresetPanel, bpy_types.Panel, bpy_types._Gene
|
|
|
48
145
|
filter_path,
|
|
49
146
|
display_name,
|
|
50
147
|
add_operator,
|
|
51
|
-
):
|
|
52
|
-
|
|
53
|
-
def pop(self): ...
|
|
54
|
-
def prepend(self, draw_func): ...
|
|
55
|
-
def property_overridable_library_set(self): ...
|
|
56
|
-
def property_unset(self): ...
|
|
57
|
-
def remove(self, draw_func): ...
|
|
58
|
-
def type_recast(self): ...
|
|
59
|
-
def values(self): ...
|
|
148
|
+
):
|
|
149
|
+
"""
|
|
60
150
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
151
|
+
:param searchpaths:
|
|
152
|
+
:param operator:
|
|
153
|
+
:param props_default:
|
|
154
|
+
:param prop_filepath:
|
|
155
|
+
:param filter_ext:
|
|
156
|
+
:param filter_path:
|
|
157
|
+
:param display_name:
|
|
158
|
+
:param add_operator:
|
|
159
|
+
"""
|
|
160
|
+
...
|
|
161
|
+
|
|
162
|
+
def path_resolve(self):
|
|
163
|
+
""" """
|
|
164
|
+
...
|
|
165
|
+
|
|
166
|
+
def pop(self):
|
|
167
|
+
""" """
|
|
168
|
+
...
|
|
169
|
+
|
|
170
|
+
def prepend(self, draw_func):
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
:param draw_func:
|
|
174
|
+
"""
|
|
175
|
+
...
|
|
176
|
+
|
|
177
|
+
def property_overridable_library_set(self):
|
|
178
|
+
""" """
|
|
179
|
+
...
|
|
180
|
+
|
|
181
|
+
def property_unset(self):
|
|
182
|
+
""" """
|
|
183
|
+
...
|
|
184
|
+
|
|
185
|
+
def remove(self, draw_func):
|
|
186
|
+
"""
|
|
187
|
+
|
|
188
|
+
:param draw_func:
|
|
189
|
+
"""
|
|
190
|
+
...
|
|
191
|
+
|
|
192
|
+
def type_recast(self):
|
|
193
|
+
""" """
|
|
194
|
+
...
|
|
65
195
|
|
|
66
|
-
def
|
|
196
|
+
def values(self):
|
|
197
|
+
""" """
|
|
198
|
+
...
|
|
199
|
+
|
|
200
|
+
class PHYSICS_PT_cloth(bpy_types._GenericUI):
|
|
201
|
+
""" """
|
|
67
202
|
|
|
68
|
-
class PHYSICS_PT_cloth(PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
69
203
|
COMPAT_ENGINES: typing.Any
|
|
204
|
+
""" """
|
|
205
|
+
|
|
70
206
|
bl_context: typing.Any
|
|
207
|
+
""" """
|
|
208
|
+
|
|
71
209
|
bl_label: typing.Any
|
|
210
|
+
""" """
|
|
211
|
+
|
|
72
212
|
bl_region_type: typing.Any
|
|
213
|
+
""" """
|
|
214
|
+
|
|
73
215
|
bl_rna: typing.Any
|
|
216
|
+
""" """
|
|
217
|
+
|
|
74
218
|
bl_space_type: typing.Any
|
|
219
|
+
""" """
|
|
220
|
+
|
|
75
221
|
id_data: typing.Any
|
|
222
|
+
""" """
|
|
223
|
+
|
|
224
|
+
def append(self, draw_func):
|
|
225
|
+
"""
|
|
226
|
+
|
|
227
|
+
:param draw_func:
|
|
228
|
+
"""
|
|
229
|
+
...
|
|
230
|
+
|
|
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
|
+
|
|
243
|
+
def draw(self, context):
|
|
244
|
+
"""
|
|
245
|
+
|
|
246
|
+
:param context:
|
|
247
|
+
"""
|
|
248
|
+
...
|
|
249
|
+
|
|
250
|
+
def draw_header_preset(self, _context):
|
|
251
|
+
"""
|
|
252
|
+
|
|
253
|
+
:param _context:
|
|
254
|
+
"""
|
|
255
|
+
...
|
|
256
|
+
|
|
257
|
+
def driver_add(self):
|
|
258
|
+
""" """
|
|
259
|
+
...
|
|
260
|
+
|
|
261
|
+
def driver_remove(self):
|
|
262
|
+
""" """
|
|
263
|
+
...
|
|
264
|
+
|
|
265
|
+
def get(self):
|
|
266
|
+
""" """
|
|
267
|
+
...
|
|
268
|
+
|
|
269
|
+
def id_properties_clear(self):
|
|
270
|
+
""" """
|
|
271
|
+
...
|
|
272
|
+
|
|
273
|
+
def id_properties_ensure(self):
|
|
274
|
+
""" """
|
|
275
|
+
...
|
|
276
|
+
|
|
277
|
+
def id_properties_ui(self):
|
|
278
|
+
""" """
|
|
279
|
+
...
|
|
280
|
+
|
|
281
|
+
def is_extended(self):
|
|
282
|
+
""" """
|
|
283
|
+
...
|
|
284
|
+
|
|
285
|
+
def is_property_hidden(self):
|
|
286
|
+
""" """
|
|
287
|
+
...
|
|
288
|
+
|
|
289
|
+
def is_property_overridable_library(self):
|
|
290
|
+
""" """
|
|
291
|
+
...
|
|
292
|
+
|
|
293
|
+
def is_property_readonly(self):
|
|
294
|
+
""" """
|
|
295
|
+
...
|
|
296
|
+
|
|
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
|
+
...
|
|
324
|
+
|
|
325
|
+
def poll(self, context):
|
|
326
|
+
"""
|
|
327
|
+
|
|
328
|
+
:param context:
|
|
329
|
+
"""
|
|
330
|
+
...
|
|
331
|
+
|
|
332
|
+
def pop(self):
|
|
333
|
+
""" """
|
|
334
|
+
...
|
|
335
|
+
|
|
336
|
+
def prepend(self, draw_func):
|
|
337
|
+
"""
|
|
338
|
+
|
|
339
|
+
:param draw_func:
|
|
340
|
+
"""
|
|
341
|
+
...
|
|
342
|
+
|
|
343
|
+
def property_overridable_library_set(self):
|
|
344
|
+
""" """
|
|
345
|
+
...
|
|
346
|
+
|
|
347
|
+
def property_unset(self):
|
|
348
|
+
""" """
|
|
349
|
+
...
|
|
350
|
+
|
|
351
|
+
def remove(self, draw_func):
|
|
352
|
+
"""
|
|
353
|
+
|
|
354
|
+
:param draw_func:
|
|
355
|
+
"""
|
|
356
|
+
...
|
|
357
|
+
|
|
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
|
+
""" """
|
|
76
368
|
|
|
77
|
-
def append(self, draw_func): ...
|
|
78
|
-
def as_pointer(self): ...
|
|
79
|
-
def bl_rna_get_subclass(self): ...
|
|
80
|
-
def bl_rna_get_subclass_py(self): ...
|
|
81
|
-
def draw(self, context): ...
|
|
82
|
-
def draw_header_preset(self, _context): ...
|
|
83
|
-
def driver_add(self): ...
|
|
84
|
-
def driver_remove(self): ...
|
|
85
|
-
def get(self): ...
|
|
86
|
-
def id_properties_clear(self): ...
|
|
87
|
-
def id_properties_ensure(self): ...
|
|
88
|
-
def id_properties_ui(self): ...
|
|
89
|
-
def is_extended(self): ...
|
|
90
|
-
def is_property_hidden(self): ...
|
|
91
|
-
def is_property_overridable_library(self): ...
|
|
92
|
-
def is_property_readonly(self): ...
|
|
93
|
-
def is_property_set(self): ...
|
|
94
|
-
def items(self): ...
|
|
95
|
-
def keyframe_delete(self): ...
|
|
96
|
-
def keyframe_insert(self): ...
|
|
97
|
-
def keys(self): ...
|
|
98
|
-
def path_from_id(self): ...
|
|
99
|
-
def path_resolve(self): ...
|
|
100
|
-
def poll(self, context): ...
|
|
101
|
-
def pop(self): ...
|
|
102
|
-
def prepend(self, draw_func): ...
|
|
103
|
-
def property_overridable_library_set(self): ...
|
|
104
|
-
def property_unset(self): ...
|
|
105
|
-
def remove(self, draw_func): ...
|
|
106
|
-
def type_recast(self): ...
|
|
107
|
-
def values(self): ...
|
|
108
|
-
|
|
109
|
-
class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
110
369
|
COMPAT_ENGINES: typing.Any
|
|
370
|
+
""" """
|
|
371
|
+
|
|
111
372
|
bl_context: typing.Any
|
|
373
|
+
""" """
|
|
374
|
+
|
|
112
375
|
bl_label: typing.Any
|
|
376
|
+
""" """
|
|
377
|
+
|
|
113
378
|
bl_options: typing.Any
|
|
379
|
+
""" """
|
|
380
|
+
|
|
114
381
|
bl_parent_id: typing.Any
|
|
382
|
+
""" """
|
|
383
|
+
|
|
115
384
|
bl_region_type: typing.Any
|
|
385
|
+
""" """
|
|
386
|
+
|
|
116
387
|
bl_rna: typing.Any
|
|
388
|
+
""" """
|
|
389
|
+
|
|
117
390
|
bl_space_type: typing.Any
|
|
391
|
+
""" """
|
|
392
|
+
|
|
118
393
|
id_data: typing.Any
|
|
394
|
+
""" """
|
|
395
|
+
|
|
396
|
+
def append(self, draw_func):
|
|
397
|
+
"""
|
|
398
|
+
|
|
399
|
+
:param draw_func:
|
|
400
|
+
"""
|
|
401
|
+
...
|
|
402
|
+
|
|
403
|
+
def as_pointer(self):
|
|
404
|
+
""" """
|
|
405
|
+
...
|
|
406
|
+
|
|
407
|
+
def bl_rna_get_subclass(self):
|
|
408
|
+
""" """
|
|
409
|
+
...
|
|
410
|
+
|
|
411
|
+
def bl_rna_get_subclass_py(self):
|
|
412
|
+
""" """
|
|
413
|
+
...
|
|
414
|
+
|
|
415
|
+
def draw(self, context):
|
|
416
|
+
"""
|
|
417
|
+
|
|
418
|
+
:param context:
|
|
419
|
+
"""
|
|
420
|
+
...
|
|
421
|
+
|
|
422
|
+
def driver_add(self):
|
|
423
|
+
""" """
|
|
424
|
+
...
|
|
425
|
+
|
|
426
|
+
def driver_remove(self):
|
|
427
|
+
""" """
|
|
428
|
+
...
|
|
429
|
+
|
|
430
|
+
def get(self):
|
|
431
|
+
""" """
|
|
432
|
+
...
|
|
433
|
+
|
|
434
|
+
def id_properties_clear(self):
|
|
435
|
+
""" """
|
|
436
|
+
...
|
|
437
|
+
|
|
438
|
+
def id_properties_ensure(self):
|
|
439
|
+
""" """
|
|
440
|
+
...
|
|
441
|
+
|
|
442
|
+
def id_properties_ui(self):
|
|
443
|
+
""" """
|
|
444
|
+
...
|
|
445
|
+
|
|
446
|
+
def is_extended(self):
|
|
447
|
+
""" """
|
|
448
|
+
...
|
|
449
|
+
|
|
450
|
+
def is_property_hidden(self):
|
|
451
|
+
""" """
|
|
452
|
+
...
|
|
453
|
+
|
|
454
|
+
def is_property_overridable_library(self):
|
|
455
|
+
""" """
|
|
456
|
+
...
|
|
457
|
+
|
|
458
|
+
def is_property_readonly(self):
|
|
459
|
+
""" """
|
|
460
|
+
...
|
|
461
|
+
|
|
462
|
+
def is_property_set(self):
|
|
463
|
+
""" """
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
def items(self):
|
|
467
|
+
""" """
|
|
468
|
+
...
|
|
469
|
+
|
|
470
|
+
def keyframe_delete(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
def keyframe_insert(self):
|
|
475
|
+
""" """
|
|
476
|
+
...
|
|
477
|
+
|
|
478
|
+
def keys(self):
|
|
479
|
+
""" """
|
|
480
|
+
...
|
|
481
|
+
|
|
482
|
+
def path_from_id(self):
|
|
483
|
+
""" """
|
|
484
|
+
...
|
|
485
|
+
|
|
486
|
+
def path_resolve(self):
|
|
487
|
+
""" """
|
|
488
|
+
...
|
|
489
|
+
|
|
490
|
+
def poll(self, context):
|
|
491
|
+
"""
|
|
492
|
+
|
|
493
|
+
:param context:
|
|
494
|
+
"""
|
|
495
|
+
...
|
|
496
|
+
|
|
497
|
+
def pop(self):
|
|
498
|
+
""" """
|
|
499
|
+
...
|
|
500
|
+
|
|
501
|
+
def prepend(self, draw_func):
|
|
502
|
+
"""
|
|
503
|
+
|
|
504
|
+
:param draw_func:
|
|
505
|
+
"""
|
|
506
|
+
...
|
|
507
|
+
|
|
508
|
+
def property_overridable_library_set(self):
|
|
509
|
+
""" """
|
|
510
|
+
...
|
|
511
|
+
|
|
512
|
+
def property_unset(self):
|
|
513
|
+
""" """
|
|
514
|
+
...
|
|
515
|
+
|
|
516
|
+
def remove(self, draw_func):
|
|
517
|
+
"""
|
|
518
|
+
|
|
519
|
+
:param draw_func:
|
|
520
|
+
"""
|
|
521
|
+
...
|
|
522
|
+
|
|
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
|
+
""" """
|
|
119
533
|
|
|
120
|
-
def append(self, draw_func): ...
|
|
121
|
-
def as_pointer(self): ...
|
|
122
|
-
def bl_rna_get_subclass(self): ...
|
|
123
|
-
def bl_rna_get_subclass_py(self): ...
|
|
124
|
-
def draw(self, context): ...
|
|
125
|
-
def driver_add(self): ...
|
|
126
|
-
def driver_remove(self): ...
|
|
127
|
-
def get(self): ...
|
|
128
|
-
def id_properties_clear(self): ...
|
|
129
|
-
def id_properties_ensure(self): ...
|
|
130
|
-
def id_properties_ui(self): ...
|
|
131
|
-
def is_extended(self): ...
|
|
132
|
-
def is_property_hidden(self): ...
|
|
133
|
-
def is_property_overridable_library(self): ...
|
|
134
|
-
def is_property_readonly(self): ...
|
|
135
|
-
def is_property_set(self): ...
|
|
136
|
-
def items(self): ...
|
|
137
|
-
def keyframe_delete(self): ...
|
|
138
|
-
def keyframe_insert(self): ...
|
|
139
|
-
def keys(self): ...
|
|
140
|
-
def path_from_id(self): ...
|
|
141
|
-
def path_resolve(self): ...
|
|
142
|
-
def poll(self, context): ...
|
|
143
|
-
def pop(self): ...
|
|
144
|
-
def prepend(self, draw_func): ...
|
|
145
|
-
def property_overridable_library_set(self): ...
|
|
146
|
-
def property_unset(self): ...
|
|
147
|
-
def remove(self, draw_func): ...
|
|
148
|
-
def type_recast(self): ...
|
|
149
|
-
def values(self): ...
|
|
150
|
-
|
|
151
|
-
class PHYSICS_PT_cloth_collision(
|
|
152
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
153
|
-
):
|
|
154
534
|
COMPAT_ENGINES: typing.Any
|
|
535
|
+
""" """
|
|
536
|
+
|
|
155
537
|
bl_context: typing.Any
|
|
538
|
+
""" """
|
|
539
|
+
|
|
156
540
|
bl_label: typing.Any
|
|
541
|
+
""" """
|
|
542
|
+
|
|
157
543
|
bl_options: typing.Any
|
|
544
|
+
""" """
|
|
545
|
+
|
|
158
546
|
bl_parent_id: typing.Any
|
|
547
|
+
""" """
|
|
548
|
+
|
|
159
549
|
bl_region_type: typing.Any
|
|
550
|
+
""" """
|
|
551
|
+
|
|
160
552
|
bl_rna: typing.Any
|
|
553
|
+
""" """
|
|
554
|
+
|
|
161
555
|
bl_space_type: typing.Any
|
|
556
|
+
""" """
|
|
557
|
+
|
|
162
558
|
id_data: typing.Any
|
|
559
|
+
""" """
|
|
560
|
+
|
|
561
|
+
def append(self, draw_func):
|
|
562
|
+
"""
|
|
563
|
+
|
|
564
|
+
:param draw_func:
|
|
565
|
+
"""
|
|
566
|
+
...
|
|
567
|
+
|
|
568
|
+
def as_pointer(self):
|
|
569
|
+
""" """
|
|
570
|
+
...
|
|
571
|
+
|
|
572
|
+
def bl_rna_get_subclass(self):
|
|
573
|
+
""" """
|
|
574
|
+
...
|
|
575
|
+
|
|
576
|
+
def bl_rna_get_subclass_py(self):
|
|
577
|
+
""" """
|
|
578
|
+
...
|
|
579
|
+
|
|
580
|
+
def draw(self, context):
|
|
581
|
+
"""
|
|
582
|
+
|
|
583
|
+
:param context:
|
|
584
|
+
"""
|
|
585
|
+
...
|
|
586
|
+
|
|
587
|
+
def driver_add(self):
|
|
588
|
+
""" """
|
|
589
|
+
...
|
|
590
|
+
|
|
591
|
+
def driver_remove(self):
|
|
592
|
+
""" """
|
|
593
|
+
...
|
|
594
|
+
|
|
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
|
+
""" """
|
|
163
698
|
|
|
164
|
-
def append(self, draw_func): ...
|
|
165
|
-
def as_pointer(self): ...
|
|
166
|
-
def bl_rna_get_subclass(self): ...
|
|
167
|
-
def bl_rna_get_subclass_py(self): ...
|
|
168
|
-
def draw(self, context): ...
|
|
169
|
-
def driver_add(self): ...
|
|
170
|
-
def driver_remove(self): ...
|
|
171
|
-
def get(self): ...
|
|
172
|
-
def id_properties_clear(self): ...
|
|
173
|
-
def id_properties_ensure(self): ...
|
|
174
|
-
def id_properties_ui(self): ...
|
|
175
|
-
def is_extended(self): ...
|
|
176
|
-
def is_property_hidden(self): ...
|
|
177
|
-
def is_property_overridable_library(self): ...
|
|
178
|
-
def is_property_readonly(self): ...
|
|
179
|
-
def is_property_set(self): ...
|
|
180
|
-
def items(self): ...
|
|
181
|
-
def keyframe_delete(self): ...
|
|
182
|
-
def keyframe_insert(self): ...
|
|
183
|
-
def keys(self): ...
|
|
184
|
-
def path_from_id(self): ...
|
|
185
|
-
def path_resolve(self): ...
|
|
186
|
-
def poll(self, context): ...
|
|
187
|
-
def pop(self): ...
|
|
188
|
-
def prepend(self, draw_func): ...
|
|
189
|
-
def property_overridable_library_set(self): ...
|
|
190
|
-
def property_unset(self): ...
|
|
191
|
-
def remove(self, draw_func): ...
|
|
192
|
-
def type_recast(self): ...
|
|
193
|
-
def values(self): ...
|
|
194
|
-
|
|
195
|
-
class PHYSICS_PT_cloth_damping(
|
|
196
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
197
|
-
):
|
|
198
699
|
COMPAT_ENGINES: typing.Any
|
|
700
|
+
""" """
|
|
701
|
+
|
|
199
702
|
bl_context: typing.Any
|
|
703
|
+
""" """
|
|
704
|
+
|
|
200
705
|
bl_label: typing.Any
|
|
706
|
+
""" """
|
|
707
|
+
|
|
201
708
|
bl_parent_id: typing.Any
|
|
709
|
+
""" """
|
|
710
|
+
|
|
202
711
|
bl_region_type: typing.Any
|
|
712
|
+
""" """
|
|
713
|
+
|
|
203
714
|
bl_rna: typing.Any
|
|
715
|
+
""" """
|
|
716
|
+
|
|
204
717
|
bl_space_type: typing.Any
|
|
718
|
+
""" """
|
|
719
|
+
|
|
205
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
|
+
""" """
|
|
206
860
|
|
|
207
|
-
def append(self, draw_func): ...
|
|
208
|
-
def as_pointer(self): ...
|
|
209
|
-
def bl_rna_get_subclass(self): ...
|
|
210
|
-
def bl_rna_get_subclass_py(self): ...
|
|
211
|
-
def draw(self, context): ...
|
|
212
|
-
def driver_add(self): ...
|
|
213
|
-
def driver_remove(self): ...
|
|
214
|
-
def get(self): ...
|
|
215
|
-
def id_properties_clear(self): ...
|
|
216
|
-
def id_properties_ensure(self): ...
|
|
217
|
-
def id_properties_ui(self): ...
|
|
218
|
-
def is_extended(self): ...
|
|
219
|
-
def is_property_hidden(self): ...
|
|
220
|
-
def is_property_overridable_library(self): ...
|
|
221
|
-
def is_property_readonly(self): ...
|
|
222
|
-
def is_property_set(self): ...
|
|
223
|
-
def items(self): ...
|
|
224
|
-
def keyframe_delete(self): ...
|
|
225
|
-
def keyframe_insert(self): ...
|
|
226
|
-
def keys(self): ...
|
|
227
|
-
def path_from_id(self): ...
|
|
228
|
-
def path_resolve(self): ...
|
|
229
|
-
def poll(self, context): ...
|
|
230
|
-
def pop(self): ...
|
|
231
|
-
def prepend(self, draw_func): ...
|
|
232
|
-
def property_overridable_library_set(self): ...
|
|
233
|
-
def property_unset(self): ...
|
|
234
|
-
def remove(self, draw_func): ...
|
|
235
|
-
def type_recast(self): ...
|
|
236
|
-
def values(self): ...
|
|
237
|
-
|
|
238
|
-
class PHYSICS_PT_cloth_field_weights(
|
|
239
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
240
|
-
):
|
|
241
861
|
COMPAT_ENGINES: typing.Any
|
|
862
|
+
""" """
|
|
863
|
+
|
|
242
864
|
bl_context: typing.Any
|
|
865
|
+
""" """
|
|
866
|
+
|
|
243
867
|
bl_label: typing.Any
|
|
868
|
+
""" """
|
|
869
|
+
|
|
244
870
|
bl_options: typing.Any
|
|
245
|
-
|
|
246
|
-
bl_region_type: typing.Any
|
|
247
|
-
bl_rna: typing.Any
|
|
248
|
-
bl_space_type: typing.Any
|
|
249
|
-
id_data: typing.Any
|
|
871
|
+
""" """
|
|
250
872
|
|
|
251
|
-
def append(self, draw_func): ...
|
|
252
|
-
def as_pointer(self): ...
|
|
253
|
-
def bl_rna_get_subclass(self): ...
|
|
254
|
-
def bl_rna_get_subclass_py(self): ...
|
|
255
|
-
def draw(self, context): ...
|
|
256
|
-
def driver_add(self): ...
|
|
257
|
-
def driver_remove(self): ...
|
|
258
|
-
def get(self): ...
|
|
259
|
-
def id_properties_clear(self): ...
|
|
260
|
-
def id_properties_ensure(self): ...
|
|
261
|
-
def id_properties_ui(self): ...
|
|
262
|
-
def is_extended(self): ...
|
|
263
|
-
def is_property_hidden(self): ...
|
|
264
|
-
def is_property_overridable_library(self): ...
|
|
265
|
-
def is_property_readonly(self): ...
|
|
266
|
-
def is_property_set(self): ...
|
|
267
|
-
def items(self): ...
|
|
268
|
-
def keyframe_delete(self): ...
|
|
269
|
-
def keyframe_insert(self): ...
|
|
270
|
-
def keys(self): ...
|
|
271
|
-
def path_from_id(self): ...
|
|
272
|
-
def path_resolve(self): ...
|
|
273
|
-
def poll(self, context): ...
|
|
274
|
-
def pop(self): ...
|
|
275
|
-
def prepend(self, draw_func): ...
|
|
276
|
-
def property_overridable_library_set(self): ...
|
|
277
|
-
def property_unset(self): ...
|
|
278
|
-
def remove(self, draw_func): ...
|
|
279
|
-
def type_recast(self): ...
|
|
280
|
-
def values(self): ...
|
|
281
|
-
|
|
282
|
-
class PHYSICS_PT_cloth_internal_springs(
|
|
283
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
284
|
-
):
|
|
285
|
-
COMPAT_ENGINES: typing.Any
|
|
286
|
-
bl_context: typing.Any
|
|
287
|
-
bl_label: typing.Any
|
|
288
873
|
bl_parent_id: typing.Any
|
|
289
|
-
|
|
290
|
-
bl_rna: typing.Any
|
|
291
|
-
bl_space_type: typing.Any
|
|
292
|
-
id_data: typing.Any
|
|
874
|
+
""" """
|
|
293
875
|
|
|
294
|
-
def append(self, draw_func): ...
|
|
295
|
-
def as_pointer(self): ...
|
|
296
|
-
def bl_rna_get_subclass(self): ...
|
|
297
|
-
def bl_rna_get_subclass_py(self): ...
|
|
298
|
-
def draw(self, context): ...
|
|
299
|
-
def draw_header(self, context): ...
|
|
300
|
-
def driver_add(self): ...
|
|
301
|
-
def driver_remove(self): ...
|
|
302
|
-
def get(self): ...
|
|
303
|
-
def id_properties_clear(self): ...
|
|
304
|
-
def id_properties_ensure(self): ...
|
|
305
|
-
def id_properties_ui(self): ...
|
|
306
|
-
def is_extended(self): ...
|
|
307
|
-
def is_property_hidden(self): ...
|
|
308
|
-
def is_property_overridable_library(self): ...
|
|
309
|
-
def is_property_readonly(self): ...
|
|
310
|
-
def is_property_set(self): ...
|
|
311
|
-
def items(self): ...
|
|
312
|
-
def keyframe_delete(self): ...
|
|
313
|
-
def keyframe_insert(self): ...
|
|
314
|
-
def keys(self): ...
|
|
315
|
-
def path_from_id(self): ...
|
|
316
|
-
def path_resolve(self): ...
|
|
317
|
-
def poll(self, context): ...
|
|
318
|
-
def pop(self): ...
|
|
319
|
-
def prepend(self, draw_func): ...
|
|
320
|
-
def property_overridable_library_set(self): ...
|
|
321
|
-
def property_unset(self): ...
|
|
322
|
-
def remove(self, draw_func): ...
|
|
323
|
-
def type_recast(self): ...
|
|
324
|
-
def values(self): ...
|
|
325
|
-
|
|
326
|
-
class PHYSICS_PT_cloth_object_collision(
|
|
327
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
328
|
-
):
|
|
329
|
-
COMPAT_ENGINES: typing.Any
|
|
330
|
-
bl_context: typing.Any
|
|
331
|
-
bl_label: typing.Any
|
|
332
|
-
bl_parent_id: typing.Any
|
|
333
876
|
bl_region_type: typing.Any
|
|
334
|
-
|
|
335
|
-
bl_space_type: typing.Any
|
|
336
|
-
id_data: typing.Any
|
|
877
|
+
""" """
|
|
337
878
|
|
|
338
|
-
def append(self, draw_func): ...
|
|
339
|
-
def as_pointer(self): ...
|
|
340
|
-
def bl_rna_get_subclass(self): ...
|
|
341
|
-
def bl_rna_get_subclass_py(self): ...
|
|
342
|
-
def draw(self, context): ...
|
|
343
|
-
def draw_header(self, context): ...
|
|
344
|
-
def driver_add(self): ...
|
|
345
|
-
def driver_remove(self): ...
|
|
346
|
-
def get(self): ...
|
|
347
|
-
def id_properties_clear(self): ...
|
|
348
|
-
def id_properties_ensure(self): ...
|
|
349
|
-
def id_properties_ui(self): ...
|
|
350
|
-
def is_extended(self): ...
|
|
351
|
-
def is_property_hidden(self): ...
|
|
352
|
-
def is_property_overridable_library(self): ...
|
|
353
|
-
def is_property_readonly(self): ...
|
|
354
|
-
def is_property_set(self): ...
|
|
355
|
-
def items(self): ...
|
|
356
|
-
def keyframe_delete(self): ...
|
|
357
|
-
def keyframe_insert(self): ...
|
|
358
|
-
def keys(self): ...
|
|
359
|
-
def path_from_id(self): ...
|
|
360
|
-
def path_resolve(self): ...
|
|
361
|
-
def poll(self, context): ...
|
|
362
|
-
def pop(self): ...
|
|
363
|
-
def prepend(self, draw_func): ...
|
|
364
|
-
def property_overridable_library_set(self): ...
|
|
365
|
-
def property_unset(self): ...
|
|
366
|
-
def remove(self, draw_func): ...
|
|
367
|
-
def type_recast(self): ...
|
|
368
|
-
def values(self): ...
|
|
369
|
-
|
|
370
|
-
class PHYSICS_PT_cloth_physical_properties(
|
|
371
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
372
|
-
):
|
|
373
|
-
COMPAT_ENGINES: typing.Any
|
|
374
|
-
bl_context: typing.Any
|
|
375
|
-
bl_label: typing.Any
|
|
376
|
-
bl_parent_id: typing.Any
|
|
377
|
-
bl_region_type: typing.Any
|
|
378
879
|
bl_rna: typing.Any
|
|
880
|
+
""" """
|
|
881
|
+
|
|
379
882
|
bl_space_type: typing.Any
|
|
883
|
+
""" """
|
|
884
|
+
|
|
380
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
|
+
""" """
|
|
381
1203
|
|
|
382
|
-
def append(self, draw_func): ...
|
|
383
|
-
def as_pointer(self): ...
|
|
384
|
-
def bl_rna_get_subclass(self): ...
|
|
385
|
-
def bl_rna_get_subclass_py(self): ...
|
|
386
|
-
def draw(self, context): ...
|
|
387
|
-
def driver_add(self): ...
|
|
388
|
-
def driver_remove(self): ...
|
|
389
|
-
def get(self): ...
|
|
390
|
-
def id_properties_clear(self): ...
|
|
391
|
-
def id_properties_ensure(self): ...
|
|
392
|
-
def id_properties_ui(self): ...
|
|
393
|
-
def is_extended(self): ...
|
|
394
|
-
def is_property_hidden(self): ...
|
|
395
|
-
def is_property_overridable_library(self): ...
|
|
396
|
-
def is_property_readonly(self): ...
|
|
397
|
-
def is_property_set(self): ...
|
|
398
|
-
def items(self): ...
|
|
399
|
-
def keyframe_delete(self): ...
|
|
400
|
-
def keyframe_insert(self): ...
|
|
401
|
-
def keys(self): ...
|
|
402
|
-
def path_from_id(self): ...
|
|
403
|
-
def path_resolve(self): ...
|
|
404
|
-
def poll(self, context): ...
|
|
405
|
-
def pop(self): ...
|
|
406
|
-
def prepend(self, draw_func): ...
|
|
407
|
-
def property_overridable_library_set(self): ...
|
|
408
|
-
def property_unset(self): ...
|
|
409
|
-
def remove(self, draw_func): ...
|
|
410
|
-
def type_recast(self): ...
|
|
411
|
-
def values(self): ...
|
|
412
|
-
|
|
413
|
-
class PHYSICS_PT_cloth_pressure(
|
|
414
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
415
|
-
):
|
|
416
|
-
COMPAT_ENGINES: typing.Any
|
|
417
|
-
bl_context: typing.Any
|
|
418
|
-
bl_label: typing.Any
|
|
419
1204
|
bl_parent_id: typing.Any
|
|
1205
|
+
""" """
|
|
1206
|
+
|
|
420
1207
|
bl_region_type: typing.Any
|
|
1208
|
+
""" """
|
|
1209
|
+
|
|
421
1210
|
bl_rna: typing.Any
|
|
1211
|
+
""" """
|
|
1212
|
+
|
|
422
1213
|
bl_space_type: typing.Any
|
|
1214
|
+
""" """
|
|
1215
|
+
|
|
423
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
|
+
"""
|
|
1679
|
+
|
|
1680
|
+
:param draw_func:
|
|
1681
|
+
"""
|
|
1682
|
+
...
|
|
1683
|
+
|
|
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
|
+
""" """
|
|
424
1694
|
|
|
425
|
-
def append(self, draw_func): ...
|
|
426
|
-
def as_pointer(self): ...
|
|
427
|
-
def bl_rna_get_subclass(self): ...
|
|
428
|
-
def bl_rna_get_subclass_py(self): ...
|
|
429
|
-
def draw(self, context): ...
|
|
430
|
-
def draw_header(self, context): ...
|
|
431
|
-
def driver_add(self): ...
|
|
432
|
-
def driver_remove(self): ...
|
|
433
|
-
def get(self): ...
|
|
434
|
-
def id_properties_clear(self): ...
|
|
435
|
-
def id_properties_ensure(self): ...
|
|
436
|
-
def id_properties_ui(self): ...
|
|
437
|
-
def is_extended(self): ...
|
|
438
|
-
def is_property_hidden(self): ...
|
|
439
|
-
def is_property_overridable_library(self): ...
|
|
440
|
-
def is_property_readonly(self): ...
|
|
441
|
-
def is_property_set(self): ...
|
|
442
|
-
def items(self): ...
|
|
443
|
-
def keyframe_delete(self): ...
|
|
444
|
-
def keyframe_insert(self): ...
|
|
445
|
-
def keys(self): ...
|
|
446
|
-
def path_from_id(self): ...
|
|
447
|
-
def path_resolve(self): ...
|
|
448
|
-
def poll(self, context): ...
|
|
449
|
-
def pop(self): ...
|
|
450
|
-
def prepend(self, draw_func): ...
|
|
451
|
-
def property_overridable_library_set(self): ...
|
|
452
|
-
def property_unset(self): ...
|
|
453
|
-
def remove(self, draw_func): ...
|
|
454
|
-
def type_recast(self): ...
|
|
455
|
-
def values(self): ...
|
|
456
|
-
|
|
457
|
-
class PHYSICS_PT_cloth_property_weights(
|
|
458
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
459
|
-
):
|
|
460
1695
|
COMPAT_ENGINES: typing.Any
|
|
1696
|
+
""" """
|
|
1697
|
+
|
|
461
1698
|
bl_context: typing.Any
|
|
1699
|
+
""" """
|
|
1700
|
+
|
|
462
1701
|
bl_label: typing.Any
|
|
1702
|
+
""" """
|
|
1703
|
+
|
|
463
1704
|
bl_options: typing.Any
|
|
1705
|
+
""" """
|
|
1706
|
+
|
|
464
1707
|
bl_parent_id: typing.Any
|
|
1708
|
+
""" """
|
|
1709
|
+
|
|
465
1710
|
bl_region_type: typing.Any
|
|
1711
|
+
""" """
|
|
1712
|
+
|
|
466
1713
|
bl_rna: typing.Any
|
|
1714
|
+
""" """
|
|
1715
|
+
|
|
467
1716
|
bl_space_type: typing.Any
|
|
1717
|
+
""" """
|
|
1718
|
+
|
|
468
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
|
+
...
|
|
1795
|
+
|
|
1796
|
+
def keyframe_delete(self):
|
|
1797
|
+
""" """
|
|
1798
|
+
...
|
|
1799
|
+
|
|
1800
|
+
def keyframe_insert(self):
|
|
1801
|
+
""" """
|
|
1802
|
+
...
|
|
1803
|
+
|
|
1804
|
+
def keys(self):
|
|
1805
|
+
""" """
|
|
1806
|
+
...
|
|
1807
|
+
|
|
1808
|
+
def path_from_id(self):
|
|
1809
|
+
""" """
|
|
1810
|
+
...
|
|
1811
|
+
|
|
1812
|
+
def path_resolve(self):
|
|
1813
|
+
""" """
|
|
1814
|
+
...
|
|
1815
|
+
|
|
1816
|
+
def poll(self, context):
|
|
1817
|
+
"""
|
|
1818
|
+
|
|
1819
|
+
:param context:
|
|
1820
|
+
"""
|
|
1821
|
+
...
|
|
1822
|
+
|
|
1823
|
+
def pop(self):
|
|
1824
|
+
""" """
|
|
1825
|
+
...
|
|
1826
|
+
|
|
1827
|
+
def prepend(self, draw_func):
|
|
1828
|
+
"""
|
|
1829
|
+
|
|
1830
|
+
:param draw_func:
|
|
1831
|
+
"""
|
|
1832
|
+
...
|
|
1833
|
+
|
|
1834
|
+
def property_overridable_library_set(self):
|
|
1835
|
+
""" """
|
|
1836
|
+
...
|
|
1837
|
+
|
|
1838
|
+
def property_unset(self):
|
|
1839
|
+
""" """
|
|
1840
|
+
...
|
|
1841
|
+
|
|
1842
|
+
def remove(self, draw_func):
|
|
1843
|
+
"""
|
|
1844
|
+
|
|
1845
|
+
:param draw_func:
|
|
1846
|
+
"""
|
|
1847
|
+
...
|
|
1848
|
+
|
|
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
|
+
""" """
|
|
469
1859
|
|
|
470
|
-
def append(self, draw_func): ...
|
|
471
|
-
def as_pointer(self): ...
|
|
472
|
-
def bl_rna_get_subclass(self): ...
|
|
473
|
-
def bl_rna_get_subclass_py(self): ...
|
|
474
|
-
def draw(self, context): ...
|
|
475
|
-
def driver_add(self): ...
|
|
476
|
-
def driver_remove(self): ...
|
|
477
|
-
def get(self): ...
|
|
478
|
-
def id_properties_clear(self): ...
|
|
479
|
-
def id_properties_ensure(self): ...
|
|
480
|
-
def id_properties_ui(self): ...
|
|
481
|
-
def is_extended(self): ...
|
|
482
|
-
def is_property_hidden(self): ...
|
|
483
|
-
def is_property_overridable_library(self): ...
|
|
484
|
-
def is_property_readonly(self): ...
|
|
485
|
-
def is_property_set(self): ...
|
|
486
|
-
def items(self): ...
|
|
487
|
-
def keyframe_delete(self): ...
|
|
488
|
-
def keyframe_insert(self): ...
|
|
489
|
-
def keys(self): ...
|
|
490
|
-
def path_from_id(self): ...
|
|
491
|
-
def path_resolve(self): ...
|
|
492
|
-
def poll(self, context): ...
|
|
493
|
-
def pop(self): ...
|
|
494
|
-
def prepend(self, draw_func): ...
|
|
495
|
-
def property_overridable_library_set(self): ...
|
|
496
|
-
def property_unset(self): ...
|
|
497
|
-
def remove(self, draw_func): ...
|
|
498
|
-
def type_recast(self): ...
|
|
499
|
-
def values(self): ...
|
|
500
|
-
|
|
501
|
-
class PHYSICS_PT_cloth_self_collision(
|
|
502
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
503
|
-
):
|
|
504
1860
|
COMPAT_ENGINES: typing.Any
|
|
1861
|
+
""" """
|
|
1862
|
+
|
|
505
1863
|
bl_context: typing.Any
|
|
1864
|
+
""" """
|
|
1865
|
+
|
|
506
1866
|
bl_label: typing.Any
|
|
1867
|
+
""" """
|
|
1868
|
+
|
|
507
1869
|
bl_parent_id: typing.Any
|
|
1870
|
+
""" """
|
|
1871
|
+
|
|
508
1872
|
bl_region_type: typing.Any
|
|
1873
|
+
""" """
|
|
1874
|
+
|
|
509
1875
|
bl_rna: typing.Any
|
|
1876
|
+
""" """
|
|
1877
|
+
|
|
510
1878
|
bl_space_type: typing.Any
|
|
1879
|
+
""" """
|
|
1880
|
+
|
|
511
1881
|
id_data: typing.Any
|
|
1882
|
+
""" """
|
|
1883
|
+
|
|
1884
|
+
def append(self, draw_func):
|
|
1885
|
+
"""
|
|
1886
|
+
|
|
1887
|
+
:param draw_func:
|
|
1888
|
+
"""
|
|
1889
|
+
...
|
|
1890
|
+
|
|
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
|
+
|
|
1903
|
+
def draw(self, context):
|
|
1904
|
+
"""
|
|
1905
|
+
|
|
1906
|
+
:param context:
|
|
1907
|
+
"""
|
|
1908
|
+
...
|
|
1909
|
+
|
|
1910
|
+
def draw_header(self, context):
|
|
1911
|
+
"""
|
|
1912
|
+
|
|
1913
|
+
:param context:
|
|
1914
|
+
"""
|
|
1915
|
+
...
|
|
1916
|
+
|
|
1917
|
+
def driver_add(self):
|
|
1918
|
+
""" """
|
|
1919
|
+
...
|
|
1920
|
+
|
|
1921
|
+
def driver_remove(self):
|
|
1922
|
+
""" """
|
|
1923
|
+
...
|
|
1924
|
+
|
|
1925
|
+
def get(self):
|
|
1926
|
+
""" """
|
|
1927
|
+
...
|
|
1928
|
+
|
|
1929
|
+
def id_properties_clear(self):
|
|
1930
|
+
""" """
|
|
1931
|
+
...
|
|
1932
|
+
|
|
1933
|
+
def id_properties_ensure(self):
|
|
1934
|
+
""" """
|
|
1935
|
+
...
|
|
1936
|
+
|
|
1937
|
+
def id_properties_ui(self):
|
|
1938
|
+
""" """
|
|
1939
|
+
...
|
|
1940
|
+
|
|
1941
|
+
def is_extended(self):
|
|
1942
|
+
""" """
|
|
1943
|
+
...
|
|
1944
|
+
|
|
1945
|
+
def is_property_hidden(self):
|
|
1946
|
+
""" """
|
|
1947
|
+
...
|
|
1948
|
+
|
|
1949
|
+
def is_property_overridable_library(self):
|
|
1950
|
+
""" """
|
|
1951
|
+
...
|
|
1952
|
+
|
|
1953
|
+
def is_property_readonly(self):
|
|
1954
|
+
""" """
|
|
1955
|
+
...
|
|
1956
|
+
|
|
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
|
+
...
|
|
1984
|
+
|
|
1985
|
+
def poll(self, context):
|
|
1986
|
+
"""
|
|
1987
|
+
|
|
1988
|
+
:param context:
|
|
1989
|
+
"""
|
|
1990
|
+
...
|
|
1991
|
+
|
|
1992
|
+
def pop(self):
|
|
1993
|
+
""" """
|
|
1994
|
+
...
|
|
1995
|
+
|
|
1996
|
+
def prepend(self, draw_func):
|
|
1997
|
+
"""
|
|
1998
|
+
|
|
1999
|
+
:param draw_func:
|
|
2000
|
+
"""
|
|
2001
|
+
...
|
|
2002
|
+
|
|
2003
|
+
def property_overridable_library_set(self):
|
|
2004
|
+
""" """
|
|
2005
|
+
...
|
|
2006
|
+
|
|
2007
|
+
def property_unset(self):
|
|
2008
|
+
""" """
|
|
2009
|
+
...
|
|
2010
|
+
|
|
2011
|
+
def remove(self, draw_func):
|
|
2012
|
+
"""
|
|
2013
|
+
|
|
2014
|
+
:param draw_func:
|
|
2015
|
+
"""
|
|
2016
|
+
...
|
|
2017
|
+
|
|
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
|
+
""" """
|
|
512
2028
|
|
|
513
|
-
def append(self, draw_func): ...
|
|
514
|
-
def as_pointer(self): ...
|
|
515
|
-
def bl_rna_get_subclass(self): ...
|
|
516
|
-
def bl_rna_get_subclass_py(self): ...
|
|
517
|
-
def draw(self, context): ...
|
|
518
|
-
def draw_header(self, context): ...
|
|
519
|
-
def driver_add(self): ...
|
|
520
|
-
def driver_remove(self): ...
|
|
521
|
-
def get(self): ...
|
|
522
|
-
def id_properties_clear(self): ...
|
|
523
|
-
def id_properties_ensure(self): ...
|
|
524
|
-
def id_properties_ui(self): ...
|
|
525
|
-
def is_extended(self): ...
|
|
526
|
-
def is_property_hidden(self): ...
|
|
527
|
-
def is_property_overridable_library(self): ...
|
|
528
|
-
def is_property_readonly(self): ...
|
|
529
|
-
def is_property_set(self): ...
|
|
530
|
-
def items(self): ...
|
|
531
|
-
def keyframe_delete(self): ...
|
|
532
|
-
def keyframe_insert(self): ...
|
|
533
|
-
def keys(self): ...
|
|
534
|
-
def path_from_id(self): ...
|
|
535
|
-
def path_resolve(self): ...
|
|
536
|
-
def poll(self, context): ...
|
|
537
|
-
def pop(self): ...
|
|
538
|
-
def prepend(self, draw_func): ...
|
|
539
|
-
def property_overridable_library_set(self): ...
|
|
540
|
-
def property_unset(self): ...
|
|
541
|
-
def remove(self, draw_func): ...
|
|
542
|
-
def type_recast(self): ...
|
|
543
|
-
def values(self): ...
|
|
544
|
-
|
|
545
|
-
class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
546
2029
|
COMPAT_ENGINES: typing.Any
|
|
2030
|
+
""" """
|
|
2031
|
+
|
|
547
2032
|
bl_context: typing.Any
|
|
2033
|
+
""" """
|
|
2034
|
+
|
|
548
2035
|
bl_label: typing.Any
|
|
2036
|
+
""" """
|
|
2037
|
+
|
|
549
2038
|
bl_options: typing.Any
|
|
2039
|
+
""" """
|
|
2040
|
+
|
|
550
2041
|
bl_parent_id: typing.Any
|
|
2042
|
+
""" """
|
|
2043
|
+
|
|
551
2044
|
bl_region_type: typing.Any
|
|
2045
|
+
""" """
|
|
2046
|
+
|
|
552
2047
|
bl_rna: typing.Any
|
|
2048
|
+
""" """
|
|
2049
|
+
|
|
553
2050
|
bl_space_type: typing.Any
|
|
2051
|
+
""" """
|
|
2052
|
+
|
|
554
2053
|
id_data: typing.Any
|
|
2054
|
+
""" """
|
|
2055
|
+
|
|
2056
|
+
def append(self, draw_func):
|
|
2057
|
+
"""
|
|
2058
|
+
|
|
2059
|
+
:param draw_func:
|
|
2060
|
+
"""
|
|
2061
|
+
...
|
|
2062
|
+
|
|
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
|
+
|
|
2075
|
+
def draw(self, context):
|
|
2076
|
+
"""
|
|
2077
|
+
|
|
2078
|
+
:param context:
|
|
2079
|
+
"""
|
|
2080
|
+
...
|
|
2081
|
+
|
|
2082
|
+
def driver_add(self):
|
|
2083
|
+
""" """
|
|
2084
|
+
...
|
|
2085
|
+
|
|
2086
|
+
def driver_remove(self):
|
|
2087
|
+
""" """
|
|
2088
|
+
...
|
|
2089
|
+
|
|
2090
|
+
def get(self):
|
|
2091
|
+
""" """
|
|
2092
|
+
...
|
|
2093
|
+
|
|
2094
|
+
def id_properties_clear(self):
|
|
2095
|
+
""" """
|
|
2096
|
+
...
|
|
2097
|
+
|
|
2098
|
+
def id_properties_ensure(self):
|
|
2099
|
+
""" """
|
|
2100
|
+
...
|
|
2101
|
+
|
|
2102
|
+
def id_properties_ui(self):
|
|
2103
|
+
""" """
|
|
2104
|
+
...
|
|
2105
|
+
|
|
2106
|
+
def is_extended(self):
|
|
2107
|
+
""" """
|
|
2108
|
+
...
|
|
2109
|
+
|
|
2110
|
+
def is_property_hidden(self):
|
|
2111
|
+
""" """
|
|
2112
|
+
...
|
|
2113
|
+
|
|
2114
|
+
def is_property_overridable_library(self):
|
|
2115
|
+
""" """
|
|
2116
|
+
...
|
|
2117
|
+
|
|
2118
|
+
def is_property_readonly(self):
|
|
2119
|
+
""" """
|
|
2120
|
+
...
|
|
2121
|
+
|
|
2122
|
+
def is_property_set(self):
|
|
2123
|
+
""" """
|
|
2124
|
+
...
|
|
2125
|
+
|
|
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
|
+
...
|
|
2149
|
+
|
|
2150
|
+
def poll(self, context):
|
|
2151
|
+
"""
|
|
2152
|
+
|
|
2153
|
+
:param context:
|
|
2154
|
+
"""
|
|
2155
|
+
...
|
|
2156
|
+
|
|
2157
|
+
def pop(self):
|
|
2158
|
+
""" """
|
|
2159
|
+
...
|
|
2160
|
+
|
|
2161
|
+
def prepend(self, draw_func):
|
|
2162
|
+
"""
|
|
2163
|
+
|
|
2164
|
+
:param draw_func:
|
|
2165
|
+
"""
|
|
2166
|
+
...
|
|
2167
|
+
|
|
2168
|
+
def property_overridable_library_set(self):
|
|
2169
|
+
""" """
|
|
2170
|
+
...
|
|
2171
|
+
|
|
2172
|
+
def property_unset(self):
|
|
2173
|
+
""" """
|
|
2174
|
+
...
|
|
2175
|
+
|
|
2176
|
+
def remove(self, draw_func):
|
|
2177
|
+
"""
|
|
2178
|
+
|
|
2179
|
+
:param draw_func:
|
|
2180
|
+
"""
|
|
2181
|
+
...
|
|
2182
|
+
|
|
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
|
+
""" """
|
|
555
2193
|
|
|
556
|
-
def append(self, draw_func): ...
|
|
557
|
-
def as_pointer(self): ...
|
|
558
|
-
def bl_rna_get_subclass(self): ...
|
|
559
|
-
def bl_rna_get_subclass_py(self): ...
|
|
560
|
-
def draw(self, context): ...
|
|
561
|
-
def driver_add(self): ...
|
|
562
|
-
def driver_remove(self): ...
|
|
563
|
-
def get(self): ...
|
|
564
|
-
def id_properties_clear(self): ...
|
|
565
|
-
def id_properties_ensure(self): ...
|
|
566
|
-
def id_properties_ui(self): ...
|
|
567
|
-
def is_extended(self): ...
|
|
568
|
-
def is_property_hidden(self): ...
|
|
569
|
-
def is_property_overridable_library(self): ...
|
|
570
|
-
def is_property_readonly(self): ...
|
|
571
|
-
def is_property_set(self): ...
|
|
572
|
-
def items(self): ...
|
|
573
|
-
def keyframe_delete(self): ...
|
|
574
|
-
def keyframe_insert(self): ...
|
|
575
|
-
def keys(self): ...
|
|
576
|
-
def path_from_id(self): ...
|
|
577
|
-
def path_resolve(self): ...
|
|
578
|
-
def poll(self, context): ...
|
|
579
|
-
def pop(self): ...
|
|
580
|
-
def prepend(self, draw_func): ...
|
|
581
|
-
def property_overridable_library_set(self): ...
|
|
582
|
-
def property_unset(self): ...
|
|
583
|
-
def remove(self, draw_func): ...
|
|
584
|
-
def type_recast(self): ...
|
|
585
|
-
def values(self): ...
|
|
586
|
-
|
|
587
|
-
class PHYSICS_PT_cloth_stiffness(
|
|
588
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
589
|
-
):
|
|
590
2194
|
COMPAT_ENGINES: typing.Any
|
|
2195
|
+
""" """
|
|
2196
|
+
|
|
591
2197
|
bl_context: typing.Any
|
|
2198
|
+
""" """
|
|
2199
|
+
|
|
592
2200
|
bl_label: typing.Any
|
|
2201
|
+
""" """
|
|
2202
|
+
|
|
593
2203
|
bl_parent_id: typing.Any
|
|
2204
|
+
""" """
|
|
2205
|
+
|
|
594
2206
|
bl_region_type: typing.Any
|
|
2207
|
+
""" """
|
|
2208
|
+
|
|
595
2209
|
bl_rna: typing.Any
|
|
2210
|
+
""" """
|
|
2211
|
+
|
|
596
2212
|
bl_space_type: typing.Any
|
|
2213
|
+
""" """
|
|
2214
|
+
|
|
597
2215
|
id_data: typing.Any
|
|
2216
|
+
""" """
|
|
2217
|
+
|
|
2218
|
+
def append(self, draw_func):
|
|
2219
|
+
"""
|
|
2220
|
+
|
|
2221
|
+
:param draw_func:
|
|
2222
|
+
"""
|
|
2223
|
+
...
|
|
2224
|
+
|
|
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
|
+
|
|
2237
|
+
def draw(self, context):
|
|
2238
|
+
"""
|
|
2239
|
+
|
|
2240
|
+
:param context:
|
|
2241
|
+
"""
|
|
2242
|
+
...
|
|
2243
|
+
|
|
2244
|
+
def driver_add(self):
|
|
2245
|
+
""" """
|
|
2246
|
+
...
|
|
2247
|
+
|
|
2248
|
+
def driver_remove(self):
|
|
2249
|
+
""" """
|
|
2250
|
+
...
|
|
2251
|
+
|
|
2252
|
+
def get(self):
|
|
2253
|
+
""" """
|
|
2254
|
+
...
|
|
2255
|
+
|
|
2256
|
+
def id_properties_clear(self):
|
|
2257
|
+
""" """
|
|
2258
|
+
...
|
|
2259
|
+
|
|
2260
|
+
def id_properties_ensure(self):
|
|
2261
|
+
""" """
|
|
2262
|
+
...
|
|
2263
|
+
|
|
2264
|
+
def id_properties_ui(self):
|
|
2265
|
+
""" """
|
|
2266
|
+
...
|
|
2267
|
+
|
|
2268
|
+
def is_extended(self):
|
|
2269
|
+
""" """
|
|
2270
|
+
...
|
|
2271
|
+
|
|
2272
|
+
def is_property_hidden(self):
|
|
2273
|
+
""" """
|
|
2274
|
+
...
|
|
2275
|
+
|
|
2276
|
+
def is_property_overridable_library(self):
|
|
2277
|
+
""" """
|
|
2278
|
+
...
|
|
2279
|
+
|
|
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
|
+
...
|
|
2311
|
+
|
|
2312
|
+
def poll(self, context):
|
|
2313
|
+
"""
|
|
2314
|
+
|
|
2315
|
+
:param context:
|
|
2316
|
+
"""
|
|
2317
|
+
...
|
|
2318
|
+
|
|
2319
|
+
def pop(self):
|
|
2320
|
+
""" """
|
|
2321
|
+
...
|
|
2322
|
+
|
|
2323
|
+
def prepend(self, draw_func):
|
|
2324
|
+
"""
|
|
2325
|
+
|
|
2326
|
+
:param draw_func:
|
|
2327
|
+
"""
|
|
2328
|
+
...
|
|
2329
|
+
|
|
2330
|
+
def property_overridable_library_set(self):
|
|
2331
|
+
""" """
|
|
2332
|
+
...
|
|
2333
|
+
|
|
2334
|
+
def property_unset(self):
|
|
2335
|
+
""" """
|
|
2336
|
+
...
|
|
2337
|
+
|
|
2338
|
+
def remove(self, draw_func):
|
|
2339
|
+
"""
|
|
2340
|
+
|
|
2341
|
+
:param draw_func:
|
|
2342
|
+
"""
|
|
2343
|
+
...
|
|
2344
|
+
|
|
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
|
+
""" """
|
|
598
2374
|
|
|
599
|
-
|
|
600
|
-
def as_pointer(self): ...
|
|
601
|
-
def bl_rna_get_subclass(self): ...
|
|
602
|
-
def bl_rna_get_subclass_py(self): ...
|
|
603
|
-
def draw(self, context): ...
|
|
604
|
-
def driver_add(self): ...
|
|
605
|
-
def driver_remove(self): ...
|
|
606
|
-
def get(self): ...
|
|
607
|
-
def id_properties_clear(self): ...
|
|
608
|
-
def id_properties_ensure(self): ...
|
|
609
|
-
def id_properties_ui(self): ...
|
|
610
|
-
def is_extended(self): ...
|
|
611
|
-
def is_property_hidden(self): ...
|
|
612
|
-
def is_property_overridable_library(self): ...
|
|
613
|
-
def is_property_readonly(self): ...
|
|
614
|
-
def is_property_set(self): ...
|
|
615
|
-
def items(self): ...
|
|
616
|
-
def keyframe_delete(self): ...
|
|
617
|
-
def keyframe_insert(self): ...
|
|
618
|
-
def keys(self): ...
|
|
619
|
-
def path_from_id(self): ...
|
|
620
|
-
def path_resolve(self): ...
|
|
621
|
-
def poll(self, context): ...
|
|
622
|
-
def pop(self): ...
|
|
623
|
-
def prepend(self, draw_func): ...
|
|
624
|
-
def property_overridable_library_set(self): ...
|
|
625
|
-
def property_unset(self): ...
|
|
626
|
-
def remove(self, draw_func): ...
|
|
627
|
-
def type_recast(self): ...
|
|
628
|
-
def values(self): ...
|
|
629
|
-
|
|
630
|
-
def cloth_panel_enabled(md): ...
|
|
2375
|
+
...
|