fake-bpy-module 20240210__py3-none-any.whl → 20240326__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/ops/ui/__init__.pyi
CHANGED
|
@@ -1,190 +1,163 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def assign_default_button(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
13
10
|
):
|
|
14
11
|
"""Set this property's current value as the new default
|
|
15
12
|
|
|
16
|
-
:type override_context: typing.
|
|
17
|
-
:type execution_context: typing.
|
|
18
|
-
:type undo:
|
|
13
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
+
:type execution_context: typing.Union[str, int]
|
|
15
|
+
:type undo: bool
|
|
19
16
|
"""
|
|
20
17
|
|
|
21
18
|
...
|
|
22
19
|
|
|
23
20
|
def button_execute(
|
|
24
|
-
override_context: typing.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
undo: typing.Optional[bool] = None,
|
|
29
|
-
*,
|
|
30
|
-
skip_depressed: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
21
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
+
execution_context: typing.Union[str, int] = None,
|
|
23
|
+
undo: bool = None,
|
|
24
|
+
skip_depressed: typing.Union[bool, typing.Any] = False,
|
|
31
25
|
):
|
|
32
26
|
"""Presses active button
|
|
33
27
|
|
|
34
|
-
:type override_context: typing.
|
|
35
|
-
:type execution_context: typing.
|
|
36
|
-
:type undo:
|
|
28
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
29
|
+
:type execution_context: typing.Union[str, int]
|
|
30
|
+
:type undo: bool
|
|
37
31
|
:param skip_depressed: Skip Depressed
|
|
38
|
-
:type skip_depressed: typing.
|
|
32
|
+
:type skip_depressed: typing.Union[bool, typing.Any]
|
|
39
33
|
"""
|
|
40
34
|
|
|
41
35
|
...
|
|
42
36
|
|
|
43
37
|
def button_string_clear(
|
|
44
|
-
override_context: typing.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
48
|
-
undo: typing.Optional[bool] = None,
|
|
38
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
+
execution_context: typing.Union[str, int] = None,
|
|
40
|
+
undo: bool = None,
|
|
49
41
|
):
|
|
50
42
|
"""Unsets the text of the active button
|
|
51
43
|
|
|
52
|
-
:type override_context: typing.
|
|
53
|
-
:type execution_context: typing.
|
|
54
|
-
:type undo:
|
|
44
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
45
|
+
:type execution_context: typing.Union[str, int]
|
|
46
|
+
:type undo: bool
|
|
55
47
|
"""
|
|
56
48
|
|
|
57
49
|
...
|
|
58
50
|
|
|
59
51
|
def copy_as_driver_button(
|
|
60
|
-
override_context: typing.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
64
|
-
undo: typing.Optional[bool] = None,
|
|
52
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
53
|
+
execution_context: typing.Union[str, int] = None,
|
|
54
|
+
undo: bool = None,
|
|
65
55
|
):
|
|
66
56
|
"""Create a new driver with this property as input, and copy it to the internal clipboard. Use Paste Driver to add it to the target property, or Paste Driver Variables to extend an existing driver
|
|
67
57
|
|
|
68
|
-
:type override_context: typing.
|
|
69
|
-
:type execution_context: typing.
|
|
70
|
-
:type undo:
|
|
58
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
59
|
+
:type execution_context: typing.Union[str, int]
|
|
60
|
+
:type undo: bool
|
|
71
61
|
"""
|
|
72
62
|
|
|
73
63
|
...
|
|
74
64
|
|
|
75
65
|
def copy_data_path_button(
|
|
76
|
-
override_context: typing.
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
undo: typing.Optional[bool] = None,
|
|
81
|
-
*,
|
|
82
|
-
full_path: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
66
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
67
|
+
execution_context: typing.Union[str, int] = None,
|
|
68
|
+
undo: bool = None,
|
|
69
|
+
full_path: typing.Union[bool, typing.Any] = False,
|
|
83
70
|
):
|
|
84
71
|
"""Copy the RNA data path for this property to the clipboard
|
|
85
72
|
|
|
86
|
-
:type override_context: typing.
|
|
87
|
-
:type execution_context: typing.
|
|
88
|
-
:type undo:
|
|
73
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
74
|
+
:type execution_context: typing.Union[str, int]
|
|
75
|
+
:type undo: bool
|
|
89
76
|
:param full_path: full_path, Copy full data path
|
|
90
|
-
:type full_path: typing.
|
|
77
|
+
:type full_path: typing.Union[bool, typing.Any]
|
|
91
78
|
"""
|
|
92
79
|
|
|
93
80
|
...
|
|
94
81
|
|
|
95
82
|
def copy_python_command_button(
|
|
96
|
-
override_context: typing.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
100
|
-
undo: typing.Optional[bool] = None,
|
|
83
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
84
|
+
execution_context: typing.Union[str, int] = None,
|
|
85
|
+
undo: bool = None,
|
|
101
86
|
):
|
|
102
87
|
"""Copy the Python command matching this button
|
|
103
88
|
|
|
104
|
-
:type override_context: typing.
|
|
105
|
-
:type execution_context: typing.
|
|
106
|
-
:type undo:
|
|
89
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
90
|
+
:type execution_context: typing.Union[str, int]
|
|
91
|
+
:type undo: bool
|
|
107
92
|
"""
|
|
108
93
|
|
|
109
94
|
...
|
|
110
95
|
|
|
111
96
|
def copy_to_selected_button(
|
|
112
|
-
override_context: typing.
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
undo: typing.Optional[bool] = None,
|
|
117
|
-
*,
|
|
118
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
97
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
98
|
+
execution_context: typing.Union[str, int] = None,
|
|
99
|
+
undo: bool = None,
|
|
100
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
119
101
|
):
|
|
120
102
|
"""Copy the property's value from the active item to the same property of all selected items if the same property exists
|
|
121
103
|
|
|
122
|
-
:type override_context: typing.
|
|
123
|
-
:type execution_context: typing.
|
|
124
|
-
:type undo:
|
|
104
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
105
|
+
:type execution_context: typing.Union[str, int]
|
|
106
|
+
:type undo: bool
|
|
125
107
|
:param all: All, Copy to selected all elements of the array
|
|
126
|
-
:type all: typing.
|
|
108
|
+
:type all: typing.Union[bool, typing.Any]
|
|
127
109
|
"""
|
|
128
110
|
|
|
129
111
|
...
|
|
130
112
|
|
|
131
113
|
def drop_color(
|
|
132
|
-
override_context: typing.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
*,
|
|
138
|
-
color: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
139
|
-
gamma: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
114
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
115
|
+
execution_context: typing.Union[str, int] = None,
|
|
116
|
+
undo: bool = None,
|
|
117
|
+
color: typing.Any = (0.0, 0.0, 0.0),
|
|
118
|
+
gamma: typing.Union[bool, typing.Any] = False,
|
|
140
119
|
):
|
|
141
120
|
"""Drop colors to buttons
|
|
142
121
|
|
|
143
|
-
:type override_context: typing.
|
|
144
|
-
:type execution_context: typing.
|
|
145
|
-
:type undo:
|
|
122
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
123
|
+
:type execution_context: typing.Union[str, int]
|
|
124
|
+
:type undo: bool
|
|
146
125
|
:param color: Color, Source color
|
|
147
|
-
:type color: typing.
|
|
126
|
+
:type color: typing.Any
|
|
148
127
|
:param gamma: Gamma Corrected, The source color is gamma corrected
|
|
149
|
-
:type gamma: typing.
|
|
128
|
+
:type gamma: typing.Union[bool, typing.Any]
|
|
150
129
|
"""
|
|
151
130
|
|
|
152
131
|
...
|
|
153
132
|
|
|
154
133
|
def drop_material(
|
|
155
|
-
override_context: typing.
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
undo: typing.Optional[bool] = None,
|
|
160
|
-
*,
|
|
161
|
-
session_uid: typing.Optional[typing.Any] = 0,
|
|
134
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
135
|
+
execution_context: typing.Union[str, int] = None,
|
|
136
|
+
undo: bool = None,
|
|
137
|
+
session_uid: typing.Any = 0,
|
|
162
138
|
):
|
|
163
139
|
"""Drag material to Material slots in Properties
|
|
164
140
|
|
|
165
|
-
:type override_context: typing.
|
|
166
|
-
:type execution_context: typing.
|
|
167
|
-
:type undo:
|
|
141
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
142
|
+
:type execution_context: typing.Union[str, int]
|
|
143
|
+
:type undo: bool
|
|
168
144
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
169
|
-
:type session_uid: typing.
|
|
145
|
+
:type session_uid: typing.Any
|
|
170
146
|
"""
|
|
171
147
|
|
|
172
148
|
...
|
|
173
149
|
|
|
174
150
|
def drop_name(
|
|
175
|
-
override_context: typing.
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
179
|
-
undo: typing.Optional[bool] = None,
|
|
180
|
-
*,
|
|
151
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
152
|
+
execution_context: typing.Union[str, int] = None,
|
|
153
|
+
undo: bool = None,
|
|
181
154
|
string: typing.Union[str, typing.Any] = "",
|
|
182
155
|
):
|
|
183
156
|
"""Drop name to button
|
|
184
157
|
|
|
185
|
-
:type override_context: typing.
|
|
186
|
-
:type execution_context: typing.
|
|
187
|
-
:type undo:
|
|
158
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
159
|
+
:type execution_context: typing.Union[str, int]
|
|
160
|
+
:type undo: bool
|
|
188
161
|
:param string: String, The string value to drop into the button
|
|
189
162
|
:type string: typing.Union[str, typing.Any]
|
|
190
163
|
"""
|
|
@@ -192,376 +165,354 @@ def drop_name(
|
|
|
192
165
|
...
|
|
193
166
|
|
|
194
167
|
def editsource(
|
|
195
|
-
override_context: typing.
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
199
|
-
undo: typing.Optional[bool] = None,
|
|
168
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
169
|
+
execution_context: typing.Union[str, int] = None,
|
|
170
|
+
undo: bool = None,
|
|
200
171
|
):
|
|
201
172
|
"""Edit UI source code of the active button
|
|
202
173
|
|
|
203
|
-
:type override_context: typing.
|
|
204
|
-
:type execution_context: typing.
|
|
205
|
-
:type undo:
|
|
174
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
175
|
+
:type execution_context: typing.Union[str, int]
|
|
176
|
+
:type undo: bool
|
|
206
177
|
"""
|
|
207
178
|
|
|
208
179
|
...
|
|
209
180
|
|
|
210
181
|
def edittranslation_init(
|
|
211
|
-
override_context: typing.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
215
|
-
undo: typing.Optional[bool] = None,
|
|
182
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
183
|
+
execution_context: typing.Union[str, int] = None,
|
|
184
|
+
undo: bool = None,
|
|
216
185
|
):
|
|
217
186
|
"""Edit i18n in current language for the active button
|
|
218
187
|
|
|
219
|
-
:type override_context: typing.
|
|
220
|
-
:type execution_context: typing.
|
|
221
|
-
:type undo:
|
|
188
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
189
|
+
:type execution_context: typing.Union[str, int]
|
|
190
|
+
:type undo: bool
|
|
222
191
|
"""
|
|
223
192
|
|
|
224
193
|
...
|
|
225
194
|
|
|
226
195
|
def eyedropper_color(
|
|
227
|
-
override_context: typing.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
231
|
-
undo: typing.Optional[bool] = None,
|
|
196
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
197
|
+
execution_context: typing.Union[str, int] = None,
|
|
198
|
+
undo: bool = None,
|
|
232
199
|
):
|
|
233
200
|
"""Sample a color from the Blender window to store in a property
|
|
234
201
|
|
|
235
|
-
:type override_context: typing.
|
|
236
|
-
:type execution_context: typing.
|
|
237
|
-
:type undo:
|
|
202
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
203
|
+
:type execution_context: typing.Union[str, int]
|
|
204
|
+
:type undo: bool
|
|
238
205
|
"""
|
|
239
206
|
|
|
240
207
|
...
|
|
241
208
|
|
|
242
209
|
def eyedropper_colorramp(
|
|
243
|
-
override_context: typing.
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
247
|
-
undo: typing.Optional[bool] = None,
|
|
210
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
211
|
+
execution_context: typing.Union[str, int] = None,
|
|
212
|
+
undo: bool = None,
|
|
248
213
|
):
|
|
249
214
|
"""Sample a color band
|
|
250
215
|
|
|
251
|
-
:type override_context: typing.
|
|
252
|
-
:type execution_context: typing.
|
|
253
|
-
:type undo:
|
|
216
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
217
|
+
:type execution_context: typing.Union[str, int]
|
|
218
|
+
:type undo: bool
|
|
254
219
|
"""
|
|
255
220
|
|
|
256
221
|
...
|
|
257
222
|
|
|
258
223
|
def eyedropper_colorramp_point(
|
|
259
|
-
override_context: typing.
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
263
|
-
undo: typing.Optional[bool] = None,
|
|
224
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
225
|
+
execution_context: typing.Union[str, int] = None,
|
|
226
|
+
undo: bool = None,
|
|
264
227
|
):
|
|
265
228
|
"""Point-sample a color band
|
|
266
229
|
|
|
267
|
-
:type override_context: typing.
|
|
268
|
-
:type execution_context: typing.
|
|
269
|
-
:type undo:
|
|
230
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
231
|
+
:type execution_context: typing.Union[str, int]
|
|
232
|
+
:type undo: bool
|
|
270
233
|
"""
|
|
271
234
|
|
|
272
235
|
...
|
|
273
236
|
|
|
274
237
|
def eyedropper_depth(
|
|
275
|
-
override_context: typing.
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
279
|
-
undo: typing.Optional[bool] = None,
|
|
238
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
239
|
+
execution_context: typing.Union[str, int] = None,
|
|
240
|
+
undo: bool = None,
|
|
280
241
|
):
|
|
281
242
|
"""Sample depth from the 3D view
|
|
282
243
|
|
|
283
|
-
:type override_context: typing.
|
|
284
|
-
:type execution_context: typing.
|
|
285
|
-
:type undo:
|
|
244
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
245
|
+
:type execution_context: typing.Union[str, int]
|
|
246
|
+
:type undo: bool
|
|
286
247
|
"""
|
|
287
248
|
|
|
288
249
|
...
|
|
289
250
|
|
|
290
251
|
def eyedropper_driver(
|
|
291
|
-
override_context: typing.
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
undo: typing.Optional[bool] = None,
|
|
296
|
-
*,
|
|
297
|
-
mapping_type: typing.Optional[typing.Any] = "SINGLE_MANY",
|
|
252
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
253
|
+
execution_context: typing.Union[str, int] = None,
|
|
254
|
+
undo: bool = None,
|
|
255
|
+
mapping_type: typing.Any = "SINGLE_MANY",
|
|
298
256
|
):
|
|
299
257
|
"""Pick a property to use as a driver target
|
|
300
258
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
259
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
260
|
+
:type execution_context: typing.Union[str, int]
|
|
261
|
+
:type undo: bool
|
|
262
|
+
:param mapping_type: Mapping Type, Method used to match target and driven properties
|
|
263
|
+
|
|
264
|
+
SINGLE_MANY
|
|
265
|
+
All from Target -- Drive all components of this property using the target picked.
|
|
266
|
+
|
|
267
|
+
DIRECT
|
|
268
|
+
Single from Target -- Drive this component of this property using the target picked.
|
|
269
|
+
|
|
270
|
+
MATCH
|
|
271
|
+
Match Indices -- Create drivers for each pair of corresponding elements.
|
|
272
|
+
|
|
273
|
+
NONE_ALL
|
|
274
|
+
Manually Create Later -- Create drivers for all properties without assigning any targets yet.
|
|
275
|
+
|
|
276
|
+
NONE_SINGLE
|
|
277
|
+
Manually Create Later (Single) -- Create driver for this property only and without assigning any targets yet.
|
|
278
|
+
:type mapping_type: typing.Any
|
|
306
279
|
"""
|
|
307
280
|
|
|
308
281
|
...
|
|
309
282
|
|
|
310
283
|
def eyedropper_gpencil_color(
|
|
311
|
-
override_context: typing.
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
undo: typing.Optional[bool] = None,
|
|
316
|
-
*,
|
|
317
|
-
mode: typing.Optional[typing.Any] = "MATERIAL",
|
|
284
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
285
|
+
execution_context: typing.Union[str, int] = None,
|
|
286
|
+
undo: bool = None,
|
|
287
|
+
mode: typing.Any = "MATERIAL",
|
|
318
288
|
):
|
|
319
289
|
"""Sample a color from the Blender Window and create Grease Pencil material
|
|
320
290
|
|
|
321
|
-
:type override_context: typing.
|
|
322
|
-
:type execution_context: typing.
|
|
323
|
-
:type undo:
|
|
291
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
292
|
+
:type execution_context: typing.Union[str, int]
|
|
293
|
+
:type undo: bool
|
|
324
294
|
:param mode: Mode
|
|
325
|
-
:type mode: typing.
|
|
295
|
+
:type mode: typing.Any
|
|
326
296
|
"""
|
|
327
297
|
|
|
328
298
|
...
|
|
329
299
|
|
|
330
300
|
def eyedropper_id(
|
|
331
|
-
override_context: typing.
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
335
|
-
undo: typing.Optional[bool] = None,
|
|
301
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
302
|
+
execution_context: typing.Union[str, int] = None,
|
|
303
|
+
undo: bool = None,
|
|
336
304
|
):
|
|
337
305
|
"""Sample a data-block from the 3D View to store in a property
|
|
338
306
|
|
|
339
|
-
:type override_context: typing.
|
|
340
|
-
:type execution_context: typing.
|
|
341
|
-
:type undo:
|
|
307
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
308
|
+
:type execution_context: typing.Union[str, int]
|
|
309
|
+
:type undo: bool
|
|
342
310
|
"""
|
|
343
311
|
|
|
344
312
|
...
|
|
345
313
|
|
|
346
314
|
def jump_to_target_button(
|
|
347
|
-
override_context: typing.
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
351
|
-
undo: typing.Optional[bool] = None,
|
|
315
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
316
|
+
execution_context: typing.Union[str, int] = None,
|
|
317
|
+
undo: bool = None,
|
|
352
318
|
):
|
|
353
319
|
"""Switch to the target object or bone
|
|
354
320
|
|
|
355
|
-
:type override_context: typing.
|
|
356
|
-
:type execution_context: typing.
|
|
357
|
-
:type undo:
|
|
321
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
322
|
+
:type execution_context: typing.Union[str, int]
|
|
323
|
+
:type undo: bool
|
|
358
324
|
"""
|
|
359
325
|
|
|
360
326
|
...
|
|
361
327
|
|
|
362
328
|
def list_start_filter(
|
|
363
|
-
override_context: typing.
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
367
|
-
undo: typing.Optional[bool] = None,
|
|
329
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
330
|
+
execution_context: typing.Union[str, int] = None,
|
|
331
|
+
undo: bool = None,
|
|
368
332
|
):
|
|
369
333
|
"""Start entering filter text for the list in focus
|
|
370
334
|
|
|
371
|
-
:type override_context: typing.
|
|
372
|
-
:type execution_context: typing.
|
|
373
|
-
:type undo:
|
|
335
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
336
|
+
:type execution_context: typing.Union[str, int]
|
|
337
|
+
:type undo: bool
|
|
374
338
|
"""
|
|
375
339
|
|
|
376
340
|
...
|
|
377
341
|
|
|
378
342
|
def override_idtemplate_clear(
|
|
379
|
-
override_context: typing.
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
383
|
-
undo: typing.Optional[bool] = None,
|
|
343
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
344
|
+
execution_context: typing.Union[str, int] = None,
|
|
345
|
+
undo: bool = None,
|
|
384
346
|
):
|
|
385
347
|
"""Delete the selected local override and relink its usages to the linked data-block if possible, else reset it and mark it as non editable
|
|
386
348
|
|
|
387
|
-
:type override_context: typing.
|
|
388
|
-
:type execution_context: typing.
|
|
389
|
-
:type undo:
|
|
349
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
350
|
+
:type execution_context: typing.Union[str, int]
|
|
351
|
+
:type undo: bool
|
|
390
352
|
"""
|
|
391
353
|
|
|
392
354
|
...
|
|
393
355
|
|
|
394
356
|
def override_idtemplate_make(
|
|
395
|
-
override_context: typing.
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
399
|
-
undo: typing.Optional[bool] = None,
|
|
357
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
358
|
+
execution_context: typing.Union[str, int] = None,
|
|
359
|
+
undo: bool = None,
|
|
400
360
|
):
|
|
401
361
|
"""Create a local override of the selected linked data-block, and its hierarchy of dependencies
|
|
402
362
|
|
|
403
|
-
:type override_context: typing.
|
|
404
|
-
:type execution_context: typing.
|
|
405
|
-
:type undo:
|
|
363
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
364
|
+
:type execution_context: typing.Union[str, int]
|
|
365
|
+
:type undo: bool
|
|
406
366
|
"""
|
|
407
367
|
|
|
408
368
|
...
|
|
409
369
|
|
|
410
370
|
def override_idtemplate_reset(
|
|
411
|
-
override_context: typing.
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
415
|
-
undo: typing.Optional[bool] = None,
|
|
371
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
372
|
+
execution_context: typing.Union[str, int] = None,
|
|
373
|
+
undo: bool = None,
|
|
416
374
|
):
|
|
417
375
|
"""Reset the selected local override to its linked reference values
|
|
418
376
|
|
|
419
|
-
:type override_context: typing.
|
|
420
|
-
:type execution_context: typing.
|
|
421
|
-
:type undo:
|
|
377
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
378
|
+
:type execution_context: typing.Union[str, int]
|
|
379
|
+
:type undo: bool
|
|
422
380
|
"""
|
|
423
381
|
|
|
424
382
|
...
|
|
425
383
|
|
|
426
384
|
def override_remove_button(
|
|
427
|
-
override_context: typing.
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
undo: typing.Optional[bool] = None,
|
|
432
|
-
*,
|
|
433
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
385
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
386
|
+
execution_context: typing.Union[str, int] = None,
|
|
387
|
+
undo: bool = None,
|
|
388
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
434
389
|
):
|
|
435
390
|
"""Remove an override operation
|
|
436
391
|
|
|
437
|
-
:type override_context: typing.
|
|
438
|
-
:type execution_context: typing.
|
|
439
|
-
:type undo:
|
|
392
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
393
|
+
:type execution_context: typing.Union[str, int]
|
|
394
|
+
:type undo: bool
|
|
440
395
|
:param all: All, Reset to default values all elements of the array
|
|
441
|
-
:type all: typing.
|
|
396
|
+
:type all: typing.Union[bool, typing.Any]
|
|
442
397
|
"""
|
|
443
398
|
|
|
444
399
|
...
|
|
445
400
|
|
|
446
401
|
def override_type_set_button(
|
|
447
|
-
override_context: typing.
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
*,
|
|
453
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
454
|
-
type: typing.Optional[typing.Any] = "REPLACE",
|
|
402
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
403
|
+
execution_context: typing.Union[str, int] = None,
|
|
404
|
+
undo: bool = None,
|
|
405
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
406
|
+
type: typing.Any = "REPLACE",
|
|
455
407
|
):
|
|
456
408
|
"""Create an override operation, or set the type of an existing one
|
|
457
409
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
410
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
411
|
+
:type execution_context: typing.Union[str, int]
|
|
412
|
+
:type undo: bool
|
|
413
|
+
:param all: All, Reset to default values all elements of the array
|
|
414
|
+
:type all: typing.Union[bool, typing.Any]
|
|
415
|
+
:param type: Type, Type of override operation
|
|
416
|
+
|
|
417
|
+
NOOP
|
|
418
|
+
NoOp -- 'No-Operation', place holder preventing automatic override to ever affect the property.
|
|
419
|
+
|
|
420
|
+
REPLACE
|
|
421
|
+
Replace -- Completely replace value from linked data by local one.
|
|
422
|
+
|
|
423
|
+
DIFFERENCE
|
|
424
|
+
Difference -- Store difference to linked data value.
|
|
425
|
+
|
|
426
|
+
FACTOR
|
|
427
|
+
Factor -- Store factor to linked data value (useful e.g. for scale).
|
|
428
|
+
:type type: typing.Any
|
|
465
429
|
"""
|
|
466
430
|
|
|
467
431
|
...
|
|
468
432
|
|
|
469
433
|
def reloadtranslation(
|
|
470
|
-
override_context: typing.
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
474
|
-
undo: typing.Optional[bool] = None,
|
|
434
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
435
|
+
execution_context: typing.Union[str, int] = None,
|
|
436
|
+
undo: bool = None,
|
|
475
437
|
):
|
|
476
438
|
"""Force a full reload of UI translation
|
|
477
439
|
|
|
478
|
-
:type override_context: typing.
|
|
479
|
-
:type execution_context: typing.
|
|
480
|
-
:type undo:
|
|
440
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
441
|
+
:type execution_context: typing.Union[str, int]
|
|
442
|
+
:type undo: bool
|
|
481
443
|
"""
|
|
482
444
|
|
|
483
445
|
...
|
|
484
446
|
|
|
485
447
|
def reset_default_button(
|
|
486
|
-
override_context: typing.
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
undo: typing.Optional[bool] = None,
|
|
491
|
-
*,
|
|
492
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
448
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
449
|
+
execution_context: typing.Union[str, int] = None,
|
|
450
|
+
undo: bool = None,
|
|
451
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
493
452
|
):
|
|
494
453
|
"""Reset this property's value to its default value
|
|
495
454
|
|
|
496
|
-
:type override_context: typing.
|
|
497
|
-
:type execution_context: typing.
|
|
498
|
-
:type undo:
|
|
455
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
456
|
+
:type execution_context: typing.Union[str, int]
|
|
457
|
+
:type undo: bool
|
|
499
458
|
:param all: All, Reset to default values all elements of the array
|
|
500
|
-
:type all: typing.
|
|
459
|
+
:type all: typing.Union[bool, typing.Any]
|
|
501
460
|
"""
|
|
502
461
|
|
|
503
462
|
...
|
|
504
463
|
|
|
505
464
|
def unset_property_button(
|
|
506
|
-
override_context: typing.
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
510
|
-
undo: typing.Optional[bool] = None,
|
|
465
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
466
|
+
execution_context: typing.Union[str, int] = None,
|
|
467
|
+
undo: bool = None,
|
|
511
468
|
):
|
|
512
469
|
"""Clear the property and use default or generated value in operators
|
|
513
470
|
|
|
514
|
-
:type override_context: typing.
|
|
515
|
-
:type execution_context: typing.
|
|
516
|
-
:type undo:
|
|
471
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
472
|
+
:type execution_context: typing.Union[str, int]
|
|
473
|
+
:type undo: bool
|
|
517
474
|
"""
|
|
518
475
|
|
|
519
476
|
...
|
|
520
477
|
|
|
521
478
|
def view_drop(
|
|
522
|
-
override_context: typing.
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
526
|
-
undo: typing.Optional[bool] = None,
|
|
479
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
480
|
+
execution_context: typing.Union[str, int] = None,
|
|
481
|
+
undo: bool = None,
|
|
527
482
|
):
|
|
528
483
|
"""Drag and drop onto a data-set or item within the data-set
|
|
529
484
|
|
|
530
|
-
:type override_context: typing.
|
|
531
|
-
:type execution_context: typing.
|
|
532
|
-
:type undo:
|
|
485
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
486
|
+
:type execution_context: typing.Union[str, int]
|
|
487
|
+
:type undo: bool
|
|
533
488
|
"""
|
|
534
489
|
|
|
535
490
|
...
|
|
536
491
|
|
|
537
492
|
def view_item_rename(
|
|
538
|
-
override_context: typing.
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
542
|
-
undo: typing.Optional[bool] = None,
|
|
493
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
494
|
+
execution_context: typing.Union[str, int] = None,
|
|
495
|
+
undo: bool = None,
|
|
543
496
|
):
|
|
544
497
|
"""Rename the active item in the data-set view
|
|
545
498
|
|
|
546
|
-
:type override_context: typing.
|
|
547
|
-
:type execution_context: typing.
|
|
548
|
-
:type undo:
|
|
499
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
500
|
+
:type execution_context: typing.Union[str, int]
|
|
501
|
+
:type undo: bool
|
|
549
502
|
"""
|
|
550
503
|
|
|
551
504
|
...
|
|
552
505
|
|
|
553
506
|
def view_start_filter(
|
|
554
|
-
override_context: typing.
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
558
|
-
undo: typing.Optional[bool] = None,
|
|
507
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
508
|
+
execution_context: typing.Union[str, int] = None,
|
|
509
|
+
undo: bool = None,
|
|
559
510
|
):
|
|
560
511
|
"""Start entering filter text for the data-set in focus
|
|
561
512
|
|
|
562
|
-
:type override_context: typing.
|
|
563
|
-
:type execution_context: typing.
|
|
564
|
-
:type undo:
|
|
513
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
514
|
+
:type execution_context: typing.Union[str, int]
|
|
515
|
+
:type undo: bool
|
|
565
516
|
"""
|
|
566
517
|
|
|
567
518
|
...
|