fake-bpy-module 20240420__py3-none-any.whl → 20240422__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +336 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +103670 -100517
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.utils
|
|
2
3
|
import bpy_types
|
|
4
|
+
import rna_prop_ui
|
|
3
5
|
|
|
4
6
|
GenericType = typing.TypeVar("GenericType")
|
|
5
7
|
|
|
6
|
-
class PARTICLE_MT_context_menu(bpy_types._GenericUI):
|
|
8
|
+
class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
9
|
""" """
|
|
8
10
|
|
|
9
11
|
COMPAT_ENGINES: typing.Any
|
|
@@ -187,22 +189,34 @@ class PARTICLE_MT_context_menu(bpy_types._GenericUI):
|
|
|
187
189
|
""" """
|
|
188
190
|
...
|
|
189
191
|
|
|
190
|
-
class
|
|
192
|
+
class ParticleButtonsPanel:
|
|
191
193
|
""" """
|
|
192
194
|
|
|
193
|
-
|
|
195
|
+
bl_context: typing.Any
|
|
194
196
|
""" """
|
|
195
197
|
|
|
196
|
-
|
|
198
|
+
bl_region_type: typing.Any
|
|
197
199
|
""" """
|
|
198
200
|
|
|
199
|
-
|
|
201
|
+
bl_space_type: typing.Any
|
|
200
202
|
""" """
|
|
201
203
|
|
|
202
|
-
|
|
204
|
+
def poll(self, context):
|
|
205
|
+
"""
|
|
206
|
+
|
|
207
|
+
:param context:
|
|
208
|
+
"""
|
|
209
|
+
...
|
|
210
|
+
|
|
211
|
+
class PARTICLE_PT_hair_dynamics_presets(
|
|
212
|
+
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
213
|
+
):
|
|
203
214
|
""" """
|
|
204
215
|
|
|
205
|
-
|
|
216
|
+
COMPAT_ENGINES: typing.Any
|
|
217
|
+
""" """
|
|
218
|
+
|
|
219
|
+
bl_label: typing.Any
|
|
206
220
|
""" """
|
|
207
221
|
|
|
208
222
|
bl_region_type: typing.Any
|
|
@@ -217,6 +231,15 @@ class PARTICLE_PT_boidbrain(bpy_types._GenericUI):
|
|
|
217
231
|
id_data: typing.Any
|
|
218
232
|
""" """
|
|
219
233
|
|
|
234
|
+
preset_add_operator: typing.Any
|
|
235
|
+
""" """
|
|
236
|
+
|
|
237
|
+
preset_operator: typing.Any
|
|
238
|
+
""" """
|
|
239
|
+
|
|
240
|
+
preset_subdir: typing.Any
|
|
241
|
+
""" """
|
|
242
|
+
|
|
220
243
|
def append(self, draw_func):
|
|
221
244
|
"""
|
|
222
245
|
|
|
@@ -243,6 +266,21 @@ class PARTICLE_PT_boidbrain(bpy_types._GenericUI):
|
|
|
243
266
|
"""
|
|
244
267
|
...
|
|
245
268
|
|
|
269
|
+
def draw_menu(self, layout, text):
|
|
270
|
+
"""
|
|
271
|
+
|
|
272
|
+
:param layout:
|
|
273
|
+
:param text:
|
|
274
|
+
"""
|
|
275
|
+
...
|
|
276
|
+
|
|
277
|
+
def draw_panel_header(self, layout):
|
|
278
|
+
"""
|
|
279
|
+
|
|
280
|
+
:param layout:
|
|
281
|
+
"""
|
|
282
|
+
...
|
|
283
|
+
|
|
246
284
|
def driver_add(self):
|
|
247
285
|
""" """
|
|
248
286
|
...
|
|
@@ -307,17 +345,36 @@ class PARTICLE_PT_boidbrain(bpy_types._GenericUI):
|
|
|
307
345
|
""" """
|
|
308
346
|
...
|
|
309
347
|
|
|
310
|
-
def
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
348
|
+
def path_menu(
|
|
349
|
+
self,
|
|
350
|
+
searchpaths,
|
|
351
|
+
operator,
|
|
352
|
+
props_default,
|
|
353
|
+
prop_filepath,
|
|
354
|
+
filter_ext,
|
|
355
|
+
filter_path,
|
|
356
|
+
display_name,
|
|
357
|
+
add_operator,
|
|
358
|
+
add_operator_props,
|
|
359
|
+
):
|
|
315
360
|
"""
|
|
316
361
|
|
|
317
|
-
:param
|
|
362
|
+
:param searchpaths:
|
|
363
|
+
:param operator:
|
|
364
|
+
:param props_default:
|
|
365
|
+
:param prop_filepath:
|
|
366
|
+
:param filter_ext:
|
|
367
|
+
:param filter_path:
|
|
368
|
+
:param display_name:
|
|
369
|
+
:param add_operator:
|
|
370
|
+
:param add_operator_props:
|
|
318
371
|
"""
|
|
319
372
|
...
|
|
320
373
|
|
|
374
|
+
def path_resolve(self):
|
|
375
|
+
""" """
|
|
376
|
+
...
|
|
377
|
+
|
|
321
378
|
def pop(self):
|
|
322
379
|
""" """
|
|
323
380
|
...
|
|
@@ -352,30 +409,12 @@ class PARTICLE_PT_boidbrain(bpy_types._GenericUI):
|
|
|
352
409
|
""" """
|
|
353
410
|
...
|
|
354
411
|
|
|
355
|
-
class
|
|
356
|
-
""" """
|
|
357
|
-
|
|
358
|
-
COMPAT_ENGINES: typing.Any
|
|
359
|
-
""" """
|
|
360
|
-
|
|
361
|
-
bl_context: typing.Any
|
|
362
|
-
""" """
|
|
363
|
-
|
|
364
|
-
bl_label: typing.Any
|
|
365
|
-
""" """
|
|
366
|
-
|
|
367
|
-
bl_options: typing.Any
|
|
368
|
-
""" """
|
|
369
|
-
|
|
370
|
-
bl_region_type: typing.Any
|
|
412
|
+
class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
|
|
371
413
|
""" """
|
|
372
414
|
|
|
373
415
|
bl_rna: typing.Any
|
|
374
416
|
""" """
|
|
375
417
|
|
|
376
|
-
bl_space_type: typing.Any
|
|
377
|
-
""" """
|
|
378
|
-
|
|
379
418
|
id_data: typing.Any
|
|
380
419
|
""" """
|
|
381
420
|
|
|
@@ -398,10 +437,29 @@ class PARTICLE_PT_cache(bpy_types._GenericUI):
|
|
|
398
437
|
""" """
|
|
399
438
|
...
|
|
400
439
|
|
|
401
|
-
def
|
|
440
|
+
def draw_item(
|
|
441
|
+
self,
|
|
442
|
+
_context,
|
|
443
|
+
layout,
|
|
444
|
+
data,
|
|
445
|
+
item,
|
|
446
|
+
icon,
|
|
447
|
+
_active_data,
|
|
448
|
+
_active_propname,
|
|
449
|
+
_index,
|
|
450
|
+
_flt_flag,
|
|
451
|
+
):
|
|
402
452
|
"""
|
|
403
453
|
|
|
404
|
-
:param
|
|
454
|
+
:param _context:
|
|
455
|
+
:param layout:
|
|
456
|
+
:param data:
|
|
457
|
+
:param item:
|
|
458
|
+
:param icon:
|
|
459
|
+
:param _active_data:
|
|
460
|
+
:param _active_propname:
|
|
461
|
+
:param _index:
|
|
462
|
+
:param _flt_flag:
|
|
405
463
|
"""
|
|
406
464
|
...
|
|
407
465
|
|
|
@@ -473,13 +531,6 @@ class PARTICLE_PT_cache(bpy_types._GenericUI):
|
|
|
473
531
|
""" """
|
|
474
532
|
...
|
|
475
533
|
|
|
476
|
-
def poll(self, context):
|
|
477
|
-
"""
|
|
478
|
-
|
|
479
|
-
:param context:
|
|
480
|
-
"""
|
|
481
|
-
...
|
|
482
|
-
|
|
483
534
|
def pop(self):
|
|
484
535
|
""" """
|
|
485
536
|
...
|
|
@@ -514,7 +565,9 @@ class PARTICLE_PT_cache(bpy_types._GenericUI):
|
|
|
514
565
|
""" """
|
|
515
566
|
...
|
|
516
567
|
|
|
517
|
-
class
|
|
568
|
+
class PARTICLE_PT_boidbrain(
|
|
569
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
570
|
+
):
|
|
518
571
|
""" """
|
|
519
572
|
|
|
520
573
|
COMPAT_ENGINES: typing.Any
|
|
@@ -529,6 +582,9 @@ class PARTICLE_PT_children(bpy_types._GenericUI):
|
|
|
529
582
|
bl_options: typing.Any
|
|
530
583
|
""" """
|
|
531
584
|
|
|
585
|
+
bl_parent_id: typing.Any
|
|
586
|
+
""" """
|
|
587
|
+
|
|
532
588
|
bl_region_type: typing.Any
|
|
533
589
|
""" """
|
|
534
590
|
|
|
@@ -538,9 +594,6 @@ class PARTICLE_PT_children(bpy_types._GenericUI):
|
|
|
538
594
|
bl_space_type: typing.Any
|
|
539
595
|
""" """
|
|
540
596
|
|
|
541
|
-
bl_translation_context: typing.Any
|
|
542
|
-
""" """
|
|
543
|
-
|
|
544
597
|
id_data: typing.Any
|
|
545
598
|
""" """
|
|
546
599
|
|
|
@@ -679,7 +732,7 @@ class PARTICLE_PT_children(bpy_types._GenericUI):
|
|
|
679
732
|
""" """
|
|
680
733
|
...
|
|
681
734
|
|
|
682
|
-
class
|
|
735
|
+
class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
683
736
|
""" """
|
|
684
737
|
|
|
685
738
|
COMPAT_ENGINES: typing.Any
|
|
@@ -694,9 +747,6 @@ class PARTICLE_PT_children_clumping(bpy_types._GenericUI):
|
|
|
694
747
|
bl_options: typing.Any
|
|
695
748
|
""" """
|
|
696
749
|
|
|
697
|
-
bl_parent_id: typing.Any
|
|
698
|
-
""" """
|
|
699
|
-
|
|
700
750
|
bl_region_type: typing.Any
|
|
701
751
|
""" """
|
|
702
752
|
|
|
@@ -844,7 +894,7 @@ class PARTICLE_PT_children_clumping(bpy_types._GenericUI):
|
|
|
844
894
|
""" """
|
|
845
895
|
...
|
|
846
896
|
|
|
847
|
-
class
|
|
897
|
+
class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
848
898
|
""" """
|
|
849
899
|
|
|
850
900
|
COMPAT_ENGINES: typing.Any
|
|
@@ -859,9 +909,6 @@ class PARTICLE_PT_children_clumping_noise(bpy_types._GenericUI):
|
|
|
859
909
|
bl_options: typing.Any
|
|
860
910
|
""" """
|
|
861
911
|
|
|
862
|
-
bl_parent_id: typing.Any
|
|
863
|
-
""" """
|
|
864
|
-
|
|
865
912
|
bl_region_type: typing.Any
|
|
866
913
|
""" """
|
|
867
914
|
|
|
@@ -871,6 +918,9 @@ class PARTICLE_PT_children_clumping_noise(bpy_types._GenericUI):
|
|
|
871
918
|
bl_space_type: typing.Any
|
|
872
919
|
""" """
|
|
873
920
|
|
|
921
|
+
bl_translation_context: typing.Any
|
|
922
|
+
""" """
|
|
923
|
+
|
|
874
924
|
id_data: typing.Any
|
|
875
925
|
""" """
|
|
876
926
|
|
|
@@ -900,13 +950,6 @@ class PARTICLE_PT_children_clumping_noise(bpy_types._GenericUI):
|
|
|
900
950
|
"""
|
|
901
951
|
...
|
|
902
952
|
|
|
903
|
-
def draw_header(self, context):
|
|
904
|
-
"""
|
|
905
|
-
|
|
906
|
-
:param context:
|
|
907
|
-
"""
|
|
908
|
-
...
|
|
909
|
-
|
|
910
953
|
def driver_add(self):
|
|
911
954
|
""" """
|
|
912
955
|
...
|
|
@@ -1016,7 +1059,9 @@ class PARTICLE_PT_children_clumping_noise(bpy_types._GenericUI):
|
|
|
1016
1059
|
""" """
|
|
1017
1060
|
...
|
|
1018
1061
|
|
|
1019
|
-
class
|
|
1062
|
+
class PARTICLE_PT_children_clumping(
|
|
1063
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1064
|
+
):
|
|
1020
1065
|
""" """
|
|
1021
1066
|
|
|
1022
1067
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1181,7 +1226,9 @@ class PARTICLE_PT_children_kink(bpy_types._GenericUI):
|
|
|
1181
1226
|
""" """
|
|
1182
1227
|
...
|
|
1183
1228
|
|
|
1184
|
-
class
|
|
1229
|
+
class PARTICLE_PT_children_clumping_noise(
|
|
1230
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1231
|
+
):
|
|
1185
1232
|
""" """
|
|
1186
1233
|
|
|
1187
1234
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1237,6 +1284,13 @@ class PARTICLE_PT_children_parting(bpy_types._GenericUI):
|
|
|
1237
1284
|
"""
|
|
1238
1285
|
...
|
|
1239
1286
|
|
|
1287
|
+
def draw_header(self, context):
|
|
1288
|
+
"""
|
|
1289
|
+
|
|
1290
|
+
:param context:
|
|
1291
|
+
"""
|
|
1292
|
+
...
|
|
1293
|
+
|
|
1240
1294
|
def driver_add(self):
|
|
1241
1295
|
""" """
|
|
1242
1296
|
...
|
|
@@ -1346,7 +1400,9 @@ class PARTICLE_PT_children_parting(bpy_types._GenericUI):
|
|
|
1346
1400
|
""" """
|
|
1347
1401
|
...
|
|
1348
1402
|
|
|
1349
|
-
class
|
|
1403
|
+
class PARTICLE_PT_children_kink(
|
|
1404
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1405
|
+
):
|
|
1350
1406
|
""" """
|
|
1351
1407
|
|
|
1352
1408
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1373,9 +1429,6 @@ class PARTICLE_PT_children_roughness(bpy_types._GenericUI):
|
|
|
1373
1429
|
bl_space_type: typing.Any
|
|
1374
1430
|
""" """
|
|
1375
1431
|
|
|
1376
|
-
bl_translation_context: typing.Any
|
|
1377
|
-
""" """
|
|
1378
|
-
|
|
1379
1432
|
id_data: typing.Any
|
|
1380
1433
|
""" """
|
|
1381
1434
|
|
|
@@ -1514,7 +1567,9 @@ class PARTICLE_PT_children_roughness(bpy_types._GenericUI):
|
|
|
1514
1567
|
""" """
|
|
1515
1568
|
...
|
|
1516
1569
|
|
|
1517
|
-
class
|
|
1570
|
+
class PARTICLE_PT_children_parting(
|
|
1571
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1572
|
+
):
|
|
1518
1573
|
""" """
|
|
1519
1574
|
|
|
1520
1575
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1529,6 +1584,9 @@ class PARTICLE_PT_context_particles(bpy_types._GenericUI):
|
|
|
1529
1584
|
bl_options: typing.Any
|
|
1530
1585
|
""" """
|
|
1531
1586
|
|
|
1587
|
+
bl_parent_id: typing.Any
|
|
1588
|
+
""" """
|
|
1589
|
+
|
|
1532
1590
|
bl_region_type: typing.Any
|
|
1533
1591
|
""" """
|
|
1534
1592
|
|
|
@@ -1676,7 +1734,9 @@ class PARTICLE_PT_context_particles(bpy_types._GenericUI):
|
|
|
1676
1734
|
""" """
|
|
1677
1735
|
...
|
|
1678
1736
|
|
|
1679
|
-
class
|
|
1737
|
+
class PARTICLE_PT_children_roughness(
|
|
1738
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1739
|
+
):
|
|
1680
1740
|
""" """
|
|
1681
1741
|
|
|
1682
1742
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1691,7 +1751,7 @@ class PARTICLE_PT_custom_props(bpy_types._GenericUI):
|
|
|
1691
1751
|
bl_options: typing.Any
|
|
1692
1752
|
""" """
|
|
1693
1753
|
|
|
1694
|
-
|
|
1754
|
+
bl_parent_id: typing.Any
|
|
1695
1755
|
""" """
|
|
1696
1756
|
|
|
1697
1757
|
bl_region_type: typing.Any
|
|
@@ -1703,6 +1763,9 @@ class PARTICLE_PT_custom_props(bpy_types._GenericUI):
|
|
|
1703
1763
|
bl_space_type: typing.Any
|
|
1704
1764
|
""" """
|
|
1705
1765
|
|
|
1766
|
+
bl_translation_context: typing.Any
|
|
1767
|
+
""" """
|
|
1768
|
+
|
|
1706
1769
|
id_data: typing.Any
|
|
1707
1770
|
""" """
|
|
1708
1771
|
|
|
@@ -1841,7 +1904,9 @@ class PARTICLE_PT_custom_props(bpy_types._GenericUI):
|
|
|
1841
1904
|
""" """
|
|
1842
1905
|
...
|
|
1843
1906
|
|
|
1844
|
-
class
|
|
1907
|
+
class PARTICLE_PT_context_particles(
|
|
1908
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1909
|
+
):
|
|
1845
1910
|
""" """
|
|
1846
1911
|
|
|
1847
1912
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2003,7 +2068,12 @@ class PARTICLE_PT_draw(bpy_types._GenericUI):
|
|
|
2003
2068
|
""" """
|
|
2004
2069
|
...
|
|
2005
2070
|
|
|
2006
|
-
class
|
|
2071
|
+
class PARTICLE_PT_custom_props(
|
|
2072
|
+
bpy_types.Panel,
|
|
2073
|
+
ParticleButtonsPanel,
|
|
2074
|
+
rna_prop_ui.PropertyPanel,
|
|
2075
|
+
bpy_types._GenericUI,
|
|
2076
|
+
):
|
|
2007
2077
|
""" """
|
|
2008
2078
|
|
|
2009
2079
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2015,6 +2085,12 @@ class PARTICLE_PT_emission(bpy_types._GenericUI):
|
|
|
2015
2085
|
bl_label: typing.Any
|
|
2016
2086
|
""" """
|
|
2017
2087
|
|
|
2088
|
+
bl_options: typing.Any
|
|
2089
|
+
""" """
|
|
2090
|
+
|
|
2091
|
+
bl_order: typing.Any
|
|
2092
|
+
""" """
|
|
2093
|
+
|
|
2018
2094
|
bl_region_type: typing.Any
|
|
2019
2095
|
""" """
|
|
2020
2096
|
|
|
@@ -2024,9 +2100,6 @@ class PARTICLE_PT_emission(bpy_types._GenericUI):
|
|
|
2024
2100
|
bl_space_type: typing.Any
|
|
2025
2101
|
""" """
|
|
2026
2102
|
|
|
2027
|
-
bl_translation_context: typing.Any
|
|
2028
|
-
""" """
|
|
2029
|
-
|
|
2030
2103
|
id_data: typing.Any
|
|
2031
2104
|
""" """
|
|
2032
2105
|
|
|
@@ -2165,7 +2238,7 @@ class PARTICLE_PT_emission(bpy_types._GenericUI):
|
|
|
2165
2238
|
""" """
|
|
2166
2239
|
...
|
|
2167
2240
|
|
|
2168
|
-
class
|
|
2241
|
+
class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
2169
2242
|
""" """
|
|
2170
2243
|
|
|
2171
2244
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2180,9 +2253,6 @@ class PARTICLE_PT_emission_source(bpy_types._GenericUI):
|
|
|
2180
2253
|
bl_options: typing.Any
|
|
2181
2254
|
""" """
|
|
2182
2255
|
|
|
2183
|
-
bl_parent_id: typing.Any
|
|
2184
|
-
""" """
|
|
2185
|
-
|
|
2186
2256
|
bl_region_type: typing.Any
|
|
2187
2257
|
""" """
|
|
2188
2258
|
|
|
@@ -2330,7 +2400,7 @@ class PARTICLE_PT_emission_source(bpy_types._GenericUI):
|
|
|
2330
2400
|
""" """
|
|
2331
2401
|
...
|
|
2332
2402
|
|
|
2333
|
-
class
|
|
2403
|
+
class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
2334
2404
|
""" """
|
|
2335
2405
|
|
|
2336
2406
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2342,9 +2412,6 @@ class PARTICLE_PT_field_weights(bpy_types._GenericUI):
|
|
|
2342
2412
|
bl_label: typing.Any
|
|
2343
2413
|
""" """
|
|
2344
2414
|
|
|
2345
|
-
bl_options: typing.Any
|
|
2346
|
-
""" """
|
|
2347
|
-
|
|
2348
2415
|
bl_region_type: typing.Any
|
|
2349
2416
|
""" """
|
|
2350
2417
|
|
|
@@ -2354,6 +2421,9 @@ class PARTICLE_PT_field_weights(bpy_types._GenericUI):
|
|
|
2354
2421
|
bl_space_type: typing.Any
|
|
2355
2422
|
""" """
|
|
2356
2423
|
|
|
2424
|
+
bl_translation_context: typing.Any
|
|
2425
|
+
""" """
|
|
2426
|
+
|
|
2357
2427
|
id_data: typing.Any
|
|
2358
2428
|
""" """
|
|
2359
2429
|
|
|
@@ -2492,7 +2562,9 @@ class PARTICLE_PT_field_weights(bpy_types._GenericUI):
|
|
|
2492
2562
|
""" """
|
|
2493
2563
|
...
|
|
2494
2564
|
|
|
2495
|
-
class
|
|
2565
|
+
class PARTICLE_PT_emission_source(
|
|
2566
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2567
|
+
):
|
|
2496
2568
|
""" """
|
|
2497
2569
|
|
|
2498
2570
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2507,6 +2579,9 @@ class PARTICLE_PT_force_fields(bpy_types._GenericUI):
|
|
|
2507
2579
|
bl_options: typing.Any
|
|
2508
2580
|
""" """
|
|
2509
2581
|
|
|
2582
|
+
bl_parent_id: typing.Any
|
|
2583
|
+
""" """
|
|
2584
|
+
|
|
2510
2585
|
bl_region_type: typing.Any
|
|
2511
2586
|
""" """
|
|
2512
2587
|
|
|
@@ -2654,7 +2729,9 @@ class PARTICLE_PT_force_fields(bpy_types._GenericUI):
|
|
|
2654
2729
|
""" """
|
|
2655
2730
|
...
|
|
2656
2731
|
|
|
2657
|
-
class
|
|
2732
|
+
class PARTICLE_PT_field_weights(
|
|
2733
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2734
|
+
):
|
|
2658
2735
|
""" """
|
|
2659
2736
|
|
|
2660
2737
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2666,7 +2743,7 @@ class PARTICLE_PT_force_fields_type1(bpy_types._GenericUI):
|
|
|
2666
2743
|
bl_label: typing.Any
|
|
2667
2744
|
""" """
|
|
2668
2745
|
|
|
2669
|
-
|
|
2746
|
+
bl_options: typing.Any
|
|
2670
2747
|
""" """
|
|
2671
2748
|
|
|
2672
2749
|
bl_region_type: typing.Any
|
|
@@ -2816,7 +2893,9 @@ class PARTICLE_PT_force_fields_type1(bpy_types._GenericUI):
|
|
|
2816
2893
|
""" """
|
|
2817
2894
|
...
|
|
2818
2895
|
|
|
2819
|
-
class
|
|
2896
|
+
class PARTICLE_PT_force_fields(
|
|
2897
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2898
|
+
):
|
|
2820
2899
|
""" """
|
|
2821
2900
|
|
|
2822
2901
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2831,9 +2910,6 @@ class PARTICLE_PT_force_fields_type1_falloff(bpy_types._GenericUI):
|
|
|
2831
2910
|
bl_options: typing.Any
|
|
2832
2911
|
""" """
|
|
2833
2912
|
|
|
2834
|
-
bl_parent_id: typing.Any
|
|
2835
|
-
""" """
|
|
2836
|
-
|
|
2837
2913
|
bl_region_type: typing.Any
|
|
2838
2914
|
""" """
|
|
2839
2915
|
|
|
@@ -2981,7 +3057,9 @@ class PARTICLE_PT_force_fields_type1_falloff(bpy_types._GenericUI):
|
|
|
2981
3057
|
""" """
|
|
2982
3058
|
...
|
|
2983
3059
|
|
|
2984
|
-
class
|
|
3060
|
+
class PARTICLE_PT_force_fields_type1(
|
|
3061
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
3062
|
+
):
|
|
2985
3063
|
""" """
|
|
2986
3064
|
|
|
2987
3065
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3143,7 +3221,9 @@ class PARTICLE_PT_force_fields_type2(bpy_types._GenericUI):
|
|
|
3143
3221
|
""" """
|
|
3144
3222
|
...
|
|
3145
3223
|
|
|
3146
|
-
class
|
|
3224
|
+
class PARTICLE_PT_force_fields_type1_falloff(
|
|
3225
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
3226
|
+
):
|
|
3147
3227
|
""" """
|
|
3148
3228
|
|
|
3149
3229
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3308,7 +3388,9 @@ class PARTICLE_PT_force_fields_type2_falloff(bpy_types._GenericUI):
|
|
|
3308
3388
|
""" """
|
|
3309
3389
|
...
|
|
3310
3390
|
|
|
3311
|
-
class
|
|
3391
|
+
class PARTICLE_PT_force_fields_type2(
|
|
3392
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
3393
|
+
):
|
|
3312
3394
|
""" """
|
|
3313
3395
|
|
|
3314
3396
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3320,7 +3402,7 @@ class PARTICLE_PT_hair_dynamics(bpy_types._GenericUI):
|
|
|
3320
3402
|
bl_label: typing.Any
|
|
3321
3403
|
""" """
|
|
3322
3404
|
|
|
3323
|
-
|
|
3405
|
+
bl_parent_id: typing.Any
|
|
3324
3406
|
""" """
|
|
3325
3407
|
|
|
3326
3408
|
bl_region_type: typing.Any
|
|
@@ -3361,20 +3443,6 @@ class PARTICLE_PT_hair_dynamics(bpy_types._GenericUI):
|
|
|
3361
3443
|
"""
|
|
3362
3444
|
...
|
|
3363
3445
|
|
|
3364
|
-
def draw_header(self, context):
|
|
3365
|
-
"""
|
|
3366
|
-
|
|
3367
|
-
:param context:
|
|
3368
|
-
"""
|
|
3369
|
-
...
|
|
3370
|
-
|
|
3371
|
-
def draw_header_preset(self, context):
|
|
3372
|
-
"""
|
|
3373
|
-
|
|
3374
|
-
:param context:
|
|
3375
|
-
"""
|
|
3376
|
-
...
|
|
3377
|
-
|
|
3378
3446
|
def driver_add(self):
|
|
3379
3447
|
""" """
|
|
3380
3448
|
...
|
|
@@ -3484,7 +3552,9 @@ class PARTICLE_PT_hair_dynamics(bpy_types._GenericUI):
|
|
|
3484
3552
|
""" """
|
|
3485
3553
|
...
|
|
3486
3554
|
|
|
3487
|
-
class
|
|
3555
|
+
class PARTICLE_PT_force_fields_type2_falloff(
|
|
3556
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
3557
|
+
):
|
|
3488
3558
|
""" """
|
|
3489
3559
|
|
|
3490
3560
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3649,15 +3719,23 @@ class PARTICLE_PT_hair_dynamics_collision(bpy_types._GenericUI):
|
|
|
3649
3719
|
""" """
|
|
3650
3720
|
...
|
|
3651
3721
|
|
|
3652
|
-
class
|
|
3722
|
+
class PARTICLE_PT_hair_dynamics(
|
|
3723
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
3724
|
+
):
|
|
3653
3725
|
""" """
|
|
3654
3726
|
|
|
3655
3727
|
COMPAT_ENGINES: typing.Any
|
|
3656
3728
|
""" """
|
|
3657
3729
|
|
|
3730
|
+
bl_context: typing.Any
|
|
3731
|
+
""" """
|
|
3732
|
+
|
|
3658
3733
|
bl_label: typing.Any
|
|
3659
3734
|
""" """
|
|
3660
3735
|
|
|
3736
|
+
bl_options: typing.Any
|
|
3737
|
+
""" """
|
|
3738
|
+
|
|
3661
3739
|
bl_region_type: typing.Any
|
|
3662
3740
|
""" """
|
|
3663
3741
|
|
|
@@ -3670,15 +3748,6 @@ class PARTICLE_PT_hair_dynamics_presets(bpy_types._GenericUI):
|
|
|
3670
3748
|
id_data: typing.Any
|
|
3671
3749
|
""" """
|
|
3672
3750
|
|
|
3673
|
-
preset_add_operator: typing.Any
|
|
3674
|
-
""" """
|
|
3675
|
-
|
|
3676
|
-
preset_operator: typing.Any
|
|
3677
|
-
""" """
|
|
3678
|
-
|
|
3679
|
-
preset_subdir: typing.Any
|
|
3680
|
-
""" """
|
|
3681
|
-
|
|
3682
3751
|
def append(self, draw_func):
|
|
3683
3752
|
"""
|
|
3684
3753
|
|
|
@@ -3705,18 +3774,17 @@ class PARTICLE_PT_hair_dynamics_presets(bpy_types._GenericUI):
|
|
|
3705
3774
|
"""
|
|
3706
3775
|
...
|
|
3707
3776
|
|
|
3708
|
-
def
|
|
3777
|
+
def draw_header(self, context):
|
|
3709
3778
|
"""
|
|
3710
3779
|
|
|
3711
|
-
:param
|
|
3712
|
-
:param text:
|
|
3780
|
+
:param context:
|
|
3713
3781
|
"""
|
|
3714
3782
|
...
|
|
3715
3783
|
|
|
3716
|
-
def
|
|
3784
|
+
def draw_header_preset(self, context):
|
|
3717
3785
|
"""
|
|
3718
3786
|
|
|
3719
|
-
:param
|
|
3787
|
+
:param context:
|
|
3720
3788
|
"""
|
|
3721
3789
|
...
|
|
3722
3790
|
|
|
@@ -3784,34 +3852,15 @@ class PARTICLE_PT_hair_dynamics_presets(bpy_types._GenericUI):
|
|
|
3784
3852
|
""" """
|
|
3785
3853
|
...
|
|
3786
3854
|
|
|
3787
|
-
def
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
operator,
|
|
3791
|
-
props_default,
|
|
3792
|
-
prop_filepath,
|
|
3793
|
-
filter_ext,
|
|
3794
|
-
filter_path,
|
|
3795
|
-
display_name,
|
|
3796
|
-
add_operator,
|
|
3797
|
-
add_operator_props,
|
|
3798
|
-
):
|
|
3799
|
-
"""
|
|
3855
|
+
def path_resolve(self):
|
|
3856
|
+
""" """
|
|
3857
|
+
...
|
|
3800
3858
|
|
|
3801
|
-
|
|
3802
|
-
:param operator:
|
|
3803
|
-
:param props_default:
|
|
3804
|
-
:param prop_filepath:
|
|
3805
|
-
:param filter_ext:
|
|
3806
|
-
:param filter_path:
|
|
3807
|
-
:param display_name:
|
|
3808
|
-
:param add_operator:
|
|
3809
|
-
:param add_operator_props:
|
|
3859
|
+
def poll(self, context):
|
|
3810
3860
|
"""
|
|
3811
|
-
...
|
|
3812
3861
|
|
|
3813
|
-
|
|
3814
|
-
"""
|
|
3862
|
+
:param context:
|
|
3863
|
+
"""
|
|
3815
3864
|
...
|
|
3816
3865
|
|
|
3817
3866
|
def pop(self):
|
|
@@ -3848,7 +3897,9 @@ class PARTICLE_PT_hair_dynamics_presets(bpy_types._GenericUI):
|
|
|
3848
3897
|
""" """
|
|
3849
3898
|
...
|
|
3850
3899
|
|
|
3851
|
-
class
|
|
3900
|
+
class PARTICLE_PT_hair_dynamics_collision(
|
|
3901
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
3902
|
+
):
|
|
3852
3903
|
""" """
|
|
3853
3904
|
|
|
3854
3905
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4013,7 +4064,9 @@ class PARTICLE_PT_hair_dynamics_structure(bpy_types._GenericUI):
|
|
|
4013
4064
|
""" """
|
|
4014
4065
|
...
|
|
4015
4066
|
|
|
4016
|
-
class
|
|
4067
|
+
class PARTICLE_PT_hair_dynamics_structure(
|
|
4068
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4069
|
+
):
|
|
4017
4070
|
""" """
|
|
4018
4071
|
|
|
4019
4072
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4178,7 +4231,9 @@ class PARTICLE_PT_hair_dynamics_volume(bpy_types._GenericUI):
|
|
|
4178
4231
|
""" """
|
|
4179
4232
|
...
|
|
4180
4233
|
|
|
4181
|
-
class
|
|
4234
|
+
class PARTICLE_PT_hair_dynamics_volume(
|
|
4235
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4236
|
+
):
|
|
4182
4237
|
""" """
|
|
4183
4238
|
|
|
4184
4239
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4193,6 +4248,9 @@ class PARTICLE_PT_hair_shape(bpy_types._GenericUI):
|
|
|
4193
4248
|
bl_options: typing.Any
|
|
4194
4249
|
""" """
|
|
4195
4250
|
|
|
4251
|
+
bl_parent_id: typing.Any
|
|
4252
|
+
""" """
|
|
4253
|
+
|
|
4196
4254
|
bl_region_type: typing.Any
|
|
4197
4255
|
""" """
|
|
4198
4256
|
|
|
@@ -4340,7 +4398,9 @@ class PARTICLE_PT_hair_shape(bpy_types._GenericUI):
|
|
|
4340
4398
|
""" """
|
|
4341
4399
|
...
|
|
4342
4400
|
|
|
4343
|
-
class
|
|
4401
|
+
class PARTICLE_PT_hair_shape(
|
|
4402
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4403
|
+
):
|
|
4344
4404
|
""" """
|
|
4345
4405
|
|
|
4346
4406
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4502,7 +4562,7 @@ class PARTICLE_PT_physics(bpy_types._GenericUI):
|
|
|
4502
4562
|
""" """
|
|
4503
4563
|
...
|
|
4504
4564
|
|
|
4505
|
-
class
|
|
4565
|
+
class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
4506
4566
|
""" """
|
|
4507
4567
|
|
|
4508
4568
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4517,9 +4577,6 @@ class PARTICLE_PT_physics_boids_battle(bpy_types._GenericUI):
|
|
|
4517
4577
|
bl_options: typing.Any
|
|
4518
4578
|
""" """
|
|
4519
4579
|
|
|
4520
|
-
bl_parent_id: typing.Any
|
|
4521
|
-
""" """
|
|
4522
|
-
|
|
4523
4580
|
bl_region_type: typing.Any
|
|
4524
4581
|
""" """
|
|
4525
4582
|
|
|
@@ -4667,7 +4724,9 @@ class PARTICLE_PT_physics_boids_battle(bpy_types._GenericUI):
|
|
|
4667
4724
|
""" """
|
|
4668
4725
|
...
|
|
4669
4726
|
|
|
4670
|
-
class
|
|
4727
|
+
class PARTICLE_PT_physics_boids_battle(
|
|
4728
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4729
|
+
):
|
|
4671
4730
|
""" """
|
|
4672
4731
|
|
|
4673
4732
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4832,7 +4891,9 @@ class PARTICLE_PT_physics_boids_misc(bpy_types._GenericUI):
|
|
|
4832
4891
|
""" """
|
|
4833
4892
|
...
|
|
4834
4893
|
|
|
4835
|
-
class
|
|
4894
|
+
class PARTICLE_PT_physics_boids_misc(
|
|
4895
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
4896
|
+
):
|
|
4836
4897
|
""" """
|
|
4837
4898
|
|
|
4838
4899
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4997,7 +5058,9 @@ class PARTICLE_PT_physics_boids_movement(bpy_types._GenericUI):
|
|
|
4997
5058
|
""" """
|
|
4998
5059
|
...
|
|
4999
5060
|
|
|
5000
|
-
class
|
|
5061
|
+
class PARTICLE_PT_physics_boids_movement(
|
|
5062
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5063
|
+
):
|
|
5001
5064
|
""" """
|
|
5002
5065
|
|
|
5003
5066
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5162,7 +5225,9 @@ class PARTICLE_PT_physics_deflection(bpy_types._GenericUI):
|
|
|
5162
5225
|
""" """
|
|
5163
5226
|
...
|
|
5164
5227
|
|
|
5165
|
-
class
|
|
5228
|
+
class PARTICLE_PT_physics_deflection(
|
|
5229
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5230
|
+
):
|
|
5166
5231
|
""" """
|
|
5167
5232
|
|
|
5168
5233
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5327,7 +5392,9 @@ class PARTICLE_PT_physics_fluid_advanced(bpy_types._GenericUI):
|
|
|
5327
5392
|
""" """
|
|
5328
5393
|
...
|
|
5329
5394
|
|
|
5330
|
-
class
|
|
5395
|
+
class PARTICLE_PT_physics_fluid_advanced(
|
|
5396
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5397
|
+
):
|
|
5331
5398
|
""" """
|
|
5332
5399
|
|
|
5333
5400
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5492,7 +5559,9 @@ class PARTICLE_PT_physics_fluid_interaction(bpy_types._GenericUI):
|
|
|
5492
5559
|
""" """
|
|
5493
5560
|
...
|
|
5494
5561
|
|
|
5495
|
-
class
|
|
5562
|
+
class PARTICLE_PT_physics_fluid_interaction(
|
|
5563
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5564
|
+
):
|
|
5496
5565
|
""" """
|
|
5497
5566
|
|
|
5498
5567
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5657,7 +5726,9 @@ class PARTICLE_PT_physics_fluid_springs(bpy_types._GenericUI):
|
|
|
5657
5726
|
""" """
|
|
5658
5727
|
...
|
|
5659
5728
|
|
|
5660
|
-
class
|
|
5729
|
+
class PARTICLE_PT_physics_fluid_springs(
|
|
5730
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5731
|
+
):
|
|
5661
5732
|
""" """
|
|
5662
5733
|
|
|
5663
5734
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5822,7 +5893,9 @@ class PARTICLE_PT_physics_fluid_springs_advanced(bpy_types._GenericUI):
|
|
|
5822
5893
|
""" """
|
|
5823
5894
|
...
|
|
5824
5895
|
|
|
5825
|
-
class
|
|
5896
|
+
class PARTICLE_PT_physics_fluid_springs_advanced(
|
|
5897
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
5898
|
+
):
|
|
5826
5899
|
""" """
|
|
5827
5900
|
|
|
5828
5901
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5878,13 +5951,6 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(bpy_types._GenericUI):
|
|
|
5878
5951
|
"""
|
|
5879
5952
|
...
|
|
5880
5953
|
|
|
5881
|
-
def draw_header(self, context):
|
|
5882
|
-
"""
|
|
5883
|
-
|
|
5884
|
-
:param context:
|
|
5885
|
-
"""
|
|
5886
|
-
...
|
|
5887
|
-
|
|
5888
5954
|
def driver_add(self):
|
|
5889
5955
|
""" """
|
|
5890
5956
|
...
|
|
@@ -5994,7 +6060,9 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(bpy_types._GenericUI):
|
|
|
5994
6060
|
""" """
|
|
5995
6061
|
...
|
|
5996
6062
|
|
|
5997
|
-
class
|
|
6063
|
+
class PARTICLE_PT_physics_fluid_springs_viscoelastic(
|
|
6064
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6065
|
+
):
|
|
5998
6066
|
""" """
|
|
5999
6067
|
|
|
6000
6068
|
COMPAT_ENGINES: typing.Any
|
|
@@ -6006,6 +6074,9 @@ class PARTICLE_PT_physics_forces(bpy_types._GenericUI):
|
|
|
6006
6074
|
bl_label: typing.Any
|
|
6007
6075
|
""" """
|
|
6008
6076
|
|
|
6077
|
+
bl_options: typing.Any
|
|
6078
|
+
""" """
|
|
6079
|
+
|
|
6009
6080
|
bl_parent_id: typing.Any
|
|
6010
6081
|
""" """
|
|
6011
6082
|
|
|
@@ -6047,6 +6118,13 @@ class PARTICLE_PT_physics_forces(bpy_types._GenericUI):
|
|
|
6047
6118
|
"""
|
|
6048
6119
|
...
|
|
6049
6120
|
|
|
6121
|
+
def draw_header(self, context):
|
|
6122
|
+
"""
|
|
6123
|
+
|
|
6124
|
+
:param context:
|
|
6125
|
+
"""
|
|
6126
|
+
...
|
|
6127
|
+
|
|
6050
6128
|
def driver_add(self):
|
|
6051
6129
|
""" """
|
|
6052
6130
|
...
|
|
@@ -6156,7 +6234,9 @@ class PARTICLE_PT_physics_forces(bpy_types._GenericUI):
|
|
|
6156
6234
|
""" """
|
|
6157
6235
|
...
|
|
6158
6236
|
|
|
6159
|
-
class
|
|
6237
|
+
class PARTICLE_PT_physics_forces(
|
|
6238
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6239
|
+
):
|
|
6160
6240
|
""" """
|
|
6161
6241
|
|
|
6162
6242
|
COMPAT_ENGINES: typing.Any
|
|
@@ -6168,9 +6248,6 @@ class PARTICLE_PT_physics_integration(bpy_types._GenericUI):
|
|
|
6168
6248
|
bl_label: typing.Any
|
|
6169
6249
|
""" """
|
|
6170
6250
|
|
|
6171
|
-
bl_options: typing.Any
|
|
6172
|
-
""" """
|
|
6173
|
-
|
|
6174
6251
|
bl_parent_id: typing.Any
|
|
6175
6252
|
""" """
|
|
6176
6253
|
|
|
@@ -6321,7 +6398,9 @@ class PARTICLE_PT_physics_integration(bpy_types._GenericUI):
|
|
|
6321
6398
|
""" """
|
|
6322
6399
|
...
|
|
6323
6400
|
|
|
6324
|
-
class
|
|
6401
|
+
class PARTICLE_PT_physics_integration(
|
|
6402
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6403
|
+
):
|
|
6325
6404
|
""" """
|
|
6326
6405
|
|
|
6327
6406
|
COMPAT_ENGINES: typing.Any
|
|
@@ -6486,7 +6565,9 @@ class PARTICLE_PT_physics_relations(bpy_types._GenericUI):
|
|
|
6486
6565
|
""" """
|
|
6487
6566
|
...
|
|
6488
6567
|
|
|
6489
|
-
class
|
|
6568
|
+
class PARTICLE_PT_physics_relations(
|
|
6569
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6570
|
+
):
|
|
6490
6571
|
""" """
|
|
6491
6572
|
|
|
6492
6573
|
COMPAT_ENGINES: typing.Any
|
|
@@ -6501,6 +6582,9 @@ class PARTICLE_PT_render(bpy_types._GenericUI):
|
|
|
6501
6582
|
bl_options: typing.Any
|
|
6502
6583
|
""" """
|
|
6503
6584
|
|
|
6585
|
+
bl_parent_id: typing.Any
|
|
6586
|
+
""" """
|
|
6587
|
+
|
|
6504
6588
|
bl_region_type: typing.Any
|
|
6505
6589
|
""" """
|
|
6506
6590
|
|
|
@@ -6648,7 +6732,7 @@ class PARTICLE_PT_render(bpy_types._GenericUI):
|
|
|
6648
6732
|
""" """
|
|
6649
6733
|
...
|
|
6650
6734
|
|
|
6651
|
-
class
|
|
6735
|
+
class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
6652
6736
|
""" """
|
|
6653
6737
|
|
|
6654
6738
|
COMPAT_ENGINES: typing.Any
|
|
@@ -6660,7 +6744,7 @@ class PARTICLE_PT_render_collection(bpy_types._GenericUI):
|
|
|
6660
6744
|
bl_label: typing.Any
|
|
6661
6745
|
""" """
|
|
6662
6746
|
|
|
6663
|
-
|
|
6747
|
+
bl_options: typing.Any
|
|
6664
6748
|
""" """
|
|
6665
6749
|
|
|
6666
6750
|
bl_region_type: typing.Any
|
|
@@ -6810,7 +6894,9 @@ class PARTICLE_PT_render_collection(bpy_types._GenericUI):
|
|
|
6810
6894
|
""" """
|
|
6811
6895
|
...
|
|
6812
6896
|
|
|
6813
|
-
class
|
|
6897
|
+
class PARTICLE_PT_render_collection(
|
|
6898
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
6899
|
+
):
|
|
6814
6900
|
""" """
|
|
6815
6901
|
|
|
6816
6902
|
COMPAT_ENGINES: typing.Any
|
|
@@ -6822,9 +6908,6 @@ class PARTICLE_PT_render_collection_use_count(bpy_types._GenericUI):
|
|
|
6822
6908
|
bl_label: typing.Any
|
|
6823
6909
|
""" """
|
|
6824
6910
|
|
|
6825
|
-
bl_options: typing.Any
|
|
6826
|
-
""" """
|
|
6827
|
-
|
|
6828
6911
|
bl_parent_id: typing.Any
|
|
6829
6912
|
""" """
|
|
6830
6913
|
|
|
@@ -6866,13 +6949,6 @@ class PARTICLE_PT_render_collection_use_count(bpy_types._GenericUI):
|
|
|
6866
6949
|
"""
|
|
6867
6950
|
...
|
|
6868
6951
|
|
|
6869
|
-
def draw_header(self, context):
|
|
6870
|
-
"""
|
|
6871
|
-
|
|
6872
|
-
:param context:
|
|
6873
|
-
"""
|
|
6874
|
-
...
|
|
6875
|
-
|
|
6876
6952
|
def driver_add(self):
|
|
6877
6953
|
""" """
|
|
6878
6954
|
...
|
|
@@ -6982,7 +7058,9 @@ class PARTICLE_PT_render_collection_use_count(bpy_types._GenericUI):
|
|
|
6982
7058
|
""" """
|
|
6983
7059
|
...
|
|
6984
7060
|
|
|
6985
|
-
class
|
|
7061
|
+
class PARTICLE_PT_render_collection_use_count(
|
|
7062
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7063
|
+
):
|
|
6986
7064
|
""" """
|
|
6987
7065
|
|
|
6988
7066
|
COMPAT_ENGINES: typing.Any
|
|
@@ -7038,6 +7116,13 @@ class PARTICLE_PT_render_extra(bpy_types._GenericUI):
|
|
|
7038
7116
|
"""
|
|
7039
7117
|
...
|
|
7040
7118
|
|
|
7119
|
+
def draw_header(self, context):
|
|
7120
|
+
"""
|
|
7121
|
+
|
|
7122
|
+
:param context:
|
|
7123
|
+
"""
|
|
7124
|
+
...
|
|
7125
|
+
|
|
7041
7126
|
def driver_add(self):
|
|
7042
7127
|
""" """
|
|
7043
7128
|
...
|
|
@@ -7147,7 +7232,9 @@ class PARTICLE_PT_render_extra(bpy_types._GenericUI):
|
|
|
7147
7232
|
""" """
|
|
7148
7233
|
...
|
|
7149
7234
|
|
|
7150
|
-
class
|
|
7235
|
+
class PARTICLE_PT_render_extra(
|
|
7236
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7237
|
+
):
|
|
7151
7238
|
""" """
|
|
7152
7239
|
|
|
7153
7240
|
COMPAT_ENGINES: typing.Any
|
|
@@ -7159,6 +7246,9 @@ class PARTICLE_PT_render_object(bpy_types._GenericUI):
|
|
|
7159
7246
|
bl_label: typing.Any
|
|
7160
7247
|
""" """
|
|
7161
7248
|
|
|
7249
|
+
bl_options: typing.Any
|
|
7250
|
+
""" """
|
|
7251
|
+
|
|
7162
7252
|
bl_parent_id: typing.Any
|
|
7163
7253
|
""" """
|
|
7164
7254
|
|
|
@@ -7309,7 +7399,9 @@ class PARTICLE_PT_render_object(bpy_types._GenericUI):
|
|
|
7309
7399
|
""" """
|
|
7310
7400
|
...
|
|
7311
7401
|
|
|
7312
|
-
class
|
|
7402
|
+
class PARTICLE_PT_render_object(
|
|
7403
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7404
|
+
):
|
|
7313
7405
|
""" """
|
|
7314
7406
|
|
|
7315
7407
|
COMPAT_ENGINES: typing.Any
|
|
@@ -7471,7 +7563,9 @@ class PARTICLE_PT_render_path(bpy_types._GenericUI):
|
|
|
7471
7563
|
""" """
|
|
7472
7564
|
...
|
|
7473
7565
|
|
|
7474
|
-
class
|
|
7566
|
+
class PARTICLE_PT_render_path(
|
|
7567
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7568
|
+
):
|
|
7475
7569
|
""" """
|
|
7476
7570
|
|
|
7477
7571
|
COMPAT_ENGINES: typing.Any
|
|
@@ -7483,9 +7577,6 @@ class PARTICLE_PT_render_path_timing(bpy_types._GenericUI):
|
|
|
7483
7577
|
bl_label: typing.Any
|
|
7484
7578
|
""" """
|
|
7485
7579
|
|
|
7486
|
-
bl_options: typing.Any
|
|
7487
|
-
""" """
|
|
7488
|
-
|
|
7489
7580
|
bl_parent_id: typing.Any
|
|
7490
7581
|
""" """
|
|
7491
7582
|
|
|
@@ -7636,7 +7727,9 @@ class PARTICLE_PT_render_path_timing(bpy_types._GenericUI):
|
|
|
7636
7727
|
""" """
|
|
7637
7728
|
...
|
|
7638
7729
|
|
|
7639
|
-
class
|
|
7730
|
+
class PARTICLE_PT_render_path_timing(
|
|
7731
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
7732
|
+
):
|
|
7640
7733
|
""" """
|
|
7641
7734
|
|
|
7642
7735
|
COMPAT_ENGINES: typing.Any
|
|
@@ -7651,6 +7744,9 @@ class PARTICLE_PT_rotation(bpy_types._GenericUI):
|
|
|
7651
7744
|
bl_options: typing.Any
|
|
7652
7745
|
""" """
|
|
7653
7746
|
|
|
7747
|
+
bl_parent_id: typing.Any
|
|
7748
|
+
""" """
|
|
7749
|
+
|
|
7654
7750
|
bl_region_type: typing.Any
|
|
7655
7751
|
""" """
|
|
7656
7752
|
|
|
@@ -7689,13 +7785,6 @@ class PARTICLE_PT_rotation(bpy_types._GenericUI):
|
|
|
7689
7785
|
"""
|
|
7690
7786
|
...
|
|
7691
7787
|
|
|
7692
|
-
def draw_header(self, context):
|
|
7693
|
-
"""
|
|
7694
|
-
|
|
7695
|
-
:param context:
|
|
7696
|
-
"""
|
|
7697
|
-
...
|
|
7698
|
-
|
|
7699
7788
|
def driver_add(self):
|
|
7700
7789
|
""" """
|
|
7701
7790
|
...
|
|
@@ -7805,7 +7894,7 @@ class PARTICLE_PT_rotation(bpy_types._GenericUI):
|
|
|
7805
7894
|
""" """
|
|
7806
7895
|
...
|
|
7807
7896
|
|
|
7808
|
-
class
|
|
7897
|
+
class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
7809
7898
|
""" """
|
|
7810
7899
|
|
|
7811
7900
|
COMPAT_ENGINES: typing.Any
|
|
@@ -7820,9 +7909,6 @@ class PARTICLE_PT_rotation_angular_velocity(bpy_types._GenericUI):
|
|
|
7820
7909
|
bl_options: typing.Any
|
|
7821
7910
|
""" """
|
|
7822
7911
|
|
|
7823
|
-
bl_parent_id: typing.Any
|
|
7824
|
-
""" """
|
|
7825
|
-
|
|
7826
7912
|
bl_region_type: typing.Any
|
|
7827
7913
|
""" """
|
|
7828
7914
|
|
|
@@ -7861,6 +7947,13 @@ class PARTICLE_PT_rotation_angular_velocity(bpy_types._GenericUI):
|
|
|
7861
7947
|
"""
|
|
7862
7948
|
...
|
|
7863
7949
|
|
|
7950
|
+
def draw_header(self, context):
|
|
7951
|
+
"""
|
|
7952
|
+
|
|
7953
|
+
:param context:
|
|
7954
|
+
"""
|
|
7955
|
+
...
|
|
7956
|
+
|
|
7864
7957
|
def driver_add(self):
|
|
7865
7958
|
""" """
|
|
7866
7959
|
...
|
|
@@ -7970,7 +8063,9 @@ class PARTICLE_PT_rotation_angular_velocity(bpy_types._GenericUI):
|
|
|
7970
8063
|
""" """
|
|
7971
8064
|
...
|
|
7972
8065
|
|
|
7973
|
-
class
|
|
8066
|
+
class PARTICLE_PT_rotation_angular_velocity(
|
|
8067
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
8068
|
+
):
|
|
7974
8069
|
""" """
|
|
7975
8070
|
|
|
7976
8071
|
COMPAT_ENGINES: typing.Any
|
|
@@ -7985,6 +8080,9 @@ class PARTICLE_PT_textures(bpy_types._GenericUI):
|
|
|
7985
8080
|
bl_options: typing.Any
|
|
7986
8081
|
""" """
|
|
7987
8082
|
|
|
8083
|
+
bl_parent_id: typing.Any
|
|
8084
|
+
""" """
|
|
8085
|
+
|
|
7988
8086
|
bl_region_type: typing.Any
|
|
7989
8087
|
""" """
|
|
7990
8088
|
|
|
@@ -8132,7 +8230,7 @@ class PARTICLE_PT_textures(bpy_types._GenericUI):
|
|
|
8132
8230
|
""" """
|
|
8133
8231
|
...
|
|
8134
8232
|
|
|
8135
|
-
class
|
|
8233
|
+
class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
8136
8234
|
""" """
|
|
8137
8235
|
|
|
8138
8236
|
COMPAT_ENGINES: typing.Any
|
|
@@ -8294,7 +8392,7 @@ class PARTICLE_PT_velocity(bpy_types._GenericUI):
|
|
|
8294
8392
|
""" """
|
|
8295
8393
|
...
|
|
8296
8394
|
|
|
8297
|
-
class
|
|
8395
|
+
class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
|
|
8298
8396
|
""" """
|
|
8299
8397
|
|
|
8300
8398
|
COMPAT_ENGINES: typing.Any
|
|
@@ -8456,12 +8554,32 @@ class PARTICLE_PT_vertexgroups(bpy_types._GenericUI):
|
|
|
8456
8554
|
""" """
|
|
8457
8555
|
...
|
|
8458
8556
|
|
|
8459
|
-
class
|
|
8557
|
+
class PARTICLE_PT_vertexgroups(
|
|
8558
|
+
bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
8559
|
+
):
|
|
8560
|
+
""" """
|
|
8561
|
+
|
|
8562
|
+
COMPAT_ENGINES: typing.Any
|
|
8563
|
+
""" """
|
|
8564
|
+
|
|
8565
|
+
bl_context: typing.Any
|
|
8566
|
+
""" """
|
|
8567
|
+
|
|
8568
|
+
bl_label: typing.Any
|
|
8569
|
+
""" """
|
|
8570
|
+
|
|
8571
|
+
bl_options: typing.Any
|
|
8572
|
+
""" """
|
|
8573
|
+
|
|
8574
|
+
bl_region_type: typing.Any
|
|
8460
8575
|
""" """
|
|
8461
8576
|
|
|
8462
8577
|
bl_rna: typing.Any
|
|
8463
8578
|
""" """
|
|
8464
8579
|
|
|
8580
|
+
bl_space_type: typing.Any
|
|
8581
|
+
""" """
|
|
8582
|
+
|
|
8465
8583
|
id_data: typing.Any
|
|
8466
8584
|
""" """
|
|
8467
8585
|
|
|
@@ -8484,29 +8602,10 @@ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
|
|
|
8484
8602
|
""" """
|
|
8485
8603
|
...
|
|
8486
8604
|
|
|
8487
|
-
def
|
|
8488
|
-
self,
|
|
8489
|
-
_context,
|
|
8490
|
-
layout,
|
|
8491
|
-
data,
|
|
8492
|
-
item,
|
|
8493
|
-
icon,
|
|
8494
|
-
_active_data,
|
|
8495
|
-
_active_propname,
|
|
8496
|
-
_index,
|
|
8497
|
-
_flt_flag,
|
|
8498
|
-
):
|
|
8605
|
+
def draw(self, context):
|
|
8499
8606
|
"""
|
|
8500
8607
|
|
|
8501
|
-
:param
|
|
8502
|
-
:param layout:
|
|
8503
|
-
:param data:
|
|
8504
|
-
:param item:
|
|
8505
|
-
:param icon:
|
|
8506
|
-
:param _active_data:
|
|
8507
|
-
:param _active_propname:
|
|
8508
|
-
:param _index:
|
|
8509
|
-
:param _flt_flag:
|
|
8608
|
+
:param context:
|
|
8510
8609
|
"""
|
|
8511
8610
|
...
|
|
8512
8611
|
|
|
@@ -8578,6 +8677,13 @@ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
|
|
|
8578
8677
|
""" """
|
|
8579
8678
|
...
|
|
8580
8679
|
|
|
8680
|
+
def poll(self, context):
|
|
8681
|
+
"""
|
|
8682
|
+
|
|
8683
|
+
:param context:
|
|
8684
|
+
"""
|
|
8685
|
+
...
|
|
8686
|
+
|
|
8581
8687
|
def pop(self):
|
|
8582
8688
|
""" """
|
|
8583
8689
|
...
|
|
@@ -8612,25 +8718,6 @@ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
|
|
|
8612
8718
|
""" """
|
|
8613
8719
|
...
|
|
8614
8720
|
|
|
8615
|
-
class ParticleButtonsPanel:
|
|
8616
|
-
""" """
|
|
8617
|
-
|
|
8618
|
-
bl_context: typing.Any
|
|
8619
|
-
""" """
|
|
8620
|
-
|
|
8621
|
-
bl_region_type: typing.Any
|
|
8622
|
-
""" """
|
|
8623
|
-
|
|
8624
|
-
bl_space_type: typing.Any
|
|
8625
|
-
""" """
|
|
8626
|
-
|
|
8627
|
-
def poll(self, context):
|
|
8628
|
-
"""
|
|
8629
|
-
|
|
8630
|
-
:param context:
|
|
8631
|
-
"""
|
|
8632
|
-
...
|
|
8633
|
-
|
|
8634
8721
|
def find_modifier(ob, psys):
|
|
8635
8722
|
""" """
|
|
8636
8723
|
|