fake-bpy-module 20250828__py3-none-any.whl → 20260119__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -27,14 +27,12 @@ class GREASE_PENCIL_MT_Layers(_bpy_types.Menu):
|
|
|
27
27
|
"""
|
|
28
28
|
|
|
29
29
|
:return: The RNA type or default when not found.
|
|
30
|
-
:rtype: bpy.types.Struct
|
|
31
30
|
"""
|
|
32
31
|
|
|
33
32
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
34
33
|
"""
|
|
35
34
|
|
|
36
35
|
:return: The class or default when not found.
|
|
37
|
-
:rtype: typing.Any
|
|
38
36
|
"""
|
|
39
37
|
|
|
40
38
|
def draw(self, context) -> None:
|
|
@@ -63,14 +61,12 @@ class TOPBAR_MT_edit_armature_add(_bpy_types.Menu):
|
|
|
63
61
|
"""
|
|
64
62
|
|
|
65
63
|
:return: The RNA type or default when not found.
|
|
66
|
-
:rtype: bpy.types.Struct
|
|
67
64
|
"""
|
|
68
65
|
|
|
69
66
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
70
67
|
"""
|
|
71
68
|
|
|
72
69
|
:return: The class or default when not found.
|
|
73
|
-
:rtype: typing.Any
|
|
74
70
|
"""
|
|
75
71
|
|
|
76
72
|
def draw(self, _context) -> None:
|
|
@@ -91,14 +87,12 @@ class TOPBAR_MT_edit_curve_add(_bpy_types.Menu):
|
|
|
91
87
|
"""
|
|
92
88
|
|
|
93
89
|
:return: The RNA type or default when not found.
|
|
94
|
-
:rtype: bpy.types.Struct
|
|
95
90
|
"""
|
|
96
91
|
|
|
97
92
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
98
93
|
"""
|
|
99
94
|
|
|
100
95
|
:return: The class or default when not found.
|
|
101
|
-
:rtype: typing.Any
|
|
102
96
|
"""
|
|
103
97
|
|
|
104
98
|
def draw(self, context) -> None:
|
|
@@ -122,14 +116,12 @@ class TOPBAR_PT_annotation_layers(
|
|
|
122
116
|
"""
|
|
123
117
|
|
|
124
118
|
:return: The RNA type or default when not found.
|
|
125
|
-
:rtype: bpy.types.Struct
|
|
126
119
|
"""
|
|
127
120
|
|
|
128
121
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
129
122
|
"""
|
|
130
123
|
|
|
131
124
|
:return: The class or default when not found.
|
|
132
|
-
:rtype: typing.Any
|
|
133
125
|
"""
|
|
134
126
|
|
|
135
127
|
class TOPBAR_PT_grease_pencil_materials(
|
|
@@ -146,14 +138,12 @@ class TOPBAR_PT_grease_pencil_materials(
|
|
|
146
138
|
"""
|
|
147
139
|
|
|
148
140
|
:return: The RNA type or default when not found.
|
|
149
|
-
:rtype: bpy.types.Struct
|
|
150
141
|
"""
|
|
151
142
|
|
|
152
143
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
153
144
|
"""
|
|
154
145
|
|
|
155
146
|
:return: The class or default when not found.
|
|
156
|
-
:rtype: typing.Any
|
|
157
147
|
"""
|
|
158
148
|
|
|
159
149
|
@classmethod
|
|
@@ -175,14 +165,12 @@ class TOPBAR_PT_grease_pencil_vertex_color(_bpy_types.Panel):
|
|
|
175
165
|
"""
|
|
176
166
|
|
|
177
167
|
:return: The RNA type or default when not found.
|
|
178
|
-
:rtype: bpy.types.Struct
|
|
179
168
|
"""
|
|
180
169
|
|
|
181
170
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
182
171
|
"""
|
|
183
172
|
|
|
184
173
|
:return: The class or default when not found.
|
|
185
|
-
:rtype: typing.Any
|
|
186
174
|
"""
|
|
187
175
|
|
|
188
176
|
def draw(self, context) -> None:
|
|
@@ -200,11 +188,11 @@ class TOPBAR_PT_grease_pencil_vertex_color(_bpy_types.Panel):
|
|
|
200
188
|
|
|
201
189
|
class VIEW3D_AST_brush_gpencil_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
202
190
|
bl_activate_operator: typing.Any
|
|
203
|
-
bl_default_preview_size: typing.Any
|
|
204
191
|
bl_options: typing.Any
|
|
205
192
|
bl_rna: typing.Any
|
|
206
193
|
bl_space_type: typing.Any
|
|
207
194
|
brush_type_prop: typing.Any
|
|
195
|
+
filter_brush: typing.Any
|
|
208
196
|
id_data: typing.Any
|
|
209
197
|
mode: typing.Any
|
|
210
198
|
mode_prop: typing.Any
|
|
@@ -213,23 +201,21 @@ class VIEW3D_AST_brush_gpencil_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
213
201
|
"""
|
|
214
202
|
|
|
215
203
|
:return: The RNA type or default when not found.
|
|
216
|
-
:rtype: bpy.types.Struct
|
|
217
204
|
"""
|
|
218
205
|
|
|
219
206
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
220
207
|
"""
|
|
221
208
|
|
|
222
209
|
:return: The class or default when not found.
|
|
223
|
-
:rtype: typing.Any
|
|
224
210
|
"""
|
|
225
211
|
|
|
226
212
|
class VIEW3D_AST_brush_gpencil_sculpt(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
227
213
|
bl_activate_operator: typing.Any
|
|
228
|
-
bl_default_preview_size: typing.Any
|
|
229
214
|
bl_options: typing.Any
|
|
230
215
|
bl_rna: typing.Any
|
|
231
216
|
bl_space_type: typing.Any
|
|
232
217
|
brush_type_prop: typing.Any
|
|
218
|
+
filter_brush: typing.Any
|
|
233
219
|
id_data: typing.Any
|
|
234
220
|
mode: typing.Any
|
|
235
221
|
mode_prop: typing.Any
|
|
@@ -238,25 +224,23 @@ class VIEW3D_AST_brush_gpencil_sculpt(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
238
224
|
"""
|
|
239
225
|
|
|
240
226
|
:return: The RNA type or default when not found.
|
|
241
|
-
:rtype: bpy.types.Struct
|
|
242
227
|
"""
|
|
243
228
|
|
|
244
229
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
245
230
|
"""
|
|
246
231
|
|
|
247
232
|
:return: The class or default when not found.
|
|
248
|
-
:rtype: typing.Any
|
|
249
233
|
"""
|
|
250
234
|
|
|
251
235
|
class VIEW3D_AST_brush_gpencil_vertex(
|
|
252
236
|
View3DAssetShelf, AssetShelfHiddenByDefault, _bpy_types.AssetShelf
|
|
253
237
|
):
|
|
254
238
|
bl_activate_operator: typing.Any
|
|
255
|
-
bl_default_preview_size: typing.Any
|
|
256
239
|
bl_options: typing.Any
|
|
257
240
|
bl_rna: typing.Any
|
|
258
241
|
bl_space_type: typing.Any
|
|
259
242
|
brush_type_prop: typing.Any
|
|
243
|
+
filter_brush: typing.Any
|
|
260
244
|
id_data: typing.Any
|
|
261
245
|
mode: typing.Any
|
|
262
246
|
mode_prop: typing.Any
|
|
@@ -265,25 +249,23 @@ class VIEW3D_AST_brush_gpencil_vertex(
|
|
|
265
249
|
"""
|
|
266
250
|
|
|
267
251
|
:return: The RNA type or default when not found.
|
|
268
|
-
:rtype: bpy.types.Struct
|
|
269
252
|
"""
|
|
270
253
|
|
|
271
254
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
272
255
|
"""
|
|
273
256
|
|
|
274
257
|
:return: The class or default when not found.
|
|
275
|
-
:rtype: typing.Any
|
|
276
258
|
"""
|
|
277
259
|
|
|
278
260
|
class VIEW3D_AST_brush_gpencil_weight(
|
|
279
261
|
View3DAssetShelf, AssetShelfHiddenByDefault, _bpy_types.AssetShelf
|
|
280
262
|
):
|
|
281
263
|
bl_activate_operator: typing.Any
|
|
282
|
-
bl_default_preview_size: typing.Any
|
|
283
264
|
bl_options: typing.Any
|
|
284
265
|
bl_rna: typing.Any
|
|
285
266
|
bl_space_type: typing.Any
|
|
286
267
|
brush_type_prop: typing.Any
|
|
268
|
+
filter_brush: typing.Any
|
|
287
269
|
id_data: typing.Any
|
|
288
270
|
mode: typing.Any
|
|
289
271
|
mode_prop: typing.Any
|
|
@@ -292,23 +274,21 @@ class VIEW3D_AST_brush_gpencil_weight(
|
|
|
292
274
|
"""
|
|
293
275
|
|
|
294
276
|
:return: The RNA type or default when not found.
|
|
295
|
-
:rtype: bpy.types.Struct
|
|
296
277
|
"""
|
|
297
278
|
|
|
298
279
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
299
280
|
"""
|
|
300
281
|
|
|
301
282
|
:return: The class or default when not found.
|
|
302
|
-
:rtype: typing.Any
|
|
303
283
|
"""
|
|
304
284
|
|
|
305
285
|
class VIEW3D_AST_brush_sculpt(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
306
286
|
bl_activate_operator: typing.Any
|
|
307
|
-
bl_default_preview_size: typing.Any
|
|
308
287
|
bl_options: typing.Any
|
|
309
288
|
bl_rna: typing.Any
|
|
310
289
|
bl_space_type: typing.Any
|
|
311
290
|
brush_type_prop: typing.Any
|
|
291
|
+
filter_brush: typing.Any
|
|
312
292
|
id_data: typing.Any
|
|
313
293
|
mode: typing.Any
|
|
314
294
|
mode_prop: typing.Any
|
|
@@ -317,23 +297,21 @@ class VIEW3D_AST_brush_sculpt(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
317
297
|
"""
|
|
318
298
|
|
|
319
299
|
:return: The RNA type or default when not found.
|
|
320
|
-
:rtype: bpy.types.Struct
|
|
321
300
|
"""
|
|
322
301
|
|
|
323
302
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
324
303
|
"""
|
|
325
304
|
|
|
326
305
|
:return: The class or default when not found.
|
|
327
|
-
:rtype: typing.Any
|
|
328
306
|
"""
|
|
329
307
|
|
|
330
308
|
class VIEW3D_AST_brush_sculpt_curves(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
331
309
|
bl_activate_operator: typing.Any
|
|
332
|
-
bl_default_preview_size: typing.Any
|
|
333
310
|
bl_options: typing.Any
|
|
334
311
|
bl_rna: typing.Any
|
|
335
312
|
bl_space_type: typing.Any
|
|
336
313
|
brush_type_prop: typing.Any
|
|
314
|
+
filter_brush: typing.Any
|
|
337
315
|
id_data: typing.Any
|
|
338
316
|
mode: typing.Any
|
|
339
317
|
mode_prop: typing.Any
|
|
@@ -342,23 +320,21 @@ class VIEW3D_AST_brush_sculpt_curves(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
342
320
|
"""
|
|
343
321
|
|
|
344
322
|
:return: The RNA type or default when not found.
|
|
345
|
-
:rtype: bpy.types.Struct
|
|
346
323
|
"""
|
|
347
324
|
|
|
348
325
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
349
326
|
"""
|
|
350
327
|
|
|
351
328
|
:return: The class or default when not found.
|
|
352
|
-
:rtype: typing.Any
|
|
353
329
|
"""
|
|
354
330
|
|
|
355
331
|
class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
356
332
|
bl_activate_operator: typing.Any
|
|
357
|
-
bl_default_preview_size: typing.Any
|
|
358
333
|
bl_options: typing.Any
|
|
359
334
|
bl_rna: typing.Any
|
|
360
335
|
bl_space_type: typing.Any
|
|
361
336
|
brush_type_prop: typing.Any
|
|
337
|
+
filter_brush: typing.Any
|
|
362
338
|
id_data: typing.Any
|
|
363
339
|
mode: typing.Any
|
|
364
340
|
mode_prop: typing.Any
|
|
@@ -367,23 +343,28 @@ class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
367
343
|
"""
|
|
368
344
|
|
|
369
345
|
:return: The RNA type or default when not found.
|
|
370
|
-
:rtype: bpy.types.Struct
|
|
371
346
|
"""
|
|
372
347
|
|
|
373
348
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
374
349
|
"""
|
|
375
350
|
|
|
376
351
|
:return: The class or default when not found.
|
|
377
|
-
|
|
352
|
+
"""
|
|
353
|
+
|
|
354
|
+
@classmethod
|
|
355
|
+
def poll(cls, context) -> None:
|
|
356
|
+
"""
|
|
357
|
+
|
|
358
|
+
:param context:
|
|
378
359
|
"""
|
|
379
360
|
|
|
380
361
|
class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
381
362
|
bl_activate_operator: typing.Any
|
|
382
|
-
bl_default_preview_size: typing.Any
|
|
383
363
|
bl_options: typing.Any
|
|
384
364
|
bl_rna: typing.Any
|
|
385
365
|
bl_space_type: typing.Any
|
|
386
366
|
brush_type_prop: typing.Any
|
|
367
|
+
filter_brush: typing.Any
|
|
387
368
|
id_data: typing.Any
|
|
388
369
|
mode: typing.Any
|
|
389
370
|
mode_prop: typing.Any
|
|
@@ -392,25 +373,23 @@ class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
392
373
|
"""
|
|
393
374
|
|
|
394
375
|
:return: The RNA type or default when not found.
|
|
395
|
-
:rtype: bpy.types.Struct
|
|
396
376
|
"""
|
|
397
377
|
|
|
398
378
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
399
379
|
"""
|
|
400
380
|
|
|
401
381
|
:return: The class or default when not found.
|
|
402
|
-
:rtype: typing.Any
|
|
403
382
|
"""
|
|
404
383
|
|
|
405
384
|
class VIEW3D_AST_brush_weight_paint(
|
|
406
385
|
View3DAssetShelf, AssetShelfHiddenByDefault, _bpy_types.AssetShelf
|
|
407
386
|
):
|
|
408
387
|
bl_activate_operator: typing.Any
|
|
409
|
-
bl_default_preview_size: typing.Any
|
|
410
388
|
bl_options: typing.Any
|
|
411
389
|
bl_rna: typing.Any
|
|
412
390
|
bl_space_type: typing.Any
|
|
413
391
|
brush_type_prop: typing.Any
|
|
392
|
+
filter_brush: typing.Any
|
|
414
393
|
id_data: typing.Any
|
|
415
394
|
mode: typing.Any
|
|
416
395
|
mode_prop: typing.Any
|
|
@@ -419,14 +398,12 @@ class VIEW3D_AST_brush_weight_paint(
|
|
|
419
398
|
"""
|
|
420
399
|
|
|
421
400
|
:return: The RNA type or default when not found.
|
|
422
|
-
:rtype: bpy.types.Struct
|
|
423
401
|
"""
|
|
424
402
|
|
|
425
403
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
426
404
|
"""
|
|
427
405
|
|
|
428
406
|
:return: The class or default when not found.
|
|
429
|
-
:rtype: typing.Any
|
|
430
407
|
"""
|
|
431
408
|
|
|
432
409
|
class VIEW3D_HT_header(_bpy_types.Header):
|
|
@@ -438,14 +415,12 @@ class VIEW3D_HT_header(_bpy_types.Header):
|
|
|
438
415
|
"""
|
|
439
416
|
|
|
440
417
|
:return: The RNA type or default when not found.
|
|
441
|
-
:rtype: bpy.types.Struct
|
|
442
418
|
"""
|
|
443
419
|
|
|
444
420
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
445
421
|
"""
|
|
446
422
|
|
|
447
423
|
:return: The class or default when not found.
|
|
448
|
-
:rtype: typing.Any
|
|
449
424
|
"""
|
|
450
425
|
|
|
451
426
|
@staticmethod
|
|
@@ -466,14 +441,12 @@ class VIEW3D_HT_tool_header(_bpy_types.Header):
|
|
|
466
441
|
"""
|
|
467
442
|
|
|
468
443
|
:return: The RNA type or default when not found.
|
|
469
|
-
:rtype: bpy.types.Struct
|
|
470
444
|
"""
|
|
471
445
|
|
|
472
446
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
473
447
|
"""
|
|
474
448
|
|
|
475
449
|
:return: The class or default when not found.
|
|
476
|
-
:rtype: typing.Any
|
|
477
450
|
"""
|
|
478
451
|
|
|
479
452
|
def draw(self, context) -> None:
|
|
@@ -505,14 +478,12 @@ class VIEW3D_MT_add(_bpy_types.Menu):
|
|
|
505
478
|
"""
|
|
506
479
|
|
|
507
480
|
:return: The RNA type or default when not found.
|
|
508
|
-
:rtype: bpy.types.Struct
|
|
509
481
|
"""
|
|
510
482
|
|
|
511
483
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
512
484
|
"""
|
|
513
485
|
|
|
514
486
|
:return: The class or default when not found.
|
|
515
|
-
:rtype: typing.Any
|
|
516
487
|
"""
|
|
517
488
|
|
|
518
489
|
def draw(self, context) -> None:
|
|
@@ -532,14 +503,12 @@ class VIEW3D_MT_armature_add(_bpy_types.Menu):
|
|
|
532
503
|
"""
|
|
533
504
|
|
|
534
505
|
:return: The RNA type or default when not found.
|
|
535
|
-
:rtype: bpy.types.Struct
|
|
536
506
|
"""
|
|
537
507
|
|
|
538
508
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
539
509
|
"""
|
|
540
510
|
|
|
541
511
|
:return: The class or default when not found.
|
|
542
|
-
:rtype: typing.Any
|
|
543
512
|
"""
|
|
544
513
|
|
|
545
514
|
def draw(self, _context) -> None:
|
|
@@ -557,14 +526,12 @@ class VIEW3D_MT_armature_context_menu(_bpy_types.Menu):
|
|
|
557
526
|
"""
|
|
558
527
|
|
|
559
528
|
:return: The RNA type or default when not found.
|
|
560
|
-
:rtype: bpy.types.Struct
|
|
561
529
|
"""
|
|
562
530
|
|
|
563
531
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
564
532
|
"""
|
|
565
533
|
|
|
566
534
|
:return: The class or default when not found.
|
|
567
|
-
:rtype: typing.Any
|
|
568
535
|
"""
|
|
569
536
|
|
|
570
537
|
def draw(self, context) -> None:
|
|
@@ -582,14 +549,12 @@ class VIEW3D_MT_bone_collections(_bpy_types.Menu):
|
|
|
582
549
|
"""
|
|
583
550
|
|
|
584
551
|
:return: The RNA type or default when not found.
|
|
585
|
-
:rtype: bpy.types.Struct
|
|
586
552
|
"""
|
|
587
553
|
|
|
588
554
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
589
555
|
"""
|
|
590
556
|
|
|
591
557
|
:return: The class or default when not found.
|
|
592
|
-
:rtype: typing.Any
|
|
593
558
|
"""
|
|
594
559
|
|
|
595
560
|
def draw(self, context) -> None:
|
|
@@ -616,14 +581,12 @@ class VIEW3D_MT_camera_add(_bpy_types.Menu):
|
|
|
616
581
|
"""
|
|
617
582
|
|
|
618
583
|
:return: The RNA type or default when not found.
|
|
619
|
-
:rtype: bpy.types.Struct
|
|
620
584
|
"""
|
|
621
585
|
|
|
622
586
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
623
587
|
"""
|
|
624
588
|
|
|
625
589
|
:return: The class or default when not found.
|
|
626
|
-
:rtype: typing.Any
|
|
627
590
|
"""
|
|
628
591
|
|
|
629
592
|
def draw(self, _context) -> None:
|
|
@@ -643,14 +606,12 @@ class VIEW3D_MT_curve_add(_bpy_types.Menu):
|
|
|
643
606
|
"""
|
|
644
607
|
|
|
645
608
|
:return: The RNA type or default when not found.
|
|
646
|
-
:rtype: bpy.types.Struct
|
|
647
609
|
"""
|
|
648
610
|
|
|
649
611
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
650
612
|
"""
|
|
651
613
|
|
|
652
614
|
:return: The class or default when not found.
|
|
653
|
-
:rtype: typing.Any
|
|
654
615
|
"""
|
|
655
616
|
|
|
656
617
|
def draw(self, context) -> None:
|
|
@@ -668,14 +629,12 @@ class VIEW3D_MT_edit_armature(_bpy_types.Menu):
|
|
|
668
629
|
"""
|
|
669
630
|
|
|
670
631
|
:return: The RNA type or default when not found.
|
|
671
|
-
:rtype: bpy.types.Struct
|
|
672
632
|
"""
|
|
673
633
|
|
|
674
634
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
675
635
|
"""
|
|
676
636
|
|
|
677
637
|
:return: The class or default when not found.
|
|
678
|
-
:rtype: typing.Any
|
|
679
638
|
"""
|
|
680
639
|
|
|
681
640
|
def draw(self, context) -> None:
|
|
@@ -693,14 +652,12 @@ class VIEW3D_MT_edit_armature_delete(_bpy_types.Menu):
|
|
|
693
652
|
"""
|
|
694
653
|
|
|
695
654
|
:return: The RNA type or default when not found.
|
|
696
|
-
:rtype: bpy.types.Struct
|
|
697
655
|
"""
|
|
698
656
|
|
|
699
657
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
700
658
|
"""
|
|
701
659
|
|
|
702
660
|
:return: The class or default when not found.
|
|
703
|
-
:rtype: typing.Any
|
|
704
661
|
"""
|
|
705
662
|
|
|
706
663
|
def draw(self, _context) -> None:
|
|
@@ -718,14 +675,12 @@ class VIEW3D_MT_edit_armature_names(_bpy_types.Menu):
|
|
|
718
675
|
"""
|
|
719
676
|
|
|
720
677
|
:return: The RNA type or default when not found.
|
|
721
|
-
:rtype: bpy.types.Struct
|
|
722
678
|
"""
|
|
723
679
|
|
|
724
680
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
725
681
|
"""
|
|
726
682
|
|
|
727
683
|
:return: The class or default when not found.
|
|
728
|
-
:rtype: typing.Any
|
|
729
684
|
"""
|
|
730
685
|
|
|
731
686
|
def draw(self, _context) -> None:
|
|
@@ -744,14 +699,12 @@ class VIEW3D_MT_edit_armature_parent(_bpy_types.Menu):
|
|
|
744
699
|
"""
|
|
745
700
|
|
|
746
701
|
:return: The RNA type or default when not found.
|
|
747
|
-
:rtype: bpy.types.Struct
|
|
748
702
|
"""
|
|
749
703
|
|
|
750
704
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
751
705
|
"""
|
|
752
706
|
|
|
753
707
|
:return: The class or default when not found.
|
|
754
|
-
:rtype: typing.Any
|
|
755
708
|
"""
|
|
756
709
|
|
|
757
710
|
def draw(self, _context) -> None:
|
|
@@ -769,14 +722,12 @@ class VIEW3D_MT_edit_armature_roll(_bpy_types.Menu):
|
|
|
769
722
|
"""
|
|
770
723
|
|
|
771
724
|
:return: The RNA type or default when not found.
|
|
772
|
-
:rtype: bpy.types.Struct
|
|
773
725
|
"""
|
|
774
726
|
|
|
775
727
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
776
728
|
"""
|
|
777
729
|
|
|
778
730
|
:return: The class or default when not found.
|
|
779
|
-
:rtype: typing.Any
|
|
780
731
|
"""
|
|
781
732
|
|
|
782
733
|
def draw(self, _context) -> None:
|
|
@@ -794,14 +745,12 @@ class VIEW3D_MT_edit_curve(_bpy_types.Menu):
|
|
|
794
745
|
"""
|
|
795
746
|
|
|
796
747
|
:return: The RNA type or default when not found.
|
|
797
|
-
:rtype: bpy.types.Struct
|
|
798
748
|
"""
|
|
799
749
|
|
|
800
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
801
751
|
"""
|
|
802
752
|
|
|
803
753
|
:return: The class or default when not found.
|
|
804
|
-
:rtype: typing.Any
|
|
805
754
|
"""
|
|
806
755
|
|
|
807
756
|
class VIEW3D_MT_edit_curve_clean(_bpy_types.Menu):
|
|
@@ -813,14 +762,12 @@ class VIEW3D_MT_edit_curve_clean(_bpy_types.Menu):
|
|
|
813
762
|
"""
|
|
814
763
|
|
|
815
764
|
:return: The RNA type or default when not found.
|
|
816
|
-
:rtype: bpy.types.Struct
|
|
817
765
|
"""
|
|
818
766
|
|
|
819
767
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
820
768
|
"""
|
|
821
769
|
|
|
822
770
|
:return: The class or default when not found.
|
|
823
|
-
:rtype: typing.Any
|
|
824
771
|
"""
|
|
825
772
|
|
|
826
773
|
def draw(self, _context) -> None:
|
|
@@ -838,14 +785,12 @@ class VIEW3D_MT_edit_curve_context_menu(_bpy_types.Menu):
|
|
|
838
785
|
"""
|
|
839
786
|
|
|
840
787
|
:return: The RNA type or default when not found.
|
|
841
|
-
:rtype: bpy.types.Struct
|
|
842
788
|
"""
|
|
843
789
|
|
|
844
790
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
845
791
|
"""
|
|
846
792
|
|
|
847
793
|
:return: The class or default when not found.
|
|
848
|
-
:rtype: typing.Any
|
|
849
794
|
"""
|
|
850
795
|
|
|
851
796
|
def draw(self, _context) -> None:
|
|
@@ -863,14 +808,12 @@ class VIEW3D_MT_edit_curve_ctrlpoints(_bpy_types.Menu):
|
|
|
863
808
|
"""
|
|
864
809
|
|
|
865
810
|
:return: The RNA type or default when not found.
|
|
866
|
-
:rtype: bpy.types.Struct
|
|
867
811
|
"""
|
|
868
812
|
|
|
869
813
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
870
814
|
"""
|
|
871
815
|
|
|
872
816
|
:return: The class or default when not found.
|
|
873
|
-
:rtype: typing.Any
|
|
874
817
|
"""
|
|
875
818
|
|
|
876
819
|
def draw(self, context) -> None:
|
|
@@ -888,14 +831,12 @@ class VIEW3D_MT_edit_curve_delete(_bpy_types.Menu):
|
|
|
888
831
|
"""
|
|
889
832
|
|
|
890
833
|
:return: The RNA type or default when not found.
|
|
891
|
-
:rtype: bpy.types.Struct
|
|
892
834
|
"""
|
|
893
835
|
|
|
894
836
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
895
837
|
"""
|
|
896
838
|
|
|
897
839
|
:return: The class or default when not found.
|
|
898
|
-
:rtype: typing.Any
|
|
899
840
|
"""
|
|
900
841
|
|
|
901
842
|
def draw(self, _context) -> None:
|
|
@@ -913,14 +854,12 @@ class VIEW3D_MT_edit_curve_segments(_bpy_types.Menu):
|
|
|
913
854
|
"""
|
|
914
855
|
|
|
915
856
|
:return: The RNA type or default when not found.
|
|
916
|
-
:rtype: bpy.types.Struct
|
|
917
857
|
"""
|
|
918
858
|
|
|
919
859
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
920
860
|
"""
|
|
921
861
|
|
|
922
862
|
:return: The class or default when not found.
|
|
923
|
-
:rtype: typing.Any
|
|
924
863
|
"""
|
|
925
864
|
|
|
926
865
|
def draw(self, _context) -> None:
|
|
@@ -938,14 +877,12 @@ class VIEW3D_MT_edit_curve_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
938
877
|
"""
|
|
939
878
|
|
|
940
879
|
:return: The RNA type or default when not found.
|
|
941
|
-
:rtype: bpy.types.Struct
|
|
942
880
|
"""
|
|
943
881
|
|
|
944
882
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
945
883
|
"""
|
|
946
884
|
|
|
947
885
|
:return: The class or default when not found.
|
|
948
|
-
:rtype: typing.Any
|
|
949
886
|
"""
|
|
950
887
|
|
|
951
888
|
class VIEW3D_MT_edit_curves(_bpy_types.Menu):
|
|
@@ -957,14 +894,12 @@ class VIEW3D_MT_edit_curves(_bpy_types.Menu):
|
|
|
957
894
|
"""
|
|
958
895
|
|
|
959
896
|
:return: The RNA type or default when not found.
|
|
960
|
-
:rtype: bpy.types.Struct
|
|
961
897
|
"""
|
|
962
898
|
|
|
963
899
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
964
900
|
"""
|
|
965
901
|
|
|
966
902
|
:return: The class or default when not found.
|
|
967
|
-
:rtype: typing.Any
|
|
968
903
|
"""
|
|
969
904
|
|
|
970
905
|
def draw(self, _context) -> None:
|
|
@@ -983,14 +918,12 @@ class VIEW3D_MT_edit_curves_add(_bpy_types.Menu):
|
|
|
983
918
|
"""
|
|
984
919
|
|
|
985
920
|
:return: The RNA type or default when not found.
|
|
986
|
-
:rtype: bpy.types.Struct
|
|
987
921
|
"""
|
|
988
922
|
|
|
989
923
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
990
924
|
"""
|
|
991
925
|
|
|
992
926
|
:return: The class or default when not found.
|
|
993
|
-
:rtype: typing.Any
|
|
994
927
|
"""
|
|
995
928
|
|
|
996
929
|
def draw(self, _context) -> None:
|
|
@@ -1008,14 +941,12 @@ class VIEW3D_MT_edit_curves_context_menu(_bpy_types.Menu):
|
|
|
1008
941
|
"""
|
|
1009
942
|
|
|
1010
943
|
:return: The RNA type or default when not found.
|
|
1011
|
-
:rtype: bpy.types.Struct
|
|
1012
944
|
"""
|
|
1013
945
|
|
|
1014
946
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1015
947
|
"""
|
|
1016
948
|
|
|
1017
949
|
:return: The class or default when not found.
|
|
1018
|
-
:rtype: typing.Any
|
|
1019
950
|
"""
|
|
1020
951
|
|
|
1021
952
|
def draw(self, _context) -> None:
|
|
@@ -1033,14 +964,12 @@ class VIEW3D_MT_edit_curves_control_points(_bpy_types.Menu):
|
|
|
1033
964
|
"""
|
|
1034
965
|
|
|
1035
966
|
:return: The RNA type or default when not found.
|
|
1036
|
-
:rtype: bpy.types.Struct
|
|
1037
967
|
"""
|
|
1038
968
|
|
|
1039
969
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1040
970
|
"""
|
|
1041
971
|
|
|
1042
972
|
:return: The class or default when not found.
|
|
1043
|
-
:rtype: typing.Any
|
|
1044
973
|
"""
|
|
1045
974
|
|
|
1046
975
|
def draw(self, _context) -> None:
|
|
@@ -1058,14 +987,12 @@ class VIEW3D_MT_edit_curves_segments(_bpy_types.Menu):
|
|
|
1058
987
|
"""
|
|
1059
988
|
|
|
1060
989
|
:return: The RNA type or default when not found.
|
|
1061
|
-
:rtype: bpy.types.Struct
|
|
1062
990
|
"""
|
|
1063
991
|
|
|
1064
992
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1065
993
|
"""
|
|
1066
994
|
|
|
1067
995
|
:return: The class or default when not found.
|
|
1068
|
-
:rtype: typing.Any
|
|
1069
996
|
"""
|
|
1070
997
|
|
|
1071
998
|
def draw(self, _context) -> None:
|
|
@@ -1083,14 +1010,12 @@ class VIEW3D_MT_edit_curves_select_more_less(_bpy_types.Menu):
|
|
|
1083
1010
|
"""
|
|
1084
1011
|
|
|
1085
1012
|
:return: The RNA type or default when not found.
|
|
1086
|
-
:rtype: bpy.types.Struct
|
|
1087
1013
|
"""
|
|
1088
1014
|
|
|
1089
1015
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1090
1016
|
"""
|
|
1091
1017
|
|
|
1092
1018
|
:return: The class or default when not found.
|
|
1093
|
-
:rtype: typing.Any
|
|
1094
1019
|
"""
|
|
1095
1020
|
|
|
1096
1021
|
def draw(self, _context) -> None:
|
|
@@ -1108,14 +1033,12 @@ class VIEW3D_MT_edit_font(_bpy_types.Menu):
|
|
|
1108
1033
|
"""
|
|
1109
1034
|
|
|
1110
1035
|
:return: The RNA type or default when not found.
|
|
1111
|
-
:rtype: bpy.types.Struct
|
|
1112
1036
|
"""
|
|
1113
1037
|
|
|
1114
1038
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1115
1039
|
"""
|
|
1116
1040
|
|
|
1117
1041
|
:return: The class or default when not found.
|
|
1118
|
-
:rtype: typing.Any
|
|
1119
1042
|
"""
|
|
1120
1043
|
|
|
1121
1044
|
def draw(self, _context) -> None:
|
|
@@ -1133,14 +1056,12 @@ class VIEW3D_MT_edit_font_chars(_bpy_types.Menu):
|
|
|
1133
1056
|
"""
|
|
1134
1057
|
|
|
1135
1058
|
:return: The RNA type or default when not found.
|
|
1136
|
-
:rtype: bpy.types.Struct
|
|
1137
1059
|
"""
|
|
1138
1060
|
|
|
1139
1061
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1140
1062
|
"""
|
|
1141
1063
|
|
|
1142
1064
|
:return: The class or default when not found.
|
|
1143
|
-
:rtype: typing.Any
|
|
1144
1065
|
"""
|
|
1145
1066
|
|
|
1146
1067
|
def draw(self, _context) -> None:
|
|
@@ -1158,14 +1079,12 @@ class VIEW3D_MT_edit_font_context_menu(_bpy_types.Menu):
|
|
|
1158
1079
|
"""
|
|
1159
1080
|
|
|
1160
1081
|
:return: The RNA type or default when not found.
|
|
1161
|
-
:rtype: bpy.types.Struct
|
|
1162
1082
|
"""
|
|
1163
1083
|
|
|
1164
1084
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1165
1085
|
"""
|
|
1166
1086
|
|
|
1167
1087
|
:return: The class or default when not found.
|
|
1168
|
-
:rtype: typing.Any
|
|
1169
1088
|
"""
|
|
1170
1089
|
|
|
1171
1090
|
def draw(self, _context) -> None:
|
|
@@ -1183,14 +1102,12 @@ class VIEW3D_MT_edit_font_delete(_bpy_types.Menu):
|
|
|
1183
1102
|
"""
|
|
1184
1103
|
|
|
1185
1104
|
:return: The RNA type or default when not found.
|
|
1186
|
-
:rtype: bpy.types.Struct
|
|
1187
1105
|
"""
|
|
1188
1106
|
|
|
1189
1107
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1190
1108
|
"""
|
|
1191
1109
|
|
|
1192
1110
|
:return: The class or default when not found.
|
|
1193
|
-
:rtype: typing.Any
|
|
1194
1111
|
"""
|
|
1195
1112
|
|
|
1196
1113
|
def draw(self, _context) -> None:
|
|
@@ -1208,14 +1125,12 @@ class VIEW3D_MT_edit_font_kerning(_bpy_types.Menu):
|
|
|
1208
1125
|
"""
|
|
1209
1126
|
|
|
1210
1127
|
:return: The RNA type or default when not found.
|
|
1211
|
-
:rtype: bpy.types.Struct
|
|
1212
1128
|
"""
|
|
1213
1129
|
|
|
1214
1130
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1215
1131
|
"""
|
|
1216
1132
|
|
|
1217
1133
|
:return: The class or default when not found.
|
|
1218
|
-
:rtype: typing.Any
|
|
1219
1134
|
"""
|
|
1220
1135
|
|
|
1221
1136
|
def draw(self, context) -> None:
|
|
@@ -1233,14 +1148,12 @@ class VIEW3D_MT_edit_greasepencil(_bpy_types.Menu):
|
|
|
1233
1148
|
"""
|
|
1234
1149
|
|
|
1235
1150
|
:return: The RNA type or default when not found.
|
|
1236
|
-
:rtype: bpy.types.Struct
|
|
1237
1151
|
"""
|
|
1238
1152
|
|
|
1239
1153
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1240
1154
|
"""
|
|
1241
1155
|
|
|
1242
1156
|
:return: The class or default when not found.
|
|
1243
|
-
:rtype: typing.Any
|
|
1244
1157
|
"""
|
|
1245
1158
|
|
|
1246
1159
|
def draw(self, _context) -> None:
|
|
@@ -1258,14 +1171,12 @@ class VIEW3D_MT_edit_greasepencil_animation(_bpy_types.Menu):
|
|
|
1258
1171
|
"""
|
|
1259
1172
|
|
|
1260
1173
|
:return: The RNA type or default when not found.
|
|
1261
|
-
:rtype: bpy.types.Struct
|
|
1262
1174
|
"""
|
|
1263
1175
|
|
|
1264
1176
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1265
1177
|
"""
|
|
1266
1178
|
|
|
1267
1179
|
:return: The class or default when not found.
|
|
1268
|
-
:rtype: typing.Any
|
|
1269
1180
|
"""
|
|
1270
1181
|
|
|
1271
1182
|
def draw(self, context) -> None:
|
|
@@ -1283,14 +1194,12 @@ class VIEW3D_MT_edit_greasepencil_cleanup(_bpy_types.Menu):
|
|
|
1283
1194
|
"""
|
|
1284
1195
|
|
|
1285
1196
|
:return: The RNA type or default when not found.
|
|
1286
|
-
:rtype: bpy.types.Struct
|
|
1287
1197
|
"""
|
|
1288
1198
|
|
|
1289
1199
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1290
1200
|
"""
|
|
1291
1201
|
|
|
1292
1202
|
:return: The class or default when not found.
|
|
1293
|
-
:rtype: typing.Any
|
|
1294
1203
|
"""
|
|
1295
1204
|
|
|
1296
1205
|
def draw(self, context) -> None:
|
|
@@ -1308,14 +1217,12 @@ class VIEW3D_MT_edit_greasepencil_delete(_bpy_types.Menu):
|
|
|
1308
1217
|
"""
|
|
1309
1218
|
|
|
1310
1219
|
:return: The RNA type or default when not found.
|
|
1311
|
-
:rtype: bpy.types.Struct
|
|
1312
1220
|
"""
|
|
1313
1221
|
|
|
1314
1222
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1315
1223
|
"""
|
|
1316
1224
|
|
|
1317
1225
|
:return: The class or default when not found.
|
|
1318
|
-
:rtype: typing.Any
|
|
1319
1226
|
"""
|
|
1320
1227
|
|
|
1321
1228
|
def draw(self, _context) -> None:
|
|
@@ -1333,14 +1240,12 @@ class VIEW3D_MT_edit_greasepencil_point(_bpy_types.Menu):
|
|
|
1333
1240
|
"""
|
|
1334
1241
|
|
|
1335
1242
|
:return: The RNA type or default when not found.
|
|
1336
|
-
:rtype: bpy.types.Struct
|
|
1337
1243
|
"""
|
|
1338
1244
|
|
|
1339
1245
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1340
1246
|
"""
|
|
1341
1247
|
|
|
1342
1248
|
:return: The class or default when not found.
|
|
1343
|
-
:rtype: typing.Any
|
|
1344
1249
|
"""
|
|
1345
1250
|
|
|
1346
1251
|
def draw(self, _context) -> None:
|
|
@@ -1358,14 +1263,12 @@ class VIEW3D_MT_edit_greasepencil_showhide(_bpy_types.Menu):
|
|
|
1358
1263
|
"""
|
|
1359
1264
|
|
|
1360
1265
|
:return: The RNA type or default when not found.
|
|
1361
|
-
:rtype: bpy.types.Struct
|
|
1362
1266
|
"""
|
|
1363
1267
|
|
|
1364
1268
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1365
1269
|
"""
|
|
1366
1270
|
|
|
1367
1271
|
:return: The class or default when not found.
|
|
1368
|
-
:rtype: typing.Any
|
|
1369
1272
|
"""
|
|
1370
1273
|
|
|
1371
1274
|
def draw(self, _context) -> None:
|
|
@@ -1383,14 +1286,12 @@ class VIEW3D_MT_edit_greasepencil_stroke(_bpy_types.Menu):
|
|
|
1383
1286
|
"""
|
|
1384
1287
|
|
|
1385
1288
|
:return: The RNA type or default when not found.
|
|
1386
|
-
:rtype: bpy.types.Struct
|
|
1387
1289
|
"""
|
|
1388
1290
|
|
|
1389
1291
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1390
1292
|
"""
|
|
1391
1293
|
|
|
1392
1294
|
:return: The class or default when not found.
|
|
1393
|
-
:rtype: typing.Any
|
|
1394
1295
|
"""
|
|
1395
1296
|
|
|
1396
1297
|
def draw(self, context) -> None:
|
|
@@ -1408,14 +1309,12 @@ class VIEW3D_MT_edit_lattice(_bpy_types.Menu):
|
|
|
1408
1309
|
"""
|
|
1409
1310
|
|
|
1410
1311
|
:return: The RNA type or default when not found.
|
|
1411
|
-
:rtype: bpy.types.Struct
|
|
1412
1312
|
"""
|
|
1413
1313
|
|
|
1414
1314
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1415
1315
|
"""
|
|
1416
1316
|
|
|
1417
1317
|
:return: The class or default when not found.
|
|
1418
|
-
:rtype: typing.Any
|
|
1419
1318
|
"""
|
|
1420
1319
|
|
|
1421
1320
|
def draw(self, _context) -> None:
|
|
@@ -1433,14 +1332,12 @@ class VIEW3D_MT_edit_lattice_context_menu(_bpy_types.Menu):
|
|
|
1433
1332
|
"""
|
|
1434
1333
|
|
|
1435
1334
|
:return: The RNA type or default when not found.
|
|
1436
|
-
:rtype: bpy.types.Struct
|
|
1437
1335
|
"""
|
|
1438
1336
|
|
|
1439
1337
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1440
1338
|
"""
|
|
1441
1339
|
|
|
1442
1340
|
:return: The class or default when not found.
|
|
1443
|
-
:rtype: typing.Any
|
|
1444
1341
|
"""
|
|
1445
1342
|
|
|
1446
1343
|
def draw(self, _context) -> None:
|
|
@@ -1458,14 +1355,12 @@ class VIEW3D_MT_edit_mesh(_bpy_types.Menu):
|
|
|
1458
1355
|
"""
|
|
1459
1356
|
|
|
1460
1357
|
:return: The RNA type or default when not found.
|
|
1461
|
-
:rtype: bpy.types.Struct
|
|
1462
1358
|
"""
|
|
1463
1359
|
|
|
1464
1360
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1465
1361
|
"""
|
|
1466
1362
|
|
|
1467
1363
|
:return: The class or default when not found.
|
|
1468
|
-
:rtype: typing.Any
|
|
1469
1364
|
"""
|
|
1470
1365
|
|
|
1471
1366
|
def draw(self, _context) -> None:
|
|
@@ -1483,14 +1378,12 @@ class VIEW3D_MT_edit_mesh_clean(_bpy_types.Menu):
|
|
|
1483
1378
|
"""
|
|
1484
1379
|
|
|
1485
1380
|
:return: The RNA type or default when not found.
|
|
1486
|
-
:rtype: bpy.types.Struct
|
|
1487
1381
|
"""
|
|
1488
1382
|
|
|
1489
1383
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1490
1384
|
"""
|
|
1491
1385
|
|
|
1492
1386
|
:return: The class or default when not found.
|
|
1493
|
-
:rtype: typing.Any
|
|
1494
1387
|
"""
|
|
1495
1388
|
|
|
1496
1389
|
def draw(self, _context) -> None:
|
|
@@ -1508,14 +1401,12 @@ class VIEW3D_MT_edit_mesh_context_menu(_bpy_types.Menu):
|
|
|
1508
1401
|
"""
|
|
1509
1402
|
|
|
1510
1403
|
:return: The RNA type or default when not found.
|
|
1511
|
-
:rtype: bpy.types.Struct
|
|
1512
1404
|
"""
|
|
1513
1405
|
|
|
1514
1406
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1515
1407
|
"""
|
|
1516
1408
|
|
|
1517
1409
|
:return: The class or default when not found.
|
|
1518
|
-
:rtype: typing.Any
|
|
1519
1410
|
"""
|
|
1520
1411
|
|
|
1521
1412
|
def draw(self, context) -> None:
|
|
@@ -1533,14 +1424,12 @@ class VIEW3D_MT_edit_mesh_delete(_bpy_types.Menu):
|
|
|
1533
1424
|
"""
|
|
1534
1425
|
|
|
1535
1426
|
:return: The RNA type or default when not found.
|
|
1536
|
-
:rtype: bpy.types.Struct
|
|
1537
1427
|
"""
|
|
1538
1428
|
|
|
1539
1429
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1540
1430
|
"""
|
|
1541
1431
|
|
|
1542
1432
|
:return: The class or default when not found.
|
|
1543
|
-
:rtype: typing.Any
|
|
1544
1433
|
"""
|
|
1545
1434
|
|
|
1546
1435
|
def draw(self, _context) -> None:
|
|
@@ -1558,14 +1447,12 @@ class VIEW3D_MT_edit_mesh_edges(_bpy_types.Menu):
|
|
|
1558
1447
|
"""
|
|
1559
1448
|
|
|
1560
1449
|
:return: The RNA type or default when not found.
|
|
1561
|
-
:rtype: bpy.types.Struct
|
|
1562
1450
|
"""
|
|
1563
1451
|
|
|
1564
1452
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1565
1453
|
"""
|
|
1566
1454
|
|
|
1567
1455
|
:return: The class or default when not found.
|
|
1568
|
-
:rtype: typing.Any
|
|
1569
1456
|
"""
|
|
1570
1457
|
|
|
1571
1458
|
def draw(self, _context) -> None:
|
|
@@ -1583,14 +1470,12 @@ class VIEW3D_MT_edit_mesh_extrude(_bpy_types.Menu):
|
|
|
1583
1470
|
"""
|
|
1584
1471
|
|
|
1585
1472
|
:return: The RNA type or default when not found.
|
|
1586
|
-
:rtype: bpy.types.Struct
|
|
1587
1473
|
"""
|
|
1588
1474
|
|
|
1589
1475
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1590
1476
|
"""
|
|
1591
1477
|
|
|
1592
1478
|
:return: The class or default when not found.
|
|
1593
|
-
:rtype: typing.Any
|
|
1594
1479
|
"""
|
|
1595
1480
|
|
|
1596
1481
|
def draw(self, context) -> None:
|
|
@@ -1609,14 +1494,12 @@ class VIEW3D_MT_edit_mesh_faces(_bpy_types.Menu):
|
|
|
1609
1494
|
"""
|
|
1610
1495
|
|
|
1611
1496
|
:return: The RNA type or default when not found.
|
|
1612
|
-
:rtype: bpy.types.Struct
|
|
1613
1497
|
"""
|
|
1614
1498
|
|
|
1615
1499
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1616
1500
|
"""
|
|
1617
1501
|
|
|
1618
1502
|
:return: The class or default when not found.
|
|
1619
|
-
:rtype: typing.Any
|
|
1620
1503
|
"""
|
|
1621
1504
|
|
|
1622
1505
|
def draw(self, context) -> None:
|
|
@@ -1634,14 +1517,12 @@ class VIEW3D_MT_edit_mesh_faces_data(_bpy_types.Menu):
|
|
|
1634
1517
|
"""
|
|
1635
1518
|
|
|
1636
1519
|
:return: The RNA type or default when not found.
|
|
1637
|
-
:rtype: bpy.types.Struct
|
|
1638
1520
|
"""
|
|
1639
1521
|
|
|
1640
1522
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1641
1523
|
"""
|
|
1642
1524
|
|
|
1643
1525
|
:return: The class or default when not found.
|
|
1644
|
-
:rtype: typing.Any
|
|
1645
1526
|
"""
|
|
1646
1527
|
|
|
1647
1528
|
def draw(self, _context) -> None:
|
|
@@ -1659,14 +1540,12 @@ class VIEW3D_MT_edit_mesh_merge(_bpy_types.Menu):
|
|
|
1659
1540
|
"""
|
|
1660
1541
|
|
|
1661
1542
|
:return: The RNA type or default when not found.
|
|
1662
|
-
:rtype: bpy.types.Struct
|
|
1663
1543
|
"""
|
|
1664
1544
|
|
|
1665
1545
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1666
1546
|
"""
|
|
1667
1547
|
|
|
1668
1548
|
:return: The class or default when not found.
|
|
1669
|
-
:rtype: typing.Any
|
|
1670
1549
|
"""
|
|
1671
1550
|
|
|
1672
1551
|
def draw(self, _context) -> None:
|
|
@@ -1684,14 +1563,12 @@ class VIEW3D_MT_edit_mesh_normals(_bpy_types.Menu):
|
|
|
1684
1563
|
"""
|
|
1685
1564
|
|
|
1686
1565
|
:return: The RNA type or default when not found.
|
|
1687
|
-
:rtype: bpy.types.Struct
|
|
1688
1566
|
"""
|
|
1689
1567
|
|
|
1690
1568
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1691
1569
|
"""
|
|
1692
1570
|
|
|
1693
1571
|
:return: The class or default when not found.
|
|
1694
|
-
:rtype: typing.Any
|
|
1695
1572
|
"""
|
|
1696
1573
|
|
|
1697
1574
|
def draw(self, _context) -> None:
|
|
@@ -1709,14 +1586,12 @@ class VIEW3D_MT_edit_mesh_normals_average(_bpy_types.Menu):
|
|
|
1709
1586
|
"""
|
|
1710
1587
|
|
|
1711
1588
|
:return: The RNA type or default when not found.
|
|
1712
|
-
:rtype: bpy.types.Struct
|
|
1713
1589
|
"""
|
|
1714
1590
|
|
|
1715
1591
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1716
1592
|
"""
|
|
1717
1593
|
|
|
1718
1594
|
:return: The class or default when not found.
|
|
1719
|
-
:rtype: typing.Any
|
|
1720
1595
|
"""
|
|
1721
1596
|
|
|
1722
1597
|
def draw(self, _context) -> None:
|
|
@@ -1734,14 +1609,12 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(_bpy_types.Menu):
|
|
|
1734
1609
|
"""
|
|
1735
1610
|
|
|
1736
1611
|
:return: The RNA type or default when not found.
|
|
1737
|
-
:rtype: bpy.types.Struct
|
|
1738
1612
|
"""
|
|
1739
1613
|
|
|
1740
1614
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1741
1615
|
"""
|
|
1742
1616
|
|
|
1743
1617
|
:return: The class or default when not found.
|
|
1744
|
-
:rtype: typing.Any
|
|
1745
1618
|
"""
|
|
1746
1619
|
|
|
1747
1620
|
def draw(self, _context) -> None:
|
|
@@ -1759,14 +1632,12 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(_bpy_types.Menu):
|
|
|
1759
1632
|
"""
|
|
1760
1633
|
|
|
1761
1634
|
:return: The RNA type or default when not found.
|
|
1762
|
-
:rtype: bpy.types.Struct
|
|
1763
1635
|
"""
|
|
1764
1636
|
|
|
1765
1637
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1766
1638
|
"""
|
|
1767
1639
|
|
|
1768
1640
|
:return: The class or default when not found.
|
|
1769
|
-
:rtype: typing.Any
|
|
1770
1641
|
"""
|
|
1771
1642
|
|
|
1772
1643
|
def draw(self, _context) -> None:
|
|
@@ -1784,14 +1655,12 @@ class VIEW3D_MT_edit_mesh_select_by_trait(_bpy_types.Menu):
|
|
|
1784
1655
|
"""
|
|
1785
1656
|
|
|
1786
1657
|
:return: The RNA type or default when not found.
|
|
1787
|
-
:rtype: bpy.types.Struct
|
|
1788
1658
|
"""
|
|
1789
1659
|
|
|
1790
1660
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1791
1661
|
"""
|
|
1792
1662
|
|
|
1793
1663
|
:return: The class or default when not found.
|
|
1794
|
-
:rtype: typing.Any
|
|
1795
1664
|
"""
|
|
1796
1665
|
|
|
1797
1666
|
def draw(self, context) -> None:
|
|
@@ -1809,14 +1678,12 @@ class VIEW3D_MT_edit_mesh_select_linked(_bpy_types.Menu):
|
|
|
1809
1678
|
"""
|
|
1810
1679
|
|
|
1811
1680
|
:return: The RNA type or default when not found.
|
|
1812
|
-
:rtype: bpy.types.Struct
|
|
1813
1681
|
"""
|
|
1814
1682
|
|
|
1815
1683
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1816
1684
|
"""
|
|
1817
1685
|
|
|
1818
1686
|
:return: The class or default when not found.
|
|
1819
|
-
:rtype: typing.Any
|
|
1820
1687
|
"""
|
|
1821
1688
|
|
|
1822
1689
|
def draw(self, _context) -> None:
|
|
@@ -1834,14 +1701,12 @@ class VIEW3D_MT_edit_mesh_select_loops(_bpy_types.Menu):
|
|
|
1834
1701
|
"""
|
|
1835
1702
|
|
|
1836
1703
|
:return: The RNA type or default when not found.
|
|
1837
|
-
:rtype: bpy.types.Struct
|
|
1838
1704
|
"""
|
|
1839
1705
|
|
|
1840
1706
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1841
1707
|
"""
|
|
1842
1708
|
|
|
1843
1709
|
:return: The class or default when not found.
|
|
1844
|
-
:rtype: typing.Any
|
|
1845
1710
|
"""
|
|
1846
1711
|
|
|
1847
1712
|
def draw(self, _context) -> None:
|
|
@@ -1859,14 +1724,12 @@ class VIEW3D_MT_edit_mesh_select_mode(_bpy_types.Menu):
|
|
|
1859
1724
|
"""
|
|
1860
1725
|
|
|
1861
1726
|
:return: The RNA type or default when not found.
|
|
1862
|
-
:rtype: bpy.types.Struct
|
|
1863
1727
|
"""
|
|
1864
1728
|
|
|
1865
1729
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1866
1730
|
"""
|
|
1867
1731
|
|
|
1868
1732
|
:return: The class or default when not found.
|
|
1869
|
-
:rtype: typing.Any
|
|
1870
1733
|
"""
|
|
1871
1734
|
|
|
1872
1735
|
def draw(self, _context) -> None:
|
|
@@ -1884,14 +1747,12 @@ class VIEW3D_MT_edit_mesh_select_more_less(_bpy_types.Menu):
|
|
|
1884
1747
|
"""
|
|
1885
1748
|
|
|
1886
1749
|
:return: The RNA type or default when not found.
|
|
1887
|
-
:rtype: bpy.types.Struct
|
|
1888
1750
|
"""
|
|
1889
1751
|
|
|
1890
1752
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1891
1753
|
"""
|
|
1892
1754
|
|
|
1893
1755
|
:return: The class or default when not found.
|
|
1894
|
-
:rtype: typing.Any
|
|
1895
1756
|
"""
|
|
1896
1757
|
|
|
1897
1758
|
def draw(self, _context) -> None:
|
|
@@ -1909,14 +1770,12 @@ class VIEW3D_MT_edit_mesh_select_similar(_bpy_types.Menu):
|
|
|
1909
1770
|
"""
|
|
1910
1771
|
|
|
1911
1772
|
:return: The RNA type or default when not found.
|
|
1912
|
-
:rtype: bpy.types.Struct
|
|
1913
1773
|
"""
|
|
1914
1774
|
|
|
1915
1775
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1916
1776
|
"""
|
|
1917
1777
|
|
|
1918
1778
|
:return: The class or default when not found.
|
|
1919
|
-
:rtype: typing.Any
|
|
1920
1779
|
"""
|
|
1921
1780
|
|
|
1922
1781
|
def draw(self, _context) -> None:
|
|
@@ -1934,14 +1793,12 @@ class VIEW3D_MT_edit_mesh_shading(_bpy_types.Menu):
|
|
|
1934
1793
|
"""
|
|
1935
1794
|
|
|
1936
1795
|
:return: The RNA type or default when not found.
|
|
1937
|
-
:rtype: bpy.types.Struct
|
|
1938
1796
|
"""
|
|
1939
1797
|
|
|
1940
1798
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1941
1799
|
"""
|
|
1942
1800
|
|
|
1943
1801
|
:return: The class or default when not found.
|
|
1944
|
-
:rtype: typing.Any
|
|
1945
1802
|
"""
|
|
1946
1803
|
|
|
1947
1804
|
def draw(self, _context) -> None:
|
|
@@ -1959,14 +1816,12 @@ class VIEW3D_MT_edit_mesh_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
1959
1816
|
"""
|
|
1960
1817
|
|
|
1961
1818
|
:return: The RNA type or default when not found.
|
|
1962
|
-
:rtype: bpy.types.Struct
|
|
1963
1819
|
"""
|
|
1964
1820
|
|
|
1965
1821
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1966
1822
|
"""
|
|
1967
1823
|
|
|
1968
1824
|
:return: The class or default when not found.
|
|
1969
|
-
:rtype: typing.Any
|
|
1970
1825
|
"""
|
|
1971
1826
|
|
|
1972
1827
|
class VIEW3D_MT_edit_mesh_split(_bpy_types.Menu):
|
|
@@ -1978,14 +1833,12 @@ class VIEW3D_MT_edit_mesh_split(_bpy_types.Menu):
|
|
|
1978
1833
|
"""
|
|
1979
1834
|
|
|
1980
1835
|
:return: The RNA type or default when not found.
|
|
1981
|
-
:rtype: bpy.types.Struct
|
|
1982
1836
|
"""
|
|
1983
1837
|
|
|
1984
1838
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1985
1839
|
"""
|
|
1986
1840
|
|
|
1987
1841
|
:return: The class or default when not found.
|
|
1988
|
-
:rtype: typing.Any
|
|
1989
1842
|
"""
|
|
1990
1843
|
|
|
1991
1844
|
def draw(self, _context) -> None:
|
|
@@ -2003,14 +1856,12 @@ class VIEW3D_MT_edit_mesh_vertices(_bpy_types.Menu):
|
|
|
2003
1856
|
"""
|
|
2004
1857
|
|
|
2005
1858
|
:return: The RNA type or default when not found.
|
|
2006
|
-
:rtype: bpy.types.Struct
|
|
2007
1859
|
"""
|
|
2008
1860
|
|
|
2009
1861
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2010
1862
|
"""
|
|
2011
1863
|
|
|
2012
1864
|
:return: The class or default when not found.
|
|
2013
|
-
:rtype: typing.Any
|
|
2014
1865
|
"""
|
|
2015
1866
|
|
|
2016
1867
|
def draw(self, _context) -> None:
|
|
@@ -2028,14 +1879,12 @@ class VIEW3D_MT_edit_mesh_weights(_bpy_types.Menu):
|
|
|
2028
1879
|
"""
|
|
2029
1880
|
|
|
2030
1881
|
:return: The RNA type or default when not found.
|
|
2031
|
-
:rtype: bpy.types.Struct
|
|
2032
1882
|
"""
|
|
2033
1883
|
|
|
2034
1884
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2035
1885
|
"""
|
|
2036
1886
|
|
|
2037
1887
|
:return: The class or default when not found.
|
|
2038
|
-
:rtype: typing.Any
|
|
2039
1888
|
"""
|
|
2040
1889
|
|
|
2041
1890
|
def draw(self, _context) -> None:
|
|
@@ -2053,14 +1902,12 @@ class VIEW3D_MT_edit_meta(_bpy_types.Menu):
|
|
|
2053
1902
|
"""
|
|
2054
1903
|
|
|
2055
1904
|
:return: The RNA type or default when not found.
|
|
2056
|
-
:rtype: bpy.types.Struct
|
|
2057
1905
|
"""
|
|
2058
1906
|
|
|
2059
1907
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2060
1908
|
"""
|
|
2061
1909
|
|
|
2062
1910
|
:return: The class or default when not found.
|
|
2063
|
-
:rtype: typing.Any
|
|
2064
1911
|
"""
|
|
2065
1912
|
|
|
2066
1913
|
def draw(self, _context) -> None:
|
|
@@ -2078,14 +1925,12 @@ class VIEW3D_MT_edit_meta_showhide(_bpy_types.Menu):
|
|
|
2078
1925
|
"""
|
|
2079
1926
|
|
|
2080
1927
|
:return: The RNA type or default when not found.
|
|
2081
|
-
:rtype: bpy.types.Struct
|
|
2082
1928
|
"""
|
|
2083
1929
|
|
|
2084
1930
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2085
1931
|
"""
|
|
2086
1932
|
|
|
2087
1933
|
:return: The class or default when not found.
|
|
2088
|
-
:rtype: typing.Any
|
|
2089
1934
|
"""
|
|
2090
1935
|
|
|
2091
1936
|
def draw(self, _context) -> None:
|
|
@@ -2103,14 +1948,12 @@ class VIEW3D_MT_edit_metaball_context_menu(_bpy_types.Menu):
|
|
|
2103
1948
|
"""
|
|
2104
1949
|
|
|
2105
1950
|
:return: The RNA type or default when not found.
|
|
2106
|
-
:rtype: bpy.types.Struct
|
|
2107
1951
|
"""
|
|
2108
1952
|
|
|
2109
1953
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2110
1954
|
"""
|
|
2111
1955
|
|
|
2112
1956
|
:return: The class or default when not found.
|
|
2113
|
-
:rtype: typing.Any
|
|
2114
1957
|
"""
|
|
2115
1958
|
|
|
2116
1959
|
def draw(self, _context) -> None:
|
|
@@ -2128,14 +1971,12 @@ class VIEW3D_MT_edit_pointcloud(_bpy_types.Menu):
|
|
|
2128
1971
|
"""
|
|
2129
1972
|
|
|
2130
1973
|
:return: The RNA type or default when not found.
|
|
2131
|
-
:rtype: bpy.types.Struct
|
|
2132
1974
|
"""
|
|
2133
1975
|
|
|
2134
1976
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2135
1977
|
"""
|
|
2136
1978
|
|
|
2137
1979
|
:return: The class or default when not found.
|
|
2138
|
-
:rtype: typing.Any
|
|
2139
1980
|
"""
|
|
2140
1981
|
|
|
2141
1982
|
def draw(self, context) -> None:
|
|
@@ -2153,14 +1994,12 @@ class VIEW3D_MT_edit_surface(_bpy_types.Menu):
|
|
|
2153
1994
|
"""
|
|
2154
1995
|
|
|
2155
1996
|
:return: The RNA type or default when not found.
|
|
2156
|
-
:rtype: bpy.types.Struct
|
|
2157
1997
|
"""
|
|
2158
1998
|
|
|
2159
1999
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2160
2000
|
"""
|
|
2161
2001
|
|
|
2162
2002
|
:return: The class or default when not found.
|
|
2163
|
-
:rtype: typing.Any
|
|
2164
2003
|
"""
|
|
2165
2004
|
|
|
2166
2005
|
class VIEW3D_MT_editor_menus(_bpy_types.Menu):
|
|
@@ -2172,14 +2011,12 @@ class VIEW3D_MT_editor_menus(_bpy_types.Menu):
|
|
|
2172
2011
|
"""
|
|
2173
2012
|
|
|
2174
2013
|
:return: The RNA type or default when not found.
|
|
2175
|
-
:rtype: bpy.types.Struct
|
|
2176
2014
|
"""
|
|
2177
2015
|
|
|
2178
2016
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2179
2017
|
"""
|
|
2180
2018
|
|
|
2181
2019
|
:return: The class or default when not found.
|
|
2182
|
-
:rtype: typing.Any
|
|
2183
2020
|
"""
|
|
2184
2021
|
|
|
2185
2022
|
def draw(self, context) -> None:
|
|
@@ -2200,14 +2037,12 @@ class VIEW3D_MT_empty_add(_bpy_types.Menu):
|
|
|
2200
2037
|
"""
|
|
2201
2038
|
|
|
2202
2039
|
:return: The RNA type or default when not found.
|
|
2203
|
-
:rtype: bpy.types.Struct
|
|
2204
2040
|
"""
|
|
2205
2041
|
|
|
2206
2042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2207
2043
|
"""
|
|
2208
2044
|
|
|
2209
2045
|
:return: The class or default when not found.
|
|
2210
|
-
:rtype: typing.Any
|
|
2211
2046
|
"""
|
|
2212
2047
|
|
|
2213
2048
|
def draw(self, _context) -> None:
|
|
@@ -2225,14 +2060,12 @@ class VIEW3D_MT_face_sets(_bpy_types.Menu):
|
|
|
2225
2060
|
"""
|
|
2226
2061
|
|
|
2227
2062
|
:return: The RNA type or default when not found.
|
|
2228
|
-
:rtype: bpy.types.Struct
|
|
2229
2063
|
"""
|
|
2230
2064
|
|
|
2231
2065
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2232
2066
|
"""
|
|
2233
2067
|
|
|
2234
2068
|
:return: The class or default when not found.
|
|
2235
|
-
:rtype: typing.Any
|
|
2236
2069
|
"""
|
|
2237
2070
|
|
|
2238
2071
|
def draw(self, _context) -> None:
|
|
@@ -2250,14 +2083,12 @@ class VIEW3D_MT_face_sets_init(_bpy_types.Menu):
|
|
|
2250
2083
|
"""
|
|
2251
2084
|
|
|
2252
2085
|
:return: The RNA type or default when not found.
|
|
2253
|
-
:rtype: bpy.types.Struct
|
|
2254
2086
|
"""
|
|
2255
2087
|
|
|
2256
2088
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2257
2089
|
"""
|
|
2258
2090
|
|
|
2259
2091
|
:return: The class or default when not found.
|
|
2260
|
-
:rtype: typing.Any
|
|
2261
2092
|
"""
|
|
2262
2093
|
|
|
2263
2094
|
def draw(self, _context) -> None:
|
|
@@ -2277,14 +2108,12 @@ class VIEW3D_MT_grease_pencil_add(_bpy_types.Menu):
|
|
|
2277
2108
|
"""
|
|
2278
2109
|
|
|
2279
2110
|
:return: The RNA type or default when not found.
|
|
2280
|
-
:rtype: bpy.types.Struct
|
|
2281
2111
|
"""
|
|
2282
2112
|
|
|
2283
2113
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2284
2114
|
"""
|
|
2285
2115
|
|
|
2286
2116
|
:return: The class or default when not found.
|
|
2287
|
-
:rtype: typing.Any
|
|
2288
2117
|
"""
|
|
2289
2118
|
|
|
2290
2119
|
def draw(self, _context) -> None:
|
|
@@ -2302,14 +2131,12 @@ class VIEW3D_MT_grease_pencil_assign_material(_bpy_types.Menu):
|
|
|
2302
2131
|
"""
|
|
2303
2132
|
|
|
2304
2133
|
:return: The RNA type or default when not found.
|
|
2305
|
-
:rtype: bpy.types.Struct
|
|
2306
2134
|
"""
|
|
2307
2135
|
|
|
2308
2136
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2309
2137
|
"""
|
|
2310
2138
|
|
|
2311
2139
|
:return: The class or default when not found.
|
|
2312
|
-
:rtype: typing.Any
|
|
2313
2140
|
"""
|
|
2314
2141
|
|
|
2315
2142
|
def draw(self, context) -> None:
|
|
@@ -2327,14 +2154,12 @@ class VIEW3D_MT_grease_pencil_sculpt_automasking_pie(_bpy_types.Menu):
|
|
|
2327
2154
|
"""
|
|
2328
2155
|
|
|
2329
2156
|
:return: The RNA type or default when not found.
|
|
2330
|
-
:rtype: bpy.types.Struct
|
|
2331
2157
|
"""
|
|
2332
2158
|
|
|
2333
2159
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2334
2160
|
"""
|
|
2335
2161
|
|
|
2336
2162
|
:return: The class or default when not found.
|
|
2337
|
-
:rtype: typing.Any
|
|
2338
2163
|
"""
|
|
2339
2164
|
|
|
2340
2165
|
def draw(self, context) -> None:
|
|
@@ -2352,14 +2177,12 @@ class VIEW3D_MT_greasepencil_edit_context_menu(_bpy_types.Menu):
|
|
|
2352
2177
|
"""
|
|
2353
2178
|
|
|
2354
2179
|
:return: The RNA type or default when not found.
|
|
2355
|
-
:rtype: bpy.types.Struct
|
|
2356
2180
|
"""
|
|
2357
2181
|
|
|
2358
2182
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2359
2183
|
"""
|
|
2360
2184
|
|
|
2361
2185
|
:return: The class or default when not found.
|
|
2362
|
-
:rtype: typing.Any
|
|
2363
2186
|
"""
|
|
2364
2187
|
|
|
2365
2188
|
def draw(self, context) -> None:
|
|
@@ -2377,14 +2200,12 @@ class VIEW3D_MT_greasepencil_material_active(_bpy_types.Menu):
|
|
|
2377
2200
|
"""
|
|
2378
2201
|
|
|
2379
2202
|
:return: The RNA type or default when not found.
|
|
2380
|
-
:rtype: bpy.types.Struct
|
|
2381
2203
|
"""
|
|
2382
2204
|
|
|
2383
2205
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2384
2206
|
"""
|
|
2385
2207
|
|
|
2386
2208
|
:return: The class or default when not found.
|
|
2387
|
-
:rtype: typing.Any
|
|
2388
2209
|
"""
|
|
2389
2210
|
|
|
2390
2211
|
def draw(self, context) -> None:
|
|
@@ -2409,14 +2230,12 @@ class VIEW3D_MT_greasepencil_vertex_group(_bpy_types.Menu):
|
|
|
2409
2230
|
"""
|
|
2410
2231
|
|
|
2411
2232
|
:return: The RNA type or default when not found.
|
|
2412
|
-
:rtype: bpy.types.Struct
|
|
2413
2233
|
"""
|
|
2414
2234
|
|
|
2415
2235
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2416
2236
|
"""
|
|
2417
2237
|
|
|
2418
2238
|
:return: The class or default when not found.
|
|
2419
|
-
:rtype: typing.Any
|
|
2420
2239
|
"""
|
|
2421
2240
|
|
|
2422
2241
|
def draw(self, context) -> None:
|
|
@@ -2434,14 +2253,12 @@ class VIEW3D_MT_hook(_bpy_types.Menu):
|
|
|
2434
2253
|
"""
|
|
2435
2254
|
|
|
2436
2255
|
:return: The RNA type or default when not found.
|
|
2437
|
-
:rtype: bpy.types.Struct
|
|
2438
2256
|
"""
|
|
2439
2257
|
|
|
2440
2258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2441
2259
|
"""
|
|
2442
2260
|
|
|
2443
2261
|
:return: The class or default when not found.
|
|
2444
|
-
:rtype: typing.Any
|
|
2445
2262
|
"""
|
|
2446
2263
|
|
|
2447
2264
|
def draw(self, context) -> None:
|
|
@@ -2460,14 +2277,38 @@ class VIEW3D_MT_image_add(_bpy_types.Menu):
|
|
|
2460
2277
|
"""
|
|
2461
2278
|
|
|
2462
2279
|
:return: The RNA type or default when not found.
|
|
2463
|
-
:rtype: bpy.types.Struct
|
|
2464
2280
|
"""
|
|
2465
2281
|
|
|
2466
2282
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2467
2283
|
"""
|
|
2468
2284
|
|
|
2469
2285
|
:return: The class or default when not found.
|
|
2470
|
-
|
|
2286
|
+
"""
|
|
2287
|
+
|
|
2288
|
+
def draw(self, _context) -> None:
|
|
2289
|
+
"""
|
|
2290
|
+
|
|
2291
|
+
:param _context:
|
|
2292
|
+
"""
|
|
2293
|
+
|
|
2294
|
+
class VIEW3D_MT_lattice_add(_bpy_types.Menu):
|
|
2295
|
+
bl_idname: typing.Any
|
|
2296
|
+
bl_label: typing.Any
|
|
2297
|
+
bl_options: typing.Any
|
|
2298
|
+
bl_rna: typing.Any
|
|
2299
|
+
bl_translation_context: typing.Any
|
|
2300
|
+
id_data: typing.Any
|
|
2301
|
+
|
|
2302
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2303
|
+
"""
|
|
2304
|
+
|
|
2305
|
+
:return: The RNA type or default when not found.
|
|
2306
|
+
"""
|
|
2307
|
+
|
|
2308
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2309
|
+
"""
|
|
2310
|
+
|
|
2311
|
+
:return: The class or default when not found.
|
|
2471
2312
|
"""
|
|
2472
2313
|
|
|
2473
2314
|
def draw(self, _context) -> None:
|
|
@@ -2488,14 +2329,12 @@ class VIEW3D_MT_light_add(_bpy_types.Menu):
|
|
|
2488
2329
|
"""
|
|
2489
2330
|
|
|
2490
2331
|
:return: The RNA type or default when not found.
|
|
2491
|
-
:rtype: bpy.types.Struct
|
|
2492
2332
|
"""
|
|
2493
2333
|
|
|
2494
2334
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2495
2335
|
"""
|
|
2496
2336
|
|
|
2497
2337
|
:return: The class or default when not found.
|
|
2498
|
-
:rtype: typing.Any
|
|
2499
2338
|
"""
|
|
2500
2339
|
|
|
2501
2340
|
def draw(self, _context) -> None:
|
|
@@ -2515,14 +2354,12 @@ class VIEW3D_MT_lightprobe_add(_bpy_types.Menu):
|
|
|
2515
2354
|
"""
|
|
2516
2355
|
|
|
2517
2356
|
:return: The RNA type or default when not found.
|
|
2518
|
-
:rtype: bpy.types.Struct
|
|
2519
2357
|
"""
|
|
2520
2358
|
|
|
2521
2359
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2522
2360
|
"""
|
|
2523
2361
|
|
|
2524
2362
|
:return: The class or default when not found.
|
|
2525
|
-
:rtype: typing.Any
|
|
2526
2363
|
"""
|
|
2527
2364
|
|
|
2528
2365
|
def draw(self, _context) -> None:
|
|
@@ -2540,14 +2377,12 @@ class VIEW3D_MT_make_links(_bpy_types.Menu):
|
|
|
2540
2377
|
"""
|
|
2541
2378
|
|
|
2542
2379
|
:return: The RNA type or default when not found.
|
|
2543
|
-
:rtype: bpy.types.Struct
|
|
2544
2380
|
"""
|
|
2545
2381
|
|
|
2546
2382
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2547
2383
|
"""
|
|
2548
2384
|
|
|
2549
2385
|
:return: The class or default when not found.
|
|
2550
|
-
:rtype: typing.Any
|
|
2551
2386
|
"""
|
|
2552
2387
|
|
|
2553
2388
|
def draw(self, _context) -> None:
|
|
@@ -2565,14 +2400,12 @@ class VIEW3D_MT_make_single_user(_bpy_types.Menu):
|
|
|
2565
2400
|
"""
|
|
2566
2401
|
|
|
2567
2402
|
:return: The RNA type or default when not found.
|
|
2568
|
-
:rtype: bpy.types.Struct
|
|
2569
2403
|
"""
|
|
2570
2404
|
|
|
2571
2405
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2572
2406
|
"""
|
|
2573
2407
|
|
|
2574
2408
|
:return: The class or default when not found.
|
|
2575
|
-
:rtype: typing.Any
|
|
2576
2409
|
"""
|
|
2577
2410
|
|
|
2578
2411
|
def draw(self, _context) -> None:
|
|
@@ -2590,14 +2423,12 @@ class VIEW3D_MT_mask(_bpy_types.Menu):
|
|
|
2590
2423
|
"""
|
|
2591
2424
|
|
|
2592
2425
|
:return: The RNA type or default when not found.
|
|
2593
|
-
:rtype: bpy.types.Struct
|
|
2594
2426
|
"""
|
|
2595
2427
|
|
|
2596
2428
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2597
2429
|
"""
|
|
2598
2430
|
|
|
2599
2431
|
:return: The class or default when not found.
|
|
2600
|
-
:rtype: typing.Any
|
|
2601
2432
|
"""
|
|
2602
2433
|
|
|
2603
2434
|
def draw(self, _context) -> None:
|
|
@@ -2617,14 +2448,12 @@ class VIEW3D_MT_mesh_add(_bpy_types.Menu):
|
|
|
2617
2448
|
"""
|
|
2618
2449
|
|
|
2619
2450
|
:return: The RNA type or default when not found.
|
|
2620
|
-
:rtype: bpy.types.Struct
|
|
2621
2451
|
"""
|
|
2622
2452
|
|
|
2623
2453
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2624
2454
|
"""
|
|
2625
2455
|
|
|
2626
2456
|
:return: The class or default when not found.
|
|
2627
|
-
:rtype: typing.Any
|
|
2628
2457
|
"""
|
|
2629
2458
|
|
|
2630
2459
|
def draw(self, _context) -> None:
|
|
@@ -2644,14 +2473,12 @@ class VIEW3D_MT_metaball_add(_bpy_types.Menu):
|
|
|
2644
2473
|
"""
|
|
2645
2474
|
|
|
2646
2475
|
:return: The RNA type or default when not found.
|
|
2647
|
-
:rtype: bpy.types.Struct
|
|
2648
2476
|
"""
|
|
2649
2477
|
|
|
2650
2478
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2651
2479
|
"""
|
|
2652
2480
|
|
|
2653
2481
|
:return: The class or default when not found.
|
|
2654
|
-
:rtype: typing.Any
|
|
2655
2482
|
"""
|
|
2656
2483
|
|
|
2657
2484
|
def draw(self, _context) -> None:
|
|
@@ -2670,14 +2497,12 @@ class VIEW3D_MT_mirror(_bpy_types.Menu):
|
|
|
2670
2497
|
"""
|
|
2671
2498
|
|
|
2672
2499
|
:return: The RNA type or default when not found.
|
|
2673
|
-
:rtype: bpy.types.Struct
|
|
2674
2500
|
"""
|
|
2675
2501
|
|
|
2676
2502
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2677
2503
|
"""
|
|
2678
2504
|
|
|
2679
2505
|
:return: The class or default when not found.
|
|
2680
|
-
:rtype: typing.Any
|
|
2681
2506
|
"""
|
|
2682
2507
|
|
|
2683
2508
|
def draw(self, _context) -> None:
|
|
@@ -2696,14 +2521,12 @@ class VIEW3D_MT_object(_bpy_types.Menu):
|
|
|
2696
2521
|
"""
|
|
2697
2522
|
|
|
2698
2523
|
:return: The RNA type or default when not found.
|
|
2699
|
-
:rtype: bpy.types.Struct
|
|
2700
2524
|
"""
|
|
2701
2525
|
|
|
2702
2526
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2703
2527
|
"""
|
|
2704
2528
|
|
|
2705
2529
|
:return: The class or default when not found.
|
|
2706
|
-
:rtype: typing.Any
|
|
2707
2530
|
"""
|
|
2708
2531
|
|
|
2709
2532
|
def draw(self, context) -> None:
|
|
@@ -2721,14 +2544,12 @@ class VIEW3D_MT_object_animation(_bpy_types.Menu):
|
|
|
2721
2544
|
"""
|
|
2722
2545
|
|
|
2723
2546
|
:return: The RNA type or default when not found.
|
|
2724
|
-
:rtype: bpy.types.Struct
|
|
2725
2547
|
"""
|
|
2726
2548
|
|
|
2727
2549
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2728
2550
|
"""
|
|
2729
2551
|
|
|
2730
2552
|
:return: The class or default when not found.
|
|
2731
|
-
:rtype: typing.Any
|
|
2732
2553
|
"""
|
|
2733
2554
|
|
|
2734
2555
|
def draw(self, _context) -> None:
|
|
@@ -2746,14 +2567,12 @@ class VIEW3D_MT_object_apply(_bpy_types.Menu):
|
|
|
2746
2567
|
"""
|
|
2747
2568
|
|
|
2748
2569
|
:return: The RNA type or default when not found.
|
|
2749
|
-
:rtype: bpy.types.Struct
|
|
2750
2570
|
"""
|
|
2751
2571
|
|
|
2752
2572
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2753
2573
|
"""
|
|
2754
2574
|
|
|
2755
2575
|
:return: The class or default when not found.
|
|
2756
|
-
:rtype: typing.Any
|
|
2757
2576
|
"""
|
|
2758
2577
|
|
|
2759
2578
|
def draw(self, _context) -> None:
|
|
@@ -2771,14 +2590,12 @@ class VIEW3D_MT_object_asset(_bpy_types.Menu):
|
|
|
2771
2590
|
"""
|
|
2772
2591
|
|
|
2773
2592
|
:return: The RNA type or default when not found.
|
|
2774
|
-
:rtype: bpy.types.Struct
|
|
2775
2593
|
"""
|
|
2776
2594
|
|
|
2777
2595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2778
2596
|
"""
|
|
2779
2597
|
|
|
2780
2598
|
:return: The class or default when not found.
|
|
2781
|
-
:rtype: typing.Any
|
|
2782
2599
|
"""
|
|
2783
2600
|
|
|
2784
2601
|
def draw(self, _context) -> None:
|
|
@@ -2796,14 +2613,12 @@ class VIEW3D_MT_object_cleanup(_bpy_types.Menu):
|
|
|
2796
2613
|
"""
|
|
2797
2614
|
|
|
2798
2615
|
:return: The RNA type or default when not found.
|
|
2799
|
-
:rtype: bpy.types.Struct
|
|
2800
2616
|
"""
|
|
2801
2617
|
|
|
2802
2618
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2803
2619
|
"""
|
|
2804
2620
|
|
|
2805
2621
|
:return: The class or default when not found.
|
|
2806
|
-
:rtype: typing.Any
|
|
2807
2622
|
"""
|
|
2808
2623
|
|
|
2809
2624
|
def draw(self, _context) -> None:
|
|
@@ -2821,14 +2636,12 @@ class VIEW3D_MT_object_clear(_bpy_types.Menu):
|
|
|
2821
2636
|
"""
|
|
2822
2637
|
|
|
2823
2638
|
:return: The RNA type or default when not found.
|
|
2824
|
-
:rtype: bpy.types.Struct
|
|
2825
2639
|
"""
|
|
2826
2640
|
|
|
2827
2641
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2828
2642
|
"""
|
|
2829
2643
|
|
|
2830
2644
|
:return: The class or default when not found.
|
|
2831
|
-
:rtype: typing.Any
|
|
2832
2645
|
"""
|
|
2833
2646
|
|
|
2834
2647
|
def draw(self, _context) -> None:
|
|
@@ -2846,14 +2659,12 @@ class VIEW3D_MT_object_collection(_bpy_types.Menu):
|
|
|
2846
2659
|
"""
|
|
2847
2660
|
|
|
2848
2661
|
:return: The RNA type or default when not found.
|
|
2849
|
-
:rtype: bpy.types.Struct
|
|
2850
2662
|
"""
|
|
2851
2663
|
|
|
2852
2664
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2853
2665
|
"""
|
|
2854
2666
|
|
|
2855
2667
|
:return: The class or default when not found.
|
|
2856
|
-
:rtype: typing.Any
|
|
2857
2668
|
"""
|
|
2858
2669
|
|
|
2859
2670
|
def draw(self, _context) -> None:
|
|
@@ -2871,14 +2682,12 @@ class VIEW3D_MT_object_constraints(_bpy_types.Menu):
|
|
|
2871
2682
|
"""
|
|
2872
2683
|
|
|
2873
2684
|
:return: The RNA type or default when not found.
|
|
2874
|
-
:rtype: bpy.types.Struct
|
|
2875
2685
|
"""
|
|
2876
2686
|
|
|
2877
2687
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2878
2688
|
"""
|
|
2879
2689
|
|
|
2880
2690
|
:return: The class or default when not found.
|
|
2881
|
-
:rtype: typing.Any
|
|
2882
2691
|
"""
|
|
2883
2692
|
|
|
2884
2693
|
def draw(self, _context) -> None:
|
|
@@ -2896,14 +2705,12 @@ class VIEW3D_MT_object_context_menu(_bpy_types.Menu):
|
|
|
2896
2705
|
"""
|
|
2897
2706
|
|
|
2898
2707
|
:return: The RNA type or default when not found.
|
|
2899
|
-
:rtype: bpy.types.Struct
|
|
2900
2708
|
"""
|
|
2901
2709
|
|
|
2902
2710
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2903
2711
|
"""
|
|
2904
2712
|
|
|
2905
2713
|
:return: The class or default when not found.
|
|
2906
|
-
:rtype: typing.Any
|
|
2907
2714
|
"""
|
|
2908
2715
|
|
|
2909
2716
|
def draw(self, context) -> None:
|
|
@@ -2921,14 +2728,12 @@ class VIEW3D_MT_object_convert(_bpy_types.Menu):
|
|
|
2921
2728
|
"""
|
|
2922
2729
|
|
|
2923
2730
|
:return: The RNA type or default when not found.
|
|
2924
|
-
:rtype: bpy.types.Struct
|
|
2925
2731
|
"""
|
|
2926
2732
|
|
|
2927
2733
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2928
2734
|
"""
|
|
2929
2735
|
|
|
2930
2736
|
:return: The class or default when not found.
|
|
2931
|
-
:rtype: typing.Any
|
|
2932
2737
|
"""
|
|
2933
2738
|
|
|
2934
2739
|
def draw(self, context) -> None:
|
|
@@ -2946,14 +2751,12 @@ class VIEW3D_MT_object_liboverride(_bpy_types.Menu):
|
|
|
2946
2751
|
"""
|
|
2947
2752
|
|
|
2948
2753
|
:return: The RNA type or default when not found.
|
|
2949
|
-
:rtype: bpy.types.Struct
|
|
2950
2754
|
"""
|
|
2951
2755
|
|
|
2952
2756
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2953
2757
|
"""
|
|
2954
2758
|
|
|
2955
2759
|
:return: The class or default when not found.
|
|
2956
|
-
:rtype: typing.Any
|
|
2957
2760
|
"""
|
|
2958
2761
|
|
|
2959
2762
|
def draw(self, _context) -> None:
|
|
@@ -2971,14 +2774,12 @@ class VIEW3D_MT_object_mode_pie(_bpy_types.Menu):
|
|
|
2971
2774
|
"""
|
|
2972
2775
|
|
|
2973
2776
|
:return: The RNA type or default when not found.
|
|
2974
|
-
:rtype: bpy.types.Struct
|
|
2975
2777
|
"""
|
|
2976
2778
|
|
|
2977
2779
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2978
2780
|
"""
|
|
2979
2781
|
|
|
2980
2782
|
:return: The class or default when not found.
|
|
2981
|
-
:rtype: typing.Any
|
|
2982
2783
|
"""
|
|
2983
2784
|
|
|
2984
2785
|
def draw(self, _context) -> None:
|
|
@@ -2996,14 +2797,12 @@ class VIEW3D_MT_object_modifiers(_bpy_types.Menu):
|
|
|
2996
2797
|
"""
|
|
2997
2798
|
|
|
2998
2799
|
:return: The RNA type or default when not found.
|
|
2999
|
-
:rtype: bpy.types.Struct
|
|
3000
2800
|
"""
|
|
3001
2801
|
|
|
3002
2802
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3003
2803
|
"""
|
|
3004
2804
|
|
|
3005
2805
|
:return: The class or default when not found.
|
|
3006
|
-
:rtype: typing.Any
|
|
3007
2806
|
"""
|
|
3008
2807
|
|
|
3009
2808
|
def draw(self, _context) -> None:
|
|
@@ -3022,14 +2821,12 @@ class VIEW3D_MT_object_parent(_bpy_types.Menu):
|
|
|
3022
2821
|
"""
|
|
3023
2822
|
|
|
3024
2823
|
:return: The RNA type or default when not found.
|
|
3025
|
-
:rtype: bpy.types.Struct
|
|
3026
2824
|
"""
|
|
3027
2825
|
|
|
3028
2826
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3029
2827
|
"""
|
|
3030
2828
|
|
|
3031
2829
|
:return: The class or default when not found.
|
|
3032
|
-
:rtype: typing.Any
|
|
3033
2830
|
"""
|
|
3034
2831
|
|
|
3035
2832
|
def draw(self, _context) -> None:
|
|
@@ -3047,14 +2844,12 @@ class VIEW3D_MT_object_quick_effects(_bpy_types.Menu):
|
|
|
3047
2844
|
"""
|
|
3048
2845
|
|
|
3049
2846
|
:return: The RNA type or default when not found.
|
|
3050
|
-
:rtype: bpy.types.Struct
|
|
3051
2847
|
"""
|
|
3052
2848
|
|
|
3053
2849
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3054
2850
|
"""
|
|
3055
2851
|
|
|
3056
2852
|
:return: The class or default when not found.
|
|
3057
|
-
:rtype: typing.Any
|
|
3058
2853
|
"""
|
|
3059
2854
|
|
|
3060
2855
|
def draw(self, _context) -> None:
|
|
@@ -3072,14 +2867,12 @@ class VIEW3D_MT_object_relations(_bpy_types.Menu):
|
|
|
3072
2867
|
"""
|
|
3073
2868
|
|
|
3074
2869
|
:return: The RNA type or default when not found.
|
|
3075
|
-
:rtype: bpy.types.Struct
|
|
3076
2870
|
"""
|
|
3077
2871
|
|
|
3078
2872
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3079
2873
|
"""
|
|
3080
2874
|
|
|
3081
2875
|
:return: The class or default when not found.
|
|
3082
|
-
:rtype: typing.Any
|
|
3083
2876
|
"""
|
|
3084
2877
|
|
|
3085
2878
|
def draw(self, _context) -> None:
|
|
@@ -3097,14 +2890,12 @@ class VIEW3D_MT_object_rigid_body(_bpy_types.Menu):
|
|
|
3097
2890
|
"""
|
|
3098
2891
|
|
|
3099
2892
|
:return: The RNA type or default when not found.
|
|
3100
|
-
:rtype: bpy.types.Struct
|
|
3101
2893
|
"""
|
|
3102
2894
|
|
|
3103
2895
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3104
2896
|
"""
|
|
3105
2897
|
|
|
3106
2898
|
:return: The class or default when not found.
|
|
3107
|
-
:rtype: typing.Any
|
|
3108
2899
|
"""
|
|
3109
2900
|
|
|
3110
2901
|
def draw(self, _context) -> None:
|
|
@@ -3122,14 +2913,12 @@ class VIEW3D_MT_object_shading(_bpy_types.Menu):
|
|
|
3122
2913
|
"""
|
|
3123
2914
|
|
|
3124
2915
|
:return: The RNA type or default when not found.
|
|
3125
|
-
:rtype: bpy.types.Struct
|
|
3126
2916
|
"""
|
|
3127
2917
|
|
|
3128
2918
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3129
2919
|
"""
|
|
3130
2920
|
|
|
3131
2921
|
:return: The class or default when not found.
|
|
3132
|
-
:rtype: typing.Any
|
|
3133
2922
|
"""
|
|
3134
2923
|
|
|
3135
2924
|
def draw(self, _context) -> None:
|
|
@@ -3147,14 +2936,12 @@ class VIEW3D_MT_object_showhide(_bpy_types.Menu):
|
|
|
3147
2936
|
"""
|
|
3148
2937
|
|
|
3149
2938
|
:return: The RNA type or default when not found.
|
|
3150
|
-
:rtype: bpy.types.Struct
|
|
3151
2939
|
"""
|
|
3152
2940
|
|
|
3153
2941
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3154
2942
|
"""
|
|
3155
2943
|
|
|
3156
2944
|
:return: The class or default when not found.
|
|
3157
|
-
:rtype: typing.Any
|
|
3158
2945
|
"""
|
|
3159
2946
|
|
|
3160
2947
|
def draw(self, _context) -> None:
|
|
@@ -3173,14 +2960,12 @@ class VIEW3D_MT_object_track(_bpy_types.Menu):
|
|
|
3173
2960
|
"""
|
|
3174
2961
|
|
|
3175
2962
|
:return: The RNA type or default when not found.
|
|
3176
|
-
:rtype: bpy.types.Struct
|
|
3177
2963
|
"""
|
|
3178
2964
|
|
|
3179
2965
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3180
2966
|
"""
|
|
3181
2967
|
|
|
3182
2968
|
:return: The class or default when not found.
|
|
3183
|
-
:rtype: typing.Any
|
|
3184
2969
|
"""
|
|
3185
2970
|
|
|
3186
2971
|
def draw(self, _context) -> None:
|
|
@@ -3198,14 +2983,12 @@ class VIEW3D_MT_orientations_pie(_bpy_types.Menu):
|
|
|
3198
2983
|
"""
|
|
3199
2984
|
|
|
3200
2985
|
:return: The RNA type or default when not found.
|
|
3201
|
-
:rtype: bpy.types.Struct
|
|
3202
2986
|
"""
|
|
3203
2987
|
|
|
3204
2988
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3205
2989
|
"""
|
|
3206
2990
|
|
|
3207
2991
|
:return: The class or default when not found.
|
|
3208
|
-
:rtype: typing.Any
|
|
3209
2992
|
"""
|
|
3210
2993
|
|
|
3211
2994
|
def draw(self, context) -> None:
|
|
@@ -3223,14 +3006,12 @@ class VIEW3D_MT_paint_grease_pencil(_bpy_types.Menu):
|
|
|
3223
3006
|
"""
|
|
3224
3007
|
|
|
3225
3008
|
:return: The RNA type or default when not found.
|
|
3226
|
-
:rtype: bpy.types.Struct
|
|
3227
3009
|
"""
|
|
3228
3010
|
|
|
3229
3011
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3230
3012
|
"""
|
|
3231
3013
|
|
|
3232
3014
|
:return: The class or default when not found.
|
|
3233
|
-
:rtype: typing.Any
|
|
3234
3015
|
"""
|
|
3235
3016
|
|
|
3236
3017
|
def draw(self, _context) -> None:
|
|
@@ -3248,14 +3029,12 @@ class VIEW3D_MT_paint_vertex(_bpy_types.Menu):
|
|
|
3248
3029
|
"""
|
|
3249
3030
|
|
|
3250
3031
|
:return: The RNA type or default when not found.
|
|
3251
|
-
:rtype: bpy.types.Struct
|
|
3252
3032
|
"""
|
|
3253
3033
|
|
|
3254
3034
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3255
3035
|
"""
|
|
3256
3036
|
|
|
3257
3037
|
:return: The class or default when not found.
|
|
3258
|
-
:rtype: typing.Any
|
|
3259
3038
|
"""
|
|
3260
3039
|
|
|
3261
3040
|
def draw(self, _context) -> None:
|
|
@@ -3273,14 +3052,12 @@ class VIEW3D_MT_paint_vertex_grease_pencil(_bpy_types.Menu):
|
|
|
3273
3052
|
"""
|
|
3274
3053
|
|
|
3275
3054
|
:return: The RNA type or default when not found.
|
|
3276
|
-
:rtype: bpy.types.Struct
|
|
3277
3055
|
"""
|
|
3278
3056
|
|
|
3279
3057
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3280
3058
|
"""
|
|
3281
3059
|
|
|
3282
3060
|
:return: The class or default when not found.
|
|
3283
|
-
:rtype: typing.Any
|
|
3284
3061
|
"""
|
|
3285
3062
|
|
|
3286
3063
|
def draw(self, _context) -> None:
|
|
@@ -3298,14 +3075,12 @@ class VIEW3D_MT_paint_weight(_bpy_types.Menu):
|
|
|
3298
3075
|
"""
|
|
3299
3076
|
|
|
3300
3077
|
:return: The RNA type or default when not found.
|
|
3301
|
-
:rtype: bpy.types.Struct
|
|
3302
3078
|
"""
|
|
3303
3079
|
|
|
3304
3080
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3305
3081
|
"""
|
|
3306
3082
|
|
|
3307
3083
|
:return: The class or default when not found.
|
|
3308
|
-
:rtype: typing.Any
|
|
3309
3084
|
"""
|
|
3310
3085
|
|
|
3311
3086
|
def draw(self, _context) -> None:
|
|
@@ -3331,14 +3106,12 @@ class VIEW3D_MT_paint_weight_lock(_bpy_types.Menu):
|
|
|
3331
3106
|
"""
|
|
3332
3107
|
|
|
3333
3108
|
:return: The RNA type or default when not found.
|
|
3334
|
-
:rtype: bpy.types.Struct
|
|
3335
3109
|
"""
|
|
3336
3110
|
|
|
3337
3111
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3338
3112
|
"""
|
|
3339
3113
|
|
|
3340
3114
|
:return: The class or default when not found.
|
|
3341
|
-
:rtype: typing.Any
|
|
3342
3115
|
"""
|
|
3343
3116
|
|
|
3344
3117
|
def draw(self, _context) -> None:
|
|
@@ -3356,14 +3129,12 @@ class VIEW3D_MT_particle(_bpy_types.Menu):
|
|
|
3356
3129
|
"""
|
|
3357
3130
|
|
|
3358
3131
|
:return: The RNA type or default when not found.
|
|
3359
|
-
:rtype: bpy.types.Struct
|
|
3360
3132
|
"""
|
|
3361
3133
|
|
|
3362
3134
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3363
3135
|
"""
|
|
3364
3136
|
|
|
3365
3137
|
:return: The class or default when not found.
|
|
3366
|
-
:rtype: typing.Any
|
|
3367
3138
|
"""
|
|
3368
3139
|
|
|
3369
3140
|
def draw(self, context) -> None:
|
|
@@ -3381,14 +3152,12 @@ class VIEW3D_MT_particle_context_menu(_bpy_types.Menu):
|
|
|
3381
3152
|
"""
|
|
3382
3153
|
|
|
3383
3154
|
:return: The RNA type or default when not found.
|
|
3384
|
-
:rtype: bpy.types.Struct
|
|
3385
3155
|
"""
|
|
3386
3156
|
|
|
3387
3157
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3388
3158
|
"""
|
|
3389
3159
|
|
|
3390
3160
|
:return: The class or default when not found.
|
|
3391
|
-
:rtype: typing.Any
|
|
3392
3161
|
"""
|
|
3393
3162
|
|
|
3394
3163
|
def draw(self, context) -> None:
|
|
@@ -3406,14 +3175,12 @@ class VIEW3D_MT_particle_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
3406
3175
|
"""
|
|
3407
3176
|
|
|
3408
3177
|
:return: The RNA type or default when not found.
|
|
3409
|
-
:rtype: bpy.types.Struct
|
|
3410
3178
|
"""
|
|
3411
3179
|
|
|
3412
3180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3413
3181
|
"""
|
|
3414
3182
|
|
|
3415
3183
|
:return: The class or default when not found.
|
|
3416
|
-
:rtype: typing.Any
|
|
3417
3184
|
"""
|
|
3418
3185
|
|
|
3419
3186
|
class VIEW3D_MT_pivot_pie(_bpy_types.Menu):
|
|
@@ -3425,14 +3192,12 @@ class VIEW3D_MT_pivot_pie(_bpy_types.Menu):
|
|
|
3425
3192
|
"""
|
|
3426
3193
|
|
|
3427
3194
|
:return: The RNA type or default when not found.
|
|
3428
|
-
:rtype: bpy.types.Struct
|
|
3429
3195
|
"""
|
|
3430
3196
|
|
|
3431
3197
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3432
3198
|
"""
|
|
3433
3199
|
|
|
3434
3200
|
:return: The class or default when not found.
|
|
3435
|
-
:rtype: typing.Any
|
|
3436
3201
|
"""
|
|
3437
3202
|
|
|
3438
3203
|
def draw(self, context) -> None:
|
|
@@ -3450,14 +3215,12 @@ class VIEW3D_MT_pose(_bpy_types.Menu):
|
|
|
3450
3215
|
"""
|
|
3451
3216
|
|
|
3452
3217
|
:return: The RNA type or default when not found.
|
|
3453
|
-
:rtype: bpy.types.Struct
|
|
3454
3218
|
"""
|
|
3455
3219
|
|
|
3456
3220
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3457
3221
|
"""
|
|
3458
3222
|
|
|
3459
3223
|
:return: The class or default when not found.
|
|
3460
|
-
:rtype: typing.Any
|
|
3461
3224
|
"""
|
|
3462
3225
|
|
|
3463
3226
|
def draw(self, _context) -> None:
|
|
@@ -3475,14 +3238,12 @@ class VIEW3D_MT_pose_apply(_bpy_types.Menu):
|
|
|
3475
3238
|
"""
|
|
3476
3239
|
|
|
3477
3240
|
:return: The RNA type or default when not found.
|
|
3478
|
-
:rtype: bpy.types.Struct
|
|
3479
3241
|
"""
|
|
3480
3242
|
|
|
3481
3243
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3482
3244
|
"""
|
|
3483
3245
|
|
|
3484
3246
|
:return: The class or default when not found.
|
|
3485
|
-
:rtype: typing.Any
|
|
3486
3247
|
"""
|
|
3487
3248
|
|
|
3488
3249
|
def draw(self, _context) -> None:
|
|
@@ -3500,14 +3261,12 @@ class VIEW3D_MT_pose_constraints(_bpy_types.Menu):
|
|
|
3500
3261
|
"""
|
|
3501
3262
|
|
|
3502
3263
|
:return: The RNA type or default when not found.
|
|
3503
|
-
:rtype: bpy.types.Struct
|
|
3504
3264
|
"""
|
|
3505
3265
|
|
|
3506
3266
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3507
3267
|
"""
|
|
3508
3268
|
|
|
3509
3269
|
:return: The class or default when not found.
|
|
3510
|
-
:rtype: typing.Any
|
|
3511
3270
|
"""
|
|
3512
3271
|
|
|
3513
3272
|
def draw(self, _context) -> None:
|
|
@@ -3525,14 +3284,12 @@ class VIEW3D_MT_pose_context_menu(_bpy_types.Menu):
|
|
|
3525
3284
|
"""
|
|
3526
3285
|
|
|
3527
3286
|
:return: The RNA type or default when not found.
|
|
3528
|
-
:rtype: bpy.types.Struct
|
|
3529
3287
|
"""
|
|
3530
3288
|
|
|
3531
3289
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3532
3290
|
"""
|
|
3533
3291
|
|
|
3534
3292
|
:return: The class or default when not found.
|
|
3535
|
-
:rtype: typing.Any
|
|
3536
3293
|
"""
|
|
3537
3294
|
|
|
3538
3295
|
def draw(self, _context) -> None:
|
|
@@ -3550,14 +3307,12 @@ class VIEW3D_MT_pose_ik(_bpy_types.Menu):
|
|
|
3550
3307
|
"""
|
|
3551
3308
|
|
|
3552
3309
|
:return: The RNA type or default when not found.
|
|
3553
|
-
:rtype: bpy.types.Struct
|
|
3554
3310
|
"""
|
|
3555
3311
|
|
|
3556
3312
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3557
3313
|
"""
|
|
3558
3314
|
|
|
3559
3315
|
:return: The class or default when not found.
|
|
3560
|
-
:rtype: typing.Any
|
|
3561
3316
|
"""
|
|
3562
3317
|
|
|
3563
3318
|
def draw(self, _context) -> None:
|
|
@@ -3575,14 +3330,12 @@ class VIEW3D_MT_pose_motion(_bpy_types.Menu):
|
|
|
3575
3330
|
"""
|
|
3576
3331
|
|
|
3577
3332
|
:return: The RNA type or default when not found.
|
|
3578
|
-
:rtype: bpy.types.Struct
|
|
3579
3333
|
"""
|
|
3580
3334
|
|
|
3581
3335
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3582
3336
|
"""
|
|
3583
3337
|
|
|
3584
3338
|
:return: The class or default when not found.
|
|
3585
|
-
:rtype: typing.Any
|
|
3586
3339
|
"""
|
|
3587
3340
|
|
|
3588
3341
|
def draw(self, _context) -> None:
|
|
@@ -3600,14 +3353,12 @@ class VIEW3D_MT_pose_names(_bpy_types.Menu):
|
|
|
3600
3353
|
"""
|
|
3601
3354
|
|
|
3602
3355
|
:return: The RNA type or default when not found.
|
|
3603
|
-
:rtype: bpy.types.Struct
|
|
3604
3356
|
"""
|
|
3605
3357
|
|
|
3606
3358
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3607
3359
|
"""
|
|
3608
3360
|
|
|
3609
3361
|
:return: The class or default when not found.
|
|
3610
|
-
:rtype: typing.Any
|
|
3611
3362
|
"""
|
|
3612
3363
|
|
|
3613
3364
|
def draw(self, _context) -> None:
|
|
@@ -3625,14 +3376,12 @@ class VIEW3D_MT_pose_propagate(_bpy_types.Menu):
|
|
|
3625
3376
|
"""
|
|
3626
3377
|
|
|
3627
3378
|
:return: The RNA type or default when not found.
|
|
3628
|
-
:rtype: bpy.types.Struct
|
|
3629
3379
|
"""
|
|
3630
3380
|
|
|
3631
3381
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3632
3382
|
"""
|
|
3633
3383
|
|
|
3634
3384
|
:return: The class or default when not found.
|
|
3635
|
-
:rtype: typing.Any
|
|
3636
3385
|
"""
|
|
3637
3386
|
|
|
3638
3387
|
def draw(self, _context) -> None:
|
|
@@ -3650,14 +3399,12 @@ class VIEW3D_MT_pose_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
3650
3399
|
"""
|
|
3651
3400
|
|
|
3652
3401
|
:return: The RNA type or default when not found.
|
|
3653
|
-
:rtype: bpy.types.Struct
|
|
3654
3402
|
"""
|
|
3655
3403
|
|
|
3656
3404
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3657
3405
|
"""
|
|
3658
3406
|
|
|
3659
3407
|
:return: The class or default when not found.
|
|
3660
|
-
:rtype: typing.Any
|
|
3661
3408
|
"""
|
|
3662
3409
|
|
|
3663
3410
|
class VIEW3D_MT_pose_slide(_bpy_types.Menu):
|
|
@@ -3669,14 +3416,12 @@ class VIEW3D_MT_pose_slide(_bpy_types.Menu):
|
|
|
3669
3416
|
"""
|
|
3670
3417
|
|
|
3671
3418
|
:return: The RNA type or default when not found.
|
|
3672
|
-
:rtype: bpy.types.Struct
|
|
3673
3419
|
"""
|
|
3674
3420
|
|
|
3675
3421
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3676
3422
|
"""
|
|
3677
3423
|
|
|
3678
3424
|
:return: The class or default when not found.
|
|
3679
|
-
:rtype: typing.Any
|
|
3680
3425
|
"""
|
|
3681
3426
|
|
|
3682
3427
|
def draw(self, _context) -> None:
|
|
@@ -3694,14 +3439,12 @@ class VIEW3D_MT_pose_transform(_bpy_types.Menu):
|
|
|
3694
3439
|
"""
|
|
3695
3440
|
|
|
3696
3441
|
:return: The RNA type or default when not found.
|
|
3697
|
-
:rtype: bpy.types.Struct
|
|
3698
3442
|
"""
|
|
3699
3443
|
|
|
3700
3444
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3701
3445
|
"""
|
|
3702
3446
|
|
|
3703
3447
|
:return: The class or default when not found.
|
|
3704
|
-
:rtype: typing.Any
|
|
3705
3448
|
"""
|
|
3706
3449
|
|
|
3707
3450
|
def draw(self, _context) -> None:
|
|
@@ -3719,14 +3462,12 @@ class VIEW3D_MT_proportional_editing_falloff_pie(_bpy_types.Menu):
|
|
|
3719
3462
|
"""
|
|
3720
3463
|
|
|
3721
3464
|
:return: The RNA type or default when not found.
|
|
3722
|
-
:rtype: bpy.types.Struct
|
|
3723
3465
|
"""
|
|
3724
3466
|
|
|
3725
3467
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3726
3468
|
"""
|
|
3727
3469
|
|
|
3728
3470
|
:return: The class or default when not found.
|
|
3729
|
-
:rtype: typing.Any
|
|
3730
3471
|
"""
|
|
3731
3472
|
|
|
3732
3473
|
def draw(self, context) -> None:
|
|
@@ -3744,14 +3485,12 @@ class VIEW3D_MT_random_mask(_bpy_types.Menu):
|
|
|
3744
3485
|
"""
|
|
3745
3486
|
|
|
3746
3487
|
:return: The RNA type or default when not found.
|
|
3747
|
-
:rtype: bpy.types.Struct
|
|
3748
3488
|
"""
|
|
3749
3489
|
|
|
3750
3490
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3751
3491
|
"""
|
|
3752
3492
|
|
|
3753
3493
|
:return: The class or default when not found.
|
|
3754
|
-
:rtype: typing.Any
|
|
3755
3494
|
"""
|
|
3756
3495
|
|
|
3757
3496
|
def draw(self, _context) -> None:
|
|
@@ -3769,14 +3508,12 @@ class VIEW3D_MT_sculpt(_bpy_types.Menu):
|
|
|
3769
3508
|
"""
|
|
3770
3509
|
|
|
3771
3510
|
:return: The RNA type or default when not found.
|
|
3772
|
-
:rtype: bpy.types.Struct
|
|
3773
3511
|
"""
|
|
3774
3512
|
|
|
3775
3513
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3776
3514
|
"""
|
|
3777
3515
|
|
|
3778
3516
|
:return: The class or default when not found.
|
|
3779
|
-
:rtype: typing.Any
|
|
3780
3517
|
"""
|
|
3781
3518
|
|
|
3782
3519
|
def draw(self, context) -> None:
|
|
@@ -3794,14 +3531,12 @@ class VIEW3D_MT_sculpt_automasking_pie(_bpy_types.Menu):
|
|
|
3794
3531
|
"""
|
|
3795
3532
|
|
|
3796
3533
|
:return: The RNA type or default when not found.
|
|
3797
|
-
:rtype: bpy.types.Struct
|
|
3798
3534
|
"""
|
|
3799
3535
|
|
|
3800
3536
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3801
3537
|
"""
|
|
3802
3538
|
|
|
3803
3539
|
:return: The class or default when not found.
|
|
3804
|
-
:rtype: typing.Any
|
|
3805
3540
|
"""
|
|
3806
3541
|
|
|
3807
3542
|
def draw(self, context) -> None:
|
|
@@ -3819,14 +3554,12 @@ class VIEW3D_MT_sculpt_curves(_bpy_types.Menu):
|
|
|
3819
3554
|
"""
|
|
3820
3555
|
|
|
3821
3556
|
:return: The RNA type or default when not found.
|
|
3822
|
-
:rtype: bpy.types.Struct
|
|
3823
3557
|
"""
|
|
3824
3558
|
|
|
3825
3559
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3826
3560
|
"""
|
|
3827
3561
|
|
|
3828
3562
|
:return: The class or default when not found.
|
|
3829
|
-
:rtype: typing.Any
|
|
3830
3563
|
"""
|
|
3831
3564
|
|
|
3832
3565
|
def draw(self, _context) -> None:
|
|
@@ -3844,14 +3577,12 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(_bpy_types.Menu):
|
|
|
3844
3577
|
"""
|
|
3845
3578
|
|
|
3846
3579
|
:return: The RNA type or default when not found.
|
|
3847
|
-
:rtype: bpy.types.Struct
|
|
3848
3580
|
"""
|
|
3849
3581
|
|
|
3850
3582
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3851
3583
|
"""
|
|
3852
3584
|
|
|
3853
3585
|
:return: The class or default when not found.
|
|
3854
|
-
:rtype: typing.Any
|
|
3855
3586
|
"""
|
|
3856
3587
|
|
|
3857
3588
|
def draw(self, _context) -> None:
|
|
@@ -3869,14 +3600,12 @@ class VIEW3D_MT_sculpt_mask_edit_pie(_bpy_types.Menu):
|
|
|
3869
3600
|
"""
|
|
3870
3601
|
|
|
3871
3602
|
:return: The RNA type or default when not found.
|
|
3872
|
-
:rtype: bpy.types.Struct
|
|
3873
3603
|
"""
|
|
3874
3604
|
|
|
3875
3605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3876
3606
|
"""
|
|
3877
3607
|
|
|
3878
3608
|
:return: The class or default when not found.
|
|
3879
|
-
:rtype: typing.Any
|
|
3880
3609
|
"""
|
|
3881
3610
|
|
|
3882
3611
|
def draw(self, _context) -> None:
|
|
@@ -3894,14 +3623,12 @@ class VIEW3D_MT_sculpt_set_pivot(_bpy_types.Menu):
|
|
|
3894
3623
|
"""
|
|
3895
3624
|
|
|
3896
3625
|
:return: The RNA type or default when not found.
|
|
3897
|
-
:rtype: bpy.types.Struct
|
|
3898
3626
|
"""
|
|
3899
3627
|
|
|
3900
3628
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3901
3629
|
"""
|
|
3902
3630
|
|
|
3903
3631
|
:return: The class or default when not found.
|
|
3904
|
-
:rtype: typing.Any
|
|
3905
3632
|
"""
|
|
3906
3633
|
|
|
3907
3634
|
def draw(self, _context) -> None:
|
|
@@ -3919,14 +3646,12 @@ class VIEW3D_MT_sculpt_showhide(_bpy_types.Menu):
|
|
|
3919
3646
|
"""
|
|
3920
3647
|
|
|
3921
3648
|
:return: The RNA type or default when not found.
|
|
3922
|
-
:rtype: bpy.types.Struct
|
|
3923
3649
|
"""
|
|
3924
3650
|
|
|
3925
3651
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3926
3652
|
"""
|
|
3927
3653
|
|
|
3928
3654
|
:return: The class or default when not found.
|
|
3929
|
-
:rtype: typing.Any
|
|
3930
3655
|
"""
|
|
3931
3656
|
|
|
3932
3657
|
def draw(self, _context) -> None:
|
|
@@ -3944,14 +3669,12 @@ class VIEW3D_MT_sculpt_transform(_bpy_types.Menu):
|
|
|
3944
3669
|
"""
|
|
3945
3670
|
|
|
3946
3671
|
:return: The RNA type or default when not found.
|
|
3947
|
-
:rtype: bpy.types.Struct
|
|
3948
3672
|
"""
|
|
3949
3673
|
|
|
3950
3674
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3951
3675
|
"""
|
|
3952
3676
|
|
|
3953
3677
|
:return: The class or default when not found.
|
|
3954
|
-
:rtype: typing.Any
|
|
3955
3678
|
"""
|
|
3956
3679
|
|
|
3957
3680
|
def draw(self, _context) -> None:
|
|
@@ -3969,14 +3692,12 @@ class VIEW3D_MT_sculpt_trim(_bpy_types.Menu):
|
|
|
3969
3692
|
"""
|
|
3970
3693
|
|
|
3971
3694
|
:return: The RNA type or default when not found.
|
|
3972
|
-
:rtype: bpy.types.Struct
|
|
3973
3695
|
"""
|
|
3974
3696
|
|
|
3975
3697
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3976
3698
|
"""
|
|
3977
3699
|
|
|
3978
3700
|
:return: The class or default when not found.
|
|
3979
|
-
:rtype: typing.Any
|
|
3980
3701
|
"""
|
|
3981
3702
|
|
|
3982
3703
|
def draw(self, _context) -> None:
|
|
@@ -3994,14 +3715,12 @@ class VIEW3D_MT_select_edit_armature(_bpy_types.Menu):
|
|
|
3994
3715
|
"""
|
|
3995
3716
|
|
|
3996
3717
|
:return: The RNA type or default when not found.
|
|
3997
|
-
:rtype: bpy.types.Struct
|
|
3998
3718
|
"""
|
|
3999
3719
|
|
|
4000
3720
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4001
3721
|
"""
|
|
4002
3722
|
|
|
4003
3723
|
:return: The class or default when not found.
|
|
4004
|
-
:rtype: typing.Any
|
|
4005
3724
|
"""
|
|
4006
3725
|
|
|
4007
3726
|
def draw(self, _context) -> None:
|
|
@@ -4019,14 +3738,12 @@ class VIEW3D_MT_select_edit_curve(_bpy_types.Menu):
|
|
|
4019
3738
|
"""
|
|
4020
3739
|
|
|
4021
3740
|
:return: The RNA type or default when not found.
|
|
4022
|
-
:rtype: bpy.types.Struct
|
|
4023
3741
|
"""
|
|
4024
3742
|
|
|
4025
3743
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4026
3744
|
"""
|
|
4027
3745
|
|
|
4028
3746
|
:return: The class or default when not found.
|
|
4029
|
-
:rtype: typing.Any
|
|
4030
3747
|
"""
|
|
4031
3748
|
|
|
4032
3749
|
def draw(self, _context) -> None:
|
|
@@ -4044,14 +3761,12 @@ class VIEW3D_MT_select_edit_curves(_bpy_types.Menu):
|
|
|
4044
3761
|
"""
|
|
4045
3762
|
|
|
4046
3763
|
:return: The RNA type or default when not found.
|
|
4047
|
-
:rtype: bpy.types.Struct
|
|
4048
3764
|
"""
|
|
4049
3765
|
|
|
4050
3766
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4051
3767
|
"""
|
|
4052
3768
|
|
|
4053
3769
|
:return: The class or default when not found.
|
|
4054
|
-
:rtype: typing.Any
|
|
4055
3770
|
"""
|
|
4056
3771
|
|
|
4057
3772
|
def draw(self, _context) -> None:
|
|
@@ -4069,14 +3784,12 @@ class VIEW3D_MT_select_edit_grease_pencil(_bpy_types.Menu):
|
|
|
4069
3784
|
"""
|
|
4070
3785
|
|
|
4071
3786
|
:return: The RNA type or default when not found.
|
|
4072
|
-
:rtype: bpy.types.Struct
|
|
4073
3787
|
"""
|
|
4074
3788
|
|
|
4075
3789
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4076
3790
|
"""
|
|
4077
3791
|
|
|
4078
3792
|
:return: The class or default when not found.
|
|
4079
|
-
:rtype: typing.Any
|
|
4080
3793
|
"""
|
|
4081
3794
|
|
|
4082
3795
|
def draw(self, context) -> None:
|
|
@@ -4094,14 +3807,12 @@ class VIEW3D_MT_select_edit_lattice(_bpy_types.Menu):
|
|
|
4094
3807
|
"""
|
|
4095
3808
|
|
|
4096
3809
|
:return: The RNA type or default when not found.
|
|
4097
|
-
:rtype: bpy.types.Struct
|
|
4098
3810
|
"""
|
|
4099
3811
|
|
|
4100
3812
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4101
3813
|
"""
|
|
4102
3814
|
|
|
4103
3815
|
:return: The class or default when not found.
|
|
4104
|
-
:rtype: typing.Any
|
|
4105
3816
|
"""
|
|
4106
3817
|
|
|
4107
3818
|
def draw(self, _context) -> None:
|
|
@@ -4119,14 +3830,12 @@ class VIEW3D_MT_select_edit_mesh(_bpy_types.Menu):
|
|
|
4119
3830
|
"""
|
|
4120
3831
|
|
|
4121
3832
|
:return: The RNA type or default when not found.
|
|
4122
|
-
:rtype: bpy.types.Struct
|
|
4123
3833
|
"""
|
|
4124
3834
|
|
|
4125
3835
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4126
3836
|
"""
|
|
4127
3837
|
|
|
4128
3838
|
:return: The class or default when not found.
|
|
4129
|
-
:rtype: typing.Any
|
|
4130
3839
|
"""
|
|
4131
3840
|
|
|
4132
3841
|
def draw(self, _context) -> None:
|
|
@@ -4144,14 +3853,12 @@ class VIEW3D_MT_select_edit_metaball(_bpy_types.Menu):
|
|
|
4144
3853
|
"""
|
|
4145
3854
|
|
|
4146
3855
|
:return: The RNA type or default when not found.
|
|
4147
|
-
:rtype: bpy.types.Struct
|
|
4148
3856
|
"""
|
|
4149
3857
|
|
|
4150
3858
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4151
3859
|
"""
|
|
4152
3860
|
|
|
4153
3861
|
:return: The class or default when not found.
|
|
4154
|
-
:rtype: typing.Any
|
|
4155
3862
|
"""
|
|
4156
3863
|
|
|
4157
3864
|
def draw(self, _context) -> None:
|
|
@@ -4169,14 +3876,12 @@ class VIEW3D_MT_select_edit_pointcloud(_bpy_types.Menu):
|
|
|
4169
3876
|
"""
|
|
4170
3877
|
|
|
4171
3878
|
:return: The RNA type or default when not found.
|
|
4172
|
-
:rtype: bpy.types.Struct
|
|
4173
3879
|
"""
|
|
4174
3880
|
|
|
4175
3881
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4176
3882
|
"""
|
|
4177
3883
|
|
|
4178
3884
|
:return: The class or default when not found.
|
|
4179
|
-
:rtype: typing.Any
|
|
4180
3885
|
"""
|
|
4181
3886
|
|
|
4182
3887
|
def draw(self, _context) -> None:
|
|
@@ -4194,14 +3899,12 @@ class VIEW3D_MT_select_edit_surface(_bpy_types.Menu):
|
|
|
4194
3899
|
"""
|
|
4195
3900
|
|
|
4196
3901
|
:return: The RNA type or default when not found.
|
|
4197
|
-
:rtype: bpy.types.Struct
|
|
4198
3902
|
"""
|
|
4199
3903
|
|
|
4200
3904
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4201
3905
|
"""
|
|
4202
3906
|
|
|
4203
3907
|
:return: The class or default when not found.
|
|
4204
|
-
:rtype: typing.Any
|
|
4205
3908
|
"""
|
|
4206
3909
|
|
|
4207
3910
|
def draw(self, _context) -> None:
|
|
@@ -4219,14 +3922,12 @@ class VIEW3D_MT_select_edit_text(_bpy_types.Menu):
|
|
|
4219
3922
|
"""
|
|
4220
3923
|
|
|
4221
3924
|
:return: The RNA type or default when not found.
|
|
4222
|
-
:rtype: bpy.types.Struct
|
|
4223
3925
|
"""
|
|
4224
3926
|
|
|
4225
3927
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4226
3928
|
"""
|
|
4227
3929
|
|
|
4228
3930
|
:return: The class or default when not found.
|
|
4229
|
-
:rtype: typing.Any
|
|
4230
3931
|
"""
|
|
4231
3932
|
|
|
4232
3933
|
def draw(self, _context) -> None:
|
|
@@ -4244,14 +3945,12 @@ class VIEW3D_MT_select_object(_bpy_types.Menu):
|
|
|
4244
3945
|
"""
|
|
4245
3946
|
|
|
4246
3947
|
:return: The RNA type or default when not found.
|
|
4247
|
-
:rtype: bpy.types.Struct
|
|
4248
3948
|
"""
|
|
4249
3949
|
|
|
4250
3950
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4251
3951
|
"""
|
|
4252
3952
|
|
|
4253
3953
|
:return: The class or default when not found.
|
|
4254
|
-
:rtype: typing.Any
|
|
4255
3954
|
"""
|
|
4256
3955
|
|
|
4257
3956
|
def draw(self, _context) -> None:
|
|
@@ -4269,14 +3968,12 @@ class VIEW3D_MT_select_object_more_less(_bpy_types.Menu):
|
|
|
4269
3968
|
"""
|
|
4270
3969
|
|
|
4271
3970
|
:return: The RNA type or default when not found.
|
|
4272
|
-
:rtype: bpy.types.Struct
|
|
4273
3971
|
"""
|
|
4274
3972
|
|
|
4275
3973
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4276
3974
|
"""
|
|
4277
3975
|
|
|
4278
3976
|
:return: The class or default when not found.
|
|
4279
|
-
:rtype: typing.Any
|
|
4280
3977
|
"""
|
|
4281
3978
|
|
|
4282
3979
|
def draw(self, _context) -> None:
|
|
@@ -4294,14 +3991,12 @@ class VIEW3D_MT_select_paint_mask(_bpy_types.Menu):
|
|
|
4294
3991
|
"""
|
|
4295
3992
|
|
|
4296
3993
|
:return: The RNA type or default when not found.
|
|
4297
|
-
:rtype: bpy.types.Struct
|
|
4298
3994
|
"""
|
|
4299
3995
|
|
|
4300
3996
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4301
3997
|
"""
|
|
4302
3998
|
|
|
4303
3999
|
:return: The class or default when not found.
|
|
4304
|
-
:rtype: typing.Any
|
|
4305
4000
|
"""
|
|
4306
4001
|
|
|
4307
4002
|
def draw(self, _context) -> None:
|
|
@@ -4319,14 +4014,12 @@ class VIEW3D_MT_select_paint_mask_vertex(_bpy_types.Menu):
|
|
|
4319
4014
|
"""
|
|
4320
4015
|
|
|
4321
4016
|
:return: The RNA type or default when not found.
|
|
4322
|
-
:rtype: bpy.types.Struct
|
|
4323
4017
|
"""
|
|
4324
4018
|
|
|
4325
4019
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4326
4020
|
"""
|
|
4327
4021
|
|
|
4328
4022
|
:return: The class or default when not found.
|
|
4329
|
-
:rtype: typing.Any
|
|
4330
4023
|
"""
|
|
4331
4024
|
|
|
4332
4025
|
def draw(self, _context) -> None:
|
|
@@ -4344,14 +4037,12 @@ class VIEW3D_MT_select_particle(_bpy_types.Menu):
|
|
|
4344
4037
|
"""
|
|
4345
4038
|
|
|
4346
4039
|
:return: The RNA type or default when not found.
|
|
4347
|
-
:rtype: bpy.types.Struct
|
|
4348
4040
|
"""
|
|
4349
4041
|
|
|
4350
4042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4351
4043
|
"""
|
|
4352
4044
|
|
|
4353
4045
|
:return: The class or default when not found.
|
|
4354
|
-
:rtype: typing.Any
|
|
4355
4046
|
"""
|
|
4356
4047
|
|
|
4357
4048
|
def draw(self, _context) -> None:
|
|
@@ -4369,14 +4060,12 @@ class VIEW3D_MT_select_pose(_bpy_types.Menu):
|
|
|
4369
4060
|
"""
|
|
4370
4061
|
|
|
4371
4062
|
:return: The RNA type or default when not found.
|
|
4372
|
-
:rtype: bpy.types.Struct
|
|
4373
4063
|
"""
|
|
4374
4064
|
|
|
4375
4065
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4376
4066
|
"""
|
|
4377
4067
|
|
|
4378
4068
|
:return: The class or default when not found.
|
|
4379
|
-
:rtype: typing.Any
|
|
4380
4069
|
"""
|
|
4381
4070
|
|
|
4382
4071
|
def draw(self, _context) -> None:
|
|
@@ -4394,14 +4083,12 @@ class VIEW3D_MT_select_pose_more_less(_bpy_types.Menu):
|
|
|
4394
4083
|
"""
|
|
4395
4084
|
|
|
4396
4085
|
:return: The RNA type or default when not found.
|
|
4397
|
-
:rtype: bpy.types.Struct
|
|
4398
4086
|
"""
|
|
4399
4087
|
|
|
4400
4088
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4401
4089
|
"""
|
|
4402
4090
|
|
|
4403
4091
|
:return: The class or default when not found.
|
|
4404
|
-
:rtype: typing.Any
|
|
4405
4092
|
"""
|
|
4406
4093
|
|
|
4407
4094
|
def draw(self, _context) -> None:
|
|
@@ -4419,14 +4106,12 @@ class VIEW3D_MT_select_sculpt_curves(_bpy_types.Menu):
|
|
|
4419
4106
|
"""
|
|
4420
4107
|
|
|
4421
4108
|
:return: The RNA type or default when not found.
|
|
4422
|
-
:rtype: bpy.types.Struct
|
|
4423
4109
|
"""
|
|
4424
4110
|
|
|
4425
4111
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4426
4112
|
"""
|
|
4427
4113
|
|
|
4428
4114
|
:return: The class or default when not found.
|
|
4429
|
-
:rtype: typing.Any
|
|
4430
4115
|
"""
|
|
4431
4116
|
|
|
4432
4117
|
def draw(self, _context) -> None:
|
|
@@ -4444,14 +4129,12 @@ class VIEW3D_MT_shading_ex_pie(_bpy_types.Menu):
|
|
|
4444
4129
|
"""
|
|
4445
4130
|
|
|
4446
4131
|
:return: The RNA type or default when not found.
|
|
4447
|
-
:rtype: bpy.types.Struct
|
|
4448
4132
|
"""
|
|
4449
4133
|
|
|
4450
4134
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4451
4135
|
"""
|
|
4452
4136
|
|
|
4453
4137
|
:return: The class or default when not found.
|
|
4454
|
-
:rtype: typing.Any
|
|
4455
4138
|
"""
|
|
4456
4139
|
|
|
4457
4140
|
def draw(self, context) -> None:
|
|
@@ -4469,14 +4152,12 @@ class VIEW3D_MT_shading_pie(_bpy_types.Menu):
|
|
|
4469
4152
|
"""
|
|
4470
4153
|
|
|
4471
4154
|
:return: The RNA type or default when not found.
|
|
4472
|
-
:rtype: bpy.types.Struct
|
|
4473
4155
|
"""
|
|
4474
4156
|
|
|
4475
4157
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4476
4158
|
"""
|
|
4477
4159
|
|
|
4478
4160
|
:return: The class or default when not found.
|
|
4479
|
-
:rtype: typing.Any
|
|
4480
4161
|
"""
|
|
4481
4162
|
|
|
4482
4163
|
def draw(self, context) -> None:
|
|
@@ -4494,14 +4175,12 @@ class VIEW3D_MT_snap(_bpy_types.Menu):
|
|
|
4494
4175
|
"""
|
|
4495
4176
|
|
|
4496
4177
|
:return: The RNA type or default when not found.
|
|
4497
|
-
:rtype: bpy.types.Struct
|
|
4498
4178
|
"""
|
|
4499
4179
|
|
|
4500
4180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4501
4181
|
"""
|
|
4502
4182
|
|
|
4503
4183
|
:return: The class or default when not found.
|
|
4504
|
-
:rtype: typing.Any
|
|
4505
4184
|
"""
|
|
4506
4185
|
|
|
4507
4186
|
def draw(self, _context) -> None:
|
|
@@ -4519,14 +4198,12 @@ class VIEW3D_MT_snap_pie(_bpy_types.Menu):
|
|
|
4519
4198
|
"""
|
|
4520
4199
|
|
|
4521
4200
|
:return: The RNA type or default when not found.
|
|
4522
|
-
:rtype: bpy.types.Struct
|
|
4523
4201
|
"""
|
|
4524
4202
|
|
|
4525
4203
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4526
4204
|
"""
|
|
4527
4205
|
|
|
4528
4206
|
:return: The class or default when not found.
|
|
4529
|
-
:rtype: typing.Any
|
|
4530
4207
|
"""
|
|
4531
4208
|
|
|
4532
4209
|
def draw(self, _context) -> None:
|
|
@@ -4546,14 +4223,12 @@ class VIEW3D_MT_surface_add(_bpy_types.Menu):
|
|
|
4546
4223
|
"""
|
|
4547
4224
|
|
|
4548
4225
|
:return: The RNA type or default when not found.
|
|
4549
|
-
:rtype: bpy.types.Struct
|
|
4550
4226
|
"""
|
|
4551
4227
|
|
|
4552
4228
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4553
4229
|
"""
|
|
4554
4230
|
|
|
4555
4231
|
:return: The class or default when not found.
|
|
4556
|
-
:rtype: typing.Any
|
|
4557
4232
|
"""
|
|
4558
4233
|
|
|
4559
4234
|
def draw(self, _context) -> None:
|
|
@@ -4572,14 +4247,12 @@ class VIEW3D_MT_transform(VIEW3D_MT_transform_base, _bpy_types.Menu):
|
|
|
4572
4247
|
"""
|
|
4573
4248
|
|
|
4574
4249
|
:return: The RNA type or default when not found.
|
|
4575
|
-
:rtype: bpy.types.Struct
|
|
4576
4250
|
"""
|
|
4577
4251
|
|
|
4578
4252
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4579
4253
|
"""
|
|
4580
4254
|
|
|
4581
4255
|
:return: The class or default when not found.
|
|
4582
|
-
:rtype: typing.Any
|
|
4583
4256
|
"""
|
|
4584
4257
|
|
|
4585
4258
|
def draw(self, context) -> None:
|
|
@@ -4598,14 +4271,12 @@ class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, _bpy_types.Menu):
|
|
|
4598
4271
|
"""
|
|
4599
4272
|
|
|
4600
4273
|
:return: The RNA type or default when not found.
|
|
4601
|
-
:rtype: bpy.types.Struct
|
|
4602
4274
|
"""
|
|
4603
4275
|
|
|
4604
4276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4605
4277
|
"""
|
|
4606
4278
|
|
|
4607
4279
|
:return: The class or default when not found.
|
|
4608
|
-
:rtype: typing.Any
|
|
4609
4280
|
"""
|
|
4610
4281
|
|
|
4611
4282
|
def draw(self, context) -> None:
|
|
@@ -4633,14 +4304,12 @@ class VIEW3D_MT_transform_gizmo_pie(_bpy_types.Menu):
|
|
|
4633
4304
|
"""
|
|
4634
4305
|
|
|
4635
4306
|
:return: The RNA type or default when not found.
|
|
4636
|
-
:rtype: bpy.types.Struct
|
|
4637
4307
|
"""
|
|
4638
4308
|
|
|
4639
4309
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4640
4310
|
"""
|
|
4641
4311
|
|
|
4642
4312
|
:return: The class or default when not found.
|
|
4643
|
-
:rtype: typing.Any
|
|
4644
4313
|
"""
|
|
4645
4314
|
|
|
4646
4315
|
def draw(self, context) -> None:
|
|
@@ -4659,14 +4328,12 @@ class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, _bpy_types.Menu):
|
|
|
4659
4328
|
"""
|
|
4660
4329
|
|
|
4661
4330
|
:return: The RNA type or default when not found.
|
|
4662
|
-
:rtype: bpy.types.Struct
|
|
4663
4331
|
"""
|
|
4664
4332
|
|
|
4665
4333
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4666
4334
|
"""
|
|
4667
4335
|
|
|
4668
4336
|
:return: The class or default when not found.
|
|
4669
|
-
:rtype: typing.Any
|
|
4670
4337
|
"""
|
|
4671
4338
|
|
|
4672
4339
|
def draw(self, context) -> None:
|
|
@@ -4684,14 +4351,12 @@ class VIEW3D_MT_uv_map(_bpy_types.Menu):
|
|
|
4684
4351
|
"""
|
|
4685
4352
|
|
|
4686
4353
|
:return: The RNA type or default when not found.
|
|
4687
|
-
:rtype: bpy.types.Struct
|
|
4688
4354
|
"""
|
|
4689
4355
|
|
|
4690
4356
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4691
4357
|
"""
|
|
4692
4358
|
|
|
4693
4359
|
:return: The class or default when not found.
|
|
4694
|
-
:rtype: typing.Any
|
|
4695
4360
|
"""
|
|
4696
4361
|
|
|
4697
4362
|
def draw(self, _context) -> None:
|
|
@@ -4709,14 +4374,12 @@ class VIEW3D_MT_vertex_group(_bpy_types.Menu):
|
|
|
4709
4374
|
"""
|
|
4710
4375
|
|
|
4711
4376
|
:return: The RNA type or default when not found.
|
|
4712
|
-
:rtype: bpy.types.Struct
|
|
4713
4377
|
"""
|
|
4714
4378
|
|
|
4715
4379
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4716
4380
|
"""
|
|
4717
4381
|
|
|
4718
4382
|
:return: The class or default when not found.
|
|
4719
|
-
:rtype: typing.Any
|
|
4720
4383
|
"""
|
|
4721
4384
|
|
|
4722
4385
|
def draw(self, context) -> None:
|
|
@@ -4734,14 +4397,12 @@ class VIEW3D_MT_view(_bpy_types.Menu):
|
|
|
4734
4397
|
"""
|
|
4735
4398
|
|
|
4736
4399
|
:return: The RNA type or default when not found.
|
|
4737
|
-
:rtype: bpy.types.Struct
|
|
4738
4400
|
"""
|
|
4739
4401
|
|
|
4740
4402
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4741
4403
|
"""
|
|
4742
4404
|
|
|
4743
4405
|
:return: The class or default when not found.
|
|
4744
|
-
:rtype: typing.Any
|
|
4745
4406
|
"""
|
|
4746
4407
|
|
|
4747
4408
|
def draw(self, context) -> None:
|
|
@@ -4759,14 +4420,12 @@ class VIEW3D_MT_view_align(_bpy_types.Menu):
|
|
|
4759
4420
|
"""
|
|
4760
4421
|
|
|
4761
4422
|
:return: The RNA type or default when not found.
|
|
4762
|
-
:rtype: bpy.types.Struct
|
|
4763
4423
|
"""
|
|
4764
4424
|
|
|
4765
4425
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4766
4426
|
"""
|
|
4767
4427
|
|
|
4768
4428
|
:return: The class or default when not found.
|
|
4769
|
-
:rtype: typing.Any
|
|
4770
4429
|
"""
|
|
4771
4430
|
|
|
4772
4431
|
def draw(self, _context) -> None:
|
|
@@ -4784,14 +4443,12 @@ class VIEW3D_MT_view_align_selected(_bpy_types.Menu):
|
|
|
4784
4443
|
"""
|
|
4785
4444
|
|
|
4786
4445
|
:return: The RNA type or default when not found.
|
|
4787
|
-
:rtype: bpy.types.Struct
|
|
4788
4446
|
"""
|
|
4789
4447
|
|
|
4790
4448
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4791
4449
|
"""
|
|
4792
4450
|
|
|
4793
4451
|
:return: The class or default when not found.
|
|
4794
|
-
:rtype: typing.Any
|
|
4795
4452
|
"""
|
|
4796
4453
|
|
|
4797
4454
|
def draw(self, _context) -> None:
|
|
@@ -4809,14 +4466,12 @@ class VIEW3D_MT_view_cameras(_bpy_types.Menu):
|
|
|
4809
4466
|
"""
|
|
4810
4467
|
|
|
4811
4468
|
:return: The RNA type or default when not found.
|
|
4812
|
-
:rtype: bpy.types.Struct
|
|
4813
4469
|
"""
|
|
4814
4470
|
|
|
4815
4471
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4816
4472
|
"""
|
|
4817
4473
|
|
|
4818
4474
|
:return: The class or default when not found.
|
|
4819
|
-
:rtype: typing.Any
|
|
4820
4475
|
"""
|
|
4821
4476
|
|
|
4822
4477
|
def draw(self, _context) -> None:
|
|
@@ -4834,14 +4489,12 @@ class VIEW3D_MT_view_local(_bpy_types.Menu):
|
|
|
4834
4489
|
"""
|
|
4835
4490
|
|
|
4836
4491
|
:return: The RNA type or default when not found.
|
|
4837
|
-
:rtype: bpy.types.Struct
|
|
4838
4492
|
"""
|
|
4839
4493
|
|
|
4840
4494
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4841
4495
|
"""
|
|
4842
4496
|
|
|
4843
4497
|
:return: The class or default when not found.
|
|
4844
|
-
:rtype: typing.Any
|
|
4845
4498
|
"""
|
|
4846
4499
|
|
|
4847
4500
|
def draw(self, _context) -> None:
|
|
@@ -4859,14 +4512,12 @@ class VIEW3D_MT_view_navigation(_bpy_types.Menu):
|
|
|
4859
4512
|
"""
|
|
4860
4513
|
|
|
4861
4514
|
:return: The RNA type or default when not found.
|
|
4862
|
-
:rtype: bpy.types.Struct
|
|
4863
4515
|
"""
|
|
4864
4516
|
|
|
4865
4517
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4866
4518
|
"""
|
|
4867
4519
|
|
|
4868
4520
|
:return: The class or default when not found.
|
|
4869
|
-
:rtype: typing.Any
|
|
4870
4521
|
"""
|
|
4871
4522
|
|
|
4872
4523
|
def draw(self, _context) -> None:
|
|
@@ -4885,14 +4536,12 @@ class VIEW3D_MT_view_pie(_bpy_types.Menu):
|
|
|
4885
4536
|
"""
|
|
4886
4537
|
|
|
4887
4538
|
:return: The RNA type or default when not found.
|
|
4888
|
-
:rtype: bpy.types.Struct
|
|
4889
4539
|
"""
|
|
4890
4540
|
|
|
4891
4541
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4892
4542
|
"""
|
|
4893
4543
|
|
|
4894
4544
|
:return: The class or default when not found.
|
|
4895
|
-
:rtype: typing.Any
|
|
4896
4545
|
"""
|
|
4897
4546
|
|
|
4898
4547
|
def draw(self, _context) -> None:
|
|
@@ -4910,14 +4559,12 @@ class VIEW3D_MT_view_regions(_bpy_types.Menu):
|
|
|
4910
4559
|
"""
|
|
4911
4560
|
|
|
4912
4561
|
:return: The RNA type or default when not found.
|
|
4913
|
-
:rtype: bpy.types.Struct
|
|
4914
4562
|
"""
|
|
4915
4563
|
|
|
4916
4564
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4917
4565
|
"""
|
|
4918
4566
|
|
|
4919
4567
|
:return: The class or default when not found.
|
|
4920
|
-
:rtype: typing.Any
|
|
4921
4568
|
"""
|
|
4922
4569
|
|
|
4923
4570
|
def draw(self, _context) -> None:
|
|
@@ -4935,14 +4582,12 @@ class VIEW3D_MT_view_viewpoint(_bpy_types.Menu):
|
|
|
4935
4582
|
"""
|
|
4936
4583
|
|
|
4937
4584
|
:return: The RNA type or default when not found.
|
|
4938
|
-
:rtype: bpy.types.Struct
|
|
4939
4585
|
"""
|
|
4940
4586
|
|
|
4941
4587
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4942
4588
|
"""
|
|
4943
4589
|
|
|
4944
4590
|
:return: The class or default when not found.
|
|
4945
|
-
:rtype: typing.Any
|
|
4946
4591
|
"""
|
|
4947
4592
|
|
|
4948
4593
|
def draw(self, _context) -> None:
|
|
@@ -4963,14 +4608,12 @@ class VIEW3D_MT_volume_add(_bpy_types.Menu):
|
|
|
4963
4608
|
"""
|
|
4964
4609
|
|
|
4965
4610
|
:return: The RNA type or default when not found.
|
|
4966
|
-
:rtype: bpy.types.Struct
|
|
4967
4611
|
"""
|
|
4968
4612
|
|
|
4969
4613
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4970
4614
|
"""
|
|
4971
4615
|
|
|
4972
4616
|
:return: The class or default when not found.
|
|
4973
|
-
:rtype: typing.Any
|
|
4974
4617
|
"""
|
|
4975
4618
|
|
|
4976
4619
|
def draw(self, _context) -> None:
|
|
@@ -4988,14 +4631,12 @@ class VIEW3D_MT_weight_grease_pencil(_bpy_types.Menu):
|
|
|
4988
4631
|
"""
|
|
4989
4632
|
|
|
4990
4633
|
:return: The RNA type or default when not found.
|
|
4991
|
-
:rtype: bpy.types.Struct
|
|
4992
4634
|
"""
|
|
4993
4635
|
|
|
4994
4636
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4995
4637
|
"""
|
|
4996
4638
|
|
|
4997
4639
|
:return: The class or default when not found.
|
|
4998
|
-
:rtype: typing.Any
|
|
4999
4640
|
"""
|
|
5000
4641
|
|
|
5001
4642
|
def draw(self, _context) -> None:
|
|
@@ -5013,14 +4654,12 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(_bpy_types.Menu):
|
|
|
5013
4654
|
"""
|
|
5014
4655
|
|
|
5015
4656
|
:return: The RNA type or default when not found.
|
|
5016
|
-
:rtype: bpy.types.Struct
|
|
5017
4657
|
"""
|
|
5018
4658
|
|
|
5019
4659
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5020
4660
|
"""
|
|
5021
4661
|
|
|
5022
4662
|
:return: The class or default when not found.
|
|
5023
|
-
:rtype: typing.Any
|
|
5024
4663
|
"""
|
|
5025
4664
|
|
|
5026
4665
|
def draw(self, _context) -> None:
|
|
@@ -5041,14 +4680,12 @@ class VIEW3D_PT_active_spline(_bpy_types.Panel):
|
|
|
5041
4680
|
"""
|
|
5042
4681
|
|
|
5043
4682
|
:return: The RNA type or default when not found.
|
|
5044
|
-
:rtype: bpy.types.Struct
|
|
5045
4683
|
"""
|
|
5046
4684
|
|
|
5047
4685
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5048
4686
|
"""
|
|
5049
4687
|
|
|
5050
4688
|
:return: The class or default when not found.
|
|
5051
|
-
:rtype: typing.Any
|
|
5052
4689
|
"""
|
|
5053
4690
|
|
|
5054
4691
|
def draw(self, context) -> None:
|
|
@@ -5078,14 +4715,12 @@ class VIEW3D_PT_active_tool(
|
|
|
5078
4715
|
"""
|
|
5079
4716
|
|
|
5080
4717
|
:return: The RNA type or default when not found.
|
|
5081
|
-
:rtype: bpy.types.Struct
|
|
5082
4718
|
"""
|
|
5083
4719
|
|
|
5084
4720
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5085
4721
|
"""
|
|
5086
4722
|
|
|
5087
4723
|
:return: The class or default when not found.
|
|
5088
|
-
:rtype: typing.Any
|
|
5089
4724
|
"""
|
|
5090
4725
|
|
|
5091
4726
|
@classmethod
|
|
@@ -5110,14 +4745,12 @@ class VIEW3D_PT_active_tool_duplicate(
|
|
|
5110
4745
|
"""
|
|
5111
4746
|
|
|
5112
4747
|
:return: The RNA type or default when not found.
|
|
5113
|
-
:rtype: bpy.types.Struct
|
|
5114
4748
|
"""
|
|
5115
4749
|
|
|
5116
4750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5117
4751
|
"""
|
|
5118
4752
|
|
|
5119
4753
|
:return: The class or default when not found.
|
|
5120
|
-
:rtype: typing.Any
|
|
5121
4754
|
"""
|
|
5122
4755
|
|
|
5123
4756
|
@classmethod
|
|
@@ -5143,14 +4776,12 @@ class VIEW3D_PT_annotation_onion(
|
|
|
5143
4776
|
"""
|
|
5144
4777
|
|
|
5145
4778
|
:return: The RNA type or default when not found.
|
|
5146
|
-
:rtype: bpy.types.Struct
|
|
5147
4779
|
"""
|
|
5148
4780
|
|
|
5149
4781
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5150
4782
|
"""
|
|
5151
4783
|
|
|
5152
4784
|
:return: The class or default when not found.
|
|
5153
|
-
:rtype: typing.Any
|
|
5154
4785
|
"""
|
|
5155
4786
|
|
|
5156
4787
|
class VIEW3D_PT_collections(_bpy_types.Panel):
|
|
@@ -5166,14 +4797,12 @@ class VIEW3D_PT_collections(_bpy_types.Panel):
|
|
|
5166
4797
|
"""
|
|
5167
4798
|
|
|
5168
4799
|
:return: The RNA type or default when not found.
|
|
5169
|
-
:rtype: bpy.types.Struct
|
|
5170
4800
|
"""
|
|
5171
4801
|
|
|
5172
4802
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5173
4803
|
"""
|
|
5174
4804
|
|
|
5175
4805
|
:return: The class or default when not found.
|
|
5176
|
-
:rtype: typing.Any
|
|
5177
4806
|
"""
|
|
5178
4807
|
|
|
5179
4808
|
def draw(self, context) -> None:
|
|
@@ -5195,14 +4824,12 @@ class VIEW3D_PT_context_properties(_bpy_types.Panel):
|
|
|
5195
4824
|
"""
|
|
5196
4825
|
|
|
5197
4826
|
:return: The RNA type or default when not found.
|
|
5198
|
-
:rtype: bpy.types.Struct
|
|
5199
4827
|
"""
|
|
5200
4828
|
|
|
5201
4829
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5202
4830
|
"""
|
|
5203
4831
|
|
|
5204
4832
|
:return: The class or default when not found.
|
|
5205
|
-
:rtype: typing.Any
|
|
5206
4833
|
"""
|
|
5207
4834
|
|
|
5208
4835
|
def draw(self, context) -> None:
|
|
@@ -5229,14 +4856,12 @@ class VIEW3D_PT_curves_sculpt_add_shape(_bpy_types.Panel):
|
|
|
5229
4856
|
"""
|
|
5230
4857
|
|
|
5231
4858
|
:return: The RNA type or default when not found.
|
|
5232
|
-
:rtype: bpy.types.Struct
|
|
5233
4859
|
"""
|
|
5234
4860
|
|
|
5235
4861
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5236
4862
|
"""
|
|
5237
4863
|
|
|
5238
4864
|
:return: The class or default when not found.
|
|
5239
|
-
:rtype: typing.Any
|
|
5240
4865
|
"""
|
|
5241
4866
|
|
|
5242
4867
|
def draw(self, context) -> None:
|
|
@@ -5257,14 +4882,12 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(_bpy_types.Panel):
|
|
|
5257
4882
|
"""
|
|
5258
4883
|
|
|
5259
4884
|
:return: The RNA type or default when not found.
|
|
5260
|
-
:rtype: bpy.types.Struct
|
|
5261
4885
|
"""
|
|
5262
4886
|
|
|
5263
4887
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5264
4888
|
"""
|
|
5265
4889
|
|
|
5266
4890
|
:return: The class or default when not found.
|
|
5267
|
-
:rtype: typing.Any
|
|
5268
4891
|
"""
|
|
5269
4892
|
|
|
5270
4893
|
def draw(self, context) -> None:
|
|
@@ -5284,14 +4907,12 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(_bpy_types.Panel):
|
|
|
5284
4907
|
"""
|
|
5285
4908
|
|
|
5286
4909
|
:return: The RNA type or default when not found.
|
|
5287
|
-
:rtype: bpy.types.Struct
|
|
5288
4910
|
"""
|
|
5289
4911
|
|
|
5290
4912
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5291
4913
|
"""
|
|
5292
4914
|
|
|
5293
4915
|
:return: The class or default when not found.
|
|
5294
|
-
:rtype: typing.Any
|
|
5295
4916
|
"""
|
|
5296
4917
|
|
|
5297
4918
|
def draw(self, context) -> None:
|
|
@@ -5312,14 +4933,12 @@ class VIEW3D_PT_gizmo_display(_bpy_types.Panel):
|
|
|
5312
4933
|
"""
|
|
5313
4934
|
|
|
5314
4935
|
:return: The RNA type or default when not found.
|
|
5315
|
-
:rtype: bpy.types.Struct
|
|
5316
4936
|
"""
|
|
5317
4937
|
|
|
5318
4938
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5319
4939
|
"""
|
|
5320
4940
|
|
|
5321
4941
|
:return: The class or default when not found.
|
|
5322
|
-
:rtype: typing.Any
|
|
5323
4942
|
"""
|
|
5324
4943
|
|
|
5325
4944
|
def draw(self, context) -> None:
|
|
@@ -5343,14 +4962,12 @@ class VIEW3D_PT_grease_pencil(
|
|
|
5343
4962
|
"""
|
|
5344
4963
|
|
|
5345
4964
|
:return: The RNA type or default when not found.
|
|
5346
|
-
:rtype: bpy.types.Struct
|
|
5347
4965
|
"""
|
|
5348
4966
|
|
|
5349
4967
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5350
4968
|
"""
|
|
5351
4969
|
|
|
5352
4970
|
:return: The class or default when not found.
|
|
5353
|
-
:rtype: typing.Any
|
|
5354
4971
|
"""
|
|
5355
4972
|
|
|
5356
4973
|
class VIEW3D_PT_grease_pencil_guide(_bpy_types.Panel):
|
|
@@ -5364,14 +4981,12 @@ class VIEW3D_PT_grease_pencil_guide(_bpy_types.Panel):
|
|
|
5364
4981
|
"""
|
|
5365
4982
|
|
|
5366
4983
|
:return: The RNA type or default when not found.
|
|
5367
|
-
:rtype: bpy.types.Struct
|
|
5368
4984
|
"""
|
|
5369
4985
|
|
|
5370
4986
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5371
4987
|
"""
|
|
5372
4988
|
|
|
5373
4989
|
:return: The class or default when not found.
|
|
5374
|
-
:rtype: typing.Any
|
|
5375
4990
|
"""
|
|
5376
4991
|
|
|
5377
4992
|
def draw(self, context) -> None:
|
|
@@ -5391,14 +5006,12 @@ class VIEW3D_PT_grease_pencil_lock(_bpy_types.Panel):
|
|
|
5391
5006
|
"""
|
|
5392
5007
|
|
|
5393
5008
|
:return: The RNA type or default when not found.
|
|
5394
|
-
:rtype: bpy.types.Struct
|
|
5395
5009
|
"""
|
|
5396
5010
|
|
|
5397
5011
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5398
5012
|
"""
|
|
5399
5013
|
|
|
5400
5014
|
:return: The class or default when not found.
|
|
5401
|
-
:rtype: typing.Any
|
|
5402
5015
|
"""
|
|
5403
5016
|
|
|
5404
5017
|
def draw(self, context) -> None:
|
|
@@ -5418,14 +5031,12 @@ class VIEW3D_PT_grease_pencil_multi_frame(_bpy_types.Panel):
|
|
|
5418
5031
|
"""
|
|
5419
5032
|
|
|
5420
5033
|
:return: The RNA type or default when not found.
|
|
5421
|
-
:rtype: bpy.types.Struct
|
|
5422
5034
|
"""
|
|
5423
5035
|
|
|
5424
5036
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5425
5037
|
"""
|
|
5426
5038
|
|
|
5427
5039
|
:return: The class or default when not found.
|
|
5428
|
-
:rtype: typing.Any
|
|
5429
5040
|
"""
|
|
5430
5041
|
|
|
5431
5042
|
def draw(self, context) -> None:
|
|
@@ -5445,14 +5056,12 @@ class VIEW3D_PT_grease_pencil_origin(_bpy_types.Panel):
|
|
|
5445
5056
|
"""
|
|
5446
5057
|
|
|
5447
5058
|
:return: The RNA type or default when not found.
|
|
5448
|
-
:rtype: bpy.types.Struct
|
|
5449
5059
|
"""
|
|
5450
5060
|
|
|
5451
5061
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5452
5062
|
"""
|
|
5453
5063
|
|
|
5454
5064
|
:return: The class or default when not found.
|
|
5455
|
-
:rtype: typing.Any
|
|
5456
5065
|
"""
|
|
5457
5066
|
|
|
5458
5067
|
def draw(self, context) -> None:
|
|
@@ -5473,14 +5082,12 @@ class VIEW3D_PT_grease_pencil_sculpt_automasking(_bpy_types.Panel):
|
|
|
5473
5082
|
"""
|
|
5474
5083
|
|
|
5475
5084
|
:return: The RNA type or default when not found.
|
|
5476
|
-
:rtype: bpy.types.Struct
|
|
5477
5085
|
"""
|
|
5478
5086
|
|
|
5479
5087
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5480
5088
|
"""
|
|
5481
5089
|
|
|
5482
5090
|
:return: The class or default when not found.
|
|
5483
|
-
:rtype: typing.Any
|
|
5484
5091
|
"""
|
|
5485
5092
|
|
|
5486
5093
|
def draw(self, context) -> None:
|
|
@@ -5501,14 +5108,12 @@ class VIEW3D_PT_greasepencil_draw_context_menu(_bpy_types.Panel):
|
|
|
5501
5108
|
"""
|
|
5502
5109
|
|
|
5503
5110
|
:return: The RNA type or default when not found.
|
|
5504
|
-
:rtype: bpy.types.Struct
|
|
5505
5111
|
"""
|
|
5506
5112
|
|
|
5507
5113
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5508
5114
|
"""
|
|
5509
5115
|
|
|
5510
5116
|
:return: The class or default when not found.
|
|
5511
|
-
:rtype: typing.Any
|
|
5512
5117
|
"""
|
|
5513
5118
|
|
|
5514
5119
|
def draw(self, context) -> None:
|
|
@@ -5529,14 +5134,12 @@ class VIEW3D_PT_greasepencil_sculpt_context_menu(_bpy_types.Panel):
|
|
|
5529
5134
|
"""
|
|
5530
5135
|
|
|
5531
5136
|
:return: The RNA type or default when not found.
|
|
5532
|
-
:rtype: bpy.types.Struct
|
|
5533
5137
|
"""
|
|
5534
5138
|
|
|
5535
5139
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5536
5140
|
"""
|
|
5537
5141
|
|
|
5538
5142
|
:return: The class or default when not found.
|
|
5539
|
-
:rtype: typing.Any
|
|
5540
5143
|
"""
|
|
5541
5144
|
|
|
5542
5145
|
def draw(self, context) -> None:
|
|
@@ -5557,14 +5160,12 @@ class VIEW3D_PT_greasepencil_vertex_paint_context_menu(_bpy_types.Panel):
|
|
|
5557
5160
|
"""
|
|
5558
5161
|
|
|
5559
5162
|
:return: The RNA type or default when not found.
|
|
5560
|
-
:rtype: bpy.types.Struct
|
|
5561
5163
|
"""
|
|
5562
5164
|
|
|
5563
5165
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5564
5166
|
"""
|
|
5565
5167
|
|
|
5566
5168
|
:return: The class or default when not found.
|
|
5567
|
-
:rtype: typing.Any
|
|
5568
5169
|
"""
|
|
5569
5170
|
|
|
5570
5171
|
def draw(self, context) -> None:
|
|
@@ -5585,14 +5186,12 @@ class VIEW3D_PT_greasepencil_weight_context_menu(_bpy_types.Panel):
|
|
|
5585
5186
|
"""
|
|
5586
5187
|
|
|
5587
5188
|
:return: The RNA type or default when not found.
|
|
5588
|
-
:rtype: bpy.types.Struct
|
|
5589
5189
|
"""
|
|
5590
5190
|
|
|
5591
5191
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5592
5192
|
"""
|
|
5593
5193
|
|
|
5594
5194
|
:return: The class or default when not found.
|
|
5595
|
-
:rtype: typing.Any
|
|
5596
5195
|
"""
|
|
5597
5196
|
|
|
5598
5197
|
def draw(self, context) -> None:
|
|
@@ -5613,14 +5212,12 @@ class VIEW3D_PT_object_type_visibility(_bpy_types.Panel):
|
|
|
5613
5212
|
"""
|
|
5614
5213
|
|
|
5615
5214
|
:return: The RNA type or default when not found.
|
|
5616
|
-
:rtype: bpy.types.Struct
|
|
5617
5215
|
"""
|
|
5618
5216
|
|
|
5619
5217
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5620
5218
|
"""
|
|
5621
5219
|
|
|
5622
5220
|
:return: The class or default when not found.
|
|
5623
|
-
:rtype: typing.Any
|
|
5624
5221
|
"""
|
|
5625
5222
|
|
|
5626
5223
|
def draw(self, context) -> None:
|
|
@@ -5649,14 +5246,12 @@ class VIEW3D_PT_overlay(_bpy_types.Panel):
|
|
|
5649
5246
|
"""
|
|
5650
5247
|
|
|
5651
5248
|
:return: The RNA type or default when not found.
|
|
5652
|
-
:rtype: bpy.types.Struct
|
|
5653
5249
|
"""
|
|
5654
5250
|
|
|
5655
5251
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5656
5252
|
"""
|
|
5657
5253
|
|
|
5658
5254
|
:return: The class or default when not found.
|
|
5659
|
-
:rtype: typing.Any
|
|
5660
5255
|
"""
|
|
5661
5256
|
|
|
5662
5257
|
def draw(self, _context) -> None:
|
|
@@ -5676,14 +5271,12 @@ class VIEW3D_PT_overlay_bones(_bpy_types.Panel):
|
|
|
5676
5271
|
"""
|
|
5677
5272
|
|
|
5678
5273
|
:return: The RNA type or default when not found.
|
|
5679
|
-
:rtype: bpy.types.Struct
|
|
5680
5274
|
"""
|
|
5681
5275
|
|
|
5682
5276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5683
5277
|
"""
|
|
5684
5278
|
|
|
5685
5279
|
:return: The class or default when not found.
|
|
5686
|
-
:rtype: typing.Any
|
|
5687
5280
|
"""
|
|
5688
5281
|
|
|
5689
5282
|
def draw(self, context) -> None:
|
|
@@ -5717,14 +5310,12 @@ class VIEW3D_PT_overlay_edit_curve(_bpy_types.Panel):
|
|
|
5717
5310
|
"""
|
|
5718
5311
|
|
|
5719
5312
|
:return: The RNA type or default when not found.
|
|
5720
|
-
:rtype: bpy.types.Struct
|
|
5721
5313
|
"""
|
|
5722
5314
|
|
|
5723
5315
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5724
5316
|
"""
|
|
5725
5317
|
|
|
5726
5318
|
:return: The class or default when not found.
|
|
5727
|
-
:rtype: typing.Any
|
|
5728
5319
|
"""
|
|
5729
5320
|
|
|
5730
5321
|
def draw(self, context) -> None:
|
|
@@ -5751,14 +5342,12 @@ class VIEW3D_PT_overlay_edit_curves(_bpy_types.Panel):
|
|
|
5751
5342
|
"""
|
|
5752
5343
|
|
|
5753
5344
|
:return: The RNA type or default when not found.
|
|
5754
|
-
:rtype: bpy.types.Struct
|
|
5755
5345
|
"""
|
|
5756
5346
|
|
|
5757
5347
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5758
5348
|
"""
|
|
5759
5349
|
|
|
5760
5350
|
:return: The class or default when not found.
|
|
5761
|
-
:rtype: typing.Any
|
|
5762
5351
|
"""
|
|
5763
5352
|
|
|
5764
5353
|
def draw(self, context) -> None:
|
|
@@ -5786,14 +5375,12 @@ class VIEW3D_PT_overlay_edit_mesh(_bpy_types.Panel):
|
|
|
5786
5375
|
"""
|
|
5787
5376
|
|
|
5788
5377
|
:return: The RNA type or default when not found.
|
|
5789
|
-
:rtype: bpy.types.Struct
|
|
5790
5378
|
"""
|
|
5791
5379
|
|
|
5792
5380
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5793
5381
|
"""
|
|
5794
5382
|
|
|
5795
5383
|
:return: The class or default when not found.
|
|
5796
|
-
:rtype: typing.Any
|
|
5797
5384
|
"""
|
|
5798
5385
|
|
|
5799
5386
|
def draw(self, context) -> None:
|
|
@@ -5821,14 +5408,12 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(_bpy_types.Panel):
|
|
|
5821
5408
|
"""
|
|
5822
5409
|
|
|
5823
5410
|
:return: The RNA type or default when not found.
|
|
5824
|
-
:rtype: bpy.types.Struct
|
|
5825
5411
|
"""
|
|
5826
5412
|
|
|
5827
5413
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5828
5414
|
"""
|
|
5829
5415
|
|
|
5830
5416
|
:return: The class or default when not found.
|
|
5831
|
-
:rtype: typing.Any
|
|
5832
5417
|
"""
|
|
5833
5418
|
|
|
5834
5419
|
def draw(self, context) -> None:
|
|
@@ -5856,14 +5441,12 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(_bpy_types.Panel):
|
|
|
5856
5441
|
"""
|
|
5857
5442
|
|
|
5858
5443
|
:return: The RNA type or default when not found.
|
|
5859
|
-
:rtype: bpy.types.Struct
|
|
5860
5444
|
"""
|
|
5861
5445
|
|
|
5862
5446
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5863
5447
|
"""
|
|
5864
5448
|
|
|
5865
5449
|
:return: The class or default when not found.
|
|
5866
|
-
:rtype: typing.Any
|
|
5867
5450
|
"""
|
|
5868
5451
|
|
|
5869
5452
|
def draw(self, context) -> None:
|
|
@@ -5891,14 +5474,12 @@ class VIEW3D_PT_overlay_edit_mesh_normals(_bpy_types.Panel):
|
|
|
5891
5474
|
"""
|
|
5892
5475
|
|
|
5893
5476
|
:return: The RNA type or default when not found.
|
|
5894
|
-
:rtype: bpy.types.Struct
|
|
5895
5477
|
"""
|
|
5896
5478
|
|
|
5897
5479
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5898
5480
|
"""
|
|
5899
5481
|
|
|
5900
5482
|
:return: The class or default when not found.
|
|
5901
|
-
:rtype: typing.Any
|
|
5902
5483
|
"""
|
|
5903
5484
|
|
|
5904
5485
|
def draw(self, context) -> None:
|
|
@@ -5926,14 +5507,12 @@ class VIEW3D_PT_overlay_edit_mesh_shading(_bpy_types.Panel):
|
|
|
5926
5507
|
"""
|
|
5927
5508
|
|
|
5928
5509
|
:return: The RNA type or default when not found.
|
|
5929
|
-
:rtype: bpy.types.Struct
|
|
5930
5510
|
"""
|
|
5931
5511
|
|
|
5932
5512
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5933
5513
|
"""
|
|
5934
5514
|
|
|
5935
5515
|
:return: The class or default when not found.
|
|
5936
|
-
:rtype: typing.Any
|
|
5937
5516
|
"""
|
|
5938
5517
|
|
|
5939
5518
|
def draw(self, context) -> None:
|
|
@@ -5961,14 +5540,12 @@ class VIEW3D_PT_overlay_geometry(_bpy_types.Panel):
|
|
|
5961
5540
|
"""
|
|
5962
5541
|
|
|
5963
5542
|
:return: The RNA type or default when not found.
|
|
5964
|
-
:rtype: bpy.types.Struct
|
|
5965
5543
|
"""
|
|
5966
5544
|
|
|
5967
5545
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5968
5546
|
"""
|
|
5969
5547
|
|
|
5970
5548
|
:return: The class or default when not found.
|
|
5971
|
-
:rtype: typing.Any
|
|
5972
5549
|
"""
|
|
5973
5550
|
|
|
5974
5551
|
def draw(self, context) -> None:
|
|
@@ -5990,14 +5567,12 @@ class VIEW3D_PT_overlay_grease_pencil_canvas_options(_bpy_types.Panel):
|
|
|
5990
5567
|
"""
|
|
5991
5568
|
|
|
5992
5569
|
:return: The RNA type or default when not found.
|
|
5993
|
-
:rtype: bpy.types.Struct
|
|
5994
5570
|
"""
|
|
5995
5571
|
|
|
5996
5572
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5997
5573
|
"""
|
|
5998
5574
|
|
|
5999
5575
|
:return: The class or default when not found.
|
|
6000
|
-
:rtype: typing.Any
|
|
6001
5576
|
"""
|
|
6002
5577
|
|
|
6003
5578
|
def draw(self, context) -> None:
|
|
@@ -6025,14 +5600,12 @@ class VIEW3D_PT_overlay_grease_pencil_options(_bpy_types.Panel):
|
|
|
6025
5600
|
"""
|
|
6026
5601
|
|
|
6027
5602
|
:return: The RNA type or default when not found.
|
|
6028
|
-
:rtype: bpy.types.Struct
|
|
6029
5603
|
"""
|
|
6030
5604
|
|
|
6031
5605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6032
5606
|
"""
|
|
6033
5607
|
|
|
6034
5608
|
:return: The class or default when not found.
|
|
6035
|
-
:rtype: typing.Any
|
|
6036
5609
|
"""
|
|
6037
5610
|
|
|
6038
5611
|
def draw(self, context) -> None:
|
|
@@ -6060,14 +5633,12 @@ class VIEW3D_PT_overlay_guides(_bpy_types.Panel):
|
|
|
6060
5633
|
"""
|
|
6061
5634
|
|
|
6062
5635
|
:return: The RNA type or default when not found.
|
|
6063
|
-
:rtype: bpy.types.Struct
|
|
6064
5636
|
"""
|
|
6065
5637
|
|
|
6066
5638
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6067
5639
|
"""
|
|
6068
5640
|
|
|
6069
5641
|
:return: The class or default when not found.
|
|
6070
|
-
:rtype: typing.Any
|
|
6071
5642
|
"""
|
|
6072
5643
|
|
|
6073
5644
|
def draw(self, context) -> None:
|
|
@@ -6088,14 +5659,12 @@ class VIEW3D_PT_overlay_motion_tracking(_bpy_types.Panel):
|
|
|
6088
5659
|
"""
|
|
6089
5660
|
|
|
6090
5661
|
:return: The RNA type or default when not found.
|
|
6091
|
-
:rtype: bpy.types.Struct
|
|
6092
5662
|
"""
|
|
6093
5663
|
|
|
6094
5664
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6095
5665
|
"""
|
|
6096
5666
|
|
|
6097
5667
|
:return: The class or default when not found.
|
|
6098
|
-
:rtype: typing.Any
|
|
6099
5668
|
"""
|
|
6100
5669
|
|
|
6101
5670
|
def draw(self, context) -> None:
|
|
@@ -6122,14 +5691,12 @@ class VIEW3D_PT_overlay_object(_bpy_types.Panel):
|
|
|
6122
5691
|
"""
|
|
6123
5692
|
|
|
6124
5693
|
:return: The RNA type or default when not found.
|
|
6125
|
-
:rtype: bpy.types.Struct
|
|
6126
5694
|
"""
|
|
6127
5695
|
|
|
6128
5696
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6129
5697
|
"""
|
|
6130
5698
|
|
|
6131
5699
|
:return: The class or default when not found.
|
|
6132
|
-
:rtype: typing.Any
|
|
6133
5700
|
"""
|
|
6134
5701
|
|
|
6135
5702
|
def draw(self, context) -> None:
|
|
@@ -6150,14 +5717,12 @@ class VIEW3D_PT_overlay_sculpt(_bpy_types.Panel):
|
|
|
6150
5717
|
"""
|
|
6151
5718
|
|
|
6152
5719
|
:return: The RNA type or default when not found.
|
|
6153
|
-
:rtype: bpy.types.Struct
|
|
6154
5720
|
"""
|
|
6155
5721
|
|
|
6156
5722
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6157
5723
|
"""
|
|
6158
5724
|
|
|
6159
5725
|
:return: The class or default when not found.
|
|
6160
|
-
:rtype: typing.Any
|
|
6161
5726
|
"""
|
|
6162
5727
|
|
|
6163
5728
|
def draw(self, context) -> None:
|
|
@@ -6185,14 +5750,12 @@ class VIEW3D_PT_overlay_sculpt_curves(_bpy_types.Panel):
|
|
|
6185
5750
|
"""
|
|
6186
5751
|
|
|
6187
5752
|
:return: The RNA type or default when not found.
|
|
6188
|
-
:rtype: bpy.types.Struct
|
|
6189
5753
|
"""
|
|
6190
5754
|
|
|
6191
5755
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6192
5756
|
"""
|
|
6193
5757
|
|
|
6194
5758
|
:return: The class or default when not found.
|
|
6195
|
-
:rtype: typing.Any
|
|
6196
5759
|
"""
|
|
6197
5760
|
|
|
6198
5761
|
def draw(self, context) -> None:
|
|
@@ -6208,6 +5771,32 @@ class VIEW3D_PT_overlay_sculpt_curves(_bpy_types.Panel):
|
|
|
6208
5771
|
:param context:
|
|
6209
5772
|
"""
|
|
6210
5773
|
|
|
5774
|
+
class VIEW3D_PT_overlay_text(_bpy_types.Panel):
|
|
5775
|
+
bl_label: typing.Any
|
|
5776
|
+
bl_parent_id: typing.Any
|
|
5777
|
+
bl_region_type: typing.Any
|
|
5778
|
+
bl_rna: typing.Any
|
|
5779
|
+
bl_space_type: typing.Any
|
|
5780
|
+
id_data: typing.Any
|
|
5781
|
+
|
|
5782
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
5783
|
+
"""
|
|
5784
|
+
|
|
5785
|
+
:return: The RNA type or default when not found.
|
|
5786
|
+
"""
|
|
5787
|
+
|
|
5788
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5789
|
+
"""
|
|
5790
|
+
|
|
5791
|
+
:return: The class or default when not found.
|
|
5792
|
+
"""
|
|
5793
|
+
|
|
5794
|
+
def draw(self, context) -> None:
|
|
5795
|
+
"""
|
|
5796
|
+
|
|
5797
|
+
:param context:
|
|
5798
|
+
"""
|
|
5799
|
+
|
|
6211
5800
|
class VIEW3D_PT_overlay_texture_paint(_bpy_types.Panel):
|
|
6212
5801
|
bl_label: typing.Any
|
|
6213
5802
|
bl_region_type: typing.Any
|
|
@@ -6219,14 +5808,12 @@ class VIEW3D_PT_overlay_texture_paint(_bpy_types.Panel):
|
|
|
6219
5808
|
"""
|
|
6220
5809
|
|
|
6221
5810
|
:return: The RNA type or default when not found.
|
|
6222
|
-
:rtype: bpy.types.Struct
|
|
6223
5811
|
"""
|
|
6224
5812
|
|
|
6225
5813
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6226
5814
|
"""
|
|
6227
5815
|
|
|
6228
5816
|
:return: The class or default when not found.
|
|
6229
|
-
:rtype: typing.Any
|
|
6230
5817
|
"""
|
|
6231
5818
|
|
|
6232
5819
|
def draw(self, context) -> None:
|
|
@@ -6253,14 +5840,12 @@ class VIEW3D_PT_overlay_vertex_paint(_bpy_types.Panel):
|
|
|
6253
5840
|
"""
|
|
6254
5841
|
|
|
6255
5842
|
:return: The RNA type or default when not found.
|
|
6256
|
-
:rtype: bpy.types.Struct
|
|
6257
5843
|
"""
|
|
6258
5844
|
|
|
6259
5845
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6260
5846
|
"""
|
|
6261
5847
|
|
|
6262
5848
|
:return: The class or default when not found.
|
|
6263
|
-
:rtype: typing.Any
|
|
6264
5849
|
"""
|
|
6265
5850
|
|
|
6266
5851
|
def draw(self, context) -> None:
|
|
@@ -6288,14 +5873,12 @@ class VIEW3D_PT_overlay_viewer_node(_bpy_types.Panel):
|
|
|
6288
5873
|
"""
|
|
6289
5874
|
|
|
6290
5875
|
:return: The RNA type or default when not found.
|
|
6291
|
-
:rtype: bpy.types.Struct
|
|
6292
5876
|
"""
|
|
6293
5877
|
|
|
6294
5878
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6295
5879
|
"""
|
|
6296
5880
|
|
|
6297
5881
|
:return: The class or default when not found.
|
|
6298
|
-
:rtype: typing.Any
|
|
6299
5882
|
"""
|
|
6300
5883
|
|
|
6301
5884
|
def draw(self, context) -> None:
|
|
@@ -6316,14 +5899,12 @@ class VIEW3D_PT_overlay_weight_paint(_bpy_types.Panel):
|
|
|
6316
5899
|
"""
|
|
6317
5900
|
|
|
6318
5901
|
:return: The RNA type or default when not found.
|
|
6319
|
-
:rtype: bpy.types.Struct
|
|
6320
5902
|
"""
|
|
6321
5903
|
|
|
6322
5904
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6323
5905
|
"""
|
|
6324
5906
|
|
|
6325
5907
|
:return: The class or default when not found.
|
|
6326
|
-
:rtype: typing.Any
|
|
6327
5908
|
"""
|
|
6328
5909
|
|
|
6329
5910
|
def draw(self, context) -> None:
|
|
@@ -6350,14 +5931,12 @@ class VIEW3D_PT_paint_texture_context_menu(_bpy_types.Panel):
|
|
|
6350
5931
|
"""
|
|
6351
5932
|
|
|
6352
5933
|
:return: The RNA type or default when not found.
|
|
6353
|
-
:rtype: bpy.types.Struct
|
|
6354
5934
|
"""
|
|
6355
5935
|
|
|
6356
5936
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6357
5937
|
"""
|
|
6358
5938
|
|
|
6359
5939
|
:return: The class or default when not found.
|
|
6360
|
-
:rtype: typing.Any
|
|
6361
5940
|
"""
|
|
6362
5941
|
|
|
6363
5942
|
def draw(self, context) -> None:
|
|
@@ -6377,14 +5956,12 @@ class VIEW3D_PT_paint_vertex_context_menu(_bpy_types.Panel):
|
|
|
6377
5956
|
"""
|
|
6378
5957
|
|
|
6379
5958
|
:return: The RNA type or default when not found.
|
|
6380
|
-
:rtype: bpy.types.Struct
|
|
6381
5959
|
"""
|
|
6382
5960
|
|
|
6383
5961
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6384
5962
|
"""
|
|
6385
5963
|
|
|
6386
5964
|
:return: The class or default when not found.
|
|
6387
|
-
:rtype: typing.Any
|
|
6388
5965
|
"""
|
|
6389
5966
|
|
|
6390
5967
|
def draw(self, context) -> None:
|
|
@@ -6404,14 +5981,12 @@ class VIEW3D_PT_paint_weight_context_menu(_bpy_types.Panel):
|
|
|
6404
5981
|
"""
|
|
6405
5982
|
|
|
6406
5983
|
:return: The RNA type or default when not found.
|
|
6407
|
-
:rtype: bpy.types.Struct
|
|
6408
5984
|
"""
|
|
6409
5985
|
|
|
6410
5986
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6411
5987
|
"""
|
|
6412
5988
|
|
|
6413
5989
|
:return: The class or default when not found.
|
|
6414
|
-
:rtype: typing.Any
|
|
6415
5990
|
"""
|
|
6416
5991
|
|
|
6417
5992
|
def draw(self, context) -> None:
|
|
@@ -6432,14 +6007,12 @@ class VIEW3D_PT_proportional_edit(_bpy_types.Panel):
|
|
|
6432
6007
|
"""
|
|
6433
6008
|
|
|
6434
6009
|
:return: The RNA type or default when not found.
|
|
6435
|
-
:rtype: bpy.types.Struct
|
|
6436
6010
|
"""
|
|
6437
6011
|
|
|
6438
6012
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6439
6013
|
"""
|
|
6440
6014
|
|
|
6441
6015
|
:return: The class or default when not found.
|
|
6442
|
-
:rtype: typing.Any
|
|
6443
6016
|
"""
|
|
6444
6017
|
|
|
6445
6018
|
def draw(self, context) -> None:
|
|
@@ -6461,14 +6034,12 @@ class VIEW3D_PT_quad_view(_bpy_types.Panel):
|
|
|
6461
6034
|
"""
|
|
6462
6035
|
|
|
6463
6036
|
:return: The RNA type or default when not found.
|
|
6464
|
-
:rtype: bpy.types.Struct
|
|
6465
6037
|
"""
|
|
6466
6038
|
|
|
6467
6039
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6468
6040
|
"""
|
|
6469
6041
|
|
|
6470
6042
|
:return: The class or default when not found.
|
|
6471
|
-
:rtype: typing.Any
|
|
6472
6043
|
"""
|
|
6473
6044
|
|
|
6474
6045
|
def draw(self, context) -> None:
|
|
@@ -6496,14 +6067,12 @@ class VIEW3D_PT_sculpt_automasking(_bpy_types.Panel):
|
|
|
6496
6067
|
"""
|
|
6497
6068
|
|
|
6498
6069
|
:return: The RNA type or default when not found.
|
|
6499
|
-
:rtype: bpy.types.Struct
|
|
6500
6070
|
"""
|
|
6501
6071
|
|
|
6502
6072
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6503
6073
|
"""
|
|
6504
6074
|
|
|
6505
6075
|
:return: The class or default when not found.
|
|
6506
|
-
:rtype: typing.Any
|
|
6507
6076
|
"""
|
|
6508
6077
|
|
|
6509
6078
|
def draw(self, context) -> None:
|
|
@@ -6523,14 +6092,12 @@ class VIEW3D_PT_sculpt_context_menu(_bpy_types.Panel):
|
|
|
6523
6092
|
"""
|
|
6524
6093
|
|
|
6525
6094
|
:return: The RNA type or default when not found.
|
|
6526
|
-
:rtype: bpy.types.Struct
|
|
6527
6095
|
"""
|
|
6528
6096
|
|
|
6529
6097
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6530
6098
|
"""
|
|
6531
6099
|
|
|
6532
6100
|
:return: The class or default when not found.
|
|
6533
|
-
:rtype: typing.Any
|
|
6534
6101
|
"""
|
|
6535
6102
|
|
|
6536
6103
|
def draw(self, context) -> None:
|
|
@@ -6550,14 +6117,12 @@ class VIEW3D_PT_sculpt_snapping(_bpy_types.Panel):
|
|
|
6550
6117
|
"""
|
|
6551
6118
|
|
|
6552
6119
|
:return: The RNA type or default when not found.
|
|
6553
|
-
:rtype: bpy.types.Struct
|
|
6554
6120
|
"""
|
|
6555
6121
|
|
|
6556
6122
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6557
6123
|
"""
|
|
6558
6124
|
|
|
6559
6125
|
:return: The class or default when not found.
|
|
6560
|
-
:rtype: typing.Any
|
|
6561
6126
|
"""
|
|
6562
6127
|
|
|
6563
6128
|
def draw(self, context) -> None:
|
|
@@ -6578,14 +6143,12 @@ class VIEW3D_PT_shading(_bpy_types.Panel):
|
|
|
6578
6143
|
"""
|
|
6579
6144
|
|
|
6580
6145
|
:return: The RNA type or default when not found.
|
|
6581
|
-
:rtype: bpy.types.Struct
|
|
6582
6146
|
"""
|
|
6583
6147
|
|
|
6584
6148
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6585
6149
|
"""
|
|
6586
6150
|
|
|
6587
6151
|
:return: The class or default when not found.
|
|
6588
|
-
:rtype: typing.Any
|
|
6589
6152
|
"""
|
|
6590
6153
|
|
|
6591
6154
|
def draw(self, _context) -> None:
|
|
@@ -6613,14 +6176,12 @@ class VIEW3D_PT_shading_cavity(_bpy_types.Panel):
|
|
|
6613
6176
|
"""
|
|
6614
6177
|
|
|
6615
6178
|
:return: The RNA type or default when not found.
|
|
6616
|
-
:rtype: bpy.types.Struct
|
|
6617
6179
|
"""
|
|
6618
6180
|
|
|
6619
6181
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6620
6182
|
"""
|
|
6621
6183
|
|
|
6622
6184
|
:return: The class or default when not found.
|
|
6623
|
-
:rtype: typing.Any
|
|
6624
6185
|
"""
|
|
6625
6186
|
|
|
6626
6187
|
def draw(self, context) -> None:
|
|
@@ -6654,14 +6215,12 @@ class VIEW3D_PT_shading_color(_bpy_types.Panel):
|
|
|
6654
6215
|
"""
|
|
6655
6216
|
|
|
6656
6217
|
:return: The RNA type or default when not found.
|
|
6657
|
-
:rtype: bpy.types.Struct
|
|
6658
6218
|
"""
|
|
6659
6219
|
|
|
6660
6220
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6661
6221
|
"""
|
|
6662
6222
|
|
|
6663
6223
|
:return: The class or default when not found.
|
|
6664
|
-
:rtype: typing.Any
|
|
6665
6224
|
"""
|
|
6666
6225
|
|
|
6667
6226
|
def draw(self, context) -> None:
|
|
@@ -6683,14 +6242,12 @@ class VIEW3D_PT_shading_compositor(_bpy_types.Panel):
|
|
|
6683
6242
|
"""
|
|
6684
6243
|
|
|
6685
6244
|
:return: The RNA type or default when not found.
|
|
6686
|
-
:rtype: bpy.types.Struct
|
|
6687
6245
|
"""
|
|
6688
6246
|
|
|
6689
6247
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6690
6248
|
"""
|
|
6691
6249
|
|
|
6692
6250
|
:return: The class or default when not found.
|
|
6693
|
-
:rtype: typing.Any
|
|
6694
6251
|
"""
|
|
6695
6252
|
|
|
6696
6253
|
def draw(self, context) -> None:
|
|
@@ -6718,14 +6275,12 @@ class VIEW3D_PT_shading_lighting(_bpy_types.Panel):
|
|
|
6718
6275
|
"""
|
|
6719
6276
|
|
|
6720
6277
|
:return: The RNA type or default when not found.
|
|
6721
|
-
:rtype: bpy.types.Struct
|
|
6722
6278
|
"""
|
|
6723
6279
|
|
|
6724
6280
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6725
6281
|
"""
|
|
6726
6282
|
|
|
6727
6283
|
:return: The class or default when not found.
|
|
6728
|
-
:rtype: typing.Any
|
|
6729
6284
|
"""
|
|
6730
6285
|
|
|
6731
6286
|
def draw(self, context) -> None:
|
|
@@ -6753,14 +6308,12 @@ class VIEW3D_PT_shading_options(_bpy_types.Panel):
|
|
|
6753
6308
|
"""
|
|
6754
6309
|
|
|
6755
6310
|
:return: The RNA type or default when not found.
|
|
6756
|
-
:rtype: bpy.types.Struct
|
|
6757
6311
|
"""
|
|
6758
6312
|
|
|
6759
6313
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6760
6314
|
"""
|
|
6761
6315
|
|
|
6762
6316
|
:return: The class or default when not found.
|
|
6763
|
-
:rtype: typing.Any
|
|
6764
6317
|
"""
|
|
6765
6318
|
|
|
6766
6319
|
def draw(self, context) -> None:
|
|
@@ -6788,14 +6341,12 @@ class VIEW3D_PT_shading_options_shadow(_bpy_types.Panel):
|
|
|
6788
6341
|
"""
|
|
6789
6342
|
|
|
6790
6343
|
:return: The RNA type or default when not found.
|
|
6791
|
-
:rtype: bpy.types.Struct
|
|
6792
6344
|
"""
|
|
6793
6345
|
|
|
6794
6346
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6795
6347
|
"""
|
|
6796
6348
|
|
|
6797
6349
|
:return: The class or default when not found.
|
|
6798
|
-
:rtype: typing.Any
|
|
6799
6350
|
"""
|
|
6800
6351
|
|
|
6801
6352
|
def draw(self, context) -> None:
|
|
@@ -6815,14 +6366,12 @@ class VIEW3D_PT_shading_options_ssao(_bpy_types.Panel):
|
|
|
6815
6366
|
"""
|
|
6816
6367
|
|
|
6817
6368
|
:return: The RNA type or default when not found.
|
|
6818
|
-
:rtype: bpy.types.Struct
|
|
6819
6369
|
"""
|
|
6820
6370
|
|
|
6821
6371
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6822
6372
|
"""
|
|
6823
6373
|
|
|
6824
6374
|
:return: The class or default when not found.
|
|
6825
|
-
:rtype: typing.Any
|
|
6826
6375
|
"""
|
|
6827
6376
|
|
|
6828
6377
|
def draw(self, context) -> None:
|
|
@@ -6844,14 +6393,12 @@ class VIEW3D_PT_shading_render_pass(_bpy_types.Panel):
|
|
|
6844
6393
|
"""
|
|
6845
6394
|
|
|
6846
6395
|
:return: The RNA type or default when not found.
|
|
6847
|
-
:rtype: bpy.types.Struct
|
|
6848
6396
|
"""
|
|
6849
6397
|
|
|
6850
6398
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6851
6399
|
"""
|
|
6852
6400
|
|
|
6853
6401
|
:return: The class or default when not found.
|
|
6854
|
-
:rtype: typing.Any
|
|
6855
6402
|
"""
|
|
6856
6403
|
|
|
6857
6404
|
def draw(self, context) -> None:
|
|
@@ -6878,14 +6425,12 @@ class VIEW3D_PT_snapping(_bpy_types.Panel):
|
|
|
6878
6425
|
"""
|
|
6879
6426
|
|
|
6880
6427
|
:return: The RNA type or default when not found.
|
|
6881
|
-
:rtype: bpy.types.Struct
|
|
6882
6428
|
"""
|
|
6883
6429
|
|
|
6884
6430
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6885
6431
|
"""
|
|
6886
6432
|
|
|
6887
6433
|
:return: The class or default when not found.
|
|
6888
|
-
:rtype: typing.Any
|
|
6889
6434
|
"""
|
|
6890
6435
|
|
|
6891
6436
|
def draw(self, context) -> None:
|
|
@@ -6906,14 +6451,12 @@ class VIEW3D_PT_transform_orientations(_bpy_types.Panel):
|
|
|
6906
6451
|
"""
|
|
6907
6452
|
|
|
6908
6453
|
:return: The RNA type or default when not found.
|
|
6909
|
-
:rtype: bpy.types.Struct
|
|
6910
6454
|
"""
|
|
6911
6455
|
|
|
6912
6456
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6913
6457
|
"""
|
|
6914
6458
|
|
|
6915
6459
|
:return: The class or default when not found.
|
|
6916
|
-
:rtype: typing.Any
|
|
6917
6460
|
"""
|
|
6918
6461
|
|
|
6919
6462
|
def draw(self, context) -> None:
|
|
@@ -6934,14 +6477,12 @@ class VIEW3D_PT_view3d_cursor(_bpy_types.Panel):
|
|
|
6934
6477
|
"""
|
|
6935
6478
|
|
|
6936
6479
|
:return: The RNA type or default when not found.
|
|
6937
|
-
:rtype: bpy.types.Struct
|
|
6938
6480
|
"""
|
|
6939
6481
|
|
|
6940
6482
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6941
6483
|
"""
|
|
6942
6484
|
|
|
6943
6485
|
:return: The class or default when not found.
|
|
6944
|
-
:rtype: typing.Any
|
|
6945
6486
|
"""
|
|
6946
6487
|
|
|
6947
6488
|
def draw(self, context) -> None:
|
|
@@ -6963,14 +6504,12 @@ class VIEW3D_PT_view3d_lock(_bpy_types.Panel):
|
|
|
6963
6504
|
"""
|
|
6964
6505
|
|
|
6965
6506
|
:return: The RNA type or default when not found.
|
|
6966
|
-
:rtype: bpy.types.Struct
|
|
6967
6507
|
"""
|
|
6968
6508
|
|
|
6969
6509
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6970
6510
|
"""
|
|
6971
6511
|
|
|
6972
6512
|
:return: The class or default when not found.
|
|
6973
|
-
:rtype: typing.Any
|
|
6974
6513
|
"""
|
|
6975
6514
|
|
|
6976
6515
|
def draw(self, context) -> None:
|
|
@@ -6991,14 +6530,12 @@ class VIEW3D_PT_view3d_properties(_bpy_types.Panel):
|
|
|
6991
6530
|
"""
|
|
6992
6531
|
|
|
6993
6532
|
:return: The RNA type or default when not found.
|
|
6994
|
-
:rtype: bpy.types.Struct
|
|
6995
6533
|
"""
|
|
6996
6534
|
|
|
6997
6535
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6998
6536
|
"""
|
|
6999
6537
|
|
|
7000
6538
|
:return: The class or default when not found.
|
|
7001
|
-
:rtype: typing.Any
|
|
7002
6539
|
"""
|
|
7003
6540
|
|
|
7004
6541
|
def draw(self, context) -> None:
|
|
@@ -7020,14 +6557,12 @@ class VIEW3D_PT_view3d_stereo(_bpy_types.Panel):
|
|
|
7020
6557
|
"""
|
|
7021
6558
|
|
|
7022
6559
|
:return: The RNA type or default when not found.
|
|
7023
|
-
:rtype: bpy.types.Struct
|
|
7024
6560
|
"""
|
|
7025
6561
|
|
|
7026
6562
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7027
6563
|
"""
|
|
7028
6564
|
|
|
7029
6565
|
:return: The class or default when not found.
|
|
7030
|
-
:rtype: typing.Any
|
|
7031
6566
|
"""
|
|
7032
6567
|
|
|
7033
6568
|
def draw(self, context) -> None:
|
|
@@ -7055,14 +6590,12 @@ class VIEW3D_PT_viewport_debug(_bpy_types.Panel):
|
|
|
7055
6590
|
"""
|
|
7056
6591
|
|
|
7057
6592
|
:return: The RNA type or default when not found.
|
|
7058
|
-
:rtype: bpy.types.Struct
|
|
7059
6593
|
"""
|
|
7060
6594
|
|
|
7061
6595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7062
6596
|
"""
|
|
7063
6597
|
|
|
7064
6598
|
:return: The class or default when not found.
|
|
7065
|
-
:rtype: typing.Any
|
|
7066
6599
|
"""
|
|
7067
6600
|
|
|
7068
6601
|
def draw(self, context) -> None:
|
|
@@ -7080,10 +6613,10 @@ class VIEW3D_PT_viewport_debug(_bpy_types.Panel):
|
|
|
7080
6613
|
|
|
7081
6614
|
class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
|
|
7082
6615
|
bl_activate_operator: typing.Any
|
|
7083
|
-
bl_default_preview_size: typing.Any
|
|
7084
6616
|
bl_options: typing.Any
|
|
7085
6617
|
bl_space_type: typing.Any
|
|
7086
6618
|
brush_type_prop: typing.Any
|
|
6619
|
+
filter_brush: typing.Any
|
|
7087
6620
|
mode_prop: typing.Any
|
|
7088
6621
|
|
|
7089
6622
|
class _draw_tool_settings_context_mode:
|
|
@@ -7168,15 +6701,6 @@ class _draw_tool_settings_context_mode:
|
|
|
7168
6701
|
:param tool:
|
|
7169
6702
|
"""
|
|
7170
6703
|
|
|
7171
|
-
@staticmethod
|
|
7172
|
-
def WEIGHT_GPENCIL(context, layout, tool) -> None:
|
|
7173
|
-
"""
|
|
7174
|
-
|
|
7175
|
-
:param context:
|
|
7176
|
-
:param layout:
|
|
7177
|
-
:param tool:
|
|
7178
|
-
"""
|
|
7179
|
-
|
|
7180
6704
|
@staticmethod
|
|
7181
6705
|
def WEIGHT_GREASE_PENCIL(context, layout, tool) -> None:
|
|
7182
6706
|
"""
|
|
@@ -7196,14 +6720,12 @@ class VIEW3D_MT_bone_options_disable(_bpy_types.Menu, BoneOptions):
|
|
|
7196
6720
|
"""
|
|
7197
6721
|
|
|
7198
6722
|
:return: The RNA type or default when not found.
|
|
7199
|
-
:rtype: bpy.types.Struct
|
|
7200
6723
|
"""
|
|
7201
6724
|
|
|
7202
6725
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7203
6726
|
"""
|
|
7204
6727
|
|
|
7205
6728
|
:return: The class or default when not found.
|
|
7206
|
-
:rtype: typing.Any
|
|
7207
6729
|
"""
|
|
7208
6730
|
|
|
7209
6731
|
class VIEW3D_MT_bone_options_enable(_bpy_types.Menu, BoneOptions):
|
|
@@ -7216,14 +6738,12 @@ class VIEW3D_MT_bone_options_enable(_bpy_types.Menu, BoneOptions):
|
|
|
7216
6738
|
"""
|
|
7217
6739
|
|
|
7218
6740
|
:return: The RNA type or default when not found.
|
|
7219
|
-
:rtype: bpy.types.Struct
|
|
7220
6741
|
"""
|
|
7221
6742
|
|
|
7222
6743
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7223
6744
|
"""
|
|
7224
6745
|
|
|
7225
6746
|
:return: The class or default when not found.
|
|
7226
|
-
:rtype: typing.Any
|
|
7227
6747
|
"""
|
|
7228
6748
|
|
|
7229
6749
|
class VIEW3D_MT_bone_options_toggle(_bpy_types.Menu, BoneOptions):
|
|
@@ -7236,14 +6756,12 @@ class VIEW3D_MT_bone_options_toggle(_bpy_types.Menu, BoneOptions):
|
|
|
7236
6756
|
"""
|
|
7237
6757
|
|
|
7238
6758
|
:return: The RNA type or default when not found.
|
|
7239
|
-
:rtype: bpy.types.Struct
|
|
7240
6759
|
"""
|
|
7241
6760
|
|
|
7242
6761
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7243
6762
|
"""
|
|
7244
6763
|
|
|
7245
6764
|
:return: The class or default when not found.
|
|
7246
|
-
:rtype: typing.Any
|
|
7247
6765
|
"""
|
|
7248
6766
|
|
|
7249
6767
|
def draw_curve(self_, _context) -> None: ...
|