fake-bpy-module 20250828__py3-none-any.whl → 20260119__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
|
@@ -8,14 +8,6 @@ import bl_ui.properties_paint_common
|
|
|
8
8
|
import bl_ui.utils
|
|
9
9
|
import bpy.types
|
|
10
10
|
|
|
11
|
-
class GreasePencilPaintPanel:
|
|
12
|
-
bl_category: typing.Any
|
|
13
|
-
bl_context: typing.Any
|
|
14
|
-
|
|
15
|
-
class GreasePencilSculptPanel:
|
|
16
|
-
bl_category: typing.Any
|
|
17
|
-
bl_context: typing.Any
|
|
18
|
-
|
|
19
11
|
class GreasePencilV3PaintPanel:
|
|
20
12
|
bl_category: typing.Any
|
|
21
13
|
bl_context: typing.Any
|
|
@@ -55,14 +47,12 @@ class TEXTURE_UL_texpaintslots(_bpy_types.UIList):
|
|
|
55
47
|
"""
|
|
56
48
|
|
|
57
49
|
:return: The RNA type or default when not found.
|
|
58
|
-
:rtype: bpy.types.Struct
|
|
59
50
|
"""
|
|
60
51
|
|
|
61
52
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
62
53
|
"""
|
|
63
54
|
|
|
64
55
|
:return: The class or default when not found.
|
|
65
|
-
:rtype: typing.Any
|
|
66
56
|
"""
|
|
67
57
|
|
|
68
58
|
def draw_item(
|
|
@@ -97,39 +87,12 @@ class VIEW3D_MT_brush_context_menu(_bpy_types.Menu):
|
|
|
97
87
|
"""
|
|
98
88
|
|
|
99
89
|
:return: The RNA type or default when not found.
|
|
100
|
-
:rtype: bpy.types.Struct
|
|
101
|
-
"""
|
|
102
|
-
|
|
103
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
104
|
-
"""
|
|
105
|
-
|
|
106
|
-
:return: The class or default when not found.
|
|
107
|
-
:rtype: typing.Any
|
|
108
|
-
"""
|
|
109
|
-
|
|
110
|
-
def draw(self, context) -> None:
|
|
111
|
-
"""
|
|
112
|
-
|
|
113
|
-
:param context:
|
|
114
|
-
"""
|
|
115
|
-
|
|
116
|
-
class VIEW3D_MT_brush_gpencil_context_menu(_bpy_types.Menu):
|
|
117
|
-
bl_label: typing.Any
|
|
118
|
-
bl_rna: typing.Any
|
|
119
|
-
id_data: typing.Any
|
|
120
|
-
|
|
121
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
122
|
-
"""
|
|
123
|
-
|
|
124
|
-
:return: The RNA type or default when not found.
|
|
125
|
-
:rtype: bpy.types.Struct
|
|
126
90
|
"""
|
|
127
91
|
|
|
128
92
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
129
93
|
"""
|
|
130
94
|
|
|
131
95
|
:return: The class or default when not found.
|
|
132
|
-
:rtype: typing.Any
|
|
133
96
|
"""
|
|
134
97
|
|
|
135
98
|
def draw(self, context) -> None:
|
|
@@ -147,14 +110,12 @@ class VIEW3D_MT_tools_projectpaint_stencil(_bpy_types.Menu):
|
|
|
147
110
|
"""
|
|
148
111
|
|
|
149
112
|
:return: The RNA type or default when not found.
|
|
150
|
-
:rtype: bpy.types.Struct
|
|
151
113
|
"""
|
|
152
114
|
|
|
153
115
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
154
116
|
"""
|
|
155
117
|
|
|
156
118
|
:return: The class or default when not found.
|
|
157
|
-
:rtype: typing.Any
|
|
158
119
|
"""
|
|
159
120
|
|
|
160
121
|
def draw(self, context) -> None:
|
|
@@ -172,14 +133,12 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(_bpy_types.Menu):
|
|
|
172
133
|
"""
|
|
173
134
|
|
|
174
135
|
:return: The RNA type or default when not found.
|
|
175
|
-
:rtype: bpy.types.Struct
|
|
176
136
|
"""
|
|
177
137
|
|
|
178
138
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
179
139
|
"""
|
|
180
140
|
|
|
181
141
|
:return: The class or default when not found.
|
|
182
|
-
:rtype: typing.Any
|
|
183
142
|
"""
|
|
184
143
|
|
|
185
144
|
def draw(self, context) -> None:
|
|
@@ -204,14 +163,12 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
204
163
|
"""
|
|
205
164
|
|
|
206
165
|
:return: The RNA type or default when not found.
|
|
207
|
-
:rtype: bpy.types.Struct
|
|
208
166
|
"""
|
|
209
167
|
|
|
210
168
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
211
169
|
"""
|
|
212
170
|
|
|
213
171
|
:return: The class or default when not found.
|
|
214
|
-
:rtype: typing.Any
|
|
215
172
|
"""
|
|
216
173
|
|
|
217
174
|
class VIEW3D_PT_gpencil_brush_presets(_bpy_types.Panel, bl_ui.utils.PresetPanel):
|
|
@@ -230,14 +187,12 @@ class VIEW3D_PT_gpencil_brush_presets(_bpy_types.Panel, bl_ui.utils.PresetPanel)
|
|
|
230
187
|
"""
|
|
231
188
|
|
|
232
189
|
:return: The RNA type or default when not found.
|
|
233
|
-
:rtype: bpy.types.Struct
|
|
234
190
|
"""
|
|
235
191
|
|
|
236
192
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
237
193
|
"""
|
|
238
194
|
|
|
239
195
|
:return: The class or default when not found.
|
|
240
|
-
:rtype: typing.Any
|
|
241
196
|
"""
|
|
242
197
|
|
|
243
198
|
class VIEW3D_PT_mask(_bpy_types.Panel):
|
|
@@ -252,14 +207,12 @@ class VIEW3D_PT_mask(_bpy_types.Panel):
|
|
|
252
207
|
"""
|
|
253
208
|
|
|
254
209
|
:return: The RNA type or default when not found.
|
|
255
|
-
:rtype: bpy.types.Struct
|
|
256
210
|
"""
|
|
257
211
|
|
|
258
212
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
259
213
|
"""
|
|
260
214
|
|
|
261
215
|
:return: The class or default when not found.
|
|
262
|
-
:rtype: typing.Any
|
|
263
216
|
"""
|
|
264
217
|
|
|
265
218
|
def draw(self, context) -> None:
|
|
@@ -280,14 +233,12 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
280
233
|
"""
|
|
281
234
|
|
|
282
235
|
:return: The RNA type or default when not found.
|
|
283
|
-
:rtype: bpy.types.Struct
|
|
284
236
|
"""
|
|
285
237
|
|
|
286
238
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
287
239
|
"""
|
|
288
240
|
|
|
289
241
|
:return: The class or default when not found.
|
|
290
|
-
:rtype: typing.Any
|
|
291
242
|
"""
|
|
292
243
|
|
|
293
244
|
class VIEW3D_PT_slots_color_attributes(_bpy_types.Panel):
|
|
@@ -302,14 +253,12 @@ class VIEW3D_PT_slots_color_attributes(_bpy_types.Panel):
|
|
|
302
253
|
"""
|
|
303
254
|
|
|
304
255
|
:return: The RNA type or default when not found.
|
|
305
|
-
:rtype: bpy.types.Struct
|
|
306
256
|
"""
|
|
307
257
|
|
|
308
258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
309
259
|
"""
|
|
310
260
|
|
|
311
261
|
:return: The class or default when not found.
|
|
312
|
-
:rtype: typing.Any
|
|
313
262
|
"""
|
|
314
263
|
|
|
315
264
|
def draw(self, context) -> None:
|
|
@@ -339,14 +288,12 @@ class VIEW3D_PT_slots_paint_canvas(
|
|
|
339
288
|
"""
|
|
340
289
|
|
|
341
290
|
:return: The RNA type or default when not found.
|
|
342
|
-
:rtype: bpy.types.Struct
|
|
343
291
|
"""
|
|
344
292
|
|
|
345
293
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
346
294
|
"""
|
|
347
295
|
|
|
348
296
|
:return: The class or default when not found.
|
|
349
|
-
:rtype: typing.Any
|
|
350
297
|
"""
|
|
351
298
|
|
|
352
299
|
def draw_header(self, context) -> None:
|
|
@@ -389,14 +336,12 @@ class VIEW3D_PT_slots_projectpaint(
|
|
|
389
336
|
"""
|
|
390
337
|
|
|
391
338
|
:return: The RNA type or default when not found.
|
|
392
|
-
:rtype: bpy.types.Struct
|
|
393
339
|
"""
|
|
394
340
|
|
|
395
341
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
396
342
|
"""
|
|
397
343
|
|
|
398
344
|
:return: The class or default when not found.
|
|
399
|
-
:rtype: typing.Any
|
|
400
345
|
"""
|
|
401
346
|
|
|
402
347
|
def draw_header(self, context) -> None:
|
|
@@ -437,14 +382,12 @@ class VIEW3D_PT_slots_vertex_groups(_bpy_types.Panel):
|
|
|
437
382
|
"""
|
|
438
383
|
|
|
439
384
|
:return: The RNA type or default when not found.
|
|
440
|
-
:rtype: bpy.types.Struct
|
|
441
385
|
"""
|
|
442
386
|
|
|
443
387
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
444
388
|
"""
|
|
445
389
|
|
|
446
390
|
:return: The class or default when not found.
|
|
447
|
-
:rtype: typing.Any
|
|
448
391
|
"""
|
|
449
392
|
|
|
450
393
|
def draw(self, context) -> None:
|
|
@@ -473,14 +416,12 @@ class VIEW3D_PT_stencil_projectpaint(_bpy_types.Panel):
|
|
|
473
416
|
"""
|
|
474
417
|
|
|
475
418
|
:return: The RNA type or default when not found.
|
|
476
|
-
:rtype: bpy.types.Struct
|
|
477
419
|
"""
|
|
478
420
|
|
|
479
421
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
480
422
|
"""
|
|
481
423
|
|
|
482
424
|
:return: The class or default when not found.
|
|
483
|
-
:rtype: typing.Any
|
|
484
425
|
"""
|
|
485
426
|
|
|
486
427
|
def draw(self, context) -> None:
|
|
@@ -515,14 +456,12 @@ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, _bpy_types.Panel):
|
|
|
515
456
|
"""
|
|
516
457
|
|
|
517
458
|
:return: The RNA type or default when not found.
|
|
518
|
-
:rtype: bpy.types.Struct
|
|
519
459
|
"""
|
|
520
460
|
|
|
521
461
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
522
462
|
"""
|
|
523
463
|
|
|
524
464
|
:return: The class or default when not found.
|
|
525
|
-
:rtype: typing.Any
|
|
526
465
|
"""
|
|
527
466
|
|
|
528
467
|
def draw(self, context) -> None:
|
|
@@ -548,14 +487,12 @@ class VIEW3D_PT_tools_brush_clone(
|
|
|
548
487
|
"""
|
|
549
488
|
|
|
550
489
|
:return: The RNA type or default when not found.
|
|
551
|
-
:rtype: bpy.types.Struct
|
|
552
490
|
"""
|
|
553
491
|
|
|
554
492
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
555
493
|
"""
|
|
556
494
|
|
|
557
495
|
:return: The class or default when not found.
|
|
558
|
-
:rtype: typing.Any
|
|
559
496
|
"""
|
|
560
497
|
|
|
561
498
|
class VIEW3D_PT_tools_brush_display(
|
|
@@ -576,14 +513,12 @@ class VIEW3D_PT_tools_brush_display(
|
|
|
576
513
|
"""
|
|
577
514
|
|
|
578
515
|
:return: The RNA type or default when not found.
|
|
579
|
-
:rtype: bpy.types.Struct
|
|
580
516
|
"""
|
|
581
517
|
|
|
582
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
583
519
|
"""
|
|
584
520
|
|
|
585
521
|
:return: The class or default when not found.
|
|
586
|
-
:rtype: typing.Any
|
|
587
522
|
"""
|
|
588
523
|
|
|
589
524
|
class VIEW3D_PT_tools_brush_falloff(
|
|
@@ -603,14 +538,12 @@ class VIEW3D_PT_tools_brush_falloff(
|
|
|
603
538
|
"""
|
|
604
539
|
|
|
605
540
|
:return: The RNA type or default when not found.
|
|
606
|
-
:rtype: bpy.types.Struct
|
|
607
541
|
"""
|
|
608
542
|
|
|
609
543
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
610
544
|
"""
|
|
611
545
|
|
|
612
546
|
:return: The class or default when not found.
|
|
613
|
-
:rtype: typing.Any
|
|
614
547
|
"""
|
|
615
548
|
|
|
616
549
|
class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, _bpy_types.Panel):
|
|
@@ -628,14 +561,12 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, _bpy_types.Panel
|
|
|
628
561
|
"""
|
|
629
562
|
|
|
630
563
|
:return: The RNA type or default when not found.
|
|
631
|
-
:rtype: bpy.types.Struct
|
|
632
564
|
"""
|
|
633
565
|
|
|
634
566
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
635
567
|
"""
|
|
636
568
|
|
|
637
569
|
:return: The class or default when not found.
|
|
638
|
-
:rtype: typing.Any
|
|
639
570
|
"""
|
|
640
571
|
|
|
641
572
|
def draw(self, context) -> None:
|
|
@@ -672,14 +603,12 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, _bpy_types.Panel):
|
|
|
672
603
|
"""
|
|
673
604
|
|
|
674
605
|
:return: The RNA type or default when not found.
|
|
675
|
-
:rtype: bpy.types.Struct
|
|
676
606
|
"""
|
|
677
607
|
|
|
678
608
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
679
609
|
"""
|
|
680
610
|
|
|
681
611
|
:return: The class or default when not found.
|
|
682
|
-
:rtype: typing.Any
|
|
683
612
|
"""
|
|
684
613
|
|
|
685
614
|
def draw(self, context) -> None:
|
|
@@ -718,14 +647,12 @@ class VIEW3D_PT_tools_brush_select(
|
|
|
718
647
|
"""
|
|
719
648
|
|
|
720
649
|
:return: The RNA type or default when not found.
|
|
721
|
-
:rtype: bpy.types.Struct
|
|
722
650
|
"""
|
|
723
651
|
|
|
724
652
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
725
653
|
"""
|
|
726
654
|
|
|
727
655
|
:return: The class or default when not found.
|
|
728
|
-
:rtype: typing.Any
|
|
729
656
|
"""
|
|
730
657
|
|
|
731
658
|
class VIEW3D_PT_tools_brush_stroke(
|
|
@@ -746,14 +673,12 @@ class VIEW3D_PT_tools_brush_stroke(
|
|
|
746
673
|
"""
|
|
747
674
|
|
|
748
675
|
:return: The RNA type or default when not found.
|
|
749
|
-
:rtype: bpy.types.Struct
|
|
750
676
|
"""
|
|
751
677
|
|
|
752
678
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
753
679
|
"""
|
|
754
680
|
|
|
755
681
|
:return: The class or default when not found.
|
|
756
|
-
:rtype: typing.Any
|
|
757
682
|
"""
|
|
758
683
|
|
|
759
684
|
class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
@@ -773,14 +698,12 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
|
|
|
773
698
|
"""
|
|
774
699
|
|
|
775
700
|
:return: The RNA type or default when not found.
|
|
776
|
-
:rtype: bpy.types.Struct
|
|
777
701
|
"""
|
|
778
702
|
|
|
779
703
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
780
704
|
"""
|
|
781
705
|
|
|
782
706
|
:return: The class or default when not found.
|
|
783
|
-
:rtype: typing.Any
|
|
784
707
|
"""
|
|
785
708
|
|
|
786
709
|
class VIEW3D_PT_tools_brush_swatches(
|
|
@@ -800,365 +723,18 @@ class VIEW3D_PT_tools_brush_swatches(
|
|
|
800
723
|
"""
|
|
801
724
|
|
|
802
725
|
:return: The RNA type or default when not found.
|
|
803
|
-
:rtype: bpy.types.Struct
|
|
804
|
-
"""
|
|
805
|
-
|
|
806
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
807
|
-
"""
|
|
808
|
-
|
|
809
|
-
:return: The class or default when not found.
|
|
810
|
-
:rtype: typing.Any
|
|
811
|
-
"""
|
|
812
|
-
|
|
813
|
-
class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, _bpy_types.Panel):
|
|
814
|
-
bl_category: typing.Any
|
|
815
|
-
bl_context: typing.Any
|
|
816
|
-
bl_label: typing.Any
|
|
817
|
-
bl_options: typing.Any
|
|
818
|
-
bl_parent_id: typing.Any
|
|
819
|
-
bl_region_type: typing.Any
|
|
820
|
-
bl_rna: typing.Any
|
|
821
|
-
bl_space_type: typing.Any
|
|
822
|
-
bl_ui_units_x: typing.Any
|
|
823
|
-
id_data: typing.Any
|
|
824
|
-
|
|
825
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
826
|
-
"""
|
|
827
|
-
|
|
828
|
-
:return: The RNA type or default when not found.
|
|
829
|
-
:rtype: bpy.types.Struct
|
|
830
|
-
"""
|
|
831
|
-
|
|
832
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
833
|
-
"""
|
|
834
|
-
|
|
835
|
-
:return: The class or default when not found.
|
|
836
|
-
:rtype: typing.Any
|
|
837
|
-
"""
|
|
838
|
-
|
|
839
|
-
def draw(self, context) -> None:
|
|
840
|
-
"""
|
|
841
|
-
|
|
842
|
-
:param context:
|
|
843
|
-
"""
|
|
844
|
-
|
|
845
|
-
@classmethod
|
|
846
|
-
def poll(cls, context) -> None:
|
|
847
|
-
"""
|
|
848
|
-
|
|
849
|
-
:param context:
|
|
850
|
-
"""
|
|
851
|
-
|
|
852
|
-
class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, _bpy_types.Panel):
|
|
853
|
-
bl_category: typing.Any
|
|
854
|
-
bl_context: typing.Any
|
|
855
|
-
bl_label: typing.Any
|
|
856
|
-
bl_options: typing.Any
|
|
857
|
-
bl_region_type: typing.Any
|
|
858
|
-
bl_rna: typing.Any
|
|
859
|
-
bl_space_type: typing.Any
|
|
860
|
-
id_data: typing.Any
|
|
861
|
-
|
|
862
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
863
|
-
"""
|
|
864
|
-
|
|
865
|
-
:return: The RNA type or default when not found.
|
|
866
|
-
:rtype: bpy.types.Struct
|
|
867
|
-
"""
|
|
868
|
-
|
|
869
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
870
|
-
"""
|
|
871
|
-
|
|
872
|
-
:return: The class or default when not found.
|
|
873
|
-
:rtype: typing.Any
|
|
874
|
-
"""
|
|
875
|
-
|
|
876
|
-
def draw(self, context) -> None:
|
|
877
|
-
"""
|
|
878
|
-
|
|
879
|
-
:param context:
|
|
880
|
-
"""
|
|
881
|
-
|
|
882
|
-
@classmethod
|
|
883
|
-
def poll(cls, context) -> None:
|
|
884
|
-
"""
|
|
885
|
-
|
|
886
|
-
:param context:
|
|
887
|
-
"""
|
|
888
|
-
|
|
889
|
-
class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, _bpy_types.Panel):
|
|
890
|
-
bl_category: typing.Any
|
|
891
|
-
bl_context: typing.Any
|
|
892
|
-
bl_label: typing.Any
|
|
893
|
-
bl_parent_id: typing.Any
|
|
894
|
-
bl_region_type: typing.Any
|
|
895
|
-
bl_rna: typing.Any
|
|
896
|
-
bl_space_type: typing.Any
|
|
897
|
-
id_data: typing.Any
|
|
898
|
-
|
|
899
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
900
|
-
"""
|
|
901
|
-
|
|
902
|
-
:return: The RNA type or default when not found.
|
|
903
|
-
:rtype: bpy.types.Struct
|
|
904
|
-
"""
|
|
905
|
-
|
|
906
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
907
|
-
"""
|
|
908
|
-
|
|
909
|
-
:return: The class or default when not found.
|
|
910
|
-
:rtype: typing.Any
|
|
911
|
-
"""
|
|
912
|
-
|
|
913
|
-
def draw(self, context) -> None:
|
|
914
|
-
"""
|
|
915
|
-
|
|
916
|
-
:param context:
|
|
917
|
-
"""
|
|
918
|
-
|
|
919
|
-
@classmethod
|
|
920
|
-
def poll(cls, context) -> None:
|
|
921
|
-
"""
|
|
922
|
-
|
|
923
|
-
:param context:
|
|
924
|
-
"""
|
|
925
|
-
|
|
926
|
-
class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, _bpy_types.Panel):
|
|
927
|
-
bl_category: typing.Any
|
|
928
|
-
bl_context: typing.Any
|
|
929
|
-
bl_label: typing.Any
|
|
930
|
-
bl_parent_id: typing.Any
|
|
931
|
-
bl_region_type: typing.Any
|
|
932
|
-
bl_rna: typing.Any
|
|
933
|
-
bl_space_type: typing.Any
|
|
934
|
-
id_data: typing.Any
|
|
935
|
-
|
|
936
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
937
|
-
"""
|
|
938
|
-
|
|
939
|
-
:return: The RNA type or default when not found.
|
|
940
|
-
:rtype: bpy.types.Struct
|
|
941
|
-
"""
|
|
942
|
-
|
|
943
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
944
|
-
"""
|
|
945
|
-
|
|
946
|
-
:return: The class or default when not found.
|
|
947
|
-
:rtype: typing.Any
|
|
948
|
-
"""
|
|
949
|
-
|
|
950
|
-
def draw(self, context) -> None:
|
|
951
|
-
"""
|
|
952
|
-
|
|
953
|
-
:param context:
|
|
954
|
-
"""
|
|
955
|
-
|
|
956
|
-
@classmethod
|
|
957
|
-
def poll(cls, context) -> None:
|
|
958
|
-
"""
|
|
959
|
-
|
|
960
|
-
:param context:
|
|
961
|
-
"""
|
|
962
|
-
|
|
963
|
-
class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, _bpy_types.Panel):
|
|
964
|
-
bl_category: typing.Any
|
|
965
|
-
bl_context: typing.Any
|
|
966
|
-
bl_label: typing.Any
|
|
967
|
-
bl_region_type: typing.Any
|
|
968
|
-
bl_rna: typing.Any
|
|
969
|
-
bl_space_type: typing.Any
|
|
970
|
-
id_data: typing.Any
|
|
971
|
-
|
|
972
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
973
|
-
"""
|
|
974
|
-
|
|
975
|
-
:return: The RNA type or default when not found.
|
|
976
|
-
:rtype: bpy.types.Struct
|
|
977
|
-
"""
|
|
978
|
-
|
|
979
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
980
|
-
"""
|
|
981
|
-
|
|
982
|
-
:return: The class or default when not found.
|
|
983
|
-
:rtype: typing.Any
|
|
984
|
-
"""
|
|
985
|
-
|
|
986
|
-
def draw(self, context) -> None:
|
|
987
|
-
"""
|
|
988
|
-
|
|
989
|
-
:param context:
|
|
990
|
-
"""
|
|
991
|
-
|
|
992
|
-
@classmethod
|
|
993
|
-
def poll(cls, context) -> None:
|
|
994
|
-
"""
|
|
995
|
-
|
|
996
|
-
:param context:
|
|
997
|
-
"""
|
|
998
|
-
|
|
999
|
-
class VIEW3D_PT_tools_grease_pencil_brush_post_processing(
|
|
1000
|
-
View3DPanel, _bpy_types.Panel
|
|
1001
|
-
):
|
|
1002
|
-
bl_category: typing.Any
|
|
1003
|
-
bl_context: typing.Any
|
|
1004
|
-
bl_label: typing.Any
|
|
1005
|
-
bl_options: typing.Any
|
|
1006
|
-
bl_parent_id: typing.Any
|
|
1007
|
-
bl_region_type: typing.Any
|
|
1008
|
-
bl_rna: typing.Any
|
|
1009
|
-
bl_space_type: typing.Any
|
|
1010
|
-
id_data: typing.Any
|
|
1011
|
-
|
|
1012
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1013
|
-
"""
|
|
1014
|
-
|
|
1015
|
-
:return: The RNA type or default when not found.
|
|
1016
|
-
:rtype: bpy.types.Struct
|
|
1017
726
|
"""
|
|
1018
727
|
|
|
1019
728
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1020
729
|
"""
|
|
1021
730
|
|
|
1022
|
-
:return: The class or default when not found.
|
|
1023
|
-
:rtype: typing.Any
|
|
1024
|
-
"""
|
|
1025
|
-
|
|
1026
|
-
def draw(self, context) -> None:
|
|
1027
|
-
"""
|
|
1028
|
-
|
|
1029
|
-
:param context:
|
|
1030
|
-
"""
|
|
1031
|
-
|
|
1032
|
-
def draw_header(self, context) -> None:
|
|
1033
|
-
"""
|
|
1034
|
-
|
|
1035
|
-
:param context:
|
|
1036
|
-
"""
|
|
1037
|
-
|
|
1038
|
-
@classmethod
|
|
1039
|
-
def poll(cls, context) -> None:
|
|
1040
|
-
"""
|
|
1041
|
-
|
|
1042
|
-
:param context:
|
|
1043
|
-
"""
|
|
1044
|
-
|
|
1045
|
-
class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, _bpy_types.Panel):
|
|
1046
|
-
bl_category: typing.Any
|
|
1047
|
-
bl_context: typing.Any
|
|
1048
|
-
bl_label: typing.Any
|
|
1049
|
-
bl_options: typing.Any
|
|
1050
|
-
bl_parent_id: typing.Any
|
|
1051
|
-
bl_region_type: typing.Any
|
|
1052
|
-
bl_rna: typing.Any
|
|
1053
|
-
bl_space_type: typing.Any
|
|
1054
|
-
id_data: typing.Any
|
|
1055
|
-
|
|
1056
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1057
|
-
"""
|
|
1058
|
-
|
|
1059
|
-
:return: The RNA type or default when not found.
|
|
1060
|
-
:rtype: bpy.types.Struct
|
|
1061
|
-
"""
|
|
1062
|
-
|
|
1063
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1064
|
-
"""
|
|
1065
|
-
|
|
1066
|
-
:return: The class or default when not found.
|
|
1067
|
-
:rtype: typing.Any
|
|
1068
|
-
"""
|
|
1069
|
-
|
|
1070
|
-
def draw(self, context) -> None:
|
|
1071
|
-
"""
|
|
1072
|
-
|
|
1073
|
-
:param context:
|
|
1074
|
-
"""
|
|
1075
|
-
|
|
1076
|
-
def draw_header(self, context) -> None:
|
|
1077
|
-
"""
|
|
1078
|
-
|
|
1079
|
-
:param context:
|
|
1080
|
-
"""
|
|
1081
|
-
|
|
1082
|
-
@classmethod
|
|
1083
|
-
def poll(cls, context) -> None:
|
|
1084
|
-
"""
|
|
1085
|
-
|
|
1086
|
-
:param context:
|
|
1087
|
-
"""
|
|
1088
|
-
|
|
1089
|
-
class VIEW3D_PT_tools_grease_pencil_brush_select(
|
|
1090
|
-
GreasePencilPaintPanel,
|
|
1091
|
-
_bpy_types.Panel,
|
|
1092
|
-
View3DPanel,
|
|
1093
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1094
|
-
):
|
|
1095
|
-
bl_category: typing.Any
|
|
1096
|
-
bl_context: typing.Any
|
|
1097
|
-
bl_label: typing.Any
|
|
1098
|
-
bl_region_type: typing.Any
|
|
1099
|
-
bl_rna: typing.Any
|
|
1100
|
-
bl_space_type: typing.Any
|
|
1101
|
-
id_data: typing.Any
|
|
1102
|
-
|
|
1103
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1104
|
-
"""
|
|
1105
|
-
|
|
1106
|
-
:return: The RNA type or default when not found.
|
|
1107
|
-
:rtype: bpy.types.Struct
|
|
1108
|
-
"""
|
|
1109
|
-
|
|
1110
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1111
|
-
"""
|
|
1112
|
-
|
|
1113
|
-
:return: The class or default when not found.
|
|
1114
|
-
:rtype: typing.Any
|
|
1115
|
-
"""
|
|
1116
|
-
|
|
1117
|
-
class View3DPanel:
|
|
1118
|
-
bl_region_type: typing.Any
|
|
1119
|
-
bl_space_type: typing.Any
|
|
1120
|
-
|
|
1121
|
-
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, _bpy_types.Panel):
|
|
1122
|
-
bl_category: typing.Any
|
|
1123
|
-
bl_context: typing.Any
|
|
1124
|
-
bl_label: typing.Any
|
|
1125
|
-
bl_region_type: typing.Any
|
|
1126
|
-
bl_rna: typing.Any
|
|
1127
|
-
bl_space_type: typing.Any
|
|
1128
|
-
id_data: typing.Any
|
|
1129
|
-
|
|
1130
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1131
|
-
"""
|
|
1132
|
-
|
|
1133
|
-
:return: The RNA type or default when not found.
|
|
1134
|
-
:rtype: bpy.types.Struct
|
|
1135
|
-
"""
|
|
1136
|
-
|
|
1137
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1138
|
-
"""
|
|
1139
|
-
|
|
1140
|
-
:return: The class or default when not found.
|
|
1141
|
-
:rtype: typing.Any
|
|
1142
|
-
"""
|
|
1143
|
-
|
|
1144
|
-
def draw(self, context) -> None:
|
|
1145
|
-
"""
|
|
1146
|
-
|
|
1147
|
-
:param context:
|
|
1148
|
-
"""
|
|
1149
|
-
|
|
1150
|
-
@classmethod
|
|
1151
|
-
def poll(cls, context) -> None:
|
|
1152
|
-
"""
|
|
1153
|
-
|
|
1154
|
-
:param context:
|
|
731
|
+
:return: The class or default when not found.
|
|
1155
732
|
"""
|
|
1156
733
|
|
|
1157
|
-
class
|
|
734
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, _bpy_types.Panel):
|
|
1158
735
|
bl_category: typing.Any
|
|
1159
736
|
bl_context: typing.Any
|
|
1160
737
|
bl_label: typing.Any
|
|
1161
|
-
bl_parent_id: typing.Any
|
|
1162
738
|
bl_region_type: typing.Any
|
|
1163
739
|
bl_rna: typing.Any
|
|
1164
740
|
bl_space_type: typing.Any
|
|
@@ -1168,14 +744,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, _bpy_types
|
|
|
1168
744
|
"""
|
|
1169
745
|
|
|
1170
746
|
:return: The RNA type or default when not found.
|
|
1171
|
-
:rtype: bpy.types.Struct
|
|
1172
747
|
"""
|
|
1173
748
|
|
|
1174
749
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1175
750
|
"""
|
|
1176
751
|
|
|
1177
752
|
:return: The class or default when not found.
|
|
1178
|
-
:rtype: typing.Any
|
|
1179
753
|
"""
|
|
1180
754
|
|
|
1181
755
|
def draw(self, context) -> None:
|
|
@@ -1191,15 +765,10 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, _bpy_types
|
|
|
1191
765
|
:param context:
|
|
1192
766
|
"""
|
|
1193
767
|
|
|
1194
|
-
class
|
|
1195
|
-
View3DPanel,
|
|
1196
|
-
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
1197
|
-
_bpy_types.Panel,
|
|
1198
|
-
):
|
|
768
|
+
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, _bpy_types.Panel):
|
|
1199
769
|
bl_category: typing.Any
|
|
1200
770
|
bl_context: typing.Any
|
|
1201
771
|
bl_label: typing.Any
|
|
1202
|
-
bl_options: typing.Any
|
|
1203
772
|
bl_parent_id: typing.Any
|
|
1204
773
|
bl_region_type: typing.Any
|
|
1205
774
|
bl_rna: typing.Any
|
|
@@ -1210,14 +779,18 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
1210
779
|
"""
|
|
1211
780
|
|
|
1212
781
|
:return: The RNA type or default when not found.
|
|
1213
|
-
:rtype: bpy.types.Struct
|
|
1214
782
|
"""
|
|
1215
783
|
|
|
1216
784
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1217
785
|
"""
|
|
1218
786
|
|
|
1219
787
|
:return: The class or default when not found.
|
|
1220
|
-
|
|
788
|
+
"""
|
|
789
|
+
|
|
790
|
+
def draw(self, context) -> None:
|
|
791
|
+
"""
|
|
792
|
+
|
|
793
|
+
:param context:
|
|
1221
794
|
"""
|
|
1222
795
|
|
|
1223
796
|
@classmethod
|
|
@@ -1227,6 +800,10 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
|
|
|
1227
800
|
:param context:
|
|
1228
801
|
"""
|
|
1229
802
|
|
|
803
|
+
class View3DPanel:
|
|
804
|
+
bl_region_type: typing.Any
|
|
805
|
+
bl_space_type: typing.Any
|
|
806
|
+
|
|
1230
807
|
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
1231
808
|
View3DPanel,
|
|
1232
809
|
bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
|
|
@@ -1244,14 +821,12 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
1244
821
|
"""
|
|
1245
822
|
|
|
1246
823
|
:return: The RNA type or default when not found.
|
|
1247
|
-
:rtype: bpy.types.Struct
|
|
1248
824
|
"""
|
|
1249
825
|
|
|
1250
826
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1251
827
|
"""
|
|
1252
828
|
|
|
1253
829
|
:return: The class or default when not found.
|
|
1254
|
-
:rtype: typing.Any
|
|
1255
830
|
"""
|
|
1256
831
|
|
|
1257
832
|
@classmethod
|
|
@@ -1261,34 +836,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
|
|
|
1261
836
|
:param context:
|
|
1262
837
|
"""
|
|
1263
838
|
|
|
1264
|
-
class VIEW3D_PT_tools_grease_pencil_sculpt_select(
|
|
1265
|
-
GreasePencilSculptPanel,
|
|
1266
|
-
_bpy_types.Panel,
|
|
1267
|
-
View3DPanel,
|
|
1268
|
-
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
1269
|
-
):
|
|
1270
|
-
bl_category: typing.Any
|
|
1271
|
-
bl_context: typing.Any
|
|
1272
|
-
bl_label: typing.Any
|
|
1273
|
-
bl_region_type: typing.Any
|
|
1274
|
-
bl_rna: typing.Any
|
|
1275
|
-
bl_space_type: typing.Any
|
|
1276
|
-
id_data: typing.Any
|
|
1277
|
-
|
|
1278
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1279
|
-
"""
|
|
1280
|
-
|
|
1281
|
-
:return: The RNA type or default when not found.
|
|
1282
|
-
:rtype: bpy.types.Struct
|
|
1283
|
-
"""
|
|
1284
|
-
|
|
1285
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1286
|
-
"""
|
|
1287
|
-
|
|
1288
|
-
:return: The class or default when not found.
|
|
1289
|
-
:rtype: typing.Any
|
|
1290
|
-
"""
|
|
1291
|
-
|
|
1292
839
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, _bpy_types.Panel):
|
|
1293
840
|
bl_category: typing.Any
|
|
1294
841
|
bl_context: typing.Any
|
|
@@ -1305,14 +852,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, _bpy_types.Pa
|
|
|
1305
852
|
"""
|
|
1306
853
|
|
|
1307
854
|
:return: The RNA type or default when not found.
|
|
1308
|
-
:rtype: bpy.types.Struct
|
|
1309
855
|
"""
|
|
1310
856
|
|
|
1311
857
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1312
858
|
"""
|
|
1313
859
|
|
|
1314
860
|
:return: The class or default when not found.
|
|
1315
|
-
:rtype: typing.Any
|
|
1316
861
|
"""
|
|
1317
862
|
|
|
1318
863
|
def draw(self, context) -> None:
|
|
@@ -1342,14 +887,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, _bpy_types.Pane
|
|
|
1342
887
|
"""
|
|
1343
888
|
|
|
1344
889
|
:return: The RNA type or default when not found.
|
|
1345
|
-
:rtype: bpy.types.Struct
|
|
1346
890
|
"""
|
|
1347
891
|
|
|
1348
892
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1349
893
|
"""
|
|
1350
894
|
|
|
1351
895
|
:return: The class or default when not found.
|
|
1352
|
-
:rtype: typing.Any
|
|
1353
896
|
"""
|
|
1354
897
|
|
|
1355
898
|
def draw(self, context) -> None:
|
|
@@ -1383,14 +926,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(
|
|
|
1383
926
|
"""
|
|
1384
927
|
|
|
1385
928
|
:return: The RNA type or default when not found.
|
|
1386
|
-
:rtype: bpy.types.Struct
|
|
1387
929
|
"""
|
|
1388
930
|
|
|
1389
931
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1390
932
|
"""
|
|
1391
933
|
|
|
1392
934
|
:return: The class or default when not found.
|
|
1393
|
-
:rtype: typing.Any
|
|
1394
935
|
"""
|
|
1395
936
|
|
|
1396
937
|
def draw(self, context) -> None:
|
|
@@ -1420,14 +961,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, _bpy_types
|
|
|
1420
961
|
"""
|
|
1421
962
|
|
|
1422
963
|
:return: The RNA type or default when not found.
|
|
1423
|
-
:rtype: bpy.types.Struct
|
|
1424
964
|
"""
|
|
1425
965
|
|
|
1426
966
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1427
967
|
"""
|
|
1428
968
|
|
|
1429
969
|
:return: The class or default when not found.
|
|
1430
|
-
:rtype: typing.Any
|
|
1431
970
|
"""
|
|
1432
971
|
|
|
1433
972
|
def draw(self, context) -> None:
|
|
@@ -1457,14 +996,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, _bpy_types
|
|
|
1457
996
|
"""
|
|
1458
997
|
|
|
1459
998
|
:return: The RNA type or default when not found.
|
|
1460
|
-
:rtype: bpy.types.Struct
|
|
1461
999
|
"""
|
|
1462
1000
|
|
|
1463
1001
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1464
1002
|
"""
|
|
1465
1003
|
|
|
1466
1004
|
:return: The class or default when not found.
|
|
1467
|
-
:rtype: typing.Any
|
|
1468
1005
|
"""
|
|
1469
1006
|
|
|
1470
1007
|
def draw(self, context) -> None:
|
|
@@ -1493,14 +1030,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, _bpy_types.Pa
|
|
|
1493
1030
|
"""
|
|
1494
1031
|
|
|
1495
1032
|
:return: The RNA type or default when not found.
|
|
1496
|
-
:rtype: bpy.types.Struct
|
|
1497
1033
|
"""
|
|
1498
1034
|
|
|
1499
1035
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1500
1036
|
"""
|
|
1501
1037
|
|
|
1502
1038
|
:return: The class or default when not found.
|
|
1503
|
-
:rtype: typing.Any
|
|
1504
1039
|
"""
|
|
1505
1040
|
|
|
1506
1041
|
def draw(self, context) -> None:
|
|
@@ -1533,14 +1068,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
|
|
|
1533
1068
|
"""
|
|
1534
1069
|
|
|
1535
1070
|
:return: The RNA type or default when not found.
|
|
1536
|
-
:rtype: bpy.types.Struct
|
|
1537
1071
|
"""
|
|
1538
1072
|
|
|
1539
1073
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1540
1074
|
"""
|
|
1541
1075
|
|
|
1542
1076
|
:return: The class or default when not found.
|
|
1543
|
-
:rtype: typing.Any
|
|
1544
1077
|
"""
|
|
1545
1078
|
|
|
1546
1079
|
def draw(self, context) -> None:
|
|
@@ -1577,14 +1110,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, _bpy_types.Pane
|
|
|
1577
1110
|
"""
|
|
1578
1111
|
|
|
1579
1112
|
:return: The RNA type or default when not found.
|
|
1580
|
-
:rtype: bpy.types.Struct
|
|
1581
1113
|
"""
|
|
1582
1114
|
|
|
1583
1115
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1584
1116
|
"""
|
|
1585
1117
|
|
|
1586
1118
|
:return: The class or default when not found.
|
|
1587
|
-
:rtype: typing.Any
|
|
1588
1119
|
"""
|
|
1589
1120
|
|
|
1590
1121
|
def draw(self, context) -> None:
|
|
@@ -1624,14 +1155,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
|
|
|
1624
1155
|
"""
|
|
1625
1156
|
|
|
1626
1157
|
:return: The RNA type or default when not found.
|
|
1627
|
-
:rtype: bpy.types.Struct
|
|
1628
1158
|
"""
|
|
1629
1159
|
|
|
1630
1160
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1631
1161
|
"""
|
|
1632
1162
|
|
|
1633
1163
|
:return: The class or default when not found.
|
|
1634
|
-
:rtype: typing.Any
|
|
1635
1164
|
"""
|
|
1636
1165
|
|
|
1637
1166
|
class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
@@ -1652,14 +1181,12 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
|
|
|
1652
1181
|
"""
|
|
1653
1182
|
|
|
1654
1183
|
:return: The RNA type or default when not found.
|
|
1655
|
-
:rtype: bpy.types.Struct
|
|
1656
1184
|
"""
|
|
1657
1185
|
|
|
1658
1186
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1659
1187
|
"""
|
|
1660
1188
|
|
|
1661
1189
|
:return: The class or default when not found.
|
|
1662
|
-
:rtype: typing.Any
|
|
1663
1190
|
"""
|
|
1664
1191
|
|
|
1665
1192
|
class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
@@ -1680,14 +1207,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
|
|
|
1680
1207
|
"""
|
|
1681
1208
|
|
|
1682
1209
|
:return: The RNA type or default when not found.
|
|
1683
|
-
:rtype: bpy.types.Struct
|
|
1684
1210
|
"""
|
|
1685
1211
|
|
|
1686
1212
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1687
1213
|
"""
|
|
1688
1214
|
|
|
1689
1215
|
:return: The class or default when not found.
|
|
1690
|
-
:rtype: typing.Any
|
|
1691
1216
|
"""
|
|
1692
1217
|
|
|
1693
1218
|
class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, _bpy_types.Panel):
|
|
@@ -1704,14 +1229,12 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, _bpy_types.Panel):
|
|
|
1704
1229
|
"""
|
|
1705
1230
|
|
|
1706
1231
|
:return: The RNA type or default when not found.
|
|
1707
|
-
:rtype: bpy.types.Struct
|
|
1708
1232
|
"""
|
|
1709
1233
|
|
|
1710
1234
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1711
1235
|
"""
|
|
1712
1236
|
|
|
1713
1237
|
:return: The class or default when not found.
|
|
1714
|
-
:rtype: typing.Any
|
|
1715
1238
|
"""
|
|
1716
1239
|
|
|
1717
1240
|
def draw(self, context) -> None:
|
|
@@ -1740,14 +1263,12 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(_bpy_types.Panel):
|
|
|
1740
1263
|
"""
|
|
1741
1264
|
|
|
1742
1265
|
:return: The RNA type or default when not found.
|
|
1743
|
-
:rtype: bpy.types.Struct
|
|
1744
1266
|
"""
|
|
1745
1267
|
|
|
1746
1268
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1747
1269
|
"""
|
|
1748
1270
|
|
|
1749
1271
|
:return: The class or default when not found.
|
|
1750
|
-
:rtype: typing.Any
|
|
1751
1272
|
"""
|
|
1752
1273
|
|
|
1753
1274
|
def draw(self, context) -> None:
|
|
@@ -1773,20 +1294,19 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
1773
1294
|
bl_region_type: typing.Any
|
|
1774
1295
|
bl_rna: typing.Any
|
|
1775
1296
|
bl_space_type: typing.Any
|
|
1297
|
+
bl_ui_units_x: typing.Any
|
|
1776
1298
|
id_data: typing.Any
|
|
1777
1299
|
|
|
1778
1300
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1779
1301
|
"""
|
|
1780
1302
|
|
|
1781
1303
|
:return: The RNA type or default when not found.
|
|
1782
|
-
:rtype: bpy.types.Struct
|
|
1783
1304
|
"""
|
|
1784
1305
|
|
|
1785
1306
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1786
1307
|
"""
|
|
1787
1308
|
|
|
1788
1309
|
:return: The class or default when not found.
|
|
1789
|
-
:rtype: typing.Any
|
|
1790
1310
|
"""
|
|
1791
1311
|
|
|
1792
1312
|
def draw(self, context) -> None:
|
|
@@ -1817,14 +1337,12 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, _bpy_types.Panel):
|
|
|
1817
1337
|
"""
|
|
1818
1338
|
|
|
1819
1339
|
:return: The RNA type or default when not found.
|
|
1820
|
-
:rtype: bpy.types.Struct
|
|
1821
1340
|
"""
|
|
1822
1341
|
|
|
1823
1342
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1824
1343
|
"""
|
|
1825
1344
|
|
|
1826
1345
|
:return: The class or default when not found.
|
|
1827
|
-
:rtype: typing.Any
|
|
1828
1346
|
"""
|
|
1829
1347
|
|
|
1830
1348
|
def draw(self, _context) -> None:
|
|
@@ -1847,14 +1365,12 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, _bpy_types.Panel):
|
|
|
1847
1365
|
"""
|
|
1848
1366
|
|
|
1849
1367
|
:return: The RNA type or default when not found.
|
|
1850
|
-
:rtype: bpy.types.Struct
|
|
1851
1368
|
"""
|
|
1852
1369
|
|
|
1853
1370
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1854
1371
|
"""
|
|
1855
1372
|
|
|
1856
1373
|
:return: The class or default when not found.
|
|
1857
|
-
:rtype: typing.Any
|
|
1858
1374
|
"""
|
|
1859
1375
|
|
|
1860
1376
|
def draw(self, context) -> None:
|
|
@@ -1884,14 +1400,12 @@ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, _bpy_types.Panel):
|
|
|
1884
1400
|
"""
|
|
1885
1401
|
|
|
1886
1402
|
:return: The RNA type or default when not found.
|
|
1887
|
-
:rtype: bpy.types.Struct
|
|
1888
1403
|
"""
|
|
1889
1404
|
|
|
1890
1405
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1891
1406
|
"""
|
|
1892
1407
|
|
|
1893
1408
|
:return: The class or default when not found.
|
|
1894
|
-
:rtype: typing.Any
|
|
1895
1409
|
"""
|
|
1896
1410
|
|
|
1897
1411
|
def draw(self, context) -> None:
|
|
@@ -1913,14 +1427,12 @@ class VIEW3D_PT_tools_object_options(View3DPanel, _bpy_types.Panel):
|
|
|
1913
1427
|
"""
|
|
1914
1428
|
|
|
1915
1429
|
:return: The RNA type or default when not found.
|
|
1916
|
-
:rtype: bpy.types.Struct
|
|
1917
1430
|
"""
|
|
1918
1431
|
|
|
1919
1432
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1920
1433
|
"""
|
|
1921
1434
|
|
|
1922
1435
|
:return: The class or default when not found.
|
|
1923
|
-
:rtype: typing.Any
|
|
1924
1436
|
"""
|
|
1925
1437
|
|
|
1926
1438
|
def draw(self, context) -> None:
|
|
@@ -1943,14 +1455,12 @@ class VIEW3D_PT_tools_object_options_transform(View3DPanel, _bpy_types.Panel):
|
|
|
1943
1455
|
"""
|
|
1944
1456
|
|
|
1945
1457
|
:return: The RNA type or default when not found.
|
|
1946
|
-
:rtype: bpy.types.Struct
|
|
1947
1458
|
"""
|
|
1948
1459
|
|
|
1949
1460
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1950
1461
|
"""
|
|
1951
1462
|
|
|
1952
1463
|
:return: The class or default when not found.
|
|
1953
|
-
:rtype: typing.Any
|
|
1954
1464
|
"""
|
|
1955
1465
|
|
|
1956
1466
|
def draw(self, context) -> None:
|
|
@@ -1975,14 +1485,12 @@ class VIEW3D_PT_tools_particlemode_options(View3DPanel, _bpy_types.Panel):
|
|
|
1975
1485
|
"""
|
|
1976
1486
|
|
|
1977
1487
|
:return: The RNA type or default when not found.
|
|
1978
|
-
:rtype: bpy.types.Struct
|
|
1979
1488
|
"""
|
|
1980
1489
|
|
|
1981
1490
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1982
1491
|
"""
|
|
1983
1492
|
|
|
1984
1493
|
:return: The class or default when not found.
|
|
1985
|
-
:rtype: typing.Any
|
|
1986
1494
|
"""
|
|
1987
1495
|
|
|
1988
1496
|
def draw(self, context) -> None:
|
|
@@ -2006,14 +1514,12 @@ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, _bpy_types.Panel
|
|
|
2006
1514
|
"""
|
|
2007
1515
|
|
|
2008
1516
|
:return: The RNA type or default when not found.
|
|
2009
|
-
:rtype: bpy.types.Struct
|
|
2010
1517
|
"""
|
|
2011
1518
|
|
|
2012
1519
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2013
1520
|
"""
|
|
2014
1521
|
|
|
2015
1522
|
:return: The class or default when not found.
|
|
2016
|
-
:rtype: typing.Any
|
|
2017
1523
|
"""
|
|
2018
1524
|
|
|
2019
1525
|
def draw(self, context) -> None:
|
|
@@ -2038,14 +1544,12 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, _bpy_types.Pane
|
|
|
2038
1544
|
"""
|
|
2039
1545
|
|
|
2040
1546
|
:return: The RNA type or default when not found.
|
|
2041
|
-
:rtype: bpy.types.Struct
|
|
2042
1547
|
"""
|
|
2043
1548
|
|
|
2044
1549
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2045
1550
|
"""
|
|
2046
1551
|
|
|
2047
1552
|
:return: The class or default when not found.
|
|
2048
|
-
:rtype: typing.Any
|
|
2049
1553
|
"""
|
|
2050
1554
|
|
|
2051
1555
|
def draw(self, context) -> None:
|
|
@@ -2067,14 +1571,12 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, _bpy_types.Panel):
|
|
|
2067
1571
|
"""
|
|
2068
1572
|
|
|
2069
1573
|
:return: The RNA type or default when not found.
|
|
2070
|
-
:rtype: bpy.types.Struct
|
|
2071
1574
|
"""
|
|
2072
1575
|
|
|
2073
1576
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2074
1577
|
"""
|
|
2075
1578
|
|
|
2076
1579
|
:return: The class or default when not found.
|
|
2077
|
-
:rtype: typing.Any
|
|
2078
1580
|
"""
|
|
2079
1581
|
|
|
2080
1582
|
def draw(self, context) -> None:
|
|
@@ -2094,14 +1596,12 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
2094
1596
|
"""
|
|
2095
1597
|
|
|
2096
1598
|
:return: The RNA type or default when not found.
|
|
2097
|
-
:rtype: bpy.types.Struct
|
|
2098
1599
|
"""
|
|
2099
1600
|
|
|
2100
1601
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2101
1602
|
"""
|
|
2102
1603
|
|
|
2103
1604
|
:return: The class or default when not found.
|
|
2104
|
-
:rtype: typing.Any
|
|
2105
1605
|
"""
|
|
2106
1606
|
|
|
2107
1607
|
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(_bpy_types.Panel):
|
|
@@ -2115,83 +1615,12 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(_bpy_types.Panel):
|
|
|
2115
1615
|
"""
|
|
2116
1616
|
|
|
2117
1617
|
:return: The RNA type or default when not found.
|
|
2118
|
-
:rtype: bpy.types.Struct
|
|
2119
|
-
"""
|
|
2120
|
-
|
|
2121
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2122
|
-
"""
|
|
2123
|
-
|
|
2124
|
-
:return: The class or default when not found.
|
|
2125
|
-
:rtype: typing.Any
|
|
2126
|
-
"""
|
|
2127
|
-
|
|
2128
|
-
class VIEW3D_PT_tools_grease_pencil_brush_settings(
|
|
2129
|
-
View3DPanel, _bpy_types.Panel, GreasePencilPaintPanel
|
|
2130
|
-
):
|
|
2131
|
-
bl_category: typing.Any
|
|
2132
|
-
bl_context: typing.Any
|
|
2133
|
-
bl_label: typing.Any
|
|
2134
|
-
bl_options: typing.Any
|
|
2135
|
-
bl_region_type: typing.Any
|
|
2136
|
-
bl_rna: typing.Any
|
|
2137
|
-
bl_space_type: typing.Any
|
|
2138
|
-
id_data: typing.Any
|
|
2139
|
-
|
|
2140
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2141
|
-
"""
|
|
2142
|
-
|
|
2143
|
-
:return: The RNA type or default when not found.
|
|
2144
|
-
:rtype: bpy.types.Struct
|
|
2145
|
-
"""
|
|
2146
|
-
|
|
2147
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2148
|
-
"""
|
|
2149
|
-
|
|
2150
|
-
:return: The class or default when not found.
|
|
2151
|
-
:rtype: typing.Any
|
|
2152
|
-
"""
|
|
2153
|
-
|
|
2154
|
-
def draw(self, context) -> None:
|
|
2155
|
-
"""
|
|
2156
|
-
|
|
2157
|
-
:param context:
|
|
2158
|
-
"""
|
|
2159
|
-
|
|
2160
|
-
def draw_header_preset(self, _context) -> None:
|
|
2161
|
-
"""
|
|
2162
|
-
|
|
2163
|
-
:param _context:
|
|
2164
|
-
"""
|
|
2165
|
-
|
|
2166
|
-
class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
|
|
2167
|
-
View3DPanel, _bpy_types.Panel, GreasePencilSculptPanel
|
|
2168
|
-
):
|
|
2169
|
-
bl_category: typing.Any
|
|
2170
|
-
bl_context: typing.Any
|
|
2171
|
-
bl_label: typing.Any
|
|
2172
|
-
bl_region_type: typing.Any
|
|
2173
|
-
bl_rna: typing.Any
|
|
2174
|
-
bl_space_type: typing.Any
|
|
2175
|
-
id_data: typing.Any
|
|
2176
|
-
|
|
2177
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2178
|
-
"""
|
|
2179
|
-
|
|
2180
|
-
:return: The RNA type or default when not found.
|
|
2181
|
-
:rtype: bpy.types.Struct
|
|
2182
1618
|
"""
|
|
2183
1619
|
|
|
2184
1620
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2185
1621
|
"""
|
|
2186
1622
|
|
|
2187
1623
|
:return: The class or default when not found.
|
|
2188
|
-
:rtype: typing.Any
|
|
2189
|
-
"""
|
|
2190
|
-
|
|
2191
|
-
def draw(self, context) -> None:
|
|
2192
|
-
"""
|
|
2193
|
-
|
|
2194
|
-
:param context:
|
|
2195
1624
|
"""
|
|
2196
1625
|
|
|
2197
1626
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
@@ -2210,14 +1639,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
|
|
|
2210
1639
|
"""
|
|
2211
1640
|
|
|
2212
1641
|
:return: The RNA type or default when not found.
|
|
2213
|
-
:rtype: bpy.types.Struct
|
|
2214
1642
|
"""
|
|
2215
1643
|
|
|
2216
1644
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2217
1645
|
"""
|
|
2218
1646
|
|
|
2219
1647
|
:return: The class or default when not found.
|
|
2220
|
-
:rtype: typing.Any
|
|
2221
1648
|
"""
|
|
2222
1649
|
|
|
2223
1650
|
def draw(self, context) -> None:
|
|
@@ -2247,14 +1674,12 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
|
|
|
2247
1674
|
"""
|
|
2248
1675
|
|
|
2249
1676
|
:return: The RNA type or default when not found.
|
|
2250
|
-
:rtype: bpy.types.Struct
|
|
2251
1677
|
"""
|
|
2252
1678
|
|
|
2253
1679
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2254
1680
|
"""
|
|
2255
1681
|
|
|
2256
1682
|
:return: The class or default when not found.
|
|
2257
|
-
:rtype: typing.Any
|
|
2258
1683
|
"""
|
|
2259
1684
|
|
|
2260
1685
|
def draw(self, context) -> None:
|
|
@@ -2279,14 +1704,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
|
|
|
2279
1704
|
"""
|
|
2280
1705
|
|
|
2281
1706
|
:return: The RNA type or default when not found.
|
|
2282
|
-
:rtype: bpy.types.Struct
|
|
2283
1707
|
"""
|
|
2284
1708
|
|
|
2285
1709
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2286
1710
|
"""
|
|
2287
1711
|
|
|
2288
1712
|
:return: The class or default when not found.
|
|
2289
|
-
:rtype: typing.Any
|
|
2290
1713
|
"""
|
|
2291
1714
|
|
|
2292
1715
|
def draw(self, context) -> None:
|
|
@@ -2310,14 +1733,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
|
|
|
2310
1733
|
"""
|
|
2311
1734
|
|
|
2312
1735
|
:return: The RNA type or default when not found.
|
|
2313
|
-
:rtype: bpy.types.Struct
|
|
2314
1736
|
"""
|
|
2315
1737
|
|
|
2316
1738
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2317
1739
|
"""
|
|
2318
1740
|
|
|
2319
1741
|
:return: The class or default when not found.
|
|
2320
|
-
:rtype: typing.Any
|
|
2321
1742
|
"""
|
|
2322
1743
|
|
|
2323
1744
|
def draw(self, context) -> None:
|
|
@@ -2340,14 +1761,12 @@ class VIEW3D_PT_curves_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2340
1761
|
"""
|
|
2341
1762
|
|
|
2342
1763
|
:return: The RNA type or default when not found.
|
|
2343
|
-
:rtype: bpy.types.Struct
|
|
2344
1764
|
"""
|
|
2345
1765
|
|
|
2346
1766
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2347
1767
|
"""
|
|
2348
1768
|
|
|
2349
1769
|
:return: The class or default when not found.
|
|
2350
|
-
:rtype: typing.Any
|
|
2351
1770
|
"""
|
|
2352
1771
|
|
|
2353
1772
|
def draw(self, context) -> None:
|
|
@@ -2397,14 +1816,12 @@ class VIEW3D_PT_sculpt_dyntopo(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2397
1816
|
"""
|
|
2398
1817
|
|
|
2399
1818
|
:return: The RNA type or default when not found.
|
|
2400
|
-
:rtype: bpy.types.Struct
|
|
2401
1819
|
"""
|
|
2402
1820
|
|
|
2403
1821
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2404
1822
|
"""
|
|
2405
1823
|
|
|
2406
1824
|
:return: The class or default when not found.
|
|
2407
|
-
:rtype: typing.Any
|
|
2408
1825
|
"""
|
|
2409
1826
|
|
|
2410
1827
|
def draw(self, context) -> None:
|
|
@@ -2441,14 +1858,12 @@ class VIEW3D_PT_sculpt_options(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2441
1858
|
"""
|
|
2442
1859
|
|
|
2443
1860
|
:return: The RNA type or default when not found.
|
|
2444
|
-
:rtype: bpy.types.Struct
|
|
2445
1861
|
"""
|
|
2446
1862
|
|
|
2447
1863
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2448
1864
|
"""
|
|
2449
1865
|
|
|
2450
1866
|
:return: The class or default when not found.
|
|
2451
|
-
:rtype: typing.Any
|
|
2452
1867
|
"""
|
|
2453
1868
|
|
|
2454
1869
|
def draw(self, context) -> None:
|
|
@@ -2478,14 +1893,12 @@ class VIEW3D_PT_sculpt_options_gravity(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2478
1893
|
"""
|
|
2479
1894
|
|
|
2480
1895
|
:return: The RNA type or default when not found.
|
|
2481
|
-
:rtype: bpy.types.Struct
|
|
2482
1896
|
"""
|
|
2483
1897
|
|
|
2484
1898
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2485
1899
|
"""
|
|
2486
1900
|
|
|
2487
1901
|
:return: The class or default when not found.
|
|
2488
|
-
:rtype: typing.Any
|
|
2489
1902
|
"""
|
|
2490
1903
|
|
|
2491
1904
|
def draw(self, context) -> None:
|
|
@@ -2515,14 +1928,12 @@ class VIEW3D_PT_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2515
1928
|
"""
|
|
2516
1929
|
|
|
2517
1930
|
:return: The RNA type or default when not found.
|
|
2518
|
-
:rtype: bpy.types.Struct
|
|
2519
1931
|
"""
|
|
2520
1932
|
|
|
2521
1933
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2522
1934
|
"""
|
|
2523
1935
|
|
|
2524
1936
|
:return: The class or default when not found.
|
|
2525
|
-
:rtype: typing.Any
|
|
2526
1937
|
"""
|
|
2527
1938
|
|
|
2528
1939
|
def draw(self, context) -> None:
|
|
@@ -2553,14 +1964,12 @@ class VIEW3D_PT_sculpt_voxel_remesh(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2553
1964
|
"""
|
|
2554
1965
|
|
|
2555
1966
|
:return: The RNA type or default when not found.
|
|
2556
|
-
:rtype: bpy.types.Struct
|
|
2557
1967
|
"""
|
|
2558
1968
|
|
|
2559
1969
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2560
1970
|
"""
|
|
2561
1971
|
|
|
2562
1972
|
:return: The class or default when not found.
|
|
2563
|
-
:rtype: typing.Any
|
|
2564
1973
|
"""
|
|
2565
1974
|
|
|
2566
1975
|
def draw(self, context) -> None:
|
|
@@ -2590,14 +1999,12 @@ class VIEW3D_PT_tools_brush_color(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2590
1999
|
"""
|
|
2591
2000
|
|
|
2592
2001
|
:return: The RNA type or default when not found.
|
|
2593
|
-
:rtype: bpy.types.Struct
|
|
2594
2002
|
"""
|
|
2595
2003
|
|
|
2596
2004
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2597
2005
|
"""
|
|
2598
2006
|
|
|
2599
2007
|
:return: The class or default when not found.
|
|
2600
|
-
:rtype: typing.Any
|
|
2601
2008
|
"""
|
|
2602
2009
|
|
|
2603
2010
|
def draw(self, context) -> None:
|
|
@@ -2622,20 +2029,19 @@ class VIEW3D_PT_tools_brush_texture(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2622
2029
|
bl_region_type: typing.Any
|
|
2623
2030
|
bl_rna: typing.Any
|
|
2624
2031
|
bl_space_type: typing.Any
|
|
2032
|
+
bl_ui_units_x: typing.Any
|
|
2625
2033
|
id_data: typing.Any
|
|
2626
2034
|
|
|
2627
2035
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2628
2036
|
"""
|
|
2629
2037
|
|
|
2630
2038
|
:return: The RNA type or default when not found.
|
|
2631
|
-
:rtype: bpy.types.Struct
|
|
2632
2039
|
"""
|
|
2633
2040
|
|
|
2634
2041
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2635
2042
|
"""
|
|
2636
2043
|
|
|
2637
2044
|
:return: The class or default when not found.
|
|
2638
|
-
:rtype: typing.Any
|
|
2639
2045
|
"""
|
|
2640
2046
|
|
|
2641
2047
|
def draw(self, context) -> None:
|
|
@@ -2651,76 +2057,6 @@ class VIEW3D_PT_tools_brush_texture(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2651
2057
|
:param context:
|
|
2652
2058
|
"""
|
|
2653
2059
|
|
|
2654
|
-
class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
|
|
2655
|
-
_bpy_types.Panel,
|
|
2656
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
2657
|
-
View3DPaintPanel,
|
|
2658
|
-
):
|
|
2659
|
-
bl_category: typing.Any
|
|
2660
|
-
bl_context: typing.Any
|
|
2661
|
-
bl_label: typing.Any
|
|
2662
|
-
bl_options: typing.Any
|
|
2663
|
-
bl_region_type: typing.Any
|
|
2664
|
-
bl_rna: typing.Any
|
|
2665
|
-
bl_space_type: typing.Any
|
|
2666
|
-
id_data: typing.Any
|
|
2667
|
-
|
|
2668
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2669
|
-
"""
|
|
2670
|
-
|
|
2671
|
-
:return: The RNA type or default when not found.
|
|
2672
|
-
:rtype: bpy.types.Struct
|
|
2673
|
-
"""
|
|
2674
|
-
|
|
2675
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2676
|
-
"""
|
|
2677
|
-
|
|
2678
|
-
:return: The class or default when not found.
|
|
2679
|
-
:rtype: typing.Any
|
|
2680
|
-
"""
|
|
2681
|
-
|
|
2682
|
-
@classmethod
|
|
2683
|
-
def poll(cls, context) -> None:
|
|
2684
|
-
"""
|
|
2685
|
-
|
|
2686
|
-
:param context:
|
|
2687
|
-
"""
|
|
2688
|
-
|
|
2689
|
-
class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
|
|
2690
|
-
_bpy_types.Panel,
|
|
2691
|
-
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
2692
|
-
View3DPaintPanel,
|
|
2693
|
-
):
|
|
2694
|
-
bl_category: typing.Any
|
|
2695
|
-
bl_context: typing.Any
|
|
2696
|
-
bl_label: typing.Any
|
|
2697
|
-
bl_options: typing.Any
|
|
2698
|
-
bl_region_type: typing.Any
|
|
2699
|
-
bl_rna: typing.Any
|
|
2700
|
-
bl_space_type: typing.Any
|
|
2701
|
-
id_data: typing.Any
|
|
2702
|
-
|
|
2703
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2704
|
-
"""
|
|
2705
|
-
|
|
2706
|
-
:return: The RNA type or default when not found.
|
|
2707
|
-
:rtype: bpy.types.Struct
|
|
2708
|
-
"""
|
|
2709
|
-
|
|
2710
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2711
|
-
"""
|
|
2712
|
-
|
|
2713
|
-
:return: The class or default when not found.
|
|
2714
|
-
:rtype: typing.Any
|
|
2715
|
-
"""
|
|
2716
|
-
|
|
2717
|
-
@classmethod
|
|
2718
|
-
def poll(cls, context) -> None:
|
|
2719
|
-
"""
|
|
2720
|
-
|
|
2721
|
-
:param context:
|
|
2722
|
-
"""
|
|
2723
|
-
|
|
2724
2060
|
class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
2725
2061
|
_bpy_types.Panel,
|
|
2726
2062
|
bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
|
|
@@ -2739,14 +2075,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
|
|
|
2739
2075
|
"""
|
|
2740
2076
|
|
|
2741
2077
|
:return: The RNA type or default when not found.
|
|
2742
|
-
:rtype: bpy.types.Struct
|
|
2743
2078
|
"""
|
|
2744
2079
|
|
|
2745
2080
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2746
2081
|
"""
|
|
2747
2082
|
|
|
2748
2083
|
:return: The class or default when not found.
|
|
2749
|
-
:rtype: typing.Any
|
|
2750
2084
|
"""
|
|
2751
2085
|
|
|
2752
2086
|
@classmethod
|
|
@@ -2775,14 +2109,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
|
|
|
2775
2109
|
"""
|
|
2776
2110
|
|
|
2777
2111
|
:return: The RNA type or default when not found.
|
|
2778
|
-
:rtype: bpy.types.Struct
|
|
2779
2112
|
"""
|
|
2780
2113
|
|
|
2781
2114
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2782
2115
|
"""
|
|
2783
2116
|
|
|
2784
2117
|
:return: The class or default when not found.
|
|
2785
|
-
:rtype: typing.Any
|
|
2786
2118
|
"""
|
|
2787
2119
|
|
|
2788
2120
|
@classmethod
|
|
@@ -2807,14 +2139,12 @@ class VIEW3D_PT_tools_imagepaint_options_external(_bpy_types.Panel, View3DPaintP
|
|
|
2807
2139
|
"""
|
|
2808
2140
|
|
|
2809
2141
|
:return: The RNA type or default when not found.
|
|
2810
|
-
:rtype: bpy.types.Struct
|
|
2811
2142
|
"""
|
|
2812
2143
|
|
|
2813
2144
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2814
2145
|
"""
|
|
2815
2146
|
|
|
2816
2147
|
:return: The class or default when not found.
|
|
2817
|
-
:rtype: typing.Any
|
|
2818
2148
|
"""
|
|
2819
2149
|
|
|
2820
2150
|
def draw(self, context) -> None:
|
|
@@ -2837,14 +2167,12 @@ class VIEW3D_PT_tools_imagepaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2837
2167
|
"""
|
|
2838
2168
|
|
|
2839
2169
|
:return: The RNA type or default when not found.
|
|
2840
|
-
:rtype: bpy.types.Struct
|
|
2841
2170
|
"""
|
|
2842
2171
|
|
|
2843
2172
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2844
2173
|
"""
|
|
2845
2174
|
|
|
2846
2175
|
:return: The class or default when not found.
|
|
2847
|
-
:rtype: typing.Any
|
|
2848
2176
|
"""
|
|
2849
2177
|
|
|
2850
2178
|
def draw(self, context) -> None:
|
|
@@ -2864,7 +2192,6 @@ class VIEW3D_PT_tools_particlemode(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2864
2192
|
bl_category: typing.Any
|
|
2865
2193
|
bl_context: typing.Any
|
|
2866
2194
|
bl_label: typing.Any
|
|
2867
|
-
bl_options: typing.Any
|
|
2868
2195
|
bl_region_type: typing.Any
|
|
2869
2196
|
bl_rna: typing.Any
|
|
2870
2197
|
bl_space_type: typing.Any
|
|
@@ -2874,14 +2201,12 @@ class VIEW3D_PT_tools_particlemode(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2874
2201
|
"""
|
|
2875
2202
|
|
|
2876
2203
|
:return: The RNA type or default when not found.
|
|
2877
|
-
:rtype: bpy.types.Struct
|
|
2878
2204
|
"""
|
|
2879
2205
|
|
|
2880
2206
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2881
2207
|
"""
|
|
2882
2208
|
|
|
2883
2209
|
:return: The class or default when not found.
|
|
2884
|
-
:rtype: typing.Any
|
|
2885
2210
|
"""
|
|
2886
2211
|
|
|
2887
2212
|
def draw(self, context) -> None:
|
|
@@ -2911,14 +2236,12 @@ class VIEW3D_PT_tools_vertexpaint_options(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2911
2236
|
"""
|
|
2912
2237
|
|
|
2913
2238
|
:return: The RNA type or default when not found.
|
|
2914
|
-
:rtype: bpy.types.Struct
|
|
2915
2239
|
"""
|
|
2916
2240
|
|
|
2917
2241
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2918
2242
|
"""
|
|
2919
2243
|
|
|
2920
2244
|
:return: The class or default when not found.
|
|
2921
|
-
:rtype: typing.Any
|
|
2922
2245
|
"""
|
|
2923
2246
|
|
|
2924
2247
|
def draw(self, _context) -> None:
|
|
@@ -2948,14 +2271,12 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2948
2271
|
"""
|
|
2949
2272
|
|
|
2950
2273
|
:return: The RNA type or default when not found.
|
|
2951
|
-
:rtype: bpy.types.Struct
|
|
2952
2274
|
"""
|
|
2953
2275
|
|
|
2954
2276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2955
2277
|
"""
|
|
2956
2278
|
|
|
2957
2279
|
:return: The class or default when not found.
|
|
2958
|
-
:rtype: typing.Any
|
|
2959
2280
|
"""
|
|
2960
2281
|
|
|
2961
2282
|
def draw(self, context) -> None:
|
|
@@ -2984,14 +2305,12 @@ class VIEW3D_PT_tools_weight_gradient(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2984
2305
|
"""
|
|
2985
2306
|
|
|
2986
2307
|
:return: The RNA type or default when not found.
|
|
2987
|
-
:rtype: bpy.types.Struct
|
|
2988
2308
|
"""
|
|
2989
2309
|
|
|
2990
2310
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2991
2311
|
"""
|
|
2992
2312
|
|
|
2993
2313
|
:return: The class or default when not found.
|
|
2994
|
-
:rtype: typing.Any
|
|
2995
2314
|
"""
|
|
2996
2315
|
|
|
2997
2316
|
def draw(self, context) -> None:
|
|
@@ -3021,14 +2340,12 @@ class VIEW3D_PT_tools_weightpaint_options(_bpy_types.Panel, View3DPaintPanel):
|
|
|
3021
2340
|
"""
|
|
3022
2341
|
|
|
3023
2342
|
:return: The RNA type or default when not found.
|
|
3024
|
-
:rtype: bpy.types.Struct
|
|
3025
2343
|
"""
|
|
3026
2344
|
|
|
3027
2345
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3028
2346
|
"""
|
|
3029
2347
|
|
|
3030
2348
|
:return: The class or default when not found.
|
|
3031
|
-
:rtype: typing.Any
|
|
3032
2349
|
"""
|
|
3033
2350
|
|
|
3034
2351
|
def draw(self, context) -> None:
|
|
@@ -3051,14 +2368,12 @@ class VIEW3D_PT_tools_weightpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
|
|
|
3051
2368
|
"""
|
|
3052
2369
|
|
|
3053
2370
|
:return: The RNA type or default when not found.
|
|
3054
|
-
:rtype: bpy.types.Struct
|
|
3055
2371
|
"""
|
|
3056
2372
|
|
|
3057
2373
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3058
2374
|
"""
|
|
3059
2375
|
|
|
3060
2376
|
:return: The class or default when not found.
|
|
3061
|
-
:rtype: typing.Any
|
|
3062
2377
|
"""
|
|
3063
2378
|
|
|
3064
2379
|
def draw(self, context) -> None:
|
|
@@ -3086,89 +2401,6 @@ class View3DPaintBrushPanel(View3DPaintPanel):
|
|
|
3086
2401
|
:param context:
|
|
3087
2402
|
"""
|
|
3088
2403
|
|
|
3089
|
-
class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(_bpy_types.Panel, View3DPanel):
|
|
3090
|
-
bl_category: typing.Any
|
|
3091
|
-
bl_context: typing.Any
|
|
3092
|
-
bl_label: typing.Any
|
|
3093
|
-
bl_options: typing.Any
|
|
3094
|
-
bl_parent_id: typing.Any
|
|
3095
|
-
bl_region_type: typing.Any
|
|
3096
|
-
bl_rna: typing.Any
|
|
3097
|
-
bl_space_type: typing.Any
|
|
3098
|
-
id_data: typing.Any
|
|
3099
|
-
|
|
3100
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
3101
|
-
"""
|
|
3102
|
-
|
|
3103
|
-
:return: The RNA type or default when not found.
|
|
3104
|
-
:rtype: bpy.types.Struct
|
|
3105
|
-
"""
|
|
3106
|
-
|
|
3107
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3108
|
-
"""
|
|
3109
|
-
|
|
3110
|
-
:return: The class or default when not found.
|
|
3111
|
-
:rtype: typing.Any
|
|
3112
|
-
"""
|
|
3113
|
-
|
|
3114
|
-
def draw(self, context) -> None:
|
|
3115
|
-
"""
|
|
3116
|
-
|
|
3117
|
-
:param context:
|
|
3118
|
-
"""
|
|
3119
|
-
|
|
3120
|
-
def draw_header(self, context) -> None:
|
|
3121
|
-
"""
|
|
3122
|
-
|
|
3123
|
-
:param context:
|
|
3124
|
-
"""
|
|
3125
|
-
|
|
3126
|
-
@classmethod
|
|
3127
|
-
def poll(cls, context) -> None:
|
|
3128
|
-
"""
|
|
3129
|
-
|
|
3130
|
-
:param context:
|
|
3131
|
-
"""
|
|
3132
|
-
|
|
3133
|
-
class VIEW3D_PT_tools_grease_pencil_brush_stroke(_bpy_types.Panel, View3DPanel):
|
|
3134
|
-
bl_category: typing.Any
|
|
3135
|
-
bl_context: typing.Any
|
|
3136
|
-
bl_label: typing.Any
|
|
3137
|
-
bl_options: typing.Any
|
|
3138
|
-
bl_parent_id: typing.Any
|
|
3139
|
-
bl_region_type: typing.Any
|
|
3140
|
-
bl_rna: typing.Any
|
|
3141
|
-
bl_space_type: typing.Any
|
|
3142
|
-
bl_ui_units_x: typing.Any
|
|
3143
|
-
id_data: typing.Any
|
|
3144
|
-
|
|
3145
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
3146
|
-
"""
|
|
3147
|
-
|
|
3148
|
-
:return: The RNA type or default when not found.
|
|
3149
|
-
:rtype: bpy.types.Struct
|
|
3150
|
-
"""
|
|
3151
|
-
|
|
3152
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3153
|
-
"""
|
|
3154
|
-
|
|
3155
|
-
:return: The class or default when not found.
|
|
3156
|
-
:rtype: typing.Any
|
|
3157
|
-
"""
|
|
3158
|
-
|
|
3159
|
-
def draw(self, _context) -> None:
|
|
3160
|
-
"""
|
|
3161
|
-
|
|
3162
|
-
:param _context:
|
|
3163
|
-
"""
|
|
3164
|
-
|
|
3165
|
-
@classmethod
|
|
3166
|
-
def poll(cls, context) -> None:
|
|
3167
|
-
"""
|
|
3168
|
-
|
|
3169
|
-
:param context:
|
|
3170
|
-
"""
|
|
3171
|
-
|
|
3172
2404
|
class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
3173
2405
|
_bpy_types.Panel,
|
|
3174
2406
|
bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
|
|
@@ -3189,14 +2421,12 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
|
|
|
3189
2421
|
"""
|
|
3190
2422
|
|
|
3191
2423
|
:return: The RNA type or default when not found.
|
|
3192
|
-
:rtype: bpy.types.Struct
|
|
3193
2424
|
"""
|
|
3194
2425
|
|
|
3195
2426
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3196
2427
|
"""
|
|
3197
2428
|
|
|
3198
2429
|
:return: The class or default when not found.
|
|
3199
|
-
:rtype: typing.Any
|
|
3200
2430
|
"""
|
|
3201
2431
|
|
|
3202
2432
|
class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
@@ -3218,14 +2448,19 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
|
|
|
3218
2448
|
"""
|
|
3219
2449
|
|
|
3220
2450
|
:return: The RNA type or default when not found.
|
|
3221
|
-
:rtype: bpy.types.Struct
|
|
3222
2451
|
"""
|
|
3223
2452
|
|
|
3224
2453
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3225
2454
|
"""
|
|
3226
2455
|
|
|
3227
2456
|
:return: The class or default when not found.
|
|
3228
|
-
|
|
2457
|
+
"""
|
|
2458
|
+
|
|
2459
|
+
@classmethod
|
|
2460
|
+
def poll(cls, context) -> None:
|
|
2461
|
+
"""
|
|
2462
|
+
|
|
2463
|
+
:param context:
|
|
3229
2464
|
"""
|
|
3230
2465
|
|
|
3231
2466
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(_bpy_types.Panel, View3DPanel):
|
|
@@ -3243,14 +2478,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(_bpy_types.Panel, View3D
|
|
|
3243
2478
|
"""
|
|
3244
2479
|
|
|
3245
2480
|
:return: The RNA type or default when not found.
|
|
3246
|
-
:rtype: bpy.types.Struct
|
|
3247
2481
|
"""
|
|
3248
2482
|
|
|
3249
2483
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3250
2484
|
"""
|
|
3251
2485
|
|
|
3252
2486
|
:return: The class or default when not found.
|
|
3253
|
-
:rtype: typing.Any
|
|
3254
2487
|
"""
|
|
3255
2488
|
|
|
3256
2489
|
def draw(self, context) -> None:
|
|
@@ -3288,14 +2521,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(_bpy_types.Panel, View3DPane
|
|
|
3288
2521
|
"""
|
|
3289
2522
|
|
|
3290
2523
|
:return: The RNA type or default when not found.
|
|
3291
|
-
:rtype: bpy.types.Struct
|
|
3292
2524
|
"""
|
|
3293
2525
|
|
|
3294
2526
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3295
2527
|
"""
|
|
3296
2528
|
|
|
3297
2529
|
:return: The class or default when not found.
|
|
3298
|
-
:rtype: typing.Any
|
|
3299
2530
|
"""
|
|
3300
2531
|
|
|
3301
2532
|
def draw(self, _context) -> None:
|
|
@@ -3330,14 +2561,12 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
|
|
|
3330
2561
|
"""
|
|
3331
2562
|
|
|
3332
2563
|
:return: The RNA type or default when not found.
|
|
3333
|
-
:rtype: bpy.types.Struct
|
|
3334
2564
|
"""
|
|
3335
2565
|
|
|
3336
2566
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3337
2567
|
"""
|
|
3338
2568
|
|
|
3339
2569
|
:return: The class or default when not found.
|
|
3340
|
-
:rtype: typing.Any
|
|
3341
2570
|
"""
|
|
3342
2571
|
|
|
3343
2572
|
class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
@@ -3359,14 +2588,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
|
|
|
3359
2588
|
"""
|
|
3360
2589
|
|
|
3361
2590
|
:return: The RNA type or default when not found.
|
|
3362
|
-
:rtype: bpy.types.Struct
|
|
3363
2591
|
"""
|
|
3364
2592
|
|
|
3365
2593
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3366
2594
|
"""
|
|
3367
2595
|
|
|
3368
2596
|
:return: The class or default when not found.
|
|
3369
|
-
:rtype: typing.Any
|
|
3370
2597
|
"""
|
|
3371
2598
|
|
|
3372
2599
|
class VIEW3D_PT_tools_brush_settings(_bpy_types.Panel, View3DPaintBrushPanel):
|
|
@@ -3382,14 +2609,12 @@ class VIEW3D_PT_tools_brush_settings(_bpy_types.Panel, View3DPaintBrushPanel):
|
|
|
3382
2609
|
"""
|
|
3383
2610
|
|
|
3384
2611
|
:return: The RNA type or default when not found.
|
|
3385
|
-
:rtype: bpy.types.Struct
|
|
3386
2612
|
"""
|
|
3387
2613
|
|
|
3388
2614
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3389
2615
|
"""
|
|
3390
2616
|
|
|
3391
2617
|
:return: The class or default when not found.
|
|
3392
|
-
:rtype: typing.Any
|
|
3393
2618
|
"""
|
|
3394
2619
|
|
|
3395
2620
|
def draw(self, context) -> None:
|
|
@@ -3421,14 +2646,12 @@ class VIEW3D_PT_tools_brush_settings_advanced(_bpy_types.Panel, View3DPaintBrush
|
|
|
3421
2646
|
"""
|
|
3422
2647
|
|
|
3423
2648
|
:return: The RNA type or default when not found.
|
|
3424
|
-
:rtype: bpy.types.Struct
|
|
3425
2649
|
"""
|
|
3426
2650
|
|
|
3427
2651
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3428
2652
|
"""
|
|
3429
2653
|
|
|
3430
2654
|
:return: The class or default when not found.
|
|
3431
|
-
:rtype: typing.Any
|
|
3432
2655
|
"""
|
|
3433
2656
|
|
|
3434
2657
|
def draw(self, context) -> None:
|