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
|
@@ -47,14 +47,12 @@ class TEXTURE_UL_texpaintslots(_bpy_types.UIList):
|
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
49
|
:return: The RNA type or default when not found.
|
|
50
|
-
:rtype: bpy.types.Struct
|
|
51
50
|
"""
|
|
52
51
|
|
|
53
52
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
54
53
|
"""
|
|
55
54
|
|
|
56
55
|
:return: The class or default when not found.
|
|
57
|
-
:rtype: typing.Any
|
|
58
56
|
"""
|
|
59
57
|
|
|
60
58
|
def draw_item(
|
|
@@ -89,14 +87,12 @@ class VIEW3D_MT_brush_context_menu(_bpy_types.Menu):
|
|
|
89
87
|
"""
|
|
90
88
|
|
|
91
89
|
:return: The RNA type or default when not found.
|
|
92
|
-
:rtype: bpy.types.Struct
|
|
93
90
|
"""
|
|
94
91
|
|
|
95
92
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
96
93
|
"""
|
|
97
94
|
|
|
98
95
|
:return: The class or default when not found.
|
|
99
|
-
:rtype: typing.Any
|
|
100
96
|
"""
|
|
101
97
|
|
|
102
98
|
def draw(self, context) -> None:
|
|
@@ -114,14 +110,12 @@ class VIEW3D_MT_tools_projectpaint_stencil(_bpy_types.Menu):
|
|
|
114
110
|
"""
|
|
115
111
|
|
|
116
112
|
:return: The RNA type or default when not found.
|
|
117
|
-
:rtype: bpy.types.Struct
|
|
118
113
|
"""
|
|
119
114
|
|
|
120
115
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
121
116
|
"""
|
|
122
117
|
|
|
123
118
|
:return: The class or default when not found.
|
|
124
|
-
:rtype: typing.Any
|
|
125
119
|
"""
|
|
126
120
|
|
|
127
121
|
def draw(self, context) -> None:
|
|
@@ -139,14 +133,12 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(_bpy_types.Menu):
|
|
|
139
133
|
"""
|
|
140
134
|
|
|
141
135
|
:return: The RNA type or default when not found.
|
|
142
|
-
:rtype: bpy.types.Struct
|
|
143
136
|
"""
|
|
144
137
|
|
|
145
138
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
146
139
|
"""
|
|
147
140
|
|
|
148
141
|
:return: The class or default when not found.
|
|
149
|
-
:rtype: typing.Any
|
|
150
142
|
"""
|
|
151
143
|
|
|
152
144
|
def draw(self, context) -> None:
|
|
@@ -171,14 +163,12 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
171
163
|
"""
|
|
172
164
|
|
|
173
165
|
:return: The RNA type or default when not found.
|
|
174
|
-
:rtype: bpy.types.Struct
|
|
175
166
|
"""
|
|
176
167
|
|
|
177
168
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
178
169
|
"""
|
|
179
170
|
|
|
180
171
|
:return: The class or default when not found.
|
|
181
|
-
:rtype: typing.Any
|
|
182
172
|
"""
|
|
183
173
|
|
|
184
174
|
class VIEW3D_PT_gpencil_brush_presets(_bpy_types.Panel, bl_ui.utils.PresetPanel):
|
|
@@ -197,14 +187,12 @@ class VIEW3D_PT_gpencil_brush_presets(_bpy_types.Panel, bl_ui.utils.PresetPanel)
|
|
|
197
187
|
"""
|
|
198
188
|
|
|
199
189
|
:return: The RNA type or default when not found.
|
|
200
|
-
:rtype: bpy.types.Struct
|
|
201
190
|
"""
|
|
202
191
|
|
|
203
192
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
204
193
|
"""
|
|
205
194
|
|
|
206
195
|
:return: The class or default when not found.
|
|
207
|
-
:rtype: typing.Any
|
|
208
196
|
"""
|
|
209
197
|
|
|
210
198
|
class VIEW3D_PT_mask(_bpy_types.Panel):
|
|
@@ -219,14 +207,12 @@ class VIEW3D_PT_mask(_bpy_types.Panel):
|
|
|
219
207
|
"""
|
|
220
208
|
|
|
221
209
|
:return: The RNA type or default when not found.
|
|
222
|
-
:rtype: bpy.types.Struct
|
|
223
210
|
"""
|
|
224
211
|
|
|
225
212
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
226
213
|
"""
|
|
227
214
|
|
|
228
215
|
:return: The class or default when not found.
|
|
229
|
-
:rtype: typing.Any
|
|
230
216
|
"""
|
|
231
217
|
|
|
232
218
|
def draw(self, context) -> None:
|
|
@@ -247,14 +233,12 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
247
233
|
"""
|
|
248
234
|
|
|
249
235
|
:return: The RNA type or default when not found.
|
|
250
|
-
:rtype: bpy.types.Struct
|
|
251
236
|
"""
|
|
252
237
|
|
|
253
238
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
254
239
|
"""
|
|
255
240
|
|
|
256
241
|
:return: The class or default when not found.
|
|
257
|
-
:rtype: typing.Any
|
|
258
242
|
"""
|
|
259
243
|
|
|
260
244
|
class VIEW3D_PT_slots_color_attributes(_bpy_types.Panel):
|
|
@@ -269,14 +253,12 @@ class VIEW3D_PT_slots_color_attributes(_bpy_types.Panel):
|
|
|
269
253
|
"""
|
|
270
254
|
|
|
271
255
|
:return: The RNA type or default when not found.
|
|
272
|
-
:rtype: bpy.types.Struct
|
|
273
256
|
"""
|
|
274
257
|
|
|
275
258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
276
259
|
"""
|
|
277
260
|
|
|
278
261
|
:return: The class or default when not found.
|
|
279
|
-
:rtype: typing.Any
|
|
280
262
|
"""
|
|
281
263
|
|
|
282
264
|
def draw(self, context) -> None:
|
|
@@ -306,14 +288,12 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
306
288
|
"""
|
|
307
289
|
|
|
308
290
|
:return: The RNA type or default when not found.
|
|
309
|
-
:rtype: bpy.types.Struct
|
|
310
291
|
"""
|
|
311
292
|
|
|
312
293
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
313
294
|
"""
|
|
314
295
|
|
|
315
296
|
:return: The class or default when not found.
|
|
316
|
-
:rtype: typing.Any
|
|
317
297
|
"""
|
|
318
298
|
|
|
319
299
|
def draw_header(self, context) -> None:
|
|
@@ -356,14 +336,12 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
356
336
|
"""
|
|
357
337
|
|
|
358
338
|
:return: The RNA type or default when not found.
|
|
359
|
-
:rtype: bpy.types.Struct
|
|
360
339
|
"""
|
|
361
340
|
|
|
362
341
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
363
342
|
"""
|
|
364
343
|
|
|
365
344
|
:return: The class or default when not found.
|
|
366
|
-
:rtype: typing.Any
|
|
367
345
|
"""
|
|
368
346
|
|
|
369
347
|
def draw_header(self, context) -> None:
|
|
@@ -404,14 +382,12 @@ class VIEW3D_PT_slots_vertex_groups(_bpy_types.Panel):
|
|
|
404
382
|
"""
|
|
405
383
|
|
|
406
384
|
:return: The RNA type or default when not found.
|
|
407
|
-
:rtype: bpy.types.Struct
|
|
408
385
|
"""
|
|
409
386
|
|
|
410
387
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
411
388
|
"""
|
|
412
389
|
|
|
413
390
|
:return: The class or default when not found.
|
|
414
|
-
:rtype: typing.Any
|
|
415
391
|
"""
|
|
416
392
|
|
|
417
393
|
def draw(self, context) -> None:
|
|
@@ -440,14 +416,12 @@ class VIEW3D_PT_stencil_projectpaint(_bpy_types.Panel):
|
|
|
440
416
|
"""
|
|
441
417
|
|
|
442
418
|
:return: The RNA type or default when not found.
|
|
443
|
-
:rtype: bpy.types.Struct
|
|
444
419
|
"""
|
|
445
420
|
|
|
446
421
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
447
422
|
"""
|
|
448
423
|
|
|
449
424
|
:return: The class or default when not found.
|
|
450
|
-
:rtype: typing.Any
|
|
451
425
|
"""
|
|
452
426
|
|
|
453
427
|
def draw(self, context) -> None:
|
|
@@ -482,14 +456,12 @@ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, _bpy_types.Panel):
|
|
|
482
456
|
"""
|
|
483
457
|
|
|
484
458
|
:return: The RNA type or default when not found.
|
|
485
|
-
:rtype: bpy.types.Struct
|
|
486
459
|
"""
|
|
487
460
|
|
|
488
461
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
489
462
|
"""
|
|
490
463
|
|
|
491
464
|
:return: The class or default when not found.
|
|
492
|
-
:rtype: typing.Any
|
|
493
465
|
"""
|
|
494
466
|
|
|
495
467
|
def draw(self, context) -> None:
|
|
@@ -515,14 +487,12 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
515
487
|
"""
|
|
516
488
|
|
|
517
489
|
:return: The RNA type or default when not found.
|
|
518
|
-
:rtype: bpy.types.Struct
|
|
519
490
|
"""
|
|
520
491
|
|
|
521
492
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
522
493
|
"""
|
|
523
494
|
|
|
524
495
|
:return: The class or default when not found.
|
|
525
|
-
:rtype: typing.Any
|
|
526
496
|
"""
|
|
527
497
|
|
|
528
498
|
class VIEW3D_PT_tools_brush_display(
|
|
@@ -543,14 +513,12 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
543
513
|
"""
|
|
544
514
|
|
|
545
515
|
:return: The RNA type or default when not found.
|
|
546
|
-
:rtype: bpy.types.Struct
|
|
547
516
|
"""
|
|
548
517
|
|
|
549
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
550
519
|
"""
|
|
551
520
|
|
|
552
521
|
:return: The class or default when not found.
|
|
553
|
-
:rtype: typing.Any
|
|
554
522
|
"""
|
|
555
523
|
|
|
556
524
|
class VIEW3D_PT_tools_brush_falloff(
|
|
@@ -570,14 +538,12 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
570
538
|
"""
|
|
571
539
|
|
|
572
540
|
:return: The RNA type or default when not found.
|
|
573
|
-
:rtype: bpy.types.Struct
|
|
574
541
|
"""
|
|
575
542
|
|
|
576
543
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
577
544
|
"""
|
|
578
545
|
|
|
579
546
|
:return: The class or default when not found.
|
|
580
|
-
:rtype: typing.Any
|
|
581
547
|
"""
|
|
582
548
|
|
|
583
549
|
class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, _bpy_types.Panel):
|
|
@@ -595,14 +561,12 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, _bpy_types.Panel
|
|
|
595
561
|
"""
|
|
596
562
|
|
|
597
563
|
:return: The RNA type or default when not found.
|
|
598
|
-
:rtype: bpy.types.Struct
|
|
599
564
|
"""
|
|
600
565
|
|
|
601
566
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
602
567
|
"""
|
|
603
568
|
|
|
604
569
|
:return: The class or default when not found.
|
|
605
|
-
:rtype: typing.Any
|
|
606
570
|
"""
|
|
607
571
|
|
|
608
572
|
def draw(self, context) -> None:
|
|
@@ -639,14 +603,12 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, _bpy_types.Panel):
|
|
|
639
603
|
"""
|
|
640
604
|
|
|
641
605
|
:return: The RNA type or default when not found.
|
|
642
|
-
:rtype: bpy.types.Struct
|
|
643
606
|
"""
|
|
644
607
|
|
|
645
608
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
646
609
|
"""
|
|
647
610
|
|
|
648
611
|
:return: The class or default when not found.
|
|
649
|
-
:rtype: typing.Any
|
|
650
612
|
"""
|
|
651
613
|
|
|
652
614
|
def draw(self, context) -> None:
|
|
@@ -685,14 +647,12 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
685
647
|
"""
|
|
686
648
|
|
|
687
649
|
:return: The RNA type or default when not found.
|
|
688
|
-
:rtype: bpy.types.Struct
|
|
689
650
|
"""
|
|
690
651
|
|
|
691
652
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
692
653
|
"""
|
|
693
654
|
|
|
694
655
|
:return: The class or default when not found.
|
|
695
|
-
:rtype: typing.Any
|
|
696
656
|
"""
|
|
697
657
|
|
|
698
658
|
class VIEW3D_PT_tools_brush_stroke(
|
|
@@ -713,14 +673,12 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
713
673
|
"""
|
|
714
674
|
|
|
715
675
|
:return: The RNA type or default when not found.
|
|
716
|
-
:rtype: bpy.types.Struct
|
|
717
676
|
"""
|
|
718
677
|
|
|
719
678
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
720
679
|
"""
|
|
721
680
|
|
|
722
681
|
:return: The class or default when not found.
|
|
723
|
-
:rtype: typing.Any
|
|
724
682
|
"""
|
|
725
683
|
|
|
726
684
|
class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
@@ -740,14 +698,12 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
740
698
|
"""
|
|
741
699
|
|
|
742
700
|
:return: The RNA type or default when not found.
|
|
743
|
-
:rtype: bpy.types.Struct
|
|
744
701
|
"""
|
|
745
702
|
|
|
746
703
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
747
704
|
"""
|
|
748
705
|
|
|
749
706
|
:return: The class or default when not found.
|
|
750
|
-
:rtype: typing.Any
|
|
751
707
|
"""
|
|
752
708
|
|
|
753
709
|
class VIEW3D_PT_tools_brush_swatches(
|
|
@@ -767,14 +723,12 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
767
723
|
"""
|
|
768
724
|
|
|
769
725
|
:return: The RNA type or default when not found.
|
|
770
|
-
:rtype: bpy.types.Struct
|
|
771
726
|
"""
|
|
772
727
|
|
|
773
728
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
774
729
|
"""
|
|
775
730
|
|
|
776
731
|
:return: The class or default when not found.
|
|
777
|
-
:rtype: typing.Any
|
|
778
732
|
"""
|
|
779
733
|
|
|
780
734
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, _bpy_types.Panel):
|
|
@@ -790,14 +744,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, _bpy_types.P
|
|
|
790
744
|
"""
|
|
791
745
|
|
|
792
746
|
:return: The RNA type or default when not found.
|
|
793
|
-
:rtype: bpy.types.Struct
|
|
794
747
|
"""
|
|
795
748
|
|
|
796
749
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
797
750
|
"""
|
|
798
751
|
|
|
799
752
|
:return: The class or default when not found.
|
|
800
|
-
:rtype: typing.Any
|
|
801
753
|
"""
|
|
802
754
|
|
|
803
755
|
def draw(self, context) -> None:
|
|
@@ -827,14 +779,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, _bpy_types
|
|
|
827
779
|
"""
|
|
828
780
|
|
|
829
781
|
:return: The RNA type or default when not found.
|
|
830
|
-
:rtype: bpy.types.Struct
|
|
831
782
|
"""
|
|
832
783
|
|
|
833
784
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
834
785
|
"""
|
|
835
786
|
|
|
836
787
|
:return: The class or default when not found.
|
|
837
|
-
:rtype: typing.Any
|
|
838
788
|
"""
|
|
839
789
|
|
|
840
790
|
def draw(self, context) -> None:
|
|
@@ -871,14 +821,12 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
871
821
|
"""
|
|
872
822
|
|
|
873
823
|
:return: The RNA type or default when not found.
|
|
874
|
-
:rtype: bpy.types.Struct
|
|
875
824
|
"""
|
|
876
825
|
|
|
877
826
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
878
827
|
"""
|
|
879
828
|
|
|
880
829
|
:return: The class or default when not found.
|
|
881
|
-
:rtype: typing.Any
|
|
882
830
|
"""
|
|
883
831
|
|
|
884
832
|
@classmethod
|
|
@@ -904,14 +852,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, _bpy_types.Pa
|
|
|
904
852
|
"""
|
|
905
853
|
|
|
906
854
|
:return: The RNA type or default when not found.
|
|
907
|
-
:rtype: bpy.types.Struct
|
|
908
855
|
"""
|
|
909
856
|
|
|
910
857
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
911
858
|
"""
|
|
912
859
|
|
|
913
860
|
:return: The class or default when not found.
|
|
914
|
-
:rtype: typing.Any
|
|
915
861
|
"""
|
|
916
862
|
|
|
917
863
|
def draw(self, context) -> None:
|
|
@@ -941,14 +887,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, _bpy_types.Pane
|
|
|
941
887
|
"""
|
|
942
888
|
|
|
943
889
|
:return: The RNA type or default when not found.
|
|
944
|
-
:rtype: bpy.types.Struct
|
|
945
890
|
"""
|
|
946
891
|
|
|
947
892
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
948
893
|
"""
|
|
949
894
|
|
|
950
895
|
:return: The class or default when not found.
|
|
951
|
-
:rtype: typing.Any
|
|
952
896
|
"""
|
|
953
897
|
|
|
954
898
|
def draw(self, context) -> None:
|
|
@@ -982,14 +926,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(
|
|
|
982
926
|
"""
|
|
983
927
|
|
|
984
928
|
:return: The RNA type or default when not found.
|
|
985
|
-
:rtype: bpy.types.Struct
|
|
986
929
|
"""
|
|
987
930
|
|
|
988
931
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
989
932
|
"""
|
|
990
933
|
|
|
991
934
|
:return: The class or default when not found.
|
|
992
|
-
:rtype: typing.Any
|
|
993
935
|
"""
|
|
994
936
|
|
|
995
937
|
def draw(self, context) -> None:
|
|
@@ -1019,14 +961,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, _bpy_types
|
|
|
1019
961
|
"""
|
|
1020
962
|
|
|
1021
963
|
:return: The RNA type or default when not found.
|
|
1022
|
-
:rtype: bpy.types.Struct
|
|
1023
964
|
"""
|
|
1024
965
|
|
|
1025
966
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1026
967
|
"""
|
|
1027
968
|
|
|
1028
969
|
:return: The class or default when not found.
|
|
1029
|
-
:rtype: typing.Any
|
|
1030
970
|
"""
|
|
1031
971
|
|
|
1032
972
|
def draw(self, context) -> None:
|
|
@@ -1056,14 +996,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, _bpy_types
|
|
|
1056
996
|
"""
|
|
1057
997
|
|
|
1058
998
|
:return: The RNA type or default when not found.
|
|
1059
|
-
:rtype: bpy.types.Struct
|
|
1060
999
|
"""
|
|
1061
1000
|
|
|
1062
1001
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1063
1002
|
"""
|
|
1064
1003
|
|
|
1065
1004
|
:return: The class or default when not found.
|
|
1066
|
-
:rtype: typing.Any
|
|
1067
1005
|
"""
|
|
1068
1006
|
|
|
1069
1007
|
def draw(self, context) -> None:
|
|
@@ -1092,14 +1030,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, _bpy_types.Pa
|
|
|
1092
1030
|
"""
|
|
1093
1031
|
|
|
1094
1032
|
:return: The RNA type or default when not found.
|
|
1095
|
-
:rtype: bpy.types.Struct
|
|
1096
1033
|
"""
|
|
1097
1034
|
|
|
1098
1035
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1099
1036
|
"""
|
|
1100
1037
|
|
|
1101
1038
|
:return: The class or default when not found.
|
|
1102
|
-
:rtype: typing.Any
|
|
1103
1039
|
"""
|
|
1104
1040
|
|
|
1105
1041
|
def draw(self, context) -> None:
|
|
@@ -1132,14 +1068,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
|
1132
1068
|
"""
|
|
1133
1069
|
|
|
1134
1070
|
:return: The RNA type or default when not found.
|
|
1135
|
-
:rtype: bpy.types.Struct
|
|
1136
1071
|
"""
|
|
1137
1072
|
|
|
1138
1073
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1139
1074
|
"""
|
|
1140
1075
|
|
|
1141
1076
|
:return: The class or default when not found.
|
|
1142
|
-
:rtype: typing.Any
|
|
1143
1077
|
"""
|
|
1144
1078
|
|
|
1145
1079
|
def draw(self, context) -> None:
|
|
@@ -1176,14 +1110,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, _bpy_types.Pane
|
|
|
1176
1110
|
"""
|
|
1177
1111
|
|
|
1178
1112
|
:return: The RNA type or default when not found.
|
|
1179
|
-
:rtype: bpy.types.Struct
|
|
1180
1113
|
"""
|
|
1181
1114
|
|
|
1182
1115
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1183
1116
|
"""
|
|
1184
1117
|
|
|
1185
1118
|
:return: The class or default when not found.
|
|
1186
|
-
:rtype: typing.Any
|
|
1187
1119
|
"""
|
|
1188
1120
|
|
|
1189
1121
|
def draw(self, context) -> None:
|
|
@@ -1223,14 +1155,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
1223
1155
|
"""
|
|
1224
1156
|
|
|
1225
1157
|
:return: The RNA type or default when not found.
|
|
1226
|
-
:rtype: bpy.types.Struct
|
|
1227
1158
|
"""
|
|
1228
1159
|
|
|
1229
1160
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1230
1161
|
"""
|
|
1231
1162
|
|
|
1232
1163
|
:return: The class or default when not found.
|
|
1233
|
-
:rtype: typing.Any
|
|
1234
1164
|
"""
|
|
1235
1165
|
|
|
1236
1166
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
@@ -1251,14 +1181,12 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
1251
1181
|
"""
|
|
1252
1182
|
|
|
1253
1183
|
:return: The RNA type or default when not found.
|
|
1254
|
-
:rtype: bpy.types.Struct
|
|
1255
1184
|
"""
|
|
1256
1185
|
|
|
1257
1186
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1258
1187
|
"""
|
|
1259
1188
|
|
|
1260
1189
|
:return: The class or default when not found.
|
|
1261
|
-
:rtype: typing.Any
|
|
1262
1190
|
"""
|
|
1263
1191
|
|
|
1264
1192
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
@@ -1279,14 +1207,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
1279
1207
|
"""
|
|
1280
1208
|
|
|
1281
1209
|
:return: The RNA type or default when not found.
|
|
1282
|
-
:rtype: bpy.types.Struct
|
|
1283
1210
|
"""
|
|
1284
1211
|
|
|
1285
1212
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1286
1213
|
"""
|
|
1287
1214
|
|
|
1288
1215
|
:return: The class or default when not found.
|
|
1289
|
-
:rtype: typing.Any
|
|
1290
1216
|
"""
|
|
1291
1217
|
|
|
1292
1218
|
class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, _bpy_types.Panel):
|
|
@@ -1303,14 +1229,12 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, _bpy_types.Panel):
|
|
|
1303
1229
|
"""
|
|
1304
1230
|
|
|
1305
1231
|
:return: The RNA type or default when not found.
|
|
1306
|
-
:rtype: bpy.types.Struct
|
|
1307
1232
|
"""
|
|
1308
1233
|
|
|
1309
1234
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1310
1235
|
"""
|
|
1311
1236
|
|
|
1312
1237
|
:return: The class or default when not found.
|
|
1313
|
-
:rtype: typing.Any
|
|
1314
1238
|
"""
|
|
1315
1239
|
|
|
1316
1240
|
def draw(self, context) -> None:
|
|
@@ -1339,14 +1263,12 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(_bpy_types.Panel):
|
|
|
1339
1263
|
"""
|
|
1340
1264
|
|
|
1341
1265
|
:return: The RNA type or default when not found.
|
|
1342
|
-
:rtype: bpy.types.Struct
|
|
1343
1266
|
"""
|
|
1344
1267
|
|
|
1345
1268
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1346
1269
|
"""
|
|
1347
1270
|
|
|
1348
1271
|
:return: The class or default when not found.
|
|
1349
|
-
:rtype: typing.Any
|
|
1350
1272
|
"""
|
|
1351
1273
|
|
|
1352
1274
|
def draw(self, context) -> None:
|
|
@@ -1372,20 +1294,19 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
1372
1294
|
bl_region_type: typing.Any
|
|
1373
1295
|
bl_rna: typing.Any
|
|
1374
1296
|
bl_space_type: typing.Any
|
|
1297
|
+
bl_ui_units_x: typing.Any
|
|
1375
1298
|
id_data: typing.Any
|
|
1376
1299
|
|
|
1377
1300
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1378
1301
|
"""
|
|
1379
1302
|
|
|
1380
1303
|
:return: The RNA type or default when not found.
|
|
1381
|
-
:rtype: bpy.types.Struct
|
|
1382
1304
|
"""
|
|
1383
1305
|
|
|
1384
1306
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1385
1307
|
"""
|
|
1386
1308
|
|
|
1387
1309
|
:return: The class or default when not found.
|
|
1388
|
-
:rtype: typing.Any
|
|
1389
1310
|
"""
|
|
1390
1311
|
|
|
1391
1312
|
def draw(self, context) -> None:
|
|
@@ -1416,14 +1337,12 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, _bpy_types.Panel):
|
|
|
1416
1337
|
"""
|
|
1417
1338
|
|
|
1418
1339
|
:return: The RNA type or default when not found.
|
|
1419
|
-
:rtype: bpy.types.Struct
|
|
1420
1340
|
"""
|
|
1421
1341
|
|
|
1422
1342
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1423
1343
|
"""
|
|
1424
1344
|
|
|
1425
1345
|
:return: The class or default when not found.
|
|
1426
|
-
:rtype: typing.Any
|
|
1427
1346
|
"""
|
|
1428
1347
|
|
|
1429
1348
|
def draw(self, _context) -> None:
|
|
@@ -1446,14 +1365,12 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, _bpy_types.Panel):
|
|
|
1446
1365
|
"""
|
|
1447
1366
|
|
|
1448
1367
|
:return: The RNA type or default when not found.
|
|
1449
|
-
:rtype: bpy.types.Struct
|
|
1450
1368
|
"""
|
|
1451
1369
|
|
|
1452
1370
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1453
1371
|
"""
|
|
1454
1372
|
|
|
1455
1373
|
:return: The class or default when not found.
|
|
1456
|
-
:rtype: typing.Any
|
|
1457
1374
|
"""
|
|
1458
1375
|
|
|
1459
1376
|
def draw(self, context) -> None:
|
|
@@ -1483,14 +1400,12 @@ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, _bpy_types.Panel):
|
|
|
1483
1400
|
"""
|
|
1484
1401
|
|
|
1485
1402
|
:return: The RNA type or default when not found.
|
|
1486
|
-
:rtype: bpy.types.Struct
|
|
1487
1403
|
"""
|
|
1488
1404
|
|
|
1489
1405
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1490
1406
|
"""
|
|
1491
1407
|
|
|
1492
1408
|
:return: The class or default when not found.
|
|
1493
|
-
:rtype: typing.Any
|
|
1494
1409
|
"""
|
|
1495
1410
|
|
|
1496
1411
|
def draw(self, context) -> None:
|
|
@@ -1512,14 +1427,12 @@ class VIEW3D_PT_tools_object_options(View3DPanel, _bpy_types.Panel):
|
|
|
1512
1427
|
"""
|
|
1513
1428
|
|
|
1514
1429
|
:return: The RNA type or default when not found.
|
|
1515
|
-
:rtype: bpy.types.Struct
|
|
1516
1430
|
"""
|
|
1517
1431
|
|
|
1518
1432
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1519
1433
|
"""
|
|
1520
1434
|
|
|
1521
1435
|
:return: The class or default when not found.
|
|
1522
|
-
:rtype: typing.Any
|
|
1523
1436
|
"""
|
|
1524
1437
|
|
|
1525
1438
|
def draw(self, context) -> None:
|
|
@@ -1542,14 +1455,12 @@ class VIEW3D_PT_tools_object_options_transform(View3DPanel, _bpy_types.Panel):
|
|
|
1542
1455
|
"""
|
|
1543
1456
|
|
|
1544
1457
|
:return: The RNA type or default when not found.
|
|
1545
|
-
:rtype: bpy.types.Struct
|
|
1546
1458
|
"""
|
|
1547
1459
|
|
|
1548
1460
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1549
1461
|
"""
|
|
1550
1462
|
|
|
1551
1463
|
:return: The class or default when not found.
|
|
1552
|
-
:rtype: typing.Any
|
|
1553
1464
|
"""
|
|
1554
1465
|
|
|
1555
1466
|
def draw(self, context) -> None:
|
|
@@ -1574,14 +1485,12 @@ class VIEW3D_PT_tools_particlemode_options(View3DPanel, _bpy_types.Panel):
|
|
|
1574
1485
|
"""
|
|
1575
1486
|
|
|
1576
1487
|
:return: The RNA type or default when not found.
|
|
1577
|
-
:rtype: bpy.types.Struct
|
|
1578
1488
|
"""
|
|
1579
1489
|
|
|
1580
1490
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1581
1491
|
"""
|
|
1582
1492
|
|
|
1583
1493
|
:return: The class or default when not found.
|
|
1584
|
-
:rtype: typing.Any
|
|
1585
1494
|
"""
|
|
1586
1495
|
|
|
1587
1496
|
def draw(self, context) -> None:
|
|
@@ -1605,14 +1514,12 @@ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, _bpy_types.Panel
|
|
|
1605
1514
|
"""
|
|
1606
1515
|
|
|
1607
1516
|
:return: The RNA type or default when not found.
|
|
1608
|
-
:rtype: bpy.types.Struct
|
|
1609
1517
|
"""
|
|
1610
1518
|
|
|
1611
1519
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1612
1520
|
"""
|
|
1613
1521
|
|
|
1614
1522
|
:return: The class or default when not found.
|
|
1615
|
-
:rtype: typing.Any
|
|
1616
1523
|
"""
|
|
1617
1524
|
|
|
1618
1525
|
def draw(self, context) -> None:
|
|
@@ -1637,14 +1544,12 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, _bpy_types.Pane
|
|
|
1637
1544
|
"""
|
|
1638
1545
|
|
|
1639
1546
|
:return: The RNA type or default when not found.
|
|
1640
|
-
:rtype: bpy.types.Struct
|
|
1641
1547
|
"""
|
|
1642
1548
|
|
|
1643
1549
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1644
1550
|
"""
|
|
1645
1551
|
|
|
1646
1552
|
:return: The class or default when not found.
|
|
1647
|
-
:rtype: typing.Any
|
|
1648
1553
|
"""
|
|
1649
1554
|
|
|
1650
1555
|
def draw(self, context) -> None:
|
|
@@ -1666,14 +1571,12 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, _bpy_types.Panel):
|
|
|
1666
1571
|
"""
|
|
1667
1572
|
|
|
1668
1573
|
:return: The RNA type or default when not found.
|
|
1669
|
-
:rtype: bpy.types.Struct
|
|
1670
1574
|
"""
|
|
1671
1575
|
|
|
1672
1576
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1673
1577
|
"""
|
|
1674
1578
|
|
|
1675
1579
|
:return: The class or default when not found.
|
|
1676
|
-
:rtype: typing.Any
|
|
1677
1580
|
"""
|
|
1678
1581
|
|
|
1679
1582
|
def draw(self, context) -> None:
|
|
@@ -1693,14 +1596,12 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
1693
1596
|
"""
|
|
1694
1597
|
|
|
1695
1598
|
:return: The RNA type or default when not found.
|
|
1696
|
-
:rtype: bpy.types.Struct
|
|
1697
1599
|
"""
|
|
1698
1600
|
|
|
1699
1601
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1700
1602
|
"""
|
|
1701
1603
|
|
|
1702
1604
|
:return: The class or default when not found.
|
|
1703
|
-
:rtype: typing.Any
|
|
1704
1605
|
"""
|
|
1705
1606
|
|
|
1706
1607
|
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(_bpy_types.Panel):
|
|
@@ -1714,14 +1615,12 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
1714
1615
|
"""
|
|
1715
1616
|
|
|
1716
1617
|
:return: The RNA type or default when not found.
|
|
1717
|
-
:rtype: bpy.types.Struct
|
|
1718
1618
|
"""
|
|
1719
1619
|
|
|
1720
1620
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1721
1621
|
"""
|
|
1722
1622
|
|
|
1723
1623
|
:return: The class or default when not found.
|
|
1724
|
-
:rtype: typing.Any
|
|
1725
1624
|
"""
|
|
1726
1625
|
|
|
1727
1626
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
@@ -1740,14 +1639,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
|
1740
1639
|
"""
|
|
1741
1640
|
|
|
1742
1641
|
:return: The RNA type or default when not found.
|
|
1743
|
-
:rtype: bpy.types.Struct
|
|
1744
1642
|
"""
|
|
1745
1643
|
|
|
1746
1644
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1747
1645
|
"""
|
|
1748
1646
|
|
|
1749
1647
|
:return: The class or default when not found.
|
|
1750
|
-
:rtype: typing.Any
|
|
1751
1648
|
"""
|
|
1752
1649
|
|
|
1753
1650
|
def draw(self, context) -> None:
|
|
@@ -1777,14 +1674,12 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
|
1777
1674
|
"""
|
|
1778
1675
|
|
|
1779
1676
|
:return: The RNA type or default when not found.
|
|
1780
|
-
:rtype: bpy.types.Struct
|
|
1781
1677
|
"""
|
|
1782
1678
|
|
|
1783
1679
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1784
1680
|
"""
|
|
1785
1681
|
|
|
1786
1682
|
:return: The class or default when not found.
|
|
1787
|
-
:rtype: typing.Any
|
|
1788
1683
|
"""
|
|
1789
1684
|
|
|
1790
1685
|
def draw(self, context) -> None:
|
|
@@ -1809,14 +1704,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
1809
1704
|
"""
|
|
1810
1705
|
|
|
1811
1706
|
:return: The RNA type or default when not found.
|
|
1812
|
-
:rtype: bpy.types.Struct
|
|
1813
1707
|
"""
|
|
1814
1708
|
|
|
1815
1709
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1816
1710
|
"""
|
|
1817
1711
|
|
|
1818
1712
|
:return: The class or default when not found.
|
|
1819
|
-
:rtype: typing.Any
|
|
1820
1713
|
"""
|
|
1821
1714
|
|
|
1822
1715
|
def draw(self, context) -> None:
|
|
@@ -1840,14 +1733,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
1840
1733
|
"""
|
|
1841
1734
|
|
|
1842
1735
|
:return: The RNA type or default when not found.
|
|
1843
|
-
:rtype: bpy.types.Struct
|
|
1844
1736
|
"""
|
|
1845
1737
|
|
|
1846
1738
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1847
1739
|
"""
|
|
1848
1740
|
|
|
1849
1741
|
:return: The class or default when not found.
|
|
1850
|
-
:rtype: typing.Any
|
|
1851
1742
|
"""
|
|
1852
1743
|
|
|
1853
1744
|
def draw(self, context) -> None:
|
|
@@ -1870,14 +1761,12 @@ class VIEW3D_PT_curves_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
1870
1761
|
"""
|
|
1871
1762
|
|
|
1872
1763
|
:return: The RNA type or default when not found.
|
|
1873
|
-
:rtype: bpy.types.Struct
|
|
1874
1764
|
"""
|
|
1875
1765
|
|
|
1876
1766
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1877
1767
|
"""
|
|
1878
1768
|
|
|
1879
1769
|
:return: The class or default when not found.
|
|
1880
|
-
:rtype: typing.Any
|
|
1881
1770
|
"""
|
|
1882
1771
|
|
|
1883
1772
|
def draw(self, context) -> None:
|
|
@@ -1927,14 +1816,12 @@ class VIEW3D_PT_sculpt_dyntopo(_bpy_types.Panel, View3DPaintPanel):
|
|
|
1927
1816
|
"""
|
|
1928
1817
|
|
|
1929
1818
|
:return: The RNA type or default when not found.
|
|
1930
|
-
:rtype: bpy.types.Struct
|
|
1931
1819
|
"""
|
|
1932
1820
|
|
|
1933
1821
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1934
1822
|
"""
|
|
1935
1823
|
|
|
1936
1824
|
:return: The class or default when not found.
|
|
1937
|
-
:rtype: typing.Any
|
|
1938
1825
|
"""
|
|
1939
1826
|
|
|
1940
1827
|
def draw(self, context) -> None:
|
|
@@ -1971,14 +1858,12 @@ class VIEW3D_PT_sculpt_options(_bpy_types.Panel, View3DPaintPanel):
|
|
|
1971
1858
|
"""
|
|
1972
1859
|
|
|
1973
1860
|
:return: The RNA type or default when not found.
|
|
1974
|
-
:rtype: bpy.types.Struct
|
|
1975
1861
|
"""
|
|
1976
1862
|
|
|
1977
1863
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1978
1864
|
"""
|
|
1979
1865
|
|
|
1980
1866
|
:return: The class or default when not found.
|
|
1981
|
-
:rtype: typing.Any
|
|
1982
1867
|
"""
|
|
1983
1868
|
|
|
1984
1869
|
def draw(self, context) -> None:
|
|
@@ -2008,14 +1893,12 @@ class VIEW3D_PT_sculpt_options_gravity(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2008
1893
|
"""
|
|
2009
1894
|
|
|
2010
1895
|
:return: The RNA type or default when not found.
|
|
2011
|
-
:rtype: bpy.types.Struct
|
|
2012
1896
|
"""
|
|
2013
1897
|
|
|
2014
1898
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2015
1899
|
"""
|
|
2016
1900
|
|
|
2017
1901
|
:return: The class or default when not found.
|
|
2018
|
-
:rtype: typing.Any
|
|
2019
1902
|
"""
|
|
2020
1903
|
|
|
2021
1904
|
def draw(self, context) -> None:
|
|
@@ -2045,14 +1928,12 @@ class VIEW3D_PT_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2045
1928
|
"""
|
|
2046
1929
|
|
|
2047
1930
|
:return: The RNA type or default when not found.
|
|
2048
|
-
:rtype: bpy.types.Struct
|
|
2049
1931
|
"""
|
|
2050
1932
|
|
|
2051
1933
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2052
1934
|
"""
|
|
2053
1935
|
|
|
2054
1936
|
:return: The class or default when not found.
|
|
2055
|
-
:rtype: typing.Any
|
|
2056
1937
|
"""
|
|
2057
1938
|
|
|
2058
1939
|
def draw(self, context) -> None:
|
|
@@ -2083,14 +1964,12 @@ class VIEW3D_PT_sculpt_voxel_remesh(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2083
1964
|
"""
|
|
2084
1965
|
|
|
2085
1966
|
:return: The RNA type or default when not found.
|
|
2086
|
-
:rtype: bpy.types.Struct
|
|
2087
1967
|
"""
|
|
2088
1968
|
|
|
2089
1969
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2090
1970
|
"""
|
|
2091
1971
|
|
|
2092
1972
|
:return: The class or default when not found.
|
|
2093
|
-
:rtype: typing.Any
|
|
2094
1973
|
"""
|
|
2095
1974
|
|
|
2096
1975
|
def draw(self, context) -> None:
|
|
@@ -2120,14 +1999,12 @@ class VIEW3D_PT_tools_brush_color(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2120
1999
|
"""
|
|
2121
2000
|
|
|
2122
2001
|
:return: The RNA type or default when not found.
|
|
2123
|
-
:rtype: bpy.types.Struct
|
|
2124
2002
|
"""
|
|
2125
2003
|
|
|
2126
2004
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2127
2005
|
"""
|
|
2128
2006
|
|
|
2129
2007
|
:return: The class or default when not found.
|
|
2130
|
-
:rtype: typing.Any
|
|
2131
2008
|
"""
|
|
2132
2009
|
|
|
2133
2010
|
def draw(self, context) -> None:
|
|
@@ -2152,20 +2029,19 @@ class VIEW3D_PT_tools_brush_texture(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2152
2029
|
bl_region_type: typing.Any
|
|
2153
2030
|
bl_rna: typing.Any
|
|
2154
2031
|
bl_space_type: typing.Any
|
|
2032
|
+
bl_ui_units_x: typing.Any
|
|
2155
2033
|
id_data: typing.Any
|
|
2156
2034
|
|
|
2157
2035
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2158
2036
|
"""
|
|
2159
2037
|
|
|
2160
2038
|
:return: The RNA type or default when not found.
|
|
2161
|
-
:rtype: bpy.types.Struct
|
|
2162
2039
|
"""
|
|
2163
2040
|
|
|
2164
2041
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2165
2042
|
"""
|
|
2166
2043
|
|
|
2167
2044
|
:return: The class or default when not found.
|
|
2168
|
-
:rtype: typing.Any
|
|
2169
2045
|
"""
|
|
2170
2046
|
|
|
2171
2047
|
def draw(self, context) -> None:
|
|
@@ -2199,14 +2075,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
2199
2075
|
"""
|
|
2200
2076
|
|
|
2201
2077
|
:return: The RNA type or default when not found.
|
|
2202
|
-
:rtype: bpy.types.Struct
|
|
2203
2078
|
"""
|
|
2204
2079
|
|
|
2205
2080
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2206
2081
|
"""
|
|
2207
2082
|
|
|
2208
2083
|
:return: The class or default when not found.
|
|
2209
|
-
:rtype: typing.Any
|
|
2210
2084
|
"""
|
|
2211
2085
|
|
|
2212
2086
|
@classmethod
|
|
@@ -2235,14 +2109,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
2235
2109
|
"""
|
|
2236
2110
|
|
|
2237
2111
|
:return: The RNA type or default when not found.
|
|
2238
|
-
:rtype: bpy.types.Struct
|
|
2239
2112
|
"""
|
|
2240
2113
|
|
|
2241
2114
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2242
2115
|
"""
|
|
2243
2116
|
|
|
2244
2117
|
:return: The class or default when not found.
|
|
2245
|
-
:rtype: typing.Any
|
|
2246
2118
|
"""
|
|
2247
2119
|
|
|
2248
2120
|
@classmethod
|
|
@@ -2267,14 +2139,12 @@ class VIEW3D_PT_tools_imagepaint_options_external(_bpy_types.Panel, View3DPaintP
|
|
|
2267
2139
|
"""
|
|
2268
2140
|
|
|
2269
2141
|
:return: The RNA type or default when not found.
|
|
2270
|
-
:rtype: bpy.types.Struct
|
|
2271
2142
|
"""
|
|
2272
2143
|
|
|
2273
2144
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2274
2145
|
"""
|
|
2275
2146
|
|
|
2276
2147
|
:return: The class or default when not found.
|
|
2277
|
-
:rtype: typing.Any
|
|
2278
2148
|
"""
|
|
2279
2149
|
|
|
2280
2150
|
def draw(self, context) -> None:
|
|
@@ -2297,14 +2167,12 @@ class VIEW3D_PT_tools_imagepaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2297
2167
|
"""
|
|
2298
2168
|
|
|
2299
2169
|
:return: The RNA type or default when not found.
|
|
2300
|
-
:rtype: bpy.types.Struct
|
|
2301
2170
|
"""
|
|
2302
2171
|
|
|
2303
2172
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2304
2173
|
"""
|
|
2305
2174
|
|
|
2306
2175
|
:return: The class or default when not found.
|
|
2307
|
-
:rtype: typing.Any
|
|
2308
2176
|
"""
|
|
2309
2177
|
|
|
2310
2178
|
def draw(self, context) -> None:
|
|
@@ -2324,7 +2192,6 @@ class VIEW3D_PT_tools_particlemode(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2324
2192
|
bl_category: typing.Any
|
|
2325
2193
|
bl_context: typing.Any
|
|
2326
2194
|
bl_label: typing.Any
|
|
2327
|
-
bl_options: typing.Any
|
|
2328
2195
|
bl_region_type: typing.Any
|
|
2329
2196
|
bl_rna: typing.Any
|
|
2330
2197
|
bl_space_type: typing.Any
|
|
@@ -2334,14 +2201,12 @@ class VIEW3D_PT_tools_particlemode(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2334
2201
|
"""
|
|
2335
2202
|
|
|
2336
2203
|
:return: The RNA type or default when not found.
|
|
2337
|
-
:rtype: bpy.types.Struct
|
|
2338
2204
|
"""
|
|
2339
2205
|
|
|
2340
2206
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2341
2207
|
"""
|
|
2342
2208
|
|
|
2343
2209
|
:return: The class or default when not found.
|
|
2344
|
-
:rtype: typing.Any
|
|
2345
2210
|
"""
|
|
2346
2211
|
|
|
2347
2212
|
def draw(self, context) -> None:
|
|
@@ -2371,14 +2236,12 @@ class VIEW3D_PT_tools_vertexpaint_options(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2371
2236
|
"""
|
|
2372
2237
|
|
|
2373
2238
|
:return: The RNA type or default when not found.
|
|
2374
|
-
:rtype: bpy.types.Struct
|
|
2375
2239
|
"""
|
|
2376
2240
|
|
|
2377
2241
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2378
2242
|
"""
|
|
2379
2243
|
|
|
2380
2244
|
:return: The class or default when not found.
|
|
2381
|
-
:rtype: typing.Any
|
|
2382
2245
|
"""
|
|
2383
2246
|
|
|
2384
2247
|
def draw(self, _context) -> None:
|
|
@@ -2408,14 +2271,12 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2408
2271
|
"""
|
|
2409
2272
|
|
|
2410
2273
|
:return: The RNA type or default when not found.
|
|
2411
|
-
:rtype: bpy.types.Struct
|
|
2412
2274
|
"""
|
|
2413
2275
|
|
|
2414
2276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2415
2277
|
"""
|
|
2416
2278
|
|
|
2417
2279
|
:return: The class or default when not found.
|
|
2418
|
-
:rtype: typing.Any
|
|
2419
2280
|
"""
|
|
2420
2281
|
|
|
2421
2282
|
def draw(self, context) -> None:
|
|
@@ -2444,14 +2305,12 @@ class VIEW3D_PT_tools_weight_gradient(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2444
2305
|
"""
|
|
2445
2306
|
|
|
2446
2307
|
:return: The RNA type or default when not found.
|
|
2447
|
-
:rtype: bpy.types.Struct
|
|
2448
2308
|
"""
|
|
2449
2309
|
|
|
2450
2310
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2451
2311
|
"""
|
|
2452
2312
|
|
|
2453
2313
|
:return: The class or default when not found.
|
|
2454
|
-
:rtype: typing.Any
|
|
2455
2314
|
"""
|
|
2456
2315
|
|
|
2457
2316
|
def draw(self, context) -> None:
|
|
@@ -2481,14 +2340,12 @@ class VIEW3D_PT_tools_weightpaint_options(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2481
2340
|
"""
|
|
2482
2341
|
|
|
2483
2342
|
:return: The RNA type or default when not found.
|
|
2484
|
-
:rtype: bpy.types.Struct
|
|
2485
2343
|
"""
|
|
2486
2344
|
|
|
2487
2345
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2488
2346
|
"""
|
|
2489
2347
|
|
|
2490
2348
|
:return: The class or default when not found.
|
|
2491
|
-
:rtype: typing.Any
|
|
2492
2349
|
"""
|
|
2493
2350
|
|
|
2494
2351
|
def draw(self, context) -> None:
|
|
@@ -2511,14 +2368,12 @@ class VIEW3D_PT_tools_weightpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2511
2368
|
"""
|
|
2512
2369
|
|
|
2513
2370
|
:return: The RNA type or default when not found.
|
|
2514
|
-
:rtype: bpy.types.Struct
|
|
2515
2371
|
"""
|
|
2516
2372
|
|
|
2517
2373
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2518
2374
|
"""
|
|
2519
2375
|
|
|
2520
2376
|
:return: The class or default when not found.
|
|
2521
|
-
:rtype: typing.Any
|
|
2522
2377
|
"""
|
|
2523
2378
|
|
|
2524
2379
|
def draw(self, context) -> None:
|
|
@@ -2566,14 +2421,12 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
2566
2421
|
"""
|
|
2567
2422
|
|
|
2568
2423
|
:return: The RNA type or default when not found.
|
|
2569
|
-
:rtype: bpy.types.Struct
|
|
2570
2424
|
"""
|
|
2571
2425
|
|
|
2572
2426
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2573
2427
|
"""
|
|
2574
2428
|
|
|
2575
2429
|
:return: The class or default when not found.
|
|
2576
|
-
:rtype: typing.Any
|
|
2577
2430
|
"""
|
|
2578
2431
|
|
|
2579
2432
|
class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
@@ -2595,14 +2448,12 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
2595
2448
|
"""
|
|
2596
2449
|
|
|
2597
2450
|
:return: The RNA type or default when not found.
|
|
2598
|
-
:rtype: bpy.types.Struct
|
|
2599
2451
|
"""
|
|
2600
2452
|
|
|
2601
2453
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2602
2454
|
"""
|
|
2603
2455
|
|
|
2604
2456
|
:return: The class or default when not found.
|
|
2605
|
-
:rtype: typing.Any
|
|
2606
2457
|
"""
|
|
2607
2458
|
|
|
2608
2459
|
@classmethod
|
|
@@ -2627,14 +2478,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(_bpy_types.Panel, View3D
|
|
|
2627
2478
|
"""
|
|
2628
2479
|
|
|
2629
2480
|
:return: The RNA type or default when not found.
|
|
2630
|
-
:rtype: bpy.types.Struct
|
|
2631
2481
|
"""
|
|
2632
2482
|
|
|
2633
2483
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2634
2484
|
"""
|
|
2635
2485
|
|
|
2636
2486
|
:return: The class or default when not found.
|
|
2637
|
-
:rtype: typing.Any
|
|
2638
2487
|
"""
|
|
2639
2488
|
|
|
2640
2489
|
def draw(self, context) -> None:
|
|
@@ -2672,14 +2521,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(_bpy_types.Panel, View3DPane
|
|
|
2672
2521
|
"""
|
|
2673
2522
|
|
|
2674
2523
|
:return: The RNA type or default when not found.
|
|
2675
|
-
:rtype: bpy.types.Struct
|
|
2676
2524
|
"""
|
|
2677
2525
|
|
|
2678
2526
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2679
2527
|
"""
|
|
2680
2528
|
|
|
2681
2529
|
:return: The class or default when not found.
|
|
2682
|
-
:rtype: typing.Any
|
|
2683
2530
|
"""
|
|
2684
2531
|
|
|
2685
2532
|
def draw(self, _context) -> None:
|
|
@@ -2714,14 +2561,12 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
2714
2561
|
"""
|
|
2715
2562
|
|
|
2716
2563
|
:return: The RNA type or default when not found.
|
|
2717
|
-
:rtype: bpy.types.Struct
|
|
2718
2564
|
"""
|
|
2719
2565
|
|
|
2720
2566
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2721
2567
|
"""
|
|
2722
2568
|
|
|
2723
2569
|
:return: The class or default when not found.
|
|
2724
|
-
:rtype: typing.Any
|
|
2725
2570
|
"""
|
|
2726
2571
|
|
|
2727
2572
|
class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
@@ -2743,14 +2588,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
2743
2588
|
"""
|
|
2744
2589
|
|
|
2745
2590
|
:return: The RNA type or default when not found.
|
|
2746
|
-
:rtype: bpy.types.Struct
|
|
2747
2591
|
"""
|
|
2748
2592
|
|
|
2749
2593
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2750
2594
|
"""
|
|
2751
2595
|
|
|
2752
2596
|
:return: The class or default when not found.
|
|
2753
|
-
:rtype: typing.Any
|
|
2754
2597
|
"""
|
|
2755
2598
|
|
|
2756
2599
|
class VIEW3D_PT_tools_brush_settings(_bpy_types.Panel, View3DPaintBrushPanel):
|
|
@@ -2766,14 +2609,12 @@ class VIEW3D_PT_tools_brush_settings(_bpy_types.Panel, View3DPaintBrushPanel):
|
|
|
2766
2609
|
"""
|
|
2767
2610
|
|
|
2768
2611
|
:return: The RNA type or default when not found.
|
|
2769
|
-
:rtype: bpy.types.Struct
|
|
2770
2612
|
"""
|
|
2771
2613
|
|
|
2772
2614
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2773
2615
|
"""
|
|
2774
2616
|
|
|
2775
2617
|
:return: The class or default when not found.
|
|
2776
|
-
:rtype: typing.Any
|
|
2777
2618
|
"""
|
|
2778
2619
|
|
|
2779
2620
|
def draw(self, context) -> None:
|
|
@@ -2805,14 +2646,12 @@ class VIEW3D_PT_tools_brush_settings_advanced(_bpy_types.Panel, View3DPaintBrush
|
|
|
2805
2646
|
"""
|
|
2806
2647
|
|
|
2807
2648
|
:return: The RNA type or default when not found.
|
|
2808
|
-
:rtype: bpy.types.Struct
|
|
2809
2649
|
"""
|
|
2810
2650
|
|
|
2811
2651
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2812
2652
|
"""
|
|
2813
2653
|
|
|
2814
2654
|
:return: The class or default when not found.
|
|
2815
|
-
:rtype: typing.Any
|
|
2816
2655
|
"""
|
|
2817
2656
|
|
|
2818
2657
|
def draw(self, context) -> None:
|