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
|
@@ -1,472 +1,1614 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
|
-
import bl_ui.space_toolsystem_common
|
|
4
2
|
import bpy_types
|
|
5
3
|
|
|
6
4
|
GenericType = typing.TypeVar("GenericType")
|
|
7
5
|
|
|
8
|
-
class IMAGE_PT_tools_active(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
bpy_types._GenericUI,
|
|
12
|
-
):
|
|
6
|
+
class IMAGE_PT_tools_active(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
13
9
|
bl_label: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
14
12
|
bl_options: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
15
15
|
bl_region_type: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
16
18
|
bl_rna: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
17
21
|
bl_space_type: typing.Any
|
|
22
|
+
""" """
|
|
23
|
+
|
|
18
24
|
id_data: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
19
27
|
keymap_prefix: typing.Any
|
|
28
|
+
""" """
|
|
29
|
+
|
|
20
30
|
tool_fallback_id: typing.Any
|
|
31
|
+
""" """
|
|
32
|
+
|
|
33
|
+
def append(self, draw_func):
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
:param draw_func:
|
|
37
|
+
"""
|
|
38
|
+
...
|
|
39
|
+
|
|
40
|
+
def as_pointer(self):
|
|
41
|
+
""" """
|
|
42
|
+
...
|
|
43
|
+
|
|
44
|
+
def bl_rna_get_subclass(self):
|
|
45
|
+
""" """
|
|
46
|
+
...
|
|
47
|
+
|
|
48
|
+
def bl_rna_get_subclass_py(self):
|
|
49
|
+
""" """
|
|
50
|
+
...
|
|
51
|
+
|
|
52
|
+
def draw(self, context):
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
:param context:
|
|
56
|
+
"""
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
:param context:
|
|
63
|
+
:param layout:
|
|
64
|
+
:param tool:
|
|
65
|
+
:param is_horizontal_layout:
|
|
66
|
+
"""
|
|
67
|
+
...
|
|
68
|
+
|
|
69
|
+
def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
|
|
70
|
+
"""
|
|
71
|
+
|
|
72
|
+
:param context:
|
|
73
|
+
:param layout:
|
|
74
|
+
:param show_tool_icon_always:
|
|
75
|
+
:param tool_key:
|
|
76
|
+
"""
|
|
77
|
+
...
|
|
78
|
+
|
|
79
|
+
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
80
|
+
"""
|
|
81
|
+
|
|
82
|
+
:param layout:
|
|
83
|
+
:param context:
|
|
84
|
+
:param detect_layout:
|
|
85
|
+
:param scale_y:
|
|
86
|
+
"""
|
|
87
|
+
...
|
|
88
|
+
|
|
89
|
+
def draw_fallback_tool_items(self, layout, context):
|
|
90
|
+
"""
|
|
91
|
+
|
|
92
|
+
:param layout:
|
|
93
|
+
:param context:
|
|
94
|
+
"""
|
|
95
|
+
...
|
|
96
|
+
|
|
97
|
+
def draw_fallback_tool_items_for_pie_menu(self, layout, context):
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
:param layout:
|
|
101
|
+
:param context:
|
|
102
|
+
"""
|
|
103
|
+
...
|
|
104
|
+
|
|
105
|
+
def driver_add(self):
|
|
106
|
+
""" """
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
def driver_remove(self):
|
|
110
|
+
""" """
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
def get(self):
|
|
114
|
+
""" """
|
|
115
|
+
...
|
|
116
|
+
|
|
117
|
+
def id_properties_clear(self):
|
|
118
|
+
""" """
|
|
119
|
+
...
|
|
120
|
+
|
|
121
|
+
def id_properties_ensure(self):
|
|
122
|
+
""" """
|
|
123
|
+
...
|
|
124
|
+
|
|
125
|
+
def id_properties_ui(self):
|
|
126
|
+
""" """
|
|
127
|
+
...
|
|
128
|
+
|
|
129
|
+
def is_extended(self):
|
|
130
|
+
""" """
|
|
131
|
+
...
|
|
132
|
+
|
|
133
|
+
def is_property_hidden(self):
|
|
134
|
+
""" """
|
|
135
|
+
...
|
|
136
|
+
|
|
137
|
+
def is_property_overridable_library(self):
|
|
138
|
+
""" """
|
|
139
|
+
...
|
|
140
|
+
|
|
141
|
+
def is_property_readonly(self):
|
|
142
|
+
""" """
|
|
143
|
+
...
|
|
144
|
+
|
|
145
|
+
def is_property_set(self):
|
|
146
|
+
""" """
|
|
147
|
+
...
|
|
148
|
+
|
|
149
|
+
def items(self):
|
|
150
|
+
""" """
|
|
151
|
+
...
|
|
152
|
+
|
|
153
|
+
def keyframe_delete(self):
|
|
154
|
+
""" """
|
|
155
|
+
...
|
|
156
|
+
|
|
157
|
+
def keyframe_insert(self):
|
|
158
|
+
""" """
|
|
159
|
+
...
|
|
160
|
+
|
|
161
|
+
def keymap_ui_hierarchy(self, context_mode):
|
|
162
|
+
"""
|
|
163
|
+
|
|
164
|
+
:param context_mode:
|
|
165
|
+
"""
|
|
166
|
+
...
|
|
167
|
+
|
|
168
|
+
def keys(self):
|
|
169
|
+
""" """
|
|
170
|
+
...
|
|
171
|
+
|
|
172
|
+
def path_from_id(self):
|
|
173
|
+
""" """
|
|
174
|
+
...
|
|
175
|
+
|
|
176
|
+
def path_resolve(self):
|
|
177
|
+
""" """
|
|
178
|
+
...
|
|
179
|
+
|
|
180
|
+
def pop(self):
|
|
181
|
+
""" """
|
|
182
|
+
...
|
|
183
|
+
|
|
184
|
+
def prepend(self, draw_func):
|
|
185
|
+
"""
|
|
186
|
+
|
|
187
|
+
:param draw_func:
|
|
188
|
+
"""
|
|
189
|
+
...
|
|
190
|
+
|
|
191
|
+
def property_overridable_library_set(self):
|
|
192
|
+
""" """
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
def property_unset(self):
|
|
196
|
+
""" """
|
|
197
|
+
...
|
|
198
|
+
|
|
199
|
+
def register(self):
|
|
200
|
+
""" """
|
|
201
|
+
...
|
|
202
|
+
|
|
203
|
+
def register_ensure(self):
|
|
204
|
+
""" """
|
|
205
|
+
...
|
|
206
|
+
|
|
207
|
+
def remove(self, draw_func):
|
|
208
|
+
"""
|
|
209
|
+
|
|
210
|
+
:param draw_func:
|
|
211
|
+
"""
|
|
212
|
+
...
|
|
213
|
+
|
|
214
|
+
def tool_active_from_context(self, context):
|
|
215
|
+
"""
|
|
216
|
+
|
|
217
|
+
:param context:
|
|
218
|
+
"""
|
|
219
|
+
...
|
|
220
|
+
|
|
221
|
+
def tools_all(self):
|
|
222
|
+
""" """
|
|
223
|
+
...
|
|
224
|
+
|
|
225
|
+
def tools_from_context(self, context, mode):
|
|
226
|
+
"""
|
|
227
|
+
|
|
228
|
+
:param context:
|
|
229
|
+
:param mode:
|
|
230
|
+
"""
|
|
231
|
+
...
|
|
232
|
+
|
|
233
|
+
def type_recast(self):
|
|
234
|
+
""" """
|
|
235
|
+
...
|
|
236
|
+
|
|
237
|
+
def values(self):
|
|
238
|
+
""" """
|
|
239
|
+
...
|
|
240
|
+
|
|
241
|
+
class NODE_PT_tools_active(bpy_types._GenericUI):
|
|
242
|
+
""" """
|
|
21
243
|
|
|
22
|
-
def append(self, draw_func): ...
|
|
23
|
-
def as_pointer(self): ...
|
|
24
|
-
def bl_rna_get_subclass(self): ...
|
|
25
|
-
def bl_rna_get_subclass_py(self): ...
|
|
26
|
-
def draw(self, context): ...
|
|
27
|
-
def draw_active_tool_fallback(
|
|
28
|
-
self, context, layout, tool, is_horizontal_layout
|
|
29
|
-
): ...
|
|
30
|
-
def draw_active_tool_header(
|
|
31
|
-
self, context, layout, show_tool_icon_always, tool_key
|
|
32
|
-
): ...
|
|
33
|
-
def draw_cls(self, layout, context, detect_layout, scale_y): ...
|
|
34
|
-
def draw_fallback_tool_items(self, layout, context): ...
|
|
35
|
-
def draw_fallback_tool_items_for_pie_menu(self, layout, context): ...
|
|
36
|
-
def driver_add(self): ...
|
|
37
|
-
def driver_remove(self): ...
|
|
38
|
-
def get(self): ...
|
|
39
|
-
def id_properties_clear(self): ...
|
|
40
|
-
def id_properties_ensure(self): ...
|
|
41
|
-
def id_properties_ui(self): ...
|
|
42
|
-
def is_extended(self): ...
|
|
43
|
-
def is_property_hidden(self): ...
|
|
44
|
-
def is_property_overridable_library(self): ...
|
|
45
|
-
def is_property_readonly(self): ...
|
|
46
|
-
def is_property_set(self): ...
|
|
47
|
-
def items(self): ...
|
|
48
|
-
def keyframe_delete(self): ...
|
|
49
|
-
def keyframe_insert(self): ...
|
|
50
|
-
def keymap_ui_hierarchy(self, context_mode): ...
|
|
51
|
-
def keys(self): ...
|
|
52
|
-
def path_from_id(self): ...
|
|
53
|
-
def path_resolve(self): ...
|
|
54
|
-
def pop(self): ...
|
|
55
|
-
def prepend(self, draw_func): ...
|
|
56
|
-
def property_overridable_library_set(self): ...
|
|
57
|
-
def property_unset(self): ...
|
|
58
|
-
def register(self): ...
|
|
59
|
-
def register_ensure(self): ...
|
|
60
|
-
def remove(self, draw_func): ...
|
|
61
|
-
def tool_active_from_context(self, context): ...
|
|
62
|
-
def tools_all(self): ...
|
|
63
|
-
def tools_from_context(self, context, mode): ...
|
|
64
|
-
def type_recast(self): ...
|
|
65
|
-
def values(self): ...
|
|
66
|
-
|
|
67
|
-
class NODE_PT_tools_active(
|
|
68
|
-
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
69
|
-
bpy_types.Panel,
|
|
70
|
-
bpy_types._GenericUI,
|
|
71
|
-
):
|
|
72
244
|
bl_label: typing.Any
|
|
245
|
+
""" """
|
|
246
|
+
|
|
73
247
|
bl_options: typing.Any
|
|
248
|
+
""" """
|
|
249
|
+
|
|
74
250
|
bl_region_type: typing.Any
|
|
251
|
+
""" """
|
|
252
|
+
|
|
75
253
|
bl_rna: typing.Any
|
|
254
|
+
""" """
|
|
255
|
+
|
|
76
256
|
bl_space_type: typing.Any
|
|
257
|
+
""" """
|
|
258
|
+
|
|
77
259
|
id_data: typing.Any
|
|
260
|
+
""" """
|
|
261
|
+
|
|
78
262
|
keymap_prefix: typing.Any
|
|
263
|
+
""" """
|
|
264
|
+
|
|
79
265
|
tool_fallback_id: typing.Any
|
|
266
|
+
""" """
|
|
267
|
+
|
|
268
|
+
def append(self, draw_func):
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
:param draw_func:
|
|
272
|
+
"""
|
|
273
|
+
...
|
|
274
|
+
|
|
275
|
+
def as_pointer(self):
|
|
276
|
+
""" """
|
|
277
|
+
...
|
|
278
|
+
|
|
279
|
+
def bl_rna_get_subclass(self):
|
|
280
|
+
""" """
|
|
281
|
+
...
|
|
282
|
+
|
|
283
|
+
def bl_rna_get_subclass_py(self):
|
|
284
|
+
""" """
|
|
285
|
+
...
|
|
286
|
+
|
|
287
|
+
def draw(self, context):
|
|
288
|
+
"""
|
|
289
|
+
|
|
290
|
+
:param context:
|
|
291
|
+
"""
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
|
|
295
|
+
"""
|
|
296
|
+
|
|
297
|
+
:param context:
|
|
298
|
+
:param layout:
|
|
299
|
+
:param tool:
|
|
300
|
+
:param is_horizontal_layout:
|
|
301
|
+
"""
|
|
302
|
+
...
|
|
303
|
+
|
|
304
|
+
def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
|
|
305
|
+
"""
|
|
306
|
+
|
|
307
|
+
:param context:
|
|
308
|
+
:param layout:
|
|
309
|
+
:param show_tool_icon_always:
|
|
310
|
+
:param tool_key:
|
|
311
|
+
"""
|
|
312
|
+
...
|
|
313
|
+
|
|
314
|
+
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
315
|
+
"""
|
|
316
|
+
|
|
317
|
+
:param layout:
|
|
318
|
+
:param context:
|
|
319
|
+
:param detect_layout:
|
|
320
|
+
:param scale_y:
|
|
321
|
+
"""
|
|
322
|
+
...
|
|
323
|
+
|
|
324
|
+
def draw_fallback_tool_items(self, layout, context):
|
|
325
|
+
"""
|
|
326
|
+
|
|
327
|
+
:param layout:
|
|
328
|
+
:param context:
|
|
329
|
+
"""
|
|
330
|
+
...
|
|
331
|
+
|
|
332
|
+
def draw_fallback_tool_items_for_pie_menu(self, layout, context):
|
|
333
|
+
"""
|
|
334
|
+
|
|
335
|
+
:param layout:
|
|
336
|
+
:param context:
|
|
337
|
+
"""
|
|
338
|
+
...
|
|
339
|
+
|
|
340
|
+
def driver_add(self):
|
|
341
|
+
""" """
|
|
342
|
+
...
|
|
343
|
+
|
|
344
|
+
def driver_remove(self):
|
|
345
|
+
""" """
|
|
346
|
+
...
|
|
347
|
+
|
|
348
|
+
def get(self):
|
|
349
|
+
""" """
|
|
350
|
+
...
|
|
351
|
+
|
|
352
|
+
def id_properties_clear(self):
|
|
353
|
+
""" """
|
|
354
|
+
...
|
|
355
|
+
|
|
356
|
+
def id_properties_ensure(self):
|
|
357
|
+
""" """
|
|
358
|
+
...
|
|
359
|
+
|
|
360
|
+
def id_properties_ui(self):
|
|
361
|
+
""" """
|
|
362
|
+
...
|
|
363
|
+
|
|
364
|
+
def is_extended(self):
|
|
365
|
+
""" """
|
|
366
|
+
...
|
|
367
|
+
|
|
368
|
+
def is_property_hidden(self):
|
|
369
|
+
""" """
|
|
370
|
+
...
|
|
371
|
+
|
|
372
|
+
def is_property_overridable_library(self):
|
|
373
|
+
""" """
|
|
374
|
+
...
|
|
375
|
+
|
|
376
|
+
def is_property_readonly(self):
|
|
377
|
+
""" """
|
|
378
|
+
...
|
|
379
|
+
|
|
380
|
+
def is_property_set(self):
|
|
381
|
+
""" """
|
|
382
|
+
...
|
|
383
|
+
|
|
384
|
+
def items(self):
|
|
385
|
+
""" """
|
|
386
|
+
...
|
|
387
|
+
|
|
388
|
+
def keyframe_delete(self):
|
|
389
|
+
""" """
|
|
390
|
+
...
|
|
391
|
+
|
|
392
|
+
def keyframe_insert(self):
|
|
393
|
+
""" """
|
|
394
|
+
...
|
|
395
|
+
|
|
396
|
+
def keymap_ui_hierarchy(self, context_mode):
|
|
397
|
+
"""
|
|
398
|
+
|
|
399
|
+
:param context_mode:
|
|
400
|
+
"""
|
|
401
|
+
...
|
|
402
|
+
|
|
403
|
+
def keys(self):
|
|
404
|
+
""" """
|
|
405
|
+
...
|
|
406
|
+
|
|
407
|
+
def path_from_id(self):
|
|
408
|
+
""" """
|
|
409
|
+
...
|
|
410
|
+
|
|
411
|
+
def path_resolve(self):
|
|
412
|
+
""" """
|
|
413
|
+
...
|
|
414
|
+
|
|
415
|
+
def pop(self):
|
|
416
|
+
""" """
|
|
417
|
+
...
|
|
418
|
+
|
|
419
|
+
def prepend(self, draw_func):
|
|
420
|
+
"""
|
|
421
|
+
|
|
422
|
+
:param draw_func:
|
|
423
|
+
"""
|
|
424
|
+
...
|
|
425
|
+
|
|
426
|
+
def property_overridable_library_set(self):
|
|
427
|
+
""" """
|
|
428
|
+
...
|
|
429
|
+
|
|
430
|
+
def property_unset(self):
|
|
431
|
+
""" """
|
|
432
|
+
...
|
|
433
|
+
|
|
434
|
+
def register(self):
|
|
435
|
+
""" """
|
|
436
|
+
...
|
|
437
|
+
|
|
438
|
+
def register_ensure(self):
|
|
439
|
+
""" """
|
|
440
|
+
...
|
|
441
|
+
|
|
442
|
+
def remove(self, draw_func):
|
|
443
|
+
"""
|
|
444
|
+
|
|
445
|
+
:param draw_func:
|
|
446
|
+
"""
|
|
447
|
+
...
|
|
448
|
+
|
|
449
|
+
def tool_active_from_context(self, context):
|
|
450
|
+
"""
|
|
451
|
+
|
|
452
|
+
:param context:
|
|
453
|
+
"""
|
|
454
|
+
...
|
|
455
|
+
|
|
456
|
+
def tools_all(self):
|
|
457
|
+
""" """
|
|
458
|
+
...
|
|
459
|
+
|
|
460
|
+
def tools_from_context(self, context, mode):
|
|
461
|
+
"""
|
|
462
|
+
|
|
463
|
+
:param context:
|
|
464
|
+
:param mode:
|
|
465
|
+
"""
|
|
466
|
+
...
|
|
467
|
+
|
|
468
|
+
def type_recast(self):
|
|
469
|
+
""" """
|
|
470
|
+
...
|
|
471
|
+
|
|
472
|
+
def values(self):
|
|
473
|
+
""" """
|
|
474
|
+
...
|
|
475
|
+
|
|
476
|
+
class SEQUENCER_PT_tools_active(bpy_types._GenericUI):
|
|
477
|
+
""" """
|
|
80
478
|
|
|
81
|
-
def append(self, draw_func): ...
|
|
82
|
-
def as_pointer(self): ...
|
|
83
|
-
def bl_rna_get_subclass(self): ...
|
|
84
|
-
def bl_rna_get_subclass_py(self): ...
|
|
85
|
-
def draw(self, context): ...
|
|
86
|
-
def draw_active_tool_fallback(
|
|
87
|
-
self, context, layout, tool, is_horizontal_layout
|
|
88
|
-
): ...
|
|
89
|
-
def draw_active_tool_header(
|
|
90
|
-
self, context, layout, show_tool_icon_always, tool_key
|
|
91
|
-
): ...
|
|
92
|
-
def draw_cls(self, layout, context, detect_layout, scale_y): ...
|
|
93
|
-
def draw_fallback_tool_items(self, layout, context): ...
|
|
94
|
-
def draw_fallback_tool_items_for_pie_menu(self, layout, context): ...
|
|
95
|
-
def driver_add(self): ...
|
|
96
|
-
def driver_remove(self): ...
|
|
97
|
-
def get(self): ...
|
|
98
|
-
def id_properties_clear(self): ...
|
|
99
|
-
def id_properties_ensure(self): ...
|
|
100
|
-
def id_properties_ui(self): ...
|
|
101
|
-
def is_extended(self): ...
|
|
102
|
-
def is_property_hidden(self): ...
|
|
103
|
-
def is_property_overridable_library(self): ...
|
|
104
|
-
def is_property_readonly(self): ...
|
|
105
|
-
def is_property_set(self): ...
|
|
106
|
-
def items(self): ...
|
|
107
|
-
def keyframe_delete(self): ...
|
|
108
|
-
def keyframe_insert(self): ...
|
|
109
|
-
def keymap_ui_hierarchy(self, context_mode): ...
|
|
110
|
-
def keys(self): ...
|
|
111
|
-
def path_from_id(self): ...
|
|
112
|
-
def path_resolve(self): ...
|
|
113
|
-
def pop(self): ...
|
|
114
|
-
def prepend(self, draw_func): ...
|
|
115
|
-
def property_overridable_library_set(self): ...
|
|
116
|
-
def property_unset(self): ...
|
|
117
|
-
def register(self): ...
|
|
118
|
-
def register_ensure(self): ...
|
|
119
|
-
def remove(self, draw_func): ...
|
|
120
|
-
def tool_active_from_context(self, context): ...
|
|
121
|
-
def tools_all(self): ...
|
|
122
|
-
def tools_from_context(self, context, mode): ...
|
|
123
|
-
def type_recast(self): ...
|
|
124
|
-
def values(self): ...
|
|
125
|
-
|
|
126
|
-
class SEQUENCER_PT_tools_active(
|
|
127
|
-
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
128
|
-
bpy_types.Panel,
|
|
129
|
-
bpy_types._GenericUI,
|
|
130
|
-
):
|
|
131
479
|
bl_label: typing.Any
|
|
480
|
+
""" """
|
|
481
|
+
|
|
132
482
|
bl_options: typing.Any
|
|
483
|
+
""" """
|
|
484
|
+
|
|
133
485
|
bl_region_type: typing.Any
|
|
486
|
+
""" """
|
|
487
|
+
|
|
134
488
|
bl_rna: typing.Any
|
|
489
|
+
""" """
|
|
490
|
+
|
|
135
491
|
bl_space_type: typing.Any
|
|
492
|
+
""" """
|
|
493
|
+
|
|
136
494
|
id_data: typing.Any
|
|
495
|
+
""" """
|
|
496
|
+
|
|
137
497
|
keymap_prefix: typing.Any
|
|
498
|
+
""" """
|
|
499
|
+
|
|
138
500
|
tool_fallback_id: typing.Any
|
|
501
|
+
""" """
|
|
502
|
+
|
|
503
|
+
def append(self, draw_func):
|
|
504
|
+
"""
|
|
505
|
+
|
|
506
|
+
:param draw_func:
|
|
507
|
+
"""
|
|
508
|
+
...
|
|
509
|
+
|
|
510
|
+
def as_pointer(self):
|
|
511
|
+
""" """
|
|
512
|
+
...
|
|
513
|
+
|
|
514
|
+
def bl_rna_get_subclass(self):
|
|
515
|
+
""" """
|
|
516
|
+
...
|
|
517
|
+
|
|
518
|
+
def bl_rna_get_subclass_py(self):
|
|
519
|
+
""" """
|
|
520
|
+
...
|
|
521
|
+
|
|
522
|
+
def draw(self, context):
|
|
523
|
+
"""
|
|
524
|
+
|
|
525
|
+
:param context:
|
|
526
|
+
"""
|
|
527
|
+
...
|
|
528
|
+
|
|
529
|
+
def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
|
|
530
|
+
"""
|
|
531
|
+
|
|
532
|
+
:param context:
|
|
533
|
+
:param layout:
|
|
534
|
+
:param tool:
|
|
535
|
+
:param is_horizontal_layout:
|
|
536
|
+
"""
|
|
537
|
+
...
|
|
538
|
+
|
|
539
|
+
def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
|
|
540
|
+
"""
|
|
541
|
+
|
|
542
|
+
:param context:
|
|
543
|
+
:param layout:
|
|
544
|
+
:param show_tool_icon_always:
|
|
545
|
+
:param tool_key:
|
|
546
|
+
"""
|
|
547
|
+
...
|
|
548
|
+
|
|
549
|
+
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
550
|
+
"""
|
|
551
|
+
|
|
552
|
+
:param layout:
|
|
553
|
+
:param context:
|
|
554
|
+
:param detect_layout:
|
|
555
|
+
:param scale_y:
|
|
556
|
+
"""
|
|
557
|
+
...
|
|
558
|
+
|
|
559
|
+
def draw_fallback_tool_items(self, layout, context):
|
|
560
|
+
"""
|
|
561
|
+
|
|
562
|
+
:param layout:
|
|
563
|
+
:param context:
|
|
564
|
+
"""
|
|
565
|
+
...
|
|
566
|
+
|
|
567
|
+
def draw_fallback_tool_items_for_pie_menu(self, layout, context):
|
|
568
|
+
"""
|
|
569
|
+
|
|
570
|
+
:param layout:
|
|
571
|
+
:param context:
|
|
572
|
+
"""
|
|
573
|
+
...
|
|
574
|
+
|
|
575
|
+
def driver_add(self):
|
|
576
|
+
""" """
|
|
577
|
+
...
|
|
578
|
+
|
|
579
|
+
def driver_remove(self):
|
|
580
|
+
""" """
|
|
581
|
+
...
|
|
582
|
+
|
|
583
|
+
def get(self):
|
|
584
|
+
""" """
|
|
585
|
+
...
|
|
586
|
+
|
|
587
|
+
def id_properties_clear(self):
|
|
588
|
+
""" """
|
|
589
|
+
...
|
|
590
|
+
|
|
591
|
+
def id_properties_ensure(self):
|
|
592
|
+
""" """
|
|
593
|
+
...
|
|
594
|
+
|
|
595
|
+
def id_properties_ui(self):
|
|
596
|
+
""" """
|
|
597
|
+
...
|
|
598
|
+
|
|
599
|
+
def is_extended(self):
|
|
600
|
+
""" """
|
|
601
|
+
...
|
|
602
|
+
|
|
603
|
+
def is_property_hidden(self):
|
|
604
|
+
""" """
|
|
605
|
+
...
|
|
606
|
+
|
|
607
|
+
def is_property_overridable_library(self):
|
|
608
|
+
""" """
|
|
609
|
+
...
|
|
610
|
+
|
|
611
|
+
def is_property_readonly(self):
|
|
612
|
+
""" """
|
|
613
|
+
...
|
|
614
|
+
|
|
615
|
+
def is_property_set(self):
|
|
616
|
+
""" """
|
|
617
|
+
...
|
|
618
|
+
|
|
619
|
+
def items(self):
|
|
620
|
+
""" """
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
def keyframe_delete(self):
|
|
624
|
+
""" """
|
|
625
|
+
...
|
|
626
|
+
|
|
627
|
+
def keyframe_insert(self):
|
|
628
|
+
""" """
|
|
629
|
+
...
|
|
630
|
+
|
|
631
|
+
def keymap_ui_hierarchy(self, context_mode):
|
|
632
|
+
"""
|
|
633
|
+
|
|
634
|
+
:param context_mode:
|
|
635
|
+
"""
|
|
636
|
+
...
|
|
637
|
+
|
|
638
|
+
def keys(self):
|
|
639
|
+
""" """
|
|
640
|
+
...
|
|
641
|
+
|
|
642
|
+
def path_from_id(self):
|
|
643
|
+
""" """
|
|
644
|
+
...
|
|
645
|
+
|
|
646
|
+
def path_resolve(self):
|
|
647
|
+
""" """
|
|
648
|
+
...
|
|
649
|
+
|
|
650
|
+
def pop(self):
|
|
651
|
+
""" """
|
|
652
|
+
...
|
|
653
|
+
|
|
654
|
+
def prepend(self, draw_func):
|
|
655
|
+
"""
|
|
656
|
+
|
|
657
|
+
:param draw_func:
|
|
658
|
+
"""
|
|
659
|
+
...
|
|
660
|
+
|
|
661
|
+
def property_overridable_library_set(self):
|
|
662
|
+
""" """
|
|
663
|
+
...
|
|
664
|
+
|
|
665
|
+
def property_unset(self):
|
|
666
|
+
""" """
|
|
667
|
+
...
|
|
668
|
+
|
|
669
|
+
def register(self):
|
|
670
|
+
""" """
|
|
671
|
+
...
|
|
672
|
+
|
|
673
|
+
def register_ensure(self):
|
|
674
|
+
""" """
|
|
675
|
+
...
|
|
676
|
+
|
|
677
|
+
def remove(self, draw_func):
|
|
678
|
+
"""
|
|
679
|
+
|
|
680
|
+
:param draw_func:
|
|
681
|
+
"""
|
|
682
|
+
...
|
|
683
|
+
|
|
684
|
+
def tool_active_from_context(self, context):
|
|
685
|
+
"""
|
|
686
|
+
|
|
687
|
+
:param context:
|
|
688
|
+
"""
|
|
689
|
+
...
|
|
690
|
+
|
|
691
|
+
def tools_all(self):
|
|
692
|
+
""" """
|
|
693
|
+
...
|
|
694
|
+
|
|
695
|
+
def tools_from_context(self, context, mode):
|
|
696
|
+
"""
|
|
697
|
+
|
|
698
|
+
:param context:
|
|
699
|
+
:param mode:
|
|
700
|
+
"""
|
|
701
|
+
...
|
|
702
|
+
|
|
703
|
+
def type_recast(self):
|
|
704
|
+
""" """
|
|
705
|
+
...
|
|
706
|
+
|
|
707
|
+
def values(self):
|
|
708
|
+
""" """
|
|
709
|
+
...
|
|
710
|
+
|
|
711
|
+
class VIEW3D_PT_tools_active(bpy_types._GenericUI):
|
|
712
|
+
""" """
|
|
139
713
|
|
|
140
|
-
def append(self, draw_func): ...
|
|
141
|
-
def as_pointer(self): ...
|
|
142
|
-
def bl_rna_get_subclass(self): ...
|
|
143
|
-
def bl_rna_get_subclass_py(self): ...
|
|
144
|
-
def draw(self, context): ...
|
|
145
|
-
def draw_active_tool_fallback(
|
|
146
|
-
self, context, layout, tool, is_horizontal_layout
|
|
147
|
-
): ...
|
|
148
|
-
def draw_active_tool_header(
|
|
149
|
-
self, context, layout, show_tool_icon_always, tool_key
|
|
150
|
-
): ...
|
|
151
|
-
def draw_cls(self, layout, context, detect_layout, scale_y): ...
|
|
152
|
-
def draw_fallback_tool_items(self, layout, context): ...
|
|
153
|
-
def draw_fallback_tool_items_for_pie_menu(self, layout, context): ...
|
|
154
|
-
def driver_add(self): ...
|
|
155
|
-
def driver_remove(self): ...
|
|
156
|
-
def get(self): ...
|
|
157
|
-
def id_properties_clear(self): ...
|
|
158
|
-
def id_properties_ensure(self): ...
|
|
159
|
-
def id_properties_ui(self): ...
|
|
160
|
-
def is_extended(self): ...
|
|
161
|
-
def is_property_hidden(self): ...
|
|
162
|
-
def is_property_overridable_library(self): ...
|
|
163
|
-
def is_property_readonly(self): ...
|
|
164
|
-
def is_property_set(self): ...
|
|
165
|
-
def items(self): ...
|
|
166
|
-
def keyframe_delete(self): ...
|
|
167
|
-
def keyframe_insert(self): ...
|
|
168
|
-
def keymap_ui_hierarchy(self, context_mode): ...
|
|
169
|
-
def keys(self): ...
|
|
170
|
-
def path_from_id(self): ...
|
|
171
|
-
def path_resolve(self): ...
|
|
172
|
-
def pop(self): ...
|
|
173
|
-
def prepend(self, draw_func): ...
|
|
174
|
-
def property_overridable_library_set(self): ...
|
|
175
|
-
def property_unset(self): ...
|
|
176
|
-
def register(self): ...
|
|
177
|
-
def register_ensure(self): ...
|
|
178
|
-
def remove(self, draw_func): ...
|
|
179
|
-
def tool_active_from_context(self, context): ...
|
|
180
|
-
def tools_all(self): ...
|
|
181
|
-
def tools_from_context(self, context, mode): ...
|
|
182
|
-
def type_recast(self): ...
|
|
183
|
-
def values(self): ...
|
|
184
|
-
|
|
185
|
-
class VIEW3D_PT_tools_active(
|
|
186
|
-
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
187
|
-
bpy_types.Panel,
|
|
188
|
-
bpy_types._GenericUI,
|
|
189
|
-
):
|
|
190
714
|
bl_label: typing.Any
|
|
715
|
+
""" """
|
|
716
|
+
|
|
191
717
|
bl_options: typing.Any
|
|
718
|
+
""" """
|
|
719
|
+
|
|
192
720
|
bl_region_type: typing.Any
|
|
721
|
+
""" """
|
|
722
|
+
|
|
193
723
|
bl_rna: typing.Any
|
|
724
|
+
""" """
|
|
725
|
+
|
|
194
726
|
bl_space_type: typing.Any
|
|
727
|
+
""" """
|
|
728
|
+
|
|
195
729
|
id_data: typing.Any
|
|
730
|
+
""" """
|
|
731
|
+
|
|
196
732
|
keymap_prefix: typing.Any
|
|
733
|
+
""" """
|
|
734
|
+
|
|
197
735
|
tool_fallback_id: typing.Any
|
|
736
|
+
""" """
|
|
737
|
+
|
|
738
|
+
def append(self, draw_func):
|
|
739
|
+
"""
|
|
740
|
+
|
|
741
|
+
:param draw_func:
|
|
742
|
+
"""
|
|
743
|
+
...
|
|
744
|
+
|
|
745
|
+
def as_pointer(self):
|
|
746
|
+
""" """
|
|
747
|
+
...
|
|
748
|
+
|
|
749
|
+
def bl_rna_get_subclass(self):
|
|
750
|
+
""" """
|
|
751
|
+
...
|
|
752
|
+
|
|
753
|
+
def bl_rna_get_subclass_py(self):
|
|
754
|
+
""" """
|
|
755
|
+
...
|
|
756
|
+
|
|
757
|
+
def draw(self, context):
|
|
758
|
+
"""
|
|
759
|
+
|
|
760
|
+
:param context:
|
|
761
|
+
"""
|
|
762
|
+
...
|
|
763
|
+
|
|
764
|
+
def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
|
|
765
|
+
"""
|
|
766
|
+
|
|
767
|
+
:param context:
|
|
768
|
+
:param layout:
|
|
769
|
+
:param tool:
|
|
770
|
+
:param is_horizontal_layout:
|
|
771
|
+
"""
|
|
772
|
+
...
|
|
773
|
+
|
|
774
|
+
def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
|
|
775
|
+
"""
|
|
776
|
+
|
|
777
|
+
:param context:
|
|
778
|
+
:param layout:
|
|
779
|
+
:param show_tool_icon_always:
|
|
780
|
+
:param tool_key:
|
|
781
|
+
"""
|
|
782
|
+
...
|
|
783
|
+
|
|
784
|
+
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
785
|
+
"""
|
|
786
|
+
|
|
787
|
+
:param layout:
|
|
788
|
+
:param context:
|
|
789
|
+
:param detect_layout:
|
|
790
|
+
:param scale_y:
|
|
791
|
+
"""
|
|
792
|
+
...
|
|
793
|
+
|
|
794
|
+
def draw_fallback_tool_items(self, layout, context):
|
|
795
|
+
"""
|
|
796
|
+
|
|
797
|
+
:param layout:
|
|
798
|
+
:param context:
|
|
799
|
+
"""
|
|
800
|
+
...
|
|
801
|
+
|
|
802
|
+
def draw_fallback_tool_items_for_pie_menu(self, layout, context):
|
|
803
|
+
"""
|
|
198
804
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
def
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
def
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
def id_properties_clear(self):
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
def
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
def
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
def
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
def
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
def
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
def
|
|
241
|
-
|
|
242
|
-
|
|
805
|
+
:param layout:
|
|
806
|
+
:param context:
|
|
807
|
+
"""
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
def driver_add(self):
|
|
811
|
+
""" """
|
|
812
|
+
...
|
|
813
|
+
|
|
814
|
+
def driver_remove(self):
|
|
815
|
+
""" """
|
|
816
|
+
...
|
|
817
|
+
|
|
818
|
+
def get(self):
|
|
819
|
+
""" """
|
|
820
|
+
...
|
|
821
|
+
|
|
822
|
+
def id_properties_clear(self):
|
|
823
|
+
""" """
|
|
824
|
+
...
|
|
825
|
+
|
|
826
|
+
def id_properties_ensure(self):
|
|
827
|
+
""" """
|
|
828
|
+
...
|
|
829
|
+
|
|
830
|
+
def id_properties_ui(self):
|
|
831
|
+
""" """
|
|
832
|
+
...
|
|
833
|
+
|
|
834
|
+
def is_extended(self):
|
|
835
|
+
""" """
|
|
836
|
+
...
|
|
837
|
+
|
|
838
|
+
def is_property_hidden(self):
|
|
839
|
+
""" """
|
|
840
|
+
...
|
|
841
|
+
|
|
842
|
+
def is_property_overridable_library(self):
|
|
843
|
+
""" """
|
|
844
|
+
...
|
|
845
|
+
|
|
846
|
+
def is_property_readonly(self):
|
|
847
|
+
""" """
|
|
848
|
+
...
|
|
849
|
+
|
|
850
|
+
def is_property_set(self):
|
|
851
|
+
""" """
|
|
852
|
+
...
|
|
853
|
+
|
|
854
|
+
def items(self):
|
|
855
|
+
""" """
|
|
856
|
+
...
|
|
857
|
+
|
|
858
|
+
def keyframe_delete(self):
|
|
859
|
+
""" """
|
|
860
|
+
...
|
|
861
|
+
|
|
862
|
+
def keyframe_insert(self):
|
|
863
|
+
""" """
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
def keymap_ui_hierarchy(self, context_mode):
|
|
867
|
+
"""
|
|
868
|
+
|
|
869
|
+
:param context_mode:
|
|
870
|
+
"""
|
|
871
|
+
...
|
|
872
|
+
|
|
873
|
+
def keys(self):
|
|
874
|
+
""" """
|
|
875
|
+
...
|
|
876
|
+
|
|
877
|
+
def path_from_id(self):
|
|
878
|
+
""" """
|
|
879
|
+
...
|
|
880
|
+
|
|
881
|
+
def path_resolve(self):
|
|
882
|
+
""" """
|
|
883
|
+
...
|
|
884
|
+
|
|
885
|
+
def pop(self):
|
|
886
|
+
""" """
|
|
887
|
+
...
|
|
888
|
+
|
|
889
|
+
def prepend(self, draw_func):
|
|
890
|
+
"""
|
|
891
|
+
|
|
892
|
+
:param draw_func:
|
|
893
|
+
"""
|
|
894
|
+
...
|
|
895
|
+
|
|
896
|
+
def property_overridable_library_set(self):
|
|
897
|
+
""" """
|
|
898
|
+
...
|
|
899
|
+
|
|
900
|
+
def property_unset(self):
|
|
901
|
+
""" """
|
|
902
|
+
...
|
|
903
|
+
|
|
904
|
+
def register(self):
|
|
905
|
+
""" """
|
|
906
|
+
...
|
|
907
|
+
|
|
908
|
+
def register_ensure(self):
|
|
909
|
+
""" """
|
|
910
|
+
...
|
|
911
|
+
|
|
912
|
+
def remove(self, draw_func):
|
|
913
|
+
"""
|
|
914
|
+
|
|
915
|
+
:param draw_func:
|
|
916
|
+
"""
|
|
917
|
+
...
|
|
918
|
+
|
|
919
|
+
def tool_active_from_context(self, context):
|
|
920
|
+
"""
|
|
921
|
+
|
|
922
|
+
:param context:
|
|
923
|
+
"""
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
def tools_all(self):
|
|
927
|
+
""" """
|
|
928
|
+
...
|
|
929
|
+
|
|
930
|
+
def tools_from_context(self, context, mode):
|
|
931
|
+
"""
|
|
932
|
+
|
|
933
|
+
:param context:
|
|
934
|
+
:param mode:
|
|
935
|
+
"""
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
def type_recast(self):
|
|
939
|
+
""" """
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def values(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
243
945
|
|
|
244
946
|
class _defs_annotate:
|
|
947
|
+
""" """
|
|
948
|
+
|
|
245
949
|
eraser: typing.Any
|
|
950
|
+
""" """
|
|
951
|
+
|
|
246
952
|
line: typing.Any
|
|
953
|
+
""" """
|
|
954
|
+
|
|
247
955
|
poly: typing.Any
|
|
956
|
+
""" """
|
|
957
|
+
|
|
248
958
|
scribble: typing.Any
|
|
959
|
+
""" """
|
|
249
960
|
|
|
250
|
-
def draw_settings_common(self, context, layout, tool):
|
|
961
|
+
def draw_settings_common(self, context, layout, tool):
|
|
962
|
+
"""
|
|
963
|
+
|
|
964
|
+
:param context:
|
|
965
|
+
:param layout:
|
|
966
|
+
:param tool:
|
|
967
|
+
"""
|
|
968
|
+
...
|
|
251
969
|
|
|
252
970
|
class _defs_curves_sculpt:
|
|
253
|
-
|
|
971
|
+
""" """
|
|
972
|
+
|
|
973
|
+
def generate_from_brushes(self, context):
|
|
974
|
+
"""
|
|
975
|
+
|
|
976
|
+
:param context:
|
|
977
|
+
"""
|
|
978
|
+
...
|
|
254
979
|
|
|
255
980
|
class _defs_edit_armature:
|
|
981
|
+
""" """
|
|
982
|
+
|
|
256
983
|
bone_envelope: typing.Any
|
|
984
|
+
""" """
|
|
985
|
+
|
|
257
986
|
bone_size: typing.Any
|
|
987
|
+
""" """
|
|
988
|
+
|
|
258
989
|
extrude: typing.Any
|
|
990
|
+
""" """
|
|
991
|
+
|
|
259
992
|
extrude_cursor: typing.Any
|
|
993
|
+
""" """
|
|
994
|
+
|
|
260
995
|
roll: typing.Any
|
|
996
|
+
""" """
|
|
261
997
|
|
|
262
998
|
class _defs_edit_curve:
|
|
999
|
+
""" """
|
|
1000
|
+
|
|
263
1001
|
curve_radius: typing.Any
|
|
1002
|
+
""" """
|
|
1003
|
+
|
|
264
1004
|
curve_vertex_randomize: typing.Any
|
|
1005
|
+
""" """
|
|
1006
|
+
|
|
265
1007
|
draw: typing.Any
|
|
1008
|
+
""" """
|
|
1009
|
+
|
|
266
1010
|
extrude: typing.Any
|
|
1011
|
+
""" """
|
|
1012
|
+
|
|
267
1013
|
extrude_cursor: typing.Any
|
|
1014
|
+
""" """
|
|
1015
|
+
|
|
268
1016
|
pen: typing.Any
|
|
1017
|
+
""" """
|
|
1018
|
+
|
|
269
1019
|
tilt: typing.Any
|
|
1020
|
+
""" """
|
|
270
1021
|
|
|
271
1022
|
class _defs_edit_curves:
|
|
1023
|
+
""" """
|
|
1024
|
+
|
|
272
1025
|
draw: typing.Any
|
|
1026
|
+
""" """
|
|
273
1027
|
|
|
274
1028
|
class _defs_edit_mesh:
|
|
1029
|
+
""" """
|
|
1030
|
+
|
|
275
1031
|
bevel: typing.Any
|
|
1032
|
+
""" """
|
|
1033
|
+
|
|
276
1034
|
bisect: typing.Any
|
|
1035
|
+
""" """
|
|
1036
|
+
|
|
277
1037
|
edge_slide: typing.Any
|
|
1038
|
+
""" """
|
|
1039
|
+
|
|
278
1040
|
extrude: typing.Any
|
|
1041
|
+
""" """
|
|
1042
|
+
|
|
279
1043
|
extrude_cursor: typing.Any
|
|
1044
|
+
""" """
|
|
1045
|
+
|
|
280
1046
|
extrude_individual: typing.Any
|
|
1047
|
+
""" """
|
|
1048
|
+
|
|
281
1049
|
extrude_manifold: typing.Any
|
|
1050
|
+
""" """
|
|
1051
|
+
|
|
282
1052
|
extrude_normals: typing.Any
|
|
1053
|
+
""" """
|
|
1054
|
+
|
|
283
1055
|
inset: typing.Any
|
|
1056
|
+
""" """
|
|
1057
|
+
|
|
284
1058
|
knife: typing.Any
|
|
1059
|
+
""" """
|
|
1060
|
+
|
|
285
1061
|
loopcut_slide: typing.Any
|
|
1062
|
+
""" """
|
|
1063
|
+
|
|
286
1064
|
offset_edge_loops_slide: typing.Any
|
|
1065
|
+
""" """
|
|
1066
|
+
|
|
287
1067
|
poly_build: typing.Any
|
|
1068
|
+
""" """
|
|
1069
|
+
|
|
288
1070
|
push_pull: typing.Any
|
|
1071
|
+
""" """
|
|
1072
|
+
|
|
289
1073
|
rip_edge: typing.Any
|
|
1074
|
+
""" """
|
|
1075
|
+
|
|
290
1076
|
rip_region: typing.Any
|
|
1077
|
+
""" """
|
|
1078
|
+
|
|
291
1079
|
shrink_fatten: typing.Any
|
|
1080
|
+
""" """
|
|
1081
|
+
|
|
292
1082
|
spin: typing.Any
|
|
1083
|
+
""" """
|
|
1084
|
+
|
|
293
1085
|
tosphere: typing.Any
|
|
1086
|
+
""" """
|
|
1087
|
+
|
|
294
1088
|
vert_slide: typing.Any
|
|
1089
|
+
""" """
|
|
1090
|
+
|
|
295
1091
|
vertex_randomize: typing.Any
|
|
1092
|
+
""" """
|
|
1093
|
+
|
|
296
1094
|
vertex_smooth: typing.Any
|
|
1095
|
+
""" """
|
|
297
1096
|
|
|
298
1097
|
class _defs_edit_text:
|
|
1098
|
+
""" """
|
|
1099
|
+
|
|
299
1100
|
select_text: typing.Any
|
|
1101
|
+
""" """
|
|
300
1102
|
|
|
301
1103
|
class _defs_gpencil_edit:
|
|
1104
|
+
""" """
|
|
1105
|
+
|
|
302
1106
|
bend: typing.Any
|
|
1107
|
+
""" """
|
|
1108
|
+
|
|
303
1109
|
box_select: typing.Any
|
|
1110
|
+
""" """
|
|
1111
|
+
|
|
304
1112
|
circle_select: typing.Any
|
|
1113
|
+
""" """
|
|
1114
|
+
|
|
305
1115
|
extrude: typing.Any
|
|
1116
|
+
""" """
|
|
1117
|
+
|
|
306
1118
|
interpolate: typing.Any
|
|
1119
|
+
""" """
|
|
1120
|
+
|
|
307
1121
|
lasso_select: typing.Any
|
|
1122
|
+
""" """
|
|
1123
|
+
|
|
308
1124
|
radius: typing.Any
|
|
1125
|
+
""" """
|
|
1126
|
+
|
|
309
1127
|
select: typing.Any
|
|
1128
|
+
""" """
|
|
1129
|
+
|
|
310
1130
|
shear: typing.Any
|
|
1131
|
+
""" """
|
|
1132
|
+
|
|
311
1133
|
tosphere: typing.Any
|
|
1134
|
+
""" """
|
|
1135
|
+
|
|
312
1136
|
transform_fill: typing.Any
|
|
1137
|
+
""" """
|
|
1138
|
+
|
|
1139
|
+
def is_segment(self, context):
|
|
1140
|
+
"""
|
|
313
1141
|
|
|
314
|
-
|
|
1142
|
+
:param context:
|
|
1143
|
+
"""
|
|
1144
|
+
...
|
|
315
1145
|
|
|
316
1146
|
class _defs_gpencil_paint:
|
|
1147
|
+
""" """
|
|
1148
|
+
|
|
317
1149
|
arc: typing.Any
|
|
1150
|
+
""" """
|
|
1151
|
+
|
|
318
1152
|
box: typing.Any
|
|
1153
|
+
""" """
|
|
1154
|
+
|
|
319
1155
|
circle: typing.Any
|
|
1156
|
+
""" """
|
|
1157
|
+
|
|
320
1158
|
curve: typing.Any
|
|
1159
|
+
""" """
|
|
1160
|
+
|
|
321
1161
|
cutter: typing.Any
|
|
1162
|
+
""" """
|
|
1163
|
+
|
|
322
1164
|
eyedropper: typing.Any
|
|
1165
|
+
""" """
|
|
1166
|
+
|
|
323
1167
|
interpolate: typing.Any
|
|
1168
|
+
""" """
|
|
1169
|
+
|
|
324
1170
|
line: typing.Any
|
|
1171
|
+
""" """
|
|
1172
|
+
|
|
325
1173
|
polyline: typing.Any
|
|
1174
|
+
""" """
|
|
1175
|
+
|
|
1176
|
+
def generate_from_brushes(self, context):
|
|
1177
|
+
"""
|
|
1178
|
+
|
|
1179
|
+
:param context:
|
|
1180
|
+
"""
|
|
1181
|
+
...
|
|
326
1182
|
|
|
327
|
-
def
|
|
328
|
-
|
|
1183
|
+
def gpencil_primitive_toolbar(self, context, layout, _tool, props):
|
|
1184
|
+
"""
|
|
1185
|
+
|
|
1186
|
+
:param context:
|
|
1187
|
+
:param layout:
|
|
1188
|
+
:param _tool:
|
|
1189
|
+
:param props:
|
|
1190
|
+
"""
|
|
1191
|
+
...
|
|
329
1192
|
|
|
330
1193
|
class _defs_gpencil_sculpt:
|
|
331
|
-
|
|
332
|
-
|
|
1194
|
+
""" """
|
|
1195
|
+
|
|
1196
|
+
def generate_from_brushes(self, context):
|
|
1197
|
+
"""
|
|
1198
|
+
|
|
1199
|
+
:param context:
|
|
1200
|
+
"""
|
|
1201
|
+
...
|
|
1202
|
+
|
|
1203
|
+
def poll_select_mask(self, context):
|
|
1204
|
+
"""
|
|
1205
|
+
|
|
1206
|
+
:param context:
|
|
1207
|
+
"""
|
|
1208
|
+
...
|
|
333
1209
|
|
|
334
1210
|
class _defs_gpencil_vertex:
|
|
335
|
-
|
|
336
|
-
|
|
1211
|
+
""" """
|
|
1212
|
+
|
|
1213
|
+
def generate_from_brushes(self, context):
|
|
1214
|
+
"""
|
|
1215
|
+
|
|
1216
|
+
:param context:
|
|
1217
|
+
"""
|
|
1218
|
+
...
|
|
1219
|
+
|
|
1220
|
+
def poll_select_mask(self, context):
|
|
1221
|
+
"""
|
|
1222
|
+
|
|
1223
|
+
:param context:
|
|
1224
|
+
"""
|
|
1225
|
+
...
|
|
337
1226
|
|
|
338
1227
|
class _defs_gpencil_weight:
|
|
339
|
-
|
|
1228
|
+
""" """
|
|
1229
|
+
|
|
1230
|
+
def generate_from_brushes(self, context):
|
|
1231
|
+
"""
|
|
1232
|
+
|
|
1233
|
+
:param context:
|
|
1234
|
+
"""
|
|
1235
|
+
...
|
|
340
1236
|
|
|
341
1237
|
class _defs_image_generic:
|
|
1238
|
+
""" """
|
|
1239
|
+
|
|
342
1240
|
cursor: typing.Any
|
|
1241
|
+
""" """
|
|
1242
|
+
|
|
343
1243
|
sample: typing.Any
|
|
1244
|
+
""" """
|
|
344
1245
|
|
|
345
|
-
def poll_uvedit(self, context):
|
|
1246
|
+
def poll_uvedit(self, context):
|
|
1247
|
+
"""
|
|
1248
|
+
|
|
1249
|
+
:param context:
|
|
1250
|
+
"""
|
|
1251
|
+
...
|
|
346
1252
|
|
|
347
1253
|
class _defs_image_uv_edit:
|
|
1254
|
+
""" """
|
|
1255
|
+
|
|
348
1256
|
rip_region: typing.Any
|
|
1257
|
+
""" """
|
|
349
1258
|
|
|
350
1259
|
class _defs_image_uv_sculpt:
|
|
351
|
-
|
|
1260
|
+
""" """
|
|
1261
|
+
|
|
1262
|
+
def generate_from_brushes(self, context):
|
|
1263
|
+
"""
|
|
1264
|
+
|
|
1265
|
+
:param context:
|
|
1266
|
+
"""
|
|
1267
|
+
...
|
|
352
1268
|
|
|
353
1269
|
class _defs_image_uv_select:
|
|
1270
|
+
""" """
|
|
1271
|
+
|
|
354
1272
|
box: typing.Any
|
|
1273
|
+
""" """
|
|
1274
|
+
|
|
355
1275
|
circle: typing.Any
|
|
1276
|
+
""" """
|
|
1277
|
+
|
|
356
1278
|
lasso: typing.Any
|
|
1279
|
+
""" """
|
|
1280
|
+
|
|
357
1281
|
select: typing.Any
|
|
1282
|
+
""" """
|
|
358
1283
|
|
|
359
1284
|
class _defs_image_uv_transform:
|
|
1285
|
+
""" """
|
|
1286
|
+
|
|
360
1287
|
rotate: typing.Any
|
|
1288
|
+
""" """
|
|
1289
|
+
|
|
361
1290
|
scale: typing.Any
|
|
1291
|
+
""" """
|
|
1292
|
+
|
|
362
1293
|
transform: typing.Any
|
|
1294
|
+
""" """
|
|
1295
|
+
|
|
363
1296
|
translate: typing.Any
|
|
1297
|
+
""" """
|
|
364
1298
|
|
|
365
1299
|
class _defs_node_edit:
|
|
1300
|
+
""" """
|
|
1301
|
+
|
|
366
1302
|
links_cut: typing.Any
|
|
1303
|
+
""" """
|
|
367
1304
|
|
|
368
1305
|
class _defs_node_select:
|
|
1306
|
+
""" """
|
|
1307
|
+
|
|
369
1308
|
box: typing.Any
|
|
1309
|
+
""" """
|
|
1310
|
+
|
|
370
1311
|
circle: typing.Any
|
|
1312
|
+
""" """
|
|
1313
|
+
|
|
371
1314
|
lasso: typing.Any
|
|
1315
|
+
""" """
|
|
1316
|
+
|
|
372
1317
|
select: typing.Any
|
|
1318
|
+
""" """
|
|
373
1319
|
|
|
374
1320
|
class _defs_paint_grease_pencil:
|
|
1321
|
+
""" """
|
|
1322
|
+
|
|
375
1323
|
draw: typing.Any
|
|
1324
|
+
""" """
|
|
1325
|
+
|
|
376
1326
|
erase: typing.Any
|
|
1327
|
+
""" """
|
|
377
1328
|
|
|
378
1329
|
class _defs_particle:
|
|
379
|
-
|
|
1330
|
+
""" """
|
|
1331
|
+
|
|
1332
|
+
def generate_from_brushes(self, context):
|
|
1333
|
+
"""
|
|
1334
|
+
|
|
1335
|
+
:param context:
|
|
1336
|
+
"""
|
|
1337
|
+
...
|
|
380
1338
|
|
|
381
1339
|
class _defs_pose:
|
|
1340
|
+
""" """
|
|
1341
|
+
|
|
382
1342
|
breakdown: typing.Any
|
|
1343
|
+
""" """
|
|
1344
|
+
|
|
383
1345
|
push: typing.Any
|
|
1346
|
+
""" """
|
|
1347
|
+
|
|
384
1348
|
relax: typing.Any
|
|
1349
|
+
""" """
|
|
385
1350
|
|
|
386
1351
|
class _defs_sculpt:
|
|
1352
|
+
""" """
|
|
1353
|
+
|
|
387
1354
|
cloth_filter: typing.Any
|
|
1355
|
+
""" """
|
|
1356
|
+
|
|
388
1357
|
color_filter: typing.Any
|
|
1358
|
+
""" """
|
|
1359
|
+
|
|
389
1360
|
face_set_box: typing.Any
|
|
1361
|
+
""" """
|
|
1362
|
+
|
|
390
1363
|
face_set_edit: typing.Any
|
|
1364
|
+
""" """
|
|
1365
|
+
|
|
391
1366
|
face_set_lasso: typing.Any
|
|
1367
|
+
""" """
|
|
1368
|
+
|
|
392
1369
|
hide_border: typing.Any
|
|
1370
|
+
""" """
|
|
1371
|
+
|
|
1372
|
+
hide_lasso: typing.Any
|
|
1373
|
+
""" """
|
|
1374
|
+
|
|
393
1375
|
mask_border: typing.Any
|
|
1376
|
+
""" """
|
|
1377
|
+
|
|
394
1378
|
mask_by_color: typing.Any
|
|
1379
|
+
""" """
|
|
1380
|
+
|
|
395
1381
|
mask_lasso: typing.Any
|
|
1382
|
+
""" """
|
|
1383
|
+
|
|
396
1384
|
mask_line: typing.Any
|
|
1385
|
+
""" """
|
|
1386
|
+
|
|
397
1387
|
mesh_filter: typing.Any
|
|
1388
|
+
""" """
|
|
1389
|
+
|
|
398
1390
|
project_line: typing.Any
|
|
1391
|
+
""" """
|
|
1392
|
+
|
|
399
1393
|
trim_box: typing.Any
|
|
1394
|
+
""" """
|
|
1395
|
+
|
|
400
1396
|
trim_lasso: typing.Any
|
|
1397
|
+
""" """
|
|
401
1398
|
|
|
402
|
-
def generate_from_brushes(self, context):
|
|
1399
|
+
def generate_from_brushes(self, context):
|
|
1400
|
+
"""
|
|
1401
|
+
|
|
1402
|
+
:param context:
|
|
1403
|
+
"""
|
|
1404
|
+
...
|
|
403
1405
|
|
|
404
1406
|
class _defs_sequencer_generic:
|
|
1407
|
+
""" """
|
|
1408
|
+
|
|
405
1409
|
blade: typing.Any
|
|
1410
|
+
""" """
|
|
1411
|
+
|
|
406
1412
|
cursor: typing.Any
|
|
1413
|
+
""" """
|
|
1414
|
+
|
|
407
1415
|
rotate: typing.Any
|
|
1416
|
+
""" """
|
|
1417
|
+
|
|
408
1418
|
sample: typing.Any
|
|
1419
|
+
""" """
|
|
1420
|
+
|
|
409
1421
|
scale: typing.Any
|
|
1422
|
+
""" """
|
|
1423
|
+
|
|
410
1424
|
transform: typing.Any
|
|
1425
|
+
""" """
|
|
1426
|
+
|
|
411
1427
|
translate: typing.Any
|
|
1428
|
+
""" """
|
|
412
1429
|
|
|
413
1430
|
class _defs_sequencer_select:
|
|
1431
|
+
""" """
|
|
1432
|
+
|
|
414
1433
|
box: typing.Any
|
|
1434
|
+
""" """
|
|
1435
|
+
|
|
415
1436
|
select: typing.Any
|
|
1437
|
+
""" """
|
|
416
1438
|
|
|
417
1439
|
class _defs_texture_paint:
|
|
418
|
-
|
|
419
|
-
|
|
1440
|
+
""" """
|
|
1441
|
+
|
|
1442
|
+
def generate_from_brushes(self, context):
|
|
1443
|
+
"""
|
|
1444
|
+
|
|
1445
|
+
:param context:
|
|
1446
|
+
"""
|
|
1447
|
+
...
|
|
1448
|
+
|
|
1449
|
+
def poll_select_mask(self, context):
|
|
1450
|
+
"""
|
|
1451
|
+
|
|
1452
|
+
:param context:
|
|
1453
|
+
"""
|
|
1454
|
+
...
|
|
420
1455
|
|
|
421
1456
|
class _defs_transform:
|
|
1457
|
+
""" """
|
|
1458
|
+
|
|
422
1459
|
bend: typing.Any
|
|
1460
|
+
""" """
|
|
1461
|
+
|
|
423
1462
|
rotate: typing.Any
|
|
1463
|
+
""" """
|
|
1464
|
+
|
|
424
1465
|
scale: typing.Any
|
|
1466
|
+
""" """
|
|
1467
|
+
|
|
425
1468
|
scale_cage: typing.Any
|
|
1469
|
+
""" """
|
|
1470
|
+
|
|
426
1471
|
shear: typing.Any
|
|
1472
|
+
""" """
|
|
1473
|
+
|
|
427
1474
|
transform: typing.Any
|
|
1475
|
+
""" """
|
|
1476
|
+
|
|
428
1477
|
translate: typing.Any
|
|
1478
|
+
""" """
|
|
1479
|
+
|
|
1480
|
+
def draw_transform_sculpt_tool_settings(self, context, layout):
|
|
1481
|
+
"""
|
|
429
1482
|
|
|
430
|
-
|
|
1483
|
+
:param context:
|
|
1484
|
+
:param layout:
|
|
1485
|
+
"""
|
|
1486
|
+
...
|
|
431
1487
|
|
|
432
1488
|
class _defs_vertex_paint:
|
|
433
|
-
|
|
434
|
-
|
|
1489
|
+
""" """
|
|
1490
|
+
|
|
1491
|
+
def generate_from_brushes(self, context):
|
|
1492
|
+
"""
|
|
1493
|
+
|
|
1494
|
+
:param context:
|
|
1495
|
+
"""
|
|
1496
|
+
...
|
|
1497
|
+
|
|
1498
|
+
def poll_select_mask(self, context):
|
|
1499
|
+
"""
|
|
1500
|
+
|
|
1501
|
+
:param context:
|
|
1502
|
+
"""
|
|
1503
|
+
...
|
|
435
1504
|
|
|
436
1505
|
class _defs_view3d_add:
|
|
1506
|
+
""" """
|
|
1507
|
+
|
|
437
1508
|
cone_add: typing.Any
|
|
1509
|
+
""" """
|
|
1510
|
+
|
|
438
1511
|
cube_add: typing.Any
|
|
1512
|
+
""" """
|
|
1513
|
+
|
|
439
1514
|
cylinder_add: typing.Any
|
|
1515
|
+
""" """
|
|
1516
|
+
|
|
440
1517
|
ico_sphere_add: typing.Any
|
|
1518
|
+
""" """
|
|
1519
|
+
|
|
441
1520
|
uv_sphere_add: typing.Any
|
|
1521
|
+
""" """
|
|
1522
|
+
|
|
1523
|
+
def description_interactive_add(self, context, _item, _km, prefix):
|
|
1524
|
+
"""
|
|
1525
|
+
|
|
1526
|
+
:param context:
|
|
1527
|
+
:param _item:
|
|
1528
|
+
:param _km:
|
|
1529
|
+
:param prefix:
|
|
1530
|
+
"""
|
|
1531
|
+
...
|
|
442
1532
|
|
|
443
|
-
def
|
|
444
|
-
|
|
1533
|
+
def draw_settings_interactive_add(self, layout, tool_settings, tool, extra):
|
|
1534
|
+
"""
|
|
1535
|
+
|
|
1536
|
+
:param layout:
|
|
1537
|
+
:param tool_settings:
|
|
1538
|
+
:param tool:
|
|
1539
|
+
:param extra:
|
|
1540
|
+
"""
|
|
1541
|
+
...
|
|
445
1542
|
|
|
446
1543
|
class _defs_view3d_generic:
|
|
1544
|
+
""" """
|
|
1545
|
+
|
|
447
1546
|
cursor: typing.Any
|
|
1547
|
+
""" """
|
|
1548
|
+
|
|
448
1549
|
cursor_click: typing.Any
|
|
1550
|
+
""" """
|
|
1551
|
+
|
|
449
1552
|
ruler: typing.Any
|
|
1553
|
+
""" """
|
|
450
1554
|
|
|
451
1555
|
class _defs_view3d_select:
|
|
1556
|
+
""" """
|
|
1557
|
+
|
|
452
1558
|
box: typing.Any
|
|
1559
|
+
""" """
|
|
1560
|
+
|
|
453
1561
|
circle: typing.Any
|
|
1562
|
+
""" """
|
|
1563
|
+
|
|
454
1564
|
lasso: typing.Any
|
|
1565
|
+
""" """
|
|
1566
|
+
|
|
455
1567
|
select: typing.Any
|
|
1568
|
+
""" """
|
|
456
1569
|
|
|
457
1570
|
class _defs_weight_paint:
|
|
1571
|
+
""" """
|
|
1572
|
+
|
|
458
1573
|
gradient: typing.Any
|
|
1574
|
+
""" """
|
|
1575
|
+
|
|
459
1576
|
sample_weight: typing.Any
|
|
1577
|
+
""" """
|
|
1578
|
+
|
|
460
1579
|
sample_weight_group: typing.Any
|
|
1580
|
+
""" """
|
|
1581
|
+
|
|
1582
|
+
def generate_from_brushes(self, context):
|
|
1583
|
+
"""
|
|
1584
|
+
|
|
1585
|
+
:param context:
|
|
1586
|
+
"""
|
|
1587
|
+
...
|
|
461
1588
|
|
|
462
|
-
def
|
|
463
|
-
|
|
1589
|
+
def poll_select_tools(self, context):
|
|
1590
|
+
"""
|
|
1591
|
+
|
|
1592
|
+
:param context:
|
|
1593
|
+
"""
|
|
1594
|
+
...
|
|
464
1595
|
|
|
465
1596
|
class _template_widget:
|
|
466
|
-
|
|
467
|
-
|
|
1597
|
+
""" """
|
|
1598
|
+
|
|
1599
|
+
def VIEW3D_GGT_xform_extrude(self):
|
|
1600
|
+
""" """
|
|
1601
|
+
...
|
|
1602
|
+
|
|
1603
|
+
def VIEW3D_GGT_xform_gizmo(self):
|
|
1604
|
+
""" """
|
|
1605
|
+
...
|
|
1606
|
+
|
|
1607
|
+
def curve_draw_settings(context, layout, tool, extra):
|
|
1608
|
+
""" """
|
|
1609
|
+
|
|
1610
|
+
...
|
|
468
1611
|
|
|
469
|
-
def curve_draw_settings(context, layout, _tool, extra): ...
|
|
470
1612
|
def generate_from_enum_ex(
|
|
471
1613
|
_context,
|
|
472
1614
|
idname_prefix,
|
|
@@ -477,5 +1619,12 @@ def generate_from_enum_ex(
|
|
|
477
1619
|
tooldef_keywords,
|
|
478
1620
|
icon_map,
|
|
479
1621
|
use_separators,
|
|
480
|
-
):
|
|
481
|
-
|
|
1622
|
+
):
|
|
1623
|
+
""" """
|
|
1624
|
+
|
|
1625
|
+
...
|
|
1626
|
+
|
|
1627
|
+
def kmi_to_string_or_none(kmi):
|
|
1628
|
+
""" """
|
|
1629
|
+
|
|
1630
|
+
...
|