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
bpy/ops/asset/__init__.pyi
CHANGED
|
@@ -4,97 +4,97 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def assign_action(
|
|
7
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: typing.Union[str, int] = None,
|
|
9
|
-
undo: bool = None,
|
|
7
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
8
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
9
|
+
undo: typing.Optional[bool] = None,
|
|
10
10
|
):
|
|
11
11
|
"""Set this pose Action as active Action on the active Object
|
|
12
12
|
|
|
13
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context: typing.Union[str, int]
|
|
15
|
-
:type undo: bool
|
|
13
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
14
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
15
|
+
:type undo: typing.Optional[bool]
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
18
|
...
|
|
19
19
|
|
|
20
20
|
def bundle_install(
|
|
21
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context: typing.Union[str, int] = None,
|
|
23
|
-
undo: bool = None,
|
|
24
|
-
asset_library_reference: typing.Union[str, int, typing.Any] = "",
|
|
21
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
22
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
23
|
+
undo: typing.Optional[bool] = None,
|
|
24
|
+
asset_library_reference: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
25
25
|
filepath: typing.Union[str, typing.Any] = "",
|
|
26
|
-
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
27
|
-
check_existing: typing.Union[bool, typing.Any] = True,
|
|
28
|
-
filter_blender: typing.Union[bool, typing.Any] = True,
|
|
29
|
-
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
30
|
-
filter_image: typing.Union[bool, typing.Any] = False,
|
|
31
|
-
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
32
|
-
filter_python: typing.Union[bool, typing.Any] = False,
|
|
33
|
-
filter_font: typing.Union[bool, typing.Any] = False,
|
|
34
|
-
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
35
|
-
filter_text: typing.Union[bool, typing.Any] = False,
|
|
36
|
-
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
37
|
-
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
38
|
-
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
39
|
-
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
40
|
-
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
41
|
-
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
42
|
-
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
43
|
-
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
44
|
-
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
45
|
-
filemode: typing.Any = 8,
|
|
46
|
-
display_type: typing.Any = "DEFAULT",
|
|
47
|
-
sort_method: typing.Union[str, int, typing.Any] = "",
|
|
26
|
+
hide_props_region: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
27
|
+
check_existing: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
28
|
+
filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
29
|
+
filter_backup: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
30
|
+
filter_image: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
31
|
+
filter_movie: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
32
|
+
filter_python: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
33
|
+
filter_font: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
34
|
+
filter_sound: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
35
|
+
filter_text: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
36
|
+
filter_archive: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
37
|
+
filter_btx: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
38
|
+
filter_collada: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
39
|
+
filter_alembic: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
40
|
+
filter_usd: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
41
|
+
filter_obj: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
42
|
+
filter_volume: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
43
|
+
filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
44
|
+
filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
45
|
+
filemode: typing.Optional[typing.Any] = 8,
|
|
46
|
+
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
47
|
+
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
48
48
|
):
|
|
49
49
|
"""Copy the current .blend file into an Asset Library. Only works on standalone .blend files (i.e. when no other files are referenced)
|
|
50
50
|
|
|
51
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
52
|
-
:type execution_context: typing.Union[str, int]
|
|
53
|
-
:type undo: bool
|
|
51
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
52
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
53
|
+
:type undo: typing.Optional[bool]
|
|
54
54
|
:param asset_library_reference: asset_library_reference
|
|
55
|
-
:type asset_library_reference: typing.Union[str, int, typing.Any]
|
|
55
|
+
:type asset_library_reference: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
56
56
|
:param filepath: File Path, Path to file
|
|
57
57
|
:type filepath: typing.Union[str, typing.Any]
|
|
58
58
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
59
|
-
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
59
|
+
:type hide_props_region: typing.Optional[typing.Union[bool, typing.Any]]
|
|
60
60
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
61
|
-
:type check_existing: typing.Union[bool, typing.Any]
|
|
61
|
+
:type check_existing: typing.Optional[typing.Union[bool, typing.Any]]
|
|
62
62
|
:param filter_blender: Filter .blend files
|
|
63
|
-
:type filter_blender: typing.Union[bool, typing.Any]
|
|
63
|
+
:type filter_blender: typing.Optional[typing.Union[bool, typing.Any]]
|
|
64
64
|
:param filter_backup: Filter .blend files
|
|
65
|
-
:type filter_backup: typing.Union[bool, typing.Any]
|
|
65
|
+
:type filter_backup: typing.Optional[typing.Union[bool, typing.Any]]
|
|
66
66
|
:param filter_image: Filter image files
|
|
67
|
-
:type filter_image: typing.Union[bool, typing.Any]
|
|
67
|
+
:type filter_image: typing.Optional[typing.Union[bool, typing.Any]]
|
|
68
68
|
:param filter_movie: Filter movie files
|
|
69
|
-
:type filter_movie: typing.Union[bool, typing.Any]
|
|
69
|
+
:type filter_movie: typing.Optional[typing.Union[bool, typing.Any]]
|
|
70
70
|
:param filter_python: Filter Python files
|
|
71
|
-
:type filter_python: typing.Union[bool, typing.Any]
|
|
71
|
+
:type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
|
|
72
72
|
:param filter_font: Filter font files
|
|
73
|
-
:type filter_font: typing.Union[bool, typing.Any]
|
|
73
|
+
:type filter_font: typing.Optional[typing.Union[bool, typing.Any]]
|
|
74
74
|
:param filter_sound: Filter sound files
|
|
75
|
-
:type filter_sound: typing.Union[bool, typing.Any]
|
|
75
|
+
:type filter_sound: typing.Optional[typing.Union[bool, typing.Any]]
|
|
76
76
|
:param filter_text: Filter text files
|
|
77
|
-
:type filter_text: typing.Union[bool, typing.Any]
|
|
77
|
+
:type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
|
|
78
78
|
:param filter_archive: Filter archive files
|
|
79
|
-
:type filter_archive: typing.Union[bool, typing.Any]
|
|
79
|
+
:type filter_archive: typing.Optional[typing.Union[bool, typing.Any]]
|
|
80
80
|
:param filter_btx: Filter btx files
|
|
81
|
-
:type filter_btx: typing.Union[bool, typing.Any]
|
|
81
|
+
:type filter_btx: typing.Optional[typing.Union[bool, typing.Any]]
|
|
82
82
|
:param filter_collada: Filter COLLADA files
|
|
83
|
-
:type filter_collada: typing.Union[bool, typing.Any]
|
|
83
|
+
:type filter_collada: typing.Optional[typing.Union[bool, typing.Any]]
|
|
84
84
|
:param filter_alembic: Filter Alembic files
|
|
85
|
-
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
85
|
+
:type filter_alembic: typing.Optional[typing.Union[bool, typing.Any]]
|
|
86
86
|
:param filter_usd: Filter USD files
|
|
87
|
-
:type filter_usd: typing.Union[bool, typing.Any]
|
|
87
|
+
:type filter_usd: typing.Optional[typing.Union[bool, typing.Any]]
|
|
88
88
|
:param filter_obj: Filter OBJ files
|
|
89
|
-
:type filter_obj: typing.Union[bool, typing.Any]
|
|
89
|
+
:type filter_obj: typing.Optional[typing.Union[bool, typing.Any]]
|
|
90
90
|
:param filter_volume: Filter OpenVDB volume files
|
|
91
|
-
:type filter_volume: typing.Union[bool, typing.Any]
|
|
91
|
+
:type filter_volume: typing.Optional[typing.Union[bool, typing.Any]]
|
|
92
92
|
:param filter_folder: Filter folders
|
|
93
|
-
:type filter_folder: typing.Union[bool, typing.Any]
|
|
93
|
+
:type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
|
|
94
94
|
:param filter_blenlib: Filter Blender IDs
|
|
95
|
-
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
95
|
+
:type filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]]
|
|
96
96
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
97
|
-
:type filemode: typing.Any
|
|
97
|
+
:type filemode: typing.Optional[typing.Any]
|
|
98
98
|
:param display_type: Display Type
|
|
99
99
|
|
|
100
100
|
DEFAULT
|
|
@@ -108,24 +108,24 @@ def bundle_install(
|
|
|
108
108
|
|
|
109
109
|
THUMBNAIL
|
|
110
110
|
Thumbnails -- Display files as thumbnails.
|
|
111
|
-
:type display_type: typing.Any
|
|
111
|
+
:type display_type: typing.Optional[typing.Any]
|
|
112
112
|
:param sort_method: File sorting mode
|
|
113
|
-
:type sort_method: typing.Union[str, int, typing.Any]
|
|
113
|
+
:type sort_method: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
114
114
|
"""
|
|
115
115
|
|
|
116
116
|
...
|
|
117
117
|
|
|
118
118
|
def catalog_delete(
|
|
119
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
120
|
-
execution_context: typing.Union[str, int] = None,
|
|
121
|
-
undo: bool = None,
|
|
119
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
120
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
121
|
+
undo: typing.Optional[bool] = None,
|
|
122
122
|
catalog_id: typing.Union[str, typing.Any] = "",
|
|
123
123
|
):
|
|
124
124
|
"""Remove an asset catalog from the asset library (contained assets will not be affected and show up as unassigned)
|
|
125
125
|
|
|
126
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
127
|
-
:type execution_context: typing.Union[str, int]
|
|
128
|
-
:type undo: bool
|
|
126
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
127
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
128
|
+
:type undo: typing.Optional[bool]
|
|
129
129
|
:param catalog_id: Catalog ID, ID of the catalog to delete
|
|
130
130
|
:type catalog_id: typing.Union[str, typing.Any]
|
|
131
131
|
"""
|
|
@@ -133,16 +133,16 @@ def catalog_delete(
|
|
|
133
133
|
...
|
|
134
134
|
|
|
135
135
|
def catalog_new(
|
|
136
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
137
|
-
execution_context: typing.Union[str, int] = None,
|
|
138
|
-
undo: bool = None,
|
|
136
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
137
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
138
|
+
undo: typing.Optional[bool] = None,
|
|
139
139
|
parent_path: typing.Union[str, typing.Any] = "",
|
|
140
140
|
):
|
|
141
141
|
"""Create a new catalog to put assets in
|
|
142
142
|
|
|
143
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
144
|
-
:type execution_context: typing.Union[str, int]
|
|
145
|
-
:type undo: bool
|
|
143
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
144
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
145
|
+
:type undo: typing.Optional[bool]
|
|
146
146
|
:param parent_path: Parent Path, Optional path defining the location to put the new catalog under
|
|
147
147
|
:type parent_path: typing.Union[str, typing.Any]
|
|
148
148
|
"""
|
|
@@ -150,175 +150,175 @@ def catalog_new(
|
|
|
150
150
|
...
|
|
151
151
|
|
|
152
152
|
def catalog_redo(
|
|
153
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
154
|
-
execution_context: typing.Union[str, int] = None,
|
|
155
|
-
undo: bool = None,
|
|
153
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
154
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
155
|
+
undo: typing.Optional[bool] = None,
|
|
156
156
|
):
|
|
157
157
|
"""Redo the last undone edit to the asset catalogs
|
|
158
158
|
|
|
159
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
160
|
-
:type execution_context: typing.Union[str, int]
|
|
161
|
-
:type undo: bool
|
|
159
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
160
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
161
|
+
:type undo: typing.Optional[bool]
|
|
162
162
|
"""
|
|
163
163
|
|
|
164
164
|
...
|
|
165
165
|
|
|
166
166
|
def catalog_undo(
|
|
167
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
168
|
-
execution_context: typing.Union[str, int] = None,
|
|
169
|
-
undo: bool = None,
|
|
167
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
168
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
169
|
+
undo: typing.Optional[bool] = None,
|
|
170
170
|
):
|
|
171
171
|
"""Undo the last edit to the asset catalogs
|
|
172
172
|
|
|
173
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
174
|
-
:type execution_context: typing.Union[str, int]
|
|
175
|
-
:type undo: bool
|
|
173
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
174
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
175
|
+
:type undo: typing.Optional[bool]
|
|
176
176
|
"""
|
|
177
177
|
|
|
178
178
|
...
|
|
179
179
|
|
|
180
180
|
def catalog_undo_push(
|
|
181
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
182
|
-
execution_context: typing.Union[str, int] = None,
|
|
183
|
-
undo: bool = None,
|
|
181
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
182
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
183
|
+
undo: typing.Optional[bool] = None,
|
|
184
184
|
):
|
|
185
185
|
"""Store the current state of the asset catalogs in the undo buffer
|
|
186
186
|
|
|
187
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
188
|
-
:type execution_context: typing.Union[str, int]
|
|
189
|
-
:type undo: bool
|
|
187
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
188
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
189
|
+
:type undo: typing.Optional[bool]
|
|
190
190
|
"""
|
|
191
191
|
|
|
192
192
|
...
|
|
193
193
|
|
|
194
194
|
def catalogs_save(
|
|
195
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
196
|
-
execution_context: typing.Union[str, int] = None,
|
|
197
|
-
undo: bool = None,
|
|
195
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
196
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
197
|
+
undo: typing.Optional[bool] = None,
|
|
198
198
|
):
|
|
199
199
|
"""Make any edits to any catalogs permanent by writing the current set up to the asset library
|
|
200
200
|
|
|
201
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
202
|
-
:type execution_context: typing.Union[str, int]
|
|
203
|
-
:type undo: bool
|
|
201
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
202
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
203
|
+
:type undo: typing.Optional[bool]
|
|
204
204
|
"""
|
|
205
205
|
|
|
206
206
|
...
|
|
207
207
|
|
|
208
208
|
def clear(
|
|
209
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
210
|
-
execution_context: typing.Union[str, int] = None,
|
|
211
|
-
undo: bool = None,
|
|
212
|
-
set_fake_user: typing.Union[bool, typing.Any] = False,
|
|
209
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
210
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
211
|
+
undo: typing.Optional[bool] = None,
|
|
212
|
+
set_fake_user: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
213
213
|
):
|
|
214
214
|
"""Delete all asset metadata and turn the selected asset data-blocks back into normal data-blocks
|
|
215
215
|
|
|
216
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
217
|
-
:type execution_context: typing.Union[str, int]
|
|
218
|
-
:type undo: bool
|
|
216
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
217
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
218
|
+
:type undo: typing.Optional[bool]
|
|
219
219
|
:param set_fake_user: Set Fake User, Ensure the data-block is saved, even when it is no longer marked as asset
|
|
220
|
-
:type set_fake_user: typing.Union[bool, typing.Any]
|
|
220
|
+
:type set_fake_user: typing.Optional[typing.Union[bool, typing.Any]]
|
|
221
221
|
"""
|
|
222
222
|
|
|
223
223
|
...
|
|
224
224
|
|
|
225
225
|
def clear_single(
|
|
226
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
227
|
-
execution_context: typing.Union[str, int] = None,
|
|
228
|
-
undo: bool = None,
|
|
229
|
-
set_fake_user: typing.Union[bool, typing.Any] = False,
|
|
226
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
227
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
228
|
+
undo: typing.Optional[bool] = None,
|
|
229
|
+
set_fake_user: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
230
230
|
):
|
|
231
231
|
"""Delete all asset metadata and turn the asset data-block back into a normal data-block
|
|
232
232
|
|
|
233
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
234
|
-
:type execution_context: typing.Union[str, int]
|
|
235
|
-
:type undo: bool
|
|
233
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
234
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
235
|
+
:type undo: typing.Optional[bool]
|
|
236
236
|
:param set_fake_user: Set Fake User, Ensure the data-block is saved, even when it is no longer marked as asset
|
|
237
|
-
:type set_fake_user: typing.Union[bool, typing.Any]
|
|
237
|
+
:type set_fake_user: typing.Optional[typing.Union[bool, typing.Any]]
|
|
238
238
|
"""
|
|
239
239
|
|
|
240
240
|
...
|
|
241
241
|
|
|
242
242
|
def library_refresh(
|
|
243
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
244
|
-
execution_context: typing.Union[str, int] = None,
|
|
245
|
-
undo: bool = None,
|
|
243
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
244
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
245
|
+
undo: typing.Optional[bool] = None,
|
|
246
246
|
):
|
|
247
247
|
"""Reread assets and asset catalogs from the asset library on disk
|
|
248
248
|
|
|
249
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
250
|
-
:type execution_context: typing.Union[str, int]
|
|
251
|
-
:type undo: bool
|
|
249
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
250
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
251
|
+
:type undo: typing.Optional[bool]
|
|
252
252
|
"""
|
|
253
253
|
|
|
254
254
|
...
|
|
255
255
|
|
|
256
256
|
def mark(
|
|
257
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
258
|
-
execution_context: typing.Union[str, int] = None,
|
|
259
|
-
undo: bool = None,
|
|
257
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
258
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
259
|
+
undo: typing.Optional[bool] = None,
|
|
260
260
|
):
|
|
261
261
|
"""Enable easier reuse of selected data-blocks through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
|
|
262
262
|
|
|
263
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
264
|
-
:type execution_context: typing.Union[str, int]
|
|
265
|
-
:type undo: bool
|
|
263
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
264
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
265
|
+
:type undo: typing.Optional[bool]
|
|
266
266
|
"""
|
|
267
267
|
|
|
268
268
|
...
|
|
269
269
|
|
|
270
270
|
def mark_single(
|
|
271
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
272
|
-
execution_context: typing.Union[str, int] = None,
|
|
273
|
-
undo: bool = None,
|
|
271
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
272
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
273
|
+
undo: typing.Optional[bool] = None,
|
|
274
274
|
):
|
|
275
275
|
"""Enable easier reuse of a data-block through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
|
|
276
276
|
|
|
277
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
278
|
-
:type execution_context: typing.Union[str, int]
|
|
279
|
-
:type undo: bool
|
|
277
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
278
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
279
|
+
:type undo: typing.Optional[bool]
|
|
280
280
|
"""
|
|
281
281
|
|
|
282
282
|
...
|
|
283
283
|
|
|
284
284
|
def open_containing_blend_file(
|
|
285
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
286
|
-
execution_context: typing.Union[str, int] = None,
|
|
287
|
-
undo: bool = None,
|
|
285
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
286
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
287
|
+
undo: typing.Optional[bool] = None,
|
|
288
288
|
):
|
|
289
289
|
"""Open the blend file that contains the active asset
|
|
290
290
|
|
|
291
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
292
|
-
:type execution_context: typing.Union[str, int]
|
|
293
|
-
:type undo: bool
|
|
291
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
292
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
293
|
+
:type undo: typing.Optional[bool]
|
|
294
294
|
"""
|
|
295
295
|
|
|
296
296
|
...
|
|
297
297
|
|
|
298
298
|
def tag_add(
|
|
299
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
300
|
-
execution_context: typing.Union[str, int] = None,
|
|
301
|
-
undo: bool = None,
|
|
299
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
300
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
301
|
+
undo: typing.Optional[bool] = None,
|
|
302
302
|
):
|
|
303
303
|
"""Add a new keyword tag to the active asset
|
|
304
304
|
|
|
305
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
306
|
-
:type execution_context: typing.Union[str, int]
|
|
307
|
-
:type undo: bool
|
|
305
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
306
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
307
|
+
:type undo: typing.Optional[bool]
|
|
308
308
|
"""
|
|
309
309
|
|
|
310
310
|
...
|
|
311
311
|
|
|
312
312
|
def tag_remove(
|
|
313
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
314
|
-
execution_context: typing.Union[str, int] = None,
|
|
315
|
-
undo: bool = None,
|
|
313
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
314
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
315
|
+
undo: typing.Optional[bool] = None,
|
|
316
316
|
):
|
|
317
317
|
"""Remove an existing keyword tag from the active asset
|
|
318
318
|
|
|
319
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
320
|
-
:type execution_context: typing.Union[str, int]
|
|
321
|
-
:type undo: bool
|
|
319
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
320
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
321
|
+
:type undo: typing.Optional[bool]
|
|
322
322
|
"""
|
|
323
323
|
|
|
324
324
|
...
|
bpy/ops/boid/__init__.pyi
CHANGED
|
@@ -4,116 +4,116 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def rule_add(
|
|
7
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: typing.Union[str, int] = None,
|
|
9
|
-
undo: bool = None,
|
|
10
|
-
type: typing.Union[str, int] = "GOAL",
|
|
7
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
8
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
9
|
+
undo: typing.Optional[bool] = None,
|
|
10
|
+
type: typing.Optional[typing.Union[str, int]] = "GOAL",
|
|
11
11
|
):
|
|
12
12
|
"""Add a boid rule to the current boid state
|
|
13
13
|
|
|
14
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: typing.Union[str, int]
|
|
16
|
-
:type undo: bool
|
|
14
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
15
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
16
|
+
:type undo: typing.Optional[bool]
|
|
17
17
|
:param type: Type
|
|
18
|
-
:type type: typing.Union[str, int]
|
|
18
|
+
:type type: typing.Optional[typing.Union[str, int]]
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
...
|
|
22
22
|
|
|
23
23
|
def rule_del(
|
|
24
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context: typing.Union[str, int] = None,
|
|
26
|
-
undo: bool = None,
|
|
24
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
25
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
26
|
+
undo: typing.Optional[bool] = None,
|
|
27
27
|
):
|
|
28
28
|
"""Delete current boid rule
|
|
29
29
|
|
|
30
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
31
|
-
:type execution_context: typing.Union[str, int]
|
|
32
|
-
:type undo: bool
|
|
30
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
31
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
32
|
+
:type undo: typing.Optional[bool]
|
|
33
33
|
"""
|
|
34
34
|
|
|
35
35
|
...
|
|
36
36
|
|
|
37
37
|
def rule_move_down(
|
|
38
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
-
execution_context: typing.Union[str, int] = None,
|
|
40
|
-
undo: bool = None,
|
|
38
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
39
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
40
|
+
undo: typing.Optional[bool] = None,
|
|
41
41
|
):
|
|
42
42
|
"""Move boid rule down in the list
|
|
43
43
|
|
|
44
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
45
|
-
:type execution_context: typing.Union[str, int]
|
|
46
|
-
:type undo: bool
|
|
44
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
45
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
46
|
+
:type undo: typing.Optional[bool]
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
...
|
|
50
50
|
|
|
51
51
|
def rule_move_up(
|
|
52
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
53
|
-
execution_context: typing.Union[str, int] = None,
|
|
54
|
-
undo: bool = None,
|
|
52
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
53
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
54
|
+
undo: typing.Optional[bool] = None,
|
|
55
55
|
):
|
|
56
56
|
"""Move boid rule up in the list
|
|
57
57
|
|
|
58
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
59
|
-
:type execution_context: typing.Union[str, int]
|
|
60
|
-
:type undo: bool
|
|
58
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
59
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
60
|
+
:type undo: typing.Optional[bool]
|
|
61
61
|
"""
|
|
62
62
|
|
|
63
63
|
...
|
|
64
64
|
|
|
65
65
|
def state_add(
|
|
66
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
67
|
-
execution_context: typing.Union[str, int] = None,
|
|
68
|
-
undo: bool = None,
|
|
66
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
67
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
68
|
+
undo: typing.Optional[bool] = None,
|
|
69
69
|
):
|
|
70
70
|
"""Add a boid state to the particle system
|
|
71
71
|
|
|
72
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
73
|
-
:type execution_context: typing.Union[str, int]
|
|
74
|
-
:type undo: bool
|
|
72
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
73
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
74
|
+
:type undo: typing.Optional[bool]
|
|
75
75
|
"""
|
|
76
76
|
|
|
77
77
|
...
|
|
78
78
|
|
|
79
79
|
def state_del(
|
|
80
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
81
|
-
execution_context: typing.Union[str, int] = None,
|
|
82
|
-
undo: bool = None,
|
|
80
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
81
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
82
|
+
undo: typing.Optional[bool] = None,
|
|
83
83
|
):
|
|
84
84
|
"""Delete current boid state
|
|
85
85
|
|
|
86
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
87
|
-
:type execution_context: typing.Union[str, int]
|
|
88
|
-
:type undo: bool
|
|
86
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
87
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
88
|
+
:type undo: typing.Optional[bool]
|
|
89
89
|
"""
|
|
90
90
|
|
|
91
91
|
...
|
|
92
92
|
|
|
93
93
|
def state_move_down(
|
|
94
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
95
|
-
execution_context: typing.Union[str, int] = None,
|
|
96
|
-
undo: bool = None,
|
|
94
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
95
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
96
|
+
undo: typing.Optional[bool] = None,
|
|
97
97
|
):
|
|
98
98
|
"""Move boid state down in the list
|
|
99
99
|
|
|
100
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
101
|
-
:type execution_context: typing.Union[str, int]
|
|
102
|
-
:type undo: bool
|
|
100
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
101
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
102
|
+
:type undo: typing.Optional[bool]
|
|
103
103
|
"""
|
|
104
104
|
|
|
105
105
|
...
|
|
106
106
|
|
|
107
107
|
def state_move_up(
|
|
108
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
109
|
-
execution_context: typing.Union[str, int] = None,
|
|
110
|
-
undo: bool = None,
|
|
108
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
109
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
110
|
+
undo: typing.Optional[bool] = None,
|
|
111
111
|
):
|
|
112
112
|
"""Move boid state up in the list
|
|
113
113
|
|
|
114
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
115
|
-
:type execution_context: typing.Union[str, int]
|
|
116
|
-
:type undo: bool
|
|
114
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
115
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
116
|
+
:type undo: typing.Optional[bool]
|
|
117
117
|
"""
|
|
118
118
|
|
|
119
119
|
...
|