fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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 +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- 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 -4
- bl_operators/node/__init__.pyi +51 -47
- 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 +0 -50
- 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 +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
- bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
- bl_ui/node_add_menu_shader/__init__.pyi +21 -39
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- 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 +0 -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 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -12
- 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 +0 -90
- 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 +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +29 -137
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- 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 +7 -41
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +294 -634
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +60 -59
- bpy/app/handlers/__init__.pyi +4 -0
- 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 +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- 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 +17 -166
- 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 +27 -217
- 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 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +61 -522
- 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 +2 -50
- 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 +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +306 -666
- bpy/ops/object/__init__.pyi +139 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +43 -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 +28 -233
- bpy/ops/poselib/__init__.pyi +4 -69
- bpy/ops/preferences/__init__.pyi +23 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -74
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +41 -312
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +92 -669
- 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 +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +116 -1316
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +65 -33
- bpy/types/__init__.pyi +21798 -58228
- 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 +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -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 +1 -7
- 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 +162 -230
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/__init__.pyi +16 -0
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +4 -24
- 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_latest-20250927.dist-info/RECORD +0 -373
- {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
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,14 +343,12 @@ 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
|
-
:rtype: typing.Any
|
|
378
352
|
"""
|
|
379
353
|
|
|
380
354
|
@classmethod
|
|
@@ -386,11 +360,11 @@ class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
386
360
|
|
|
387
361
|
class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
388
362
|
bl_activate_operator: typing.Any
|
|
389
|
-
bl_default_preview_size: typing.Any
|
|
390
363
|
bl_options: typing.Any
|
|
391
364
|
bl_rna: typing.Any
|
|
392
365
|
bl_space_type: typing.Any
|
|
393
366
|
brush_type_prop: typing.Any
|
|
367
|
+
filter_brush: typing.Any
|
|
394
368
|
id_data: typing.Any
|
|
395
369
|
mode: typing.Any
|
|
396
370
|
mode_prop: typing.Any
|
|
@@ -399,25 +373,23 @@ class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
399
373
|
"""
|
|
400
374
|
|
|
401
375
|
:return: The RNA type or default when not found.
|
|
402
|
-
:rtype: bpy.types.Struct
|
|
403
376
|
"""
|
|
404
377
|
|
|
405
378
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
406
379
|
"""
|
|
407
380
|
|
|
408
381
|
:return: The class or default when not found.
|
|
409
|
-
:rtype: typing.Any
|
|
410
382
|
"""
|
|
411
383
|
|
|
412
384
|
class VIEW3D_AST_brush_weight_paint(
|
|
413
385
|
View3DAssetShelf, AssetShelfHiddenByDefault, _bpy_types.AssetShelf
|
|
414
386
|
):
|
|
415
387
|
bl_activate_operator: typing.Any
|
|
416
|
-
bl_default_preview_size: typing.Any
|
|
417
388
|
bl_options: typing.Any
|
|
418
389
|
bl_rna: typing.Any
|
|
419
390
|
bl_space_type: typing.Any
|
|
420
391
|
brush_type_prop: typing.Any
|
|
392
|
+
filter_brush: typing.Any
|
|
421
393
|
id_data: typing.Any
|
|
422
394
|
mode: typing.Any
|
|
423
395
|
mode_prop: typing.Any
|
|
@@ -426,14 +398,12 @@ class VIEW3D_AST_brush_weight_paint(
|
|
|
426
398
|
"""
|
|
427
399
|
|
|
428
400
|
:return: The RNA type or default when not found.
|
|
429
|
-
:rtype: bpy.types.Struct
|
|
430
401
|
"""
|
|
431
402
|
|
|
432
403
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
433
404
|
"""
|
|
434
405
|
|
|
435
406
|
:return: The class or default when not found.
|
|
436
|
-
:rtype: typing.Any
|
|
437
407
|
"""
|
|
438
408
|
|
|
439
409
|
class VIEW3D_HT_header(_bpy_types.Header):
|
|
@@ -445,14 +415,12 @@ class VIEW3D_HT_header(_bpy_types.Header):
|
|
|
445
415
|
"""
|
|
446
416
|
|
|
447
417
|
:return: The RNA type or default when not found.
|
|
448
|
-
:rtype: bpy.types.Struct
|
|
449
418
|
"""
|
|
450
419
|
|
|
451
420
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
452
421
|
"""
|
|
453
422
|
|
|
454
423
|
:return: The class or default when not found.
|
|
455
|
-
:rtype: typing.Any
|
|
456
424
|
"""
|
|
457
425
|
|
|
458
426
|
@staticmethod
|
|
@@ -473,14 +441,12 @@ class VIEW3D_HT_tool_header(_bpy_types.Header):
|
|
|
473
441
|
"""
|
|
474
442
|
|
|
475
443
|
:return: The RNA type or default when not found.
|
|
476
|
-
:rtype: bpy.types.Struct
|
|
477
444
|
"""
|
|
478
445
|
|
|
479
446
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
480
447
|
"""
|
|
481
448
|
|
|
482
449
|
:return: The class or default when not found.
|
|
483
|
-
:rtype: typing.Any
|
|
484
450
|
"""
|
|
485
451
|
|
|
486
452
|
def draw(self, context) -> None:
|
|
@@ -512,14 +478,12 @@ class VIEW3D_MT_add(_bpy_types.Menu):
|
|
|
512
478
|
"""
|
|
513
479
|
|
|
514
480
|
:return: The RNA type or default when not found.
|
|
515
|
-
:rtype: bpy.types.Struct
|
|
516
481
|
"""
|
|
517
482
|
|
|
518
483
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
519
484
|
"""
|
|
520
485
|
|
|
521
486
|
:return: The class or default when not found.
|
|
522
|
-
:rtype: typing.Any
|
|
523
487
|
"""
|
|
524
488
|
|
|
525
489
|
def draw(self, context) -> None:
|
|
@@ -539,14 +503,12 @@ class VIEW3D_MT_armature_add(_bpy_types.Menu):
|
|
|
539
503
|
"""
|
|
540
504
|
|
|
541
505
|
:return: The RNA type or default when not found.
|
|
542
|
-
:rtype: bpy.types.Struct
|
|
543
506
|
"""
|
|
544
507
|
|
|
545
508
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
546
509
|
"""
|
|
547
510
|
|
|
548
511
|
:return: The class or default when not found.
|
|
549
|
-
:rtype: typing.Any
|
|
550
512
|
"""
|
|
551
513
|
|
|
552
514
|
def draw(self, _context) -> None:
|
|
@@ -564,14 +526,12 @@ class VIEW3D_MT_armature_context_menu(_bpy_types.Menu):
|
|
|
564
526
|
"""
|
|
565
527
|
|
|
566
528
|
:return: The RNA type or default when not found.
|
|
567
|
-
:rtype: bpy.types.Struct
|
|
568
529
|
"""
|
|
569
530
|
|
|
570
531
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
571
532
|
"""
|
|
572
533
|
|
|
573
534
|
:return: The class or default when not found.
|
|
574
|
-
:rtype: typing.Any
|
|
575
535
|
"""
|
|
576
536
|
|
|
577
537
|
def draw(self, context) -> None:
|
|
@@ -589,14 +549,12 @@ class VIEW3D_MT_bone_collections(_bpy_types.Menu):
|
|
|
589
549
|
"""
|
|
590
550
|
|
|
591
551
|
:return: The RNA type or default when not found.
|
|
592
|
-
:rtype: bpy.types.Struct
|
|
593
552
|
"""
|
|
594
553
|
|
|
595
554
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
596
555
|
"""
|
|
597
556
|
|
|
598
557
|
:return: The class or default when not found.
|
|
599
|
-
:rtype: typing.Any
|
|
600
558
|
"""
|
|
601
559
|
|
|
602
560
|
def draw(self, context) -> None:
|
|
@@ -623,14 +581,12 @@ class VIEW3D_MT_camera_add(_bpy_types.Menu):
|
|
|
623
581
|
"""
|
|
624
582
|
|
|
625
583
|
:return: The RNA type or default when not found.
|
|
626
|
-
:rtype: bpy.types.Struct
|
|
627
584
|
"""
|
|
628
585
|
|
|
629
586
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
630
587
|
"""
|
|
631
588
|
|
|
632
589
|
:return: The class or default when not found.
|
|
633
|
-
:rtype: typing.Any
|
|
634
590
|
"""
|
|
635
591
|
|
|
636
592
|
def draw(self, _context) -> None:
|
|
@@ -650,14 +606,12 @@ class VIEW3D_MT_curve_add(_bpy_types.Menu):
|
|
|
650
606
|
"""
|
|
651
607
|
|
|
652
608
|
:return: The RNA type or default when not found.
|
|
653
|
-
:rtype: bpy.types.Struct
|
|
654
609
|
"""
|
|
655
610
|
|
|
656
611
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
657
612
|
"""
|
|
658
613
|
|
|
659
614
|
:return: The class or default when not found.
|
|
660
|
-
:rtype: typing.Any
|
|
661
615
|
"""
|
|
662
616
|
|
|
663
617
|
def draw(self, context) -> None:
|
|
@@ -675,14 +629,12 @@ class VIEW3D_MT_edit_armature(_bpy_types.Menu):
|
|
|
675
629
|
"""
|
|
676
630
|
|
|
677
631
|
:return: The RNA type or default when not found.
|
|
678
|
-
:rtype: bpy.types.Struct
|
|
679
632
|
"""
|
|
680
633
|
|
|
681
634
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
682
635
|
"""
|
|
683
636
|
|
|
684
637
|
:return: The class or default when not found.
|
|
685
|
-
:rtype: typing.Any
|
|
686
638
|
"""
|
|
687
639
|
|
|
688
640
|
def draw(self, context) -> None:
|
|
@@ -700,14 +652,12 @@ class VIEW3D_MT_edit_armature_delete(_bpy_types.Menu):
|
|
|
700
652
|
"""
|
|
701
653
|
|
|
702
654
|
:return: The RNA type or default when not found.
|
|
703
|
-
:rtype: bpy.types.Struct
|
|
704
655
|
"""
|
|
705
656
|
|
|
706
657
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
707
658
|
"""
|
|
708
659
|
|
|
709
660
|
:return: The class or default when not found.
|
|
710
|
-
:rtype: typing.Any
|
|
711
661
|
"""
|
|
712
662
|
|
|
713
663
|
def draw(self, _context) -> None:
|
|
@@ -725,14 +675,12 @@ class VIEW3D_MT_edit_armature_names(_bpy_types.Menu):
|
|
|
725
675
|
"""
|
|
726
676
|
|
|
727
677
|
:return: The RNA type or default when not found.
|
|
728
|
-
:rtype: bpy.types.Struct
|
|
729
678
|
"""
|
|
730
679
|
|
|
731
680
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
732
681
|
"""
|
|
733
682
|
|
|
734
683
|
:return: The class or default when not found.
|
|
735
|
-
:rtype: typing.Any
|
|
736
684
|
"""
|
|
737
685
|
|
|
738
686
|
def draw(self, _context) -> None:
|
|
@@ -751,14 +699,12 @@ class VIEW3D_MT_edit_armature_parent(_bpy_types.Menu):
|
|
|
751
699
|
"""
|
|
752
700
|
|
|
753
701
|
:return: The RNA type or default when not found.
|
|
754
|
-
:rtype: bpy.types.Struct
|
|
755
702
|
"""
|
|
756
703
|
|
|
757
704
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
758
705
|
"""
|
|
759
706
|
|
|
760
707
|
:return: The class or default when not found.
|
|
761
|
-
:rtype: typing.Any
|
|
762
708
|
"""
|
|
763
709
|
|
|
764
710
|
def draw(self, _context) -> None:
|
|
@@ -776,14 +722,12 @@ class VIEW3D_MT_edit_armature_roll(_bpy_types.Menu):
|
|
|
776
722
|
"""
|
|
777
723
|
|
|
778
724
|
:return: The RNA type or default when not found.
|
|
779
|
-
:rtype: bpy.types.Struct
|
|
780
725
|
"""
|
|
781
726
|
|
|
782
727
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
783
728
|
"""
|
|
784
729
|
|
|
785
730
|
:return: The class or default when not found.
|
|
786
|
-
:rtype: typing.Any
|
|
787
731
|
"""
|
|
788
732
|
|
|
789
733
|
def draw(self, _context) -> None:
|
|
@@ -801,14 +745,12 @@ class VIEW3D_MT_edit_curve(_bpy_types.Menu):
|
|
|
801
745
|
"""
|
|
802
746
|
|
|
803
747
|
:return: The RNA type or default when not found.
|
|
804
|
-
:rtype: bpy.types.Struct
|
|
805
748
|
"""
|
|
806
749
|
|
|
807
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
808
751
|
"""
|
|
809
752
|
|
|
810
753
|
:return: The class or default when not found.
|
|
811
|
-
:rtype: typing.Any
|
|
812
754
|
"""
|
|
813
755
|
|
|
814
756
|
class VIEW3D_MT_edit_curve_clean(_bpy_types.Menu):
|
|
@@ -820,14 +762,12 @@ class VIEW3D_MT_edit_curve_clean(_bpy_types.Menu):
|
|
|
820
762
|
"""
|
|
821
763
|
|
|
822
764
|
:return: The RNA type or default when not found.
|
|
823
|
-
:rtype: bpy.types.Struct
|
|
824
765
|
"""
|
|
825
766
|
|
|
826
767
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
827
768
|
"""
|
|
828
769
|
|
|
829
770
|
:return: The class or default when not found.
|
|
830
|
-
:rtype: typing.Any
|
|
831
771
|
"""
|
|
832
772
|
|
|
833
773
|
def draw(self, _context) -> None:
|
|
@@ -845,14 +785,12 @@ class VIEW3D_MT_edit_curve_context_menu(_bpy_types.Menu):
|
|
|
845
785
|
"""
|
|
846
786
|
|
|
847
787
|
:return: The RNA type or default when not found.
|
|
848
|
-
:rtype: bpy.types.Struct
|
|
849
788
|
"""
|
|
850
789
|
|
|
851
790
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
852
791
|
"""
|
|
853
792
|
|
|
854
793
|
:return: The class or default when not found.
|
|
855
|
-
:rtype: typing.Any
|
|
856
794
|
"""
|
|
857
795
|
|
|
858
796
|
def draw(self, _context) -> None:
|
|
@@ -870,14 +808,12 @@ class VIEW3D_MT_edit_curve_ctrlpoints(_bpy_types.Menu):
|
|
|
870
808
|
"""
|
|
871
809
|
|
|
872
810
|
:return: The RNA type or default when not found.
|
|
873
|
-
:rtype: bpy.types.Struct
|
|
874
811
|
"""
|
|
875
812
|
|
|
876
813
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
877
814
|
"""
|
|
878
815
|
|
|
879
816
|
:return: The class or default when not found.
|
|
880
|
-
:rtype: typing.Any
|
|
881
817
|
"""
|
|
882
818
|
|
|
883
819
|
def draw(self, context) -> None:
|
|
@@ -895,14 +831,12 @@ class VIEW3D_MT_edit_curve_delete(_bpy_types.Menu):
|
|
|
895
831
|
"""
|
|
896
832
|
|
|
897
833
|
:return: The RNA type or default when not found.
|
|
898
|
-
:rtype: bpy.types.Struct
|
|
899
834
|
"""
|
|
900
835
|
|
|
901
836
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
902
837
|
"""
|
|
903
838
|
|
|
904
839
|
:return: The class or default when not found.
|
|
905
|
-
:rtype: typing.Any
|
|
906
840
|
"""
|
|
907
841
|
|
|
908
842
|
def draw(self, _context) -> None:
|
|
@@ -920,14 +854,12 @@ class VIEW3D_MT_edit_curve_segments(_bpy_types.Menu):
|
|
|
920
854
|
"""
|
|
921
855
|
|
|
922
856
|
:return: The RNA type or default when not found.
|
|
923
|
-
:rtype: bpy.types.Struct
|
|
924
857
|
"""
|
|
925
858
|
|
|
926
859
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
927
860
|
"""
|
|
928
861
|
|
|
929
862
|
:return: The class or default when not found.
|
|
930
|
-
:rtype: typing.Any
|
|
931
863
|
"""
|
|
932
864
|
|
|
933
865
|
def draw(self, _context) -> None:
|
|
@@ -945,14 +877,12 @@ class VIEW3D_MT_edit_curve_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
945
877
|
"""
|
|
946
878
|
|
|
947
879
|
:return: The RNA type or default when not found.
|
|
948
|
-
:rtype: bpy.types.Struct
|
|
949
880
|
"""
|
|
950
881
|
|
|
951
882
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
952
883
|
"""
|
|
953
884
|
|
|
954
885
|
:return: The class or default when not found.
|
|
955
|
-
:rtype: typing.Any
|
|
956
886
|
"""
|
|
957
887
|
|
|
958
888
|
class VIEW3D_MT_edit_curves(_bpy_types.Menu):
|
|
@@ -964,14 +894,12 @@ class VIEW3D_MT_edit_curves(_bpy_types.Menu):
|
|
|
964
894
|
"""
|
|
965
895
|
|
|
966
896
|
:return: The RNA type or default when not found.
|
|
967
|
-
:rtype: bpy.types.Struct
|
|
968
897
|
"""
|
|
969
898
|
|
|
970
899
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
971
900
|
"""
|
|
972
901
|
|
|
973
902
|
:return: The class or default when not found.
|
|
974
|
-
:rtype: typing.Any
|
|
975
903
|
"""
|
|
976
904
|
|
|
977
905
|
def draw(self, _context) -> None:
|
|
@@ -990,14 +918,12 @@ class VIEW3D_MT_edit_curves_add(_bpy_types.Menu):
|
|
|
990
918
|
"""
|
|
991
919
|
|
|
992
920
|
:return: The RNA type or default when not found.
|
|
993
|
-
:rtype: bpy.types.Struct
|
|
994
921
|
"""
|
|
995
922
|
|
|
996
923
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
997
924
|
"""
|
|
998
925
|
|
|
999
926
|
:return: The class or default when not found.
|
|
1000
|
-
:rtype: typing.Any
|
|
1001
927
|
"""
|
|
1002
928
|
|
|
1003
929
|
def draw(self, _context) -> None:
|
|
@@ -1015,14 +941,12 @@ class VIEW3D_MT_edit_curves_context_menu(_bpy_types.Menu):
|
|
|
1015
941
|
"""
|
|
1016
942
|
|
|
1017
943
|
:return: The RNA type or default when not found.
|
|
1018
|
-
:rtype: bpy.types.Struct
|
|
1019
944
|
"""
|
|
1020
945
|
|
|
1021
946
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1022
947
|
"""
|
|
1023
948
|
|
|
1024
949
|
:return: The class or default when not found.
|
|
1025
|
-
:rtype: typing.Any
|
|
1026
950
|
"""
|
|
1027
951
|
|
|
1028
952
|
def draw(self, _context) -> None:
|
|
@@ -1040,14 +964,12 @@ class VIEW3D_MT_edit_curves_control_points(_bpy_types.Menu):
|
|
|
1040
964
|
"""
|
|
1041
965
|
|
|
1042
966
|
:return: The RNA type or default when not found.
|
|
1043
|
-
:rtype: bpy.types.Struct
|
|
1044
967
|
"""
|
|
1045
968
|
|
|
1046
969
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1047
970
|
"""
|
|
1048
971
|
|
|
1049
972
|
:return: The class or default when not found.
|
|
1050
|
-
:rtype: typing.Any
|
|
1051
973
|
"""
|
|
1052
974
|
|
|
1053
975
|
def draw(self, _context) -> None:
|
|
@@ -1065,14 +987,12 @@ class VIEW3D_MT_edit_curves_segments(_bpy_types.Menu):
|
|
|
1065
987
|
"""
|
|
1066
988
|
|
|
1067
989
|
:return: The RNA type or default when not found.
|
|
1068
|
-
:rtype: bpy.types.Struct
|
|
1069
990
|
"""
|
|
1070
991
|
|
|
1071
992
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1072
993
|
"""
|
|
1073
994
|
|
|
1074
995
|
:return: The class or default when not found.
|
|
1075
|
-
:rtype: typing.Any
|
|
1076
996
|
"""
|
|
1077
997
|
|
|
1078
998
|
def draw(self, _context) -> None:
|
|
@@ -1090,14 +1010,12 @@ class VIEW3D_MT_edit_curves_select_more_less(_bpy_types.Menu):
|
|
|
1090
1010
|
"""
|
|
1091
1011
|
|
|
1092
1012
|
:return: The RNA type or default when not found.
|
|
1093
|
-
:rtype: bpy.types.Struct
|
|
1094
1013
|
"""
|
|
1095
1014
|
|
|
1096
1015
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1097
1016
|
"""
|
|
1098
1017
|
|
|
1099
1018
|
:return: The class or default when not found.
|
|
1100
|
-
:rtype: typing.Any
|
|
1101
1019
|
"""
|
|
1102
1020
|
|
|
1103
1021
|
def draw(self, _context) -> None:
|
|
@@ -1115,14 +1033,12 @@ class VIEW3D_MT_edit_font(_bpy_types.Menu):
|
|
|
1115
1033
|
"""
|
|
1116
1034
|
|
|
1117
1035
|
:return: The RNA type or default when not found.
|
|
1118
|
-
:rtype: bpy.types.Struct
|
|
1119
1036
|
"""
|
|
1120
1037
|
|
|
1121
1038
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1122
1039
|
"""
|
|
1123
1040
|
|
|
1124
1041
|
:return: The class or default when not found.
|
|
1125
|
-
:rtype: typing.Any
|
|
1126
1042
|
"""
|
|
1127
1043
|
|
|
1128
1044
|
def draw(self, _context) -> None:
|
|
@@ -1140,14 +1056,12 @@ class VIEW3D_MT_edit_font_chars(_bpy_types.Menu):
|
|
|
1140
1056
|
"""
|
|
1141
1057
|
|
|
1142
1058
|
:return: The RNA type or default when not found.
|
|
1143
|
-
:rtype: bpy.types.Struct
|
|
1144
1059
|
"""
|
|
1145
1060
|
|
|
1146
1061
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1147
1062
|
"""
|
|
1148
1063
|
|
|
1149
1064
|
:return: The class or default when not found.
|
|
1150
|
-
:rtype: typing.Any
|
|
1151
1065
|
"""
|
|
1152
1066
|
|
|
1153
1067
|
def draw(self, _context) -> None:
|
|
@@ -1165,14 +1079,12 @@ class VIEW3D_MT_edit_font_context_menu(_bpy_types.Menu):
|
|
|
1165
1079
|
"""
|
|
1166
1080
|
|
|
1167
1081
|
:return: The RNA type or default when not found.
|
|
1168
|
-
:rtype: bpy.types.Struct
|
|
1169
1082
|
"""
|
|
1170
1083
|
|
|
1171
1084
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1172
1085
|
"""
|
|
1173
1086
|
|
|
1174
1087
|
:return: The class or default when not found.
|
|
1175
|
-
:rtype: typing.Any
|
|
1176
1088
|
"""
|
|
1177
1089
|
|
|
1178
1090
|
def draw(self, _context) -> None:
|
|
@@ -1190,14 +1102,12 @@ class VIEW3D_MT_edit_font_delete(_bpy_types.Menu):
|
|
|
1190
1102
|
"""
|
|
1191
1103
|
|
|
1192
1104
|
:return: The RNA type or default when not found.
|
|
1193
|
-
:rtype: bpy.types.Struct
|
|
1194
1105
|
"""
|
|
1195
1106
|
|
|
1196
1107
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1197
1108
|
"""
|
|
1198
1109
|
|
|
1199
1110
|
:return: The class or default when not found.
|
|
1200
|
-
:rtype: typing.Any
|
|
1201
1111
|
"""
|
|
1202
1112
|
|
|
1203
1113
|
def draw(self, _context) -> None:
|
|
@@ -1215,14 +1125,12 @@ class VIEW3D_MT_edit_font_kerning(_bpy_types.Menu):
|
|
|
1215
1125
|
"""
|
|
1216
1126
|
|
|
1217
1127
|
:return: The RNA type or default when not found.
|
|
1218
|
-
:rtype: bpy.types.Struct
|
|
1219
1128
|
"""
|
|
1220
1129
|
|
|
1221
1130
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1222
1131
|
"""
|
|
1223
1132
|
|
|
1224
1133
|
:return: The class or default when not found.
|
|
1225
|
-
:rtype: typing.Any
|
|
1226
1134
|
"""
|
|
1227
1135
|
|
|
1228
1136
|
def draw(self, context) -> None:
|
|
@@ -1240,14 +1148,12 @@ class VIEW3D_MT_edit_greasepencil(_bpy_types.Menu):
|
|
|
1240
1148
|
"""
|
|
1241
1149
|
|
|
1242
1150
|
:return: The RNA type or default when not found.
|
|
1243
|
-
:rtype: bpy.types.Struct
|
|
1244
1151
|
"""
|
|
1245
1152
|
|
|
1246
1153
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1247
1154
|
"""
|
|
1248
1155
|
|
|
1249
1156
|
:return: The class or default when not found.
|
|
1250
|
-
:rtype: typing.Any
|
|
1251
1157
|
"""
|
|
1252
1158
|
|
|
1253
1159
|
def draw(self, _context) -> None:
|
|
@@ -1265,14 +1171,12 @@ class VIEW3D_MT_edit_greasepencil_animation(_bpy_types.Menu):
|
|
|
1265
1171
|
"""
|
|
1266
1172
|
|
|
1267
1173
|
:return: The RNA type or default when not found.
|
|
1268
|
-
:rtype: bpy.types.Struct
|
|
1269
1174
|
"""
|
|
1270
1175
|
|
|
1271
1176
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1272
1177
|
"""
|
|
1273
1178
|
|
|
1274
1179
|
:return: The class or default when not found.
|
|
1275
|
-
:rtype: typing.Any
|
|
1276
1180
|
"""
|
|
1277
1181
|
|
|
1278
1182
|
def draw(self, context) -> None:
|
|
@@ -1290,14 +1194,12 @@ class VIEW3D_MT_edit_greasepencil_cleanup(_bpy_types.Menu):
|
|
|
1290
1194
|
"""
|
|
1291
1195
|
|
|
1292
1196
|
:return: The RNA type or default when not found.
|
|
1293
|
-
:rtype: bpy.types.Struct
|
|
1294
1197
|
"""
|
|
1295
1198
|
|
|
1296
1199
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1297
1200
|
"""
|
|
1298
1201
|
|
|
1299
1202
|
:return: The class or default when not found.
|
|
1300
|
-
:rtype: typing.Any
|
|
1301
1203
|
"""
|
|
1302
1204
|
|
|
1303
1205
|
def draw(self, context) -> None:
|
|
@@ -1315,14 +1217,12 @@ class VIEW3D_MT_edit_greasepencil_delete(_bpy_types.Menu):
|
|
|
1315
1217
|
"""
|
|
1316
1218
|
|
|
1317
1219
|
:return: The RNA type or default when not found.
|
|
1318
|
-
:rtype: bpy.types.Struct
|
|
1319
1220
|
"""
|
|
1320
1221
|
|
|
1321
1222
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1322
1223
|
"""
|
|
1323
1224
|
|
|
1324
1225
|
:return: The class or default when not found.
|
|
1325
|
-
:rtype: typing.Any
|
|
1326
1226
|
"""
|
|
1327
1227
|
|
|
1328
1228
|
def draw(self, _context) -> None:
|
|
@@ -1340,14 +1240,12 @@ class VIEW3D_MT_edit_greasepencil_point(_bpy_types.Menu):
|
|
|
1340
1240
|
"""
|
|
1341
1241
|
|
|
1342
1242
|
:return: The RNA type or default when not found.
|
|
1343
|
-
:rtype: bpy.types.Struct
|
|
1344
1243
|
"""
|
|
1345
1244
|
|
|
1346
1245
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1347
1246
|
"""
|
|
1348
1247
|
|
|
1349
1248
|
:return: The class or default when not found.
|
|
1350
|
-
:rtype: typing.Any
|
|
1351
1249
|
"""
|
|
1352
1250
|
|
|
1353
1251
|
def draw(self, _context) -> None:
|
|
@@ -1365,14 +1263,12 @@ class VIEW3D_MT_edit_greasepencil_showhide(_bpy_types.Menu):
|
|
|
1365
1263
|
"""
|
|
1366
1264
|
|
|
1367
1265
|
:return: The RNA type or default when not found.
|
|
1368
|
-
:rtype: bpy.types.Struct
|
|
1369
1266
|
"""
|
|
1370
1267
|
|
|
1371
1268
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1372
1269
|
"""
|
|
1373
1270
|
|
|
1374
1271
|
:return: The class or default when not found.
|
|
1375
|
-
:rtype: typing.Any
|
|
1376
1272
|
"""
|
|
1377
1273
|
|
|
1378
1274
|
def draw(self, _context) -> None:
|
|
@@ -1390,14 +1286,12 @@ class VIEW3D_MT_edit_greasepencil_stroke(_bpy_types.Menu):
|
|
|
1390
1286
|
"""
|
|
1391
1287
|
|
|
1392
1288
|
:return: The RNA type or default when not found.
|
|
1393
|
-
:rtype: bpy.types.Struct
|
|
1394
1289
|
"""
|
|
1395
1290
|
|
|
1396
1291
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1397
1292
|
"""
|
|
1398
1293
|
|
|
1399
1294
|
:return: The class or default when not found.
|
|
1400
|
-
:rtype: typing.Any
|
|
1401
1295
|
"""
|
|
1402
1296
|
|
|
1403
1297
|
def draw(self, context) -> None:
|
|
@@ -1415,14 +1309,12 @@ class VIEW3D_MT_edit_lattice(_bpy_types.Menu):
|
|
|
1415
1309
|
"""
|
|
1416
1310
|
|
|
1417
1311
|
:return: The RNA type or default when not found.
|
|
1418
|
-
:rtype: bpy.types.Struct
|
|
1419
1312
|
"""
|
|
1420
1313
|
|
|
1421
1314
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1422
1315
|
"""
|
|
1423
1316
|
|
|
1424
1317
|
:return: The class or default when not found.
|
|
1425
|
-
:rtype: typing.Any
|
|
1426
1318
|
"""
|
|
1427
1319
|
|
|
1428
1320
|
def draw(self, _context) -> None:
|
|
@@ -1440,14 +1332,12 @@ class VIEW3D_MT_edit_lattice_context_menu(_bpy_types.Menu):
|
|
|
1440
1332
|
"""
|
|
1441
1333
|
|
|
1442
1334
|
:return: The RNA type or default when not found.
|
|
1443
|
-
:rtype: bpy.types.Struct
|
|
1444
1335
|
"""
|
|
1445
1336
|
|
|
1446
1337
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1447
1338
|
"""
|
|
1448
1339
|
|
|
1449
1340
|
:return: The class or default when not found.
|
|
1450
|
-
:rtype: typing.Any
|
|
1451
1341
|
"""
|
|
1452
1342
|
|
|
1453
1343
|
def draw(self, _context) -> None:
|
|
@@ -1465,14 +1355,12 @@ class VIEW3D_MT_edit_mesh(_bpy_types.Menu):
|
|
|
1465
1355
|
"""
|
|
1466
1356
|
|
|
1467
1357
|
:return: The RNA type or default when not found.
|
|
1468
|
-
:rtype: bpy.types.Struct
|
|
1469
1358
|
"""
|
|
1470
1359
|
|
|
1471
1360
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1472
1361
|
"""
|
|
1473
1362
|
|
|
1474
1363
|
:return: The class or default when not found.
|
|
1475
|
-
:rtype: typing.Any
|
|
1476
1364
|
"""
|
|
1477
1365
|
|
|
1478
1366
|
def draw(self, _context) -> None:
|
|
@@ -1490,14 +1378,12 @@ class VIEW3D_MT_edit_mesh_clean(_bpy_types.Menu):
|
|
|
1490
1378
|
"""
|
|
1491
1379
|
|
|
1492
1380
|
:return: The RNA type or default when not found.
|
|
1493
|
-
:rtype: bpy.types.Struct
|
|
1494
1381
|
"""
|
|
1495
1382
|
|
|
1496
1383
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1497
1384
|
"""
|
|
1498
1385
|
|
|
1499
1386
|
:return: The class or default when not found.
|
|
1500
|
-
:rtype: typing.Any
|
|
1501
1387
|
"""
|
|
1502
1388
|
|
|
1503
1389
|
def draw(self, _context) -> None:
|
|
@@ -1515,14 +1401,12 @@ class VIEW3D_MT_edit_mesh_context_menu(_bpy_types.Menu):
|
|
|
1515
1401
|
"""
|
|
1516
1402
|
|
|
1517
1403
|
:return: The RNA type or default when not found.
|
|
1518
|
-
:rtype: bpy.types.Struct
|
|
1519
1404
|
"""
|
|
1520
1405
|
|
|
1521
1406
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1522
1407
|
"""
|
|
1523
1408
|
|
|
1524
1409
|
:return: The class or default when not found.
|
|
1525
|
-
:rtype: typing.Any
|
|
1526
1410
|
"""
|
|
1527
1411
|
|
|
1528
1412
|
def draw(self, context) -> None:
|
|
@@ -1540,14 +1424,12 @@ class VIEW3D_MT_edit_mesh_delete(_bpy_types.Menu):
|
|
|
1540
1424
|
"""
|
|
1541
1425
|
|
|
1542
1426
|
:return: The RNA type or default when not found.
|
|
1543
|
-
:rtype: bpy.types.Struct
|
|
1544
1427
|
"""
|
|
1545
1428
|
|
|
1546
1429
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1547
1430
|
"""
|
|
1548
1431
|
|
|
1549
1432
|
:return: The class or default when not found.
|
|
1550
|
-
:rtype: typing.Any
|
|
1551
1433
|
"""
|
|
1552
1434
|
|
|
1553
1435
|
def draw(self, _context) -> None:
|
|
@@ -1565,14 +1447,12 @@ class VIEW3D_MT_edit_mesh_edges(_bpy_types.Menu):
|
|
|
1565
1447
|
"""
|
|
1566
1448
|
|
|
1567
1449
|
:return: The RNA type or default when not found.
|
|
1568
|
-
:rtype: bpy.types.Struct
|
|
1569
1450
|
"""
|
|
1570
1451
|
|
|
1571
1452
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1572
1453
|
"""
|
|
1573
1454
|
|
|
1574
1455
|
:return: The class or default when not found.
|
|
1575
|
-
:rtype: typing.Any
|
|
1576
1456
|
"""
|
|
1577
1457
|
|
|
1578
1458
|
def draw(self, _context) -> None:
|
|
@@ -1590,14 +1470,12 @@ class VIEW3D_MT_edit_mesh_extrude(_bpy_types.Menu):
|
|
|
1590
1470
|
"""
|
|
1591
1471
|
|
|
1592
1472
|
:return: The RNA type or default when not found.
|
|
1593
|
-
:rtype: bpy.types.Struct
|
|
1594
1473
|
"""
|
|
1595
1474
|
|
|
1596
1475
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1597
1476
|
"""
|
|
1598
1477
|
|
|
1599
1478
|
:return: The class or default when not found.
|
|
1600
|
-
:rtype: typing.Any
|
|
1601
1479
|
"""
|
|
1602
1480
|
|
|
1603
1481
|
def draw(self, context) -> None:
|
|
@@ -1616,14 +1494,12 @@ class VIEW3D_MT_edit_mesh_faces(_bpy_types.Menu):
|
|
|
1616
1494
|
"""
|
|
1617
1495
|
|
|
1618
1496
|
:return: The RNA type or default when not found.
|
|
1619
|
-
:rtype: bpy.types.Struct
|
|
1620
1497
|
"""
|
|
1621
1498
|
|
|
1622
1499
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1623
1500
|
"""
|
|
1624
1501
|
|
|
1625
1502
|
:return: The class or default when not found.
|
|
1626
|
-
:rtype: typing.Any
|
|
1627
1503
|
"""
|
|
1628
1504
|
|
|
1629
1505
|
def draw(self, context) -> None:
|
|
@@ -1641,14 +1517,12 @@ class VIEW3D_MT_edit_mesh_faces_data(_bpy_types.Menu):
|
|
|
1641
1517
|
"""
|
|
1642
1518
|
|
|
1643
1519
|
:return: The RNA type or default when not found.
|
|
1644
|
-
:rtype: bpy.types.Struct
|
|
1645
1520
|
"""
|
|
1646
1521
|
|
|
1647
1522
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1648
1523
|
"""
|
|
1649
1524
|
|
|
1650
1525
|
:return: The class or default when not found.
|
|
1651
|
-
:rtype: typing.Any
|
|
1652
1526
|
"""
|
|
1653
1527
|
|
|
1654
1528
|
def draw(self, _context) -> None:
|
|
@@ -1666,14 +1540,12 @@ class VIEW3D_MT_edit_mesh_merge(_bpy_types.Menu):
|
|
|
1666
1540
|
"""
|
|
1667
1541
|
|
|
1668
1542
|
:return: The RNA type or default when not found.
|
|
1669
|
-
:rtype: bpy.types.Struct
|
|
1670
1543
|
"""
|
|
1671
1544
|
|
|
1672
1545
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1673
1546
|
"""
|
|
1674
1547
|
|
|
1675
1548
|
:return: The class or default when not found.
|
|
1676
|
-
:rtype: typing.Any
|
|
1677
1549
|
"""
|
|
1678
1550
|
|
|
1679
1551
|
def draw(self, _context) -> None:
|
|
@@ -1691,14 +1563,12 @@ class VIEW3D_MT_edit_mesh_normals(_bpy_types.Menu):
|
|
|
1691
1563
|
"""
|
|
1692
1564
|
|
|
1693
1565
|
:return: The RNA type or default when not found.
|
|
1694
|
-
:rtype: bpy.types.Struct
|
|
1695
1566
|
"""
|
|
1696
1567
|
|
|
1697
1568
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1698
1569
|
"""
|
|
1699
1570
|
|
|
1700
1571
|
:return: The class or default when not found.
|
|
1701
|
-
:rtype: typing.Any
|
|
1702
1572
|
"""
|
|
1703
1573
|
|
|
1704
1574
|
def draw(self, _context) -> None:
|
|
@@ -1716,14 +1586,12 @@ class VIEW3D_MT_edit_mesh_normals_average(_bpy_types.Menu):
|
|
|
1716
1586
|
"""
|
|
1717
1587
|
|
|
1718
1588
|
:return: The RNA type or default when not found.
|
|
1719
|
-
:rtype: bpy.types.Struct
|
|
1720
1589
|
"""
|
|
1721
1590
|
|
|
1722
1591
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1723
1592
|
"""
|
|
1724
1593
|
|
|
1725
1594
|
:return: The class or default when not found.
|
|
1726
|
-
:rtype: typing.Any
|
|
1727
1595
|
"""
|
|
1728
1596
|
|
|
1729
1597
|
def draw(self, _context) -> None:
|
|
@@ -1741,14 +1609,12 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(_bpy_types.Menu):
|
|
|
1741
1609
|
"""
|
|
1742
1610
|
|
|
1743
1611
|
:return: The RNA type or default when not found.
|
|
1744
|
-
:rtype: bpy.types.Struct
|
|
1745
1612
|
"""
|
|
1746
1613
|
|
|
1747
1614
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1748
1615
|
"""
|
|
1749
1616
|
|
|
1750
1617
|
:return: The class or default when not found.
|
|
1751
|
-
:rtype: typing.Any
|
|
1752
1618
|
"""
|
|
1753
1619
|
|
|
1754
1620
|
def draw(self, _context) -> None:
|
|
@@ -1766,14 +1632,12 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(_bpy_types.Menu):
|
|
|
1766
1632
|
"""
|
|
1767
1633
|
|
|
1768
1634
|
:return: The RNA type or default when not found.
|
|
1769
|
-
:rtype: bpy.types.Struct
|
|
1770
1635
|
"""
|
|
1771
1636
|
|
|
1772
1637
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1773
1638
|
"""
|
|
1774
1639
|
|
|
1775
1640
|
:return: The class or default when not found.
|
|
1776
|
-
:rtype: typing.Any
|
|
1777
1641
|
"""
|
|
1778
1642
|
|
|
1779
1643
|
def draw(self, _context) -> None:
|
|
@@ -1791,14 +1655,12 @@ class VIEW3D_MT_edit_mesh_select_by_trait(_bpy_types.Menu):
|
|
|
1791
1655
|
"""
|
|
1792
1656
|
|
|
1793
1657
|
:return: The RNA type or default when not found.
|
|
1794
|
-
:rtype: bpy.types.Struct
|
|
1795
1658
|
"""
|
|
1796
1659
|
|
|
1797
1660
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1798
1661
|
"""
|
|
1799
1662
|
|
|
1800
1663
|
:return: The class or default when not found.
|
|
1801
|
-
:rtype: typing.Any
|
|
1802
1664
|
"""
|
|
1803
1665
|
|
|
1804
1666
|
def draw(self, context) -> None:
|
|
@@ -1816,14 +1678,12 @@ class VIEW3D_MT_edit_mesh_select_linked(_bpy_types.Menu):
|
|
|
1816
1678
|
"""
|
|
1817
1679
|
|
|
1818
1680
|
:return: The RNA type or default when not found.
|
|
1819
|
-
:rtype: bpy.types.Struct
|
|
1820
1681
|
"""
|
|
1821
1682
|
|
|
1822
1683
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1823
1684
|
"""
|
|
1824
1685
|
|
|
1825
1686
|
:return: The class or default when not found.
|
|
1826
|
-
:rtype: typing.Any
|
|
1827
1687
|
"""
|
|
1828
1688
|
|
|
1829
1689
|
def draw(self, _context) -> None:
|
|
@@ -1841,14 +1701,12 @@ class VIEW3D_MT_edit_mesh_select_loops(_bpy_types.Menu):
|
|
|
1841
1701
|
"""
|
|
1842
1702
|
|
|
1843
1703
|
:return: The RNA type or default when not found.
|
|
1844
|
-
:rtype: bpy.types.Struct
|
|
1845
1704
|
"""
|
|
1846
1705
|
|
|
1847
1706
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1848
1707
|
"""
|
|
1849
1708
|
|
|
1850
1709
|
:return: The class or default when not found.
|
|
1851
|
-
:rtype: typing.Any
|
|
1852
1710
|
"""
|
|
1853
1711
|
|
|
1854
1712
|
def draw(self, _context) -> None:
|
|
@@ -1866,14 +1724,12 @@ class VIEW3D_MT_edit_mesh_select_mode(_bpy_types.Menu):
|
|
|
1866
1724
|
"""
|
|
1867
1725
|
|
|
1868
1726
|
:return: The RNA type or default when not found.
|
|
1869
|
-
:rtype: bpy.types.Struct
|
|
1870
1727
|
"""
|
|
1871
1728
|
|
|
1872
1729
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1873
1730
|
"""
|
|
1874
1731
|
|
|
1875
1732
|
:return: The class or default when not found.
|
|
1876
|
-
:rtype: typing.Any
|
|
1877
1733
|
"""
|
|
1878
1734
|
|
|
1879
1735
|
def draw(self, _context) -> None:
|
|
@@ -1891,14 +1747,12 @@ class VIEW3D_MT_edit_mesh_select_more_less(_bpy_types.Menu):
|
|
|
1891
1747
|
"""
|
|
1892
1748
|
|
|
1893
1749
|
:return: The RNA type or default when not found.
|
|
1894
|
-
:rtype: bpy.types.Struct
|
|
1895
1750
|
"""
|
|
1896
1751
|
|
|
1897
1752
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1898
1753
|
"""
|
|
1899
1754
|
|
|
1900
1755
|
:return: The class or default when not found.
|
|
1901
|
-
:rtype: typing.Any
|
|
1902
1756
|
"""
|
|
1903
1757
|
|
|
1904
1758
|
def draw(self, _context) -> None:
|
|
@@ -1916,14 +1770,12 @@ class VIEW3D_MT_edit_mesh_select_similar(_bpy_types.Menu):
|
|
|
1916
1770
|
"""
|
|
1917
1771
|
|
|
1918
1772
|
:return: The RNA type or default when not found.
|
|
1919
|
-
:rtype: bpy.types.Struct
|
|
1920
1773
|
"""
|
|
1921
1774
|
|
|
1922
1775
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1923
1776
|
"""
|
|
1924
1777
|
|
|
1925
1778
|
:return: The class or default when not found.
|
|
1926
|
-
:rtype: typing.Any
|
|
1927
1779
|
"""
|
|
1928
1780
|
|
|
1929
1781
|
def draw(self, _context) -> None:
|
|
@@ -1941,14 +1793,12 @@ class VIEW3D_MT_edit_mesh_shading(_bpy_types.Menu):
|
|
|
1941
1793
|
"""
|
|
1942
1794
|
|
|
1943
1795
|
:return: The RNA type or default when not found.
|
|
1944
|
-
:rtype: bpy.types.Struct
|
|
1945
1796
|
"""
|
|
1946
1797
|
|
|
1947
1798
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1948
1799
|
"""
|
|
1949
1800
|
|
|
1950
1801
|
:return: The class or default when not found.
|
|
1951
|
-
:rtype: typing.Any
|
|
1952
1802
|
"""
|
|
1953
1803
|
|
|
1954
1804
|
def draw(self, _context) -> None:
|
|
@@ -1966,14 +1816,12 @@ class VIEW3D_MT_edit_mesh_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
1966
1816
|
"""
|
|
1967
1817
|
|
|
1968
1818
|
:return: The RNA type or default when not found.
|
|
1969
|
-
:rtype: bpy.types.Struct
|
|
1970
1819
|
"""
|
|
1971
1820
|
|
|
1972
1821
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1973
1822
|
"""
|
|
1974
1823
|
|
|
1975
1824
|
:return: The class or default when not found.
|
|
1976
|
-
:rtype: typing.Any
|
|
1977
1825
|
"""
|
|
1978
1826
|
|
|
1979
1827
|
class VIEW3D_MT_edit_mesh_split(_bpy_types.Menu):
|
|
@@ -1985,14 +1833,12 @@ class VIEW3D_MT_edit_mesh_split(_bpy_types.Menu):
|
|
|
1985
1833
|
"""
|
|
1986
1834
|
|
|
1987
1835
|
:return: The RNA type or default when not found.
|
|
1988
|
-
:rtype: bpy.types.Struct
|
|
1989
1836
|
"""
|
|
1990
1837
|
|
|
1991
1838
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1992
1839
|
"""
|
|
1993
1840
|
|
|
1994
1841
|
:return: The class or default when not found.
|
|
1995
|
-
:rtype: typing.Any
|
|
1996
1842
|
"""
|
|
1997
1843
|
|
|
1998
1844
|
def draw(self, _context) -> None:
|
|
@@ -2010,14 +1856,12 @@ class VIEW3D_MT_edit_mesh_vertices(_bpy_types.Menu):
|
|
|
2010
1856
|
"""
|
|
2011
1857
|
|
|
2012
1858
|
:return: The RNA type or default when not found.
|
|
2013
|
-
:rtype: bpy.types.Struct
|
|
2014
1859
|
"""
|
|
2015
1860
|
|
|
2016
1861
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2017
1862
|
"""
|
|
2018
1863
|
|
|
2019
1864
|
:return: The class or default when not found.
|
|
2020
|
-
:rtype: typing.Any
|
|
2021
1865
|
"""
|
|
2022
1866
|
|
|
2023
1867
|
def draw(self, _context) -> None:
|
|
@@ -2035,14 +1879,12 @@ class VIEW3D_MT_edit_mesh_weights(_bpy_types.Menu):
|
|
|
2035
1879
|
"""
|
|
2036
1880
|
|
|
2037
1881
|
:return: The RNA type or default when not found.
|
|
2038
|
-
:rtype: bpy.types.Struct
|
|
2039
1882
|
"""
|
|
2040
1883
|
|
|
2041
1884
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2042
1885
|
"""
|
|
2043
1886
|
|
|
2044
1887
|
:return: The class or default when not found.
|
|
2045
|
-
:rtype: typing.Any
|
|
2046
1888
|
"""
|
|
2047
1889
|
|
|
2048
1890
|
def draw(self, _context) -> None:
|
|
@@ -2060,14 +1902,12 @@ class VIEW3D_MT_edit_meta(_bpy_types.Menu):
|
|
|
2060
1902
|
"""
|
|
2061
1903
|
|
|
2062
1904
|
:return: The RNA type or default when not found.
|
|
2063
|
-
:rtype: bpy.types.Struct
|
|
2064
1905
|
"""
|
|
2065
1906
|
|
|
2066
1907
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2067
1908
|
"""
|
|
2068
1909
|
|
|
2069
1910
|
:return: The class or default when not found.
|
|
2070
|
-
:rtype: typing.Any
|
|
2071
1911
|
"""
|
|
2072
1912
|
|
|
2073
1913
|
def draw(self, _context) -> None:
|
|
@@ -2085,14 +1925,12 @@ class VIEW3D_MT_edit_meta_showhide(_bpy_types.Menu):
|
|
|
2085
1925
|
"""
|
|
2086
1926
|
|
|
2087
1927
|
:return: The RNA type or default when not found.
|
|
2088
|
-
:rtype: bpy.types.Struct
|
|
2089
1928
|
"""
|
|
2090
1929
|
|
|
2091
1930
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2092
1931
|
"""
|
|
2093
1932
|
|
|
2094
1933
|
:return: The class or default when not found.
|
|
2095
|
-
:rtype: typing.Any
|
|
2096
1934
|
"""
|
|
2097
1935
|
|
|
2098
1936
|
def draw(self, _context) -> None:
|
|
@@ -2110,14 +1948,12 @@ class VIEW3D_MT_edit_metaball_context_menu(_bpy_types.Menu):
|
|
|
2110
1948
|
"""
|
|
2111
1949
|
|
|
2112
1950
|
:return: The RNA type or default when not found.
|
|
2113
|
-
:rtype: bpy.types.Struct
|
|
2114
1951
|
"""
|
|
2115
1952
|
|
|
2116
1953
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2117
1954
|
"""
|
|
2118
1955
|
|
|
2119
1956
|
:return: The class or default when not found.
|
|
2120
|
-
:rtype: typing.Any
|
|
2121
1957
|
"""
|
|
2122
1958
|
|
|
2123
1959
|
def draw(self, _context) -> None:
|
|
@@ -2135,14 +1971,12 @@ class VIEW3D_MT_edit_pointcloud(_bpy_types.Menu):
|
|
|
2135
1971
|
"""
|
|
2136
1972
|
|
|
2137
1973
|
:return: The RNA type or default when not found.
|
|
2138
|
-
:rtype: bpy.types.Struct
|
|
2139
1974
|
"""
|
|
2140
1975
|
|
|
2141
1976
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2142
1977
|
"""
|
|
2143
1978
|
|
|
2144
1979
|
:return: The class or default when not found.
|
|
2145
|
-
:rtype: typing.Any
|
|
2146
1980
|
"""
|
|
2147
1981
|
|
|
2148
1982
|
def draw(self, context) -> None:
|
|
@@ -2160,14 +1994,12 @@ class VIEW3D_MT_edit_surface(_bpy_types.Menu):
|
|
|
2160
1994
|
"""
|
|
2161
1995
|
|
|
2162
1996
|
:return: The RNA type or default when not found.
|
|
2163
|
-
:rtype: bpy.types.Struct
|
|
2164
1997
|
"""
|
|
2165
1998
|
|
|
2166
1999
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2167
2000
|
"""
|
|
2168
2001
|
|
|
2169
2002
|
:return: The class or default when not found.
|
|
2170
|
-
:rtype: typing.Any
|
|
2171
2003
|
"""
|
|
2172
2004
|
|
|
2173
2005
|
class VIEW3D_MT_editor_menus(_bpy_types.Menu):
|
|
@@ -2179,14 +2011,12 @@ class VIEW3D_MT_editor_menus(_bpy_types.Menu):
|
|
|
2179
2011
|
"""
|
|
2180
2012
|
|
|
2181
2013
|
:return: The RNA type or default when not found.
|
|
2182
|
-
:rtype: bpy.types.Struct
|
|
2183
2014
|
"""
|
|
2184
2015
|
|
|
2185
2016
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2186
2017
|
"""
|
|
2187
2018
|
|
|
2188
2019
|
:return: The class or default when not found.
|
|
2189
|
-
:rtype: typing.Any
|
|
2190
2020
|
"""
|
|
2191
2021
|
|
|
2192
2022
|
def draw(self, context) -> None:
|
|
@@ -2207,14 +2037,12 @@ class VIEW3D_MT_empty_add(_bpy_types.Menu):
|
|
|
2207
2037
|
"""
|
|
2208
2038
|
|
|
2209
2039
|
:return: The RNA type or default when not found.
|
|
2210
|
-
:rtype: bpy.types.Struct
|
|
2211
2040
|
"""
|
|
2212
2041
|
|
|
2213
2042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2214
2043
|
"""
|
|
2215
2044
|
|
|
2216
2045
|
:return: The class or default when not found.
|
|
2217
|
-
:rtype: typing.Any
|
|
2218
2046
|
"""
|
|
2219
2047
|
|
|
2220
2048
|
def draw(self, _context) -> None:
|
|
@@ -2232,14 +2060,12 @@ class VIEW3D_MT_face_sets(_bpy_types.Menu):
|
|
|
2232
2060
|
"""
|
|
2233
2061
|
|
|
2234
2062
|
:return: The RNA type or default when not found.
|
|
2235
|
-
:rtype: bpy.types.Struct
|
|
2236
2063
|
"""
|
|
2237
2064
|
|
|
2238
2065
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2239
2066
|
"""
|
|
2240
2067
|
|
|
2241
2068
|
:return: The class or default when not found.
|
|
2242
|
-
:rtype: typing.Any
|
|
2243
2069
|
"""
|
|
2244
2070
|
|
|
2245
2071
|
def draw(self, _context) -> None:
|
|
@@ -2257,14 +2083,12 @@ class VIEW3D_MT_face_sets_init(_bpy_types.Menu):
|
|
|
2257
2083
|
"""
|
|
2258
2084
|
|
|
2259
2085
|
:return: The RNA type or default when not found.
|
|
2260
|
-
:rtype: bpy.types.Struct
|
|
2261
2086
|
"""
|
|
2262
2087
|
|
|
2263
2088
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2264
2089
|
"""
|
|
2265
2090
|
|
|
2266
2091
|
:return: The class or default when not found.
|
|
2267
|
-
:rtype: typing.Any
|
|
2268
2092
|
"""
|
|
2269
2093
|
|
|
2270
2094
|
def draw(self, _context) -> None:
|
|
@@ -2284,14 +2108,12 @@ class VIEW3D_MT_grease_pencil_add(_bpy_types.Menu):
|
|
|
2284
2108
|
"""
|
|
2285
2109
|
|
|
2286
2110
|
:return: The RNA type or default when not found.
|
|
2287
|
-
:rtype: bpy.types.Struct
|
|
2288
2111
|
"""
|
|
2289
2112
|
|
|
2290
2113
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2291
2114
|
"""
|
|
2292
2115
|
|
|
2293
2116
|
:return: The class or default when not found.
|
|
2294
|
-
:rtype: typing.Any
|
|
2295
2117
|
"""
|
|
2296
2118
|
|
|
2297
2119
|
def draw(self, _context) -> None:
|
|
@@ -2309,14 +2131,12 @@ class VIEW3D_MT_grease_pencil_assign_material(_bpy_types.Menu):
|
|
|
2309
2131
|
"""
|
|
2310
2132
|
|
|
2311
2133
|
:return: The RNA type or default when not found.
|
|
2312
|
-
:rtype: bpy.types.Struct
|
|
2313
2134
|
"""
|
|
2314
2135
|
|
|
2315
2136
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2316
2137
|
"""
|
|
2317
2138
|
|
|
2318
2139
|
:return: The class or default when not found.
|
|
2319
|
-
:rtype: typing.Any
|
|
2320
2140
|
"""
|
|
2321
2141
|
|
|
2322
2142
|
def draw(self, context) -> None:
|
|
@@ -2334,14 +2154,12 @@ class VIEW3D_MT_grease_pencil_sculpt_automasking_pie(_bpy_types.Menu):
|
|
|
2334
2154
|
"""
|
|
2335
2155
|
|
|
2336
2156
|
:return: The RNA type or default when not found.
|
|
2337
|
-
:rtype: bpy.types.Struct
|
|
2338
2157
|
"""
|
|
2339
2158
|
|
|
2340
2159
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2341
2160
|
"""
|
|
2342
2161
|
|
|
2343
2162
|
:return: The class or default when not found.
|
|
2344
|
-
:rtype: typing.Any
|
|
2345
2163
|
"""
|
|
2346
2164
|
|
|
2347
2165
|
def draw(self, context) -> None:
|
|
@@ -2359,14 +2177,12 @@ class VIEW3D_MT_greasepencil_edit_context_menu(_bpy_types.Menu):
|
|
|
2359
2177
|
"""
|
|
2360
2178
|
|
|
2361
2179
|
:return: The RNA type or default when not found.
|
|
2362
|
-
:rtype: bpy.types.Struct
|
|
2363
2180
|
"""
|
|
2364
2181
|
|
|
2365
2182
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2366
2183
|
"""
|
|
2367
2184
|
|
|
2368
2185
|
:return: The class or default when not found.
|
|
2369
|
-
:rtype: typing.Any
|
|
2370
2186
|
"""
|
|
2371
2187
|
|
|
2372
2188
|
def draw(self, context) -> None:
|
|
@@ -2384,14 +2200,12 @@ class VIEW3D_MT_greasepencil_material_active(_bpy_types.Menu):
|
|
|
2384
2200
|
"""
|
|
2385
2201
|
|
|
2386
2202
|
:return: The RNA type or default when not found.
|
|
2387
|
-
:rtype: bpy.types.Struct
|
|
2388
2203
|
"""
|
|
2389
2204
|
|
|
2390
2205
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2391
2206
|
"""
|
|
2392
2207
|
|
|
2393
2208
|
:return: The class or default when not found.
|
|
2394
|
-
:rtype: typing.Any
|
|
2395
2209
|
"""
|
|
2396
2210
|
|
|
2397
2211
|
def draw(self, context) -> None:
|
|
@@ -2416,14 +2230,12 @@ class VIEW3D_MT_greasepencil_vertex_group(_bpy_types.Menu):
|
|
|
2416
2230
|
"""
|
|
2417
2231
|
|
|
2418
2232
|
:return: The RNA type or default when not found.
|
|
2419
|
-
:rtype: bpy.types.Struct
|
|
2420
2233
|
"""
|
|
2421
2234
|
|
|
2422
2235
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2423
2236
|
"""
|
|
2424
2237
|
|
|
2425
2238
|
:return: The class or default when not found.
|
|
2426
|
-
:rtype: typing.Any
|
|
2427
2239
|
"""
|
|
2428
2240
|
|
|
2429
2241
|
def draw(self, context) -> None:
|
|
@@ -2441,14 +2253,12 @@ class VIEW3D_MT_hook(_bpy_types.Menu):
|
|
|
2441
2253
|
"""
|
|
2442
2254
|
|
|
2443
2255
|
:return: The RNA type or default when not found.
|
|
2444
|
-
:rtype: bpy.types.Struct
|
|
2445
2256
|
"""
|
|
2446
2257
|
|
|
2447
2258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2448
2259
|
"""
|
|
2449
2260
|
|
|
2450
2261
|
:return: The class or default when not found.
|
|
2451
|
-
:rtype: typing.Any
|
|
2452
2262
|
"""
|
|
2453
2263
|
|
|
2454
2264
|
def draw(self, context) -> None:
|
|
@@ -2467,14 +2277,12 @@ class VIEW3D_MT_image_add(_bpy_types.Menu):
|
|
|
2467
2277
|
"""
|
|
2468
2278
|
|
|
2469
2279
|
:return: The RNA type or default when not found.
|
|
2470
|
-
:rtype: bpy.types.Struct
|
|
2471
2280
|
"""
|
|
2472
2281
|
|
|
2473
2282
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2474
2283
|
"""
|
|
2475
2284
|
|
|
2476
2285
|
:return: The class or default when not found.
|
|
2477
|
-
:rtype: typing.Any
|
|
2478
2286
|
"""
|
|
2479
2287
|
|
|
2480
2288
|
def draw(self, _context) -> None:
|
|
@@ -2495,14 +2303,12 @@ class VIEW3D_MT_lattice_add(_bpy_types.Menu):
|
|
|
2495
2303
|
"""
|
|
2496
2304
|
|
|
2497
2305
|
:return: The RNA type or default when not found.
|
|
2498
|
-
:rtype: bpy.types.Struct
|
|
2499
2306
|
"""
|
|
2500
2307
|
|
|
2501
2308
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2502
2309
|
"""
|
|
2503
2310
|
|
|
2504
2311
|
:return: The class or default when not found.
|
|
2505
|
-
:rtype: typing.Any
|
|
2506
2312
|
"""
|
|
2507
2313
|
|
|
2508
2314
|
def draw(self, _context) -> None:
|
|
@@ -2523,14 +2329,12 @@ class VIEW3D_MT_light_add(_bpy_types.Menu):
|
|
|
2523
2329
|
"""
|
|
2524
2330
|
|
|
2525
2331
|
:return: The RNA type or default when not found.
|
|
2526
|
-
:rtype: bpy.types.Struct
|
|
2527
2332
|
"""
|
|
2528
2333
|
|
|
2529
2334
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2530
2335
|
"""
|
|
2531
2336
|
|
|
2532
2337
|
:return: The class or default when not found.
|
|
2533
|
-
:rtype: typing.Any
|
|
2534
2338
|
"""
|
|
2535
2339
|
|
|
2536
2340
|
def draw(self, _context) -> None:
|
|
@@ -2550,14 +2354,12 @@ class VIEW3D_MT_lightprobe_add(_bpy_types.Menu):
|
|
|
2550
2354
|
"""
|
|
2551
2355
|
|
|
2552
2356
|
:return: The RNA type or default when not found.
|
|
2553
|
-
:rtype: bpy.types.Struct
|
|
2554
2357
|
"""
|
|
2555
2358
|
|
|
2556
2359
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2557
2360
|
"""
|
|
2558
2361
|
|
|
2559
2362
|
:return: The class or default when not found.
|
|
2560
|
-
:rtype: typing.Any
|
|
2561
2363
|
"""
|
|
2562
2364
|
|
|
2563
2365
|
def draw(self, _context) -> None:
|
|
@@ -2575,14 +2377,12 @@ class VIEW3D_MT_make_links(_bpy_types.Menu):
|
|
|
2575
2377
|
"""
|
|
2576
2378
|
|
|
2577
2379
|
:return: The RNA type or default when not found.
|
|
2578
|
-
:rtype: bpy.types.Struct
|
|
2579
2380
|
"""
|
|
2580
2381
|
|
|
2581
2382
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2582
2383
|
"""
|
|
2583
2384
|
|
|
2584
2385
|
:return: The class or default when not found.
|
|
2585
|
-
:rtype: typing.Any
|
|
2586
2386
|
"""
|
|
2587
2387
|
|
|
2588
2388
|
def draw(self, _context) -> None:
|
|
@@ -2600,14 +2400,12 @@ class VIEW3D_MT_make_single_user(_bpy_types.Menu):
|
|
|
2600
2400
|
"""
|
|
2601
2401
|
|
|
2602
2402
|
:return: The RNA type or default when not found.
|
|
2603
|
-
:rtype: bpy.types.Struct
|
|
2604
2403
|
"""
|
|
2605
2404
|
|
|
2606
2405
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2607
2406
|
"""
|
|
2608
2407
|
|
|
2609
2408
|
:return: The class or default when not found.
|
|
2610
|
-
:rtype: typing.Any
|
|
2611
2409
|
"""
|
|
2612
2410
|
|
|
2613
2411
|
def draw(self, _context) -> None:
|
|
@@ -2625,14 +2423,12 @@ class VIEW3D_MT_mask(_bpy_types.Menu):
|
|
|
2625
2423
|
"""
|
|
2626
2424
|
|
|
2627
2425
|
:return: The RNA type or default when not found.
|
|
2628
|
-
:rtype: bpy.types.Struct
|
|
2629
2426
|
"""
|
|
2630
2427
|
|
|
2631
2428
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2632
2429
|
"""
|
|
2633
2430
|
|
|
2634
2431
|
:return: The class or default when not found.
|
|
2635
|
-
:rtype: typing.Any
|
|
2636
2432
|
"""
|
|
2637
2433
|
|
|
2638
2434
|
def draw(self, _context) -> None:
|
|
@@ -2652,14 +2448,12 @@ class VIEW3D_MT_mesh_add(_bpy_types.Menu):
|
|
|
2652
2448
|
"""
|
|
2653
2449
|
|
|
2654
2450
|
:return: The RNA type or default when not found.
|
|
2655
|
-
:rtype: bpy.types.Struct
|
|
2656
2451
|
"""
|
|
2657
2452
|
|
|
2658
2453
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2659
2454
|
"""
|
|
2660
2455
|
|
|
2661
2456
|
:return: The class or default when not found.
|
|
2662
|
-
:rtype: typing.Any
|
|
2663
2457
|
"""
|
|
2664
2458
|
|
|
2665
2459
|
def draw(self, _context) -> None:
|
|
@@ -2679,14 +2473,12 @@ class VIEW3D_MT_metaball_add(_bpy_types.Menu):
|
|
|
2679
2473
|
"""
|
|
2680
2474
|
|
|
2681
2475
|
:return: The RNA type or default when not found.
|
|
2682
|
-
:rtype: bpy.types.Struct
|
|
2683
2476
|
"""
|
|
2684
2477
|
|
|
2685
2478
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2686
2479
|
"""
|
|
2687
2480
|
|
|
2688
2481
|
:return: The class or default when not found.
|
|
2689
|
-
:rtype: typing.Any
|
|
2690
2482
|
"""
|
|
2691
2483
|
|
|
2692
2484
|
def draw(self, _context) -> None:
|
|
@@ -2705,14 +2497,12 @@ class VIEW3D_MT_mirror(_bpy_types.Menu):
|
|
|
2705
2497
|
"""
|
|
2706
2498
|
|
|
2707
2499
|
:return: The RNA type or default when not found.
|
|
2708
|
-
:rtype: bpy.types.Struct
|
|
2709
2500
|
"""
|
|
2710
2501
|
|
|
2711
2502
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2712
2503
|
"""
|
|
2713
2504
|
|
|
2714
2505
|
:return: The class or default when not found.
|
|
2715
|
-
:rtype: typing.Any
|
|
2716
2506
|
"""
|
|
2717
2507
|
|
|
2718
2508
|
def draw(self, _context) -> None:
|
|
@@ -2731,14 +2521,12 @@ class VIEW3D_MT_object(_bpy_types.Menu):
|
|
|
2731
2521
|
"""
|
|
2732
2522
|
|
|
2733
2523
|
:return: The RNA type or default when not found.
|
|
2734
|
-
:rtype: bpy.types.Struct
|
|
2735
2524
|
"""
|
|
2736
2525
|
|
|
2737
2526
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2738
2527
|
"""
|
|
2739
2528
|
|
|
2740
2529
|
:return: The class or default when not found.
|
|
2741
|
-
:rtype: typing.Any
|
|
2742
2530
|
"""
|
|
2743
2531
|
|
|
2744
2532
|
def draw(self, context) -> None:
|
|
@@ -2756,14 +2544,12 @@ class VIEW3D_MT_object_animation(_bpy_types.Menu):
|
|
|
2756
2544
|
"""
|
|
2757
2545
|
|
|
2758
2546
|
:return: The RNA type or default when not found.
|
|
2759
|
-
:rtype: bpy.types.Struct
|
|
2760
2547
|
"""
|
|
2761
2548
|
|
|
2762
2549
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2763
2550
|
"""
|
|
2764
2551
|
|
|
2765
2552
|
:return: The class or default when not found.
|
|
2766
|
-
:rtype: typing.Any
|
|
2767
2553
|
"""
|
|
2768
2554
|
|
|
2769
2555
|
def draw(self, _context) -> None:
|
|
@@ -2781,14 +2567,12 @@ class VIEW3D_MT_object_apply(_bpy_types.Menu):
|
|
|
2781
2567
|
"""
|
|
2782
2568
|
|
|
2783
2569
|
:return: The RNA type or default when not found.
|
|
2784
|
-
:rtype: bpy.types.Struct
|
|
2785
2570
|
"""
|
|
2786
2571
|
|
|
2787
2572
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2788
2573
|
"""
|
|
2789
2574
|
|
|
2790
2575
|
:return: The class or default when not found.
|
|
2791
|
-
:rtype: typing.Any
|
|
2792
2576
|
"""
|
|
2793
2577
|
|
|
2794
2578
|
def draw(self, _context) -> None:
|
|
@@ -2806,14 +2590,12 @@ class VIEW3D_MT_object_asset(_bpy_types.Menu):
|
|
|
2806
2590
|
"""
|
|
2807
2591
|
|
|
2808
2592
|
:return: The RNA type or default when not found.
|
|
2809
|
-
:rtype: bpy.types.Struct
|
|
2810
2593
|
"""
|
|
2811
2594
|
|
|
2812
2595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2813
2596
|
"""
|
|
2814
2597
|
|
|
2815
2598
|
:return: The class or default when not found.
|
|
2816
|
-
:rtype: typing.Any
|
|
2817
2599
|
"""
|
|
2818
2600
|
|
|
2819
2601
|
def draw(self, _context) -> None:
|
|
@@ -2831,14 +2613,12 @@ class VIEW3D_MT_object_cleanup(_bpy_types.Menu):
|
|
|
2831
2613
|
"""
|
|
2832
2614
|
|
|
2833
2615
|
:return: The RNA type or default when not found.
|
|
2834
|
-
:rtype: bpy.types.Struct
|
|
2835
2616
|
"""
|
|
2836
2617
|
|
|
2837
2618
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2838
2619
|
"""
|
|
2839
2620
|
|
|
2840
2621
|
:return: The class or default when not found.
|
|
2841
|
-
:rtype: typing.Any
|
|
2842
2622
|
"""
|
|
2843
2623
|
|
|
2844
2624
|
def draw(self, _context) -> None:
|
|
@@ -2856,14 +2636,12 @@ class VIEW3D_MT_object_clear(_bpy_types.Menu):
|
|
|
2856
2636
|
"""
|
|
2857
2637
|
|
|
2858
2638
|
:return: The RNA type or default when not found.
|
|
2859
|
-
:rtype: bpy.types.Struct
|
|
2860
2639
|
"""
|
|
2861
2640
|
|
|
2862
2641
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2863
2642
|
"""
|
|
2864
2643
|
|
|
2865
2644
|
:return: The class or default when not found.
|
|
2866
|
-
:rtype: typing.Any
|
|
2867
2645
|
"""
|
|
2868
2646
|
|
|
2869
2647
|
def draw(self, _context) -> None:
|
|
@@ -2881,14 +2659,12 @@ class VIEW3D_MT_object_collection(_bpy_types.Menu):
|
|
|
2881
2659
|
"""
|
|
2882
2660
|
|
|
2883
2661
|
:return: The RNA type or default when not found.
|
|
2884
|
-
:rtype: bpy.types.Struct
|
|
2885
2662
|
"""
|
|
2886
2663
|
|
|
2887
2664
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2888
2665
|
"""
|
|
2889
2666
|
|
|
2890
2667
|
:return: The class or default when not found.
|
|
2891
|
-
:rtype: typing.Any
|
|
2892
2668
|
"""
|
|
2893
2669
|
|
|
2894
2670
|
def draw(self, _context) -> None:
|
|
@@ -2906,14 +2682,12 @@ class VIEW3D_MT_object_constraints(_bpy_types.Menu):
|
|
|
2906
2682
|
"""
|
|
2907
2683
|
|
|
2908
2684
|
:return: The RNA type or default when not found.
|
|
2909
|
-
:rtype: bpy.types.Struct
|
|
2910
2685
|
"""
|
|
2911
2686
|
|
|
2912
2687
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2913
2688
|
"""
|
|
2914
2689
|
|
|
2915
2690
|
:return: The class or default when not found.
|
|
2916
|
-
:rtype: typing.Any
|
|
2917
2691
|
"""
|
|
2918
2692
|
|
|
2919
2693
|
def draw(self, _context) -> None:
|
|
@@ -2931,14 +2705,12 @@ class VIEW3D_MT_object_context_menu(_bpy_types.Menu):
|
|
|
2931
2705
|
"""
|
|
2932
2706
|
|
|
2933
2707
|
:return: The RNA type or default when not found.
|
|
2934
|
-
:rtype: bpy.types.Struct
|
|
2935
2708
|
"""
|
|
2936
2709
|
|
|
2937
2710
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2938
2711
|
"""
|
|
2939
2712
|
|
|
2940
2713
|
:return: The class or default when not found.
|
|
2941
|
-
:rtype: typing.Any
|
|
2942
2714
|
"""
|
|
2943
2715
|
|
|
2944
2716
|
def draw(self, context) -> None:
|
|
@@ -2956,14 +2728,12 @@ class VIEW3D_MT_object_convert(_bpy_types.Menu):
|
|
|
2956
2728
|
"""
|
|
2957
2729
|
|
|
2958
2730
|
:return: The RNA type or default when not found.
|
|
2959
|
-
:rtype: bpy.types.Struct
|
|
2960
2731
|
"""
|
|
2961
2732
|
|
|
2962
2733
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2963
2734
|
"""
|
|
2964
2735
|
|
|
2965
2736
|
:return: The class or default when not found.
|
|
2966
|
-
:rtype: typing.Any
|
|
2967
2737
|
"""
|
|
2968
2738
|
|
|
2969
2739
|
def draw(self, context) -> None:
|
|
@@ -2981,14 +2751,12 @@ class VIEW3D_MT_object_liboverride(_bpy_types.Menu):
|
|
|
2981
2751
|
"""
|
|
2982
2752
|
|
|
2983
2753
|
:return: The RNA type or default when not found.
|
|
2984
|
-
:rtype: bpy.types.Struct
|
|
2985
2754
|
"""
|
|
2986
2755
|
|
|
2987
2756
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2988
2757
|
"""
|
|
2989
2758
|
|
|
2990
2759
|
:return: The class or default when not found.
|
|
2991
|
-
:rtype: typing.Any
|
|
2992
2760
|
"""
|
|
2993
2761
|
|
|
2994
2762
|
def draw(self, _context) -> None:
|
|
@@ -3006,14 +2774,12 @@ class VIEW3D_MT_object_mode_pie(_bpy_types.Menu):
|
|
|
3006
2774
|
"""
|
|
3007
2775
|
|
|
3008
2776
|
:return: The RNA type or default when not found.
|
|
3009
|
-
:rtype: bpy.types.Struct
|
|
3010
2777
|
"""
|
|
3011
2778
|
|
|
3012
2779
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3013
2780
|
"""
|
|
3014
2781
|
|
|
3015
2782
|
:return: The class or default when not found.
|
|
3016
|
-
:rtype: typing.Any
|
|
3017
2783
|
"""
|
|
3018
2784
|
|
|
3019
2785
|
def draw(self, _context) -> None:
|
|
@@ -3031,14 +2797,12 @@ class VIEW3D_MT_object_modifiers(_bpy_types.Menu):
|
|
|
3031
2797
|
"""
|
|
3032
2798
|
|
|
3033
2799
|
:return: The RNA type or default when not found.
|
|
3034
|
-
:rtype: bpy.types.Struct
|
|
3035
2800
|
"""
|
|
3036
2801
|
|
|
3037
2802
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3038
2803
|
"""
|
|
3039
2804
|
|
|
3040
2805
|
:return: The class or default when not found.
|
|
3041
|
-
:rtype: typing.Any
|
|
3042
2806
|
"""
|
|
3043
2807
|
|
|
3044
2808
|
def draw(self, _context) -> None:
|
|
@@ -3057,14 +2821,12 @@ class VIEW3D_MT_object_parent(_bpy_types.Menu):
|
|
|
3057
2821
|
"""
|
|
3058
2822
|
|
|
3059
2823
|
:return: The RNA type or default when not found.
|
|
3060
|
-
:rtype: bpy.types.Struct
|
|
3061
2824
|
"""
|
|
3062
2825
|
|
|
3063
2826
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3064
2827
|
"""
|
|
3065
2828
|
|
|
3066
2829
|
:return: The class or default when not found.
|
|
3067
|
-
:rtype: typing.Any
|
|
3068
2830
|
"""
|
|
3069
2831
|
|
|
3070
2832
|
def draw(self, _context) -> None:
|
|
@@ -3082,14 +2844,12 @@ class VIEW3D_MT_object_quick_effects(_bpy_types.Menu):
|
|
|
3082
2844
|
"""
|
|
3083
2845
|
|
|
3084
2846
|
:return: The RNA type or default when not found.
|
|
3085
|
-
:rtype: bpy.types.Struct
|
|
3086
2847
|
"""
|
|
3087
2848
|
|
|
3088
2849
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3089
2850
|
"""
|
|
3090
2851
|
|
|
3091
2852
|
:return: The class or default when not found.
|
|
3092
|
-
:rtype: typing.Any
|
|
3093
2853
|
"""
|
|
3094
2854
|
|
|
3095
2855
|
def draw(self, _context) -> None:
|
|
@@ -3107,14 +2867,12 @@ class VIEW3D_MT_object_relations(_bpy_types.Menu):
|
|
|
3107
2867
|
"""
|
|
3108
2868
|
|
|
3109
2869
|
:return: The RNA type or default when not found.
|
|
3110
|
-
:rtype: bpy.types.Struct
|
|
3111
2870
|
"""
|
|
3112
2871
|
|
|
3113
2872
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3114
2873
|
"""
|
|
3115
2874
|
|
|
3116
2875
|
:return: The class or default when not found.
|
|
3117
|
-
:rtype: typing.Any
|
|
3118
2876
|
"""
|
|
3119
2877
|
|
|
3120
2878
|
def draw(self, _context) -> None:
|
|
@@ -3132,14 +2890,12 @@ class VIEW3D_MT_object_rigid_body(_bpy_types.Menu):
|
|
|
3132
2890
|
"""
|
|
3133
2891
|
|
|
3134
2892
|
:return: The RNA type or default when not found.
|
|
3135
|
-
:rtype: bpy.types.Struct
|
|
3136
2893
|
"""
|
|
3137
2894
|
|
|
3138
2895
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3139
2896
|
"""
|
|
3140
2897
|
|
|
3141
2898
|
:return: The class or default when not found.
|
|
3142
|
-
:rtype: typing.Any
|
|
3143
2899
|
"""
|
|
3144
2900
|
|
|
3145
2901
|
def draw(self, _context) -> None:
|
|
@@ -3157,14 +2913,12 @@ class VIEW3D_MT_object_shading(_bpy_types.Menu):
|
|
|
3157
2913
|
"""
|
|
3158
2914
|
|
|
3159
2915
|
:return: The RNA type or default when not found.
|
|
3160
|
-
:rtype: bpy.types.Struct
|
|
3161
2916
|
"""
|
|
3162
2917
|
|
|
3163
2918
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3164
2919
|
"""
|
|
3165
2920
|
|
|
3166
2921
|
:return: The class or default when not found.
|
|
3167
|
-
:rtype: typing.Any
|
|
3168
2922
|
"""
|
|
3169
2923
|
|
|
3170
2924
|
def draw(self, _context) -> None:
|
|
@@ -3182,14 +2936,12 @@ class VIEW3D_MT_object_showhide(_bpy_types.Menu):
|
|
|
3182
2936
|
"""
|
|
3183
2937
|
|
|
3184
2938
|
:return: The RNA type or default when not found.
|
|
3185
|
-
:rtype: bpy.types.Struct
|
|
3186
2939
|
"""
|
|
3187
2940
|
|
|
3188
2941
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3189
2942
|
"""
|
|
3190
2943
|
|
|
3191
2944
|
:return: The class or default when not found.
|
|
3192
|
-
:rtype: typing.Any
|
|
3193
2945
|
"""
|
|
3194
2946
|
|
|
3195
2947
|
def draw(self, _context) -> None:
|
|
@@ -3208,14 +2960,12 @@ class VIEW3D_MT_object_track(_bpy_types.Menu):
|
|
|
3208
2960
|
"""
|
|
3209
2961
|
|
|
3210
2962
|
:return: The RNA type or default when not found.
|
|
3211
|
-
:rtype: bpy.types.Struct
|
|
3212
2963
|
"""
|
|
3213
2964
|
|
|
3214
2965
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3215
2966
|
"""
|
|
3216
2967
|
|
|
3217
2968
|
:return: The class or default when not found.
|
|
3218
|
-
:rtype: typing.Any
|
|
3219
2969
|
"""
|
|
3220
2970
|
|
|
3221
2971
|
def draw(self, _context) -> None:
|
|
@@ -3233,14 +2983,12 @@ class VIEW3D_MT_orientations_pie(_bpy_types.Menu):
|
|
|
3233
2983
|
"""
|
|
3234
2984
|
|
|
3235
2985
|
:return: The RNA type or default when not found.
|
|
3236
|
-
:rtype: bpy.types.Struct
|
|
3237
2986
|
"""
|
|
3238
2987
|
|
|
3239
2988
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3240
2989
|
"""
|
|
3241
2990
|
|
|
3242
2991
|
:return: The class or default when not found.
|
|
3243
|
-
:rtype: typing.Any
|
|
3244
2992
|
"""
|
|
3245
2993
|
|
|
3246
2994
|
def draw(self, context) -> None:
|
|
@@ -3258,14 +3006,12 @@ class VIEW3D_MT_paint_grease_pencil(_bpy_types.Menu):
|
|
|
3258
3006
|
"""
|
|
3259
3007
|
|
|
3260
3008
|
:return: The RNA type or default when not found.
|
|
3261
|
-
:rtype: bpy.types.Struct
|
|
3262
3009
|
"""
|
|
3263
3010
|
|
|
3264
3011
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3265
3012
|
"""
|
|
3266
3013
|
|
|
3267
3014
|
:return: The class or default when not found.
|
|
3268
|
-
:rtype: typing.Any
|
|
3269
3015
|
"""
|
|
3270
3016
|
|
|
3271
3017
|
def draw(self, _context) -> None:
|
|
@@ -3283,14 +3029,12 @@ class VIEW3D_MT_paint_vertex(_bpy_types.Menu):
|
|
|
3283
3029
|
"""
|
|
3284
3030
|
|
|
3285
3031
|
:return: The RNA type or default when not found.
|
|
3286
|
-
:rtype: bpy.types.Struct
|
|
3287
3032
|
"""
|
|
3288
3033
|
|
|
3289
3034
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3290
3035
|
"""
|
|
3291
3036
|
|
|
3292
3037
|
:return: The class or default when not found.
|
|
3293
|
-
:rtype: typing.Any
|
|
3294
3038
|
"""
|
|
3295
3039
|
|
|
3296
3040
|
def draw(self, _context) -> None:
|
|
@@ -3308,14 +3052,12 @@ class VIEW3D_MT_paint_vertex_grease_pencil(_bpy_types.Menu):
|
|
|
3308
3052
|
"""
|
|
3309
3053
|
|
|
3310
3054
|
:return: The RNA type or default when not found.
|
|
3311
|
-
:rtype: bpy.types.Struct
|
|
3312
3055
|
"""
|
|
3313
3056
|
|
|
3314
3057
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3315
3058
|
"""
|
|
3316
3059
|
|
|
3317
3060
|
:return: The class or default when not found.
|
|
3318
|
-
:rtype: typing.Any
|
|
3319
3061
|
"""
|
|
3320
3062
|
|
|
3321
3063
|
def draw(self, _context) -> None:
|
|
@@ -3333,14 +3075,12 @@ class VIEW3D_MT_paint_weight(_bpy_types.Menu):
|
|
|
3333
3075
|
"""
|
|
3334
3076
|
|
|
3335
3077
|
:return: The RNA type or default when not found.
|
|
3336
|
-
:rtype: bpy.types.Struct
|
|
3337
3078
|
"""
|
|
3338
3079
|
|
|
3339
3080
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3340
3081
|
"""
|
|
3341
3082
|
|
|
3342
3083
|
:return: The class or default when not found.
|
|
3343
|
-
:rtype: typing.Any
|
|
3344
3084
|
"""
|
|
3345
3085
|
|
|
3346
3086
|
def draw(self, _context) -> None:
|
|
@@ -3366,14 +3106,12 @@ class VIEW3D_MT_paint_weight_lock(_bpy_types.Menu):
|
|
|
3366
3106
|
"""
|
|
3367
3107
|
|
|
3368
3108
|
:return: The RNA type or default when not found.
|
|
3369
|
-
:rtype: bpy.types.Struct
|
|
3370
3109
|
"""
|
|
3371
3110
|
|
|
3372
3111
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3373
3112
|
"""
|
|
3374
3113
|
|
|
3375
3114
|
:return: The class or default when not found.
|
|
3376
|
-
:rtype: typing.Any
|
|
3377
3115
|
"""
|
|
3378
3116
|
|
|
3379
3117
|
def draw(self, _context) -> None:
|
|
@@ -3391,14 +3129,12 @@ class VIEW3D_MT_particle(_bpy_types.Menu):
|
|
|
3391
3129
|
"""
|
|
3392
3130
|
|
|
3393
3131
|
:return: The RNA type or default when not found.
|
|
3394
|
-
:rtype: bpy.types.Struct
|
|
3395
3132
|
"""
|
|
3396
3133
|
|
|
3397
3134
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3398
3135
|
"""
|
|
3399
3136
|
|
|
3400
3137
|
:return: The class or default when not found.
|
|
3401
|
-
:rtype: typing.Any
|
|
3402
3138
|
"""
|
|
3403
3139
|
|
|
3404
3140
|
def draw(self, context) -> None:
|
|
@@ -3416,14 +3152,12 @@ class VIEW3D_MT_particle_context_menu(_bpy_types.Menu):
|
|
|
3416
3152
|
"""
|
|
3417
3153
|
|
|
3418
3154
|
:return: The RNA type or default when not found.
|
|
3419
|
-
:rtype: bpy.types.Struct
|
|
3420
3155
|
"""
|
|
3421
3156
|
|
|
3422
3157
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3423
3158
|
"""
|
|
3424
3159
|
|
|
3425
3160
|
:return: The class or default when not found.
|
|
3426
|
-
:rtype: typing.Any
|
|
3427
3161
|
"""
|
|
3428
3162
|
|
|
3429
3163
|
def draw(self, context) -> None:
|
|
@@ -3441,14 +3175,12 @@ class VIEW3D_MT_particle_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
3441
3175
|
"""
|
|
3442
3176
|
|
|
3443
3177
|
:return: The RNA type or default when not found.
|
|
3444
|
-
:rtype: bpy.types.Struct
|
|
3445
3178
|
"""
|
|
3446
3179
|
|
|
3447
3180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3448
3181
|
"""
|
|
3449
3182
|
|
|
3450
3183
|
:return: The class or default when not found.
|
|
3451
|
-
:rtype: typing.Any
|
|
3452
3184
|
"""
|
|
3453
3185
|
|
|
3454
3186
|
class VIEW3D_MT_pivot_pie(_bpy_types.Menu):
|
|
@@ -3460,14 +3192,12 @@ class VIEW3D_MT_pivot_pie(_bpy_types.Menu):
|
|
|
3460
3192
|
"""
|
|
3461
3193
|
|
|
3462
3194
|
:return: The RNA type or default when not found.
|
|
3463
|
-
:rtype: bpy.types.Struct
|
|
3464
3195
|
"""
|
|
3465
3196
|
|
|
3466
3197
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3467
3198
|
"""
|
|
3468
3199
|
|
|
3469
3200
|
:return: The class or default when not found.
|
|
3470
|
-
:rtype: typing.Any
|
|
3471
3201
|
"""
|
|
3472
3202
|
|
|
3473
3203
|
def draw(self, context) -> None:
|
|
@@ -3485,14 +3215,12 @@ class VIEW3D_MT_pose(_bpy_types.Menu):
|
|
|
3485
3215
|
"""
|
|
3486
3216
|
|
|
3487
3217
|
:return: The RNA type or default when not found.
|
|
3488
|
-
:rtype: bpy.types.Struct
|
|
3489
3218
|
"""
|
|
3490
3219
|
|
|
3491
3220
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3492
3221
|
"""
|
|
3493
3222
|
|
|
3494
3223
|
:return: The class or default when not found.
|
|
3495
|
-
:rtype: typing.Any
|
|
3496
3224
|
"""
|
|
3497
3225
|
|
|
3498
3226
|
def draw(self, _context) -> None:
|
|
@@ -3510,14 +3238,12 @@ class VIEW3D_MT_pose_apply(_bpy_types.Menu):
|
|
|
3510
3238
|
"""
|
|
3511
3239
|
|
|
3512
3240
|
:return: The RNA type or default when not found.
|
|
3513
|
-
:rtype: bpy.types.Struct
|
|
3514
3241
|
"""
|
|
3515
3242
|
|
|
3516
3243
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3517
3244
|
"""
|
|
3518
3245
|
|
|
3519
3246
|
:return: The class or default when not found.
|
|
3520
|
-
:rtype: typing.Any
|
|
3521
3247
|
"""
|
|
3522
3248
|
|
|
3523
3249
|
def draw(self, _context) -> None:
|
|
@@ -3535,14 +3261,12 @@ class VIEW3D_MT_pose_constraints(_bpy_types.Menu):
|
|
|
3535
3261
|
"""
|
|
3536
3262
|
|
|
3537
3263
|
:return: The RNA type or default when not found.
|
|
3538
|
-
:rtype: bpy.types.Struct
|
|
3539
3264
|
"""
|
|
3540
3265
|
|
|
3541
3266
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3542
3267
|
"""
|
|
3543
3268
|
|
|
3544
3269
|
:return: The class or default when not found.
|
|
3545
|
-
:rtype: typing.Any
|
|
3546
3270
|
"""
|
|
3547
3271
|
|
|
3548
3272
|
def draw(self, _context) -> None:
|
|
@@ -3560,14 +3284,12 @@ class VIEW3D_MT_pose_context_menu(_bpy_types.Menu):
|
|
|
3560
3284
|
"""
|
|
3561
3285
|
|
|
3562
3286
|
:return: The RNA type or default when not found.
|
|
3563
|
-
:rtype: bpy.types.Struct
|
|
3564
3287
|
"""
|
|
3565
3288
|
|
|
3566
3289
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3567
3290
|
"""
|
|
3568
3291
|
|
|
3569
3292
|
:return: The class or default when not found.
|
|
3570
|
-
:rtype: typing.Any
|
|
3571
3293
|
"""
|
|
3572
3294
|
|
|
3573
3295
|
def draw(self, _context) -> None:
|
|
@@ -3585,14 +3307,12 @@ class VIEW3D_MT_pose_ik(_bpy_types.Menu):
|
|
|
3585
3307
|
"""
|
|
3586
3308
|
|
|
3587
3309
|
:return: The RNA type or default when not found.
|
|
3588
|
-
:rtype: bpy.types.Struct
|
|
3589
3310
|
"""
|
|
3590
3311
|
|
|
3591
3312
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3592
3313
|
"""
|
|
3593
3314
|
|
|
3594
3315
|
:return: The class or default when not found.
|
|
3595
|
-
:rtype: typing.Any
|
|
3596
3316
|
"""
|
|
3597
3317
|
|
|
3598
3318
|
def draw(self, _context) -> None:
|
|
@@ -3610,14 +3330,12 @@ class VIEW3D_MT_pose_motion(_bpy_types.Menu):
|
|
|
3610
3330
|
"""
|
|
3611
3331
|
|
|
3612
3332
|
:return: The RNA type or default when not found.
|
|
3613
|
-
:rtype: bpy.types.Struct
|
|
3614
3333
|
"""
|
|
3615
3334
|
|
|
3616
3335
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3617
3336
|
"""
|
|
3618
3337
|
|
|
3619
3338
|
:return: The class or default when not found.
|
|
3620
|
-
:rtype: typing.Any
|
|
3621
3339
|
"""
|
|
3622
3340
|
|
|
3623
3341
|
def draw(self, _context) -> None:
|
|
@@ -3635,14 +3353,12 @@ class VIEW3D_MT_pose_names(_bpy_types.Menu):
|
|
|
3635
3353
|
"""
|
|
3636
3354
|
|
|
3637
3355
|
:return: The RNA type or default when not found.
|
|
3638
|
-
:rtype: bpy.types.Struct
|
|
3639
3356
|
"""
|
|
3640
3357
|
|
|
3641
3358
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3642
3359
|
"""
|
|
3643
3360
|
|
|
3644
3361
|
:return: The class or default when not found.
|
|
3645
|
-
:rtype: typing.Any
|
|
3646
3362
|
"""
|
|
3647
3363
|
|
|
3648
3364
|
def draw(self, _context) -> None:
|
|
@@ -3660,14 +3376,12 @@ class VIEW3D_MT_pose_propagate(_bpy_types.Menu):
|
|
|
3660
3376
|
"""
|
|
3661
3377
|
|
|
3662
3378
|
:return: The RNA type or default when not found.
|
|
3663
|
-
:rtype: bpy.types.Struct
|
|
3664
3379
|
"""
|
|
3665
3380
|
|
|
3666
3381
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3667
3382
|
"""
|
|
3668
3383
|
|
|
3669
3384
|
:return: The class or default when not found.
|
|
3670
|
-
:rtype: typing.Any
|
|
3671
3385
|
"""
|
|
3672
3386
|
|
|
3673
3387
|
def draw(self, _context) -> None:
|
|
@@ -3685,14 +3399,12 @@ class VIEW3D_MT_pose_showhide(ShowHideMenu, _bpy_types.Menu):
|
|
|
3685
3399
|
"""
|
|
3686
3400
|
|
|
3687
3401
|
:return: The RNA type or default when not found.
|
|
3688
|
-
:rtype: bpy.types.Struct
|
|
3689
3402
|
"""
|
|
3690
3403
|
|
|
3691
3404
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3692
3405
|
"""
|
|
3693
3406
|
|
|
3694
3407
|
:return: The class or default when not found.
|
|
3695
|
-
:rtype: typing.Any
|
|
3696
3408
|
"""
|
|
3697
3409
|
|
|
3698
3410
|
class VIEW3D_MT_pose_slide(_bpy_types.Menu):
|
|
@@ -3704,14 +3416,12 @@ class VIEW3D_MT_pose_slide(_bpy_types.Menu):
|
|
|
3704
3416
|
"""
|
|
3705
3417
|
|
|
3706
3418
|
:return: The RNA type or default when not found.
|
|
3707
|
-
:rtype: bpy.types.Struct
|
|
3708
3419
|
"""
|
|
3709
3420
|
|
|
3710
3421
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3711
3422
|
"""
|
|
3712
3423
|
|
|
3713
3424
|
:return: The class or default when not found.
|
|
3714
|
-
:rtype: typing.Any
|
|
3715
3425
|
"""
|
|
3716
3426
|
|
|
3717
3427
|
def draw(self, _context) -> None:
|
|
@@ -3729,14 +3439,12 @@ class VIEW3D_MT_pose_transform(_bpy_types.Menu):
|
|
|
3729
3439
|
"""
|
|
3730
3440
|
|
|
3731
3441
|
:return: The RNA type or default when not found.
|
|
3732
|
-
:rtype: bpy.types.Struct
|
|
3733
3442
|
"""
|
|
3734
3443
|
|
|
3735
3444
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3736
3445
|
"""
|
|
3737
3446
|
|
|
3738
3447
|
:return: The class or default when not found.
|
|
3739
|
-
:rtype: typing.Any
|
|
3740
3448
|
"""
|
|
3741
3449
|
|
|
3742
3450
|
def draw(self, _context) -> None:
|
|
@@ -3754,14 +3462,12 @@ class VIEW3D_MT_proportional_editing_falloff_pie(_bpy_types.Menu):
|
|
|
3754
3462
|
"""
|
|
3755
3463
|
|
|
3756
3464
|
:return: The RNA type or default when not found.
|
|
3757
|
-
:rtype: bpy.types.Struct
|
|
3758
3465
|
"""
|
|
3759
3466
|
|
|
3760
3467
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3761
3468
|
"""
|
|
3762
3469
|
|
|
3763
3470
|
:return: The class or default when not found.
|
|
3764
|
-
:rtype: typing.Any
|
|
3765
3471
|
"""
|
|
3766
3472
|
|
|
3767
3473
|
def draw(self, context) -> None:
|
|
@@ -3779,14 +3485,12 @@ class VIEW3D_MT_random_mask(_bpy_types.Menu):
|
|
|
3779
3485
|
"""
|
|
3780
3486
|
|
|
3781
3487
|
:return: The RNA type or default when not found.
|
|
3782
|
-
:rtype: bpy.types.Struct
|
|
3783
3488
|
"""
|
|
3784
3489
|
|
|
3785
3490
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3786
3491
|
"""
|
|
3787
3492
|
|
|
3788
3493
|
:return: The class or default when not found.
|
|
3789
|
-
:rtype: typing.Any
|
|
3790
3494
|
"""
|
|
3791
3495
|
|
|
3792
3496
|
def draw(self, _context) -> None:
|
|
@@ -3804,14 +3508,12 @@ class VIEW3D_MT_sculpt(_bpy_types.Menu):
|
|
|
3804
3508
|
"""
|
|
3805
3509
|
|
|
3806
3510
|
:return: The RNA type or default when not found.
|
|
3807
|
-
:rtype: bpy.types.Struct
|
|
3808
3511
|
"""
|
|
3809
3512
|
|
|
3810
3513
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3811
3514
|
"""
|
|
3812
3515
|
|
|
3813
3516
|
:return: The class or default when not found.
|
|
3814
|
-
:rtype: typing.Any
|
|
3815
3517
|
"""
|
|
3816
3518
|
|
|
3817
3519
|
def draw(self, context) -> None:
|
|
@@ -3829,14 +3531,12 @@ class VIEW3D_MT_sculpt_automasking_pie(_bpy_types.Menu):
|
|
|
3829
3531
|
"""
|
|
3830
3532
|
|
|
3831
3533
|
:return: The RNA type or default when not found.
|
|
3832
|
-
:rtype: bpy.types.Struct
|
|
3833
3534
|
"""
|
|
3834
3535
|
|
|
3835
3536
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3836
3537
|
"""
|
|
3837
3538
|
|
|
3838
3539
|
:return: The class or default when not found.
|
|
3839
|
-
:rtype: typing.Any
|
|
3840
3540
|
"""
|
|
3841
3541
|
|
|
3842
3542
|
def draw(self, context) -> None:
|
|
@@ -3854,14 +3554,12 @@ class VIEW3D_MT_sculpt_curves(_bpy_types.Menu):
|
|
|
3854
3554
|
"""
|
|
3855
3555
|
|
|
3856
3556
|
:return: The RNA type or default when not found.
|
|
3857
|
-
:rtype: bpy.types.Struct
|
|
3858
3557
|
"""
|
|
3859
3558
|
|
|
3860
3559
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3861
3560
|
"""
|
|
3862
3561
|
|
|
3863
3562
|
:return: The class or default when not found.
|
|
3864
|
-
:rtype: typing.Any
|
|
3865
3563
|
"""
|
|
3866
3564
|
|
|
3867
3565
|
def draw(self, _context) -> None:
|
|
@@ -3879,14 +3577,12 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(_bpy_types.Menu):
|
|
|
3879
3577
|
"""
|
|
3880
3578
|
|
|
3881
3579
|
:return: The RNA type or default when not found.
|
|
3882
|
-
:rtype: bpy.types.Struct
|
|
3883
3580
|
"""
|
|
3884
3581
|
|
|
3885
3582
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3886
3583
|
"""
|
|
3887
3584
|
|
|
3888
3585
|
:return: The class or default when not found.
|
|
3889
|
-
:rtype: typing.Any
|
|
3890
3586
|
"""
|
|
3891
3587
|
|
|
3892
3588
|
def draw(self, _context) -> None:
|
|
@@ -3904,14 +3600,12 @@ class VIEW3D_MT_sculpt_mask_edit_pie(_bpy_types.Menu):
|
|
|
3904
3600
|
"""
|
|
3905
3601
|
|
|
3906
3602
|
:return: The RNA type or default when not found.
|
|
3907
|
-
:rtype: bpy.types.Struct
|
|
3908
3603
|
"""
|
|
3909
3604
|
|
|
3910
3605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3911
3606
|
"""
|
|
3912
3607
|
|
|
3913
3608
|
:return: The class or default when not found.
|
|
3914
|
-
:rtype: typing.Any
|
|
3915
3609
|
"""
|
|
3916
3610
|
|
|
3917
3611
|
def draw(self, _context) -> None:
|
|
@@ -3929,14 +3623,12 @@ class VIEW3D_MT_sculpt_set_pivot(_bpy_types.Menu):
|
|
|
3929
3623
|
"""
|
|
3930
3624
|
|
|
3931
3625
|
:return: The RNA type or default when not found.
|
|
3932
|
-
:rtype: bpy.types.Struct
|
|
3933
3626
|
"""
|
|
3934
3627
|
|
|
3935
3628
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3936
3629
|
"""
|
|
3937
3630
|
|
|
3938
3631
|
:return: The class or default when not found.
|
|
3939
|
-
:rtype: typing.Any
|
|
3940
3632
|
"""
|
|
3941
3633
|
|
|
3942
3634
|
def draw(self, _context) -> None:
|
|
@@ -3954,14 +3646,12 @@ class VIEW3D_MT_sculpt_showhide(_bpy_types.Menu):
|
|
|
3954
3646
|
"""
|
|
3955
3647
|
|
|
3956
3648
|
:return: The RNA type or default when not found.
|
|
3957
|
-
:rtype: bpy.types.Struct
|
|
3958
3649
|
"""
|
|
3959
3650
|
|
|
3960
3651
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3961
3652
|
"""
|
|
3962
3653
|
|
|
3963
3654
|
:return: The class or default when not found.
|
|
3964
|
-
:rtype: typing.Any
|
|
3965
3655
|
"""
|
|
3966
3656
|
|
|
3967
3657
|
def draw(self, _context) -> None:
|
|
@@ -3979,14 +3669,12 @@ class VIEW3D_MT_sculpt_transform(_bpy_types.Menu):
|
|
|
3979
3669
|
"""
|
|
3980
3670
|
|
|
3981
3671
|
:return: The RNA type or default when not found.
|
|
3982
|
-
:rtype: bpy.types.Struct
|
|
3983
3672
|
"""
|
|
3984
3673
|
|
|
3985
3674
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3986
3675
|
"""
|
|
3987
3676
|
|
|
3988
3677
|
:return: The class or default when not found.
|
|
3989
|
-
:rtype: typing.Any
|
|
3990
3678
|
"""
|
|
3991
3679
|
|
|
3992
3680
|
def draw(self, _context) -> None:
|
|
@@ -4004,14 +3692,12 @@ class VIEW3D_MT_sculpt_trim(_bpy_types.Menu):
|
|
|
4004
3692
|
"""
|
|
4005
3693
|
|
|
4006
3694
|
:return: The RNA type or default when not found.
|
|
4007
|
-
:rtype: bpy.types.Struct
|
|
4008
3695
|
"""
|
|
4009
3696
|
|
|
4010
3697
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4011
3698
|
"""
|
|
4012
3699
|
|
|
4013
3700
|
:return: The class or default when not found.
|
|
4014
|
-
:rtype: typing.Any
|
|
4015
3701
|
"""
|
|
4016
3702
|
|
|
4017
3703
|
def draw(self, _context) -> None:
|
|
@@ -4029,14 +3715,12 @@ class VIEW3D_MT_select_edit_armature(_bpy_types.Menu):
|
|
|
4029
3715
|
"""
|
|
4030
3716
|
|
|
4031
3717
|
:return: The RNA type or default when not found.
|
|
4032
|
-
:rtype: bpy.types.Struct
|
|
4033
3718
|
"""
|
|
4034
3719
|
|
|
4035
3720
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4036
3721
|
"""
|
|
4037
3722
|
|
|
4038
3723
|
:return: The class or default when not found.
|
|
4039
|
-
:rtype: typing.Any
|
|
4040
3724
|
"""
|
|
4041
3725
|
|
|
4042
3726
|
def draw(self, _context) -> None:
|
|
@@ -4054,14 +3738,12 @@ class VIEW3D_MT_select_edit_curve(_bpy_types.Menu):
|
|
|
4054
3738
|
"""
|
|
4055
3739
|
|
|
4056
3740
|
:return: The RNA type or default when not found.
|
|
4057
|
-
:rtype: bpy.types.Struct
|
|
4058
3741
|
"""
|
|
4059
3742
|
|
|
4060
3743
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4061
3744
|
"""
|
|
4062
3745
|
|
|
4063
3746
|
:return: The class or default when not found.
|
|
4064
|
-
:rtype: typing.Any
|
|
4065
3747
|
"""
|
|
4066
3748
|
|
|
4067
3749
|
def draw(self, _context) -> None:
|
|
@@ -4079,14 +3761,12 @@ class VIEW3D_MT_select_edit_curves(_bpy_types.Menu):
|
|
|
4079
3761
|
"""
|
|
4080
3762
|
|
|
4081
3763
|
:return: The RNA type or default when not found.
|
|
4082
|
-
:rtype: bpy.types.Struct
|
|
4083
3764
|
"""
|
|
4084
3765
|
|
|
4085
3766
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4086
3767
|
"""
|
|
4087
3768
|
|
|
4088
3769
|
:return: The class or default when not found.
|
|
4089
|
-
:rtype: typing.Any
|
|
4090
3770
|
"""
|
|
4091
3771
|
|
|
4092
3772
|
def draw(self, _context) -> None:
|
|
@@ -4104,14 +3784,12 @@ class VIEW3D_MT_select_edit_grease_pencil(_bpy_types.Menu):
|
|
|
4104
3784
|
"""
|
|
4105
3785
|
|
|
4106
3786
|
:return: The RNA type or default when not found.
|
|
4107
|
-
:rtype: bpy.types.Struct
|
|
4108
3787
|
"""
|
|
4109
3788
|
|
|
4110
3789
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4111
3790
|
"""
|
|
4112
3791
|
|
|
4113
3792
|
:return: The class or default when not found.
|
|
4114
|
-
:rtype: typing.Any
|
|
4115
3793
|
"""
|
|
4116
3794
|
|
|
4117
3795
|
def draw(self, context) -> None:
|
|
@@ -4129,14 +3807,12 @@ class VIEW3D_MT_select_edit_lattice(_bpy_types.Menu):
|
|
|
4129
3807
|
"""
|
|
4130
3808
|
|
|
4131
3809
|
:return: The RNA type or default when not found.
|
|
4132
|
-
:rtype: bpy.types.Struct
|
|
4133
3810
|
"""
|
|
4134
3811
|
|
|
4135
3812
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4136
3813
|
"""
|
|
4137
3814
|
|
|
4138
3815
|
:return: The class or default when not found.
|
|
4139
|
-
:rtype: typing.Any
|
|
4140
3816
|
"""
|
|
4141
3817
|
|
|
4142
3818
|
def draw(self, _context) -> None:
|
|
@@ -4154,14 +3830,12 @@ class VIEW3D_MT_select_edit_mesh(_bpy_types.Menu):
|
|
|
4154
3830
|
"""
|
|
4155
3831
|
|
|
4156
3832
|
:return: The RNA type or default when not found.
|
|
4157
|
-
:rtype: bpy.types.Struct
|
|
4158
3833
|
"""
|
|
4159
3834
|
|
|
4160
3835
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4161
3836
|
"""
|
|
4162
3837
|
|
|
4163
3838
|
:return: The class or default when not found.
|
|
4164
|
-
:rtype: typing.Any
|
|
4165
3839
|
"""
|
|
4166
3840
|
|
|
4167
3841
|
def draw(self, _context) -> None:
|
|
@@ -4179,14 +3853,12 @@ class VIEW3D_MT_select_edit_metaball(_bpy_types.Menu):
|
|
|
4179
3853
|
"""
|
|
4180
3854
|
|
|
4181
3855
|
:return: The RNA type or default when not found.
|
|
4182
|
-
:rtype: bpy.types.Struct
|
|
4183
3856
|
"""
|
|
4184
3857
|
|
|
4185
3858
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4186
3859
|
"""
|
|
4187
3860
|
|
|
4188
3861
|
:return: The class or default when not found.
|
|
4189
|
-
:rtype: typing.Any
|
|
4190
3862
|
"""
|
|
4191
3863
|
|
|
4192
3864
|
def draw(self, _context) -> None:
|
|
@@ -4204,14 +3876,12 @@ class VIEW3D_MT_select_edit_pointcloud(_bpy_types.Menu):
|
|
|
4204
3876
|
"""
|
|
4205
3877
|
|
|
4206
3878
|
:return: The RNA type or default when not found.
|
|
4207
|
-
:rtype: bpy.types.Struct
|
|
4208
3879
|
"""
|
|
4209
3880
|
|
|
4210
3881
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4211
3882
|
"""
|
|
4212
3883
|
|
|
4213
3884
|
:return: The class or default when not found.
|
|
4214
|
-
:rtype: typing.Any
|
|
4215
3885
|
"""
|
|
4216
3886
|
|
|
4217
3887
|
def draw(self, _context) -> None:
|
|
@@ -4229,14 +3899,12 @@ class VIEW3D_MT_select_edit_surface(_bpy_types.Menu):
|
|
|
4229
3899
|
"""
|
|
4230
3900
|
|
|
4231
3901
|
:return: The RNA type or default when not found.
|
|
4232
|
-
:rtype: bpy.types.Struct
|
|
4233
3902
|
"""
|
|
4234
3903
|
|
|
4235
3904
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4236
3905
|
"""
|
|
4237
3906
|
|
|
4238
3907
|
:return: The class or default when not found.
|
|
4239
|
-
:rtype: typing.Any
|
|
4240
3908
|
"""
|
|
4241
3909
|
|
|
4242
3910
|
def draw(self, _context) -> None:
|
|
@@ -4254,14 +3922,12 @@ class VIEW3D_MT_select_edit_text(_bpy_types.Menu):
|
|
|
4254
3922
|
"""
|
|
4255
3923
|
|
|
4256
3924
|
:return: The RNA type or default when not found.
|
|
4257
|
-
:rtype: bpy.types.Struct
|
|
4258
3925
|
"""
|
|
4259
3926
|
|
|
4260
3927
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4261
3928
|
"""
|
|
4262
3929
|
|
|
4263
3930
|
:return: The class or default when not found.
|
|
4264
|
-
:rtype: typing.Any
|
|
4265
3931
|
"""
|
|
4266
3932
|
|
|
4267
3933
|
def draw(self, _context) -> None:
|
|
@@ -4279,14 +3945,12 @@ class VIEW3D_MT_select_object(_bpy_types.Menu):
|
|
|
4279
3945
|
"""
|
|
4280
3946
|
|
|
4281
3947
|
:return: The RNA type or default when not found.
|
|
4282
|
-
:rtype: bpy.types.Struct
|
|
4283
3948
|
"""
|
|
4284
3949
|
|
|
4285
3950
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4286
3951
|
"""
|
|
4287
3952
|
|
|
4288
3953
|
:return: The class or default when not found.
|
|
4289
|
-
:rtype: typing.Any
|
|
4290
3954
|
"""
|
|
4291
3955
|
|
|
4292
3956
|
def draw(self, _context) -> None:
|
|
@@ -4304,14 +3968,12 @@ class VIEW3D_MT_select_object_more_less(_bpy_types.Menu):
|
|
|
4304
3968
|
"""
|
|
4305
3969
|
|
|
4306
3970
|
:return: The RNA type or default when not found.
|
|
4307
|
-
:rtype: bpy.types.Struct
|
|
4308
3971
|
"""
|
|
4309
3972
|
|
|
4310
3973
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4311
3974
|
"""
|
|
4312
3975
|
|
|
4313
3976
|
:return: The class or default when not found.
|
|
4314
|
-
:rtype: typing.Any
|
|
4315
3977
|
"""
|
|
4316
3978
|
|
|
4317
3979
|
def draw(self, _context) -> None:
|
|
@@ -4329,14 +3991,12 @@ class VIEW3D_MT_select_paint_mask(_bpy_types.Menu):
|
|
|
4329
3991
|
"""
|
|
4330
3992
|
|
|
4331
3993
|
:return: The RNA type or default when not found.
|
|
4332
|
-
:rtype: bpy.types.Struct
|
|
4333
3994
|
"""
|
|
4334
3995
|
|
|
4335
3996
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4336
3997
|
"""
|
|
4337
3998
|
|
|
4338
3999
|
:return: The class or default when not found.
|
|
4339
|
-
:rtype: typing.Any
|
|
4340
4000
|
"""
|
|
4341
4001
|
|
|
4342
4002
|
def draw(self, _context) -> None:
|
|
@@ -4354,14 +4014,12 @@ class VIEW3D_MT_select_paint_mask_vertex(_bpy_types.Menu):
|
|
|
4354
4014
|
"""
|
|
4355
4015
|
|
|
4356
4016
|
:return: The RNA type or default when not found.
|
|
4357
|
-
:rtype: bpy.types.Struct
|
|
4358
4017
|
"""
|
|
4359
4018
|
|
|
4360
4019
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4361
4020
|
"""
|
|
4362
4021
|
|
|
4363
4022
|
:return: The class or default when not found.
|
|
4364
|
-
:rtype: typing.Any
|
|
4365
4023
|
"""
|
|
4366
4024
|
|
|
4367
4025
|
def draw(self, _context) -> None:
|
|
@@ -4379,14 +4037,12 @@ class VIEW3D_MT_select_particle(_bpy_types.Menu):
|
|
|
4379
4037
|
"""
|
|
4380
4038
|
|
|
4381
4039
|
:return: The RNA type or default when not found.
|
|
4382
|
-
:rtype: bpy.types.Struct
|
|
4383
4040
|
"""
|
|
4384
4041
|
|
|
4385
4042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4386
4043
|
"""
|
|
4387
4044
|
|
|
4388
4045
|
:return: The class or default when not found.
|
|
4389
|
-
:rtype: typing.Any
|
|
4390
4046
|
"""
|
|
4391
4047
|
|
|
4392
4048
|
def draw(self, _context) -> None:
|
|
@@ -4404,14 +4060,12 @@ class VIEW3D_MT_select_pose(_bpy_types.Menu):
|
|
|
4404
4060
|
"""
|
|
4405
4061
|
|
|
4406
4062
|
:return: The RNA type or default when not found.
|
|
4407
|
-
:rtype: bpy.types.Struct
|
|
4408
4063
|
"""
|
|
4409
4064
|
|
|
4410
4065
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4411
4066
|
"""
|
|
4412
4067
|
|
|
4413
4068
|
:return: The class or default when not found.
|
|
4414
|
-
:rtype: typing.Any
|
|
4415
4069
|
"""
|
|
4416
4070
|
|
|
4417
4071
|
def draw(self, _context) -> None:
|
|
@@ -4429,14 +4083,12 @@ class VIEW3D_MT_select_pose_more_less(_bpy_types.Menu):
|
|
|
4429
4083
|
"""
|
|
4430
4084
|
|
|
4431
4085
|
:return: The RNA type or default when not found.
|
|
4432
|
-
:rtype: bpy.types.Struct
|
|
4433
4086
|
"""
|
|
4434
4087
|
|
|
4435
4088
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4436
4089
|
"""
|
|
4437
4090
|
|
|
4438
4091
|
:return: The class or default when not found.
|
|
4439
|
-
:rtype: typing.Any
|
|
4440
4092
|
"""
|
|
4441
4093
|
|
|
4442
4094
|
def draw(self, _context) -> None:
|
|
@@ -4454,14 +4106,12 @@ class VIEW3D_MT_select_sculpt_curves(_bpy_types.Menu):
|
|
|
4454
4106
|
"""
|
|
4455
4107
|
|
|
4456
4108
|
:return: The RNA type or default when not found.
|
|
4457
|
-
:rtype: bpy.types.Struct
|
|
4458
4109
|
"""
|
|
4459
4110
|
|
|
4460
4111
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4461
4112
|
"""
|
|
4462
4113
|
|
|
4463
4114
|
:return: The class or default when not found.
|
|
4464
|
-
:rtype: typing.Any
|
|
4465
4115
|
"""
|
|
4466
4116
|
|
|
4467
4117
|
def draw(self, _context) -> None:
|
|
@@ -4479,14 +4129,12 @@ class VIEW3D_MT_shading_ex_pie(_bpy_types.Menu):
|
|
|
4479
4129
|
"""
|
|
4480
4130
|
|
|
4481
4131
|
:return: The RNA type or default when not found.
|
|
4482
|
-
:rtype: bpy.types.Struct
|
|
4483
4132
|
"""
|
|
4484
4133
|
|
|
4485
4134
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4486
4135
|
"""
|
|
4487
4136
|
|
|
4488
4137
|
:return: The class or default when not found.
|
|
4489
|
-
:rtype: typing.Any
|
|
4490
4138
|
"""
|
|
4491
4139
|
|
|
4492
4140
|
def draw(self, context) -> None:
|
|
@@ -4504,14 +4152,12 @@ class VIEW3D_MT_shading_pie(_bpy_types.Menu):
|
|
|
4504
4152
|
"""
|
|
4505
4153
|
|
|
4506
4154
|
:return: The RNA type or default when not found.
|
|
4507
|
-
:rtype: bpy.types.Struct
|
|
4508
4155
|
"""
|
|
4509
4156
|
|
|
4510
4157
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4511
4158
|
"""
|
|
4512
4159
|
|
|
4513
4160
|
:return: The class or default when not found.
|
|
4514
|
-
:rtype: typing.Any
|
|
4515
4161
|
"""
|
|
4516
4162
|
|
|
4517
4163
|
def draw(self, context) -> None:
|
|
@@ -4529,14 +4175,12 @@ class VIEW3D_MT_snap(_bpy_types.Menu):
|
|
|
4529
4175
|
"""
|
|
4530
4176
|
|
|
4531
4177
|
:return: The RNA type or default when not found.
|
|
4532
|
-
:rtype: bpy.types.Struct
|
|
4533
4178
|
"""
|
|
4534
4179
|
|
|
4535
4180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4536
4181
|
"""
|
|
4537
4182
|
|
|
4538
4183
|
:return: The class or default when not found.
|
|
4539
|
-
:rtype: typing.Any
|
|
4540
4184
|
"""
|
|
4541
4185
|
|
|
4542
4186
|
def draw(self, _context) -> None:
|
|
@@ -4554,14 +4198,12 @@ class VIEW3D_MT_snap_pie(_bpy_types.Menu):
|
|
|
4554
4198
|
"""
|
|
4555
4199
|
|
|
4556
4200
|
:return: The RNA type or default when not found.
|
|
4557
|
-
:rtype: bpy.types.Struct
|
|
4558
4201
|
"""
|
|
4559
4202
|
|
|
4560
4203
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4561
4204
|
"""
|
|
4562
4205
|
|
|
4563
4206
|
:return: The class or default when not found.
|
|
4564
|
-
:rtype: typing.Any
|
|
4565
4207
|
"""
|
|
4566
4208
|
|
|
4567
4209
|
def draw(self, _context) -> None:
|
|
@@ -4581,14 +4223,12 @@ class VIEW3D_MT_surface_add(_bpy_types.Menu):
|
|
|
4581
4223
|
"""
|
|
4582
4224
|
|
|
4583
4225
|
:return: The RNA type or default when not found.
|
|
4584
|
-
:rtype: bpy.types.Struct
|
|
4585
4226
|
"""
|
|
4586
4227
|
|
|
4587
4228
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4588
4229
|
"""
|
|
4589
4230
|
|
|
4590
4231
|
:return: The class or default when not found.
|
|
4591
|
-
:rtype: typing.Any
|
|
4592
4232
|
"""
|
|
4593
4233
|
|
|
4594
4234
|
def draw(self, _context) -> None:
|
|
@@ -4607,14 +4247,12 @@ class VIEW3D_MT_transform(VIEW3D_MT_transform_base, _bpy_types.Menu):
|
|
|
4607
4247
|
"""
|
|
4608
4248
|
|
|
4609
4249
|
:return: The RNA type or default when not found.
|
|
4610
|
-
:rtype: bpy.types.Struct
|
|
4611
4250
|
"""
|
|
4612
4251
|
|
|
4613
4252
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4614
4253
|
"""
|
|
4615
4254
|
|
|
4616
4255
|
:return: The class or default when not found.
|
|
4617
|
-
:rtype: typing.Any
|
|
4618
4256
|
"""
|
|
4619
4257
|
|
|
4620
4258
|
def draw(self, context) -> None:
|
|
@@ -4633,14 +4271,12 @@ class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, _bpy_types.Menu):
|
|
|
4633
4271
|
"""
|
|
4634
4272
|
|
|
4635
4273
|
:return: The RNA type or default when not found.
|
|
4636
|
-
:rtype: bpy.types.Struct
|
|
4637
4274
|
"""
|
|
4638
4275
|
|
|
4639
4276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4640
4277
|
"""
|
|
4641
4278
|
|
|
4642
4279
|
:return: The class or default when not found.
|
|
4643
|
-
:rtype: typing.Any
|
|
4644
4280
|
"""
|
|
4645
4281
|
|
|
4646
4282
|
def draw(self, context) -> None:
|
|
@@ -4668,14 +4304,12 @@ class VIEW3D_MT_transform_gizmo_pie(_bpy_types.Menu):
|
|
|
4668
4304
|
"""
|
|
4669
4305
|
|
|
4670
4306
|
:return: The RNA type or default when not found.
|
|
4671
|
-
:rtype: bpy.types.Struct
|
|
4672
4307
|
"""
|
|
4673
4308
|
|
|
4674
4309
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4675
4310
|
"""
|
|
4676
4311
|
|
|
4677
4312
|
:return: The class or default when not found.
|
|
4678
|
-
:rtype: typing.Any
|
|
4679
4313
|
"""
|
|
4680
4314
|
|
|
4681
4315
|
def draw(self, context) -> None:
|
|
@@ -4694,14 +4328,12 @@ class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, _bpy_types.Menu):
|
|
|
4694
4328
|
"""
|
|
4695
4329
|
|
|
4696
4330
|
:return: The RNA type or default when not found.
|
|
4697
|
-
:rtype: bpy.types.Struct
|
|
4698
4331
|
"""
|
|
4699
4332
|
|
|
4700
4333
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4701
4334
|
"""
|
|
4702
4335
|
|
|
4703
4336
|
:return: The class or default when not found.
|
|
4704
|
-
:rtype: typing.Any
|
|
4705
4337
|
"""
|
|
4706
4338
|
|
|
4707
4339
|
def draw(self, context) -> None:
|
|
@@ -4719,14 +4351,12 @@ class VIEW3D_MT_uv_map(_bpy_types.Menu):
|
|
|
4719
4351
|
"""
|
|
4720
4352
|
|
|
4721
4353
|
:return: The RNA type or default when not found.
|
|
4722
|
-
:rtype: bpy.types.Struct
|
|
4723
4354
|
"""
|
|
4724
4355
|
|
|
4725
4356
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4726
4357
|
"""
|
|
4727
4358
|
|
|
4728
4359
|
:return: The class or default when not found.
|
|
4729
|
-
:rtype: typing.Any
|
|
4730
4360
|
"""
|
|
4731
4361
|
|
|
4732
4362
|
def draw(self, _context) -> None:
|
|
@@ -4744,14 +4374,12 @@ class VIEW3D_MT_vertex_group(_bpy_types.Menu):
|
|
|
4744
4374
|
"""
|
|
4745
4375
|
|
|
4746
4376
|
:return: The RNA type or default when not found.
|
|
4747
|
-
:rtype: bpy.types.Struct
|
|
4748
4377
|
"""
|
|
4749
4378
|
|
|
4750
4379
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4751
4380
|
"""
|
|
4752
4381
|
|
|
4753
4382
|
:return: The class or default when not found.
|
|
4754
|
-
:rtype: typing.Any
|
|
4755
4383
|
"""
|
|
4756
4384
|
|
|
4757
4385
|
def draw(self, context) -> None:
|
|
@@ -4769,14 +4397,12 @@ class VIEW3D_MT_view(_bpy_types.Menu):
|
|
|
4769
4397
|
"""
|
|
4770
4398
|
|
|
4771
4399
|
:return: The RNA type or default when not found.
|
|
4772
|
-
:rtype: bpy.types.Struct
|
|
4773
4400
|
"""
|
|
4774
4401
|
|
|
4775
4402
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4776
4403
|
"""
|
|
4777
4404
|
|
|
4778
4405
|
:return: The class or default when not found.
|
|
4779
|
-
:rtype: typing.Any
|
|
4780
4406
|
"""
|
|
4781
4407
|
|
|
4782
4408
|
def draw(self, context) -> None:
|
|
@@ -4794,14 +4420,12 @@ class VIEW3D_MT_view_align(_bpy_types.Menu):
|
|
|
4794
4420
|
"""
|
|
4795
4421
|
|
|
4796
4422
|
:return: The RNA type or default when not found.
|
|
4797
|
-
:rtype: bpy.types.Struct
|
|
4798
4423
|
"""
|
|
4799
4424
|
|
|
4800
4425
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4801
4426
|
"""
|
|
4802
4427
|
|
|
4803
4428
|
:return: The class or default when not found.
|
|
4804
|
-
:rtype: typing.Any
|
|
4805
4429
|
"""
|
|
4806
4430
|
|
|
4807
4431
|
def draw(self, _context) -> None:
|
|
@@ -4819,14 +4443,12 @@ class VIEW3D_MT_view_align_selected(_bpy_types.Menu):
|
|
|
4819
4443
|
"""
|
|
4820
4444
|
|
|
4821
4445
|
:return: The RNA type or default when not found.
|
|
4822
|
-
:rtype: bpy.types.Struct
|
|
4823
4446
|
"""
|
|
4824
4447
|
|
|
4825
4448
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4826
4449
|
"""
|
|
4827
4450
|
|
|
4828
4451
|
:return: The class or default when not found.
|
|
4829
|
-
:rtype: typing.Any
|
|
4830
4452
|
"""
|
|
4831
4453
|
|
|
4832
4454
|
def draw(self, _context) -> None:
|
|
@@ -4844,14 +4466,12 @@ class VIEW3D_MT_view_cameras(_bpy_types.Menu):
|
|
|
4844
4466
|
"""
|
|
4845
4467
|
|
|
4846
4468
|
:return: The RNA type or default when not found.
|
|
4847
|
-
:rtype: bpy.types.Struct
|
|
4848
4469
|
"""
|
|
4849
4470
|
|
|
4850
4471
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4851
4472
|
"""
|
|
4852
4473
|
|
|
4853
4474
|
:return: The class or default when not found.
|
|
4854
|
-
:rtype: typing.Any
|
|
4855
4475
|
"""
|
|
4856
4476
|
|
|
4857
4477
|
def draw(self, _context) -> None:
|
|
@@ -4869,14 +4489,12 @@ class VIEW3D_MT_view_local(_bpy_types.Menu):
|
|
|
4869
4489
|
"""
|
|
4870
4490
|
|
|
4871
4491
|
:return: The RNA type or default when not found.
|
|
4872
|
-
:rtype: bpy.types.Struct
|
|
4873
4492
|
"""
|
|
4874
4493
|
|
|
4875
4494
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4876
4495
|
"""
|
|
4877
4496
|
|
|
4878
4497
|
:return: The class or default when not found.
|
|
4879
|
-
:rtype: typing.Any
|
|
4880
4498
|
"""
|
|
4881
4499
|
|
|
4882
4500
|
def draw(self, _context) -> None:
|
|
@@ -4894,14 +4512,12 @@ class VIEW3D_MT_view_navigation(_bpy_types.Menu):
|
|
|
4894
4512
|
"""
|
|
4895
4513
|
|
|
4896
4514
|
:return: The RNA type or default when not found.
|
|
4897
|
-
:rtype: bpy.types.Struct
|
|
4898
4515
|
"""
|
|
4899
4516
|
|
|
4900
4517
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4901
4518
|
"""
|
|
4902
4519
|
|
|
4903
4520
|
:return: The class or default when not found.
|
|
4904
|
-
:rtype: typing.Any
|
|
4905
4521
|
"""
|
|
4906
4522
|
|
|
4907
4523
|
def draw(self, _context) -> None:
|
|
@@ -4920,14 +4536,12 @@ class VIEW3D_MT_view_pie(_bpy_types.Menu):
|
|
|
4920
4536
|
"""
|
|
4921
4537
|
|
|
4922
4538
|
:return: The RNA type or default when not found.
|
|
4923
|
-
:rtype: bpy.types.Struct
|
|
4924
4539
|
"""
|
|
4925
4540
|
|
|
4926
4541
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4927
4542
|
"""
|
|
4928
4543
|
|
|
4929
4544
|
:return: The class or default when not found.
|
|
4930
|
-
:rtype: typing.Any
|
|
4931
4545
|
"""
|
|
4932
4546
|
|
|
4933
4547
|
def draw(self, _context) -> None:
|
|
@@ -4945,14 +4559,12 @@ class VIEW3D_MT_view_regions(_bpy_types.Menu):
|
|
|
4945
4559
|
"""
|
|
4946
4560
|
|
|
4947
4561
|
:return: The RNA type or default when not found.
|
|
4948
|
-
:rtype: bpy.types.Struct
|
|
4949
4562
|
"""
|
|
4950
4563
|
|
|
4951
4564
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4952
4565
|
"""
|
|
4953
4566
|
|
|
4954
4567
|
:return: The class or default when not found.
|
|
4955
|
-
:rtype: typing.Any
|
|
4956
4568
|
"""
|
|
4957
4569
|
|
|
4958
4570
|
def draw(self, _context) -> None:
|
|
@@ -4970,14 +4582,12 @@ class VIEW3D_MT_view_viewpoint(_bpy_types.Menu):
|
|
|
4970
4582
|
"""
|
|
4971
4583
|
|
|
4972
4584
|
:return: The RNA type or default when not found.
|
|
4973
|
-
:rtype: bpy.types.Struct
|
|
4974
4585
|
"""
|
|
4975
4586
|
|
|
4976
4587
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
4977
4588
|
"""
|
|
4978
4589
|
|
|
4979
4590
|
:return: The class or default when not found.
|
|
4980
|
-
:rtype: typing.Any
|
|
4981
4591
|
"""
|
|
4982
4592
|
|
|
4983
4593
|
def draw(self, _context) -> None:
|
|
@@ -4998,14 +4608,12 @@ class VIEW3D_MT_volume_add(_bpy_types.Menu):
|
|
|
4998
4608
|
"""
|
|
4999
4609
|
|
|
5000
4610
|
:return: The RNA type or default when not found.
|
|
5001
|
-
:rtype: bpy.types.Struct
|
|
5002
4611
|
"""
|
|
5003
4612
|
|
|
5004
4613
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5005
4614
|
"""
|
|
5006
4615
|
|
|
5007
4616
|
:return: The class or default when not found.
|
|
5008
|
-
:rtype: typing.Any
|
|
5009
4617
|
"""
|
|
5010
4618
|
|
|
5011
4619
|
def draw(self, _context) -> None:
|
|
@@ -5023,14 +4631,12 @@ class VIEW3D_MT_weight_grease_pencil(_bpy_types.Menu):
|
|
|
5023
4631
|
"""
|
|
5024
4632
|
|
|
5025
4633
|
:return: The RNA type or default when not found.
|
|
5026
|
-
:rtype: bpy.types.Struct
|
|
5027
4634
|
"""
|
|
5028
4635
|
|
|
5029
4636
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5030
4637
|
"""
|
|
5031
4638
|
|
|
5032
4639
|
:return: The class or default when not found.
|
|
5033
|
-
:rtype: typing.Any
|
|
5034
4640
|
"""
|
|
5035
4641
|
|
|
5036
4642
|
def draw(self, _context) -> None:
|
|
@@ -5048,14 +4654,12 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(_bpy_types.Menu):
|
|
|
5048
4654
|
"""
|
|
5049
4655
|
|
|
5050
4656
|
:return: The RNA type or default when not found.
|
|
5051
|
-
:rtype: bpy.types.Struct
|
|
5052
4657
|
"""
|
|
5053
4658
|
|
|
5054
4659
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5055
4660
|
"""
|
|
5056
4661
|
|
|
5057
4662
|
:return: The class or default when not found.
|
|
5058
|
-
:rtype: typing.Any
|
|
5059
4663
|
"""
|
|
5060
4664
|
|
|
5061
4665
|
def draw(self, _context) -> None:
|
|
@@ -5076,14 +4680,12 @@ class VIEW3D_PT_active_spline(_bpy_types.Panel):
|
|
|
5076
4680
|
"""
|
|
5077
4681
|
|
|
5078
4682
|
:return: The RNA type or default when not found.
|
|
5079
|
-
:rtype: bpy.types.Struct
|
|
5080
4683
|
"""
|
|
5081
4684
|
|
|
5082
4685
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5083
4686
|
"""
|
|
5084
4687
|
|
|
5085
4688
|
:return: The class or default when not found.
|
|
5086
|
-
:rtype: typing.Any
|
|
5087
4689
|
"""
|
|
5088
4690
|
|
|
5089
4691
|
def draw(self, context) -> None:
|
|
@@ -5113,14 +4715,12 @@ class VIEW3D_PT_active_tool(
|
|
|
5113
4715
|
"""
|
|
5114
4716
|
|
|
5115
4717
|
:return: The RNA type or default when not found.
|
|
5116
|
-
:rtype: bpy.types.Struct
|
|
5117
4718
|
"""
|
|
5118
4719
|
|
|
5119
4720
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5120
4721
|
"""
|
|
5121
4722
|
|
|
5122
4723
|
:return: The class or default when not found.
|
|
5123
|
-
:rtype: typing.Any
|
|
5124
4724
|
"""
|
|
5125
4725
|
|
|
5126
4726
|
@classmethod
|
|
@@ -5145,14 +4745,12 @@ class VIEW3D_PT_active_tool_duplicate(
|
|
|
5145
4745
|
"""
|
|
5146
4746
|
|
|
5147
4747
|
:return: The RNA type or default when not found.
|
|
5148
|
-
:rtype: bpy.types.Struct
|
|
5149
4748
|
"""
|
|
5150
4749
|
|
|
5151
4750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5152
4751
|
"""
|
|
5153
4752
|
|
|
5154
4753
|
:return: The class or default when not found.
|
|
5155
|
-
:rtype: typing.Any
|
|
5156
4754
|
"""
|
|
5157
4755
|
|
|
5158
4756
|
@classmethod
|
|
@@ -5178,14 +4776,12 @@ class VIEW3D_PT_annotation_onion(
|
|
|
5178
4776
|
"""
|
|
5179
4777
|
|
|
5180
4778
|
:return: The RNA type or default when not found.
|
|
5181
|
-
:rtype: bpy.types.Struct
|
|
5182
4779
|
"""
|
|
5183
4780
|
|
|
5184
4781
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5185
4782
|
"""
|
|
5186
4783
|
|
|
5187
4784
|
:return: The class or default when not found.
|
|
5188
|
-
:rtype: typing.Any
|
|
5189
4785
|
"""
|
|
5190
4786
|
|
|
5191
4787
|
class VIEW3D_PT_collections(_bpy_types.Panel):
|
|
@@ -5201,14 +4797,12 @@ class VIEW3D_PT_collections(_bpy_types.Panel):
|
|
|
5201
4797
|
"""
|
|
5202
4798
|
|
|
5203
4799
|
:return: The RNA type or default when not found.
|
|
5204
|
-
:rtype: bpy.types.Struct
|
|
5205
4800
|
"""
|
|
5206
4801
|
|
|
5207
4802
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5208
4803
|
"""
|
|
5209
4804
|
|
|
5210
4805
|
:return: The class or default when not found.
|
|
5211
|
-
:rtype: typing.Any
|
|
5212
4806
|
"""
|
|
5213
4807
|
|
|
5214
4808
|
def draw(self, context) -> None:
|
|
@@ -5230,14 +4824,12 @@ class VIEW3D_PT_context_properties(_bpy_types.Panel):
|
|
|
5230
4824
|
"""
|
|
5231
4825
|
|
|
5232
4826
|
:return: The RNA type or default when not found.
|
|
5233
|
-
:rtype: bpy.types.Struct
|
|
5234
4827
|
"""
|
|
5235
4828
|
|
|
5236
4829
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5237
4830
|
"""
|
|
5238
4831
|
|
|
5239
4832
|
:return: The class or default when not found.
|
|
5240
|
-
:rtype: typing.Any
|
|
5241
4833
|
"""
|
|
5242
4834
|
|
|
5243
4835
|
def draw(self, context) -> None:
|
|
@@ -5264,14 +4856,12 @@ class VIEW3D_PT_curves_sculpt_add_shape(_bpy_types.Panel):
|
|
|
5264
4856
|
"""
|
|
5265
4857
|
|
|
5266
4858
|
:return: The RNA type or default when not found.
|
|
5267
|
-
:rtype: bpy.types.Struct
|
|
5268
4859
|
"""
|
|
5269
4860
|
|
|
5270
4861
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5271
4862
|
"""
|
|
5272
4863
|
|
|
5273
4864
|
:return: The class or default when not found.
|
|
5274
|
-
:rtype: typing.Any
|
|
5275
4865
|
"""
|
|
5276
4866
|
|
|
5277
4867
|
def draw(self, context) -> None:
|
|
@@ -5292,14 +4882,12 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(_bpy_types.Panel):
|
|
|
5292
4882
|
"""
|
|
5293
4883
|
|
|
5294
4884
|
:return: The RNA type or default when not found.
|
|
5295
|
-
:rtype: bpy.types.Struct
|
|
5296
4885
|
"""
|
|
5297
4886
|
|
|
5298
4887
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5299
4888
|
"""
|
|
5300
4889
|
|
|
5301
4890
|
:return: The class or default when not found.
|
|
5302
|
-
:rtype: typing.Any
|
|
5303
4891
|
"""
|
|
5304
4892
|
|
|
5305
4893
|
def draw(self, context) -> None:
|
|
@@ -5319,14 +4907,12 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(_bpy_types.Panel):
|
|
|
5319
4907
|
"""
|
|
5320
4908
|
|
|
5321
4909
|
:return: The RNA type or default when not found.
|
|
5322
|
-
:rtype: bpy.types.Struct
|
|
5323
4910
|
"""
|
|
5324
4911
|
|
|
5325
4912
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5326
4913
|
"""
|
|
5327
4914
|
|
|
5328
4915
|
:return: The class or default when not found.
|
|
5329
|
-
:rtype: typing.Any
|
|
5330
4916
|
"""
|
|
5331
4917
|
|
|
5332
4918
|
def draw(self, context) -> None:
|
|
@@ -5347,14 +4933,12 @@ class VIEW3D_PT_gizmo_display(_bpy_types.Panel):
|
|
|
5347
4933
|
"""
|
|
5348
4934
|
|
|
5349
4935
|
:return: The RNA type or default when not found.
|
|
5350
|
-
:rtype: bpy.types.Struct
|
|
5351
4936
|
"""
|
|
5352
4937
|
|
|
5353
4938
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5354
4939
|
"""
|
|
5355
4940
|
|
|
5356
4941
|
:return: The class or default when not found.
|
|
5357
|
-
:rtype: typing.Any
|
|
5358
4942
|
"""
|
|
5359
4943
|
|
|
5360
4944
|
def draw(self, context) -> None:
|
|
@@ -5378,14 +4962,12 @@ class VIEW3D_PT_grease_pencil(
|
|
|
5378
4962
|
"""
|
|
5379
4963
|
|
|
5380
4964
|
:return: The RNA type or default when not found.
|
|
5381
|
-
:rtype: bpy.types.Struct
|
|
5382
4965
|
"""
|
|
5383
4966
|
|
|
5384
4967
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5385
4968
|
"""
|
|
5386
4969
|
|
|
5387
4970
|
:return: The class or default when not found.
|
|
5388
|
-
:rtype: typing.Any
|
|
5389
4971
|
"""
|
|
5390
4972
|
|
|
5391
4973
|
class VIEW3D_PT_grease_pencil_guide(_bpy_types.Panel):
|
|
@@ -5399,14 +4981,12 @@ class VIEW3D_PT_grease_pencil_guide(_bpy_types.Panel):
|
|
|
5399
4981
|
"""
|
|
5400
4982
|
|
|
5401
4983
|
:return: The RNA type or default when not found.
|
|
5402
|
-
:rtype: bpy.types.Struct
|
|
5403
4984
|
"""
|
|
5404
4985
|
|
|
5405
4986
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5406
4987
|
"""
|
|
5407
4988
|
|
|
5408
4989
|
:return: The class or default when not found.
|
|
5409
|
-
:rtype: typing.Any
|
|
5410
4990
|
"""
|
|
5411
4991
|
|
|
5412
4992
|
def draw(self, context) -> None:
|
|
@@ -5426,14 +5006,12 @@ class VIEW3D_PT_grease_pencil_lock(_bpy_types.Panel):
|
|
|
5426
5006
|
"""
|
|
5427
5007
|
|
|
5428
5008
|
:return: The RNA type or default when not found.
|
|
5429
|
-
:rtype: bpy.types.Struct
|
|
5430
5009
|
"""
|
|
5431
5010
|
|
|
5432
5011
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5433
5012
|
"""
|
|
5434
5013
|
|
|
5435
5014
|
:return: The class or default when not found.
|
|
5436
|
-
:rtype: typing.Any
|
|
5437
5015
|
"""
|
|
5438
5016
|
|
|
5439
5017
|
def draw(self, context) -> None:
|
|
@@ -5453,14 +5031,12 @@ class VIEW3D_PT_grease_pencil_multi_frame(_bpy_types.Panel):
|
|
|
5453
5031
|
"""
|
|
5454
5032
|
|
|
5455
5033
|
:return: The RNA type or default when not found.
|
|
5456
|
-
:rtype: bpy.types.Struct
|
|
5457
5034
|
"""
|
|
5458
5035
|
|
|
5459
5036
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5460
5037
|
"""
|
|
5461
5038
|
|
|
5462
5039
|
:return: The class or default when not found.
|
|
5463
|
-
:rtype: typing.Any
|
|
5464
5040
|
"""
|
|
5465
5041
|
|
|
5466
5042
|
def draw(self, context) -> None:
|
|
@@ -5480,14 +5056,12 @@ class VIEW3D_PT_grease_pencil_origin(_bpy_types.Panel):
|
|
|
5480
5056
|
"""
|
|
5481
5057
|
|
|
5482
5058
|
:return: The RNA type or default when not found.
|
|
5483
|
-
:rtype: bpy.types.Struct
|
|
5484
5059
|
"""
|
|
5485
5060
|
|
|
5486
5061
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5487
5062
|
"""
|
|
5488
5063
|
|
|
5489
5064
|
:return: The class or default when not found.
|
|
5490
|
-
:rtype: typing.Any
|
|
5491
5065
|
"""
|
|
5492
5066
|
|
|
5493
5067
|
def draw(self, context) -> None:
|
|
@@ -5508,14 +5082,12 @@ class VIEW3D_PT_grease_pencil_sculpt_automasking(_bpy_types.Panel):
|
|
|
5508
5082
|
"""
|
|
5509
5083
|
|
|
5510
5084
|
:return: The RNA type or default when not found.
|
|
5511
|
-
:rtype: bpy.types.Struct
|
|
5512
5085
|
"""
|
|
5513
5086
|
|
|
5514
5087
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5515
5088
|
"""
|
|
5516
5089
|
|
|
5517
5090
|
:return: The class or default when not found.
|
|
5518
|
-
:rtype: typing.Any
|
|
5519
5091
|
"""
|
|
5520
5092
|
|
|
5521
5093
|
def draw(self, context) -> None:
|
|
@@ -5536,14 +5108,12 @@ class VIEW3D_PT_greasepencil_draw_context_menu(_bpy_types.Panel):
|
|
|
5536
5108
|
"""
|
|
5537
5109
|
|
|
5538
5110
|
:return: The RNA type or default when not found.
|
|
5539
|
-
:rtype: bpy.types.Struct
|
|
5540
5111
|
"""
|
|
5541
5112
|
|
|
5542
5113
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5543
5114
|
"""
|
|
5544
5115
|
|
|
5545
5116
|
:return: The class or default when not found.
|
|
5546
|
-
:rtype: typing.Any
|
|
5547
5117
|
"""
|
|
5548
5118
|
|
|
5549
5119
|
def draw(self, context) -> None:
|
|
@@ -5564,14 +5134,12 @@ class VIEW3D_PT_greasepencil_sculpt_context_menu(_bpy_types.Panel):
|
|
|
5564
5134
|
"""
|
|
5565
5135
|
|
|
5566
5136
|
:return: The RNA type or default when not found.
|
|
5567
|
-
:rtype: bpy.types.Struct
|
|
5568
5137
|
"""
|
|
5569
5138
|
|
|
5570
5139
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5571
5140
|
"""
|
|
5572
5141
|
|
|
5573
5142
|
:return: The class or default when not found.
|
|
5574
|
-
:rtype: typing.Any
|
|
5575
5143
|
"""
|
|
5576
5144
|
|
|
5577
5145
|
def draw(self, context) -> None:
|
|
@@ -5592,14 +5160,12 @@ class VIEW3D_PT_greasepencil_vertex_paint_context_menu(_bpy_types.Panel):
|
|
|
5592
5160
|
"""
|
|
5593
5161
|
|
|
5594
5162
|
:return: The RNA type or default when not found.
|
|
5595
|
-
:rtype: bpy.types.Struct
|
|
5596
5163
|
"""
|
|
5597
5164
|
|
|
5598
5165
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5599
5166
|
"""
|
|
5600
5167
|
|
|
5601
5168
|
:return: The class or default when not found.
|
|
5602
|
-
:rtype: typing.Any
|
|
5603
5169
|
"""
|
|
5604
5170
|
|
|
5605
5171
|
def draw(self, context) -> None:
|
|
@@ -5620,14 +5186,12 @@ class VIEW3D_PT_greasepencil_weight_context_menu(_bpy_types.Panel):
|
|
|
5620
5186
|
"""
|
|
5621
5187
|
|
|
5622
5188
|
:return: The RNA type or default when not found.
|
|
5623
|
-
:rtype: bpy.types.Struct
|
|
5624
5189
|
"""
|
|
5625
5190
|
|
|
5626
5191
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5627
5192
|
"""
|
|
5628
5193
|
|
|
5629
5194
|
:return: The class or default when not found.
|
|
5630
|
-
:rtype: typing.Any
|
|
5631
5195
|
"""
|
|
5632
5196
|
|
|
5633
5197
|
def draw(self, context) -> None:
|
|
@@ -5648,14 +5212,12 @@ class VIEW3D_PT_object_type_visibility(_bpy_types.Panel):
|
|
|
5648
5212
|
"""
|
|
5649
5213
|
|
|
5650
5214
|
:return: The RNA type or default when not found.
|
|
5651
|
-
:rtype: bpy.types.Struct
|
|
5652
5215
|
"""
|
|
5653
5216
|
|
|
5654
5217
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5655
5218
|
"""
|
|
5656
5219
|
|
|
5657
5220
|
:return: The class or default when not found.
|
|
5658
|
-
:rtype: typing.Any
|
|
5659
5221
|
"""
|
|
5660
5222
|
|
|
5661
5223
|
def draw(self, context) -> None:
|
|
@@ -5684,14 +5246,12 @@ class VIEW3D_PT_overlay(_bpy_types.Panel):
|
|
|
5684
5246
|
"""
|
|
5685
5247
|
|
|
5686
5248
|
:return: The RNA type or default when not found.
|
|
5687
|
-
:rtype: bpy.types.Struct
|
|
5688
5249
|
"""
|
|
5689
5250
|
|
|
5690
5251
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5691
5252
|
"""
|
|
5692
5253
|
|
|
5693
5254
|
:return: The class or default when not found.
|
|
5694
|
-
:rtype: typing.Any
|
|
5695
5255
|
"""
|
|
5696
5256
|
|
|
5697
5257
|
def draw(self, _context) -> None:
|
|
@@ -5711,14 +5271,12 @@ class VIEW3D_PT_overlay_bones(_bpy_types.Panel):
|
|
|
5711
5271
|
"""
|
|
5712
5272
|
|
|
5713
5273
|
:return: The RNA type or default when not found.
|
|
5714
|
-
:rtype: bpy.types.Struct
|
|
5715
5274
|
"""
|
|
5716
5275
|
|
|
5717
5276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5718
5277
|
"""
|
|
5719
5278
|
|
|
5720
5279
|
:return: The class or default when not found.
|
|
5721
|
-
:rtype: typing.Any
|
|
5722
5280
|
"""
|
|
5723
5281
|
|
|
5724
5282
|
def draw(self, context) -> None:
|
|
@@ -5752,14 +5310,12 @@ class VIEW3D_PT_overlay_edit_curve(_bpy_types.Panel):
|
|
|
5752
5310
|
"""
|
|
5753
5311
|
|
|
5754
5312
|
:return: The RNA type or default when not found.
|
|
5755
|
-
:rtype: bpy.types.Struct
|
|
5756
5313
|
"""
|
|
5757
5314
|
|
|
5758
5315
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5759
5316
|
"""
|
|
5760
5317
|
|
|
5761
5318
|
:return: The class or default when not found.
|
|
5762
|
-
:rtype: typing.Any
|
|
5763
5319
|
"""
|
|
5764
5320
|
|
|
5765
5321
|
def draw(self, context) -> None:
|
|
@@ -5786,14 +5342,12 @@ class VIEW3D_PT_overlay_edit_curves(_bpy_types.Panel):
|
|
|
5786
5342
|
"""
|
|
5787
5343
|
|
|
5788
5344
|
:return: The RNA type or default when not found.
|
|
5789
|
-
:rtype: bpy.types.Struct
|
|
5790
5345
|
"""
|
|
5791
5346
|
|
|
5792
5347
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5793
5348
|
"""
|
|
5794
5349
|
|
|
5795
5350
|
:return: The class or default when not found.
|
|
5796
|
-
:rtype: typing.Any
|
|
5797
5351
|
"""
|
|
5798
5352
|
|
|
5799
5353
|
def draw(self, context) -> None:
|
|
@@ -5821,14 +5375,12 @@ class VIEW3D_PT_overlay_edit_mesh(_bpy_types.Panel):
|
|
|
5821
5375
|
"""
|
|
5822
5376
|
|
|
5823
5377
|
:return: The RNA type or default when not found.
|
|
5824
|
-
:rtype: bpy.types.Struct
|
|
5825
5378
|
"""
|
|
5826
5379
|
|
|
5827
5380
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5828
5381
|
"""
|
|
5829
5382
|
|
|
5830
5383
|
:return: The class or default when not found.
|
|
5831
|
-
:rtype: typing.Any
|
|
5832
5384
|
"""
|
|
5833
5385
|
|
|
5834
5386
|
def draw(self, context) -> None:
|
|
@@ -5856,14 +5408,12 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(_bpy_types.Panel):
|
|
|
5856
5408
|
"""
|
|
5857
5409
|
|
|
5858
5410
|
:return: The RNA type or default when not found.
|
|
5859
|
-
:rtype: bpy.types.Struct
|
|
5860
5411
|
"""
|
|
5861
5412
|
|
|
5862
5413
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5863
5414
|
"""
|
|
5864
5415
|
|
|
5865
5416
|
:return: The class or default when not found.
|
|
5866
|
-
:rtype: typing.Any
|
|
5867
5417
|
"""
|
|
5868
5418
|
|
|
5869
5419
|
def draw(self, context) -> None:
|
|
@@ -5891,14 +5441,12 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(_bpy_types.Panel):
|
|
|
5891
5441
|
"""
|
|
5892
5442
|
|
|
5893
5443
|
:return: The RNA type or default when not found.
|
|
5894
|
-
:rtype: bpy.types.Struct
|
|
5895
5444
|
"""
|
|
5896
5445
|
|
|
5897
5446
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5898
5447
|
"""
|
|
5899
5448
|
|
|
5900
5449
|
:return: The class or default when not found.
|
|
5901
|
-
:rtype: typing.Any
|
|
5902
5450
|
"""
|
|
5903
5451
|
|
|
5904
5452
|
def draw(self, context) -> None:
|
|
@@ -5926,14 +5474,12 @@ class VIEW3D_PT_overlay_edit_mesh_normals(_bpy_types.Panel):
|
|
|
5926
5474
|
"""
|
|
5927
5475
|
|
|
5928
5476
|
:return: The RNA type or default when not found.
|
|
5929
|
-
:rtype: bpy.types.Struct
|
|
5930
5477
|
"""
|
|
5931
5478
|
|
|
5932
5479
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5933
5480
|
"""
|
|
5934
5481
|
|
|
5935
5482
|
:return: The class or default when not found.
|
|
5936
|
-
:rtype: typing.Any
|
|
5937
5483
|
"""
|
|
5938
5484
|
|
|
5939
5485
|
def draw(self, context) -> None:
|
|
@@ -5961,14 +5507,12 @@ class VIEW3D_PT_overlay_edit_mesh_shading(_bpy_types.Panel):
|
|
|
5961
5507
|
"""
|
|
5962
5508
|
|
|
5963
5509
|
:return: The RNA type or default when not found.
|
|
5964
|
-
:rtype: bpy.types.Struct
|
|
5965
5510
|
"""
|
|
5966
5511
|
|
|
5967
5512
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5968
5513
|
"""
|
|
5969
5514
|
|
|
5970
5515
|
:return: The class or default when not found.
|
|
5971
|
-
:rtype: typing.Any
|
|
5972
5516
|
"""
|
|
5973
5517
|
|
|
5974
5518
|
def draw(self, context) -> None:
|
|
@@ -5996,14 +5540,12 @@ class VIEW3D_PT_overlay_geometry(_bpy_types.Panel):
|
|
|
5996
5540
|
"""
|
|
5997
5541
|
|
|
5998
5542
|
:return: The RNA type or default when not found.
|
|
5999
|
-
:rtype: bpy.types.Struct
|
|
6000
5543
|
"""
|
|
6001
5544
|
|
|
6002
5545
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6003
5546
|
"""
|
|
6004
5547
|
|
|
6005
5548
|
:return: The class or default when not found.
|
|
6006
|
-
:rtype: typing.Any
|
|
6007
5549
|
"""
|
|
6008
5550
|
|
|
6009
5551
|
def draw(self, context) -> None:
|
|
@@ -6025,14 +5567,12 @@ class VIEW3D_PT_overlay_grease_pencil_canvas_options(_bpy_types.Panel):
|
|
|
6025
5567
|
"""
|
|
6026
5568
|
|
|
6027
5569
|
:return: The RNA type or default when not found.
|
|
6028
|
-
:rtype: bpy.types.Struct
|
|
6029
5570
|
"""
|
|
6030
5571
|
|
|
6031
5572
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6032
5573
|
"""
|
|
6033
5574
|
|
|
6034
5575
|
:return: The class or default when not found.
|
|
6035
|
-
:rtype: typing.Any
|
|
6036
5576
|
"""
|
|
6037
5577
|
|
|
6038
5578
|
def draw(self, context) -> None:
|
|
@@ -6060,14 +5600,12 @@ class VIEW3D_PT_overlay_grease_pencil_options(_bpy_types.Panel):
|
|
|
6060
5600
|
"""
|
|
6061
5601
|
|
|
6062
5602
|
:return: The RNA type or default when not found.
|
|
6063
|
-
:rtype: bpy.types.Struct
|
|
6064
5603
|
"""
|
|
6065
5604
|
|
|
6066
5605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6067
5606
|
"""
|
|
6068
5607
|
|
|
6069
5608
|
:return: The class or default when not found.
|
|
6070
|
-
:rtype: typing.Any
|
|
6071
5609
|
"""
|
|
6072
5610
|
|
|
6073
5611
|
def draw(self, context) -> None:
|
|
@@ -6095,14 +5633,12 @@ class VIEW3D_PT_overlay_guides(_bpy_types.Panel):
|
|
|
6095
5633
|
"""
|
|
6096
5634
|
|
|
6097
5635
|
:return: The RNA type or default when not found.
|
|
6098
|
-
:rtype: bpy.types.Struct
|
|
6099
5636
|
"""
|
|
6100
5637
|
|
|
6101
5638
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6102
5639
|
"""
|
|
6103
5640
|
|
|
6104
5641
|
:return: The class or default when not found.
|
|
6105
|
-
:rtype: typing.Any
|
|
6106
5642
|
"""
|
|
6107
5643
|
|
|
6108
5644
|
def draw(self, context) -> None:
|
|
@@ -6123,14 +5659,12 @@ class VIEW3D_PT_overlay_motion_tracking(_bpy_types.Panel):
|
|
|
6123
5659
|
"""
|
|
6124
5660
|
|
|
6125
5661
|
:return: The RNA type or default when not found.
|
|
6126
|
-
:rtype: bpy.types.Struct
|
|
6127
5662
|
"""
|
|
6128
5663
|
|
|
6129
5664
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6130
5665
|
"""
|
|
6131
5666
|
|
|
6132
5667
|
:return: The class or default when not found.
|
|
6133
|
-
:rtype: typing.Any
|
|
6134
5668
|
"""
|
|
6135
5669
|
|
|
6136
5670
|
def draw(self, context) -> None:
|
|
@@ -6157,14 +5691,12 @@ class VIEW3D_PT_overlay_object(_bpy_types.Panel):
|
|
|
6157
5691
|
"""
|
|
6158
5692
|
|
|
6159
5693
|
:return: The RNA type or default when not found.
|
|
6160
|
-
:rtype: bpy.types.Struct
|
|
6161
5694
|
"""
|
|
6162
5695
|
|
|
6163
5696
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6164
5697
|
"""
|
|
6165
5698
|
|
|
6166
5699
|
:return: The class or default when not found.
|
|
6167
|
-
:rtype: typing.Any
|
|
6168
5700
|
"""
|
|
6169
5701
|
|
|
6170
5702
|
def draw(self, context) -> None:
|
|
@@ -6185,14 +5717,12 @@ class VIEW3D_PT_overlay_sculpt(_bpy_types.Panel):
|
|
|
6185
5717
|
"""
|
|
6186
5718
|
|
|
6187
5719
|
:return: The RNA type or default when not found.
|
|
6188
|
-
:rtype: bpy.types.Struct
|
|
6189
5720
|
"""
|
|
6190
5721
|
|
|
6191
5722
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6192
5723
|
"""
|
|
6193
5724
|
|
|
6194
5725
|
:return: The class or default when not found.
|
|
6195
|
-
:rtype: typing.Any
|
|
6196
5726
|
"""
|
|
6197
5727
|
|
|
6198
5728
|
def draw(self, context) -> None:
|
|
@@ -6220,14 +5750,12 @@ class VIEW3D_PT_overlay_sculpt_curves(_bpy_types.Panel):
|
|
|
6220
5750
|
"""
|
|
6221
5751
|
|
|
6222
5752
|
:return: The RNA type or default when not found.
|
|
6223
|
-
:rtype: bpy.types.Struct
|
|
6224
5753
|
"""
|
|
6225
5754
|
|
|
6226
5755
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6227
5756
|
"""
|
|
6228
5757
|
|
|
6229
5758
|
:return: The class or default when not found.
|
|
6230
|
-
:rtype: typing.Any
|
|
6231
5759
|
"""
|
|
6232
5760
|
|
|
6233
5761
|
def draw(self, context) -> None:
|
|
@@ -6243,6 +5771,32 @@ class VIEW3D_PT_overlay_sculpt_curves(_bpy_types.Panel):
|
|
|
6243
5771
|
:param context:
|
|
6244
5772
|
"""
|
|
6245
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
|
+
|
|
6246
5800
|
class VIEW3D_PT_overlay_texture_paint(_bpy_types.Panel):
|
|
6247
5801
|
bl_label: typing.Any
|
|
6248
5802
|
bl_region_type: typing.Any
|
|
@@ -6254,14 +5808,12 @@ class VIEW3D_PT_overlay_texture_paint(_bpy_types.Panel):
|
|
|
6254
5808
|
"""
|
|
6255
5809
|
|
|
6256
5810
|
:return: The RNA type or default when not found.
|
|
6257
|
-
:rtype: bpy.types.Struct
|
|
6258
5811
|
"""
|
|
6259
5812
|
|
|
6260
5813
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6261
5814
|
"""
|
|
6262
5815
|
|
|
6263
5816
|
:return: The class or default when not found.
|
|
6264
|
-
:rtype: typing.Any
|
|
6265
5817
|
"""
|
|
6266
5818
|
|
|
6267
5819
|
def draw(self, context) -> None:
|
|
@@ -6288,14 +5840,12 @@ class VIEW3D_PT_overlay_vertex_paint(_bpy_types.Panel):
|
|
|
6288
5840
|
"""
|
|
6289
5841
|
|
|
6290
5842
|
:return: The RNA type or default when not found.
|
|
6291
|
-
:rtype: bpy.types.Struct
|
|
6292
5843
|
"""
|
|
6293
5844
|
|
|
6294
5845
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6295
5846
|
"""
|
|
6296
5847
|
|
|
6297
5848
|
:return: The class or default when not found.
|
|
6298
|
-
:rtype: typing.Any
|
|
6299
5849
|
"""
|
|
6300
5850
|
|
|
6301
5851
|
def draw(self, context) -> None:
|
|
@@ -6323,14 +5873,12 @@ class VIEW3D_PT_overlay_viewer_node(_bpy_types.Panel):
|
|
|
6323
5873
|
"""
|
|
6324
5874
|
|
|
6325
5875
|
:return: The RNA type or default when not found.
|
|
6326
|
-
:rtype: bpy.types.Struct
|
|
6327
5876
|
"""
|
|
6328
5877
|
|
|
6329
5878
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6330
5879
|
"""
|
|
6331
5880
|
|
|
6332
5881
|
:return: The class or default when not found.
|
|
6333
|
-
:rtype: typing.Any
|
|
6334
5882
|
"""
|
|
6335
5883
|
|
|
6336
5884
|
def draw(self, context) -> None:
|
|
@@ -6351,14 +5899,12 @@ class VIEW3D_PT_overlay_weight_paint(_bpy_types.Panel):
|
|
|
6351
5899
|
"""
|
|
6352
5900
|
|
|
6353
5901
|
:return: The RNA type or default when not found.
|
|
6354
|
-
:rtype: bpy.types.Struct
|
|
6355
5902
|
"""
|
|
6356
5903
|
|
|
6357
5904
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6358
5905
|
"""
|
|
6359
5906
|
|
|
6360
5907
|
:return: The class or default when not found.
|
|
6361
|
-
:rtype: typing.Any
|
|
6362
5908
|
"""
|
|
6363
5909
|
|
|
6364
5910
|
def draw(self, context) -> None:
|
|
@@ -6385,14 +5931,12 @@ class VIEW3D_PT_paint_texture_context_menu(_bpy_types.Panel):
|
|
|
6385
5931
|
"""
|
|
6386
5932
|
|
|
6387
5933
|
:return: The RNA type or default when not found.
|
|
6388
|
-
:rtype: bpy.types.Struct
|
|
6389
5934
|
"""
|
|
6390
5935
|
|
|
6391
5936
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6392
5937
|
"""
|
|
6393
5938
|
|
|
6394
5939
|
:return: The class or default when not found.
|
|
6395
|
-
:rtype: typing.Any
|
|
6396
5940
|
"""
|
|
6397
5941
|
|
|
6398
5942
|
def draw(self, context) -> None:
|
|
@@ -6412,14 +5956,12 @@ class VIEW3D_PT_paint_vertex_context_menu(_bpy_types.Panel):
|
|
|
6412
5956
|
"""
|
|
6413
5957
|
|
|
6414
5958
|
:return: The RNA type or default when not found.
|
|
6415
|
-
:rtype: bpy.types.Struct
|
|
6416
5959
|
"""
|
|
6417
5960
|
|
|
6418
5961
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6419
5962
|
"""
|
|
6420
5963
|
|
|
6421
5964
|
:return: The class or default when not found.
|
|
6422
|
-
:rtype: typing.Any
|
|
6423
5965
|
"""
|
|
6424
5966
|
|
|
6425
5967
|
def draw(self, context) -> None:
|
|
@@ -6439,14 +5981,12 @@ class VIEW3D_PT_paint_weight_context_menu(_bpy_types.Panel):
|
|
|
6439
5981
|
"""
|
|
6440
5982
|
|
|
6441
5983
|
:return: The RNA type or default when not found.
|
|
6442
|
-
:rtype: bpy.types.Struct
|
|
6443
5984
|
"""
|
|
6444
5985
|
|
|
6445
5986
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6446
5987
|
"""
|
|
6447
5988
|
|
|
6448
5989
|
:return: The class or default when not found.
|
|
6449
|
-
:rtype: typing.Any
|
|
6450
5990
|
"""
|
|
6451
5991
|
|
|
6452
5992
|
def draw(self, context) -> None:
|
|
@@ -6467,14 +6007,12 @@ class VIEW3D_PT_proportional_edit(_bpy_types.Panel):
|
|
|
6467
6007
|
"""
|
|
6468
6008
|
|
|
6469
6009
|
:return: The RNA type or default when not found.
|
|
6470
|
-
:rtype: bpy.types.Struct
|
|
6471
6010
|
"""
|
|
6472
6011
|
|
|
6473
6012
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6474
6013
|
"""
|
|
6475
6014
|
|
|
6476
6015
|
:return: The class or default when not found.
|
|
6477
|
-
:rtype: typing.Any
|
|
6478
6016
|
"""
|
|
6479
6017
|
|
|
6480
6018
|
def draw(self, context) -> None:
|
|
@@ -6496,14 +6034,12 @@ class VIEW3D_PT_quad_view(_bpy_types.Panel):
|
|
|
6496
6034
|
"""
|
|
6497
6035
|
|
|
6498
6036
|
:return: The RNA type or default when not found.
|
|
6499
|
-
:rtype: bpy.types.Struct
|
|
6500
6037
|
"""
|
|
6501
6038
|
|
|
6502
6039
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6503
6040
|
"""
|
|
6504
6041
|
|
|
6505
6042
|
:return: The class or default when not found.
|
|
6506
|
-
:rtype: typing.Any
|
|
6507
6043
|
"""
|
|
6508
6044
|
|
|
6509
6045
|
def draw(self, context) -> None:
|
|
@@ -6531,14 +6067,12 @@ class VIEW3D_PT_sculpt_automasking(_bpy_types.Panel):
|
|
|
6531
6067
|
"""
|
|
6532
6068
|
|
|
6533
6069
|
:return: The RNA type or default when not found.
|
|
6534
|
-
:rtype: bpy.types.Struct
|
|
6535
6070
|
"""
|
|
6536
6071
|
|
|
6537
6072
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6538
6073
|
"""
|
|
6539
6074
|
|
|
6540
6075
|
:return: The class or default when not found.
|
|
6541
|
-
:rtype: typing.Any
|
|
6542
6076
|
"""
|
|
6543
6077
|
|
|
6544
6078
|
def draw(self, context) -> None:
|
|
@@ -6558,14 +6092,12 @@ class VIEW3D_PT_sculpt_context_menu(_bpy_types.Panel):
|
|
|
6558
6092
|
"""
|
|
6559
6093
|
|
|
6560
6094
|
:return: The RNA type or default when not found.
|
|
6561
|
-
:rtype: bpy.types.Struct
|
|
6562
6095
|
"""
|
|
6563
6096
|
|
|
6564
6097
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6565
6098
|
"""
|
|
6566
6099
|
|
|
6567
6100
|
:return: The class or default when not found.
|
|
6568
|
-
:rtype: typing.Any
|
|
6569
6101
|
"""
|
|
6570
6102
|
|
|
6571
6103
|
def draw(self, context) -> None:
|
|
@@ -6585,14 +6117,12 @@ class VIEW3D_PT_sculpt_snapping(_bpy_types.Panel):
|
|
|
6585
6117
|
"""
|
|
6586
6118
|
|
|
6587
6119
|
:return: The RNA type or default when not found.
|
|
6588
|
-
:rtype: bpy.types.Struct
|
|
6589
6120
|
"""
|
|
6590
6121
|
|
|
6591
6122
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6592
6123
|
"""
|
|
6593
6124
|
|
|
6594
6125
|
:return: The class or default when not found.
|
|
6595
|
-
:rtype: typing.Any
|
|
6596
6126
|
"""
|
|
6597
6127
|
|
|
6598
6128
|
def draw(self, context) -> None:
|
|
@@ -6613,14 +6143,12 @@ class VIEW3D_PT_shading(_bpy_types.Panel):
|
|
|
6613
6143
|
"""
|
|
6614
6144
|
|
|
6615
6145
|
:return: The RNA type or default when not found.
|
|
6616
|
-
:rtype: bpy.types.Struct
|
|
6617
6146
|
"""
|
|
6618
6147
|
|
|
6619
6148
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6620
6149
|
"""
|
|
6621
6150
|
|
|
6622
6151
|
:return: The class or default when not found.
|
|
6623
|
-
:rtype: typing.Any
|
|
6624
6152
|
"""
|
|
6625
6153
|
|
|
6626
6154
|
def draw(self, _context) -> None:
|
|
@@ -6648,14 +6176,12 @@ class VIEW3D_PT_shading_cavity(_bpy_types.Panel):
|
|
|
6648
6176
|
"""
|
|
6649
6177
|
|
|
6650
6178
|
:return: The RNA type or default when not found.
|
|
6651
|
-
:rtype: bpy.types.Struct
|
|
6652
6179
|
"""
|
|
6653
6180
|
|
|
6654
6181
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6655
6182
|
"""
|
|
6656
6183
|
|
|
6657
6184
|
:return: The class or default when not found.
|
|
6658
|
-
:rtype: typing.Any
|
|
6659
6185
|
"""
|
|
6660
6186
|
|
|
6661
6187
|
def draw(self, context) -> None:
|
|
@@ -6689,14 +6215,12 @@ class VIEW3D_PT_shading_color(_bpy_types.Panel):
|
|
|
6689
6215
|
"""
|
|
6690
6216
|
|
|
6691
6217
|
:return: The RNA type or default when not found.
|
|
6692
|
-
:rtype: bpy.types.Struct
|
|
6693
6218
|
"""
|
|
6694
6219
|
|
|
6695
6220
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6696
6221
|
"""
|
|
6697
6222
|
|
|
6698
6223
|
:return: The class or default when not found.
|
|
6699
|
-
:rtype: typing.Any
|
|
6700
6224
|
"""
|
|
6701
6225
|
|
|
6702
6226
|
def draw(self, context) -> None:
|
|
@@ -6718,14 +6242,12 @@ class VIEW3D_PT_shading_compositor(_bpy_types.Panel):
|
|
|
6718
6242
|
"""
|
|
6719
6243
|
|
|
6720
6244
|
:return: The RNA type or default when not found.
|
|
6721
|
-
:rtype: bpy.types.Struct
|
|
6722
6245
|
"""
|
|
6723
6246
|
|
|
6724
6247
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6725
6248
|
"""
|
|
6726
6249
|
|
|
6727
6250
|
:return: The class or default when not found.
|
|
6728
|
-
:rtype: typing.Any
|
|
6729
6251
|
"""
|
|
6730
6252
|
|
|
6731
6253
|
def draw(self, context) -> None:
|
|
@@ -6753,14 +6275,12 @@ class VIEW3D_PT_shading_lighting(_bpy_types.Panel):
|
|
|
6753
6275
|
"""
|
|
6754
6276
|
|
|
6755
6277
|
:return: The RNA type or default when not found.
|
|
6756
|
-
:rtype: bpy.types.Struct
|
|
6757
6278
|
"""
|
|
6758
6279
|
|
|
6759
6280
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6760
6281
|
"""
|
|
6761
6282
|
|
|
6762
6283
|
:return: The class or default when not found.
|
|
6763
|
-
:rtype: typing.Any
|
|
6764
6284
|
"""
|
|
6765
6285
|
|
|
6766
6286
|
def draw(self, context) -> None:
|
|
@@ -6788,14 +6308,12 @@ class VIEW3D_PT_shading_options(_bpy_types.Panel):
|
|
|
6788
6308
|
"""
|
|
6789
6309
|
|
|
6790
6310
|
:return: The RNA type or default when not found.
|
|
6791
|
-
:rtype: bpy.types.Struct
|
|
6792
6311
|
"""
|
|
6793
6312
|
|
|
6794
6313
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6795
6314
|
"""
|
|
6796
6315
|
|
|
6797
6316
|
:return: The class or default when not found.
|
|
6798
|
-
:rtype: typing.Any
|
|
6799
6317
|
"""
|
|
6800
6318
|
|
|
6801
6319
|
def draw(self, context) -> None:
|
|
@@ -6823,14 +6341,12 @@ class VIEW3D_PT_shading_options_shadow(_bpy_types.Panel):
|
|
|
6823
6341
|
"""
|
|
6824
6342
|
|
|
6825
6343
|
:return: The RNA type or default when not found.
|
|
6826
|
-
:rtype: bpy.types.Struct
|
|
6827
6344
|
"""
|
|
6828
6345
|
|
|
6829
6346
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6830
6347
|
"""
|
|
6831
6348
|
|
|
6832
6349
|
:return: The class or default when not found.
|
|
6833
|
-
:rtype: typing.Any
|
|
6834
6350
|
"""
|
|
6835
6351
|
|
|
6836
6352
|
def draw(self, context) -> None:
|
|
@@ -6850,14 +6366,12 @@ class VIEW3D_PT_shading_options_ssao(_bpy_types.Panel):
|
|
|
6850
6366
|
"""
|
|
6851
6367
|
|
|
6852
6368
|
:return: The RNA type or default when not found.
|
|
6853
|
-
:rtype: bpy.types.Struct
|
|
6854
6369
|
"""
|
|
6855
6370
|
|
|
6856
6371
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6857
6372
|
"""
|
|
6858
6373
|
|
|
6859
6374
|
:return: The class or default when not found.
|
|
6860
|
-
:rtype: typing.Any
|
|
6861
6375
|
"""
|
|
6862
6376
|
|
|
6863
6377
|
def draw(self, context) -> None:
|
|
@@ -6879,14 +6393,12 @@ class VIEW3D_PT_shading_render_pass(_bpy_types.Panel):
|
|
|
6879
6393
|
"""
|
|
6880
6394
|
|
|
6881
6395
|
:return: The RNA type or default when not found.
|
|
6882
|
-
:rtype: bpy.types.Struct
|
|
6883
6396
|
"""
|
|
6884
6397
|
|
|
6885
6398
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6886
6399
|
"""
|
|
6887
6400
|
|
|
6888
6401
|
:return: The class or default when not found.
|
|
6889
|
-
:rtype: typing.Any
|
|
6890
6402
|
"""
|
|
6891
6403
|
|
|
6892
6404
|
def draw(self, context) -> None:
|
|
@@ -6913,14 +6425,12 @@ class VIEW3D_PT_snapping(_bpy_types.Panel):
|
|
|
6913
6425
|
"""
|
|
6914
6426
|
|
|
6915
6427
|
:return: The RNA type or default when not found.
|
|
6916
|
-
:rtype: bpy.types.Struct
|
|
6917
6428
|
"""
|
|
6918
6429
|
|
|
6919
6430
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6920
6431
|
"""
|
|
6921
6432
|
|
|
6922
6433
|
:return: The class or default when not found.
|
|
6923
|
-
:rtype: typing.Any
|
|
6924
6434
|
"""
|
|
6925
6435
|
|
|
6926
6436
|
def draw(self, context) -> None:
|
|
@@ -6941,14 +6451,12 @@ class VIEW3D_PT_transform_orientations(_bpy_types.Panel):
|
|
|
6941
6451
|
"""
|
|
6942
6452
|
|
|
6943
6453
|
:return: The RNA type or default when not found.
|
|
6944
|
-
:rtype: bpy.types.Struct
|
|
6945
6454
|
"""
|
|
6946
6455
|
|
|
6947
6456
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6948
6457
|
"""
|
|
6949
6458
|
|
|
6950
6459
|
:return: The class or default when not found.
|
|
6951
|
-
:rtype: typing.Any
|
|
6952
6460
|
"""
|
|
6953
6461
|
|
|
6954
6462
|
def draw(self, context) -> None:
|
|
@@ -6969,14 +6477,12 @@ class VIEW3D_PT_view3d_cursor(_bpy_types.Panel):
|
|
|
6969
6477
|
"""
|
|
6970
6478
|
|
|
6971
6479
|
:return: The RNA type or default when not found.
|
|
6972
|
-
:rtype: bpy.types.Struct
|
|
6973
6480
|
"""
|
|
6974
6481
|
|
|
6975
6482
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6976
6483
|
"""
|
|
6977
6484
|
|
|
6978
6485
|
:return: The class or default when not found.
|
|
6979
|
-
:rtype: typing.Any
|
|
6980
6486
|
"""
|
|
6981
6487
|
|
|
6982
6488
|
def draw(self, context) -> None:
|
|
@@ -6998,14 +6504,12 @@ class VIEW3D_PT_view3d_lock(_bpy_types.Panel):
|
|
|
6998
6504
|
"""
|
|
6999
6505
|
|
|
7000
6506
|
:return: The RNA type or default when not found.
|
|
7001
|
-
:rtype: bpy.types.Struct
|
|
7002
6507
|
"""
|
|
7003
6508
|
|
|
7004
6509
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7005
6510
|
"""
|
|
7006
6511
|
|
|
7007
6512
|
:return: The class or default when not found.
|
|
7008
|
-
:rtype: typing.Any
|
|
7009
6513
|
"""
|
|
7010
6514
|
|
|
7011
6515
|
def draw(self, context) -> None:
|
|
@@ -7026,14 +6530,12 @@ class VIEW3D_PT_view3d_properties(_bpy_types.Panel):
|
|
|
7026
6530
|
"""
|
|
7027
6531
|
|
|
7028
6532
|
:return: The RNA type or default when not found.
|
|
7029
|
-
:rtype: bpy.types.Struct
|
|
7030
6533
|
"""
|
|
7031
6534
|
|
|
7032
6535
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7033
6536
|
"""
|
|
7034
6537
|
|
|
7035
6538
|
:return: The class or default when not found.
|
|
7036
|
-
:rtype: typing.Any
|
|
7037
6539
|
"""
|
|
7038
6540
|
|
|
7039
6541
|
def draw(self, context) -> None:
|
|
@@ -7055,14 +6557,12 @@ class VIEW3D_PT_view3d_stereo(_bpy_types.Panel):
|
|
|
7055
6557
|
"""
|
|
7056
6558
|
|
|
7057
6559
|
:return: The RNA type or default when not found.
|
|
7058
|
-
:rtype: bpy.types.Struct
|
|
7059
6560
|
"""
|
|
7060
6561
|
|
|
7061
6562
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7062
6563
|
"""
|
|
7063
6564
|
|
|
7064
6565
|
:return: The class or default when not found.
|
|
7065
|
-
:rtype: typing.Any
|
|
7066
6566
|
"""
|
|
7067
6567
|
|
|
7068
6568
|
def draw(self, context) -> None:
|
|
@@ -7090,14 +6590,12 @@ class VIEW3D_PT_viewport_debug(_bpy_types.Panel):
|
|
|
7090
6590
|
"""
|
|
7091
6591
|
|
|
7092
6592
|
:return: The RNA type or default when not found.
|
|
7093
|
-
:rtype: bpy.types.Struct
|
|
7094
6593
|
"""
|
|
7095
6594
|
|
|
7096
6595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7097
6596
|
"""
|
|
7098
6597
|
|
|
7099
6598
|
:return: The class or default when not found.
|
|
7100
|
-
:rtype: typing.Any
|
|
7101
6599
|
"""
|
|
7102
6600
|
|
|
7103
6601
|
def draw(self, context) -> None:
|
|
@@ -7115,10 +6613,10 @@ class VIEW3D_PT_viewport_debug(_bpy_types.Panel):
|
|
|
7115
6613
|
|
|
7116
6614
|
class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
|
|
7117
6615
|
bl_activate_operator: typing.Any
|
|
7118
|
-
bl_default_preview_size: typing.Any
|
|
7119
6616
|
bl_options: typing.Any
|
|
7120
6617
|
bl_space_type: typing.Any
|
|
7121
6618
|
brush_type_prop: typing.Any
|
|
6619
|
+
filter_brush: typing.Any
|
|
7122
6620
|
mode_prop: typing.Any
|
|
7123
6621
|
|
|
7124
6622
|
class _draw_tool_settings_context_mode:
|
|
@@ -7222,14 +6720,12 @@ class VIEW3D_MT_bone_options_disable(_bpy_types.Menu, BoneOptions):
|
|
|
7222
6720
|
"""
|
|
7223
6721
|
|
|
7224
6722
|
:return: The RNA type or default when not found.
|
|
7225
|
-
:rtype: bpy.types.Struct
|
|
7226
6723
|
"""
|
|
7227
6724
|
|
|
7228
6725
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7229
6726
|
"""
|
|
7230
6727
|
|
|
7231
6728
|
:return: The class or default when not found.
|
|
7232
|
-
:rtype: typing.Any
|
|
7233
6729
|
"""
|
|
7234
6730
|
|
|
7235
6731
|
class VIEW3D_MT_bone_options_enable(_bpy_types.Menu, BoneOptions):
|
|
@@ -7242,14 +6738,12 @@ class VIEW3D_MT_bone_options_enable(_bpy_types.Menu, BoneOptions):
|
|
|
7242
6738
|
"""
|
|
7243
6739
|
|
|
7244
6740
|
:return: The RNA type or default when not found.
|
|
7245
|
-
:rtype: bpy.types.Struct
|
|
7246
6741
|
"""
|
|
7247
6742
|
|
|
7248
6743
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7249
6744
|
"""
|
|
7250
6745
|
|
|
7251
6746
|
:return: The class or default when not found.
|
|
7252
|
-
:rtype: typing.Any
|
|
7253
6747
|
"""
|
|
7254
6748
|
|
|
7255
6749
|
class VIEW3D_MT_bone_options_toggle(_bpy_types.Menu, BoneOptions):
|
|
@@ -7262,14 +6756,12 @@ class VIEW3D_MT_bone_options_toggle(_bpy_types.Menu, BoneOptions):
|
|
|
7262
6756
|
"""
|
|
7263
6757
|
|
|
7264
6758
|
:return: The RNA type or default when not found.
|
|
7265
|
-
:rtype: bpy.types.Struct
|
|
7266
6759
|
"""
|
|
7267
6760
|
|
|
7268
6761
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
7269
6762
|
"""
|
|
7270
6763
|
|
|
7271
6764
|
:return: The class or default when not found.
|
|
7272
|
-
:rtype: typing.Any
|
|
7273
6765
|
"""
|
|
7274
6766
|
|
|
7275
6767
|
def draw_curve(self_, _context) -> None: ...
|