fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.utils
|
|
2
3
|
import bpy_types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class CLOTH_PT_presets(bpy_types._GenericUI):
|
|
7
|
+
class CLOTH_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
7
8
|
""" """
|
|
8
9
|
|
|
9
10
|
bl_label: typing.Any
|
|
@@ -199,7 +200,26 @@ class CLOTH_PT_presets(bpy_types._GenericUI):
|
|
|
199
200
|
""" """
|
|
200
201
|
...
|
|
201
202
|
|
|
202
|
-
class
|
|
203
|
+
class PhysicButtonsPanel:
|
|
204
|
+
""" """
|
|
205
|
+
|
|
206
|
+
bl_context: typing.Any
|
|
207
|
+
""" """
|
|
208
|
+
|
|
209
|
+
bl_region_type: typing.Any
|
|
210
|
+
""" """
|
|
211
|
+
|
|
212
|
+
bl_space_type: typing.Any
|
|
213
|
+
""" """
|
|
214
|
+
|
|
215
|
+
def poll(self, context):
|
|
216
|
+
"""
|
|
217
|
+
|
|
218
|
+
:param context:
|
|
219
|
+
"""
|
|
220
|
+
...
|
|
221
|
+
|
|
222
|
+
class PHYSICS_PT_cloth(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
203
223
|
""" """
|
|
204
224
|
|
|
205
225
|
COMPAT_ENGINES: typing.Any
|
|
@@ -365,7 +385,7 @@ class PHYSICS_PT_cloth(bpy_types._GenericUI):
|
|
|
365
385
|
""" """
|
|
366
386
|
...
|
|
367
387
|
|
|
368
|
-
class PHYSICS_PT_cloth_cache(bpy_types._GenericUI):
|
|
388
|
+
class PHYSICS_PT_cloth_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
369
389
|
""" """
|
|
370
390
|
|
|
371
391
|
COMPAT_ENGINES: typing.Any
|
|
@@ -530,7 +550,9 @@ class PHYSICS_PT_cloth_cache(bpy_types._GenericUI):
|
|
|
530
550
|
""" """
|
|
531
551
|
...
|
|
532
552
|
|
|
533
|
-
class PHYSICS_PT_cloth_collision(
|
|
553
|
+
class PHYSICS_PT_cloth_collision(
|
|
554
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
555
|
+
):
|
|
534
556
|
""" """
|
|
535
557
|
|
|
536
558
|
COMPAT_ENGINES: typing.Any
|
|
@@ -695,7 +717,9 @@ class PHYSICS_PT_cloth_collision(bpy_types._GenericUI):
|
|
|
695
717
|
""" """
|
|
696
718
|
...
|
|
697
719
|
|
|
698
|
-
class PHYSICS_PT_cloth_damping(
|
|
720
|
+
class PHYSICS_PT_cloth_damping(
|
|
721
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
722
|
+
):
|
|
699
723
|
""" """
|
|
700
724
|
|
|
701
725
|
COMPAT_ENGINES: typing.Any
|
|
@@ -857,7 +881,9 @@ class PHYSICS_PT_cloth_damping(bpy_types._GenericUI):
|
|
|
857
881
|
""" """
|
|
858
882
|
...
|
|
859
883
|
|
|
860
|
-
class PHYSICS_PT_cloth_field_weights(
|
|
884
|
+
class PHYSICS_PT_cloth_field_weights(
|
|
885
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
886
|
+
):
|
|
861
887
|
""" """
|
|
862
888
|
|
|
863
889
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1022,7 +1048,9 @@ class PHYSICS_PT_cloth_field_weights(bpy_types._GenericUI):
|
|
|
1022
1048
|
""" """
|
|
1023
1049
|
...
|
|
1024
1050
|
|
|
1025
|
-
class PHYSICS_PT_cloth_internal_springs(
|
|
1051
|
+
class PHYSICS_PT_cloth_internal_springs(
|
|
1052
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1053
|
+
):
|
|
1026
1054
|
""" """
|
|
1027
1055
|
|
|
1028
1056
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1191,7 +1219,9 @@ class PHYSICS_PT_cloth_internal_springs(bpy_types._GenericUI):
|
|
|
1191
1219
|
""" """
|
|
1192
1220
|
...
|
|
1193
1221
|
|
|
1194
|
-
class PHYSICS_PT_cloth_object_collision(
|
|
1222
|
+
class PHYSICS_PT_cloth_object_collision(
|
|
1223
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1224
|
+
):
|
|
1195
1225
|
""" """
|
|
1196
1226
|
|
|
1197
1227
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1360,7 +1390,9 @@ class PHYSICS_PT_cloth_object_collision(bpy_types._GenericUI):
|
|
|
1360
1390
|
""" """
|
|
1361
1391
|
...
|
|
1362
1392
|
|
|
1363
|
-
class PHYSICS_PT_cloth_physical_properties(
|
|
1393
|
+
class PHYSICS_PT_cloth_physical_properties(
|
|
1394
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1395
|
+
):
|
|
1364
1396
|
""" """
|
|
1365
1397
|
|
|
1366
1398
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1522,7 +1554,9 @@ class PHYSICS_PT_cloth_physical_properties(bpy_types._GenericUI):
|
|
|
1522
1554
|
""" """
|
|
1523
1555
|
...
|
|
1524
1556
|
|
|
1525
|
-
class PHYSICS_PT_cloth_pressure(
|
|
1557
|
+
class PHYSICS_PT_cloth_pressure(
|
|
1558
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1559
|
+
):
|
|
1526
1560
|
""" """
|
|
1527
1561
|
|
|
1528
1562
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1691,7 +1725,9 @@ class PHYSICS_PT_cloth_pressure(bpy_types._GenericUI):
|
|
|
1691
1725
|
""" """
|
|
1692
1726
|
...
|
|
1693
1727
|
|
|
1694
|
-
class PHYSICS_PT_cloth_property_weights(
|
|
1728
|
+
class PHYSICS_PT_cloth_property_weights(
|
|
1729
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1730
|
+
):
|
|
1695
1731
|
""" """
|
|
1696
1732
|
|
|
1697
1733
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1856,7 +1892,9 @@ class PHYSICS_PT_cloth_property_weights(bpy_types._GenericUI):
|
|
|
1856
1892
|
""" """
|
|
1857
1893
|
...
|
|
1858
1894
|
|
|
1859
|
-
class PHYSICS_PT_cloth_self_collision(
|
|
1895
|
+
class PHYSICS_PT_cloth_self_collision(
|
|
1896
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1897
|
+
):
|
|
1860
1898
|
""" """
|
|
1861
1899
|
|
|
1862
1900
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2025,7 +2063,7 @@ class PHYSICS_PT_cloth_self_collision(bpy_types._GenericUI):
|
|
|
2025
2063
|
""" """
|
|
2026
2064
|
...
|
|
2027
2065
|
|
|
2028
|
-
class PHYSICS_PT_cloth_shape(bpy_types._GenericUI):
|
|
2066
|
+
class PHYSICS_PT_cloth_shape(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2029
2067
|
""" """
|
|
2030
2068
|
|
|
2031
2069
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2190,7 +2228,9 @@ class PHYSICS_PT_cloth_shape(bpy_types._GenericUI):
|
|
|
2190
2228
|
""" """
|
|
2191
2229
|
...
|
|
2192
2230
|
|
|
2193
|
-
class PHYSICS_PT_cloth_stiffness(
|
|
2231
|
+
class PHYSICS_PT_cloth_stiffness(
|
|
2232
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2233
|
+
):
|
|
2194
2234
|
""" """
|
|
2195
2235
|
|
|
2196
2236
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2352,25 +2392,6 @@ class PHYSICS_PT_cloth_stiffness(bpy_types._GenericUI):
|
|
|
2352
2392
|
""" """
|
|
2353
2393
|
...
|
|
2354
2394
|
|
|
2355
|
-
class PhysicButtonsPanel:
|
|
2356
|
-
""" """
|
|
2357
|
-
|
|
2358
|
-
bl_context: typing.Any
|
|
2359
|
-
""" """
|
|
2360
|
-
|
|
2361
|
-
bl_region_type: typing.Any
|
|
2362
|
-
""" """
|
|
2363
|
-
|
|
2364
|
-
bl_space_type: typing.Any
|
|
2365
|
-
""" """
|
|
2366
|
-
|
|
2367
|
-
def poll(self, context):
|
|
2368
|
-
"""
|
|
2369
|
-
|
|
2370
|
-
:param context:
|
|
2371
|
-
"""
|
|
2372
|
-
...
|
|
2373
|
-
|
|
2374
2395
|
def cloth_panel_enabled(md):
|
|
2375
2396
|
""" """
|
|
2376
2397
|
|
|
@@ -3,7 +3,26 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
6
|
+
class PhysicButtonsPanel:
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
|
+
bl_context: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
12
|
+
bl_region_type: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
15
|
+
bl_space_type: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
|
+
def poll(self, context):
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
:param context:
|
|
22
|
+
"""
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
class PHYSICS_PT_add(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
7
26
|
""" """
|
|
8
27
|
|
|
9
28
|
COMPAT_ENGINES: typing.Any
|
|
@@ -165,25 +184,6 @@ class PHYSICS_PT_add(bpy_types._GenericUI):
|
|
|
165
184
|
""" """
|
|
166
185
|
...
|
|
167
186
|
|
|
168
|
-
class PhysicButtonsPanel:
|
|
169
|
-
""" """
|
|
170
|
-
|
|
171
|
-
bl_context: typing.Any
|
|
172
|
-
""" """
|
|
173
|
-
|
|
174
|
-
bl_region_type: typing.Any
|
|
175
|
-
""" """
|
|
176
|
-
|
|
177
|
-
bl_space_type: typing.Any
|
|
178
|
-
""" """
|
|
179
|
-
|
|
180
|
-
def poll(self, context):
|
|
181
|
-
"""
|
|
182
|
-
|
|
183
|
-
:param context:
|
|
184
|
-
"""
|
|
185
|
-
...
|
|
186
|
-
|
|
187
187
|
def basic_force_field_falloff_ui(field):
|
|
188
188
|
""" """
|
|
189
189
|
|