fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -6,31 +6,14 @@ import bpy_types
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class FLUID_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_label: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_region_type: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
bl_rna: typing.Any
|
|
18
|
-
""" """
|
|
19
|
-
|
|
20
12
|
bl_space_type: typing.Any
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
13
|
id_data: typing.Any
|
|
24
|
-
""" """
|
|
25
|
-
|
|
26
14
|
preset_add_operator: typing.Any
|
|
27
|
-
""" """
|
|
28
|
-
|
|
29
15
|
preset_operator: typing.Any
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
16
|
preset_subdir: typing.Any
|
|
33
|
-
""" """
|
|
34
17
|
|
|
35
18
|
def append(self, draw_func):
|
|
36
19
|
"""Append a draw function to this menu,
|
|
@@ -130,10 +113,7 @@ class FLUID_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gene
|
|
|
130
113
|
"""
|
|
131
114
|
...
|
|
132
115
|
|
|
133
|
-
def is_extended(self):
|
|
134
|
-
""" """
|
|
135
|
-
...
|
|
136
|
-
|
|
116
|
+
def is_extended(self): ...
|
|
137
117
|
def is_property_hidden(self) -> bool:
|
|
138
118
|
"""Check if a property is hidden.
|
|
139
119
|
|
|
@@ -296,16 +276,9 @@ class FLUID_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gene
|
|
|
296
276
|
...
|
|
297
277
|
|
|
298
278
|
class PhysicButtonsPanel:
|
|
299
|
-
""" """
|
|
300
|
-
|
|
301
279
|
bl_context: typing.Any
|
|
302
|
-
""" """
|
|
303
|
-
|
|
304
280
|
bl_region_type: typing.Any
|
|
305
|
-
""" """
|
|
306
|
-
|
|
307
281
|
bl_space_type: typing.Any
|
|
308
|
-
""" """
|
|
309
282
|
|
|
310
283
|
def check_domain_has_unbaked_guide(self, domain):
|
|
311
284
|
"""
|
|
@@ -366,34 +339,15 @@ class PhysicButtonsPanel:
|
|
|
366
339
|
class PHYSICS_PT_adaptive_domain(
|
|
367
340
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
368
341
|
):
|
|
369
|
-
""" """
|
|
370
|
-
|
|
371
342
|
COMPAT_ENGINES: typing.Any
|
|
372
|
-
""" """
|
|
373
|
-
|
|
374
343
|
bl_context: typing.Any
|
|
375
|
-
""" """
|
|
376
|
-
|
|
377
344
|
bl_label: typing.Any
|
|
378
|
-
""" """
|
|
379
|
-
|
|
380
345
|
bl_options: typing.Any
|
|
381
|
-
""" """
|
|
382
|
-
|
|
383
346
|
bl_parent_id: typing.Any
|
|
384
|
-
""" """
|
|
385
|
-
|
|
386
347
|
bl_region_type: typing.Any
|
|
387
|
-
""" """
|
|
388
|
-
|
|
389
348
|
bl_rna: typing.Any
|
|
390
|
-
""" """
|
|
391
|
-
|
|
392
349
|
bl_space_type: typing.Any
|
|
393
|
-
""" """
|
|
394
|
-
|
|
395
350
|
id_data: typing.Any
|
|
396
|
-
""" """
|
|
397
351
|
|
|
398
352
|
def append(self, draw_func):
|
|
399
353
|
"""Append a draw function to this menu,
|
|
@@ -492,10 +446,7 @@ class PHYSICS_PT_adaptive_domain(
|
|
|
492
446
|
"""
|
|
493
447
|
...
|
|
494
448
|
|
|
495
|
-
def is_extended(self):
|
|
496
|
-
""" """
|
|
497
|
-
...
|
|
498
|
-
|
|
449
|
+
def is_extended(self): ...
|
|
499
450
|
def is_property_hidden(self) -> bool:
|
|
500
451
|
"""Check if a property is hidden.
|
|
501
452
|
|
|
@@ -680,31 +631,14 @@ class PHYSICS_PT_adaptive_domain(
|
|
|
680
631
|
...
|
|
681
632
|
|
|
682
633
|
class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
683
|
-
""" """
|
|
684
|
-
|
|
685
634
|
COMPAT_ENGINES: typing.Any
|
|
686
|
-
""" """
|
|
687
|
-
|
|
688
635
|
bl_context: typing.Any
|
|
689
|
-
""" """
|
|
690
|
-
|
|
691
636
|
bl_label: typing.Any
|
|
692
|
-
""" """
|
|
693
|
-
|
|
694
637
|
bl_parent_id: typing.Any
|
|
695
|
-
""" """
|
|
696
|
-
|
|
697
638
|
bl_region_type: typing.Any
|
|
698
|
-
""" """
|
|
699
|
-
|
|
700
639
|
bl_rna: typing.Any
|
|
701
|
-
""" """
|
|
702
|
-
|
|
703
640
|
bl_space_type: typing.Any
|
|
704
|
-
""" """
|
|
705
|
-
|
|
706
641
|
id_data: typing.Any
|
|
707
|
-
""" """
|
|
708
642
|
|
|
709
643
|
def append(self, draw_func):
|
|
710
644
|
"""Append a draw function to this menu,
|
|
@@ -796,10 +730,7 @@ class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generic
|
|
|
796
730
|
"""
|
|
797
731
|
...
|
|
798
732
|
|
|
799
|
-
def is_extended(self):
|
|
800
|
-
""" """
|
|
801
|
-
...
|
|
802
|
-
|
|
733
|
+
def is_extended(self): ...
|
|
803
734
|
def is_property_hidden(self) -> bool:
|
|
804
735
|
"""Check if a property is hidden.
|
|
805
736
|
|
|
@@ -984,31 +915,14 @@ class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generic
|
|
|
984
915
|
...
|
|
985
916
|
|
|
986
917
|
class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
987
|
-
""" """
|
|
988
|
-
|
|
989
918
|
COMPAT_ENGINES: typing.Any
|
|
990
|
-
""" """
|
|
991
|
-
|
|
992
919
|
bl_context: typing.Any
|
|
993
|
-
""" """
|
|
994
|
-
|
|
995
920
|
bl_label: typing.Any
|
|
996
|
-
""" """
|
|
997
|
-
|
|
998
921
|
bl_parent_id: typing.Any
|
|
999
|
-
""" """
|
|
1000
|
-
|
|
1001
922
|
bl_region_type: typing.Any
|
|
1002
|
-
""" """
|
|
1003
|
-
|
|
1004
923
|
bl_rna: typing.Any
|
|
1005
|
-
""" """
|
|
1006
|
-
|
|
1007
924
|
bl_space_type: typing.Any
|
|
1008
|
-
""" """
|
|
1009
|
-
|
|
1010
925
|
id_data: typing.Any
|
|
1011
|
-
""" """
|
|
1012
926
|
|
|
1013
927
|
def append(self, draw_func):
|
|
1014
928
|
"""Append a draw function to this menu,
|
|
@@ -1100,10 +1014,7 @@ class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
1100
1014
|
"""
|
|
1101
1015
|
...
|
|
1102
1016
|
|
|
1103
|
-
def is_extended(self):
|
|
1104
|
-
""" """
|
|
1105
|
-
...
|
|
1106
|
-
|
|
1017
|
+
def is_extended(self): ...
|
|
1107
1018
|
def is_property_hidden(self) -> bool:
|
|
1108
1019
|
"""Check if a property is hidden.
|
|
1109
1020
|
|
|
@@ -1288,34 +1199,15 @@ class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
1288
1199
|
...
|
|
1289
1200
|
|
|
1290
1201
|
class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1291
|
-
""" """
|
|
1292
|
-
|
|
1293
1202
|
COMPAT_ENGINES: typing.Any
|
|
1294
|
-
""" """
|
|
1295
|
-
|
|
1296
1203
|
bl_context: typing.Any
|
|
1297
|
-
""" """
|
|
1298
|
-
|
|
1299
1204
|
bl_label: typing.Any
|
|
1300
|
-
""" """
|
|
1301
|
-
|
|
1302
1205
|
bl_options: typing.Any
|
|
1303
|
-
""" """
|
|
1304
|
-
|
|
1305
1206
|
bl_parent_id: typing.Any
|
|
1306
|
-
""" """
|
|
1307
|
-
|
|
1308
1207
|
bl_region_type: typing.Any
|
|
1309
|
-
""" """
|
|
1310
|
-
|
|
1311
1208
|
bl_rna: typing.Any
|
|
1312
|
-
""" """
|
|
1313
|
-
|
|
1314
1209
|
bl_space_type: typing.Any
|
|
1315
|
-
""" """
|
|
1316
|
-
|
|
1317
1210
|
id_data: typing.Any
|
|
1318
|
-
""" """
|
|
1319
1211
|
|
|
1320
1212
|
def append(self, draw_func):
|
|
1321
1213
|
"""Append a draw function to this menu,
|
|
@@ -1407,10 +1299,7 @@ class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
1407
1299
|
"""
|
|
1408
1300
|
...
|
|
1409
1301
|
|
|
1410
|
-
def is_extended(self):
|
|
1411
|
-
""" """
|
|
1412
|
-
...
|
|
1413
|
-
|
|
1302
|
+
def is_extended(self): ...
|
|
1414
1303
|
def is_property_hidden(self) -> bool:
|
|
1415
1304
|
"""Check if a property is hidden.
|
|
1416
1305
|
|
|
@@ -1595,34 +1484,15 @@ class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
1595
1484
|
...
|
|
1596
1485
|
|
|
1597
1486
|
class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1598
|
-
""" """
|
|
1599
|
-
|
|
1600
1487
|
COMPAT_ENGINES: typing.Any
|
|
1601
|
-
""" """
|
|
1602
|
-
|
|
1603
1488
|
bl_context: typing.Any
|
|
1604
|
-
""" """
|
|
1605
|
-
|
|
1606
1489
|
bl_label: typing.Any
|
|
1607
|
-
""" """
|
|
1608
|
-
|
|
1609
1490
|
bl_options: typing.Any
|
|
1610
|
-
""" """
|
|
1611
|
-
|
|
1612
1491
|
bl_parent_id: typing.Any
|
|
1613
|
-
""" """
|
|
1614
|
-
|
|
1615
1492
|
bl_region_type: typing.Any
|
|
1616
|
-
""" """
|
|
1617
|
-
|
|
1618
1493
|
bl_rna: typing.Any
|
|
1619
|
-
""" """
|
|
1620
|
-
|
|
1621
1494
|
bl_space_type: typing.Any
|
|
1622
|
-
""" """
|
|
1623
|
-
|
|
1624
1495
|
id_data: typing.Any
|
|
1625
|
-
""" """
|
|
1626
1496
|
|
|
1627
1497
|
def append(self, draw_func):
|
|
1628
1498
|
"""Append a draw function to this menu,
|
|
@@ -1728,10 +1598,7 @@ class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
1728
1598
|
"""
|
|
1729
1599
|
...
|
|
1730
1600
|
|
|
1731
|
-
def is_extended(self):
|
|
1732
|
-
""" """
|
|
1733
|
-
...
|
|
1734
|
-
|
|
1601
|
+
def is_extended(self): ...
|
|
1735
1602
|
def is_property_hidden(self) -> bool:
|
|
1736
1603
|
"""Check if a property is hidden.
|
|
1737
1604
|
|
|
@@ -1916,34 +1783,15 @@ class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
1916
1783
|
...
|
|
1917
1784
|
|
|
1918
1785
|
class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1919
|
-
""" """
|
|
1920
|
-
|
|
1921
1786
|
COMPAT_ENGINES: typing.Any
|
|
1922
|
-
""" """
|
|
1923
|
-
|
|
1924
1787
|
bl_context: typing.Any
|
|
1925
|
-
""" """
|
|
1926
|
-
|
|
1927
1788
|
bl_label: typing.Any
|
|
1928
|
-
""" """
|
|
1929
|
-
|
|
1930
1789
|
bl_options: typing.Any
|
|
1931
|
-
""" """
|
|
1932
|
-
|
|
1933
1790
|
bl_parent_id: typing.Any
|
|
1934
|
-
""" """
|
|
1935
|
-
|
|
1936
1791
|
bl_region_type: typing.Any
|
|
1937
|
-
""" """
|
|
1938
|
-
|
|
1939
1792
|
bl_rna: typing.Any
|
|
1940
|
-
""" """
|
|
1941
|
-
|
|
1942
1793
|
bl_space_type: typing.Any
|
|
1943
|
-
""" """
|
|
1944
|
-
|
|
1945
1794
|
id_data: typing.Any
|
|
1946
|
-
""" """
|
|
1947
1795
|
|
|
1948
1796
|
def append(self, draw_func):
|
|
1949
1797
|
"""Append a draw function to this menu,
|
|
@@ -2035,10 +1883,7 @@ class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
|
|
|
2035
1883
|
"""
|
|
2036
1884
|
...
|
|
2037
1885
|
|
|
2038
|
-
def is_extended(self):
|
|
2039
|
-
""" """
|
|
2040
|
-
...
|
|
2041
|
-
|
|
1886
|
+
def is_extended(self): ...
|
|
2042
1887
|
def is_property_hidden(self) -> bool:
|
|
2043
1888
|
"""Check if a property is hidden.
|
|
2044
1889
|
|
|
@@ -2225,34 +2070,15 @@ class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
|
|
|
2225
2070
|
class PHYSICS_PT_field_weights(
|
|
2226
2071
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2227
2072
|
):
|
|
2228
|
-
""" """
|
|
2229
|
-
|
|
2230
2073
|
COMPAT_ENGINES: typing.Any
|
|
2231
|
-
""" """
|
|
2232
|
-
|
|
2233
2074
|
bl_context: typing.Any
|
|
2234
|
-
""" """
|
|
2235
|
-
|
|
2236
2075
|
bl_label: typing.Any
|
|
2237
|
-
""" """
|
|
2238
|
-
|
|
2239
2076
|
bl_options: typing.Any
|
|
2240
|
-
""" """
|
|
2241
|
-
|
|
2242
2077
|
bl_parent_id: typing.Any
|
|
2243
|
-
""" """
|
|
2244
|
-
|
|
2245
2078
|
bl_region_type: typing.Any
|
|
2246
|
-
""" """
|
|
2247
|
-
|
|
2248
2079
|
bl_rna: typing.Any
|
|
2249
|
-
""" """
|
|
2250
|
-
|
|
2251
2080
|
bl_space_type: typing.Any
|
|
2252
|
-
""" """
|
|
2253
|
-
|
|
2254
2081
|
id_data: typing.Any
|
|
2255
|
-
""" """
|
|
2256
2082
|
|
|
2257
2083
|
def append(self, draw_func):
|
|
2258
2084
|
"""Append a draw function to this menu,
|
|
@@ -2344,10 +2170,7 @@ class PHYSICS_PT_field_weights(
|
|
|
2344
2170
|
"""
|
|
2345
2171
|
...
|
|
2346
2172
|
|
|
2347
|
-
def is_extended(self):
|
|
2348
|
-
""" """
|
|
2349
|
-
...
|
|
2350
|
-
|
|
2173
|
+
def is_extended(self): ...
|
|
2351
2174
|
def is_property_hidden(self) -> bool:
|
|
2352
2175
|
"""Check if a property is hidden.
|
|
2353
2176
|
|
|
@@ -2532,34 +2355,15 @@ class PHYSICS_PT_field_weights(
|
|
|
2532
2355
|
...
|
|
2533
2356
|
|
|
2534
2357
|
class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2535
|
-
""" """
|
|
2536
|
-
|
|
2537
2358
|
COMPAT_ENGINES: typing.Any
|
|
2538
|
-
""" """
|
|
2539
|
-
|
|
2540
2359
|
bl_context: typing.Any
|
|
2541
|
-
""" """
|
|
2542
|
-
|
|
2543
2360
|
bl_label: typing.Any
|
|
2544
|
-
""" """
|
|
2545
|
-
|
|
2546
2361
|
bl_options: typing.Any
|
|
2547
|
-
""" """
|
|
2548
|
-
|
|
2549
2362
|
bl_parent_id: typing.Any
|
|
2550
|
-
""" """
|
|
2551
|
-
|
|
2552
2363
|
bl_region_type: typing.Any
|
|
2553
|
-
""" """
|
|
2554
|
-
|
|
2555
2364
|
bl_rna: typing.Any
|
|
2556
|
-
""" """
|
|
2557
|
-
|
|
2558
2365
|
bl_space_type: typing.Any
|
|
2559
|
-
""" """
|
|
2560
|
-
|
|
2561
2366
|
id_data: typing.Any
|
|
2562
|
-
""" """
|
|
2563
2367
|
|
|
2564
2368
|
def append(self, draw_func):
|
|
2565
2369
|
"""Append a draw function to this menu,
|
|
@@ -2651,10 +2455,7 @@ class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
|
|
|
2651
2455
|
"""
|
|
2652
2456
|
...
|
|
2653
2457
|
|
|
2654
|
-
def is_extended(self):
|
|
2655
|
-
""" """
|
|
2656
|
-
...
|
|
2657
|
-
|
|
2458
|
+
def is_extended(self): ...
|
|
2658
2459
|
def is_property_hidden(self) -> bool:
|
|
2659
2460
|
"""Check if a property is hidden.
|
|
2660
2461
|
|
|
@@ -2841,31 +2642,14 @@ class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
|
|
|
2841
2642
|
class PHYSICS_PT_flow_initial_velocity(
|
|
2842
2643
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2843
2644
|
):
|
|
2844
|
-
""" """
|
|
2845
|
-
|
|
2846
2645
|
COMPAT_ENGINES: typing.Any
|
|
2847
|
-
""" """
|
|
2848
|
-
|
|
2849
2646
|
bl_context: typing.Any
|
|
2850
|
-
""" """
|
|
2851
|
-
|
|
2852
2647
|
bl_label: typing.Any
|
|
2853
|
-
""" """
|
|
2854
|
-
|
|
2855
2648
|
bl_parent_id: typing.Any
|
|
2856
|
-
""" """
|
|
2857
|
-
|
|
2858
2649
|
bl_region_type: typing.Any
|
|
2859
|
-
""" """
|
|
2860
|
-
|
|
2861
2650
|
bl_rna: typing.Any
|
|
2862
|
-
""" """
|
|
2863
|
-
|
|
2864
2651
|
bl_space_type: typing.Any
|
|
2865
|
-
""" """
|
|
2866
|
-
|
|
2867
2652
|
id_data: typing.Any
|
|
2868
|
-
""" """
|
|
2869
2653
|
|
|
2870
2654
|
def append(self, draw_func):
|
|
2871
2655
|
"""Append a draw function to this menu,
|
|
@@ -2964,10 +2748,7 @@ class PHYSICS_PT_flow_initial_velocity(
|
|
|
2964
2748
|
"""
|
|
2965
2749
|
...
|
|
2966
2750
|
|
|
2967
|
-
def is_extended(self):
|
|
2968
|
-
""" """
|
|
2969
|
-
...
|
|
2970
|
-
|
|
2751
|
+
def is_extended(self): ...
|
|
2971
2752
|
def is_property_hidden(self) -> bool:
|
|
2972
2753
|
"""Check if a property is hidden.
|
|
2973
2754
|
|
|
@@ -3152,34 +2933,15 @@ class PHYSICS_PT_flow_initial_velocity(
|
|
|
3152
2933
|
...
|
|
3153
2934
|
|
|
3154
2935
|
class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3155
|
-
""" """
|
|
3156
|
-
|
|
3157
2936
|
COMPAT_ENGINES: typing.Any
|
|
3158
|
-
""" """
|
|
3159
|
-
|
|
3160
2937
|
bl_context: typing.Any
|
|
3161
|
-
""" """
|
|
3162
|
-
|
|
3163
2938
|
bl_label: typing.Any
|
|
3164
|
-
""" """
|
|
3165
|
-
|
|
3166
2939
|
bl_options: typing.Any
|
|
3167
|
-
""" """
|
|
3168
|
-
|
|
3169
2940
|
bl_parent_id: typing.Any
|
|
3170
|
-
""" """
|
|
3171
|
-
|
|
3172
2941
|
bl_region_type: typing.Any
|
|
3173
|
-
""" """
|
|
3174
|
-
|
|
3175
2942
|
bl_rna: typing.Any
|
|
3176
|
-
""" """
|
|
3177
|
-
|
|
3178
2943
|
bl_space_type: typing.Any
|
|
3179
|
-
""" """
|
|
3180
|
-
|
|
3181
2944
|
id_data: typing.Any
|
|
3182
|
-
""" """
|
|
3183
2945
|
|
|
3184
2946
|
def append(self, draw_func):
|
|
3185
2947
|
"""Append a draw function to this menu,
|
|
@@ -3271,10 +3033,7 @@ class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
3271
3033
|
"""
|
|
3272
3034
|
...
|
|
3273
3035
|
|
|
3274
|
-
def is_extended(self):
|
|
3275
|
-
""" """
|
|
3276
|
-
...
|
|
3277
|
-
|
|
3036
|
+
def is_extended(self): ...
|
|
3278
3037
|
def is_property_hidden(self) -> bool:
|
|
3279
3038
|
"""Check if a property is hidden.
|
|
3280
3039
|
|
|
@@ -3461,34 +3220,15 @@ class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
3461
3220
|
class PHYSICS_PT_flow_texture(
|
|
3462
3221
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3463
3222
|
):
|
|
3464
|
-
""" """
|
|
3465
|
-
|
|
3466
3223
|
COMPAT_ENGINES: typing.Any
|
|
3467
|
-
""" """
|
|
3468
|
-
|
|
3469
3224
|
bl_context: typing.Any
|
|
3470
|
-
""" """
|
|
3471
|
-
|
|
3472
3225
|
bl_label: typing.Any
|
|
3473
|
-
""" """
|
|
3474
|
-
|
|
3475
3226
|
bl_options: typing.Any
|
|
3476
|
-
""" """
|
|
3477
|
-
|
|
3478
3227
|
bl_parent_id: typing.Any
|
|
3479
|
-
""" """
|
|
3480
|
-
|
|
3481
3228
|
bl_region_type: typing.Any
|
|
3482
|
-
""" """
|
|
3483
|
-
|
|
3484
3229
|
bl_rna: typing.Any
|
|
3485
|
-
""" """
|
|
3486
|
-
|
|
3487
3230
|
bl_space_type: typing.Any
|
|
3488
|
-
""" """
|
|
3489
|
-
|
|
3490
3231
|
id_data: typing.Any
|
|
3491
|
-
""" """
|
|
3492
3232
|
|
|
3493
3233
|
def append(self, draw_func):
|
|
3494
3234
|
"""Append a draw function to this menu,
|
|
@@ -3587,10 +3327,7 @@ class PHYSICS_PT_flow_texture(
|
|
|
3587
3327
|
"""
|
|
3588
3328
|
...
|
|
3589
3329
|
|
|
3590
|
-
def is_extended(self):
|
|
3591
|
-
""" """
|
|
3592
|
-
...
|
|
3593
|
-
|
|
3330
|
+
def is_extended(self): ...
|
|
3594
3331
|
def is_property_hidden(self) -> bool:
|
|
3595
3332
|
"""Check if a property is hidden.
|
|
3596
3333
|
|
|
@@ -3775,28 +3512,13 @@ class PHYSICS_PT_flow_texture(
|
|
|
3775
3512
|
...
|
|
3776
3513
|
|
|
3777
3514
|
class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3778
|
-
""" """
|
|
3779
|
-
|
|
3780
3515
|
COMPAT_ENGINES: typing.Any
|
|
3781
|
-
""" """
|
|
3782
|
-
|
|
3783
3516
|
bl_context: typing.Any
|
|
3784
|
-
""" """
|
|
3785
|
-
|
|
3786
3517
|
bl_label: typing.Any
|
|
3787
|
-
""" """
|
|
3788
|
-
|
|
3789
3518
|
bl_region_type: typing.Any
|
|
3790
|
-
""" """
|
|
3791
|
-
|
|
3792
3519
|
bl_rna: typing.Any
|
|
3793
|
-
""" """
|
|
3794
|
-
|
|
3795
3520
|
bl_space_type: typing.Any
|
|
3796
|
-
""" """
|
|
3797
|
-
|
|
3798
3521
|
id_data: typing.Any
|
|
3799
|
-
""" """
|
|
3800
3522
|
|
|
3801
3523
|
def append(self, draw_func):
|
|
3802
3524
|
"""Append a draw function to this menu,
|
|
@@ -3888,10 +3610,7 @@ class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
3888
3610
|
"""
|
|
3889
3611
|
...
|
|
3890
3612
|
|
|
3891
|
-
def is_extended(self):
|
|
3892
|
-
""" """
|
|
3893
|
-
...
|
|
3894
|
-
|
|
3613
|
+
def is_extended(self): ...
|
|
3895
3614
|
def is_property_hidden(self) -> bool:
|
|
3896
3615
|
"""Check if a property is hidden.
|
|
3897
3616
|
|
|
@@ -4078,34 +3797,15 @@ class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
4078
3797
|
class PHYSICS_PT_fluid_domain_render(
|
|
4079
3798
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4080
3799
|
):
|
|
4081
|
-
""" """
|
|
4082
|
-
|
|
4083
3800
|
COMPAT_ENGINES: typing.Any
|
|
4084
|
-
""" """
|
|
4085
|
-
|
|
4086
3801
|
bl_context: typing.Any
|
|
4087
|
-
""" """
|
|
4088
|
-
|
|
4089
3802
|
bl_label: typing.Any
|
|
4090
|
-
""" """
|
|
4091
|
-
|
|
4092
3803
|
bl_options: typing.Any
|
|
4093
|
-
""" """
|
|
4094
|
-
|
|
4095
3804
|
bl_parent_id: typing.Any
|
|
4096
|
-
""" """
|
|
4097
|
-
|
|
4098
3805
|
bl_region_type: typing.Any
|
|
4099
|
-
""" """
|
|
4100
|
-
|
|
4101
3806
|
bl_rna: typing.Any
|
|
4102
|
-
""" """
|
|
4103
|
-
|
|
4104
3807
|
bl_space_type: typing.Any
|
|
4105
|
-
""" """
|
|
4106
|
-
|
|
4107
3808
|
id_data: typing.Any
|
|
4108
|
-
""" """
|
|
4109
3809
|
|
|
4110
3810
|
def append(self, draw_func):
|
|
4111
3811
|
"""Append a draw function to this menu,
|
|
@@ -4197,10 +3897,7 @@ class PHYSICS_PT_fluid_domain_render(
|
|
|
4197
3897
|
"""
|
|
4198
3898
|
...
|
|
4199
3899
|
|
|
4200
|
-
def is_extended(self):
|
|
4201
|
-
""" """
|
|
4202
|
-
...
|
|
4203
|
-
|
|
3900
|
+
def is_extended(self): ...
|
|
4204
3901
|
def is_property_hidden(self) -> bool:
|
|
4205
3902
|
"""Check if a property is hidden.
|
|
4206
3903
|
|
|
@@ -4385,34 +4082,15 @@ class PHYSICS_PT_fluid_domain_render(
|
|
|
4385
4082
|
...
|
|
4386
4083
|
|
|
4387
4084
|
class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4388
|
-
""" """
|
|
4389
|
-
|
|
4390
4085
|
COMPAT_ENGINES: typing.Any
|
|
4391
|
-
""" """
|
|
4392
|
-
|
|
4393
4086
|
bl_context: typing.Any
|
|
4394
|
-
""" """
|
|
4395
|
-
|
|
4396
4087
|
bl_label: typing.Any
|
|
4397
|
-
""" """
|
|
4398
|
-
|
|
4399
4088
|
bl_options: typing.Any
|
|
4400
|
-
""" """
|
|
4401
|
-
|
|
4402
4089
|
bl_parent_id: typing.Any
|
|
4403
|
-
""" """
|
|
4404
|
-
|
|
4405
4090
|
bl_region_type: typing.Any
|
|
4406
|
-
""" """
|
|
4407
|
-
|
|
4408
4091
|
bl_rna: typing.Any
|
|
4409
|
-
""" """
|
|
4410
|
-
|
|
4411
4092
|
bl_space_type: typing.Any
|
|
4412
|
-
""" """
|
|
4413
|
-
|
|
4414
4093
|
id_data: typing.Any
|
|
4415
|
-
""" """
|
|
4416
4094
|
|
|
4417
4095
|
def append(self, draw_func):
|
|
4418
4096
|
"""Append a draw function to this menu,
|
|
@@ -4511,10 +4189,7 @@ class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
4511
4189
|
"""
|
|
4512
4190
|
...
|
|
4513
4191
|
|
|
4514
|
-
def is_extended(self):
|
|
4515
|
-
""" """
|
|
4516
|
-
...
|
|
4517
|
-
|
|
4192
|
+
def is_extended(self): ...
|
|
4518
4193
|
def is_property_hidden(self) -> bool:
|
|
4519
4194
|
"""Check if a property is hidden.
|
|
4520
4195
|
|
|
@@ -4699,31 +4374,14 @@ class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
4699
4374
|
...
|
|
4700
4375
|
|
|
4701
4376
|
class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4702
|
-
""" """
|
|
4703
|
-
|
|
4704
4377
|
COMPAT_ENGINES: typing.Any
|
|
4705
|
-
""" """
|
|
4706
|
-
|
|
4707
4378
|
bl_context: typing.Any
|
|
4708
|
-
""" """
|
|
4709
|
-
|
|
4710
4379
|
bl_label: typing.Any
|
|
4711
|
-
""" """
|
|
4712
|
-
|
|
4713
4380
|
bl_parent_id: typing.Any
|
|
4714
|
-
""" """
|
|
4715
|
-
|
|
4716
4381
|
bl_region_type: typing.Any
|
|
4717
|
-
""" """
|
|
4718
|
-
|
|
4719
4382
|
bl_rna: typing.Any
|
|
4720
|
-
""" """
|
|
4721
|
-
|
|
4722
4383
|
bl_space_type: typing.Any
|
|
4723
|
-
""" """
|
|
4724
|
-
|
|
4725
4384
|
id_data: typing.Any
|
|
4726
|
-
""" """
|
|
4727
4385
|
|
|
4728
4386
|
def append(self, draw_func):
|
|
4729
4387
|
"""Append a draw function to this menu,
|
|
@@ -4822,10 +4480,7 @@ class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
|
|
|
4822
4480
|
"""
|
|
4823
4481
|
...
|
|
4824
4482
|
|
|
4825
|
-
def is_extended(self):
|
|
4826
|
-
""" """
|
|
4827
|
-
...
|
|
4828
|
-
|
|
4483
|
+
def is_extended(self): ...
|
|
4829
4484
|
def is_property_hidden(self) -> bool:
|
|
4830
4485
|
"""Check if a property is hidden.
|
|
4831
4486
|
|
|
@@ -5010,34 +4665,15 @@ class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
|
|
|
5010
4665
|
...
|
|
5011
4666
|
|
|
5012
4667
|
class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
5013
|
-
""" """
|
|
5014
|
-
|
|
5015
4668
|
COMPAT_ENGINES: typing.Any
|
|
5016
|
-
""" """
|
|
5017
|
-
|
|
5018
4669
|
bl_context: typing.Any
|
|
5019
|
-
""" """
|
|
5020
|
-
|
|
5021
4670
|
bl_label: typing.Any
|
|
5022
|
-
""" """
|
|
5023
|
-
|
|
5024
4671
|
bl_options: typing.Any
|
|
5025
|
-
""" """
|
|
5026
|
-
|
|
5027
4672
|
bl_parent_id: typing.Any
|
|
5028
|
-
""" """
|
|
5029
|
-
|
|
5030
4673
|
bl_region_type: typing.Any
|
|
5031
|
-
""" """
|
|
5032
|
-
|
|
5033
4674
|
bl_rna: typing.Any
|
|
5034
|
-
""" """
|
|
5035
|
-
|
|
5036
4675
|
bl_space_type: typing.Any
|
|
5037
|
-
""" """
|
|
5038
|
-
|
|
5039
4676
|
id_data: typing.Any
|
|
5040
|
-
""" """
|
|
5041
4677
|
|
|
5042
4678
|
def append(self, draw_func):
|
|
5043
4679
|
"""Append a draw function to this menu,
|
|
@@ -5136,10 +4772,7 @@ class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
|
|
|
5136
4772
|
"""
|
|
5137
4773
|
...
|
|
5138
4774
|
|
|
5139
|
-
def is_extended(self):
|
|
5140
|
-
""" """
|
|
5141
|
-
...
|
|
5142
|
-
|
|
4775
|
+
def is_extended(self): ...
|
|
5143
4776
|
def is_property_hidden(self) -> bool:
|
|
5144
4777
|
"""Check if a property is hidden.
|
|
5145
4778
|
|
|
@@ -5324,34 +4957,15 @@ class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
|
|
|
5324
4957
|
...
|
|
5325
4958
|
|
|
5326
4959
|
class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
5327
|
-
""" """
|
|
5328
|
-
|
|
5329
4960
|
COMPAT_ENGINES: typing.Any
|
|
5330
|
-
""" """
|
|
5331
|
-
|
|
5332
4961
|
bl_context: typing.Any
|
|
5333
|
-
""" """
|
|
5334
|
-
|
|
5335
4962
|
bl_label: typing.Any
|
|
5336
|
-
""" """
|
|
5337
|
-
|
|
5338
4963
|
bl_options: typing.Any
|
|
5339
|
-
""" """
|
|
5340
|
-
|
|
5341
4964
|
bl_parent_id: typing.Any
|
|
5342
|
-
""" """
|
|
5343
|
-
|
|
5344
4965
|
bl_region_type: typing.Any
|
|
5345
|
-
""" """
|
|
5346
|
-
|
|
5347
4966
|
bl_rna: typing.Any
|
|
5348
|
-
""" """
|
|
5349
|
-
|
|
5350
4967
|
bl_space_type: typing.Any
|
|
5351
|
-
""" """
|
|
5352
|
-
|
|
5353
4968
|
id_data: typing.Any
|
|
5354
|
-
""" """
|
|
5355
4969
|
|
|
5356
4970
|
def append(self, draw_func):
|
|
5357
4971
|
"""Append a draw function to this menu,
|
|
@@ -5450,10 +5064,7 @@ class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
5450
5064
|
"""
|
|
5451
5065
|
...
|
|
5452
5066
|
|
|
5453
|
-
def is_extended(self):
|
|
5454
|
-
""" """
|
|
5455
|
-
...
|
|
5456
|
-
|
|
5067
|
+
def is_extended(self): ...
|
|
5457
5068
|
def is_property_hidden(self) -> bool:
|
|
5458
5069
|
"""Check if a property is hidden.
|
|
5459
5070
|
|
|
@@ -5638,34 +5249,15 @@ class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
5638
5249
|
...
|
|
5639
5250
|
|
|
5640
5251
|
class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
5641
|
-
""" """
|
|
5642
|
-
|
|
5643
5252
|
COMPAT_ENGINES: typing.Any
|
|
5644
|
-
""" """
|
|
5645
|
-
|
|
5646
5253
|
bl_context: typing.Any
|
|
5647
|
-
""" """
|
|
5648
|
-
|
|
5649
5254
|
bl_label: typing.Any
|
|
5650
|
-
""" """
|
|
5651
|
-
|
|
5652
5255
|
bl_options: typing.Any
|
|
5653
|
-
""" """
|
|
5654
|
-
|
|
5655
5256
|
bl_parent_id: typing.Any
|
|
5656
|
-
""" """
|
|
5657
|
-
|
|
5658
5257
|
bl_region_type: typing.Any
|
|
5659
|
-
""" """
|
|
5660
|
-
|
|
5661
5258
|
bl_rna: typing.Any
|
|
5662
|
-
""" """
|
|
5663
|
-
|
|
5664
5259
|
bl_space_type: typing.Any
|
|
5665
|
-
""" """
|
|
5666
|
-
|
|
5667
5260
|
id_data: typing.Any
|
|
5668
|
-
""" """
|
|
5669
5261
|
|
|
5670
5262
|
def append(self, draw_func):
|
|
5671
5263
|
"""Append a draw function to this menu,
|
|
@@ -5757,10 +5349,7 @@ class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
5757
5349
|
"""
|
|
5758
5350
|
...
|
|
5759
5351
|
|
|
5760
|
-
def is_extended(self):
|
|
5761
|
-
""" """
|
|
5762
|
-
...
|
|
5763
|
-
|
|
5352
|
+
def is_extended(self): ...
|
|
5764
5353
|
def is_property_hidden(self) -> bool:
|
|
5765
5354
|
"""Check if a property is hidden.
|
|
5766
5355
|
|
|
@@ -5945,31 +5534,14 @@ class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
5945
5534
|
...
|
|
5946
5535
|
|
|
5947
5536
|
class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
5948
|
-
""" """
|
|
5949
|
-
|
|
5950
5537
|
COMPAT_ENGINES: typing.Any
|
|
5951
|
-
""" """
|
|
5952
|
-
|
|
5953
5538
|
bl_context: typing.Any
|
|
5954
|
-
""" """
|
|
5955
|
-
|
|
5956
5539
|
bl_label: typing.Any
|
|
5957
|
-
""" """
|
|
5958
|
-
|
|
5959
5540
|
bl_parent_id: typing.Any
|
|
5960
|
-
""" """
|
|
5961
|
-
|
|
5962
5541
|
bl_region_type: typing.Any
|
|
5963
|
-
""" """
|
|
5964
|
-
|
|
5965
5542
|
bl_rna: typing.Any
|
|
5966
|
-
""" """
|
|
5967
|
-
|
|
5968
5543
|
bl_space_type: typing.Any
|
|
5969
|
-
""" """
|
|
5970
|
-
|
|
5971
5544
|
id_data: typing.Any
|
|
5972
|
-
""" """
|
|
5973
5545
|
|
|
5974
5546
|
def append(self, draw_func):
|
|
5975
5547
|
"""Append a draw function to this menu,
|
|
@@ -6061,10 +5633,7 @@ class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
|
|
|
6061
5633
|
"""
|
|
6062
5634
|
...
|
|
6063
5635
|
|
|
6064
|
-
def is_extended(self):
|
|
6065
|
-
""" """
|
|
6066
|
-
...
|
|
6067
|
-
|
|
5636
|
+
def is_extended(self): ...
|
|
6068
5637
|
def is_property_hidden(self) -> bool:
|
|
6069
5638
|
"""Check if a property is hidden.
|
|
6070
5639
|
|
|
@@ -6249,31 +5818,14 @@ class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
|
|
|
6249
5818
|
...
|
|
6250
5819
|
|
|
6251
5820
|
class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
6252
|
-
""" """
|
|
6253
|
-
|
|
6254
5821
|
COMPAT_ENGINES: typing.Any
|
|
6255
|
-
""" """
|
|
6256
|
-
|
|
6257
5822
|
bl_context: typing.Any
|
|
6258
|
-
""" """
|
|
6259
|
-
|
|
6260
5823
|
bl_label: typing.Any
|
|
6261
|
-
""" """
|
|
6262
|
-
|
|
6263
5824
|
bl_parent_id: typing.Any
|
|
6264
|
-
""" """
|
|
6265
|
-
|
|
6266
5825
|
bl_region_type: typing.Any
|
|
6267
|
-
""" """
|
|
6268
|
-
|
|
6269
5826
|
bl_rna: typing.Any
|
|
6270
|
-
""" """
|
|
6271
|
-
|
|
6272
5827
|
bl_space_type: typing.Any
|
|
6273
|
-
""" """
|
|
6274
|
-
|
|
6275
5828
|
id_data: typing.Any
|
|
6276
|
-
""" """
|
|
6277
5829
|
|
|
6278
5830
|
def append(self, draw_func):
|
|
6279
5831
|
"""Append a draw function to this menu,
|
|
@@ -6365,10 +5917,7 @@ class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
6365
5917
|
"""
|
|
6366
5918
|
...
|
|
6367
5919
|
|
|
6368
|
-
def is_extended(self):
|
|
6369
|
-
""" """
|
|
6370
|
-
...
|
|
6371
|
-
|
|
5920
|
+
def is_extended(self): ...
|
|
6372
5921
|
def is_property_hidden(self) -> bool:
|
|
6373
5922
|
"""Check if a property is hidden.
|
|
6374
5923
|
|
|
@@ -6555,37 +6104,16 @@ class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
6555
6104
|
class PHYSICS_PT_smoke_dissolve(
|
|
6556
6105
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
6557
6106
|
):
|
|
6558
|
-
""" """
|
|
6559
|
-
|
|
6560
6107
|
COMPAT_ENGINES: typing.Any
|
|
6561
|
-
""" """
|
|
6562
|
-
|
|
6563
6108
|
bl_context: typing.Any
|
|
6564
|
-
""" """
|
|
6565
|
-
|
|
6566
6109
|
bl_label: typing.Any
|
|
6567
|
-
""" """
|
|
6568
|
-
|
|
6569
6110
|
bl_options: typing.Any
|
|
6570
|
-
""" """
|
|
6571
|
-
|
|
6572
6111
|
bl_parent_id: typing.Any
|
|
6573
|
-
""" """
|
|
6574
|
-
|
|
6575
6112
|
bl_region_type: typing.Any
|
|
6576
|
-
""" """
|
|
6577
|
-
|
|
6578
6113
|
bl_rna: typing.Any
|
|
6579
|
-
""" """
|
|
6580
|
-
|
|
6581
6114
|
bl_space_type: typing.Any
|
|
6582
|
-
""" """
|
|
6583
|
-
|
|
6584
6115
|
bl_translation_context: typing.Any
|
|
6585
|
-
""" """
|
|
6586
|
-
|
|
6587
6116
|
id_data: typing.Any
|
|
6588
|
-
""" """
|
|
6589
6117
|
|
|
6590
6118
|
def append(self, draw_func):
|
|
6591
6119
|
"""Append a draw function to this menu,
|
|
@@ -6684,10 +6212,7 @@ class PHYSICS_PT_smoke_dissolve(
|
|
|
6684
6212
|
"""
|
|
6685
6213
|
...
|
|
6686
6214
|
|
|
6687
|
-
def is_extended(self):
|
|
6688
|
-
""" """
|
|
6689
|
-
...
|
|
6690
|
-
|
|
6215
|
+
def is_extended(self): ...
|
|
6691
6216
|
def is_property_hidden(self) -> bool:
|
|
6692
6217
|
"""Check if a property is hidden.
|
|
6693
6218
|
|
|
@@ -6874,31 +6399,14 @@ class PHYSICS_PT_smoke_dissolve(
|
|
|
6874
6399
|
class PHYSICS_PT_viewport_display(
|
|
6875
6400
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
6876
6401
|
):
|
|
6877
|
-
""" """
|
|
6878
|
-
|
|
6879
6402
|
bl_context: typing.Any
|
|
6880
|
-
""" """
|
|
6881
|
-
|
|
6882
6403
|
bl_label: typing.Any
|
|
6883
|
-
""" """
|
|
6884
|
-
|
|
6885
6404
|
bl_options: typing.Any
|
|
6886
|
-
""" """
|
|
6887
|
-
|
|
6888
6405
|
bl_parent_id: typing.Any
|
|
6889
|
-
""" """
|
|
6890
|
-
|
|
6891
6406
|
bl_region_type: typing.Any
|
|
6892
|
-
""" """
|
|
6893
|
-
|
|
6894
6407
|
bl_rna: typing.Any
|
|
6895
|
-
""" """
|
|
6896
|
-
|
|
6897
6408
|
bl_space_type: typing.Any
|
|
6898
|
-
""" """
|
|
6899
|
-
|
|
6900
6409
|
id_data: typing.Any
|
|
6901
|
-
""" """
|
|
6902
6410
|
|
|
6903
6411
|
def append(self, draw_func):
|
|
6904
6412
|
"""Append a draw function to this menu,
|
|
@@ -6990,10 +6498,7 @@ class PHYSICS_PT_viewport_display(
|
|
|
6990
6498
|
"""
|
|
6991
6499
|
...
|
|
6992
6500
|
|
|
6993
|
-
def is_extended(self):
|
|
6994
|
-
""" """
|
|
6995
|
-
...
|
|
6996
|
-
|
|
6501
|
+
def is_extended(self): ...
|
|
6997
6502
|
def is_property_hidden(self) -> bool:
|
|
6998
6503
|
"""Check if a property is hidden.
|
|
6999
6504
|
|
|
@@ -7180,31 +6685,14 @@ class PHYSICS_PT_viewport_display(
|
|
|
7180
6685
|
class PHYSICS_PT_viewport_display_advanced(
|
|
7181
6686
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
7182
6687
|
):
|
|
7183
|
-
""" """
|
|
7184
|
-
|
|
7185
6688
|
bl_context: typing.Any
|
|
7186
|
-
""" """
|
|
7187
|
-
|
|
7188
6689
|
bl_label: typing.Any
|
|
7189
|
-
""" """
|
|
7190
|
-
|
|
7191
6690
|
bl_options: typing.Any
|
|
7192
|
-
""" """
|
|
7193
|
-
|
|
7194
6691
|
bl_parent_id: typing.Any
|
|
7195
|
-
""" """
|
|
7196
|
-
|
|
7197
6692
|
bl_region_type: typing.Any
|
|
7198
|
-
""" """
|
|
7199
|
-
|
|
7200
6693
|
bl_rna: typing.Any
|
|
7201
|
-
""" """
|
|
7202
|
-
|
|
7203
6694
|
bl_space_type: typing.Any
|
|
7204
|
-
""" """
|
|
7205
|
-
|
|
7206
6695
|
id_data: typing.Any
|
|
7207
|
-
""" """
|
|
7208
6696
|
|
|
7209
6697
|
def append(self, draw_func):
|
|
7210
6698
|
"""Append a draw function to this menu,
|
|
@@ -7296,10 +6784,7 @@ class PHYSICS_PT_viewport_display_advanced(
|
|
|
7296
6784
|
"""
|
|
7297
6785
|
...
|
|
7298
6786
|
|
|
7299
|
-
def is_extended(self):
|
|
7300
|
-
""" """
|
|
7301
|
-
...
|
|
7302
|
-
|
|
6787
|
+
def is_extended(self): ...
|
|
7303
6788
|
def is_property_hidden(self) -> bool:
|
|
7304
6789
|
"""Check if a property is hidden.
|
|
7305
6790
|
|
|
@@ -7486,31 +6971,14 @@ class PHYSICS_PT_viewport_display_advanced(
|
|
|
7486
6971
|
class PHYSICS_PT_viewport_display_color(
|
|
7487
6972
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
7488
6973
|
):
|
|
7489
|
-
""" """
|
|
7490
|
-
|
|
7491
6974
|
bl_context: typing.Any
|
|
7492
|
-
""" """
|
|
7493
|
-
|
|
7494
6975
|
bl_label: typing.Any
|
|
7495
|
-
""" """
|
|
7496
|
-
|
|
7497
6976
|
bl_options: typing.Any
|
|
7498
|
-
""" """
|
|
7499
|
-
|
|
7500
6977
|
bl_parent_id: typing.Any
|
|
7501
|
-
""" """
|
|
7502
|
-
|
|
7503
6978
|
bl_region_type: typing.Any
|
|
7504
|
-
""" """
|
|
7505
|
-
|
|
7506
6979
|
bl_rna: typing.Any
|
|
7507
|
-
""" """
|
|
7508
|
-
|
|
7509
6980
|
bl_space_type: typing.Any
|
|
7510
|
-
""" """
|
|
7511
|
-
|
|
7512
6981
|
id_data: typing.Any
|
|
7513
|
-
""" """
|
|
7514
6982
|
|
|
7515
6983
|
def append(self, draw_func):
|
|
7516
6984
|
"""Append a draw function to this menu,
|
|
@@ -7609,10 +7077,7 @@ class PHYSICS_PT_viewport_display_color(
|
|
|
7609
7077
|
"""
|
|
7610
7078
|
...
|
|
7611
7079
|
|
|
7612
|
-
def is_extended(self):
|
|
7613
|
-
""" """
|
|
7614
|
-
...
|
|
7615
|
-
|
|
7080
|
+
def is_extended(self): ...
|
|
7616
7081
|
def is_property_hidden(self) -> bool:
|
|
7617
7082
|
"""Check if a property is hidden.
|
|
7618
7083
|
|
|
@@ -7799,31 +7264,14 @@ class PHYSICS_PT_viewport_display_color(
|
|
|
7799
7264
|
class PHYSICS_PT_viewport_display_debug(
|
|
7800
7265
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
7801
7266
|
):
|
|
7802
|
-
""" """
|
|
7803
|
-
|
|
7804
7267
|
bl_context: typing.Any
|
|
7805
|
-
""" """
|
|
7806
|
-
|
|
7807
7268
|
bl_label: typing.Any
|
|
7808
|
-
""" """
|
|
7809
|
-
|
|
7810
7269
|
bl_options: typing.Any
|
|
7811
|
-
""" """
|
|
7812
|
-
|
|
7813
7270
|
bl_parent_id: typing.Any
|
|
7814
|
-
""" """
|
|
7815
|
-
|
|
7816
7271
|
bl_region_type: typing.Any
|
|
7817
|
-
""" """
|
|
7818
|
-
|
|
7819
7272
|
bl_rna: typing.Any
|
|
7820
|
-
""" """
|
|
7821
|
-
|
|
7822
7273
|
bl_space_type: typing.Any
|
|
7823
|
-
""" """
|
|
7824
|
-
|
|
7825
7274
|
id_data: typing.Any
|
|
7826
|
-
""" """
|
|
7827
7275
|
|
|
7828
7276
|
def append(self, draw_func):
|
|
7829
7277
|
"""Append a draw function to this menu,
|
|
@@ -7922,10 +7370,7 @@ class PHYSICS_PT_viewport_display_debug(
|
|
|
7922
7370
|
"""
|
|
7923
7371
|
...
|
|
7924
7372
|
|
|
7925
|
-
def is_extended(self):
|
|
7926
|
-
""" """
|
|
7927
|
-
...
|
|
7928
|
-
|
|
7373
|
+
def is_extended(self): ...
|
|
7929
7374
|
def is_property_hidden(self) -> bool:
|
|
7930
7375
|
"""Check if a property is hidden.
|
|
7931
7376
|
|
|
@@ -8112,31 +7557,14 @@ class PHYSICS_PT_viewport_display_debug(
|
|
|
8112
7557
|
class PHYSICS_PT_viewport_display_slicing(
|
|
8113
7558
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
8114
7559
|
):
|
|
8115
|
-
""" """
|
|
8116
|
-
|
|
8117
7560
|
bl_context: typing.Any
|
|
8118
|
-
""" """
|
|
8119
|
-
|
|
8120
7561
|
bl_label: typing.Any
|
|
8121
|
-
""" """
|
|
8122
|
-
|
|
8123
7562
|
bl_options: typing.Any
|
|
8124
|
-
""" """
|
|
8125
|
-
|
|
8126
7563
|
bl_parent_id: typing.Any
|
|
8127
|
-
""" """
|
|
8128
|
-
|
|
8129
7564
|
bl_region_type: typing.Any
|
|
8130
|
-
""" """
|
|
8131
|
-
|
|
8132
7565
|
bl_rna: typing.Any
|
|
8133
|
-
""" """
|
|
8134
|
-
|
|
8135
7566
|
bl_space_type: typing.Any
|
|
8136
|
-
""" """
|
|
8137
|
-
|
|
8138
7567
|
id_data: typing.Any
|
|
8139
|
-
""" """
|
|
8140
7568
|
|
|
8141
7569
|
def append(self, draw_func):
|
|
8142
7570
|
"""Append a draw function to this menu,
|
|
@@ -8235,10 +7663,7 @@ class PHYSICS_PT_viewport_display_slicing(
|
|
|
8235
7663
|
"""
|
|
8236
7664
|
...
|
|
8237
7665
|
|
|
8238
|
-
def is_extended(self):
|
|
8239
|
-
""" """
|
|
8240
|
-
...
|
|
8241
|
-
|
|
7666
|
+
def is_extended(self): ...
|
|
8242
7667
|
def is_property_hidden(self) -> bool:
|
|
8243
7668
|
"""Check if a property is hidden.
|
|
8244
7669
|
|
|
@@ -8423,34 +7848,15 @@ class PHYSICS_PT_viewport_display_slicing(
|
|
|
8423
7848
|
...
|
|
8424
7849
|
|
|
8425
7850
|
class PHYSICS_PT_viscosity(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
8426
|
-
""" """
|
|
8427
|
-
|
|
8428
7851
|
COMPAT_ENGINES: typing.Any
|
|
8429
|
-
""" """
|
|
8430
|
-
|
|
8431
7852
|
bl_context: typing.Any
|
|
8432
|
-
""" """
|
|
8433
|
-
|
|
8434
7853
|
bl_label: typing.Any
|
|
8435
|
-
""" """
|
|
8436
|
-
|
|
8437
7854
|
bl_options: typing.Any
|
|
8438
|
-
""" """
|
|
8439
|
-
|
|
8440
7855
|
bl_parent_id: typing.Any
|
|
8441
|
-
""" """
|
|
8442
|
-
|
|
8443
7856
|
bl_region_type: typing.Any
|
|
8444
|
-
""" """
|
|
8445
|
-
|
|
8446
7857
|
bl_rna: typing.Any
|
|
8447
|
-
""" """
|
|
8448
|
-
|
|
8449
7858
|
bl_space_type: typing.Any
|
|
8450
|
-
""" """
|
|
8451
|
-
|
|
8452
7859
|
id_data: typing.Any
|
|
8453
|
-
""" """
|
|
8454
7860
|
|
|
8455
7861
|
def append(self, draw_func):
|
|
8456
7862
|
"""Append a draw function to this menu,
|
|
@@ -8549,10 +7955,7 @@ class PHYSICS_PT_viscosity(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
8549
7955
|
"""
|
|
8550
7956
|
...
|
|
8551
7957
|
|
|
8552
|
-
def is_extended(self):
|
|
8553
|
-
""" """
|
|
8554
|
-
...
|
|
8555
|
-
|
|
7958
|
+
def is_extended(self): ...
|
|
8556
7959
|
def is_property_hidden(self) -> bool:
|
|
8557
7960
|
"""Check if a property is hidden.
|
|
8558
7961
|
|