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
|
@@ -3,7 +3,33 @@ 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_collision(self, context):
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
:param context:
|
|
22
|
+
"""
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
def poll_force_field(self, context):
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
:param context:
|
|
29
|
+
"""
|
|
30
|
+
...
|
|
31
|
+
|
|
32
|
+
class PHYSICS_PT_collision(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
7
33
|
""" """
|
|
8
34
|
|
|
9
35
|
COMPAT_ENGINES: typing.Any
|
|
@@ -176,7 +202,9 @@ class PHYSICS_PT_collision(bpy_types._GenericUI):
|
|
|
176
202
|
""" """
|
|
177
203
|
...
|
|
178
204
|
|
|
179
|
-
class PHYSICS_PT_collision_particle(
|
|
205
|
+
class PHYSICS_PT_collision_particle(
|
|
206
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
207
|
+
):
|
|
180
208
|
""" """
|
|
181
209
|
|
|
182
210
|
COMPAT_ENGINES: typing.Any
|
|
@@ -352,7 +380,9 @@ class PHYSICS_PT_collision_particle(bpy_types._GenericUI):
|
|
|
352
380
|
""" """
|
|
353
381
|
...
|
|
354
382
|
|
|
355
|
-
class PHYSICS_PT_collision_softbody(
|
|
383
|
+
class PHYSICS_PT_collision_softbody(
|
|
384
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
385
|
+
):
|
|
356
386
|
""" """
|
|
357
387
|
|
|
358
388
|
COMPAT_ENGINES: typing.Any
|
|
@@ -528,7 +558,7 @@ class PHYSICS_PT_collision_softbody(bpy_types._GenericUI):
|
|
|
528
558
|
""" """
|
|
529
559
|
...
|
|
530
560
|
|
|
531
|
-
class PHYSICS_PT_field(bpy_types._GenericUI):
|
|
561
|
+
class PHYSICS_PT_field(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
532
562
|
""" """
|
|
533
563
|
|
|
534
564
|
COMPAT_ENGINES: typing.Any
|
|
@@ -701,7 +731,9 @@ class PHYSICS_PT_field(bpy_types._GenericUI):
|
|
|
701
731
|
""" """
|
|
702
732
|
...
|
|
703
733
|
|
|
704
|
-
class PHYSICS_PT_field_falloff(
|
|
734
|
+
class PHYSICS_PT_field_falloff(
|
|
735
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
736
|
+
):
|
|
705
737
|
""" """
|
|
706
738
|
|
|
707
739
|
COMPAT_ENGINES: typing.Any
|
|
@@ -877,7 +909,9 @@ class PHYSICS_PT_field_falloff(bpy_types._GenericUI):
|
|
|
877
909
|
""" """
|
|
878
910
|
...
|
|
879
911
|
|
|
880
|
-
class PHYSICS_PT_field_falloff_angular(
|
|
912
|
+
class PHYSICS_PT_field_falloff_angular(
|
|
913
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
914
|
+
):
|
|
881
915
|
""" """
|
|
882
916
|
|
|
883
917
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1053,7 +1087,9 @@ class PHYSICS_PT_field_falloff_angular(bpy_types._GenericUI):
|
|
|
1053
1087
|
""" """
|
|
1054
1088
|
...
|
|
1055
1089
|
|
|
1056
|
-
class PHYSICS_PT_field_falloff_radial(
|
|
1090
|
+
class PHYSICS_PT_field_falloff_radial(
|
|
1091
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1092
|
+
):
|
|
1057
1093
|
""" """
|
|
1058
1094
|
|
|
1059
1095
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1229,7 +1265,9 @@ class PHYSICS_PT_field_falloff_radial(bpy_types._GenericUI):
|
|
|
1229
1265
|
""" """
|
|
1230
1266
|
...
|
|
1231
1267
|
|
|
1232
|
-
class PHYSICS_PT_field_settings(
|
|
1268
|
+
class PHYSICS_PT_field_settings(
|
|
1269
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1270
|
+
):
|
|
1233
1271
|
""" """
|
|
1234
1272
|
|
|
1235
1273
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1405,7 +1443,9 @@ class PHYSICS_PT_field_settings(bpy_types._GenericUI):
|
|
|
1405
1443
|
""" """
|
|
1406
1444
|
...
|
|
1407
1445
|
|
|
1408
|
-
class PHYSICS_PT_field_settings_kink(
|
|
1446
|
+
class PHYSICS_PT_field_settings_kink(
|
|
1447
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1448
|
+
):
|
|
1409
1449
|
""" """
|
|
1410
1450
|
|
|
1411
1451
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1581,7 +1621,9 @@ class PHYSICS_PT_field_settings_kink(bpy_types._GenericUI):
|
|
|
1581
1621
|
""" """
|
|
1582
1622
|
...
|
|
1583
1623
|
|
|
1584
|
-
class PHYSICS_PT_field_settings_texture_select(
|
|
1624
|
+
class PHYSICS_PT_field_settings_texture_select(
|
|
1625
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1626
|
+
):
|
|
1585
1627
|
""" """
|
|
1586
1628
|
|
|
1587
1629
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1757,32 +1799,6 @@ class PHYSICS_PT_field_settings_texture_select(bpy_types._GenericUI):
|
|
|
1757
1799
|
""" """
|
|
1758
1800
|
...
|
|
1759
1801
|
|
|
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
1802
|
def collision_warning(layout):
|
|
1787
1803
|
""" """
|
|
1788
1804
|
|
|
@@ -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 FLUID_PT_presets(bpy_types._GenericUI):
|
|
7
|
+
class FLUID_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,77 @@ class FLUID_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 check_domain_has_unbaked_guide(self, domain):
|
|
216
|
+
"""
|
|
217
|
+
|
|
218
|
+
:param domain:
|
|
219
|
+
"""
|
|
220
|
+
...
|
|
221
|
+
|
|
222
|
+
def poll_fluid(self, context):
|
|
223
|
+
"""
|
|
224
|
+
|
|
225
|
+
:param context:
|
|
226
|
+
"""
|
|
227
|
+
...
|
|
228
|
+
|
|
229
|
+
def poll_fluid_domain(self, context):
|
|
230
|
+
"""
|
|
231
|
+
|
|
232
|
+
:param context:
|
|
233
|
+
"""
|
|
234
|
+
...
|
|
235
|
+
|
|
236
|
+
def poll_fluid_flow(self, context):
|
|
237
|
+
"""
|
|
238
|
+
|
|
239
|
+
:param context:
|
|
240
|
+
"""
|
|
241
|
+
...
|
|
242
|
+
|
|
243
|
+
def poll_fluid_flow_liquid(self, context):
|
|
244
|
+
"""
|
|
245
|
+
|
|
246
|
+
:param context:
|
|
247
|
+
"""
|
|
248
|
+
...
|
|
249
|
+
|
|
250
|
+
def poll_fluid_flow_outflow(self, context):
|
|
251
|
+
"""
|
|
252
|
+
|
|
253
|
+
:param context:
|
|
254
|
+
"""
|
|
255
|
+
...
|
|
256
|
+
|
|
257
|
+
def poll_gas_domain(self, context):
|
|
258
|
+
"""
|
|
259
|
+
|
|
260
|
+
:param context:
|
|
261
|
+
"""
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
def poll_liquid_domain(self, context):
|
|
265
|
+
"""
|
|
266
|
+
|
|
267
|
+
:param context:
|
|
268
|
+
"""
|
|
269
|
+
...
|
|
270
|
+
|
|
271
|
+
class PHYSICS_PT_adaptive_domain(
|
|
272
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
273
|
+
):
|
|
203
274
|
""" """
|
|
204
275
|
|
|
205
276
|
COMPAT_ENGINES: typing.Any
|
|
@@ -427,7 +498,7 @@ class PHYSICS_PT_adaptive_domain(bpy_types._GenericUI):
|
|
|
427
498
|
""" """
|
|
428
499
|
...
|
|
429
500
|
|
|
430
|
-
class PHYSICS_PT_borders(bpy_types._GenericUI):
|
|
501
|
+
class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
431
502
|
""" """
|
|
432
503
|
|
|
433
504
|
COMPAT_ENGINES: typing.Any
|
|
@@ -645,7 +716,7 @@ class PHYSICS_PT_borders(bpy_types._GenericUI):
|
|
|
645
716
|
""" """
|
|
646
717
|
...
|
|
647
718
|
|
|
648
|
-
class PHYSICS_PT_cache(bpy_types._GenericUI):
|
|
719
|
+
class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
649
720
|
""" """
|
|
650
721
|
|
|
651
722
|
COMPAT_ENGINES: typing.Any
|
|
@@ -863,7 +934,7 @@ class PHYSICS_PT_cache(bpy_types._GenericUI):
|
|
|
863
934
|
""" """
|
|
864
935
|
...
|
|
865
936
|
|
|
866
|
-
class PHYSICS_PT_collections(bpy_types._GenericUI):
|
|
937
|
+
class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
867
938
|
""" """
|
|
868
939
|
|
|
869
940
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1084,7 +1155,7 @@ class PHYSICS_PT_collections(bpy_types._GenericUI):
|
|
|
1084
1155
|
""" """
|
|
1085
1156
|
...
|
|
1086
1157
|
|
|
1087
|
-
class PHYSICS_PT_diffusion(bpy_types._GenericUI):
|
|
1158
|
+
class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1088
1159
|
""" """
|
|
1089
1160
|
|
|
1090
1161
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1319,7 +1390,7 @@ class PHYSICS_PT_diffusion(bpy_types._GenericUI):
|
|
|
1319
1390
|
""" """
|
|
1320
1391
|
...
|
|
1321
1392
|
|
|
1322
|
-
class PHYSICS_PT_export(bpy_types._GenericUI):
|
|
1393
|
+
class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1323
1394
|
""" """
|
|
1324
1395
|
|
|
1325
1396
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1540,7 +1611,9 @@ class PHYSICS_PT_export(bpy_types._GenericUI):
|
|
|
1540
1611
|
""" """
|
|
1541
1612
|
...
|
|
1542
1613
|
|
|
1543
|
-
class PHYSICS_PT_field_weights(
|
|
1614
|
+
class PHYSICS_PT_field_weights(
|
|
1615
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1616
|
+
):
|
|
1544
1617
|
""" """
|
|
1545
1618
|
|
|
1546
1619
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1761,7 +1834,7 @@ class PHYSICS_PT_field_weights(bpy_types._GenericUI):
|
|
|
1761
1834
|
""" """
|
|
1762
1835
|
...
|
|
1763
1836
|
|
|
1764
|
-
class PHYSICS_PT_fire(bpy_types._GenericUI):
|
|
1837
|
+
class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1765
1838
|
""" """
|
|
1766
1839
|
|
|
1767
1840
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1982,7 +2055,9 @@ class PHYSICS_PT_fire(bpy_types._GenericUI):
|
|
|
1982
2055
|
""" """
|
|
1983
2056
|
...
|
|
1984
2057
|
|
|
1985
|
-
class PHYSICS_PT_flow_initial_velocity(
|
|
2058
|
+
class PHYSICS_PT_flow_initial_velocity(
|
|
2059
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2060
|
+
):
|
|
1986
2061
|
""" """
|
|
1987
2062
|
|
|
1988
2063
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2207,7 +2282,7 @@ class PHYSICS_PT_flow_initial_velocity(bpy_types._GenericUI):
|
|
|
2207
2282
|
""" """
|
|
2208
2283
|
...
|
|
2209
2284
|
|
|
2210
|
-
class PHYSICS_PT_flow_source(bpy_types._GenericUI):
|
|
2285
|
+
class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2211
2286
|
""" """
|
|
2212
2287
|
|
|
2213
2288
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2428,7 +2503,9 @@ class PHYSICS_PT_flow_source(bpy_types._GenericUI):
|
|
|
2428
2503
|
""" """
|
|
2429
2504
|
...
|
|
2430
2505
|
|
|
2431
|
-
class PHYSICS_PT_flow_texture(
|
|
2506
|
+
class PHYSICS_PT_flow_texture(
|
|
2507
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2508
|
+
):
|
|
2432
2509
|
""" """
|
|
2433
2510
|
|
|
2434
2511
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2656,7 +2733,7 @@ class PHYSICS_PT_flow_texture(bpy_types._GenericUI):
|
|
|
2656
2733
|
""" """
|
|
2657
2734
|
...
|
|
2658
2735
|
|
|
2659
|
-
class PHYSICS_PT_fluid(bpy_types._GenericUI):
|
|
2736
|
+
class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2660
2737
|
""" """
|
|
2661
2738
|
|
|
2662
2739
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2871,7 +2948,9 @@ class PHYSICS_PT_fluid(bpy_types._GenericUI):
|
|
|
2871
2948
|
""" """
|
|
2872
2949
|
...
|
|
2873
2950
|
|
|
2874
|
-
class PHYSICS_PT_fluid_domain_render(
|
|
2951
|
+
class PHYSICS_PT_fluid_domain_render(
|
|
2952
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2953
|
+
):
|
|
2875
2954
|
""" """
|
|
2876
2955
|
|
|
2877
2956
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3092,7 +3171,7 @@ class PHYSICS_PT_fluid_domain_render(bpy_types._GenericUI):
|
|
|
3092
3171
|
""" """
|
|
3093
3172
|
...
|
|
3094
3173
|
|
|
3095
|
-
class PHYSICS_PT_guide(bpy_types._GenericUI):
|
|
3174
|
+
class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3096
3175
|
""" """
|
|
3097
3176
|
|
|
3098
3177
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3320,7 +3399,7 @@ class PHYSICS_PT_guide(bpy_types._GenericUI):
|
|
|
3320
3399
|
""" """
|
|
3321
3400
|
...
|
|
3322
3401
|
|
|
3323
|
-
class PHYSICS_PT_liquid(bpy_types._GenericUI):
|
|
3402
|
+
class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3324
3403
|
""" """
|
|
3325
3404
|
|
|
3326
3405
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3545,7 +3624,7 @@ class PHYSICS_PT_liquid(bpy_types._GenericUI):
|
|
|
3545
3624
|
""" """
|
|
3546
3625
|
...
|
|
3547
3626
|
|
|
3548
|
-
class PHYSICS_PT_mesh(bpy_types._GenericUI):
|
|
3627
|
+
class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3549
3628
|
""" """
|
|
3550
3629
|
|
|
3551
3630
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3773,7 +3852,7 @@ class PHYSICS_PT_mesh(bpy_types._GenericUI):
|
|
|
3773
3852
|
""" """
|
|
3774
3853
|
...
|
|
3775
3854
|
|
|
3776
|
-
class PHYSICS_PT_noise(bpy_types._GenericUI):
|
|
3855
|
+
class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3777
3856
|
""" """
|
|
3778
3857
|
|
|
3779
3858
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4001,7 +4080,7 @@ class PHYSICS_PT_noise(bpy_types._GenericUI):
|
|
|
4001
4080
|
""" """
|
|
4002
4081
|
...
|
|
4003
4082
|
|
|
4004
|
-
class PHYSICS_PT_particles(bpy_types._GenericUI):
|
|
4083
|
+
class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4005
4084
|
""" """
|
|
4006
4085
|
|
|
4007
4086
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4222,7 +4301,7 @@ class PHYSICS_PT_particles(bpy_types._GenericUI):
|
|
|
4222
4301
|
""" """
|
|
4223
4302
|
...
|
|
4224
4303
|
|
|
4225
|
-
class PHYSICS_PT_settings(bpy_types._GenericUI):
|
|
4304
|
+
class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4226
4305
|
""" """
|
|
4227
4306
|
|
|
4228
4307
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4440,7 +4519,7 @@ class PHYSICS_PT_settings(bpy_types._GenericUI):
|
|
|
4440
4519
|
""" """
|
|
4441
4520
|
...
|
|
4442
4521
|
|
|
4443
|
-
class PHYSICS_PT_smoke(bpy_types._GenericUI):
|
|
4522
|
+
class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4444
4523
|
""" """
|
|
4445
4524
|
|
|
4446
4525
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4658,7 +4737,9 @@ class PHYSICS_PT_smoke(bpy_types._GenericUI):
|
|
|
4658
4737
|
""" """
|
|
4659
4738
|
...
|
|
4660
4739
|
|
|
4661
|
-
class PHYSICS_PT_smoke_dissolve(
|
|
4740
|
+
class PHYSICS_PT_smoke_dissolve(
|
|
4741
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4742
|
+
):
|
|
4662
4743
|
""" """
|
|
4663
4744
|
|
|
4664
4745
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4889,7 +4970,9 @@ class PHYSICS_PT_smoke_dissolve(bpy_types._GenericUI):
|
|
|
4889
4970
|
""" """
|
|
4890
4971
|
...
|
|
4891
4972
|
|
|
4892
|
-
class PHYSICS_PT_viewport_display(
|
|
4973
|
+
class PHYSICS_PT_viewport_display(
|
|
4974
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4975
|
+
):
|
|
4893
4976
|
""" """
|
|
4894
4977
|
|
|
4895
4978
|
bl_context: typing.Any
|
|
@@ -5107,7 +5190,9 @@ class PHYSICS_PT_viewport_display(bpy_types._GenericUI):
|
|
|
5107
5190
|
""" """
|
|
5108
5191
|
...
|
|
5109
5192
|
|
|
5110
|
-
class PHYSICS_PT_viewport_display_advanced(
|
|
5193
|
+
class PHYSICS_PT_viewport_display_advanced(
|
|
5194
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5195
|
+
):
|
|
5111
5196
|
""" """
|
|
5112
5197
|
|
|
5113
5198
|
bl_context: typing.Any
|
|
@@ -5325,7 +5410,9 @@ class PHYSICS_PT_viewport_display_advanced(bpy_types._GenericUI):
|
|
|
5325
5410
|
""" """
|
|
5326
5411
|
...
|
|
5327
5412
|
|
|
5328
|
-
class PHYSICS_PT_viewport_display_color(
|
|
5413
|
+
class PHYSICS_PT_viewport_display_color(
|
|
5414
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5415
|
+
):
|
|
5329
5416
|
""" """
|
|
5330
5417
|
|
|
5331
5418
|
bl_context: typing.Any
|
|
@@ -5550,7 +5637,9 @@ class PHYSICS_PT_viewport_display_color(bpy_types._GenericUI):
|
|
|
5550
5637
|
""" """
|
|
5551
5638
|
...
|
|
5552
5639
|
|
|
5553
|
-
class PHYSICS_PT_viewport_display_debug(
|
|
5640
|
+
class PHYSICS_PT_viewport_display_debug(
|
|
5641
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5642
|
+
):
|
|
5554
5643
|
""" """
|
|
5555
5644
|
|
|
5556
5645
|
bl_context: typing.Any
|
|
@@ -5775,7 +5864,9 @@ class PHYSICS_PT_viewport_display_debug(bpy_types._GenericUI):
|
|
|
5775
5864
|
""" """
|
|
5776
5865
|
...
|
|
5777
5866
|
|
|
5778
|
-
class PHYSICS_PT_viewport_display_slicing(
|
|
5867
|
+
class PHYSICS_PT_viewport_display_slicing(
|
|
5868
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5869
|
+
):
|
|
5779
5870
|
""" """
|
|
5780
5871
|
|
|
5781
5872
|
bl_context: typing.Any
|
|
@@ -6000,7 +6091,7 @@ class PHYSICS_PT_viewport_display_slicing(bpy_types._GenericUI):
|
|
|
6000
6091
|
""" """
|
|
6001
6092
|
...
|
|
6002
6093
|
|
|
6003
|
-
class PHYSICS_PT_viscosity(bpy_types._GenericUI):
|
|
6094
|
+
class PHYSICS_PT_viscosity(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
6004
6095
|
""" """
|
|
6005
6096
|
|
|
6006
6097
|
COMPAT_ENGINES: typing.Any
|
|
@@ -6227,71 +6318,3 @@ class PHYSICS_PT_viscosity(bpy_types._GenericUI):
|
|
|
6227
6318
|
def values(self):
|
|
6228
6319
|
""" """
|
|
6229
6320
|
...
|
|
6230
|
-
|
|
6231
|
-
class PhysicButtonsPanel:
|
|
6232
|
-
""" """
|
|
6233
|
-
|
|
6234
|
-
bl_context: typing.Any
|
|
6235
|
-
""" """
|
|
6236
|
-
|
|
6237
|
-
bl_region_type: typing.Any
|
|
6238
|
-
""" """
|
|
6239
|
-
|
|
6240
|
-
bl_space_type: typing.Any
|
|
6241
|
-
""" """
|
|
6242
|
-
|
|
6243
|
-
def check_domain_has_unbaked_guide(self, domain):
|
|
6244
|
-
"""
|
|
6245
|
-
|
|
6246
|
-
:param domain:
|
|
6247
|
-
"""
|
|
6248
|
-
...
|
|
6249
|
-
|
|
6250
|
-
def poll_fluid(self, context):
|
|
6251
|
-
"""
|
|
6252
|
-
|
|
6253
|
-
:param context:
|
|
6254
|
-
"""
|
|
6255
|
-
...
|
|
6256
|
-
|
|
6257
|
-
def poll_fluid_domain(self, context):
|
|
6258
|
-
"""
|
|
6259
|
-
|
|
6260
|
-
:param context:
|
|
6261
|
-
"""
|
|
6262
|
-
...
|
|
6263
|
-
|
|
6264
|
-
def poll_fluid_flow(self, context):
|
|
6265
|
-
"""
|
|
6266
|
-
|
|
6267
|
-
:param context:
|
|
6268
|
-
"""
|
|
6269
|
-
...
|
|
6270
|
-
|
|
6271
|
-
def poll_fluid_flow_liquid(self, context):
|
|
6272
|
-
"""
|
|
6273
|
-
|
|
6274
|
-
:param context:
|
|
6275
|
-
"""
|
|
6276
|
-
...
|
|
6277
|
-
|
|
6278
|
-
def poll_fluid_flow_outflow(self, context):
|
|
6279
|
-
"""
|
|
6280
|
-
|
|
6281
|
-
:param context:
|
|
6282
|
-
"""
|
|
6283
|
-
...
|
|
6284
|
-
|
|
6285
|
-
def poll_gas_domain(self, context):
|
|
6286
|
-
"""
|
|
6287
|
-
|
|
6288
|
-
:param context:
|
|
6289
|
-
"""
|
|
6290
|
-
...
|
|
6291
|
-
|
|
6292
|
-
def poll_liquid_domain(self, context):
|
|
6293
|
-
"""
|
|
6294
|
-
|
|
6295
|
-
:param context:
|
|
6296
|
-
"""
|
|
6297
|
-
...
|
|
@@ -3,7 +3,21 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
6
|
+
class PHYSICS_PT_rigidbody_panel:
|
|
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
|
+
class PHYSICS_PT_rigid_body(
|
|
19
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
20
|
+
):
|
|
7
21
|
""" """
|
|
8
22
|
|
|
9
23
|
COMPAT_ENGINES: typing.Any
|
|
@@ -162,7 +176,9 @@ class PHYSICS_PT_rigid_body(bpy_types._GenericUI):
|
|
|
162
176
|
""" """
|
|
163
177
|
...
|
|
164
178
|
|
|
165
|
-
class PHYSICS_PT_rigid_body_collisions(
|
|
179
|
+
class PHYSICS_PT_rigid_body_collisions(
|
|
180
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
181
|
+
):
|
|
166
182
|
""" """
|
|
167
183
|
|
|
168
184
|
COMPAT_ENGINES: typing.Any
|
|
@@ -324,7 +340,9 @@ class PHYSICS_PT_rigid_body_collisions(bpy_types._GenericUI):
|
|
|
324
340
|
""" """
|
|
325
341
|
...
|
|
326
342
|
|
|
327
|
-
class PHYSICS_PT_rigid_body_collisions_collections(
|
|
343
|
+
class PHYSICS_PT_rigid_body_collisions_collections(
|
|
344
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
345
|
+
):
|
|
328
346
|
""" """
|
|
329
347
|
|
|
330
348
|
COMPAT_ENGINES: typing.Any
|
|
@@ -489,7 +507,9 @@ class PHYSICS_PT_rigid_body_collisions_collections(bpy_types._GenericUI):
|
|
|
489
507
|
""" """
|
|
490
508
|
...
|
|
491
509
|
|
|
492
|
-
class PHYSICS_PT_rigid_body_collisions_sensitivity(
|
|
510
|
+
class PHYSICS_PT_rigid_body_collisions_sensitivity(
|
|
511
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
512
|
+
):
|
|
493
513
|
""" """
|
|
494
514
|
|
|
495
515
|
COMPAT_ENGINES: typing.Any
|
|
@@ -654,7 +674,9 @@ class PHYSICS_PT_rigid_body_collisions_sensitivity(bpy_types._GenericUI):
|
|
|
654
674
|
""" """
|
|
655
675
|
...
|
|
656
676
|
|
|
657
|
-
class PHYSICS_PT_rigid_body_collisions_surface(
|
|
677
|
+
class PHYSICS_PT_rigid_body_collisions_surface(
|
|
678
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
679
|
+
):
|
|
658
680
|
""" """
|
|
659
681
|
|
|
660
682
|
COMPAT_ENGINES: typing.Any
|
|
@@ -819,7 +841,9 @@ class PHYSICS_PT_rigid_body_collisions_surface(bpy_types._GenericUI):
|
|
|
819
841
|
""" """
|
|
820
842
|
...
|
|
821
843
|
|
|
822
|
-
class PHYSICS_PT_rigid_body_dynamics(
|
|
844
|
+
class PHYSICS_PT_rigid_body_dynamics(
|
|
845
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
846
|
+
):
|
|
823
847
|
""" """
|
|
824
848
|
|
|
825
849
|
COMPAT_ENGINES: typing.Any
|
|
@@ -984,7 +1008,9 @@ class PHYSICS_PT_rigid_body_dynamics(bpy_types._GenericUI):
|
|
|
984
1008
|
""" """
|
|
985
1009
|
...
|
|
986
1010
|
|
|
987
|
-
class PHYSICS_PT_rigid_body_dynamics_deactivation(
|
|
1011
|
+
class PHYSICS_PT_rigid_body_dynamics_deactivation(
|
|
1012
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
1013
|
+
):
|
|
988
1014
|
""" """
|
|
989
1015
|
|
|
990
1016
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1156,7 +1182,9 @@ class PHYSICS_PT_rigid_body_dynamics_deactivation(bpy_types._GenericUI):
|
|
|
1156
1182
|
""" """
|
|
1157
1183
|
...
|
|
1158
1184
|
|
|
1159
|
-
class PHYSICS_PT_rigid_body_settings(
|
|
1185
|
+
class PHYSICS_PT_rigid_body_settings(
|
|
1186
|
+
bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
1187
|
+
):
|
|
1160
1188
|
""" """
|
|
1161
1189
|
|
|
1162
1190
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1318,18 +1346,6 @@ class PHYSICS_PT_rigid_body_settings(bpy_types._GenericUI):
|
|
|
1318
1346
|
""" """
|
|
1319
1347
|
...
|
|
1320
1348
|
|
|
1321
|
-
class PHYSICS_PT_rigidbody_panel:
|
|
1322
|
-
""" """
|
|
1323
|
-
|
|
1324
|
-
bl_context: typing.Any
|
|
1325
|
-
""" """
|
|
1326
|
-
|
|
1327
|
-
bl_region_type: typing.Any
|
|
1328
|
-
""" """
|
|
1329
|
-
|
|
1330
|
-
bl_space_type: typing.Any
|
|
1331
|
-
""" """
|
|
1332
|
-
|
|
1333
1349
|
def rigid_body_warning(layout, text):
|
|
1334
1350
|
""" """
|
|
1335
1351
|
|