fake-bpy-module 20240224__py3-none-any.whl → 20240326__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +36 -6
- aud/__init__.pyi +132 -125
- bgl/__init__.pyi +2545 -546
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +24 -2
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +53 -6
- bl_i18n_utils/utils/__init__.pyi +332 -44
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +171 -37
- bl_operators/anim/__init__.pyi +1065 -226
- bl_operators/assets/__init__.pyi +427 -92
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1342 -287
- bl_operators/console/__init__.pyi +647 -140
- bl_operators/constraint/__init__.pyi +524 -112
- bl_operators/file/__init__.pyi +396 -84
- bl_operators/freestyle/__init__.pyi +532 -113
- bl_operators/geometry_nodes/__init__.pyi +2412 -596
- bl_operators/image/__init__.pyi +380 -82
- bl_operators/mesh/__init__.pyi +401 -85
- bl_operators/node/__init__.pyi +1756 -384
- bl_operators/object/__init__.pyi +2022 -552
- bl_operators/object_align/__init__.pyi +145 -31
- bl_operators/object_quick_effects/__init__.pyi +555 -124
- bl_operators/object_randomize_transform/__init__.pyi +136 -32
- bl_operators/presets/__init__.pyi +3516 -708
- bl_operators/rigidbody/__init__.pyi +401 -85
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -29
- bl_operators/sequencer/__init__.pyi +731 -149
- bl_operators/spreadsheet/__init__.pyi +145 -30
- bl_operators/userpref/__init__.pyi +3416 -824
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -32
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -34
- bl_operators/uvcalc_transform/__init__.pyi +344 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -30
- bl_operators/view3d/__init__.pyi +697 -146
- bl_operators/wm/__init__.pyi +6287 -1533
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +504 -106
- bl_ui/anim/__init__.pyi +164 -33
- bl_ui/asset_shelf/__init__.pyi +146 -31
- bl_ui/generic_ui_list/__init__.pyi +471 -99
- bl_ui/node_add_menu/__init__.pyi +196 -40
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -621
- bl_ui/node_add_menu_geometry/__init__.pyi +8060 -1625
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -348
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -305
- bl_ui/properties_animviz/__init__.pyi +32 -2
- bl_ui/properties_collection/__init__.pyi +787 -179
- bl_ui/properties_constraint/__init__.pyi +28635 -5523
- bl_ui/properties_data_armature/__init__.pyi +1905 -448
- bl_ui/properties_data_bone/__init__.pyi +1560 -336
- bl_ui/properties_data_camera/__init__.pyi +2269 -494
- bl_ui/properties_data_curve/__init__.pyi +2362 -534
- bl_ui/properties_data_curves/__init__.pyi +951 -203
- bl_ui/properties_data_empty/__init__.pyi +317 -69
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -734
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -188
- bl_ui/properties_data_lattice/__init__.pyi +472 -104
- bl_ui/properties_data_light/__init__.pyi +1570 -337
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -208
- bl_ui/properties_data_mesh/__init__.pyi +3205 -767
- bl_ui/properties_data_metaball/__init__.pyi +774 -170
- bl_ui/properties_data_modifier/__init__.pyi +1554 -328
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -194
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -34
- bl_ui/properties_data_speaker/__init__.pyi +782 -168
- bl_ui/properties_data_volume/__init__.pyi +1243 -281
- bl_ui/properties_freestyle/__init__.pyi +4071 -1030
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -483
- bl_ui/properties_mask_common/__init__.pyi +1256 -249
- bl_ui/properties_material/__init__.pyi +2351 -542
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -365
- bl_ui/properties_object/__init__.pyi +2179 -512
- bl_ui/properties_output/__init__.pyi +2956 -705
- bl_ui/properties_paint_common/__init__.pyi +947 -140
- bl_ui/properties_particle/__init__.pyi +8322 -1970
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -508
- bl_ui/properties_physics_common/__init__.pyi +200 -44
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -965
- bl_ui/properties_physics_field/__init__.pyi +1695 -364
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1280
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -32
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -278
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -483
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -542
- bl_ui/properties_render/__init__.pyi +8312 -1933
- bl_ui/properties_scene/__init__.pyi +2211 -539
- bl_ui/properties_texture/__init__.pyi +4185 -1013
- bl_ui/properties_view_layer/__init__.pyi +2803 -664
- bl_ui/properties_workspace/__init__.pyi +626 -148
- bl_ui/properties_world/__init__.pyi +1092 -234
- bl_ui/space_clip/__init__.pyi +11475 -2805
- bl_ui/space_console/__init__.pyi +967 -202
- bl_ui/space_dopesheet/__init__.pyi +4260 -966
- bl_ui/space_filebrowser/__init__.pyi +4852 -1187
- bl_ui/space_graph/__init__.pyi +3251 -702
- bl_ui/space_image/__init__.pyi +12219 -2968
- bl_ui/space_info/__init__.pyi +964 -200
- bl_ui/space_nla/__init__.pyi +2756 -584
- bl_ui/space_node/__init__.pyi +5661 -1265
- bl_ui/space_outliner/__init__.pyi +2294 -478
- bl_ui/space_properties/__init__.pyi +417 -92
- bl_ui/space_sequencer/__init__.pyi +12436 -3009
- bl_ui/space_spreadsheet/__init__.pyi +184 -36
- bl_ui/space_statusbar/__init__.pyi +135 -30
- bl_ui/space_text/__init__.pyi +2556 -542
- bl_ui/space_time/__init__.pyi +1151 -243
- bl_ui/space_toolsystem_common/__init__.pyi +368 -66
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -228
- bl_ui/space_topbar/__init__.pyi +4214 -887
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +43701 -10599
- bl_ui/space_view3d_toolbar/__init__.pyi +16380 -3860
- bl_ui/utils/__init__.pyi +42 -4
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +268 -262
- bmesh/utils/__init__.pyi +55 -55
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +350 -305
- bpy/ops/anim/__init__.pyi +464 -426
- bpy/ops/armature/__init__.pyi +392 -360
- bpy/ops/asset/__init__.pyi +166 -129
- bpy/ops/boid/__init__.pyi +64 -37
- bpy/ops/brush/__init__.pyi +78 -72
- bpy/ops/buttons/__init__.pyi +136 -122
- bpy/ops/cachefile/__init__.pyi +128 -123
- bpy/ops/camera/__init__.pyi +22 -24
- bpy/ops/clip/__init__.pyi +844 -735
- bpy/ops/cloth/__init__.pyi +10 -11
- bpy/ops/collection/__init__.pyi +38 -38
- bpy/ops/console/__init__.pyi +170 -141
- bpy/ops/constraint/__init__.pyi +156 -159
- bpy/ops/curve/__init__.pyi +518 -461
- bpy/ops/curves/__init__.pyi +188 -159
- bpy/ops/cycles/__init__.pyi +20 -18
- bpy/ops/dpaint/__init__.pyi +40 -30
- bpy/ops/ed/__init__.pyi +136 -107
- bpy/ops/export_anim/__init__.pyi +18 -19
- bpy/ops/export_mesh/__init__.pyi +26 -27
- bpy/ops/export_scene/__init__.pyi +313 -334
- bpy/ops/file/__init__.pyi +394 -304
- bpy/ops/fluid/__init__.pyi +114 -63
- bpy/ops/font/__init__.pyi +272 -245
- bpy/ops/geometry/__init__.pyi +92 -87
- bpy/ops/gizmogroup/__init__.pyi +24 -21
- bpy/ops/gpencil/__init__.pyi +1530 -1476
- bpy/ops/graph/__init__.pyi +680 -659
- bpy/ops/grease_pencil/__init__.pyi +510 -390
- bpy/ops/image/__init__.pyi +650 -603
- bpy/ops/import_anim/__init__.pyi +26 -27
- bpy/ops/import_curve/__init__.pyi +6 -7
- bpy/ops/import_mesh/__init__.pyi +18 -21
- bpy/ops/import_scene/__init__.pyi +86 -95
- bpy/ops/info/__init__.pyi +68 -55
- bpy/ops/lattice/__init__.pyi +70 -63
- bpy/ops/marker/__init__.pyi +110 -111
- bpy/ops/mask/__init__.pyi +352 -308
- bpy/ops/material/__init__.pyi +24 -12
- bpy/ops/mball/__init__.pyi +72 -75
- bpy/ops/mesh/__init__.pyi +2052 -2088
- bpy/ops/nla/__init__.pyi +369 -313
- bpy/ops/node/__init__.pyi +944 -805
- bpy/ops/object/__init__.pyi +2662 -2461
- bpy/ops/outliner/__init__.pyi +582 -431
- bpy/ops/paint/__init__.pyi +605 -516
- bpy/ops/paintcurve/__init__.pyi +72 -60
- bpy/ops/palette/__init__.pyi +54 -46
- bpy/ops/particle/__init__.pyi +302 -245
- bpy/ops/pose/__init__.pyi +366 -330
- bpy/ops/poselib/__init__.pyi +78 -64
- bpy/ops/preferences/__init__.pyi +361 -341
- bpy/ops/ptcache/__init__.pyi +56 -38
- bpy/ops/render/__init__.pyi +120 -117
- bpy/ops/rigidbody/__init__.pyi +114 -97
- bpy/ops/scene/__init__.pyi +302 -240
- bpy/ops/screen/__init__.pyi +414 -363
- bpy/ops/script/__init__.pyi +20 -18
- bpy/ops/sculpt/__init__.pyi +414 -452
- bpy/ops/sculpt_curves/__init__.pyi +42 -43
- bpy/ops/sequencer/__init__.pyi +1094 -1053
- bpy/ops/sound/__init__.pyi +214 -206
- bpy/ops/spreadsheet/__init__.pyi +34 -28
- bpy/ops/surface/__init__.pyi +108 -114
- bpy/ops/text/__init__.pyi +432 -350
- bpy/ops/text_editor/__init__.pyi +10 -11
- bpy/ops/texture/__init__.pyi +32 -21
- bpy/ops/transform/__init__.pyi +801 -854
- bpy/ops/ui/__init__.pyi +254 -185
- bpy/ops/uilist/__init__.pyi +20 -23
- bpy/ops/uv/__init__.pyi +618 -626
- bpy/ops/view2d/__init__.pyi +162 -161
- bpy/ops/view3d/__init__.pyi +669 -658
- bpy/ops/wm/__init__.pyi +2433 -2415
- bpy/ops/workspace/__init__.pyi +54 -31
- bpy/ops/world/__init__.pyi +8 -4
- bpy/path/__init__.pyi +111 -68
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86789 -85719
- bpy/utils/__init__.pyi +265 -123
- bpy/utils/previews/__init__.pyi +103 -17
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/__init__.pyi +0 -4
- bpy_extras/anim_utils/__init__.pyi +11 -46
- bpy_extras/asset_utils/__init__.pyi +3 -12
- bpy_extras/id_map_utils/__init__.pyi +0 -2
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -3
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3873 -997
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +465 -472
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +28 -18
- gpu/capabilities/__init__.pyi +27 -19
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +27 -5
- gpu_extras/presets/__init__.pyi +52 -14
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +3149 -701
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +502 -427
- mathutils/bvhtree/__init__.pyi +28 -32
- mathutils/geometry/__init__.pyi +177 -186
- mathutils/kdtree/__init__.pyi +16 -18
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +50 -10
- nodeitems_utils/__init__.pyi +58 -10
- rna_info/__init__.pyi +230 -26
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +69 -12
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- bpy_extras/bmesh_utils/__init__.pyi +0 -6
- bpy_extras/extensions/__init__.pyi +0 -4
- bpy_extras/extensions/junction_module/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -131
- bpy_extras/wm_utils/__init__.pyi +0 -4
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -29
- fake_bpy_module-20240224.dist-info/RECORD +0 -349
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -3,456 +3,1787 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
7
|
-
|
|
8
|
-
bl_region_type: typing.Any
|
|
9
|
-
bl_space_type: typing.Any
|
|
6
|
+
class PHYSICS_PT_collision(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
10
8
|
|
|
11
|
-
def poll_collision(self, context): ...
|
|
12
|
-
def poll_force_field(self, context): ...
|
|
13
|
-
|
|
14
|
-
class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
15
9
|
COMPAT_ENGINES: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
16
12
|
bl_context: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
17
15
|
bl_label: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
18
|
bl_region_type: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
19
21
|
bl_rna: typing.Any
|
|
22
|
+
""" """
|
|
23
|
+
|
|
20
24
|
bl_space_type: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
21
27
|
id_data: typing.Any
|
|
28
|
+
""" """
|
|
29
|
+
|
|
30
|
+
def append(self, draw_func):
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
:param draw_func:
|
|
34
|
+
"""
|
|
35
|
+
...
|
|
36
|
+
|
|
37
|
+
def as_pointer(self):
|
|
38
|
+
""" """
|
|
39
|
+
...
|
|
40
|
+
|
|
41
|
+
def bl_rna_get_subclass(self):
|
|
42
|
+
""" """
|
|
43
|
+
...
|
|
44
|
+
|
|
45
|
+
def bl_rna_get_subclass_py(self):
|
|
46
|
+
""" """
|
|
47
|
+
...
|
|
48
|
+
|
|
49
|
+
def draw(self, context):
|
|
50
|
+
"""
|
|
51
|
+
|
|
52
|
+
:param context:
|
|
53
|
+
"""
|
|
54
|
+
...
|
|
55
|
+
|
|
56
|
+
def driver_add(self):
|
|
57
|
+
""" """
|
|
58
|
+
...
|
|
59
|
+
|
|
60
|
+
def driver_remove(self):
|
|
61
|
+
""" """
|
|
62
|
+
...
|
|
63
|
+
|
|
64
|
+
def get(self):
|
|
65
|
+
""" """
|
|
66
|
+
...
|
|
67
|
+
|
|
68
|
+
def id_properties_clear(self):
|
|
69
|
+
""" """
|
|
70
|
+
...
|
|
71
|
+
|
|
72
|
+
def id_properties_ensure(self):
|
|
73
|
+
""" """
|
|
74
|
+
...
|
|
75
|
+
|
|
76
|
+
def id_properties_ui(self):
|
|
77
|
+
""" """
|
|
78
|
+
...
|
|
79
|
+
|
|
80
|
+
def is_extended(self):
|
|
81
|
+
""" """
|
|
82
|
+
...
|
|
83
|
+
|
|
84
|
+
def is_property_hidden(self):
|
|
85
|
+
""" """
|
|
86
|
+
...
|
|
87
|
+
|
|
88
|
+
def is_property_overridable_library(self):
|
|
89
|
+
""" """
|
|
90
|
+
...
|
|
91
|
+
|
|
92
|
+
def is_property_readonly(self):
|
|
93
|
+
""" """
|
|
94
|
+
...
|
|
95
|
+
|
|
96
|
+
def is_property_set(self):
|
|
97
|
+
""" """
|
|
98
|
+
...
|
|
99
|
+
|
|
100
|
+
def items(self):
|
|
101
|
+
""" """
|
|
102
|
+
...
|
|
103
|
+
|
|
104
|
+
def keyframe_delete(self):
|
|
105
|
+
""" """
|
|
106
|
+
...
|
|
107
|
+
|
|
108
|
+
def keyframe_insert(self):
|
|
109
|
+
""" """
|
|
110
|
+
...
|
|
111
|
+
|
|
112
|
+
def keys(self):
|
|
113
|
+
""" """
|
|
114
|
+
...
|
|
115
|
+
|
|
116
|
+
def path_from_id(self):
|
|
117
|
+
""" """
|
|
118
|
+
...
|
|
119
|
+
|
|
120
|
+
def path_resolve(self):
|
|
121
|
+
""" """
|
|
122
|
+
...
|
|
123
|
+
|
|
124
|
+
def poll(self, context):
|
|
125
|
+
"""
|
|
126
|
+
|
|
127
|
+
:param context:
|
|
128
|
+
"""
|
|
129
|
+
...
|
|
130
|
+
|
|
131
|
+
def poll_collision(self, context):
|
|
132
|
+
"""
|
|
133
|
+
|
|
134
|
+
:param context:
|
|
135
|
+
"""
|
|
136
|
+
...
|
|
137
|
+
|
|
138
|
+
def poll_force_field(self, context):
|
|
139
|
+
"""
|
|
140
|
+
|
|
141
|
+
:param context:
|
|
142
|
+
"""
|
|
143
|
+
...
|
|
144
|
+
|
|
145
|
+
def pop(self):
|
|
146
|
+
""" """
|
|
147
|
+
...
|
|
148
|
+
|
|
149
|
+
def prepend(self, draw_func):
|
|
150
|
+
"""
|
|
151
|
+
|
|
152
|
+
:param draw_func:
|
|
153
|
+
"""
|
|
154
|
+
...
|
|
155
|
+
|
|
156
|
+
def property_overridable_library_set(self):
|
|
157
|
+
""" """
|
|
158
|
+
...
|
|
159
|
+
|
|
160
|
+
def property_unset(self):
|
|
161
|
+
""" """
|
|
162
|
+
...
|
|
163
|
+
|
|
164
|
+
def remove(self, draw_func):
|
|
165
|
+
"""
|
|
166
|
+
|
|
167
|
+
:param draw_func:
|
|
168
|
+
"""
|
|
169
|
+
...
|
|
170
|
+
|
|
171
|
+
def type_recast(self):
|
|
172
|
+
""" """
|
|
173
|
+
...
|
|
174
|
+
|
|
175
|
+
def values(self):
|
|
176
|
+
""" """
|
|
177
|
+
...
|
|
178
|
+
|
|
179
|
+
class PHYSICS_PT_collision_particle(bpy_types._GenericUI):
|
|
180
|
+
""" """
|
|
22
181
|
|
|
23
|
-
def append(self, draw_func): ...
|
|
24
|
-
def as_pointer(self): ...
|
|
25
|
-
def bl_rna_get_subclass(self): ...
|
|
26
|
-
def bl_rna_get_subclass_py(self): ...
|
|
27
|
-
def draw(self, context): ...
|
|
28
|
-
def driver_add(self): ...
|
|
29
|
-
def driver_remove(self): ...
|
|
30
|
-
def get(self): ...
|
|
31
|
-
def id_properties_clear(self): ...
|
|
32
|
-
def id_properties_ensure(self): ...
|
|
33
|
-
def id_properties_ui(self): ...
|
|
34
|
-
def is_extended(self): ...
|
|
35
|
-
def is_property_hidden(self): ...
|
|
36
|
-
def is_property_overridable_library(self): ...
|
|
37
|
-
def is_property_readonly(self): ...
|
|
38
|
-
def is_property_set(self): ...
|
|
39
|
-
def items(self): ...
|
|
40
|
-
def keyframe_delete(self): ...
|
|
41
|
-
def keyframe_insert(self): ...
|
|
42
|
-
def keys(self): ...
|
|
43
|
-
def path_from_id(self): ...
|
|
44
|
-
def path_resolve(self): ...
|
|
45
|
-
def poll(self, context): ...
|
|
46
|
-
def poll_collision(self, context): ...
|
|
47
|
-
def poll_force_field(self, context): ...
|
|
48
|
-
def pop(self): ...
|
|
49
|
-
def prepend(self, draw_func): ...
|
|
50
|
-
def property_overridable_library_set(self): ...
|
|
51
|
-
def property_unset(self): ...
|
|
52
|
-
def remove(self, draw_func): ...
|
|
53
|
-
def type_recast(self): ...
|
|
54
|
-
def values(self): ...
|
|
55
|
-
|
|
56
|
-
class PHYSICS_PT_collision_particle(
|
|
57
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
58
|
-
):
|
|
59
182
|
COMPAT_ENGINES: typing.Any
|
|
183
|
+
""" """
|
|
184
|
+
|
|
60
185
|
bl_context: typing.Any
|
|
186
|
+
""" """
|
|
187
|
+
|
|
61
188
|
bl_label: typing.Any
|
|
189
|
+
""" """
|
|
190
|
+
|
|
62
191
|
bl_parent_id: typing.Any
|
|
192
|
+
""" """
|
|
193
|
+
|
|
63
194
|
bl_region_type: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
64
197
|
bl_rna: typing.Any
|
|
198
|
+
""" """
|
|
199
|
+
|
|
65
200
|
bl_space_type: typing.Any
|
|
201
|
+
""" """
|
|
202
|
+
|
|
66
203
|
id_data: typing.Any
|
|
204
|
+
""" """
|
|
205
|
+
|
|
206
|
+
def append(self, draw_func):
|
|
207
|
+
"""
|
|
208
|
+
|
|
209
|
+
:param draw_func:
|
|
210
|
+
"""
|
|
211
|
+
...
|
|
212
|
+
|
|
213
|
+
def as_pointer(self):
|
|
214
|
+
""" """
|
|
215
|
+
...
|
|
216
|
+
|
|
217
|
+
def bl_rna_get_subclass(self):
|
|
218
|
+
""" """
|
|
219
|
+
...
|
|
220
|
+
|
|
221
|
+
def bl_rna_get_subclass_py(self):
|
|
222
|
+
""" """
|
|
223
|
+
...
|
|
224
|
+
|
|
225
|
+
def draw(self, context):
|
|
226
|
+
"""
|
|
227
|
+
|
|
228
|
+
:param context:
|
|
229
|
+
"""
|
|
230
|
+
...
|
|
231
|
+
|
|
232
|
+
def driver_add(self):
|
|
233
|
+
""" """
|
|
234
|
+
...
|
|
235
|
+
|
|
236
|
+
def driver_remove(self):
|
|
237
|
+
""" """
|
|
238
|
+
...
|
|
239
|
+
|
|
240
|
+
def get(self):
|
|
241
|
+
""" """
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
def id_properties_clear(self):
|
|
245
|
+
""" """
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
def id_properties_ensure(self):
|
|
249
|
+
""" """
|
|
250
|
+
...
|
|
251
|
+
|
|
252
|
+
def id_properties_ui(self):
|
|
253
|
+
""" """
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
def is_extended(self):
|
|
257
|
+
""" """
|
|
258
|
+
...
|
|
259
|
+
|
|
260
|
+
def is_property_hidden(self):
|
|
261
|
+
""" """
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
def is_property_overridable_library(self):
|
|
265
|
+
""" """
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def is_property_readonly(self):
|
|
269
|
+
""" """
|
|
270
|
+
...
|
|
271
|
+
|
|
272
|
+
def is_property_set(self):
|
|
273
|
+
""" """
|
|
274
|
+
...
|
|
275
|
+
|
|
276
|
+
def items(self):
|
|
277
|
+
""" """
|
|
278
|
+
...
|
|
279
|
+
|
|
280
|
+
def keyframe_delete(self):
|
|
281
|
+
""" """
|
|
282
|
+
...
|
|
283
|
+
|
|
284
|
+
def keyframe_insert(self):
|
|
285
|
+
""" """
|
|
286
|
+
...
|
|
287
|
+
|
|
288
|
+
def keys(self):
|
|
289
|
+
""" """
|
|
290
|
+
...
|
|
291
|
+
|
|
292
|
+
def path_from_id(self):
|
|
293
|
+
""" """
|
|
294
|
+
...
|
|
295
|
+
|
|
296
|
+
def path_resolve(self):
|
|
297
|
+
""" """
|
|
298
|
+
...
|
|
299
|
+
|
|
300
|
+
def poll(self, context):
|
|
301
|
+
"""
|
|
302
|
+
|
|
303
|
+
:param context:
|
|
304
|
+
"""
|
|
305
|
+
...
|
|
306
|
+
|
|
307
|
+
def poll_collision(self, context):
|
|
308
|
+
"""
|
|
309
|
+
|
|
310
|
+
:param context:
|
|
311
|
+
"""
|
|
312
|
+
...
|
|
313
|
+
|
|
314
|
+
def poll_force_field(self, context):
|
|
315
|
+
"""
|
|
316
|
+
|
|
317
|
+
:param context:
|
|
318
|
+
"""
|
|
319
|
+
...
|
|
320
|
+
|
|
321
|
+
def pop(self):
|
|
322
|
+
""" """
|
|
323
|
+
...
|
|
324
|
+
|
|
325
|
+
def prepend(self, draw_func):
|
|
326
|
+
"""
|
|
327
|
+
|
|
328
|
+
:param draw_func:
|
|
329
|
+
"""
|
|
330
|
+
...
|
|
331
|
+
|
|
332
|
+
def property_overridable_library_set(self):
|
|
333
|
+
""" """
|
|
334
|
+
...
|
|
335
|
+
|
|
336
|
+
def property_unset(self):
|
|
337
|
+
""" """
|
|
338
|
+
...
|
|
339
|
+
|
|
340
|
+
def remove(self, draw_func):
|
|
341
|
+
"""
|
|
342
|
+
|
|
343
|
+
:param draw_func:
|
|
344
|
+
"""
|
|
345
|
+
...
|
|
346
|
+
|
|
347
|
+
def type_recast(self):
|
|
348
|
+
""" """
|
|
349
|
+
...
|
|
350
|
+
|
|
351
|
+
def values(self):
|
|
352
|
+
""" """
|
|
353
|
+
...
|
|
354
|
+
|
|
355
|
+
class PHYSICS_PT_collision_softbody(bpy_types._GenericUI):
|
|
356
|
+
""" """
|
|
67
357
|
|
|
68
|
-
def append(self, draw_func): ...
|
|
69
|
-
def as_pointer(self): ...
|
|
70
|
-
def bl_rna_get_subclass(self): ...
|
|
71
|
-
def bl_rna_get_subclass_py(self): ...
|
|
72
|
-
def draw(self, context): ...
|
|
73
|
-
def driver_add(self): ...
|
|
74
|
-
def driver_remove(self): ...
|
|
75
|
-
def get(self): ...
|
|
76
|
-
def id_properties_clear(self): ...
|
|
77
|
-
def id_properties_ensure(self): ...
|
|
78
|
-
def id_properties_ui(self): ...
|
|
79
|
-
def is_extended(self): ...
|
|
80
|
-
def is_property_hidden(self): ...
|
|
81
|
-
def is_property_overridable_library(self): ...
|
|
82
|
-
def is_property_readonly(self): ...
|
|
83
|
-
def is_property_set(self): ...
|
|
84
|
-
def items(self): ...
|
|
85
|
-
def keyframe_delete(self): ...
|
|
86
|
-
def keyframe_insert(self): ...
|
|
87
|
-
def keys(self): ...
|
|
88
|
-
def path_from_id(self): ...
|
|
89
|
-
def path_resolve(self): ...
|
|
90
|
-
def poll(self, context): ...
|
|
91
|
-
def poll_collision(self, context): ...
|
|
92
|
-
def poll_force_field(self, context): ...
|
|
93
|
-
def pop(self): ...
|
|
94
|
-
def prepend(self, draw_func): ...
|
|
95
|
-
def property_overridable_library_set(self): ...
|
|
96
|
-
def property_unset(self): ...
|
|
97
|
-
def remove(self, draw_func): ...
|
|
98
|
-
def type_recast(self): ...
|
|
99
|
-
def values(self): ...
|
|
100
|
-
|
|
101
|
-
class PHYSICS_PT_collision_softbody(
|
|
102
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
103
|
-
):
|
|
104
358
|
COMPAT_ENGINES: typing.Any
|
|
359
|
+
""" """
|
|
360
|
+
|
|
105
361
|
bl_context: typing.Any
|
|
362
|
+
""" """
|
|
363
|
+
|
|
106
364
|
bl_label: typing.Any
|
|
365
|
+
""" """
|
|
366
|
+
|
|
107
367
|
bl_parent_id: typing.Any
|
|
368
|
+
""" """
|
|
369
|
+
|
|
108
370
|
bl_region_type: typing.Any
|
|
371
|
+
""" """
|
|
372
|
+
|
|
109
373
|
bl_rna: typing.Any
|
|
374
|
+
""" """
|
|
375
|
+
|
|
110
376
|
bl_space_type: typing.Any
|
|
377
|
+
""" """
|
|
378
|
+
|
|
111
379
|
id_data: typing.Any
|
|
380
|
+
""" """
|
|
381
|
+
|
|
382
|
+
def append(self, draw_func):
|
|
383
|
+
"""
|
|
384
|
+
|
|
385
|
+
:param draw_func:
|
|
386
|
+
"""
|
|
387
|
+
...
|
|
388
|
+
|
|
389
|
+
def as_pointer(self):
|
|
390
|
+
""" """
|
|
391
|
+
...
|
|
392
|
+
|
|
393
|
+
def bl_rna_get_subclass(self):
|
|
394
|
+
""" """
|
|
395
|
+
...
|
|
396
|
+
|
|
397
|
+
def bl_rna_get_subclass_py(self):
|
|
398
|
+
""" """
|
|
399
|
+
...
|
|
400
|
+
|
|
401
|
+
def draw(self, context):
|
|
402
|
+
"""
|
|
403
|
+
|
|
404
|
+
:param context:
|
|
405
|
+
"""
|
|
406
|
+
...
|
|
407
|
+
|
|
408
|
+
def driver_add(self):
|
|
409
|
+
""" """
|
|
410
|
+
...
|
|
411
|
+
|
|
412
|
+
def driver_remove(self):
|
|
413
|
+
""" """
|
|
414
|
+
...
|
|
415
|
+
|
|
416
|
+
def get(self):
|
|
417
|
+
""" """
|
|
418
|
+
...
|
|
419
|
+
|
|
420
|
+
def id_properties_clear(self):
|
|
421
|
+
""" """
|
|
422
|
+
...
|
|
423
|
+
|
|
424
|
+
def id_properties_ensure(self):
|
|
425
|
+
""" """
|
|
426
|
+
...
|
|
427
|
+
|
|
428
|
+
def id_properties_ui(self):
|
|
429
|
+
""" """
|
|
430
|
+
...
|
|
431
|
+
|
|
432
|
+
def is_extended(self):
|
|
433
|
+
""" """
|
|
434
|
+
...
|
|
435
|
+
|
|
436
|
+
def is_property_hidden(self):
|
|
437
|
+
""" """
|
|
438
|
+
...
|
|
439
|
+
|
|
440
|
+
def is_property_overridable_library(self):
|
|
441
|
+
""" """
|
|
442
|
+
...
|
|
443
|
+
|
|
444
|
+
def is_property_readonly(self):
|
|
445
|
+
""" """
|
|
446
|
+
...
|
|
447
|
+
|
|
448
|
+
def is_property_set(self):
|
|
449
|
+
""" """
|
|
450
|
+
...
|
|
451
|
+
|
|
452
|
+
def items(self):
|
|
453
|
+
""" """
|
|
454
|
+
...
|
|
455
|
+
|
|
456
|
+
def keyframe_delete(self):
|
|
457
|
+
""" """
|
|
458
|
+
...
|
|
459
|
+
|
|
460
|
+
def keyframe_insert(self):
|
|
461
|
+
""" """
|
|
462
|
+
...
|
|
463
|
+
|
|
464
|
+
def keys(self):
|
|
465
|
+
""" """
|
|
466
|
+
...
|
|
467
|
+
|
|
468
|
+
def path_from_id(self):
|
|
469
|
+
""" """
|
|
470
|
+
...
|
|
471
|
+
|
|
472
|
+
def path_resolve(self):
|
|
473
|
+
""" """
|
|
474
|
+
...
|
|
475
|
+
|
|
476
|
+
def poll(self, context):
|
|
477
|
+
"""
|
|
478
|
+
|
|
479
|
+
:param context:
|
|
480
|
+
"""
|
|
481
|
+
...
|
|
482
|
+
|
|
483
|
+
def poll_collision(self, context):
|
|
484
|
+
"""
|
|
485
|
+
|
|
486
|
+
:param context:
|
|
487
|
+
"""
|
|
488
|
+
...
|
|
489
|
+
|
|
490
|
+
def poll_force_field(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_field(bpy_types._GenericUI):
|
|
532
|
+
""" """
|
|
112
533
|
|
|
113
|
-
def append(self, draw_func): ...
|
|
114
|
-
def as_pointer(self): ...
|
|
115
|
-
def bl_rna_get_subclass(self): ...
|
|
116
|
-
def bl_rna_get_subclass_py(self): ...
|
|
117
|
-
def draw(self, context): ...
|
|
118
|
-
def driver_add(self): ...
|
|
119
|
-
def driver_remove(self): ...
|
|
120
|
-
def get(self): ...
|
|
121
|
-
def id_properties_clear(self): ...
|
|
122
|
-
def id_properties_ensure(self): ...
|
|
123
|
-
def id_properties_ui(self): ...
|
|
124
|
-
def is_extended(self): ...
|
|
125
|
-
def is_property_hidden(self): ...
|
|
126
|
-
def is_property_overridable_library(self): ...
|
|
127
|
-
def is_property_readonly(self): ...
|
|
128
|
-
def is_property_set(self): ...
|
|
129
|
-
def items(self): ...
|
|
130
|
-
def keyframe_delete(self): ...
|
|
131
|
-
def keyframe_insert(self): ...
|
|
132
|
-
def keys(self): ...
|
|
133
|
-
def path_from_id(self): ...
|
|
134
|
-
def path_resolve(self): ...
|
|
135
|
-
def poll(self, context): ...
|
|
136
|
-
def poll_collision(self, context): ...
|
|
137
|
-
def poll_force_field(self, context): ...
|
|
138
|
-
def pop(self): ...
|
|
139
|
-
def prepend(self, draw_func): ...
|
|
140
|
-
def property_overridable_library_set(self): ...
|
|
141
|
-
def property_unset(self): ...
|
|
142
|
-
def remove(self, draw_func): ...
|
|
143
|
-
def type_recast(self): ...
|
|
144
|
-
def values(self): ...
|
|
145
|
-
|
|
146
|
-
class PHYSICS_PT_field(PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
147
534
|
COMPAT_ENGINES: typing.Any
|
|
535
|
+
""" """
|
|
536
|
+
|
|
148
537
|
bl_context: typing.Any
|
|
538
|
+
""" """
|
|
539
|
+
|
|
149
540
|
bl_label: typing.Any
|
|
541
|
+
""" """
|
|
542
|
+
|
|
150
543
|
bl_region_type: typing.Any
|
|
544
|
+
""" """
|
|
545
|
+
|
|
151
546
|
bl_rna: typing.Any
|
|
547
|
+
""" """
|
|
548
|
+
|
|
152
549
|
bl_space_type: typing.Any
|
|
550
|
+
""" """
|
|
551
|
+
|
|
153
552
|
id_data: typing.Any
|
|
553
|
+
""" """
|
|
554
|
+
|
|
555
|
+
def append(self, draw_func):
|
|
556
|
+
"""
|
|
557
|
+
|
|
558
|
+
:param draw_func:
|
|
559
|
+
"""
|
|
560
|
+
...
|
|
561
|
+
|
|
562
|
+
def as_pointer(self):
|
|
563
|
+
""" """
|
|
564
|
+
...
|
|
565
|
+
|
|
566
|
+
def bl_rna_get_subclass(self):
|
|
567
|
+
""" """
|
|
568
|
+
...
|
|
569
|
+
|
|
570
|
+
def bl_rna_get_subclass_py(self):
|
|
571
|
+
""" """
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def draw(self, context):
|
|
575
|
+
"""
|
|
576
|
+
|
|
577
|
+
:param context:
|
|
578
|
+
"""
|
|
579
|
+
...
|
|
580
|
+
|
|
581
|
+
def driver_add(self):
|
|
582
|
+
""" """
|
|
583
|
+
...
|
|
584
|
+
|
|
585
|
+
def driver_remove(self):
|
|
586
|
+
""" """
|
|
587
|
+
...
|
|
588
|
+
|
|
589
|
+
def get(self):
|
|
590
|
+
""" """
|
|
591
|
+
...
|
|
592
|
+
|
|
593
|
+
def id_properties_clear(self):
|
|
594
|
+
""" """
|
|
595
|
+
...
|
|
596
|
+
|
|
597
|
+
def id_properties_ensure(self):
|
|
598
|
+
""" """
|
|
599
|
+
...
|
|
600
|
+
|
|
601
|
+
def id_properties_ui(self):
|
|
602
|
+
""" """
|
|
603
|
+
...
|
|
604
|
+
|
|
605
|
+
def is_extended(self):
|
|
606
|
+
""" """
|
|
607
|
+
...
|
|
608
|
+
|
|
609
|
+
def is_property_hidden(self):
|
|
610
|
+
""" """
|
|
611
|
+
...
|
|
612
|
+
|
|
613
|
+
def is_property_overridable_library(self):
|
|
614
|
+
""" """
|
|
615
|
+
...
|
|
616
|
+
|
|
617
|
+
def is_property_readonly(self):
|
|
618
|
+
""" """
|
|
619
|
+
...
|
|
620
|
+
|
|
621
|
+
def is_property_set(self):
|
|
622
|
+
""" """
|
|
623
|
+
...
|
|
624
|
+
|
|
625
|
+
def items(self):
|
|
626
|
+
""" """
|
|
627
|
+
...
|
|
628
|
+
|
|
629
|
+
def keyframe_delete(self):
|
|
630
|
+
""" """
|
|
631
|
+
...
|
|
632
|
+
|
|
633
|
+
def keyframe_insert(self):
|
|
634
|
+
""" """
|
|
635
|
+
...
|
|
636
|
+
|
|
637
|
+
def keys(self):
|
|
638
|
+
""" """
|
|
639
|
+
...
|
|
640
|
+
|
|
641
|
+
def path_from_id(self):
|
|
642
|
+
""" """
|
|
643
|
+
...
|
|
644
|
+
|
|
645
|
+
def path_resolve(self):
|
|
646
|
+
""" """
|
|
647
|
+
...
|
|
648
|
+
|
|
649
|
+
def poll(self, context):
|
|
650
|
+
"""
|
|
651
|
+
|
|
652
|
+
:param context:
|
|
653
|
+
"""
|
|
654
|
+
...
|
|
655
|
+
|
|
656
|
+
def poll_collision(self, context):
|
|
657
|
+
"""
|
|
658
|
+
|
|
659
|
+
:param context:
|
|
660
|
+
"""
|
|
661
|
+
...
|
|
662
|
+
|
|
663
|
+
def poll_force_field(self, context):
|
|
664
|
+
"""
|
|
665
|
+
|
|
666
|
+
:param context:
|
|
667
|
+
"""
|
|
668
|
+
...
|
|
669
|
+
|
|
670
|
+
def pop(self):
|
|
671
|
+
""" """
|
|
672
|
+
...
|
|
673
|
+
|
|
674
|
+
def prepend(self, draw_func):
|
|
675
|
+
"""
|
|
676
|
+
|
|
677
|
+
:param draw_func:
|
|
678
|
+
"""
|
|
679
|
+
...
|
|
680
|
+
|
|
681
|
+
def property_overridable_library_set(self):
|
|
682
|
+
""" """
|
|
683
|
+
...
|
|
684
|
+
|
|
685
|
+
def property_unset(self):
|
|
686
|
+
""" """
|
|
687
|
+
...
|
|
688
|
+
|
|
689
|
+
def remove(self, draw_func):
|
|
690
|
+
"""
|
|
691
|
+
|
|
692
|
+
:param draw_func:
|
|
693
|
+
"""
|
|
694
|
+
...
|
|
695
|
+
|
|
696
|
+
def type_recast(self):
|
|
697
|
+
""" """
|
|
698
|
+
...
|
|
699
|
+
|
|
700
|
+
def values(self):
|
|
701
|
+
""" """
|
|
702
|
+
...
|
|
703
|
+
|
|
704
|
+
class PHYSICS_PT_field_falloff(bpy_types._GenericUI):
|
|
705
|
+
""" """
|
|
154
706
|
|
|
155
|
-
def append(self, draw_func): ...
|
|
156
|
-
def as_pointer(self): ...
|
|
157
|
-
def bl_rna_get_subclass(self): ...
|
|
158
|
-
def bl_rna_get_subclass_py(self): ...
|
|
159
|
-
def draw(self, context): ...
|
|
160
|
-
def driver_add(self): ...
|
|
161
|
-
def driver_remove(self): ...
|
|
162
|
-
def get(self): ...
|
|
163
|
-
def id_properties_clear(self): ...
|
|
164
|
-
def id_properties_ensure(self): ...
|
|
165
|
-
def id_properties_ui(self): ...
|
|
166
|
-
def is_extended(self): ...
|
|
167
|
-
def is_property_hidden(self): ...
|
|
168
|
-
def is_property_overridable_library(self): ...
|
|
169
|
-
def is_property_readonly(self): ...
|
|
170
|
-
def is_property_set(self): ...
|
|
171
|
-
def items(self): ...
|
|
172
|
-
def keyframe_delete(self): ...
|
|
173
|
-
def keyframe_insert(self): ...
|
|
174
|
-
def keys(self): ...
|
|
175
|
-
def path_from_id(self): ...
|
|
176
|
-
def path_resolve(self): ...
|
|
177
|
-
def poll(self, context): ...
|
|
178
|
-
def poll_collision(self, context): ...
|
|
179
|
-
def poll_force_field(self, context): ...
|
|
180
|
-
def pop(self): ...
|
|
181
|
-
def prepend(self, draw_func): ...
|
|
182
|
-
def property_overridable_library_set(self): ...
|
|
183
|
-
def property_unset(self): ...
|
|
184
|
-
def remove(self, draw_func): ...
|
|
185
|
-
def type_recast(self): ...
|
|
186
|
-
def values(self): ...
|
|
187
|
-
|
|
188
|
-
class PHYSICS_PT_field_falloff(
|
|
189
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
190
|
-
):
|
|
191
707
|
COMPAT_ENGINES: typing.Any
|
|
708
|
+
""" """
|
|
709
|
+
|
|
192
710
|
bl_context: typing.Any
|
|
711
|
+
""" """
|
|
712
|
+
|
|
193
713
|
bl_label: typing.Any
|
|
714
|
+
""" """
|
|
715
|
+
|
|
194
716
|
bl_parent_id: typing.Any
|
|
717
|
+
""" """
|
|
718
|
+
|
|
195
719
|
bl_region_type: typing.Any
|
|
720
|
+
""" """
|
|
721
|
+
|
|
196
722
|
bl_rna: typing.Any
|
|
723
|
+
""" """
|
|
724
|
+
|
|
197
725
|
bl_space_type: typing.Any
|
|
726
|
+
""" """
|
|
727
|
+
|
|
198
728
|
id_data: typing.Any
|
|
729
|
+
""" """
|
|
730
|
+
|
|
731
|
+
def append(self, draw_func):
|
|
732
|
+
"""
|
|
733
|
+
|
|
734
|
+
:param draw_func:
|
|
735
|
+
"""
|
|
736
|
+
...
|
|
737
|
+
|
|
738
|
+
def as_pointer(self):
|
|
739
|
+
""" """
|
|
740
|
+
...
|
|
741
|
+
|
|
742
|
+
def bl_rna_get_subclass(self):
|
|
743
|
+
""" """
|
|
744
|
+
...
|
|
745
|
+
|
|
746
|
+
def bl_rna_get_subclass_py(self):
|
|
747
|
+
""" """
|
|
748
|
+
...
|
|
749
|
+
|
|
750
|
+
def draw(self, context):
|
|
751
|
+
"""
|
|
752
|
+
|
|
753
|
+
:param context:
|
|
754
|
+
"""
|
|
755
|
+
...
|
|
756
|
+
|
|
757
|
+
def driver_add(self):
|
|
758
|
+
""" """
|
|
759
|
+
...
|
|
760
|
+
|
|
761
|
+
def driver_remove(self):
|
|
762
|
+
""" """
|
|
763
|
+
...
|
|
764
|
+
|
|
765
|
+
def get(self):
|
|
766
|
+
""" """
|
|
767
|
+
...
|
|
768
|
+
|
|
769
|
+
def id_properties_clear(self):
|
|
770
|
+
""" """
|
|
771
|
+
...
|
|
772
|
+
|
|
773
|
+
def id_properties_ensure(self):
|
|
774
|
+
""" """
|
|
775
|
+
...
|
|
776
|
+
|
|
777
|
+
def id_properties_ui(self):
|
|
778
|
+
""" """
|
|
779
|
+
...
|
|
780
|
+
|
|
781
|
+
def is_extended(self):
|
|
782
|
+
""" """
|
|
783
|
+
...
|
|
784
|
+
|
|
785
|
+
def is_property_hidden(self):
|
|
786
|
+
""" """
|
|
787
|
+
...
|
|
788
|
+
|
|
789
|
+
def is_property_overridable_library(self):
|
|
790
|
+
""" """
|
|
791
|
+
...
|
|
792
|
+
|
|
793
|
+
def is_property_readonly(self):
|
|
794
|
+
""" """
|
|
795
|
+
...
|
|
796
|
+
|
|
797
|
+
def is_property_set(self):
|
|
798
|
+
""" """
|
|
799
|
+
...
|
|
800
|
+
|
|
801
|
+
def items(self):
|
|
802
|
+
""" """
|
|
803
|
+
...
|
|
804
|
+
|
|
805
|
+
def keyframe_delete(self):
|
|
806
|
+
""" """
|
|
807
|
+
...
|
|
808
|
+
|
|
809
|
+
def keyframe_insert(self):
|
|
810
|
+
""" """
|
|
811
|
+
...
|
|
812
|
+
|
|
813
|
+
def keys(self):
|
|
814
|
+
""" """
|
|
815
|
+
...
|
|
816
|
+
|
|
817
|
+
def path_from_id(self):
|
|
818
|
+
""" """
|
|
819
|
+
...
|
|
820
|
+
|
|
821
|
+
def path_resolve(self):
|
|
822
|
+
""" """
|
|
823
|
+
...
|
|
824
|
+
|
|
825
|
+
def poll(self, context):
|
|
826
|
+
"""
|
|
827
|
+
|
|
828
|
+
:param context:
|
|
829
|
+
"""
|
|
830
|
+
...
|
|
831
|
+
|
|
832
|
+
def poll_collision(self, context):
|
|
833
|
+
"""
|
|
834
|
+
|
|
835
|
+
:param context:
|
|
836
|
+
"""
|
|
837
|
+
...
|
|
838
|
+
|
|
839
|
+
def poll_force_field(self, context):
|
|
840
|
+
"""
|
|
841
|
+
|
|
842
|
+
:param context:
|
|
843
|
+
"""
|
|
844
|
+
...
|
|
845
|
+
|
|
846
|
+
def pop(self):
|
|
847
|
+
""" """
|
|
848
|
+
...
|
|
849
|
+
|
|
850
|
+
def prepend(self, draw_func):
|
|
851
|
+
"""
|
|
852
|
+
|
|
853
|
+
:param draw_func:
|
|
854
|
+
"""
|
|
855
|
+
...
|
|
856
|
+
|
|
857
|
+
def property_overridable_library_set(self):
|
|
858
|
+
""" """
|
|
859
|
+
...
|
|
860
|
+
|
|
861
|
+
def property_unset(self):
|
|
862
|
+
""" """
|
|
863
|
+
...
|
|
864
|
+
|
|
865
|
+
def remove(self, draw_func):
|
|
866
|
+
"""
|
|
867
|
+
|
|
868
|
+
:param draw_func:
|
|
869
|
+
"""
|
|
870
|
+
...
|
|
871
|
+
|
|
872
|
+
def type_recast(self):
|
|
873
|
+
""" """
|
|
874
|
+
...
|
|
875
|
+
|
|
876
|
+
def values(self):
|
|
877
|
+
""" """
|
|
878
|
+
...
|
|
879
|
+
|
|
880
|
+
class PHYSICS_PT_field_falloff_angular(bpy_types._GenericUI):
|
|
881
|
+
""" """
|
|
199
882
|
|
|
200
|
-
def append(self, draw_func): ...
|
|
201
|
-
def as_pointer(self): ...
|
|
202
|
-
def bl_rna_get_subclass(self): ...
|
|
203
|
-
def bl_rna_get_subclass_py(self): ...
|
|
204
|
-
def draw(self, context): ...
|
|
205
|
-
def driver_add(self): ...
|
|
206
|
-
def driver_remove(self): ...
|
|
207
|
-
def get(self): ...
|
|
208
|
-
def id_properties_clear(self): ...
|
|
209
|
-
def id_properties_ensure(self): ...
|
|
210
|
-
def id_properties_ui(self): ...
|
|
211
|
-
def is_extended(self): ...
|
|
212
|
-
def is_property_hidden(self): ...
|
|
213
|
-
def is_property_overridable_library(self): ...
|
|
214
|
-
def is_property_readonly(self): ...
|
|
215
|
-
def is_property_set(self): ...
|
|
216
|
-
def items(self): ...
|
|
217
|
-
def keyframe_delete(self): ...
|
|
218
|
-
def keyframe_insert(self): ...
|
|
219
|
-
def keys(self): ...
|
|
220
|
-
def path_from_id(self): ...
|
|
221
|
-
def path_resolve(self): ...
|
|
222
|
-
def poll(self, context): ...
|
|
223
|
-
def poll_collision(self, context): ...
|
|
224
|
-
def poll_force_field(self, context): ...
|
|
225
|
-
def pop(self): ...
|
|
226
|
-
def prepend(self, draw_func): ...
|
|
227
|
-
def property_overridable_library_set(self): ...
|
|
228
|
-
def property_unset(self): ...
|
|
229
|
-
def remove(self, draw_func): ...
|
|
230
|
-
def type_recast(self): ...
|
|
231
|
-
def values(self): ...
|
|
232
|
-
|
|
233
|
-
class PHYSICS_PT_field_falloff_angular(
|
|
234
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
235
|
-
):
|
|
236
883
|
COMPAT_ENGINES: typing.Any
|
|
884
|
+
""" """
|
|
885
|
+
|
|
237
886
|
bl_context: typing.Any
|
|
887
|
+
""" """
|
|
888
|
+
|
|
238
889
|
bl_label: typing.Any
|
|
890
|
+
""" """
|
|
891
|
+
|
|
239
892
|
bl_parent_id: typing.Any
|
|
893
|
+
""" """
|
|
894
|
+
|
|
240
895
|
bl_region_type: typing.Any
|
|
896
|
+
""" """
|
|
897
|
+
|
|
241
898
|
bl_rna: typing.Any
|
|
899
|
+
""" """
|
|
900
|
+
|
|
242
901
|
bl_space_type: typing.Any
|
|
902
|
+
""" """
|
|
903
|
+
|
|
243
904
|
id_data: typing.Any
|
|
905
|
+
""" """
|
|
906
|
+
|
|
907
|
+
def append(self, draw_func):
|
|
908
|
+
"""
|
|
909
|
+
|
|
910
|
+
:param draw_func:
|
|
911
|
+
"""
|
|
912
|
+
...
|
|
913
|
+
|
|
914
|
+
def as_pointer(self):
|
|
915
|
+
""" """
|
|
916
|
+
...
|
|
917
|
+
|
|
918
|
+
def bl_rna_get_subclass(self):
|
|
919
|
+
""" """
|
|
920
|
+
...
|
|
921
|
+
|
|
922
|
+
def bl_rna_get_subclass_py(self):
|
|
923
|
+
""" """
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
def draw(self, context):
|
|
927
|
+
"""
|
|
928
|
+
|
|
929
|
+
:param context:
|
|
930
|
+
"""
|
|
931
|
+
...
|
|
932
|
+
|
|
933
|
+
def driver_add(self):
|
|
934
|
+
""" """
|
|
935
|
+
...
|
|
936
|
+
|
|
937
|
+
def driver_remove(self):
|
|
938
|
+
""" """
|
|
939
|
+
...
|
|
940
|
+
|
|
941
|
+
def get(self):
|
|
942
|
+
""" """
|
|
943
|
+
...
|
|
944
|
+
|
|
945
|
+
def id_properties_clear(self):
|
|
946
|
+
""" """
|
|
947
|
+
...
|
|
948
|
+
|
|
949
|
+
def id_properties_ensure(self):
|
|
950
|
+
""" """
|
|
951
|
+
...
|
|
952
|
+
|
|
953
|
+
def id_properties_ui(self):
|
|
954
|
+
""" """
|
|
955
|
+
...
|
|
956
|
+
|
|
957
|
+
def is_extended(self):
|
|
958
|
+
""" """
|
|
959
|
+
...
|
|
960
|
+
|
|
961
|
+
def is_property_hidden(self):
|
|
962
|
+
""" """
|
|
963
|
+
...
|
|
964
|
+
|
|
965
|
+
def is_property_overridable_library(self):
|
|
966
|
+
""" """
|
|
967
|
+
...
|
|
968
|
+
|
|
969
|
+
def is_property_readonly(self):
|
|
970
|
+
""" """
|
|
971
|
+
...
|
|
972
|
+
|
|
973
|
+
def is_property_set(self):
|
|
974
|
+
""" """
|
|
975
|
+
...
|
|
976
|
+
|
|
977
|
+
def items(self):
|
|
978
|
+
""" """
|
|
979
|
+
...
|
|
980
|
+
|
|
981
|
+
def keyframe_delete(self):
|
|
982
|
+
""" """
|
|
983
|
+
...
|
|
984
|
+
|
|
985
|
+
def keyframe_insert(self):
|
|
986
|
+
""" """
|
|
987
|
+
...
|
|
988
|
+
|
|
989
|
+
def keys(self):
|
|
990
|
+
""" """
|
|
991
|
+
...
|
|
992
|
+
|
|
993
|
+
def path_from_id(self):
|
|
994
|
+
""" """
|
|
995
|
+
...
|
|
996
|
+
|
|
997
|
+
def path_resolve(self):
|
|
998
|
+
""" """
|
|
999
|
+
...
|
|
1000
|
+
|
|
1001
|
+
def poll(self, context):
|
|
1002
|
+
"""
|
|
1003
|
+
|
|
1004
|
+
:param context:
|
|
1005
|
+
"""
|
|
1006
|
+
...
|
|
1007
|
+
|
|
1008
|
+
def poll_collision(self, context):
|
|
1009
|
+
"""
|
|
1010
|
+
|
|
1011
|
+
:param context:
|
|
1012
|
+
"""
|
|
1013
|
+
...
|
|
1014
|
+
|
|
1015
|
+
def poll_force_field(self, context):
|
|
1016
|
+
"""
|
|
1017
|
+
|
|
1018
|
+
:param context:
|
|
1019
|
+
"""
|
|
1020
|
+
...
|
|
1021
|
+
|
|
1022
|
+
def pop(self):
|
|
1023
|
+
""" """
|
|
1024
|
+
...
|
|
1025
|
+
|
|
1026
|
+
def prepend(self, draw_func):
|
|
1027
|
+
"""
|
|
1028
|
+
|
|
1029
|
+
:param draw_func:
|
|
1030
|
+
"""
|
|
1031
|
+
...
|
|
1032
|
+
|
|
1033
|
+
def property_overridable_library_set(self):
|
|
1034
|
+
""" """
|
|
1035
|
+
...
|
|
1036
|
+
|
|
1037
|
+
def property_unset(self):
|
|
1038
|
+
""" """
|
|
1039
|
+
...
|
|
1040
|
+
|
|
1041
|
+
def remove(self, draw_func):
|
|
1042
|
+
"""
|
|
1043
|
+
|
|
1044
|
+
:param draw_func:
|
|
1045
|
+
"""
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def type_recast(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def values(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
class PHYSICS_PT_field_falloff_radial(bpy_types._GenericUI):
|
|
1057
|
+
""" """
|
|
244
1058
|
|
|
245
|
-
def append(self, draw_func): ...
|
|
246
|
-
def as_pointer(self): ...
|
|
247
|
-
def bl_rna_get_subclass(self): ...
|
|
248
|
-
def bl_rna_get_subclass_py(self): ...
|
|
249
|
-
def draw(self, context): ...
|
|
250
|
-
def driver_add(self): ...
|
|
251
|
-
def driver_remove(self): ...
|
|
252
|
-
def get(self): ...
|
|
253
|
-
def id_properties_clear(self): ...
|
|
254
|
-
def id_properties_ensure(self): ...
|
|
255
|
-
def id_properties_ui(self): ...
|
|
256
|
-
def is_extended(self): ...
|
|
257
|
-
def is_property_hidden(self): ...
|
|
258
|
-
def is_property_overridable_library(self): ...
|
|
259
|
-
def is_property_readonly(self): ...
|
|
260
|
-
def is_property_set(self): ...
|
|
261
|
-
def items(self): ...
|
|
262
|
-
def keyframe_delete(self): ...
|
|
263
|
-
def keyframe_insert(self): ...
|
|
264
|
-
def keys(self): ...
|
|
265
|
-
def path_from_id(self): ...
|
|
266
|
-
def path_resolve(self): ...
|
|
267
|
-
def poll(self, context): ...
|
|
268
|
-
def poll_collision(self, context): ...
|
|
269
|
-
def poll_force_field(self, context): ...
|
|
270
|
-
def pop(self): ...
|
|
271
|
-
def prepend(self, draw_func): ...
|
|
272
|
-
def property_overridable_library_set(self): ...
|
|
273
|
-
def property_unset(self): ...
|
|
274
|
-
def remove(self, draw_func): ...
|
|
275
|
-
def type_recast(self): ...
|
|
276
|
-
def values(self): ...
|
|
277
|
-
|
|
278
|
-
class PHYSICS_PT_field_falloff_radial(
|
|
279
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
280
|
-
):
|
|
281
1059
|
COMPAT_ENGINES: typing.Any
|
|
1060
|
+
""" """
|
|
1061
|
+
|
|
282
1062
|
bl_context: typing.Any
|
|
1063
|
+
""" """
|
|
1064
|
+
|
|
283
1065
|
bl_label: typing.Any
|
|
1066
|
+
""" """
|
|
1067
|
+
|
|
284
1068
|
bl_parent_id: typing.Any
|
|
1069
|
+
""" """
|
|
1070
|
+
|
|
285
1071
|
bl_region_type: typing.Any
|
|
1072
|
+
""" """
|
|
1073
|
+
|
|
286
1074
|
bl_rna: typing.Any
|
|
1075
|
+
""" """
|
|
1076
|
+
|
|
287
1077
|
bl_space_type: typing.Any
|
|
1078
|
+
""" """
|
|
1079
|
+
|
|
288
1080
|
id_data: typing.Any
|
|
1081
|
+
""" """
|
|
1082
|
+
|
|
1083
|
+
def append(self, draw_func):
|
|
1084
|
+
"""
|
|
1085
|
+
|
|
1086
|
+
:param draw_func:
|
|
1087
|
+
"""
|
|
1088
|
+
...
|
|
1089
|
+
|
|
1090
|
+
def as_pointer(self):
|
|
1091
|
+
""" """
|
|
1092
|
+
...
|
|
1093
|
+
|
|
1094
|
+
def bl_rna_get_subclass(self):
|
|
1095
|
+
""" """
|
|
1096
|
+
...
|
|
1097
|
+
|
|
1098
|
+
def bl_rna_get_subclass_py(self):
|
|
1099
|
+
""" """
|
|
1100
|
+
...
|
|
1101
|
+
|
|
1102
|
+
def draw(self, context):
|
|
1103
|
+
"""
|
|
1104
|
+
|
|
1105
|
+
:param context:
|
|
1106
|
+
"""
|
|
1107
|
+
...
|
|
1108
|
+
|
|
1109
|
+
def driver_add(self):
|
|
1110
|
+
""" """
|
|
1111
|
+
...
|
|
1112
|
+
|
|
1113
|
+
def driver_remove(self):
|
|
1114
|
+
""" """
|
|
1115
|
+
...
|
|
1116
|
+
|
|
1117
|
+
def get(self):
|
|
1118
|
+
""" """
|
|
1119
|
+
...
|
|
1120
|
+
|
|
1121
|
+
def id_properties_clear(self):
|
|
1122
|
+
""" """
|
|
1123
|
+
...
|
|
1124
|
+
|
|
1125
|
+
def id_properties_ensure(self):
|
|
1126
|
+
""" """
|
|
1127
|
+
...
|
|
1128
|
+
|
|
1129
|
+
def id_properties_ui(self):
|
|
1130
|
+
""" """
|
|
1131
|
+
...
|
|
1132
|
+
|
|
1133
|
+
def is_extended(self):
|
|
1134
|
+
""" """
|
|
1135
|
+
...
|
|
1136
|
+
|
|
1137
|
+
def is_property_hidden(self):
|
|
1138
|
+
""" """
|
|
1139
|
+
...
|
|
1140
|
+
|
|
1141
|
+
def is_property_overridable_library(self):
|
|
1142
|
+
""" """
|
|
1143
|
+
...
|
|
1144
|
+
|
|
1145
|
+
def is_property_readonly(self):
|
|
1146
|
+
""" """
|
|
1147
|
+
...
|
|
1148
|
+
|
|
1149
|
+
def is_property_set(self):
|
|
1150
|
+
""" """
|
|
1151
|
+
...
|
|
1152
|
+
|
|
1153
|
+
def items(self):
|
|
1154
|
+
""" """
|
|
1155
|
+
...
|
|
1156
|
+
|
|
1157
|
+
def keyframe_delete(self):
|
|
1158
|
+
""" """
|
|
1159
|
+
...
|
|
1160
|
+
|
|
1161
|
+
def keyframe_insert(self):
|
|
1162
|
+
""" """
|
|
1163
|
+
...
|
|
1164
|
+
|
|
1165
|
+
def keys(self):
|
|
1166
|
+
""" """
|
|
1167
|
+
...
|
|
1168
|
+
|
|
1169
|
+
def path_from_id(self):
|
|
1170
|
+
""" """
|
|
1171
|
+
...
|
|
1172
|
+
|
|
1173
|
+
def path_resolve(self):
|
|
1174
|
+
""" """
|
|
1175
|
+
...
|
|
1176
|
+
|
|
1177
|
+
def poll(self, context):
|
|
1178
|
+
"""
|
|
1179
|
+
|
|
1180
|
+
:param context:
|
|
1181
|
+
"""
|
|
1182
|
+
...
|
|
1183
|
+
|
|
1184
|
+
def poll_collision(self, context):
|
|
1185
|
+
"""
|
|
1186
|
+
|
|
1187
|
+
:param context:
|
|
1188
|
+
"""
|
|
1189
|
+
...
|
|
1190
|
+
|
|
1191
|
+
def poll_force_field(self, context):
|
|
1192
|
+
"""
|
|
1193
|
+
|
|
1194
|
+
:param context:
|
|
1195
|
+
"""
|
|
1196
|
+
...
|
|
1197
|
+
|
|
1198
|
+
def pop(self):
|
|
1199
|
+
""" """
|
|
1200
|
+
...
|
|
1201
|
+
|
|
1202
|
+
def prepend(self, draw_func):
|
|
1203
|
+
"""
|
|
1204
|
+
|
|
1205
|
+
:param draw_func:
|
|
1206
|
+
"""
|
|
1207
|
+
...
|
|
1208
|
+
|
|
1209
|
+
def property_overridable_library_set(self):
|
|
1210
|
+
""" """
|
|
1211
|
+
...
|
|
1212
|
+
|
|
1213
|
+
def property_unset(self):
|
|
1214
|
+
""" """
|
|
1215
|
+
...
|
|
1216
|
+
|
|
1217
|
+
def remove(self, draw_func):
|
|
1218
|
+
"""
|
|
1219
|
+
|
|
1220
|
+
:param draw_func:
|
|
1221
|
+
"""
|
|
1222
|
+
...
|
|
1223
|
+
|
|
1224
|
+
def type_recast(self):
|
|
1225
|
+
""" """
|
|
1226
|
+
...
|
|
1227
|
+
|
|
1228
|
+
def values(self):
|
|
1229
|
+
""" """
|
|
1230
|
+
...
|
|
1231
|
+
|
|
1232
|
+
class PHYSICS_PT_field_settings(bpy_types._GenericUI):
|
|
1233
|
+
""" """
|
|
289
1234
|
|
|
290
|
-
def append(self, draw_func): ...
|
|
291
|
-
def as_pointer(self): ...
|
|
292
|
-
def bl_rna_get_subclass(self): ...
|
|
293
|
-
def bl_rna_get_subclass_py(self): ...
|
|
294
|
-
def draw(self, context): ...
|
|
295
|
-
def driver_add(self): ...
|
|
296
|
-
def driver_remove(self): ...
|
|
297
|
-
def get(self): ...
|
|
298
|
-
def id_properties_clear(self): ...
|
|
299
|
-
def id_properties_ensure(self): ...
|
|
300
|
-
def id_properties_ui(self): ...
|
|
301
|
-
def is_extended(self): ...
|
|
302
|
-
def is_property_hidden(self): ...
|
|
303
|
-
def is_property_overridable_library(self): ...
|
|
304
|
-
def is_property_readonly(self): ...
|
|
305
|
-
def is_property_set(self): ...
|
|
306
|
-
def items(self): ...
|
|
307
|
-
def keyframe_delete(self): ...
|
|
308
|
-
def keyframe_insert(self): ...
|
|
309
|
-
def keys(self): ...
|
|
310
|
-
def path_from_id(self): ...
|
|
311
|
-
def path_resolve(self): ...
|
|
312
|
-
def poll(self, context): ...
|
|
313
|
-
def poll_collision(self, context): ...
|
|
314
|
-
def poll_force_field(self, context): ...
|
|
315
|
-
def pop(self): ...
|
|
316
|
-
def prepend(self, draw_func): ...
|
|
317
|
-
def property_overridable_library_set(self): ...
|
|
318
|
-
def property_unset(self): ...
|
|
319
|
-
def remove(self, draw_func): ...
|
|
320
|
-
def type_recast(self): ...
|
|
321
|
-
def values(self): ...
|
|
322
|
-
|
|
323
|
-
class PHYSICS_PT_field_settings(
|
|
324
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
325
|
-
):
|
|
326
1235
|
COMPAT_ENGINES: typing.Any
|
|
1236
|
+
""" """
|
|
1237
|
+
|
|
327
1238
|
bl_context: typing.Any
|
|
1239
|
+
""" """
|
|
1240
|
+
|
|
328
1241
|
bl_label: typing.Any
|
|
1242
|
+
""" """
|
|
1243
|
+
|
|
329
1244
|
bl_parent_id: typing.Any
|
|
1245
|
+
""" """
|
|
1246
|
+
|
|
330
1247
|
bl_region_type: typing.Any
|
|
1248
|
+
""" """
|
|
1249
|
+
|
|
331
1250
|
bl_rna: typing.Any
|
|
1251
|
+
""" """
|
|
1252
|
+
|
|
332
1253
|
bl_space_type: typing.Any
|
|
1254
|
+
""" """
|
|
1255
|
+
|
|
333
1256
|
id_data: typing.Any
|
|
1257
|
+
""" """
|
|
1258
|
+
|
|
1259
|
+
def append(self, draw_func):
|
|
1260
|
+
"""
|
|
1261
|
+
|
|
1262
|
+
:param draw_func:
|
|
1263
|
+
"""
|
|
1264
|
+
...
|
|
1265
|
+
|
|
1266
|
+
def as_pointer(self):
|
|
1267
|
+
""" """
|
|
1268
|
+
...
|
|
1269
|
+
|
|
1270
|
+
def bl_rna_get_subclass(self):
|
|
1271
|
+
""" """
|
|
1272
|
+
...
|
|
1273
|
+
|
|
1274
|
+
def bl_rna_get_subclass_py(self):
|
|
1275
|
+
""" """
|
|
1276
|
+
...
|
|
1277
|
+
|
|
1278
|
+
def draw(self, context):
|
|
1279
|
+
"""
|
|
1280
|
+
|
|
1281
|
+
:param context:
|
|
1282
|
+
"""
|
|
1283
|
+
...
|
|
1284
|
+
|
|
1285
|
+
def driver_add(self):
|
|
1286
|
+
""" """
|
|
1287
|
+
...
|
|
1288
|
+
|
|
1289
|
+
def driver_remove(self):
|
|
1290
|
+
""" """
|
|
1291
|
+
...
|
|
1292
|
+
|
|
1293
|
+
def get(self):
|
|
1294
|
+
""" """
|
|
1295
|
+
...
|
|
1296
|
+
|
|
1297
|
+
def id_properties_clear(self):
|
|
1298
|
+
""" """
|
|
1299
|
+
...
|
|
1300
|
+
|
|
1301
|
+
def id_properties_ensure(self):
|
|
1302
|
+
""" """
|
|
1303
|
+
...
|
|
1304
|
+
|
|
1305
|
+
def id_properties_ui(self):
|
|
1306
|
+
""" """
|
|
1307
|
+
...
|
|
1308
|
+
|
|
1309
|
+
def is_extended(self):
|
|
1310
|
+
""" """
|
|
1311
|
+
...
|
|
1312
|
+
|
|
1313
|
+
def is_property_hidden(self):
|
|
1314
|
+
""" """
|
|
1315
|
+
...
|
|
1316
|
+
|
|
1317
|
+
def is_property_overridable_library(self):
|
|
1318
|
+
""" """
|
|
1319
|
+
...
|
|
1320
|
+
|
|
1321
|
+
def is_property_readonly(self):
|
|
1322
|
+
""" """
|
|
1323
|
+
...
|
|
1324
|
+
|
|
1325
|
+
def is_property_set(self):
|
|
1326
|
+
""" """
|
|
1327
|
+
...
|
|
1328
|
+
|
|
1329
|
+
def items(self):
|
|
1330
|
+
""" """
|
|
1331
|
+
...
|
|
1332
|
+
|
|
1333
|
+
def keyframe_delete(self):
|
|
1334
|
+
""" """
|
|
1335
|
+
...
|
|
1336
|
+
|
|
1337
|
+
def keyframe_insert(self):
|
|
1338
|
+
""" """
|
|
1339
|
+
...
|
|
1340
|
+
|
|
1341
|
+
def keys(self):
|
|
1342
|
+
""" """
|
|
1343
|
+
...
|
|
1344
|
+
|
|
1345
|
+
def path_from_id(self):
|
|
1346
|
+
""" """
|
|
1347
|
+
...
|
|
1348
|
+
|
|
1349
|
+
def path_resolve(self):
|
|
1350
|
+
""" """
|
|
1351
|
+
...
|
|
1352
|
+
|
|
1353
|
+
def poll(self, context):
|
|
1354
|
+
"""
|
|
1355
|
+
|
|
1356
|
+
:param context:
|
|
1357
|
+
"""
|
|
1358
|
+
...
|
|
1359
|
+
|
|
1360
|
+
def poll_collision(self, context):
|
|
1361
|
+
"""
|
|
1362
|
+
|
|
1363
|
+
:param context:
|
|
1364
|
+
"""
|
|
1365
|
+
...
|
|
1366
|
+
|
|
1367
|
+
def poll_force_field(self, context):
|
|
1368
|
+
"""
|
|
1369
|
+
|
|
1370
|
+
:param context:
|
|
1371
|
+
"""
|
|
1372
|
+
...
|
|
1373
|
+
|
|
1374
|
+
def pop(self):
|
|
1375
|
+
""" """
|
|
1376
|
+
...
|
|
1377
|
+
|
|
1378
|
+
def prepend(self, draw_func):
|
|
1379
|
+
"""
|
|
1380
|
+
|
|
1381
|
+
:param draw_func:
|
|
1382
|
+
"""
|
|
1383
|
+
...
|
|
1384
|
+
|
|
1385
|
+
def property_overridable_library_set(self):
|
|
1386
|
+
""" """
|
|
1387
|
+
...
|
|
1388
|
+
|
|
1389
|
+
def property_unset(self):
|
|
1390
|
+
""" """
|
|
1391
|
+
...
|
|
1392
|
+
|
|
1393
|
+
def remove(self, draw_func):
|
|
1394
|
+
"""
|
|
1395
|
+
|
|
1396
|
+
:param draw_func:
|
|
1397
|
+
"""
|
|
1398
|
+
...
|
|
1399
|
+
|
|
1400
|
+
def type_recast(self):
|
|
1401
|
+
""" """
|
|
1402
|
+
...
|
|
1403
|
+
|
|
1404
|
+
def values(self):
|
|
1405
|
+
""" """
|
|
1406
|
+
...
|
|
1407
|
+
|
|
1408
|
+
class PHYSICS_PT_field_settings_kink(bpy_types._GenericUI):
|
|
1409
|
+
""" """
|
|
334
1410
|
|
|
335
|
-
def append(self, draw_func): ...
|
|
336
|
-
def as_pointer(self): ...
|
|
337
|
-
def bl_rna_get_subclass(self): ...
|
|
338
|
-
def bl_rna_get_subclass_py(self): ...
|
|
339
|
-
def draw(self, context): ...
|
|
340
|
-
def driver_add(self): ...
|
|
341
|
-
def driver_remove(self): ...
|
|
342
|
-
def get(self): ...
|
|
343
|
-
def id_properties_clear(self): ...
|
|
344
|
-
def id_properties_ensure(self): ...
|
|
345
|
-
def id_properties_ui(self): ...
|
|
346
|
-
def is_extended(self): ...
|
|
347
|
-
def is_property_hidden(self): ...
|
|
348
|
-
def is_property_overridable_library(self): ...
|
|
349
|
-
def is_property_readonly(self): ...
|
|
350
|
-
def is_property_set(self): ...
|
|
351
|
-
def items(self): ...
|
|
352
|
-
def keyframe_delete(self): ...
|
|
353
|
-
def keyframe_insert(self): ...
|
|
354
|
-
def keys(self): ...
|
|
355
|
-
def path_from_id(self): ...
|
|
356
|
-
def path_resolve(self): ...
|
|
357
|
-
def poll(self, context): ...
|
|
358
|
-
def poll_collision(self, context): ...
|
|
359
|
-
def poll_force_field(self, context): ...
|
|
360
|
-
def pop(self): ...
|
|
361
|
-
def prepend(self, draw_func): ...
|
|
362
|
-
def property_overridable_library_set(self): ...
|
|
363
|
-
def property_unset(self): ...
|
|
364
|
-
def remove(self, draw_func): ...
|
|
365
|
-
def type_recast(self): ...
|
|
366
|
-
def values(self): ...
|
|
367
|
-
|
|
368
|
-
class PHYSICS_PT_field_settings_kink(
|
|
369
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
370
|
-
):
|
|
371
1411
|
COMPAT_ENGINES: typing.Any
|
|
1412
|
+
""" """
|
|
1413
|
+
|
|
372
1414
|
bl_context: typing.Any
|
|
1415
|
+
""" """
|
|
1416
|
+
|
|
373
1417
|
bl_label: typing.Any
|
|
1418
|
+
""" """
|
|
1419
|
+
|
|
374
1420
|
bl_parent_id: typing.Any
|
|
1421
|
+
""" """
|
|
1422
|
+
|
|
375
1423
|
bl_region_type: typing.Any
|
|
1424
|
+
""" """
|
|
1425
|
+
|
|
376
1426
|
bl_rna: typing.Any
|
|
1427
|
+
""" """
|
|
1428
|
+
|
|
377
1429
|
bl_space_type: typing.Any
|
|
1430
|
+
""" """
|
|
1431
|
+
|
|
378
1432
|
id_data: typing.Any
|
|
1433
|
+
""" """
|
|
1434
|
+
|
|
1435
|
+
def append(self, draw_func):
|
|
1436
|
+
"""
|
|
1437
|
+
|
|
1438
|
+
:param draw_func:
|
|
1439
|
+
"""
|
|
1440
|
+
...
|
|
1441
|
+
|
|
1442
|
+
def as_pointer(self):
|
|
1443
|
+
""" """
|
|
1444
|
+
...
|
|
1445
|
+
|
|
1446
|
+
def bl_rna_get_subclass(self):
|
|
1447
|
+
""" """
|
|
1448
|
+
...
|
|
1449
|
+
|
|
1450
|
+
def bl_rna_get_subclass_py(self):
|
|
1451
|
+
""" """
|
|
1452
|
+
...
|
|
1453
|
+
|
|
1454
|
+
def draw(self, context):
|
|
1455
|
+
"""
|
|
1456
|
+
|
|
1457
|
+
:param context:
|
|
1458
|
+
"""
|
|
1459
|
+
...
|
|
1460
|
+
|
|
1461
|
+
def driver_add(self):
|
|
1462
|
+
""" """
|
|
1463
|
+
...
|
|
1464
|
+
|
|
1465
|
+
def driver_remove(self):
|
|
1466
|
+
""" """
|
|
1467
|
+
...
|
|
1468
|
+
|
|
1469
|
+
def get(self):
|
|
1470
|
+
""" """
|
|
1471
|
+
...
|
|
1472
|
+
|
|
1473
|
+
def id_properties_clear(self):
|
|
1474
|
+
""" """
|
|
1475
|
+
...
|
|
1476
|
+
|
|
1477
|
+
def id_properties_ensure(self):
|
|
1478
|
+
""" """
|
|
1479
|
+
...
|
|
1480
|
+
|
|
1481
|
+
def id_properties_ui(self):
|
|
1482
|
+
""" """
|
|
1483
|
+
...
|
|
1484
|
+
|
|
1485
|
+
def is_extended(self):
|
|
1486
|
+
""" """
|
|
1487
|
+
...
|
|
1488
|
+
|
|
1489
|
+
def is_property_hidden(self):
|
|
1490
|
+
""" """
|
|
1491
|
+
...
|
|
1492
|
+
|
|
1493
|
+
def is_property_overridable_library(self):
|
|
1494
|
+
""" """
|
|
1495
|
+
...
|
|
1496
|
+
|
|
1497
|
+
def is_property_readonly(self):
|
|
1498
|
+
""" """
|
|
1499
|
+
...
|
|
1500
|
+
|
|
1501
|
+
def is_property_set(self):
|
|
1502
|
+
""" """
|
|
1503
|
+
...
|
|
1504
|
+
|
|
1505
|
+
def items(self):
|
|
1506
|
+
""" """
|
|
1507
|
+
...
|
|
1508
|
+
|
|
1509
|
+
def keyframe_delete(self):
|
|
1510
|
+
""" """
|
|
1511
|
+
...
|
|
1512
|
+
|
|
1513
|
+
def keyframe_insert(self):
|
|
1514
|
+
""" """
|
|
1515
|
+
...
|
|
1516
|
+
|
|
1517
|
+
def keys(self):
|
|
1518
|
+
""" """
|
|
1519
|
+
...
|
|
1520
|
+
|
|
1521
|
+
def path_from_id(self):
|
|
1522
|
+
""" """
|
|
1523
|
+
...
|
|
1524
|
+
|
|
1525
|
+
def path_resolve(self):
|
|
1526
|
+
""" """
|
|
1527
|
+
...
|
|
1528
|
+
|
|
1529
|
+
def poll(self, context):
|
|
1530
|
+
"""
|
|
1531
|
+
|
|
1532
|
+
:param context:
|
|
1533
|
+
"""
|
|
1534
|
+
...
|
|
1535
|
+
|
|
1536
|
+
def poll_collision(self, context):
|
|
1537
|
+
"""
|
|
1538
|
+
|
|
1539
|
+
:param context:
|
|
1540
|
+
"""
|
|
1541
|
+
...
|
|
1542
|
+
|
|
1543
|
+
def poll_force_field(self, context):
|
|
1544
|
+
"""
|
|
1545
|
+
|
|
1546
|
+
:param context:
|
|
1547
|
+
"""
|
|
1548
|
+
...
|
|
1549
|
+
|
|
1550
|
+
def pop(self):
|
|
1551
|
+
""" """
|
|
1552
|
+
...
|
|
1553
|
+
|
|
1554
|
+
def prepend(self, draw_func):
|
|
1555
|
+
"""
|
|
1556
|
+
|
|
1557
|
+
:param draw_func:
|
|
1558
|
+
"""
|
|
1559
|
+
...
|
|
1560
|
+
|
|
1561
|
+
def property_overridable_library_set(self):
|
|
1562
|
+
""" """
|
|
1563
|
+
...
|
|
1564
|
+
|
|
1565
|
+
def property_unset(self):
|
|
1566
|
+
""" """
|
|
1567
|
+
...
|
|
1568
|
+
|
|
1569
|
+
def remove(self, draw_func):
|
|
1570
|
+
"""
|
|
1571
|
+
|
|
1572
|
+
:param draw_func:
|
|
1573
|
+
"""
|
|
1574
|
+
...
|
|
1575
|
+
|
|
1576
|
+
def type_recast(self):
|
|
1577
|
+
""" """
|
|
1578
|
+
...
|
|
1579
|
+
|
|
1580
|
+
def values(self):
|
|
1581
|
+
""" """
|
|
1582
|
+
...
|
|
1583
|
+
|
|
1584
|
+
class PHYSICS_PT_field_settings_texture_select(bpy_types._GenericUI):
|
|
1585
|
+
""" """
|
|
379
1586
|
|
|
380
|
-
def append(self, draw_func): ...
|
|
381
|
-
def as_pointer(self): ...
|
|
382
|
-
def bl_rna_get_subclass(self): ...
|
|
383
|
-
def bl_rna_get_subclass_py(self): ...
|
|
384
|
-
def draw(self, context): ...
|
|
385
|
-
def driver_add(self): ...
|
|
386
|
-
def driver_remove(self): ...
|
|
387
|
-
def get(self): ...
|
|
388
|
-
def id_properties_clear(self): ...
|
|
389
|
-
def id_properties_ensure(self): ...
|
|
390
|
-
def id_properties_ui(self): ...
|
|
391
|
-
def is_extended(self): ...
|
|
392
|
-
def is_property_hidden(self): ...
|
|
393
|
-
def is_property_overridable_library(self): ...
|
|
394
|
-
def is_property_readonly(self): ...
|
|
395
|
-
def is_property_set(self): ...
|
|
396
|
-
def items(self): ...
|
|
397
|
-
def keyframe_delete(self): ...
|
|
398
|
-
def keyframe_insert(self): ...
|
|
399
|
-
def keys(self): ...
|
|
400
|
-
def path_from_id(self): ...
|
|
401
|
-
def path_resolve(self): ...
|
|
402
|
-
def poll(self, context): ...
|
|
403
|
-
def poll_collision(self, context): ...
|
|
404
|
-
def poll_force_field(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_field_settings_texture_select(
|
|
414
|
-
PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
415
|
-
):
|
|
416
1587
|
COMPAT_ENGINES: typing.Any
|
|
1588
|
+
""" """
|
|
1589
|
+
|
|
417
1590
|
bl_context: typing.Any
|
|
1591
|
+
""" """
|
|
1592
|
+
|
|
418
1593
|
bl_label: typing.Any
|
|
1594
|
+
""" """
|
|
1595
|
+
|
|
419
1596
|
bl_parent_id: typing.Any
|
|
1597
|
+
""" """
|
|
1598
|
+
|
|
420
1599
|
bl_region_type: typing.Any
|
|
1600
|
+
""" """
|
|
1601
|
+
|
|
421
1602
|
bl_rna: typing.Any
|
|
1603
|
+
""" """
|
|
1604
|
+
|
|
422
1605
|
bl_space_type: typing.Any
|
|
1606
|
+
""" """
|
|
1607
|
+
|
|
423
1608
|
id_data: typing.Any
|
|
1609
|
+
""" """
|
|
1610
|
+
|
|
1611
|
+
def append(self, draw_func):
|
|
1612
|
+
"""
|
|
1613
|
+
|
|
1614
|
+
:param draw_func:
|
|
1615
|
+
"""
|
|
1616
|
+
...
|
|
1617
|
+
|
|
1618
|
+
def as_pointer(self):
|
|
1619
|
+
""" """
|
|
1620
|
+
...
|
|
1621
|
+
|
|
1622
|
+
def bl_rna_get_subclass(self):
|
|
1623
|
+
""" """
|
|
1624
|
+
...
|
|
1625
|
+
|
|
1626
|
+
def bl_rna_get_subclass_py(self):
|
|
1627
|
+
""" """
|
|
1628
|
+
...
|
|
1629
|
+
|
|
1630
|
+
def draw(self, context):
|
|
1631
|
+
"""
|
|
1632
|
+
|
|
1633
|
+
:param context:
|
|
1634
|
+
"""
|
|
1635
|
+
...
|
|
1636
|
+
|
|
1637
|
+
def driver_add(self):
|
|
1638
|
+
""" """
|
|
1639
|
+
...
|
|
1640
|
+
|
|
1641
|
+
def driver_remove(self):
|
|
1642
|
+
""" """
|
|
1643
|
+
...
|
|
1644
|
+
|
|
1645
|
+
def get(self):
|
|
1646
|
+
""" """
|
|
1647
|
+
...
|
|
1648
|
+
|
|
1649
|
+
def id_properties_clear(self):
|
|
1650
|
+
""" """
|
|
1651
|
+
...
|
|
1652
|
+
|
|
1653
|
+
def id_properties_ensure(self):
|
|
1654
|
+
""" """
|
|
1655
|
+
...
|
|
1656
|
+
|
|
1657
|
+
def id_properties_ui(self):
|
|
1658
|
+
""" """
|
|
1659
|
+
...
|
|
1660
|
+
|
|
1661
|
+
def is_extended(self):
|
|
1662
|
+
""" """
|
|
1663
|
+
...
|
|
1664
|
+
|
|
1665
|
+
def is_property_hidden(self):
|
|
1666
|
+
""" """
|
|
1667
|
+
...
|
|
1668
|
+
|
|
1669
|
+
def is_property_overridable_library(self):
|
|
1670
|
+
""" """
|
|
1671
|
+
...
|
|
1672
|
+
|
|
1673
|
+
def is_property_readonly(self):
|
|
1674
|
+
""" """
|
|
1675
|
+
...
|
|
1676
|
+
|
|
1677
|
+
def is_property_set(self):
|
|
1678
|
+
""" """
|
|
1679
|
+
...
|
|
1680
|
+
|
|
1681
|
+
def items(self):
|
|
1682
|
+
""" """
|
|
1683
|
+
...
|
|
1684
|
+
|
|
1685
|
+
def keyframe_delete(self):
|
|
1686
|
+
""" """
|
|
1687
|
+
...
|
|
1688
|
+
|
|
1689
|
+
def keyframe_insert(self):
|
|
1690
|
+
""" """
|
|
1691
|
+
...
|
|
1692
|
+
|
|
1693
|
+
def keys(self):
|
|
1694
|
+
""" """
|
|
1695
|
+
...
|
|
1696
|
+
|
|
1697
|
+
def path_from_id(self):
|
|
1698
|
+
""" """
|
|
1699
|
+
...
|
|
1700
|
+
|
|
1701
|
+
def path_resolve(self):
|
|
1702
|
+
""" """
|
|
1703
|
+
...
|
|
1704
|
+
|
|
1705
|
+
def poll(self, context):
|
|
1706
|
+
"""
|
|
1707
|
+
|
|
1708
|
+
:param context:
|
|
1709
|
+
"""
|
|
1710
|
+
...
|
|
1711
|
+
|
|
1712
|
+
def poll_collision(self, context):
|
|
1713
|
+
"""
|
|
1714
|
+
|
|
1715
|
+
:param context:
|
|
1716
|
+
"""
|
|
1717
|
+
...
|
|
1718
|
+
|
|
1719
|
+
def poll_force_field(self, context):
|
|
1720
|
+
"""
|
|
1721
|
+
|
|
1722
|
+
:param context:
|
|
1723
|
+
"""
|
|
1724
|
+
...
|
|
1725
|
+
|
|
1726
|
+
def pop(self):
|
|
1727
|
+
""" """
|
|
1728
|
+
...
|
|
1729
|
+
|
|
1730
|
+
def prepend(self, draw_func):
|
|
1731
|
+
"""
|
|
1732
|
+
|
|
1733
|
+
:param draw_func:
|
|
1734
|
+
"""
|
|
1735
|
+
...
|
|
1736
|
+
|
|
1737
|
+
def property_overridable_library_set(self):
|
|
1738
|
+
""" """
|
|
1739
|
+
...
|
|
1740
|
+
|
|
1741
|
+
def property_unset(self):
|
|
1742
|
+
""" """
|
|
1743
|
+
...
|
|
1744
|
+
|
|
1745
|
+
def remove(self, draw_func):
|
|
1746
|
+
"""
|
|
1747
|
+
|
|
1748
|
+
:param draw_func:
|
|
1749
|
+
"""
|
|
1750
|
+
...
|
|
1751
|
+
|
|
1752
|
+
def type_recast(self):
|
|
1753
|
+
""" """
|
|
1754
|
+
...
|
|
1755
|
+
|
|
1756
|
+
def values(self):
|
|
1757
|
+
""" """
|
|
1758
|
+
...
|
|
1759
|
+
|
|
1760
|
+
class PhysicButtonsPanel:
|
|
1761
|
+
""" """
|
|
1762
|
+
|
|
1763
|
+
bl_context: typing.Any
|
|
1764
|
+
""" """
|
|
1765
|
+
|
|
1766
|
+
bl_region_type: typing.Any
|
|
1767
|
+
""" """
|
|
1768
|
+
|
|
1769
|
+
bl_space_type: typing.Any
|
|
1770
|
+
""" """
|
|
1771
|
+
|
|
1772
|
+
def poll_collision(self, context):
|
|
1773
|
+
"""
|
|
1774
|
+
|
|
1775
|
+
:param context:
|
|
1776
|
+
"""
|
|
1777
|
+
...
|
|
1778
|
+
|
|
1779
|
+
def poll_force_field(self, context):
|
|
1780
|
+
"""
|
|
1781
|
+
|
|
1782
|
+
:param context:
|
|
1783
|
+
"""
|
|
1784
|
+
...
|
|
1785
|
+
|
|
1786
|
+
def collision_warning(layout):
|
|
1787
|
+
""" """
|
|
424
1788
|
|
|
425
|
-
|
|
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 driver_add(self): ...
|
|
431
|
-
def driver_remove(self): ...
|
|
432
|
-
def get(self): ...
|
|
433
|
-
def id_properties_clear(self): ...
|
|
434
|
-
def id_properties_ensure(self): ...
|
|
435
|
-
def id_properties_ui(self): ...
|
|
436
|
-
def is_extended(self): ...
|
|
437
|
-
def is_property_hidden(self): ...
|
|
438
|
-
def is_property_overridable_library(self): ...
|
|
439
|
-
def is_property_readonly(self): ...
|
|
440
|
-
def is_property_set(self): ...
|
|
441
|
-
def items(self): ...
|
|
442
|
-
def keyframe_delete(self): ...
|
|
443
|
-
def keyframe_insert(self): ...
|
|
444
|
-
def keys(self): ...
|
|
445
|
-
def path_from_id(self): ...
|
|
446
|
-
def path_resolve(self): ...
|
|
447
|
-
def poll(self, context): ...
|
|
448
|
-
def poll_collision(self, context): ...
|
|
449
|
-
def poll_force_field(self, context): ...
|
|
450
|
-
def pop(self): ...
|
|
451
|
-
def prepend(self, draw_func): ...
|
|
452
|
-
def property_overridable_library_set(self): ...
|
|
453
|
-
def property_unset(self): ...
|
|
454
|
-
def remove(self, draw_func): ...
|
|
455
|
-
def type_recast(self): ...
|
|
456
|
-
def values(self): ...
|
|
457
|
-
|
|
458
|
-
def collision_warning(layout): ...
|
|
1789
|
+
...
|