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
|
@@ -7,19 +7,10 @@ import rna_prop_ui
|
|
|
7
7
|
GenericType = typing.TypeVar("GenericType")
|
|
8
8
|
|
|
9
9
|
class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
10
|
-
""" """
|
|
11
|
-
|
|
12
10
|
COMPAT_ENGINES: typing.Any
|
|
13
|
-
""" """
|
|
14
|
-
|
|
15
11
|
bl_label: typing.Any
|
|
16
|
-
""" """
|
|
17
|
-
|
|
18
12
|
bl_rna: typing.Any
|
|
19
|
-
""" """
|
|
20
|
-
|
|
21
13
|
id_data: typing.Any
|
|
22
|
-
""" """
|
|
23
14
|
|
|
24
15
|
def append(self, draw_func):
|
|
25
16
|
"""Append a draw function to this menu,
|
|
@@ -124,10 +115,7 @@ class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
124
115
|
"""
|
|
125
116
|
...
|
|
126
117
|
|
|
127
|
-
def is_extended(self):
|
|
128
|
-
""" """
|
|
129
|
-
...
|
|
130
|
-
|
|
118
|
+
def is_extended(self): ...
|
|
131
119
|
def is_property_hidden(self) -> bool:
|
|
132
120
|
"""Check if a property is hidden.
|
|
133
121
|
|
|
@@ -290,16 +278,9 @@ class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
290
278
|
...
|
|
291
279
|
|
|
292
280
|
class ParticleButtonsPanel:
|
|
293
|
-
""" """
|
|
294
|
-
|
|
295
281
|
bl_context: typing.Any
|
|
296
|
-
""" """
|
|
297
|
-
|
|
298
282
|
bl_region_type: typing.Any
|
|
299
|
-
""" """
|
|
300
|
-
|
|
301
283
|
bl_space_type: typing.Any
|
|
302
|
-
""" """
|
|
303
284
|
|
|
304
285
|
def poll(self, context):
|
|
305
286
|
"""
|
|
@@ -311,34 +292,15 @@ class ParticleButtonsPanel:
|
|
|
311
292
|
class PARTICLE_PT_hair_dynamics_presets(
|
|
312
293
|
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
313
294
|
):
|
|
314
|
-
""" """
|
|
315
|
-
|
|
316
295
|
COMPAT_ENGINES: typing.Any
|
|
317
|
-
""" """
|
|
318
|
-
|
|
319
296
|
bl_label: typing.Any
|
|
320
|
-
""" """
|
|
321
|
-
|
|
322
297
|
bl_region_type: typing.Any
|
|
323
|
-
""" """
|
|
324
|
-
|
|
325
298
|
bl_rna: typing.Any
|
|
326
|
-
""" """
|
|
327
|
-
|
|
328
299
|
bl_space_type: typing.Any
|
|
329
|
-
""" """
|
|
330
|
-
|
|
331
300
|
id_data: typing.Any
|
|
332
|
-
""" """
|
|
333
|
-
|
|
334
301
|
preset_add_operator: typing.Any
|
|
335
|
-
""" """
|
|
336
|
-
|
|
337
302
|
preset_operator: typing.Any
|
|
338
|
-
""" """
|
|
339
|
-
|
|
340
303
|
preset_subdir: typing.Any
|
|
341
|
-
""" """
|
|
342
304
|
|
|
343
305
|
def append(self, draw_func):
|
|
344
306
|
"""Append a draw function to this menu,
|
|
@@ -438,10 +400,7 @@ class PARTICLE_PT_hair_dynamics_presets(
|
|
|
438
400
|
"""
|
|
439
401
|
...
|
|
440
402
|
|
|
441
|
-
def is_extended(self):
|
|
442
|
-
""" """
|
|
443
|
-
...
|
|
444
|
-
|
|
403
|
+
def is_extended(self): ...
|
|
445
404
|
def is_property_hidden(self) -> bool:
|
|
446
405
|
"""Check if a property is hidden.
|
|
447
406
|
|
|
@@ -604,13 +563,8 @@ class PARTICLE_PT_hair_dynamics_presets(
|
|
|
604
563
|
...
|
|
605
564
|
|
|
606
565
|
class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
|
|
607
|
-
""" """
|
|
608
|
-
|
|
609
566
|
bl_rna: typing.Any
|
|
610
|
-
""" """
|
|
611
|
-
|
|
612
567
|
id_data: typing.Any
|
|
613
|
-
""" """
|
|
614
568
|
|
|
615
569
|
def append(self, draw_func):
|
|
616
570
|
"""Append a draw function to this menu,
|
|
@@ -714,10 +668,7 @@ class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
714
668
|
"""
|
|
715
669
|
...
|
|
716
670
|
|
|
717
|
-
def is_extended(self):
|
|
718
|
-
""" """
|
|
719
|
-
...
|
|
720
|
-
|
|
671
|
+
def is_extended(self): ...
|
|
721
672
|
def is_property_hidden(self) -> bool:
|
|
722
673
|
"""Check if a property is hidden.
|
|
723
674
|
|
|
@@ -848,34 +799,15 @@ class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
848
799
|
class PARTICLE_PT_boidbrain(
|
|
849
800
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
850
801
|
):
|
|
851
|
-
""" """
|
|
852
|
-
|
|
853
802
|
COMPAT_ENGINES: typing.Any
|
|
854
|
-
""" """
|
|
855
|
-
|
|
856
803
|
bl_context: typing.Any
|
|
857
|
-
""" """
|
|
858
|
-
|
|
859
804
|
bl_label: typing.Any
|
|
860
|
-
""" """
|
|
861
|
-
|
|
862
805
|
bl_options: typing.Any
|
|
863
|
-
""" """
|
|
864
|
-
|
|
865
806
|
bl_parent_id: typing.Any
|
|
866
|
-
""" """
|
|
867
|
-
|
|
868
807
|
bl_region_type: typing.Any
|
|
869
|
-
""" """
|
|
870
|
-
|
|
871
808
|
bl_rna: typing.Any
|
|
872
|
-
""" """
|
|
873
|
-
|
|
874
809
|
bl_space_type: typing.Any
|
|
875
|
-
""" """
|
|
876
|
-
|
|
877
810
|
id_data: typing.Any
|
|
878
|
-
""" """
|
|
879
811
|
|
|
880
812
|
def append(self, draw_func):
|
|
881
813
|
"""Append a draw function to this menu,
|
|
@@ -960,10 +892,7 @@ class PARTICLE_PT_boidbrain(
|
|
|
960
892
|
"""
|
|
961
893
|
...
|
|
962
894
|
|
|
963
|
-
def is_extended(self):
|
|
964
|
-
""" """
|
|
965
|
-
...
|
|
966
|
-
|
|
895
|
+
def is_extended(self): ...
|
|
967
896
|
def is_property_hidden(self) -> bool:
|
|
968
897
|
"""Check if a property is hidden.
|
|
969
898
|
|
|
@@ -1099,31 +1028,14 @@ class PARTICLE_PT_boidbrain(
|
|
|
1099
1028
|
...
|
|
1100
1029
|
|
|
1101
1030
|
class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
1102
|
-
""" """
|
|
1103
|
-
|
|
1104
1031
|
COMPAT_ENGINES: typing.Any
|
|
1105
|
-
""" """
|
|
1106
|
-
|
|
1107
1032
|
bl_context: typing.Any
|
|
1108
|
-
""" """
|
|
1109
|
-
|
|
1110
1033
|
bl_label: typing.Any
|
|
1111
|
-
""" """
|
|
1112
|
-
|
|
1113
1034
|
bl_options: typing.Any
|
|
1114
|
-
""" """
|
|
1115
|
-
|
|
1116
1035
|
bl_region_type: typing.Any
|
|
1117
|
-
""" """
|
|
1118
|
-
|
|
1119
1036
|
bl_rna: typing.Any
|
|
1120
|
-
""" """
|
|
1121
|
-
|
|
1122
1037
|
bl_space_type: typing.Any
|
|
1123
|
-
""" """
|
|
1124
|
-
|
|
1125
1038
|
id_data: typing.Any
|
|
1126
|
-
""" """
|
|
1127
1039
|
|
|
1128
1040
|
def append(self, draw_func):
|
|
1129
1041
|
"""Append a draw function to this menu,
|
|
@@ -1208,10 +1120,7 @@ class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generi
|
|
|
1208
1120
|
"""
|
|
1209
1121
|
...
|
|
1210
1122
|
|
|
1211
|
-
def is_extended(self):
|
|
1212
|
-
""" """
|
|
1213
|
-
...
|
|
1214
|
-
|
|
1123
|
+
def is_extended(self): ...
|
|
1215
1124
|
def is_property_hidden(self) -> bool:
|
|
1216
1125
|
"""Check if a property is hidden.
|
|
1217
1126
|
|
|
@@ -1347,34 +1256,15 @@ class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generi
|
|
|
1347
1256
|
...
|
|
1348
1257
|
|
|
1349
1258
|
class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
1350
|
-
""" """
|
|
1351
|
-
|
|
1352
1259
|
COMPAT_ENGINES: typing.Any
|
|
1353
|
-
""" """
|
|
1354
|
-
|
|
1355
1260
|
bl_context: typing.Any
|
|
1356
|
-
""" """
|
|
1357
|
-
|
|
1358
1261
|
bl_label: typing.Any
|
|
1359
|
-
""" """
|
|
1360
|
-
|
|
1361
1262
|
bl_options: typing.Any
|
|
1362
|
-
""" """
|
|
1363
|
-
|
|
1364
1263
|
bl_region_type: typing.Any
|
|
1365
|
-
""" """
|
|
1366
|
-
|
|
1367
1264
|
bl_rna: typing.Any
|
|
1368
|
-
""" """
|
|
1369
|
-
|
|
1370
1265
|
bl_space_type: typing.Any
|
|
1371
|
-
""" """
|
|
1372
|
-
|
|
1373
1266
|
bl_translation_context: typing.Any
|
|
1374
|
-
""" """
|
|
1375
|
-
|
|
1376
1267
|
id_data: typing.Any
|
|
1377
|
-
""" """
|
|
1378
1268
|
|
|
1379
1269
|
def append(self, draw_func):
|
|
1380
1270
|
"""Append a draw function to this menu,
|
|
@@ -1459,10 +1349,7 @@ class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
1459
1349
|
"""
|
|
1460
1350
|
...
|
|
1461
1351
|
|
|
1462
|
-
def is_extended(self):
|
|
1463
|
-
""" """
|
|
1464
|
-
...
|
|
1465
|
-
|
|
1352
|
+
def is_extended(self): ...
|
|
1466
1353
|
def is_property_hidden(self) -> bool:
|
|
1467
1354
|
"""Check if a property is hidden.
|
|
1468
1355
|
|
|
@@ -1600,34 +1487,15 @@ class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
1600
1487
|
class PARTICLE_PT_children_clumping(
|
|
1601
1488
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1602
1489
|
):
|
|
1603
|
-
""" """
|
|
1604
|
-
|
|
1605
1490
|
COMPAT_ENGINES: typing.Any
|
|
1606
|
-
""" """
|
|
1607
|
-
|
|
1608
1491
|
bl_context: typing.Any
|
|
1609
|
-
""" """
|
|
1610
|
-
|
|
1611
1492
|
bl_label: typing.Any
|
|
1612
|
-
""" """
|
|
1613
|
-
|
|
1614
1493
|
bl_options: typing.Any
|
|
1615
|
-
""" """
|
|
1616
|
-
|
|
1617
1494
|
bl_parent_id: typing.Any
|
|
1618
|
-
""" """
|
|
1619
|
-
|
|
1620
1495
|
bl_region_type: typing.Any
|
|
1621
|
-
""" """
|
|
1622
|
-
|
|
1623
1496
|
bl_rna: typing.Any
|
|
1624
|
-
""" """
|
|
1625
|
-
|
|
1626
1497
|
bl_space_type: typing.Any
|
|
1627
|
-
""" """
|
|
1628
|
-
|
|
1629
1498
|
id_data: typing.Any
|
|
1630
|
-
""" """
|
|
1631
1499
|
|
|
1632
1500
|
def append(self, draw_func):
|
|
1633
1501
|
"""Append a draw function to this menu,
|
|
@@ -1712,10 +1580,7 @@ class PARTICLE_PT_children_clumping(
|
|
|
1712
1580
|
"""
|
|
1713
1581
|
...
|
|
1714
1582
|
|
|
1715
|
-
def is_extended(self):
|
|
1716
|
-
""" """
|
|
1717
|
-
...
|
|
1718
|
-
|
|
1583
|
+
def is_extended(self): ...
|
|
1719
1584
|
def is_property_hidden(self) -> bool:
|
|
1720
1585
|
"""Check if a property is hidden.
|
|
1721
1586
|
|
|
@@ -1853,34 +1718,15 @@ class PARTICLE_PT_children_clumping(
|
|
|
1853
1718
|
class PARTICLE_PT_children_clumping_noise(
|
|
1854
1719
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1855
1720
|
):
|
|
1856
|
-
""" """
|
|
1857
|
-
|
|
1858
1721
|
COMPAT_ENGINES: typing.Any
|
|
1859
|
-
""" """
|
|
1860
|
-
|
|
1861
1722
|
bl_context: typing.Any
|
|
1862
|
-
""" """
|
|
1863
|
-
|
|
1864
1723
|
bl_label: typing.Any
|
|
1865
|
-
""" """
|
|
1866
|
-
|
|
1867
1724
|
bl_options: typing.Any
|
|
1868
|
-
""" """
|
|
1869
|
-
|
|
1870
1725
|
bl_parent_id: typing.Any
|
|
1871
|
-
""" """
|
|
1872
|
-
|
|
1873
1726
|
bl_region_type: typing.Any
|
|
1874
|
-
""" """
|
|
1875
|
-
|
|
1876
1727
|
bl_rna: typing.Any
|
|
1877
|
-
""" """
|
|
1878
|
-
|
|
1879
1728
|
bl_space_type: typing.Any
|
|
1880
|
-
""" """
|
|
1881
|
-
|
|
1882
1729
|
id_data: typing.Any
|
|
1883
|
-
""" """
|
|
1884
1730
|
|
|
1885
1731
|
def append(self, draw_func):
|
|
1886
1732
|
"""Append a draw function to this menu,
|
|
@@ -1972,10 +1818,7 @@ class PARTICLE_PT_children_clumping_noise(
|
|
|
1972
1818
|
"""
|
|
1973
1819
|
...
|
|
1974
1820
|
|
|
1975
|
-
def is_extended(self):
|
|
1976
|
-
""" """
|
|
1977
|
-
...
|
|
1978
|
-
|
|
1821
|
+
def is_extended(self): ...
|
|
1979
1822
|
def is_property_hidden(self) -> bool:
|
|
1980
1823
|
"""Check if a property is hidden.
|
|
1981
1824
|
|
|
@@ -2113,34 +1956,15 @@ class PARTICLE_PT_children_clumping_noise(
|
|
|
2113
1956
|
class PARTICLE_PT_children_kink(
|
|
2114
1957
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2115
1958
|
):
|
|
2116
|
-
""" """
|
|
2117
|
-
|
|
2118
1959
|
COMPAT_ENGINES: typing.Any
|
|
2119
|
-
""" """
|
|
2120
|
-
|
|
2121
1960
|
bl_context: typing.Any
|
|
2122
|
-
""" """
|
|
2123
|
-
|
|
2124
1961
|
bl_label: typing.Any
|
|
2125
|
-
""" """
|
|
2126
|
-
|
|
2127
1962
|
bl_options: typing.Any
|
|
2128
|
-
""" """
|
|
2129
|
-
|
|
2130
1963
|
bl_parent_id: typing.Any
|
|
2131
|
-
""" """
|
|
2132
|
-
|
|
2133
1964
|
bl_region_type: typing.Any
|
|
2134
|
-
""" """
|
|
2135
|
-
|
|
2136
1965
|
bl_rna: typing.Any
|
|
2137
|
-
""" """
|
|
2138
|
-
|
|
2139
1966
|
bl_space_type: typing.Any
|
|
2140
|
-
""" """
|
|
2141
|
-
|
|
2142
1967
|
id_data: typing.Any
|
|
2143
|
-
""" """
|
|
2144
1968
|
|
|
2145
1969
|
def append(self, draw_func):
|
|
2146
1970
|
"""Append a draw function to this menu,
|
|
@@ -2225,10 +2049,7 @@ class PARTICLE_PT_children_kink(
|
|
|
2225
2049
|
"""
|
|
2226
2050
|
...
|
|
2227
2051
|
|
|
2228
|
-
def is_extended(self):
|
|
2229
|
-
""" """
|
|
2230
|
-
...
|
|
2231
|
-
|
|
2052
|
+
def is_extended(self): ...
|
|
2232
2053
|
def is_property_hidden(self) -> bool:
|
|
2233
2054
|
"""Check if a property is hidden.
|
|
2234
2055
|
|
|
@@ -2366,34 +2187,15 @@ class PARTICLE_PT_children_kink(
|
|
|
2366
2187
|
class PARTICLE_PT_children_parting(
|
|
2367
2188
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2368
2189
|
):
|
|
2369
|
-
""" """
|
|
2370
|
-
|
|
2371
2190
|
COMPAT_ENGINES: typing.Any
|
|
2372
|
-
""" """
|
|
2373
|
-
|
|
2374
2191
|
bl_context: typing.Any
|
|
2375
|
-
""" """
|
|
2376
|
-
|
|
2377
2192
|
bl_label: typing.Any
|
|
2378
|
-
""" """
|
|
2379
|
-
|
|
2380
2193
|
bl_options: typing.Any
|
|
2381
|
-
""" """
|
|
2382
|
-
|
|
2383
2194
|
bl_parent_id: typing.Any
|
|
2384
|
-
""" """
|
|
2385
|
-
|
|
2386
2195
|
bl_region_type: typing.Any
|
|
2387
|
-
""" """
|
|
2388
|
-
|
|
2389
2196
|
bl_rna: typing.Any
|
|
2390
|
-
""" """
|
|
2391
|
-
|
|
2392
2197
|
bl_space_type: typing.Any
|
|
2393
|
-
""" """
|
|
2394
|
-
|
|
2395
2198
|
id_data: typing.Any
|
|
2396
|
-
""" """
|
|
2397
2199
|
|
|
2398
2200
|
def append(self, draw_func):
|
|
2399
2201
|
"""Append a draw function to this menu,
|
|
@@ -2478,10 +2280,7 @@ class PARTICLE_PT_children_parting(
|
|
|
2478
2280
|
"""
|
|
2479
2281
|
...
|
|
2480
2282
|
|
|
2481
|
-
def is_extended(self):
|
|
2482
|
-
""" """
|
|
2483
|
-
...
|
|
2484
|
-
|
|
2283
|
+
def is_extended(self): ...
|
|
2485
2284
|
def is_property_hidden(self) -> bool:
|
|
2486
2285
|
"""Check if a property is hidden.
|
|
2487
2286
|
|
|
@@ -2619,37 +2418,16 @@ class PARTICLE_PT_children_parting(
|
|
|
2619
2418
|
class PARTICLE_PT_children_roughness(
|
|
2620
2419
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2621
2420
|
):
|
|
2622
|
-
""" """
|
|
2623
|
-
|
|
2624
2421
|
COMPAT_ENGINES: typing.Any
|
|
2625
|
-
""" """
|
|
2626
|
-
|
|
2627
2422
|
bl_context: typing.Any
|
|
2628
|
-
""" """
|
|
2629
|
-
|
|
2630
2423
|
bl_label: typing.Any
|
|
2631
|
-
""" """
|
|
2632
|
-
|
|
2633
2424
|
bl_options: typing.Any
|
|
2634
|
-
""" """
|
|
2635
|
-
|
|
2636
2425
|
bl_parent_id: typing.Any
|
|
2637
|
-
""" """
|
|
2638
|
-
|
|
2639
2426
|
bl_region_type: typing.Any
|
|
2640
|
-
""" """
|
|
2641
|
-
|
|
2642
2427
|
bl_rna: typing.Any
|
|
2643
|
-
""" """
|
|
2644
|
-
|
|
2645
2428
|
bl_space_type: typing.Any
|
|
2646
|
-
""" """
|
|
2647
|
-
|
|
2648
2429
|
bl_translation_context: typing.Any
|
|
2649
|
-
""" """
|
|
2650
|
-
|
|
2651
2430
|
id_data: typing.Any
|
|
2652
|
-
""" """
|
|
2653
2431
|
|
|
2654
2432
|
def append(self, draw_func):
|
|
2655
2433
|
"""Append a draw function to this menu,
|
|
@@ -2734,10 +2512,7 @@ class PARTICLE_PT_children_roughness(
|
|
|
2734
2512
|
"""
|
|
2735
2513
|
...
|
|
2736
2514
|
|
|
2737
|
-
def is_extended(self):
|
|
2738
|
-
""" """
|
|
2739
|
-
...
|
|
2740
|
-
|
|
2515
|
+
def is_extended(self): ...
|
|
2741
2516
|
def is_property_hidden(self) -> bool:
|
|
2742
2517
|
"""Check if a property is hidden.
|
|
2743
2518
|
|
|
@@ -2875,31 +2650,14 @@ class PARTICLE_PT_children_roughness(
|
|
|
2875
2650
|
class PARTICLE_PT_context_particles(
|
|
2876
2651
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2877
2652
|
):
|
|
2878
|
-
""" """
|
|
2879
|
-
|
|
2880
2653
|
COMPAT_ENGINES: typing.Any
|
|
2881
|
-
""" """
|
|
2882
|
-
|
|
2883
2654
|
bl_context: typing.Any
|
|
2884
|
-
""" """
|
|
2885
|
-
|
|
2886
2655
|
bl_label: typing.Any
|
|
2887
|
-
""" """
|
|
2888
|
-
|
|
2889
2656
|
bl_options: typing.Any
|
|
2890
|
-
""" """
|
|
2891
|
-
|
|
2892
2657
|
bl_region_type: typing.Any
|
|
2893
|
-
""" """
|
|
2894
|
-
|
|
2895
2658
|
bl_rna: typing.Any
|
|
2896
|
-
""" """
|
|
2897
|
-
|
|
2898
2659
|
bl_space_type: typing.Any
|
|
2899
|
-
""" """
|
|
2900
|
-
|
|
2901
2660
|
id_data: typing.Any
|
|
2902
|
-
""" """
|
|
2903
2661
|
|
|
2904
2662
|
def append(self, draw_func):
|
|
2905
2663
|
"""Append a draw function to this menu,
|
|
@@ -2984,10 +2742,7 @@ class PARTICLE_PT_context_particles(
|
|
|
2984
2742
|
"""
|
|
2985
2743
|
...
|
|
2986
2744
|
|
|
2987
|
-
def is_extended(self):
|
|
2988
|
-
""" """
|
|
2989
|
-
...
|
|
2990
|
-
|
|
2745
|
+
def is_extended(self): ...
|
|
2991
2746
|
def is_property_hidden(self) -> bool:
|
|
2992
2747
|
"""Check if a property is hidden.
|
|
2993
2748
|
|
|
@@ -3133,31 +2888,14 @@ class PARTICLE_PT_custom_props(
|
|
|
3133
2888
|
"""
|
|
3134
2889
|
|
|
3135
2890
|
COMPAT_ENGINES: typing.Any
|
|
3136
|
-
""" """
|
|
3137
|
-
|
|
3138
2891
|
bl_context: typing.Any
|
|
3139
|
-
""" """
|
|
3140
|
-
|
|
3141
2892
|
bl_label: typing.Any
|
|
3142
|
-
""" """
|
|
3143
|
-
|
|
3144
2893
|
bl_options: typing.Any
|
|
3145
|
-
""" """
|
|
3146
|
-
|
|
3147
2894
|
bl_order: typing.Any
|
|
3148
|
-
""" """
|
|
3149
|
-
|
|
3150
2895
|
bl_region_type: typing.Any
|
|
3151
|
-
""" """
|
|
3152
|
-
|
|
3153
2896
|
bl_rna: typing.Any
|
|
3154
|
-
""" """
|
|
3155
|
-
|
|
3156
2897
|
bl_space_type: typing.Any
|
|
3157
|
-
""" """
|
|
3158
|
-
|
|
3159
2898
|
id_data: typing.Any
|
|
3160
|
-
""" """
|
|
3161
2899
|
|
|
3162
2900
|
def append(self, draw_func):
|
|
3163
2901
|
"""Append a draw function to this menu,
|
|
@@ -3242,10 +2980,7 @@ class PARTICLE_PT_custom_props(
|
|
|
3242
2980
|
"""
|
|
3243
2981
|
...
|
|
3244
2982
|
|
|
3245
|
-
def is_extended(self):
|
|
3246
|
-
""" """
|
|
3247
|
-
...
|
|
3248
|
-
|
|
2983
|
+
def is_extended(self): ...
|
|
3249
2984
|
def is_property_hidden(self) -> bool:
|
|
3250
2985
|
"""Check if a property is hidden.
|
|
3251
2986
|
|
|
@@ -3381,31 +3116,14 @@ class PARTICLE_PT_custom_props(
|
|
|
3381
3116
|
...
|
|
3382
3117
|
|
|
3383
3118
|
class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
3384
|
-
""" """
|
|
3385
|
-
|
|
3386
3119
|
COMPAT_ENGINES: typing.Any
|
|
3387
|
-
""" """
|
|
3388
|
-
|
|
3389
3120
|
bl_context: typing.Any
|
|
3390
|
-
""" """
|
|
3391
|
-
|
|
3392
3121
|
bl_label: typing.Any
|
|
3393
|
-
""" """
|
|
3394
|
-
|
|
3395
3122
|
bl_options: typing.Any
|
|
3396
|
-
""" """
|
|
3397
|
-
|
|
3398
3123
|
bl_region_type: typing.Any
|
|
3399
|
-
""" """
|
|
3400
|
-
|
|
3401
3124
|
bl_rna: typing.Any
|
|
3402
|
-
""" """
|
|
3403
|
-
|
|
3404
3125
|
bl_space_type: typing.Any
|
|
3405
|
-
""" """
|
|
3406
|
-
|
|
3407
3126
|
id_data: typing.Any
|
|
3408
|
-
""" """
|
|
3409
3127
|
|
|
3410
3128
|
def append(self, draw_func):
|
|
3411
3129
|
"""Append a draw function to this menu,
|
|
@@ -3490,10 +3208,7 @@ class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generic
|
|
|
3490
3208
|
"""
|
|
3491
3209
|
...
|
|
3492
3210
|
|
|
3493
|
-
def is_extended(self):
|
|
3494
|
-
""" """
|
|
3495
|
-
...
|
|
3496
|
-
|
|
3211
|
+
def is_extended(self): ...
|
|
3497
3212
|
def is_property_hidden(self) -> bool:
|
|
3498
3213
|
"""Check if a property is hidden.
|
|
3499
3214
|
|
|
@@ -3629,31 +3344,14 @@ class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generic
|
|
|
3629
3344
|
...
|
|
3630
3345
|
|
|
3631
3346
|
class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
3632
|
-
""" """
|
|
3633
|
-
|
|
3634
3347
|
COMPAT_ENGINES: typing.Any
|
|
3635
|
-
""" """
|
|
3636
|
-
|
|
3637
3348
|
bl_context: typing.Any
|
|
3638
|
-
""" """
|
|
3639
|
-
|
|
3640
3349
|
bl_label: typing.Any
|
|
3641
|
-
""" """
|
|
3642
|
-
|
|
3643
3350
|
bl_region_type: typing.Any
|
|
3644
|
-
""" """
|
|
3645
|
-
|
|
3646
3351
|
bl_rna: typing.Any
|
|
3647
|
-
""" """
|
|
3648
|
-
|
|
3649
3352
|
bl_space_type: typing.Any
|
|
3650
|
-
""" """
|
|
3651
|
-
|
|
3652
3353
|
bl_translation_context: typing.Any
|
|
3653
|
-
""" """
|
|
3654
|
-
|
|
3655
3354
|
id_data: typing.Any
|
|
3656
|
-
""" """
|
|
3657
3355
|
|
|
3658
3356
|
def append(self, draw_func):
|
|
3659
3357
|
"""Append a draw function to this menu,
|
|
@@ -3738,10 +3436,7 @@ class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
3738
3436
|
"""
|
|
3739
3437
|
...
|
|
3740
3438
|
|
|
3741
|
-
def is_extended(self):
|
|
3742
|
-
""" """
|
|
3743
|
-
...
|
|
3744
|
-
|
|
3439
|
+
def is_extended(self): ...
|
|
3745
3440
|
def is_property_hidden(self) -> bool:
|
|
3746
3441
|
"""Check if a property is hidden.
|
|
3747
3442
|
|
|
@@ -3879,34 +3574,15 @@ class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
3879
3574
|
class PARTICLE_PT_emission_source(
|
|
3880
3575
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
3881
3576
|
):
|
|
3882
|
-
""" """
|
|
3883
|
-
|
|
3884
3577
|
COMPAT_ENGINES: typing.Any
|
|
3885
|
-
""" """
|
|
3886
|
-
|
|
3887
3578
|
bl_context: typing.Any
|
|
3888
|
-
""" """
|
|
3889
|
-
|
|
3890
3579
|
bl_label: typing.Any
|
|
3891
|
-
""" """
|
|
3892
|
-
|
|
3893
3580
|
bl_options: typing.Any
|
|
3894
|
-
""" """
|
|
3895
|
-
|
|
3896
3581
|
bl_parent_id: typing.Any
|
|
3897
|
-
""" """
|
|
3898
|
-
|
|
3899
3582
|
bl_region_type: typing.Any
|
|
3900
|
-
""" """
|
|
3901
|
-
|
|
3902
3583
|
bl_rna: typing.Any
|
|
3903
|
-
""" """
|
|
3904
|
-
|
|
3905
3584
|
bl_space_type: typing.Any
|
|
3906
|
-
""" """
|
|
3907
|
-
|
|
3908
3585
|
id_data: typing.Any
|
|
3909
|
-
""" """
|
|
3910
3586
|
|
|
3911
3587
|
def append(self, draw_func):
|
|
3912
3588
|
"""Append a draw function to this menu,
|
|
@@ -3991,10 +3667,7 @@ class PARTICLE_PT_emission_source(
|
|
|
3991
3667
|
"""
|
|
3992
3668
|
...
|
|
3993
3669
|
|
|
3994
|
-
def is_extended(self):
|
|
3995
|
-
""" """
|
|
3996
|
-
...
|
|
3997
|
-
|
|
3670
|
+
def is_extended(self): ...
|
|
3998
3671
|
def is_property_hidden(self) -> bool:
|
|
3999
3672
|
"""Check if a property is hidden.
|
|
4000
3673
|
|
|
@@ -4132,31 +3805,14 @@ class PARTICLE_PT_emission_source(
|
|
|
4132
3805
|
class PARTICLE_PT_field_weights(
|
|
4133
3806
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4134
3807
|
):
|
|
4135
|
-
""" """
|
|
4136
|
-
|
|
4137
3808
|
COMPAT_ENGINES: typing.Any
|
|
4138
|
-
""" """
|
|
4139
|
-
|
|
4140
3809
|
bl_context: typing.Any
|
|
4141
|
-
""" """
|
|
4142
|
-
|
|
4143
3810
|
bl_label: typing.Any
|
|
4144
|
-
""" """
|
|
4145
|
-
|
|
4146
3811
|
bl_options: typing.Any
|
|
4147
|
-
""" """
|
|
4148
|
-
|
|
4149
3812
|
bl_region_type: typing.Any
|
|
4150
|
-
""" """
|
|
4151
|
-
|
|
4152
3813
|
bl_rna: typing.Any
|
|
4153
|
-
""" """
|
|
4154
|
-
|
|
4155
3814
|
bl_space_type: typing.Any
|
|
4156
|
-
""" """
|
|
4157
|
-
|
|
4158
3815
|
id_data: typing.Any
|
|
4159
|
-
""" """
|
|
4160
3816
|
|
|
4161
3817
|
def append(self, draw_func):
|
|
4162
3818
|
"""Append a draw function to this menu,
|
|
@@ -4241,10 +3897,7 @@ class PARTICLE_PT_field_weights(
|
|
|
4241
3897
|
"""
|
|
4242
3898
|
...
|
|
4243
3899
|
|
|
4244
|
-
def is_extended(self):
|
|
4245
|
-
""" """
|
|
4246
|
-
...
|
|
4247
|
-
|
|
3900
|
+
def is_extended(self): ...
|
|
4248
3901
|
def is_property_hidden(self) -> bool:
|
|
4249
3902
|
"""Check if a property is hidden.
|
|
4250
3903
|
|
|
@@ -4382,31 +4035,14 @@ class PARTICLE_PT_field_weights(
|
|
|
4382
4035
|
class PARTICLE_PT_force_fields(
|
|
4383
4036
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4384
4037
|
):
|
|
4385
|
-
""" """
|
|
4386
|
-
|
|
4387
4038
|
COMPAT_ENGINES: typing.Any
|
|
4388
|
-
""" """
|
|
4389
|
-
|
|
4390
4039
|
bl_context: typing.Any
|
|
4391
|
-
""" """
|
|
4392
|
-
|
|
4393
4040
|
bl_label: typing.Any
|
|
4394
|
-
""" """
|
|
4395
|
-
|
|
4396
4041
|
bl_options: typing.Any
|
|
4397
|
-
""" """
|
|
4398
|
-
|
|
4399
4042
|
bl_region_type: typing.Any
|
|
4400
|
-
""" """
|
|
4401
|
-
|
|
4402
4043
|
bl_rna: typing.Any
|
|
4403
|
-
""" """
|
|
4404
|
-
|
|
4405
4044
|
bl_space_type: typing.Any
|
|
4406
|
-
""" """
|
|
4407
|
-
|
|
4408
4045
|
id_data: typing.Any
|
|
4409
|
-
""" """
|
|
4410
4046
|
|
|
4411
4047
|
def append(self, draw_func):
|
|
4412
4048
|
"""Append a draw function to this menu,
|
|
@@ -4491,10 +4127,7 @@ class PARTICLE_PT_force_fields(
|
|
|
4491
4127
|
"""
|
|
4492
4128
|
...
|
|
4493
4129
|
|
|
4494
|
-
def is_extended(self):
|
|
4495
|
-
""" """
|
|
4496
|
-
...
|
|
4497
|
-
|
|
4130
|
+
def is_extended(self): ...
|
|
4498
4131
|
def is_property_hidden(self) -> bool:
|
|
4499
4132
|
"""Check if a property is hidden.
|
|
4500
4133
|
|
|
@@ -4632,31 +4265,14 @@ class PARTICLE_PT_force_fields(
|
|
|
4632
4265
|
class PARTICLE_PT_force_fields_type1(
|
|
4633
4266
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4634
4267
|
):
|
|
4635
|
-
""" """
|
|
4636
|
-
|
|
4637
4268
|
COMPAT_ENGINES: typing.Any
|
|
4638
|
-
""" """
|
|
4639
|
-
|
|
4640
4269
|
bl_context: typing.Any
|
|
4641
|
-
""" """
|
|
4642
|
-
|
|
4643
4270
|
bl_label: typing.Any
|
|
4644
|
-
""" """
|
|
4645
|
-
|
|
4646
4271
|
bl_parent_id: typing.Any
|
|
4647
|
-
""" """
|
|
4648
|
-
|
|
4649
4272
|
bl_region_type: typing.Any
|
|
4650
|
-
""" """
|
|
4651
|
-
|
|
4652
4273
|
bl_rna: typing.Any
|
|
4653
|
-
""" """
|
|
4654
|
-
|
|
4655
4274
|
bl_space_type: typing.Any
|
|
4656
|
-
""" """
|
|
4657
|
-
|
|
4658
4275
|
id_data: typing.Any
|
|
4659
|
-
""" """
|
|
4660
4276
|
|
|
4661
4277
|
def append(self, draw_func):
|
|
4662
4278
|
"""Append a draw function to this menu,
|
|
@@ -4741,10 +4357,7 @@ class PARTICLE_PT_force_fields_type1(
|
|
|
4741
4357
|
"""
|
|
4742
4358
|
...
|
|
4743
4359
|
|
|
4744
|
-
def is_extended(self):
|
|
4745
|
-
""" """
|
|
4746
|
-
...
|
|
4747
|
-
|
|
4360
|
+
def is_extended(self): ...
|
|
4748
4361
|
def is_property_hidden(self) -> bool:
|
|
4749
4362
|
"""Check if a property is hidden.
|
|
4750
4363
|
|
|
@@ -4882,34 +4495,15 @@ class PARTICLE_PT_force_fields_type1(
|
|
|
4882
4495
|
class PARTICLE_PT_force_fields_type1_falloff(
|
|
4883
4496
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4884
4497
|
):
|
|
4885
|
-
""" """
|
|
4886
|
-
|
|
4887
4498
|
COMPAT_ENGINES: typing.Any
|
|
4888
|
-
""" """
|
|
4889
|
-
|
|
4890
4499
|
bl_context: typing.Any
|
|
4891
|
-
""" """
|
|
4892
|
-
|
|
4893
4500
|
bl_label: typing.Any
|
|
4894
|
-
""" """
|
|
4895
|
-
|
|
4896
4501
|
bl_options: typing.Any
|
|
4897
|
-
""" """
|
|
4898
|
-
|
|
4899
4502
|
bl_parent_id: typing.Any
|
|
4900
|
-
""" """
|
|
4901
|
-
|
|
4902
4503
|
bl_region_type: typing.Any
|
|
4903
|
-
""" """
|
|
4904
|
-
|
|
4905
4504
|
bl_rna: typing.Any
|
|
4906
|
-
""" """
|
|
4907
|
-
|
|
4908
4505
|
bl_space_type: typing.Any
|
|
4909
|
-
""" """
|
|
4910
|
-
|
|
4911
4506
|
id_data: typing.Any
|
|
4912
|
-
""" """
|
|
4913
4507
|
|
|
4914
4508
|
def append(self, draw_func):
|
|
4915
4509
|
"""Append a draw function to this menu,
|
|
@@ -4994,10 +4588,7 @@ class PARTICLE_PT_force_fields_type1_falloff(
|
|
|
4994
4588
|
"""
|
|
4995
4589
|
...
|
|
4996
4590
|
|
|
4997
|
-
def is_extended(self):
|
|
4998
|
-
""" """
|
|
4999
|
-
...
|
|
5000
|
-
|
|
4591
|
+
def is_extended(self): ...
|
|
5001
4592
|
def is_property_hidden(self) -> bool:
|
|
5002
4593
|
"""Check if a property is hidden.
|
|
5003
4594
|
|
|
@@ -5135,31 +4726,14 @@ class PARTICLE_PT_force_fields_type1_falloff(
|
|
|
5135
4726
|
class PARTICLE_PT_force_fields_type2(
|
|
5136
4727
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5137
4728
|
):
|
|
5138
|
-
""" """
|
|
5139
|
-
|
|
5140
4729
|
COMPAT_ENGINES: typing.Any
|
|
5141
|
-
""" """
|
|
5142
|
-
|
|
5143
4730
|
bl_context: typing.Any
|
|
5144
|
-
""" """
|
|
5145
|
-
|
|
5146
4731
|
bl_label: typing.Any
|
|
5147
|
-
""" """
|
|
5148
|
-
|
|
5149
4732
|
bl_parent_id: typing.Any
|
|
5150
|
-
""" """
|
|
5151
|
-
|
|
5152
4733
|
bl_region_type: typing.Any
|
|
5153
|
-
""" """
|
|
5154
|
-
|
|
5155
4734
|
bl_rna: typing.Any
|
|
5156
|
-
""" """
|
|
5157
|
-
|
|
5158
4735
|
bl_space_type: typing.Any
|
|
5159
|
-
""" """
|
|
5160
|
-
|
|
5161
4736
|
id_data: typing.Any
|
|
5162
|
-
""" """
|
|
5163
4737
|
|
|
5164
4738
|
def append(self, draw_func):
|
|
5165
4739
|
"""Append a draw function to this menu,
|
|
@@ -5244,10 +4818,7 @@ class PARTICLE_PT_force_fields_type2(
|
|
|
5244
4818
|
"""
|
|
5245
4819
|
...
|
|
5246
4820
|
|
|
5247
|
-
def is_extended(self):
|
|
5248
|
-
""" """
|
|
5249
|
-
...
|
|
5250
|
-
|
|
4821
|
+
def is_extended(self): ...
|
|
5251
4822
|
def is_property_hidden(self) -> bool:
|
|
5252
4823
|
"""Check if a property is hidden.
|
|
5253
4824
|
|
|
@@ -5385,34 +4956,15 @@ class PARTICLE_PT_force_fields_type2(
|
|
|
5385
4956
|
class PARTICLE_PT_force_fields_type2_falloff(
|
|
5386
4957
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5387
4958
|
):
|
|
5388
|
-
""" """
|
|
5389
|
-
|
|
5390
4959
|
COMPAT_ENGINES: typing.Any
|
|
5391
|
-
""" """
|
|
5392
|
-
|
|
5393
4960
|
bl_context: typing.Any
|
|
5394
|
-
""" """
|
|
5395
|
-
|
|
5396
4961
|
bl_label: typing.Any
|
|
5397
|
-
""" """
|
|
5398
|
-
|
|
5399
4962
|
bl_options: typing.Any
|
|
5400
|
-
""" """
|
|
5401
|
-
|
|
5402
4963
|
bl_parent_id: typing.Any
|
|
5403
|
-
""" """
|
|
5404
|
-
|
|
5405
4964
|
bl_region_type: typing.Any
|
|
5406
|
-
""" """
|
|
5407
|
-
|
|
5408
4965
|
bl_rna: typing.Any
|
|
5409
|
-
""" """
|
|
5410
|
-
|
|
5411
4966
|
bl_space_type: typing.Any
|
|
5412
|
-
""" """
|
|
5413
|
-
|
|
5414
4967
|
id_data: typing.Any
|
|
5415
|
-
""" """
|
|
5416
4968
|
|
|
5417
4969
|
def append(self, draw_func):
|
|
5418
4970
|
"""Append a draw function to this menu,
|
|
@@ -5497,10 +5049,7 @@ class PARTICLE_PT_force_fields_type2_falloff(
|
|
|
5497
5049
|
"""
|
|
5498
5050
|
...
|
|
5499
5051
|
|
|
5500
|
-
def is_extended(self):
|
|
5501
|
-
""" """
|
|
5502
|
-
...
|
|
5503
|
-
|
|
5052
|
+
def is_extended(self): ...
|
|
5504
5053
|
def is_property_hidden(self) -> bool:
|
|
5505
5054
|
"""Check if a property is hidden.
|
|
5506
5055
|
|
|
@@ -5638,31 +5187,14 @@ class PARTICLE_PT_force_fields_type2_falloff(
|
|
|
5638
5187
|
class PARTICLE_PT_hair_dynamics(
|
|
5639
5188
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5640
5189
|
):
|
|
5641
|
-
""" """
|
|
5642
|
-
|
|
5643
5190
|
COMPAT_ENGINES: typing.Any
|
|
5644
|
-
""" """
|
|
5645
|
-
|
|
5646
5191
|
bl_context: typing.Any
|
|
5647
|
-
""" """
|
|
5648
|
-
|
|
5649
5192
|
bl_label: typing.Any
|
|
5650
|
-
""" """
|
|
5651
|
-
|
|
5652
5193
|
bl_options: typing.Any
|
|
5653
|
-
""" """
|
|
5654
|
-
|
|
5655
5194
|
bl_region_type: typing.Any
|
|
5656
|
-
""" """
|
|
5657
|
-
|
|
5658
5195
|
bl_rna: typing.Any
|
|
5659
|
-
""" """
|
|
5660
|
-
|
|
5661
5196
|
bl_space_type: typing.Any
|
|
5662
|
-
""" """
|
|
5663
|
-
|
|
5664
5197
|
id_data: typing.Any
|
|
5665
|
-
""" """
|
|
5666
5198
|
|
|
5667
5199
|
def append(self, draw_func):
|
|
5668
5200
|
"""Append a draw function to this menu,
|
|
@@ -5761,10 +5293,7 @@ class PARTICLE_PT_hair_dynamics(
|
|
|
5761
5293
|
"""
|
|
5762
5294
|
...
|
|
5763
5295
|
|
|
5764
|
-
def is_extended(self):
|
|
5765
|
-
""" """
|
|
5766
|
-
...
|
|
5767
|
-
|
|
5296
|
+
def is_extended(self): ...
|
|
5768
5297
|
def is_property_hidden(self) -> bool:
|
|
5769
5298
|
"""Check if a property is hidden.
|
|
5770
5299
|
|
|
@@ -5902,34 +5431,15 @@ class PARTICLE_PT_hair_dynamics(
|
|
|
5902
5431
|
class PARTICLE_PT_hair_dynamics_collision(
|
|
5903
5432
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5904
5433
|
):
|
|
5905
|
-
""" """
|
|
5906
|
-
|
|
5907
5434
|
COMPAT_ENGINES: typing.Any
|
|
5908
|
-
""" """
|
|
5909
|
-
|
|
5910
5435
|
bl_context: typing.Any
|
|
5911
|
-
""" """
|
|
5912
|
-
|
|
5913
5436
|
bl_label: typing.Any
|
|
5914
|
-
""" """
|
|
5915
|
-
|
|
5916
5437
|
bl_options: typing.Any
|
|
5917
|
-
""" """
|
|
5918
|
-
|
|
5919
5438
|
bl_parent_id: typing.Any
|
|
5920
|
-
""" """
|
|
5921
|
-
|
|
5922
5439
|
bl_region_type: typing.Any
|
|
5923
|
-
""" """
|
|
5924
|
-
|
|
5925
5440
|
bl_rna: typing.Any
|
|
5926
|
-
""" """
|
|
5927
|
-
|
|
5928
5441
|
bl_space_type: typing.Any
|
|
5929
|
-
""" """
|
|
5930
|
-
|
|
5931
5442
|
id_data: typing.Any
|
|
5932
|
-
""" """
|
|
5933
5443
|
|
|
5934
5444
|
def append(self, draw_func):
|
|
5935
5445
|
"""Append a draw function to this menu,
|
|
@@ -6014,10 +5524,7 @@ class PARTICLE_PT_hair_dynamics_collision(
|
|
|
6014
5524
|
"""
|
|
6015
5525
|
...
|
|
6016
5526
|
|
|
6017
|
-
def is_extended(self):
|
|
6018
|
-
""" """
|
|
6019
|
-
...
|
|
6020
|
-
|
|
5527
|
+
def is_extended(self): ...
|
|
6021
5528
|
def is_property_hidden(self) -> bool:
|
|
6022
5529
|
"""Check if a property is hidden.
|
|
6023
5530
|
|
|
@@ -6155,34 +5662,15 @@ class PARTICLE_PT_hair_dynamics_collision(
|
|
|
6155
5662
|
class PARTICLE_PT_hair_dynamics_structure(
|
|
6156
5663
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6157
5664
|
):
|
|
6158
|
-
""" """
|
|
6159
|
-
|
|
6160
5665
|
COMPAT_ENGINES: typing.Any
|
|
6161
|
-
""" """
|
|
6162
|
-
|
|
6163
5666
|
bl_context: typing.Any
|
|
6164
|
-
""" """
|
|
6165
|
-
|
|
6166
5667
|
bl_label: typing.Any
|
|
6167
|
-
""" """
|
|
6168
|
-
|
|
6169
5668
|
bl_options: typing.Any
|
|
6170
|
-
""" """
|
|
6171
|
-
|
|
6172
5669
|
bl_parent_id: typing.Any
|
|
6173
|
-
""" """
|
|
6174
|
-
|
|
6175
5670
|
bl_region_type: typing.Any
|
|
6176
|
-
""" """
|
|
6177
|
-
|
|
6178
5671
|
bl_rna: typing.Any
|
|
6179
|
-
""" """
|
|
6180
|
-
|
|
6181
5672
|
bl_space_type: typing.Any
|
|
6182
|
-
""" """
|
|
6183
|
-
|
|
6184
5673
|
id_data: typing.Any
|
|
6185
|
-
""" """
|
|
6186
5674
|
|
|
6187
5675
|
def append(self, draw_func):
|
|
6188
5676
|
"""Append a draw function to this menu,
|
|
@@ -6267,10 +5755,7 @@ class PARTICLE_PT_hair_dynamics_structure(
|
|
|
6267
5755
|
"""
|
|
6268
5756
|
...
|
|
6269
5757
|
|
|
6270
|
-
def is_extended(self):
|
|
6271
|
-
""" """
|
|
6272
|
-
...
|
|
6273
|
-
|
|
5758
|
+
def is_extended(self): ...
|
|
6274
5759
|
def is_property_hidden(self) -> bool:
|
|
6275
5760
|
"""Check if a property is hidden.
|
|
6276
5761
|
|
|
@@ -6408,34 +5893,15 @@ class PARTICLE_PT_hair_dynamics_structure(
|
|
|
6408
5893
|
class PARTICLE_PT_hair_dynamics_volume(
|
|
6409
5894
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6410
5895
|
):
|
|
6411
|
-
""" """
|
|
6412
|
-
|
|
6413
5896
|
COMPAT_ENGINES: typing.Any
|
|
6414
|
-
""" """
|
|
6415
|
-
|
|
6416
5897
|
bl_context: typing.Any
|
|
6417
|
-
""" """
|
|
6418
|
-
|
|
6419
5898
|
bl_label: typing.Any
|
|
6420
|
-
""" """
|
|
6421
|
-
|
|
6422
5899
|
bl_options: typing.Any
|
|
6423
|
-
""" """
|
|
6424
|
-
|
|
6425
5900
|
bl_parent_id: typing.Any
|
|
6426
|
-
""" """
|
|
6427
|
-
|
|
6428
5901
|
bl_region_type: typing.Any
|
|
6429
|
-
""" """
|
|
6430
|
-
|
|
6431
5902
|
bl_rna: typing.Any
|
|
6432
|
-
""" """
|
|
6433
|
-
|
|
6434
5903
|
bl_space_type: typing.Any
|
|
6435
|
-
""" """
|
|
6436
|
-
|
|
6437
5904
|
id_data: typing.Any
|
|
6438
|
-
""" """
|
|
6439
5905
|
|
|
6440
5906
|
def append(self, draw_func):
|
|
6441
5907
|
"""Append a draw function to this menu,
|
|
@@ -6520,10 +5986,7 @@ class PARTICLE_PT_hair_dynamics_volume(
|
|
|
6520
5986
|
"""
|
|
6521
5987
|
...
|
|
6522
5988
|
|
|
6523
|
-
def is_extended(self):
|
|
6524
|
-
""" """
|
|
6525
|
-
...
|
|
6526
|
-
|
|
5989
|
+
def is_extended(self): ...
|
|
6527
5990
|
def is_property_hidden(self) -> bool:
|
|
6528
5991
|
"""Check if a property is hidden.
|
|
6529
5992
|
|
|
@@ -6661,31 +6124,14 @@ class PARTICLE_PT_hair_dynamics_volume(
|
|
|
6661
6124
|
class PARTICLE_PT_hair_shape(
|
|
6662
6125
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6663
6126
|
):
|
|
6664
|
-
""" """
|
|
6665
|
-
|
|
6666
6127
|
COMPAT_ENGINES: typing.Any
|
|
6667
|
-
""" """
|
|
6668
|
-
|
|
6669
6128
|
bl_context: typing.Any
|
|
6670
|
-
""" """
|
|
6671
|
-
|
|
6672
6129
|
bl_label: typing.Any
|
|
6673
|
-
""" """
|
|
6674
|
-
|
|
6675
6130
|
bl_options: typing.Any
|
|
6676
|
-
""" """
|
|
6677
|
-
|
|
6678
6131
|
bl_region_type: typing.Any
|
|
6679
|
-
""" """
|
|
6680
|
-
|
|
6681
6132
|
bl_rna: typing.Any
|
|
6682
|
-
""" """
|
|
6683
|
-
|
|
6684
6133
|
bl_space_type: typing.Any
|
|
6685
|
-
""" """
|
|
6686
|
-
|
|
6687
6134
|
id_data: typing.Any
|
|
6688
|
-
""" """
|
|
6689
6135
|
|
|
6690
6136
|
def append(self, draw_func):
|
|
6691
6137
|
"""Append a draw function to this menu,
|
|
@@ -6770,10 +6216,7 @@ class PARTICLE_PT_hair_shape(
|
|
|
6770
6216
|
"""
|
|
6771
6217
|
...
|
|
6772
6218
|
|
|
6773
|
-
def is_extended(self):
|
|
6774
|
-
""" """
|
|
6775
|
-
...
|
|
6776
|
-
|
|
6219
|
+
def is_extended(self): ...
|
|
6777
6220
|
def is_property_hidden(self) -> bool:
|
|
6778
6221
|
"""Check if a property is hidden.
|
|
6779
6222
|
|
|
@@ -6909,31 +6352,14 @@ class PARTICLE_PT_hair_shape(
|
|
|
6909
6352
|
...
|
|
6910
6353
|
|
|
6911
6354
|
class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
6912
|
-
""" """
|
|
6913
|
-
|
|
6914
6355
|
COMPAT_ENGINES: typing.Any
|
|
6915
|
-
""" """
|
|
6916
|
-
|
|
6917
6356
|
bl_context: typing.Any
|
|
6918
|
-
""" """
|
|
6919
|
-
|
|
6920
6357
|
bl_label: typing.Any
|
|
6921
|
-
""" """
|
|
6922
|
-
|
|
6923
6358
|
bl_options: typing.Any
|
|
6924
|
-
""" """
|
|
6925
|
-
|
|
6926
6359
|
bl_region_type: typing.Any
|
|
6927
|
-
""" """
|
|
6928
|
-
|
|
6929
6360
|
bl_rna: typing.Any
|
|
6930
|
-
""" """
|
|
6931
|
-
|
|
6932
6361
|
bl_space_type: typing.Any
|
|
6933
|
-
""" """
|
|
6934
|
-
|
|
6935
6362
|
id_data: typing.Any
|
|
6936
|
-
""" """
|
|
6937
6363
|
|
|
6938
6364
|
def append(self, draw_func):
|
|
6939
6365
|
"""Append a draw function to this menu,
|
|
@@ -7018,10 +6444,7 @@ class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gene
|
|
|
7018
6444
|
"""
|
|
7019
6445
|
...
|
|
7020
6446
|
|
|
7021
|
-
def is_extended(self):
|
|
7022
|
-
""" """
|
|
7023
|
-
...
|
|
7024
|
-
|
|
6447
|
+
def is_extended(self): ...
|
|
7025
6448
|
def is_property_hidden(self) -> bool:
|
|
7026
6449
|
"""Check if a property is hidden.
|
|
7027
6450
|
|
|
@@ -7159,34 +6582,15 @@ class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gene
|
|
|
7159
6582
|
class PARTICLE_PT_physics_boids_battle(
|
|
7160
6583
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7161
6584
|
):
|
|
7162
|
-
""" """
|
|
7163
|
-
|
|
7164
6585
|
COMPAT_ENGINES: typing.Any
|
|
7165
|
-
""" """
|
|
7166
|
-
|
|
7167
6586
|
bl_context: typing.Any
|
|
7168
|
-
""" """
|
|
7169
|
-
|
|
7170
6587
|
bl_label: typing.Any
|
|
7171
|
-
""" """
|
|
7172
|
-
|
|
7173
6588
|
bl_options: typing.Any
|
|
7174
|
-
""" """
|
|
7175
|
-
|
|
7176
6589
|
bl_parent_id: typing.Any
|
|
7177
|
-
""" """
|
|
7178
|
-
|
|
7179
6590
|
bl_region_type: typing.Any
|
|
7180
|
-
""" """
|
|
7181
|
-
|
|
7182
6591
|
bl_rna: typing.Any
|
|
7183
|
-
""" """
|
|
7184
|
-
|
|
7185
6592
|
bl_space_type: typing.Any
|
|
7186
|
-
""" """
|
|
7187
|
-
|
|
7188
6593
|
id_data: typing.Any
|
|
7189
|
-
""" """
|
|
7190
6594
|
|
|
7191
6595
|
def append(self, draw_func):
|
|
7192
6596
|
"""Append a draw function to this menu,
|
|
@@ -7271,10 +6675,7 @@ class PARTICLE_PT_physics_boids_battle(
|
|
|
7271
6675
|
"""
|
|
7272
6676
|
...
|
|
7273
6677
|
|
|
7274
|
-
def is_extended(self):
|
|
7275
|
-
""" """
|
|
7276
|
-
...
|
|
7277
|
-
|
|
6678
|
+
def is_extended(self): ...
|
|
7278
6679
|
def is_property_hidden(self) -> bool:
|
|
7279
6680
|
"""Check if a property is hidden.
|
|
7280
6681
|
|
|
@@ -7412,34 +6813,15 @@ class PARTICLE_PT_physics_boids_battle(
|
|
|
7412
6813
|
class PARTICLE_PT_physics_boids_misc(
|
|
7413
6814
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7414
6815
|
):
|
|
7415
|
-
""" """
|
|
7416
|
-
|
|
7417
6816
|
COMPAT_ENGINES: typing.Any
|
|
7418
|
-
""" """
|
|
7419
|
-
|
|
7420
6817
|
bl_context: typing.Any
|
|
7421
|
-
""" """
|
|
7422
|
-
|
|
7423
6818
|
bl_label: typing.Any
|
|
7424
|
-
""" """
|
|
7425
|
-
|
|
7426
6819
|
bl_options: typing.Any
|
|
7427
|
-
""" """
|
|
7428
|
-
|
|
7429
6820
|
bl_parent_id: typing.Any
|
|
7430
|
-
""" """
|
|
7431
|
-
|
|
7432
6821
|
bl_region_type: typing.Any
|
|
7433
|
-
""" """
|
|
7434
|
-
|
|
7435
6822
|
bl_rna: typing.Any
|
|
7436
|
-
""" """
|
|
7437
|
-
|
|
7438
6823
|
bl_space_type: typing.Any
|
|
7439
|
-
""" """
|
|
7440
|
-
|
|
7441
6824
|
id_data: typing.Any
|
|
7442
|
-
""" """
|
|
7443
6825
|
|
|
7444
6826
|
def append(self, draw_func):
|
|
7445
6827
|
"""Append a draw function to this menu,
|
|
@@ -7524,10 +6906,7 @@ class PARTICLE_PT_physics_boids_misc(
|
|
|
7524
6906
|
"""
|
|
7525
6907
|
...
|
|
7526
6908
|
|
|
7527
|
-
def is_extended(self):
|
|
7528
|
-
""" """
|
|
7529
|
-
...
|
|
7530
|
-
|
|
6909
|
+
def is_extended(self): ...
|
|
7531
6910
|
def is_property_hidden(self) -> bool:
|
|
7532
6911
|
"""Check if a property is hidden.
|
|
7533
6912
|
|
|
@@ -7665,34 +7044,15 @@ class PARTICLE_PT_physics_boids_misc(
|
|
|
7665
7044
|
class PARTICLE_PT_physics_boids_movement(
|
|
7666
7045
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7667
7046
|
):
|
|
7668
|
-
""" """
|
|
7669
|
-
|
|
7670
7047
|
COMPAT_ENGINES: typing.Any
|
|
7671
|
-
""" """
|
|
7672
|
-
|
|
7673
7048
|
bl_context: typing.Any
|
|
7674
|
-
""" """
|
|
7675
|
-
|
|
7676
7049
|
bl_label: typing.Any
|
|
7677
|
-
""" """
|
|
7678
|
-
|
|
7679
7050
|
bl_options: typing.Any
|
|
7680
|
-
""" """
|
|
7681
|
-
|
|
7682
7051
|
bl_parent_id: typing.Any
|
|
7683
|
-
""" """
|
|
7684
|
-
|
|
7685
7052
|
bl_region_type: typing.Any
|
|
7686
|
-
""" """
|
|
7687
|
-
|
|
7688
7053
|
bl_rna: typing.Any
|
|
7689
|
-
""" """
|
|
7690
|
-
|
|
7691
7054
|
bl_space_type: typing.Any
|
|
7692
|
-
""" """
|
|
7693
|
-
|
|
7694
7055
|
id_data: typing.Any
|
|
7695
|
-
""" """
|
|
7696
7056
|
|
|
7697
7057
|
def append(self, draw_func):
|
|
7698
7058
|
"""Append a draw function to this menu,
|
|
@@ -7777,10 +7137,7 @@ class PARTICLE_PT_physics_boids_movement(
|
|
|
7777
7137
|
"""
|
|
7778
7138
|
...
|
|
7779
7139
|
|
|
7780
|
-
def is_extended(self):
|
|
7781
|
-
""" """
|
|
7782
|
-
...
|
|
7783
|
-
|
|
7140
|
+
def is_extended(self): ...
|
|
7784
7141
|
def is_property_hidden(self) -> bool:
|
|
7785
7142
|
"""Check if a property is hidden.
|
|
7786
7143
|
|
|
@@ -7918,34 +7275,15 @@ class PARTICLE_PT_physics_boids_movement(
|
|
|
7918
7275
|
class PARTICLE_PT_physics_deflection(
|
|
7919
7276
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7920
7277
|
):
|
|
7921
|
-
""" """
|
|
7922
|
-
|
|
7923
7278
|
COMPAT_ENGINES: typing.Any
|
|
7924
|
-
""" """
|
|
7925
|
-
|
|
7926
7279
|
bl_context: typing.Any
|
|
7927
|
-
""" """
|
|
7928
|
-
|
|
7929
7280
|
bl_label: typing.Any
|
|
7930
|
-
""" """
|
|
7931
|
-
|
|
7932
7281
|
bl_options: typing.Any
|
|
7933
|
-
""" """
|
|
7934
|
-
|
|
7935
7282
|
bl_parent_id: typing.Any
|
|
7936
|
-
""" """
|
|
7937
|
-
|
|
7938
7283
|
bl_region_type: typing.Any
|
|
7939
|
-
""" """
|
|
7940
|
-
|
|
7941
7284
|
bl_rna: typing.Any
|
|
7942
|
-
""" """
|
|
7943
|
-
|
|
7944
7285
|
bl_space_type: typing.Any
|
|
7945
|
-
""" """
|
|
7946
|
-
|
|
7947
7286
|
id_data: typing.Any
|
|
7948
|
-
""" """
|
|
7949
7287
|
|
|
7950
7288
|
def append(self, draw_func):
|
|
7951
7289
|
"""Append a draw function to this menu,
|
|
@@ -8030,10 +7368,7 @@ class PARTICLE_PT_physics_deflection(
|
|
|
8030
7368
|
"""
|
|
8031
7369
|
...
|
|
8032
7370
|
|
|
8033
|
-
def is_extended(self):
|
|
8034
|
-
""" """
|
|
8035
|
-
...
|
|
8036
|
-
|
|
7371
|
+
def is_extended(self): ...
|
|
8037
7372
|
def is_property_hidden(self) -> bool:
|
|
8038
7373
|
"""Check if a property is hidden.
|
|
8039
7374
|
|
|
@@ -8171,34 +7506,15 @@ class PARTICLE_PT_physics_deflection(
|
|
|
8171
7506
|
class PARTICLE_PT_physics_fluid_advanced(
|
|
8172
7507
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
8173
7508
|
):
|
|
8174
|
-
""" """
|
|
8175
|
-
|
|
8176
7509
|
COMPAT_ENGINES: typing.Any
|
|
8177
|
-
""" """
|
|
8178
|
-
|
|
8179
7510
|
bl_context: typing.Any
|
|
8180
|
-
""" """
|
|
8181
|
-
|
|
8182
7511
|
bl_label: typing.Any
|
|
8183
|
-
""" """
|
|
8184
|
-
|
|
8185
7512
|
bl_options: typing.Any
|
|
8186
|
-
""" """
|
|
8187
|
-
|
|
8188
7513
|
bl_parent_id: typing.Any
|
|
8189
|
-
""" """
|
|
8190
|
-
|
|
8191
7514
|
bl_region_type: typing.Any
|
|
8192
|
-
""" """
|
|
8193
|
-
|
|
8194
7515
|
bl_rna: typing.Any
|
|
8195
|
-
""" """
|
|
8196
|
-
|
|
8197
7516
|
bl_space_type: typing.Any
|
|
8198
|
-
""" """
|
|
8199
|
-
|
|
8200
7517
|
id_data: typing.Any
|
|
8201
|
-
""" """
|
|
8202
7518
|
|
|
8203
7519
|
def append(self, draw_func):
|
|
8204
7520
|
"""Append a draw function to this menu,
|
|
@@ -8283,10 +7599,7 @@ class PARTICLE_PT_physics_fluid_advanced(
|
|
|
8283
7599
|
"""
|
|
8284
7600
|
...
|
|
8285
7601
|
|
|
8286
|
-
def is_extended(self):
|
|
8287
|
-
""" """
|
|
8288
|
-
...
|
|
8289
|
-
|
|
7602
|
+
def is_extended(self): ...
|
|
8290
7603
|
def is_property_hidden(self) -> bool:
|
|
8291
7604
|
"""Check if a property is hidden.
|
|
8292
7605
|
|
|
@@ -8424,34 +7737,15 @@ class PARTICLE_PT_physics_fluid_advanced(
|
|
|
8424
7737
|
class PARTICLE_PT_physics_fluid_interaction(
|
|
8425
7738
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
8426
7739
|
):
|
|
8427
|
-
""" """
|
|
8428
|
-
|
|
8429
7740
|
COMPAT_ENGINES: typing.Any
|
|
8430
|
-
""" """
|
|
8431
|
-
|
|
8432
7741
|
bl_context: typing.Any
|
|
8433
|
-
""" """
|
|
8434
|
-
|
|
8435
7742
|
bl_label: typing.Any
|
|
8436
|
-
""" """
|
|
8437
|
-
|
|
8438
7743
|
bl_options: typing.Any
|
|
8439
|
-
""" """
|
|
8440
|
-
|
|
8441
7744
|
bl_parent_id: typing.Any
|
|
8442
|
-
""" """
|
|
8443
|
-
|
|
8444
7745
|
bl_region_type: typing.Any
|
|
8445
|
-
""" """
|
|
8446
|
-
|
|
8447
7746
|
bl_rna: typing.Any
|
|
8448
|
-
""" """
|
|
8449
|
-
|
|
8450
7747
|
bl_space_type: typing.Any
|
|
8451
|
-
""" """
|
|
8452
|
-
|
|
8453
7748
|
id_data: typing.Any
|
|
8454
|
-
""" """
|
|
8455
7749
|
|
|
8456
7750
|
def append(self, draw_func):
|
|
8457
7751
|
"""Append a draw function to this menu,
|
|
@@ -8536,10 +7830,7 @@ class PARTICLE_PT_physics_fluid_interaction(
|
|
|
8536
7830
|
"""
|
|
8537
7831
|
...
|
|
8538
7832
|
|
|
8539
|
-
def is_extended(self):
|
|
8540
|
-
""" """
|
|
8541
|
-
...
|
|
8542
|
-
|
|
7833
|
+
def is_extended(self): ...
|
|
8543
7834
|
def is_property_hidden(self) -> bool:
|
|
8544
7835
|
"""Check if a property is hidden.
|
|
8545
7836
|
|
|
@@ -8677,34 +7968,15 @@ class PARTICLE_PT_physics_fluid_interaction(
|
|
|
8677
7968
|
class PARTICLE_PT_physics_fluid_springs(
|
|
8678
7969
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
8679
7970
|
):
|
|
8680
|
-
""" """
|
|
8681
|
-
|
|
8682
7971
|
COMPAT_ENGINES: typing.Any
|
|
8683
|
-
""" """
|
|
8684
|
-
|
|
8685
7972
|
bl_context: typing.Any
|
|
8686
|
-
""" """
|
|
8687
|
-
|
|
8688
7973
|
bl_label: typing.Any
|
|
8689
|
-
""" """
|
|
8690
|
-
|
|
8691
7974
|
bl_options: typing.Any
|
|
8692
|
-
""" """
|
|
8693
|
-
|
|
8694
7975
|
bl_parent_id: typing.Any
|
|
8695
|
-
""" """
|
|
8696
|
-
|
|
8697
7976
|
bl_region_type: typing.Any
|
|
8698
|
-
""" """
|
|
8699
|
-
|
|
8700
7977
|
bl_rna: typing.Any
|
|
8701
|
-
""" """
|
|
8702
|
-
|
|
8703
7978
|
bl_space_type: typing.Any
|
|
8704
|
-
""" """
|
|
8705
|
-
|
|
8706
7979
|
id_data: typing.Any
|
|
8707
|
-
""" """
|
|
8708
7980
|
|
|
8709
7981
|
def append(self, draw_func):
|
|
8710
7982
|
"""Append a draw function to this menu,
|
|
@@ -8789,10 +8061,7 @@ class PARTICLE_PT_physics_fluid_springs(
|
|
|
8789
8061
|
"""
|
|
8790
8062
|
...
|
|
8791
8063
|
|
|
8792
|
-
def is_extended(self):
|
|
8793
|
-
""" """
|
|
8794
|
-
...
|
|
8795
|
-
|
|
8064
|
+
def is_extended(self): ...
|
|
8796
8065
|
def is_property_hidden(self) -> bool:
|
|
8797
8066
|
"""Check if a property is hidden.
|
|
8798
8067
|
|
|
@@ -8930,34 +8199,15 @@ class PARTICLE_PT_physics_fluid_springs(
|
|
|
8930
8199
|
class PARTICLE_PT_physics_fluid_springs_advanced(
|
|
8931
8200
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
8932
8201
|
):
|
|
8933
|
-
""" """
|
|
8934
|
-
|
|
8935
8202
|
COMPAT_ENGINES: typing.Any
|
|
8936
|
-
""" """
|
|
8937
|
-
|
|
8938
8203
|
bl_context: typing.Any
|
|
8939
|
-
""" """
|
|
8940
|
-
|
|
8941
8204
|
bl_label: typing.Any
|
|
8942
|
-
""" """
|
|
8943
|
-
|
|
8944
8205
|
bl_options: typing.Any
|
|
8945
|
-
""" """
|
|
8946
|
-
|
|
8947
8206
|
bl_parent_id: typing.Any
|
|
8948
|
-
""" """
|
|
8949
|
-
|
|
8950
8207
|
bl_region_type: typing.Any
|
|
8951
|
-
""" """
|
|
8952
|
-
|
|
8953
8208
|
bl_rna: typing.Any
|
|
8954
|
-
""" """
|
|
8955
|
-
|
|
8956
8209
|
bl_space_type: typing.Any
|
|
8957
|
-
""" """
|
|
8958
|
-
|
|
8959
8210
|
id_data: typing.Any
|
|
8960
|
-
""" """
|
|
8961
8211
|
|
|
8962
8212
|
def append(self, draw_func):
|
|
8963
8213
|
"""Append a draw function to this menu,
|
|
@@ -9042,10 +8292,7 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
|
|
|
9042
8292
|
"""
|
|
9043
8293
|
...
|
|
9044
8294
|
|
|
9045
|
-
def is_extended(self):
|
|
9046
|
-
""" """
|
|
9047
|
-
...
|
|
9048
|
-
|
|
8295
|
+
def is_extended(self): ...
|
|
9049
8296
|
def is_property_hidden(self) -> bool:
|
|
9050
8297
|
"""Check if a property is hidden.
|
|
9051
8298
|
|
|
@@ -9183,34 +8430,15 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
|
|
|
9183
8430
|
class PARTICLE_PT_physics_fluid_springs_viscoelastic(
|
|
9184
8431
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
9185
8432
|
):
|
|
9186
|
-
""" """
|
|
9187
|
-
|
|
9188
8433
|
COMPAT_ENGINES: typing.Any
|
|
9189
|
-
""" """
|
|
9190
|
-
|
|
9191
8434
|
bl_context: typing.Any
|
|
9192
|
-
""" """
|
|
9193
|
-
|
|
9194
8435
|
bl_label: typing.Any
|
|
9195
|
-
""" """
|
|
9196
|
-
|
|
9197
8436
|
bl_options: typing.Any
|
|
9198
|
-
""" """
|
|
9199
|
-
|
|
9200
8437
|
bl_parent_id: typing.Any
|
|
9201
|
-
""" """
|
|
9202
|
-
|
|
9203
8438
|
bl_region_type: typing.Any
|
|
9204
|
-
""" """
|
|
9205
|
-
|
|
9206
8439
|
bl_rna: typing.Any
|
|
9207
|
-
""" """
|
|
9208
|
-
|
|
9209
8440
|
bl_space_type: typing.Any
|
|
9210
|
-
""" """
|
|
9211
|
-
|
|
9212
8441
|
id_data: typing.Any
|
|
9213
|
-
""" """
|
|
9214
8442
|
|
|
9215
8443
|
def append(self, draw_func):
|
|
9216
8444
|
"""Append a draw function to this menu,
|
|
@@ -9302,10 +8530,7 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
|
|
|
9302
8530
|
"""
|
|
9303
8531
|
...
|
|
9304
8532
|
|
|
9305
|
-
def is_extended(self):
|
|
9306
|
-
""" """
|
|
9307
|
-
...
|
|
9308
|
-
|
|
8533
|
+
def is_extended(self): ...
|
|
9309
8534
|
def is_property_hidden(self) -> bool:
|
|
9310
8535
|
"""Check if a property is hidden.
|
|
9311
8536
|
|
|
@@ -9443,31 +8668,14 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
|
|
|
9443
8668
|
class PARTICLE_PT_physics_forces(
|
|
9444
8669
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
9445
8670
|
):
|
|
9446
|
-
""" """
|
|
9447
|
-
|
|
9448
8671
|
COMPAT_ENGINES: typing.Any
|
|
9449
|
-
""" """
|
|
9450
|
-
|
|
9451
8672
|
bl_context: typing.Any
|
|
9452
|
-
""" """
|
|
9453
|
-
|
|
9454
8673
|
bl_label: typing.Any
|
|
9455
|
-
""" """
|
|
9456
|
-
|
|
9457
8674
|
bl_parent_id: typing.Any
|
|
9458
|
-
""" """
|
|
9459
|
-
|
|
9460
8675
|
bl_region_type: typing.Any
|
|
9461
|
-
""" """
|
|
9462
|
-
|
|
9463
8676
|
bl_rna: typing.Any
|
|
9464
|
-
""" """
|
|
9465
|
-
|
|
9466
8677
|
bl_space_type: typing.Any
|
|
9467
|
-
""" """
|
|
9468
|
-
|
|
9469
8678
|
id_data: typing.Any
|
|
9470
|
-
""" """
|
|
9471
8679
|
|
|
9472
8680
|
def append(self, draw_func):
|
|
9473
8681
|
"""Append a draw function to this menu,
|
|
@@ -9552,10 +8760,7 @@ class PARTICLE_PT_physics_forces(
|
|
|
9552
8760
|
"""
|
|
9553
8761
|
...
|
|
9554
8762
|
|
|
9555
|
-
def is_extended(self):
|
|
9556
|
-
""" """
|
|
9557
|
-
...
|
|
9558
|
-
|
|
8763
|
+
def is_extended(self): ...
|
|
9559
8764
|
def is_property_hidden(self) -> bool:
|
|
9560
8765
|
"""Check if a property is hidden.
|
|
9561
8766
|
|
|
@@ -9693,34 +8898,15 @@ class PARTICLE_PT_physics_forces(
|
|
|
9693
8898
|
class PARTICLE_PT_physics_integration(
|
|
9694
8899
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
9695
8900
|
):
|
|
9696
|
-
""" """
|
|
9697
|
-
|
|
9698
8901
|
COMPAT_ENGINES: typing.Any
|
|
9699
|
-
""" """
|
|
9700
|
-
|
|
9701
8902
|
bl_context: typing.Any
|
|
9702
|
-
""" """
|
|
9703
|
-
|
|
9704
8903
|
bl_label: typing.Any
|
|
9705
|
-
""" """
|
|
9706
|
-
|
|
9707
8904
|
bl_options: typing.Any
|
|
9708
|
-
""" """
|
|
9709
|
-
|
|
9710
8905
|
bl_parent_id: typing.Any
|
|
9711
|
-
""" """
|
|
9712
|
-
|
|
9713
8906
|
bl_region_type: typing.Any
|
|
9714
|
-
""" """
|
|
9715
|
-
|
|
9716
8907
|
bl_rna: typing.Any
|
|
9717
|
-
""" """
|
|
9718
|
-
|
|
9719
8908
|
bl_space_type: typing.Any
|
|
9720
|
-
""" """
|
|
9721
|
-
|
|
9722
8909
|
id_data: typing.Any
|
|
9723
|
-
""" """
|
|
9724
8910
|
|
|
9725
8911
|
def append(self, draw_func):
|
|
9726
8912
|
"""Append a draw function to this menu,
|
|
@@ -9805,10 +8991,7 @@ class PARTICLE_PT_physics_integration(
|
|
|
9805
8991
|
"""
|
|
9806
8992
|
...
|
|
9807
8993
|
|
|
9808
|
-
def is_extended(self):
|
|
9809
|
-
""" """
|
|
9810
|
-
...
|
|
9811
|
-
|
|
8994
|
+
def is_extended(self): ...
|
|
9812
8995
|
def is_property_hidden(self) -> bool:
|
|
9813
8996
|
"""Check if a property is hidden.
|
|
9814
8997
|
|
|
@@ -9946,34 +9129,15 @@ class PARTICLE_PT_physics_integration(
|
|
|
9946
9129
|
class PARTICLE_PT_physics_relations(
|
|
9947
9130
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
9948
9131
|
):
|
|
9949
|
-
""" """
|
|
9950
|
-
|
|
9951
9132
|
COMPAT_ENGINES: typing.Any
|
|
9952
|
-
""" """
|
|
9953
|
-
|
|
9954
9133
|
bl_context: typing.Any
|
|
9955
|
-
""" """
|
|
9956
|
-
|
|
9957
9134
|
bl_label: typing.Any
|
|
9958
|
-
""" """
|
|
9959
|
-
|
|
9960
9135
|
bl_options: typing.Any
|
|
9961
|
-
""" """
|
|
9962
|
-
|
|
9963
9136
|
bl_parent_id: typing.Any
|
|
9964
|
-
""" """
|
|
9965
|
-
|
|
9966
9137
|
bl_region_type: typing.Any
|
|
9967
|
-
""" """
|
|
9968
|
-
|
|
9969
9138
|
bl_rna: typing.Any
|
|
9970
|
-
""" """
|
|
9971
|
-
|
|
9972
9139
|
bl_space_type: typing.Any
|
|
9973
|
-
""" """
|
|
9974
|
-
|
|
9975
9140
|
id_data: typing.Any
|
|
9976
|
-
""" """
|
|
9977
9141
|
|
|
9978
9142
|
def append(self, draw_func):
|
|
9979
9143
|
"""Append a draw function to this menu,
|
|
@@ -10058,10 +9222,7 @@ class PARTICLE_PT_physics_relations(
|
|
|
10058
9222
|
"""
|
|
10059
9223
|
...
|
|
10060
9224
|
|
|
10061
|
-
def is_extended(self):
|
|
10062
|
-
""" """
|
|
10063
|
-
...
|
|
10064
|
-
|
|
9225
|
+
def is_extended(self): ...
|
|
10065
9226
|
def is_property_hidden(self) -> bool:
|
|
10066
9227
|
"""Check if a property is hidden.
|
|
10067
9228
|
|
|
@@ -10197,31 +9358,14 @@ class PARTICLE_PT_physics_relations(
|
|
|
10197
9358
|
...
|
|
10198
9359
|
|
|
10199
9360
|
class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
10200
|
-
""" """
|
|
10201
|
-
|
|
10202
9361
|
COMPAT_ENGINES: typing.Any
|
|
10203
|
-
""" """
|
|
10204
|
-
|
|
10205
9362
|
bl_context: typing.Any
|
|
10206
|
-
""" """
|
|
10207
|
-
|
|
10208
9363
|
bl_label: typing.Any
|
|
10209
|
-
""" """
|
|
10210
|
-
|
|
10211
9364
|
bl_options: typing.Any
|
|
10212
|
-
""" """
|
|
10213
|
-
|
|
10214
9365
|
bl_region_type: typing.Any
|
|
10215
|
-
""" """
|
|
10216
|
-
|
|
10217
9366
|
bl_rna: typing.Any
|
|
10218
|
-
""" """
|
|
10219
|
-
|
|
10220
9367
|
bl_space_type: typing.Any
|
|
10221
|
-
""" """
|
|
10222
|
-
|
|
10223
9368
|
id_data: typing.Any
|
|
10224
|
-
""" """
|
|
10225
9369
|
|
|
10226
9370
|
def append(self, draw_func):
|
|
10227
9371
|
"""Append a draw function to this menu,
|
|
@@ -10306,10 +9450,7 @@ class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gener
|
|
|
10306
9450
|
"""
|
|
10307
9451
|
...
|
|
10308
9452
|
|
|
10309
|
-
def is_extended(self):
|
|
10310
|
-
""" """
|
|
10311
|
-
...
|
|
10312
|
-
|
|
9453
|
+
def is_extended(self): ...
|
|
10313
9454
|
def is_property_hidden(self) -> bool:
|
|
10314
9455
|
"""Check if a property is hidden.
|
|
10315
9456
|
|
|
@@ -10447,31 +9588,14 @@ class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gener
|
|
|
10447
9588
|
class PARTICLE_PT_render_collection(
|
|
10448
9589
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
10449
9590
|
):
|
|
10450
|
-
""" """
|
|
10451
|
-
|
|
10452
9591
|
COMPAT_ENGINES: typing.Any
|
|
10453
|
-
""" """
|
|
10454
|
-
|
|
10455
9592
|
bl_context: typing.Any
|
|
10456
|
-
""" """
|
|
10457
|
-
|
|
10458
9593
|
bl_label: typing.Any
|
|
10459
|
-
""" """
|
|
10460
|
-
|
|
10461
9594
|
bl_parent_id: typing.Any
|
|
10462
|
-
""" """
|
|
10463
|
-
|
|
10464
9595
|
bl_region_type: typing.Any
|
|
10465
|
-
""" """
|
|
10466
|
-
|
|
10467
9596
|
bl_rna: typing.Any
|
|
10468
|
-
""" """
|
|
10469
|
-
|
|
10470
9597
|
bl_space_type: typing.Any
|
|
10471
|
-
""" """
|
|
10472
|
-
|
|
10473
9598
|
id_data: typing.Any
|
|
10474
|
-
""" """
|
|
10475
9599
|
|
|
10476
9600
|
def append(self, draw_func):
|
|
10477
9601
|
"""Append a draw function to this menu,
|
|
@@ -10556,10 +9680,7 @@ class PARTICLE_PT_render_collection(
|
|
|
10556
9680
|
"""
|
|
10557
9681
|
...
|
|
10558
9682
|
|
|
10559
|
-
def is_extended(self):
|
|
10560
|
-
""" """
|
|
10561
|
-
...
|
|
10562
|
-
|
|
9683
|
+
def is_extended(self): ...
|
|
10563
9684
|
def is_property_hidden(self) -> bool:
|
|
10564
9685
|
"""Check if a property is hidden.
|
|
10565
9686
|
|
|
@@ -10697,34 +9818,15 @@ class PARTICLE_PT_render_collection(
|
|
|
10697
9818
|
class PARTICLE_PT_render_collection_use_count(
|
|
10698
9819
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
10699
9820
|
):
|
|
10700
|
-
""" """
|
|
10701
|
-
|
|
10702
9821
|
COMPAT_ENGINES: typing.Any
|
|
10703
|
-
""" """
|
|
10704
|
-
|
|
10705
9822
|
bl_context: typing.Any
|
|
10706
|
-
""" """
|
|
10707
|
-
|
|
10708
9823
|
bl_label: typing.Any
|
|
10709
|
-
""" """
|
|
10710
|
-
|
|
10711
9824
|
bl_options: typing.Any
|
|
10712
|
-
""" """
|
|
10713
|
-
|
|
10714
9825
|
bl_parent_id: typing.Any
|
|
10715
|
-
""" """
|
|
10716
|
-
|
|
10717
9826
|
bl_region_type: typing.Any
|
|
10718
|
-
""" """
|
|
10719
|
-
|
|
10720
9827
|
bl_rna: typing.Any
|
|
10721
|
-
""" """
|
|
10722
|
-
|
|
10723
9828
|
bl_space_type: typing.Any
|
|
10724
|
-
""" """
|
|
10725
|
-
|
|
10726
9829
|
id_data: typing.Any
|
|
10727
|
-
""" """
|
|
10728
9830
|
|
|
10729
9831
|
def append(self, draw_func):
|
|
10730
9832
|
"""Append a draw function to this menu,
|
|
@@ -10816,10 +9918,7 @@ class PARTICLE_PT_render_collection_use_count(
|
|
|
10816
9918
|
"""
|
|
10817
9919
|
...
|
|
10818
9920
|
|
|
10819
|
-
def is_extended(self):
|
|
10820
|
-
""" """
|
|
10821
|
-
...
|
|
10822
|
-
|
|
9921
|
+
def is_extended(self): ...
|
|
10823
9922
|
def is_property_hidden(self) -> bool:
|
|
10824
9923
|
"""Check if a property is hidden.
|
|
10825
9924
|
|
|
@@ -10957,34 +10056,15 @@ class PARTICLE_PT_render_collection_use_count(
|
|
|
10957
10056
|
class PARTICLE_PT_render_extra(
|
|
10958
10057
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
10959
10058
|
):
|
|
10960
|
-
""" """
|
|
10961
|
-
|
|
10962
10059
|
COMPAT_ENGINES: typing.Any
|
|
10963
|
-
""" """
|
|
10964
|
-
|
|
10965
10060
|
bl_context: typing.Any
|
|
10966
|
-
""" """
|
|
10967
|
-
|
|
10968
10061
|
bl_label: typing.Any
|
|
10969
|
-
""" """
|
|
10970
|
-
|
|
10971
10062
|
bl_options: typing.Any
|
|
10972
|
-
""" """
|
|
10973
|
-
|
|
10974
10063
|
bl_parent_id: typing.Any
|
|
10975
|
-
""" """
|
|
10976
|
-
|
|
10977
10064
|
bl_region_type: typing.Any
|
|
10978
|
-
""" """
|
|
10979
|
-
|
|
10980
10065
|
bl_rna: typing.Any
|
|
10981
|
-
""" """
|
|
10982
|
-
|
|
10983
10066
|
bl_space_type: typing.Any
|
|
10984
|
-
""" """
|
|
10985
|
-
|
|
10986
10067
|
id_data: typing.Any
|
|
10987
|
-
""" """
|
|
10988
10068
|
|
|
10989
10069
|
def append(self, draw_func):
|
|
10990
10070
|
"""Append a draw function to this menu,
|
|
@@ -11069,10 +10149,7 @@ class PARTICLE_PT_render_extra(
|
|
|
11069
10149
|
"""
|
|
11070
10150
|
...
|
|
11071
10151
|
|
|
11072
|
-
def is_extended(self):
|
|
11073
|
-
""" """
|
|
11074
|
-
...
|
|
11075
|
-
|
|
10152
|
+
def is_extended(self): ...
|
|
11076
10153
|
def is_property_hidden(self) -> bool:
|
|
11077
10154
|
"""Check if a property is hidden.
|
|
11078
10155
|
|
|
@@ -11210,31 +10287,14 @@ class PARTICLE_PT_render_extra(
|
|
|
11210
10287
|
class PARTICLE_PT_render_object(
|
|
11211
10288
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
11212
10289
|
):
|
|
11213
|
-
""" """
|
|
11214
|
-
|
|
11215
10290
|
COMPAT_ENGINES: typing.Any
|
|
11216
|
-
""" """
|
|
11217
|
-
|
|
11218
10291
|
bl_context: typing.Any
|
|
11219
|
-
""" """
|
|
11220
|
-
|
|
11221
10292
|
bl_label: typing.Any
|
|
11222
|
-
""" """
|
|
11223
|
-
|
|
11224
10293
|
bl_parent_id: typing.Any
|
|
11225
|
-
""" """
|
|
11226
|
-
|
|
11227
10294
|
bl_region_type: typing.Any
|
|
11228
|
-
""" """
|
|
11229
|
-
|
|
11230
10295
|
bl_rna: typing.Any
|
|
11231
|
-
""" """
|
|
11232
|
-
|
|
11233
10296
|
bl_space_type: typing.Any
|
|
11234
|
-
""" """
|
|
11235
|
-
|
|
11236
10297
|
id_data: typing.Any
|
|
11237
|
-
""" """
|
|
11238
10298
|
|
|
11239
10299
|
def append(self, draw_func):
|
|
11240
10300
|
"""Append a draw function to this menu,
|
|
@@ -11319,10 +10379,7 @@ class PARTICLE_PT_render_object(
|
|
|
11319
10379
|
"""
|
|
11320
10380
|
...
|
|
11321
10381
|
|
|
11322
|
-
def is_extended(self):
|
|
11323
|
-
""" """
|
|
11324
|
-
...
|
|
11325
|
-
|
|
10382
|
+
def is_extended(self): ...
|
|
11326
10383
|
def is_property_hidden(self) -> bool:
|
|
11327
10384
|
"""Check if a property is hidden.
|
|
11328
10385
|
|
|
@@ -11460,31 +10517,14 @@ class PARTICLE_PT_render_object(
|
|
|
11460
10517
|
class PARTICLE_PT_render_path(
|
|
11461
10518
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
11462
10519
|
):
|
|
11463
|
-
""" """
|
|
11464
|
-
|
|
11465
10520
|
COMPAT_ENGINES: typing.Any
|
|
11466
|
-
""" """
|
|
11467
|
-
|
|
11468
10521
|
bl_context: typing.Any
|
|
11469
|
-
""" """
|
|
11470
|
-
|
|
11471
10522
|
bl_label: typing.Any
|
|
11472
|
-
""" """
|
|
11473
|
-
|
|
11474
10523
|
bl_parent_id: typing.Any
|
|
11475
|
-
""" """
|
|
11476
|
-
|
|
11477
10524
|
bl_region_type: typing.Any
|
|
11478
|
-
""" """
|
|
11479
|
-
|
|
11480
10525
|
bl_rna: typing.Any
|
|
11481
|
-
""" """
|
|
11482
|
-
|
|
11483
10526
|
bl_space_type: typing.Any
|
|
11484
|
-
""" """
|
|
11485
|
-
|
|
11486
10527
|
id_data: typing.Any
|
|
11487
|
-
""" """
|
|
11488
10528
|
|
|
11489
10529
|
def append(self, draw_func):
|
|
11490
10530
|
"""Append a draw function to this menu,
|
|
@@ -11569,10 +10609,7 @@ class PARTICLE_PT_render_path(
|
|
|
11569
10609
|
"""
|
|
11570
10610
|
...
|
|
11571
10611
|
|
|
11572
|
-
def is_extended(self):
|
|
11573
|
-
""" """
|
|
11574
|
-
...
|
|
11575
|
-
|
|
10612
|
+
def is_extended(self): ...
|
|
11576
10613
|
def is_property_hidden(self) -> bool:
|
|
11577
10614
|
"""Check if a property is hidden.
|
|
11578
10615
|
|
|
@@ -11710,34 +10747,15 @@ class PARTICLE_PT_render_path(
|
|
|
11710
10747
|
class PARTICLE_PT_render_path_timing(
|
|
11711
10748
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
11712
10749
|
):
|
|
11713
|
-
""" """
|
|
11714
|
-
|
|
11715
10750
|
COMPAT_ENGINES: typing.Any
|
|
11716
|
-
""" """
|
|
11717
|
-
|
|
11718
10751
|
bl_context: typing.Any
|
|
11719
|
-
""" """
|
|
11720
|
-
|
|
11721
10752
|
bl_label: typing.Any
|
|
11722
|
-
""" """
|
|
11723
|
-
|
|
11724
10753
|
bl_options: typing.Any
|
|
11725
|
-
""" """
|
|
11726
|
-
|
|
11727
10754
|
bl_parent_id: typing.Any
|
|
11728
|
-
""" """
|
|
11729
|
-
|
|
11730
10755
|
bl_region_type: typing.Any
|
|
11731
|
-
""" """
|
|
11732
|
-
|
|
11733
10756
|
bl_rna: typing.Any
|
|
11734
|
-
""" """
|
|
11735
|
-
|
|
11736
10757
|
bl_space_type: typing.Any
|
|
11737
|
-
""" """
|
|
11738
|
-
|
|
11739
10758
|
id_data: typing.Any
|
|
11740
|
-
""" """
|
|
11741
10759
|
|
|
11742
10760
|
def append(self, draw_func):
|
|
11743
10761
|
"""Append a draw function to this menu,
|
|
@@ -11822,10 +10840,7 @@ class PARTICLE_PT_render_path_timing(
|
|
|
11822
10840
|
"""
|
|
11823
10841
|
...
|
|
11824
10842
|
|
|
11825
|
-
def is_extended(self):
|
|
11826
|
-
""" """
|
|
11827
|
-
...
|
|
11828
|
-
|
|
10843
|
+
def is_extended(self): ...
|
|
11829
10844
|
def is_property_hidden(self) -> bool:
|
|
11830
10845
|
"""Check if a property is hidden.
|
|
11831
10846
|
|
|
@@ -11961,31 +10976,14 @@ class PARTICLE_PT_render_path_timing(
|
|
|
11961
10976
|
...
|
|
11962
10977
|
|
|
11963
10978
|
class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
11964
|
-
""" """
|
|
11965
|
-
|
|
11966
10979
|
COMPAT_ENGINES: typing.Any
|
|
11967
|
-
""" """
|
|
11968
|
-
|
|
11969
10980
|
bl_context: typing.Any
|
|
11970
|
-
""" """
|
|
11971
|
-
|
|
11972
10981
|
bl_label: typing.Any
|
|
11973
|
-
""" """
|
|
11974
|
-
|
|
11975
10982
|
bl_options: typing.Any
|
|
11976
|
-
""" """
|
|
11977
|
-
|
|
11978
10983
|
bl_region_type: typing.Any
|
|
11979
|
-
""" """
|
|
11980
|
-
|
|
11981
10984
|
bl_rna: typing.Any
|
|
11982
|
-
""" """
|
|
11983
|
-
|
|
11984
10985
|
bl_space_type: typing.Any
|
|
11985
|
-
""" """
|
|
11986
|
-
|
|
11987
10986
|
id_data: typing.Any
|
|
11988
|
-
""" """
|
|
11989
10987
|
|
|
11990
10988
|
def append(self, draw_func):
|
|
11991
10989
|
"""Append a draw function to this menu,
|
|
@@ -12077,10 +11075,7 @@ class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
12077
11075
|
"""
|
|
12078
11076
|
...
|
|
12079
11077
|
|
|
12080
|
-
def is_extended(self):
|
|
12081
|
-
""" """
|
|
12082
|
-
...
|
|
12083
|
-
|
|
11078
|
+
def is_extended(self): ...
|
|
12084
11079
|
def is_property_hidden(self) -> bool:
|
|
12085
11080
|
"""Check if a property is hidden.
|
|
12086
11081
|
|
|
@@ -12218,34 +11213,15 @@ class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
12218
11213
|
class PARTICLE_PT_rotation_angular_velocity(
|
|
12219
11214
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
12220
11215
|
):
|
|
12221
|
-
""" """
|
|
12222
|
-
|
|
12223
11216
|
COMPAT_ENGINES: typing.Any
|
|
12224
|
-
""" """
|
|
12225
|
-
|
|
12226
11217
|
bl_context: typing.Any
|
|
12227
|
-
""" """
|
|
12228
|
-
|
|
12229
11218
|
bl_label: typing.Any
|
|
12230
|
-
""" """
|
|
12231
|
-
|
|
12232
11219
|
bl_options: typing.Any
|
|
12233
|
-
""" """
|
|
12234
|
-
|
|
12235
11220
|
bl_parent_id: typing.Any
|
|
12236
|
-
""" """
|
|
12237
|
-
|
|
12238
11221
|
bl_region_type: typing.Any
|
|
12239
|
-
""" """
|
|
12240
|
-
|
|
12241
11222
|
bl_rna: typing.Any
|
|
12242
|
-
""" """
|
|
12243
|
-
|
|
12244
11223
|
bl_space_type: typing.Any
|
|
12245
|
-
""" """
|
|
12246
|
-
|
|
12247
11224
|
id_data: typing.Any
|
|
12248
|
-
""" """
|
|
12249
11225
|
|
|
12250
11226
|
def append(self, draw_func):
|
|
12251
11227
|
"""Append a draw function to this menu,
|
|
@@ -12330,10 +11306,7 @@ class PARTICLE_PT_rotation_angular_velocity(
|
|
|
12330
11306
|
"""
|
|
12331
11307
|
...
|
|
12332
11308
|
|
|
12333
|
-
def is_extended(self):
|
|
12334
|
-
""" """
|
|
12335
|
-
...
|
|
12336
|
-
|
|
11309
|
+
def is_extended(self): ...
|
|
12337
11310
|
def is_property_hidden(self) -> bool:
|
|
12338
11311
|
"""Check if a property is hidden.
|
|
12339
11312
|
|
|
@@ -12469,31 +11442,14 @@ class PARTICLE_PT_rotation_angular_velocity(
|
|
|
12469
11442
|
...
|
|
12470
11443
|
|
|
12471
11444
|
class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
12472
|
-
""" """
|
|
12473
|
-
|
|
12474
11445
|
COMPAT_ENGINES: typing.Any
|
|
12475
|
-
""" """
|
|
12476
|
-
|
|
12477
11446
|
bl_context: typing.Any
|
|
12478
|
-
""" """
|
|
12479
|
-
|
|
12480
11447
|
bl_label: typing.Any
|
|
12481
|
-
""" """
|
|
12482
|
-
|
|
12483
11448
|
bl_options: typing.Any
|
|
12484
|
-
""" """
|
|
12485
|
-
|
|
12486
11449
|
bl_region_type: typing.Any
|
|
12487
|
-
""" """
|
|
12488
|
-
|
|
12489
11450
|
bl_rna: typing.Any
|
|
12490
|
-
""" """
|
|
12491
|
-
|
|
12492
11451
|
bl_space_type: typing.Any
|
|
12493
|
-
""" """
|
|
12494
|
-
|
|
12495
11452
|
id_data: typing.Any
|
|
12496
|
-
""" """
|
|
12497
11453
|
|
|
12498
11454
|
def append(self, draw_func):
|
|
12499
11455
|
"""Append a draw function to this menu,
|
|
@@ -12578,10 +11534,7 @@ class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
12578
11534
|
"""
|
|
12579
11535
|
...
|
|
12580
11536
|
|
|
12581
|
-
def is_extended(self):
|
|
12582
|
-
""" """
|
|
12583
|
-
...
|
|
12584
|
-
|
|
11537
|
+
def is_extended(self): ...
|
|
12585
11538
|
def is_property_hidden(self) -> bool:
|
|
12586
11539
|
"""Check if a property is hidden.
|
|
12587
11540
|
|
|
@@ -12717,31 +11670,14 @@ class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
12717
11670
|
...
|
|
12718
11671
|
|
|
12719
11672
|
class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
12720
|
-
""" """
|
|
12721
|
-
|
|
12722
11673
|
COMPAT_ENGINES: typing.Any
|
|
12723
|
-
""" """
|
|
12724
|
-
|
|
12725
11674
|
bl_context: typing.Any
|
|
12726
|
-
""" """
|
|
12727
|
-
|
|
12728
11675
|
bl_label: typing.Any
|
|
12729
|
-
""" """
|
|
12730
|
-
|
|
12731
11676
|
bl_options: typing.Any
|
|
12732
|
-
""" """
|
|
12733
|
-
|
|
12734
11677
|
bl_region_type: typing.Any
|
|
12735
|
-
""" """
|
|
12736
|
-
|
|
12737
11678
|
bl_rna: typing.Any
|
|
12738
|
-
""" """
|
|
12739
|
-
|
|
12740
11679
|
bl_space_type: typing.Any
|
|
12741
|
-
""" """
|
|
12742
|
-
|
|
12743
11680
|
id_data: typing.Any
|
|
12744
|
-
""" """
|
|
12745
11681
|
|
|
12746
11682
|
def append(self, draw_func):
|
|
12747
11683
|
"""Append a draw function to this menu,
|
|
@@ -12826,10 +11762,7 @@ class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
12826
11762
|
"""
|
|
12827
11763
|
...
|
|
12828
11764
|
|
|
12829
|
-
def is_extended(self):
|
|
12830
|
-
""" """
|
|
12831
|
-
...
|
|
12832
|
-
|
|
11765
|
+
def is_extended(self): ...
|
|
12833
11766
|
def is_property_hidden(self) -> bool:
|
|
12834
11767
|
"""Check if a property is hidden.
|
|
12835
11768
|
|
|
@@ -12967,31 +11900,14 @@ class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
12967
11900
|
class PARTICLE_PT_vertexgroups(
|
|
12968
11901
|
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
12969
11902
|
):
|
|
12970
|
-
""" """
|
|
12971
|
-
|
|
12972
11903
|
COMPAT_ENGINES: typing.Any
|
|
12973
|
-
""" """
|
|
12974
|
-
|
|
12975
11904
|
bl_context: typing.Any
|
|
12976
|
-
""" """
|
|
12977
|
-
|
|
12978
11905
|
bl_label: typing.Any
|
|
12979
|
-
""" """
|
|
12980
|
-
|
|
12981
11906
|
bl_options: typing.Any
|
|
12982
|
-
""" """
|
|
12983
|
-
|
|
12984
11907
|
bl_region_type: typing.Any
|
|
12985
|
-
""" """
|
|
12986
|
-
|
|
12987
11908
|
bl_rna: typing.Any
|
|
12988
|
-
""" """
|
|
12989
|
-
|
|
12990
11909
|
bl_space_type: typing.Any
|
|
12991
|
-
""" """
|
|
12992
|
-
|
|
12993
11910
|
id_data: typing.Any
|
|
12994
|
-
""" """
|
|
12995
11911
|
|
|
12996
11912
|
def append(self, draw_func):
|
|
12997
11913
|
"""Append a draw function to this menu,
|
|
@@ -13076,10 +11992,7 @@ class PARTICLE_PT_vertexgroups(
|
|
|
13076
11992
|
"""
|
|
13077
11993
|
...
|
|
13078
11994
|
|
|
13079
|
-
def is_extended(self):
|
|
13080
|
-
""" """
|
|
13081
|
-
...
|
|
13082
|
-
|
|
11995
|
+
def is_extended(self): ...
|
|
13083
11996
|
def is_property_hidden(self) -> bool:
|
|
13084
11997
|
"""Check if a property is hidden.
|
|
13085
11998
|
|
|
@@ -13214,22 +12127,7 @@ class PARTICLE_PT_vertexgroups(
|
|
|
13214
12127
|
"""
|
|
13215
12128
|
...
|
|
13216
12129
|
|
|
13217
|
-
def find_modifier(ob, psys):
|
|
13218
|
-
|
|
13219
|
-
|
|
13220
|
-
|
|
13221
|
-
|
|
13222
|
-
def particle_get_settings(context):
|
|
13223
|
-
""" """
|
|
13224
|
-
|
|
13225
|
-
...
|
|
13226
|
-
|
|
13227
|
-
def particle_panel_enabled(context, psys):
|
|
13228
|
-
""" """
|
|
13229
|
-
|
|
13230
|
-
...
|
|
13231
|
-
|
|
13232
|
-
def particle_panel_poll(cls, context):
|
|
13233
|
-
""" """
|
|
13234
|
-
|
|
13235
|
-
...
|
|
12130
|
+
def find_modifier(ob, psys): ...
|
|
12131
|
+
def particle_get_settings(context): ...
|
|
12132
|
+
def particle_panel_enabled(context, psys): ...
|
|
12133
|
+
def particle_panel_poll(cls, context): ...
|