fake-bpy-module 20250828__py3-none-any.whl → 20260118__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-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.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-20260118.dist-info}/WHEEL +0 -0
bl_ui/space_image/__init__.pyi
CHANGED
|
@@ -22,11 +22,11 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
|
22
22
|
|
|
23
23
|
class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
|
|
24
24
|
bl_activate_operator: typing.Any
|
|
25
|
-
bl_default_preview_size: typing.Any
|
|
26
25
|
bl_options: typing.Any
|
|
27
26
|
bl_rna: typing.Any
|
|
28
27
|
bl_space_type: typing.Any
|
|
29
28
|
brush_type_prop: typing.Any
|
|
29
|
+
filter_brush: typing.Any
|
|
30
30
|
id_data: typing.Any
|
|
31
31
|
mode_prop: typing.Any
|
|
32
32
|
|
|
@@ -34,14 +34,12 @@ class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
|
|
|
34
34
|
"""
|
|
35
35
|
|
|
36
36
|
:return: The RNA type or default when not found.
|
|
37
|
-
:rtype: bpy.types.Struct
|
|
38
37
|
"""
|
|
39
38
|
|
|
40
39
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
41
40
|
"""
|
|
42
41
|
|
|
43
42
|
:return: The class or default when not found.
|
|
44
|
-
:rtype: typing.Any
|
|
45
43
|
"""
|
|
46
44
|
|
|
47
45
|
@classmethod
|
|
@@ -60,14 +58,12 @@ class IMAGE_HT_header(_bpy_types.Header):
|
|
|
60
58
|
"""
|
|
61
59
|
|
|
62
60
|
:return: The RNA type or default when not found.
|
|
63
|
-
:rtype: bpy.types.Struct
|
|
64
61
|
"""
|
|
65
62
|
|
|
66
63
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
67
64
|
"""
|
|
68
65
|
|
|
69
66
|
:return: The class or default when not found.
|
|
70
|
-
:rtype: typing.Any
|
|
71
67
|
"""
|
|
72
68
|
|
|
73
69
|
def draw(self, context) -> None:
|
|
@@ -94,14 +90,12 @@ class IMAGE_HT_tool_header(_bpy_types.Header):
|
|
|
94
90
|
"""
|
|
95
91
|
|
|
96
92
|
:return: The RNA type or default when not found.
|
|
97
|
-
:rtype: bpy.types.Struct
|
|
98
93
|
"""
|
|
99
94
|
|
|
100
95
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
101
96
|
"""
|
|
102
97
|
|
|
103
98
|
:return: The class or default when not found.
|
|
104
|
-
:rtype: typing.Any
|
|
105
99
|
"""
|
|
106
100
|
|
|
107
101
|
def draw(self, context) -> None:
|
|
@@ -132,14 +126,12 @@ class IMAGE_MT_editor_menus(_bpy_types.Menu):
|
|
|
132
126
|
"""
|
|
133
127
|
|
|
134
128
|
:return: The RNA type or default when not found.
|
|
135
|
-
:rtype: bpy.types.Struct
|
|
136
129
|
"""
|
|
137
130
|
|
|
138
131
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
139
132
|
"""
|
|
140
133
|
|
|
141
134
|
:return: The class or default when not found.
|
|
142
|
-
:rtype: typing.Any
|
|
143
135
|
"""
|
|
144
136
|
|
|
145
137
|
def draw(self, context) -> None:
|
|
@@ -157,14 +149,12 @@ class IMAGE_MT_image(_bpy_types.Menu):
|
|
|
157
149
|
"""
|
|
158
150
|
|
|
159
151
|
:return: The RNA type or default when not found.
|
|
160
|
-
:rtype: bpy.types.Struct
|
|
161
152
|
"""
|
|
162
153
|
|
|
163
154
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
164
155
|
"""
|
|
165
156
|
|
|
166
157
|
:return: The class or default when not found.
|
|
167
|
-
:rtype: typing.Any
|
|
168
158
|
"""
|
|
169
159
|
|
|
170
160
|
def draw(self, context) -> None:
|
|
@@ -182,14 +172,12 @@ class IMAGE_MT_image_invert(_bpy_types.Menu):
|
|
|
182
172
|
"""
|
|
183
173
|
|
|
184
174
|
:return: The RNA type or default when not found.
|
|
185
|
-
:rtype: bpy.types.Struct
|
|
186
175
|
"""
|
|
187
176
|
|
|
188
177
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
189
178
|
"""
|
|
190
179
|
|
|
191
180
|
:return: The class or default when not found.
|
|
192
|
-
:rtype: typing.Any
|
|
193
181
|
"""
|
|
194
182
|
|
|
195
183
|
def draw(self, _context) -> None:
|
|
@@ -207,14 +195,12 @@ class IMAGE_MT_image_transform(_bpy_types.Menu):
|
|
|
207
195
|
"""
|
|
208
196
|
|
|
209
197
|
:return: The RNA type or default when not found.
|
|
210
|
-
:rtype: bpy.types.Struct
|
|
211
198
|
"""
|
|
212
199
|
|
|
213
200
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
214
201
|
"""
|
|
215
202
|
|
|
216
203
|
:return: The class or default when not found.
|
|
217
|
-
:rtype: typing.Any
|
|
218
204
|
"""
|
|
219
205
|
|
|
220
206
|
def draw(self, _context) -> None:
|
|
@@ -232,14 +218,12 @@ class IMAGE_MT_mask_context_menu(_bpy_types.Menu):
|
|
|
232
218
|
"""
|
|
233
219
|
|
|
234
220
|
:return: The RNA type or default when not found.
|
|
235
|
-
:rtype: bpy.types.Struct
|
|
236
221
|
"""
|
|
237
222
|
|
|
238
223
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
239
224
|
"""
|
|
240
225
|
|
|
241
226
|
:return: The class or default when not found.
|
|
242
|
-
:rtype: typing.Any
|
|
243
227
|
"""
|
|
244
228
|
|
|
245
229
|
def draw(self, context) -> None:
|
|
@@ -264,14 +248,12 @@ class IMAGE_MT_pivot_pie(_bpy_types.Menu):
|
|
|
264
248
|
"""
|
|
265
249
|
|
|
266
250
|
:return: The RNA type or default when not found.
|
|
267
|
-
:rtype: bpy.types.Struct
|
|
268
251
|
"""
|
|
269
252
|
|
|
270
253
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
271
254
|
"""
|
|
272
255
|
|
|
273
256
|
:return: The class or default when not found.
|
|
274
|
-
:rtype: typing.Any
|
|
275
257
|
"""
|
|
276
258
|
|
|
277
259
|
def draw(self, context) -> None:
|
|
@@ -289,14 +271,12 @@ class IMAGE_MT_select(_bpy_types.Menu):
|
|
|
289
271
|
"""
|
|
290
272
|
|
|
291
273
|
:return: The RNA type or default when not found.
|
|
292
|
-
:rtype: bpy.types.Struct
|
|
293
274
|
"""
|
|
294
275
|
|
|
295
276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
296
277
|
"""
|
|
297
278
|
|
|
298
279
|
:return: The class or default when not found.
|
|
299
|
-
:rtype: typing.Any
|
|
300
280
|
"""
|
|
301
281
|
|
|
302
282
|
def draw(self, _context) -> None:
|
|
@@ -314,14 +294,12 @@ class IMAGE_MT_select_linked(_bpy_types.Menu):
|
|
|
314
294
|
"""
|
|
315
295
|
|
|
316
296
|
:return: The RNA type or default when not found.
|
|
317
|
-
:rtype: bpy.types.Struct
|
|
318
297
|
"""
|
|
319
298
|
|
|
320
299
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
321
300
|
"""
|
|
322
301
|
|
|
323
302
|
:return: The class or default when not found.
|
|
324
|
-
:rtype: typing.Any
|
|
325
303
|
"""
|
|
326
304
|
|
|
327
305
|
def draw(self, _context) -> None:
|
|
@@ -339,14 +317,12 @@ class IMAGE_MT_uvs(_bpy_types.Menu):
|
|
|
339
317
|
"""
|
|
340
318
|
|
|
341
319
|
:return: The RNA type or default when not found.
|
|
342
|
-
:rtype: bpy.types.Struct
|
|
343
320
|
"""
|
|
344
321
|
|
|
345
322
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
346
323
|
"""
|
|
347
324
|
|
|
348
325
|
:return: The class or default when not found.
|
|
349
|
-
:rtype: typing.Any
|
|
350
326
|
"""
|
|
351
327
|
|
|
352
328
|
class IMAGE_MT_uvs_align(_bpy_types.Menu):
|
|
@@ -358,14 +334,12 @@ class IMAGE_MT_uvs_align(_bpy_types.Menu):
|
|
|
358
334
|
"""
|
|
359
335
|
|
|
360
336
|
:return: The RNA type or default when not found.
|
|
361
|
-
:rtype: bpy.types.Struct
|
|
362
337
|
"""
|
|
363
338
|
|
|
364
339
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
365
340
|
"""
|
|
366
341
|
|
|
367
342
|
:return: The class or default when not found.
|
|
368
|
-
:rtype: typing.Any
|
|
369
343
|
"""
|
|
370
344
|
|
|
371
345
|
def draw(self, _context) -> None:
|
|
@@ -383,14 +357,12 @@ class IMAGE_MT_uvs_context_menu(_bpy_types.Menu):
|
|
|
383
357
|
"""
|
|
384
358
|
|
|
385
359
|
:return: The RNA type or default when not found.
|
|
386
|
-
:rtype: bpy.types.Struct
|
|
387
360
|
"""
|
|
388
361
|
|
|
389
362
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
390
363
|
"""
|
|
391
364
|
|
|
392
365
|
:return: The class or default when not found.
|
|
393
|
-
:rtype: typing.Any
|
|
394
366
|
"""
|
|
395
367
|
|
|
396
368
|
def draw(self, context) -> None:
|
|
@@ -408,14 +380,12 @@ class IMAGE_MT_uvs_merge(_bpy_types.Menu):
|
|
|
408
380
|
"""
|
|
409
381
|
|
|
410
382
|
:return: The RNA type or default when not found.
|
|
411
|
-
:rtype: bpy.types.Struct
|
|
412
383
|
"""
|
|
413
384
|
|
|
414
385
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
415
386
|
"""
|
|
416
387
|
|
|
417
388
|
:return: The class or default when not found.
|
|
418
|
-
:rtype: typing.Any
|
|
419
389
|
"""
|
|
420
390
|
|
|
421
391
|
def draw(self, _context) -> None:
|
|
@@ -434,14 +404,12 @@ class IMAGE_MT_uvs_mirror(_bpy_types.Menu):
|
|
|
434
404
|
"""
|
|
435
405
|
|
|
436
406
|
:return: The RNA type or default when not found.
|
|
437
|
-
:rtype: bpy.types.Struct
|
|
438
407
|
"""
|
|
439
408
|
|
|
440
409
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
441
410
|
"""
|
|
442
411
|
|
|
443
412
|
:return: The class or default when not found.
|
|
444
|
-
:rtype: typing.Any
|
|
445
413
|
"""
|
|
446
414
|
|
|
447
415
|
def draw(self, _context) -> None:
|
|
@@ -459,14 +427,12 @@ class IMAGE_MT_uvs_select_mode(_bpy_types.Menu):
|
|
|
459
427
|
"""
|
|
460
428
|
|
|
461
429
|
:return: The RNA type or default when not found.
|
|
462
|
-
:rtype: bpy.types.Struct
|
|
463
430
|
"""
|
|
464
431
|
|
|
465
432
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
466
433
|
"""
|
|
467
434
|
|
|
468
435
|
:return: The class or default when not found.
|
|
469
|
-
:rtype: typing.Any
|
|
470
436
|
"""
|
|
471
437
|
|
|
472
438
|
def draw(self, context) -> None:
|
|
@@ -484,14 +450,12 @@ class IMAGE_MT_uvs_showhide(_bpy_types.Menu):
|
|
|
484
450
|
"""
|
|
485
451
|
|
|
486
452
|
:return: The RNA type or default when not found.
|
|
487
|
-
:rtype: bpy.types.Struct
|
|
488
453
|
"""
|
|
489
454
|
|
|
490
455
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
491
456
|
"""
|
|
492
457
|
|
|
493
458
|
:return: The class or default when not found.
|
|
494
|
-
:rtype: typing.Any
|
|
495
459
|
"""
|
|
496
460
|
|
|
497
461
|
def draw(self, _context) -> None:
|
|
@@ -509,14 +473,12 @@ class IMAGE_MT_uvs_snap(_bpy_types.Menu):
|
|
|
509
473
|
"""
|
|
510
474
|
|
|
511
475
|
:return: The RNA type or default when not found.
|
|
512
|
-
:rtype: bpy.types.Struct
|
|
513
476
|
"""
|
|
514
477
|
|
|
515
478
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
516
479
|
"""
|
|
517
480
|
|
|
518
481
|
:return: The class or default when not found.
|
|
519
|
-
:rtype: typing.Any
|
|
520
482
|
"""
|
|
521
483
|
|
|
522
484
|
def draw(self, _context) -> None:
|
|
@@ -534,14 +496,12 @@ class IMAGE_MT_uvs_snap_pie(_bpy_types.Menu):
|
|
|
534
496
|
"""
|
|
535
497
|
|
|
536
498
|
:return: The RNA type or default when not found.
|
|
537
|
-
:rtype: bpy.types.Struct
|
|
538
499
|
"""
|
|
539
500
|
|
|
540
501
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
541
502
|
"""
|
|
542
503
|
|
|
543
504
|
:return: The class or default when not found.
|
|
544
|
-
:rtype: typing.Any
|
|
545
505
|
"""
|
|
546
506
|
|
|
547
507
|
def draw(self, _context) -> None:
|
|
@@ -559,14 +519,12 @@ class IMAGE_MT_uvs_split(_bpy_types.Menu):
|
|
|
559
519
|
"""
|
|
560
520
|
|
|
561
521
|
:return: The RNA type or default when not found.
|
|
562
|
-
:rtype: bpy.types.Struct
|
|
563
522
|
"""
|
|
564
523
|
|
|
565
524
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
566
525
|
"""
|
|
567
526
|
|
|
568
527
|
:return: The class or default when not found.
|
|
569
|
-
:rtype: typing.Any
|
|
570
528
|
"""
|
|
571
529
|
|
|
572
530
|
def draw(self, _context) -> None:
|
|
@@ -584,14 +542,12 @@ class IMAGE_MT_uvs_transform(_bpy_types.Menu):
|
|
|
584
542
|
"""
|
|
585
543
|
|
|
586
544
|
:return: The RNA type or default when not found.
|
|
587
|
-
:rtype: bpy.types.Struct
|
|
588
545
|
"""
|
|
589
546
|
|
|
590
547
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
591
548
|
"""
|
|
592
549
|
|
|
593
550
|
:return: The class or default when not found.
|
|
594
|
-
:rtype: typing.Any
|
|
595
551
|
"""
|
|
596
552
|
|
|
597
553
|
def draw(self, _context) -> None:
|
|
@@ -609,14 +565,12 @@ class IMAGE_MT_uvs_unwrap(_bpy_types.Menu):
|
|
|
609
565
|
"""
|
|
610
566
|
|
|
611
567
|
:return: The RNA type or default when not found.
|
|
612
|
-
:rtype: bpy.types.Struct
|
|
613
568
|
"""
|
|
614
569
|
|
|
615
570
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
616
571
|
"""
|
|
617
572
|
|
|
618
573
|
:return: The class or default when not found.
|
|
619
|
-
:rtype: typing.Any
|
|
620
574
|
"""
|
|
621
575
|
|
|
622
576
|
def draw(self, _context) -> None:
|
|
@@ -634,14 +588,12 @@ class IMAGE_MT_view(_bpy_types.Menu):
|
|
|
634
588
|
"""
|
|
635
589
|
|
|
636
590
|
:return: The RNA type or default when not found.
|
|
637
|
-
:rtype: bpy.types.Struct
|
|
638
591
|
"""
|
|
639
592
|
|
|
640
593
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
641
594
|
"""
|
|
642
595
|
|
|
643
596
|
:return: The class or default when not found.
|
|
644
|
-
:rtype: typing.Any
|
|
645
597
|
"""
|
|
646
598
|
|
|
647
599
|
def draw(self, context) -> None:
|
|
@@ -659,14 +611,12 @@ class IMAGE_MT_view_pie(_bpy_types.Menu):
|
|
|
659
611
|
"""
|
|
660
612
|
|
|
661
613
|
:return: The RNA type or default when not found.
|
|
662
|
-
:rtype: bpy.types.Struct
|
|
663
614
|
"""
|
|
664
615
|
|
|
665
616
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
666
617
|
"""
|
|
667
618
|
|
|
668
619
|
:return: The class or default when not found.
|
|
669
|
-
:rtype: typing.Any
|
|
670
620
|
"""
|
|
671
621
|
|
|
672
622
|
def draw(self, context) -> None:
|
|
@@ -684,14 +634,12 @@ class IMAGE_MT_view_zoom(_bpy_types.Menu):
|
|
|
684
634
|
"""
|
|
685
635
|
|
|
686
636
|
:return: The RNA type or default when not found.
|
|
687
|
-
:rtype: bpy.types.Struct
|
|
688
637
|
"""
|
|
689
638
|
|
|
690
639
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
691
640
|
"""
|
|
692
641
|
|
|
693
642
|
:return: The class or default when not found.
|
|
694
|
-
:rtype: typing.Any
|
|
695
643
|
"""
|
|
696
644
|
|
|
697
645
|
def draw(self, context) -> None:
|
|
@@ -714,14 +662,12 @@ class IMAGE_PT_active_mask_point(
|
|
|
714
662
|
"""
|
|
715
663
|
|
|
716
664
|
:return: The RNA type or default when not found.
|
|
717
|
-
:rtype: bpy.types.Struct
|
|
718
665
|
"""
|
|
719
666
|
|
|
720
667
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
721
668
|
"""
|
|
722
669
|
|
|
723
670
|
:return: The class or default when not found.
|
|
724
|
-
:rtype: typing.Any
|
|
725
671
|
"""
|
|
726
672
|
|
|
727
673
|
class IMAGE_PT_active_mask_spline(
|
|
@@ -738,14 +684,12 @@ class IMAGE_PT_active_mask_spline(
|
|
|
738
684
|
"""
|
|
739
685
|
|
|
740
686
|
:return: The RNA type or default when not found.
|
|
741
|
-
:rtype: bpy.types.Struct
|
|
742
687
|
"""
|
|
743
688
|
|
|
744
689
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
745
690
|
"""
|
|
746
691
|
|
|
747
692
|
:return: The class or default when not found.
|
|
748
|
-
:rtype: typing.Any
|
|
749
693
|
"""
|
|
750
694
|
|
|
751
695
|
class IMAGE_PT_active_tool(
|
|
@@ -762,14 +706,12 @@ class IMAGE_PT_active_tool(
|
|
|
762
706
|
"""
|
|
763
707
|
|
|
764
708
|
:return: The RNA type or default when not found.
|
|
765
|
-
:rtype: bpy.types.Struct
|
|
766
709
|
"""
|
|
767
710
|
|
|
768
711
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
769
712
|
"""
|
|
770
713
|
|
|
771
714
|
:return: The class or default when not found.
|
|
772
|
-
:rtype: typing.Any
|
|
773
715
|
"""
|
|
774
716
|
|
|
775
717
|
class IMAGE_PT_annotation(
|
|
@@ -787,14 +729,12 @@ class IMAGE_PT_annotation(
|
|
|
787
729
|
"""
|
|
788
730
|
|
|
789
731
|
:return: The RNA type or default when not found.
|
|
790
|
-
:rtype: bpy.types.Struct
|
|
791
732
|
"""
|
|
792
733
|
|
|
793
734
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
794
735
|
"""
|
|
795
736
|
|
|
796
737
|
:return: The class or default when not found.
|
|
797
|
-
:rtype: typing.Any
|
|
798
738
|
"""
|
|
799
739
|
|
|
800
740
|
class IMAGE_PT_gizmo_display(_bpy_types.Panel):
|
|
@@ -809,14 +749,12 @@ class IMAGE_PT_gizmo_display(_bpy_types.Panel):
|
|
|
809
749
|
"""
|
|
810
750
|
|
|
811
751
|
:return: The RNA type or default when not found.
|
|
812
|
-
:rtype: bpy.types.Struct
|
|
813
752
|
"""
|
|
814
753
|
|
|
815
754
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
816
755
|
"""
|
|
817
756
|
|
|
818
757
|
:return: The class or default when not found.
|
|
819
|
-
:rtype: typing.Any
|
|
820
758
|
"""
|
|
821
759
|
|
|
822
760
|
def draw(self, context) -> None:
|
|
@@ -837,14 +775,12 @@ class IMAGE_PT_image_properties(_bpy_types.Panel):
|
|
|
837
775
|
"""
|
|
838
776
|
|
|
839
777
|
:return: The RNA type or default when not found.
|
|
840
|
-
:rtype: bpy.types.Struct
|
|
841
778
|
"""
|
|
842
779
|
|
|
843
780
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
844
781
|
"""
|
|
845
782
|
|
|
846
783
|
:return: The class or default when not found.
|
|
847
|
-
:rtype: typing.Any
|
|
848
784
|
"""
|
|
849
785
|
|
|
850
786
|
def draw(self, context) -> None:
|
|
@@ -873,14 +809,12 @@ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel)
|
|
|
873
809
|
"""
|
|
874
810
|
|
|
875
811
|
:return: The RNA type or default when not found.
|
|
876
|
-
:rtype: bpy.types.Struct
|
|
877
812
|
"""
|
|
878
813
|
|
|
879
814
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
880
815
|
"""
|
|
881
816
|
|
|
882
817
|
:return: The class or default when not found.
|
|
883
|
-
:rtype: typing.Any
|
|
884
818
|
"""
|
|
885
819
|
|
|
886
820
|
class IMAGE_PT_mask_animation(
|
|
@@ -898,19 +832,18 @@ class IMAGE_PT_mask_animation(
|
|
|
898
832
|
"""
|
|
899
833
|
|
|
900
834
|
:return: The RNA type or default when not found.
|
|
901
|
-
:rtype: bpy.types.Struct
|
|
902
835
|
"""
|
|
903
836
|
|
|
904
837
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
905
838
|
"""
|
|
906
839
|
|
|
907
840
|
:return: The class or default when not found.
|
|
908
|
-
:rtype: typing.Any
|
|
909
841
|
"""
|
|
910
842
|
|
|
911
|
-
class
|
|
912
|
-
bl_ui.properties_mask_common.
|
|
843
|
+
class IMAGE_PT_mask_layers(
|
|
844
|
+
bl_ui.properties_mask_common.MASK_PT_layers, _bpy_types.Panel
|
|
913
845
|
):
|
|
846
|
+
bl_category: typing.Any
|
|
914
847
|
bl_label: typing.Any
|
|
915
848
|
bl_region_type: typing.Any
|
|
916
849
|
bl_rna: typing.Any
|
|
@@ -921,60 +854,58 @@ class IMAGE_PT_mask_display(
|
|
|
921
854
|
"""
|
|
922
855
|
|
|
923
856
|
:return: The RNA type or default when not found.
|
|
924
|
-
:rtype: bpy.types.Struct
|
|
925
857
|
"""
|
|
926
858
|
|
|
927
859
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
928
860
|
"""
|
|
929
861
|
|
|
930
862
|
:return: The class or default when not found.
|
|
931
|
-
:rtype: typing.Any
|
|
932
863
|
"""
|
|
933
864
|
|
|
934
|
-
class
|
|
935
|
-
bl_ui.properties_mask_common.MASK_PT_layers, _bpy_types.Panel
|
|
936
|
-
):
|
|
937
|
-
bl_category: typing.Any
|
|
865
|
+
class IMAGE_PT_overlay(_bpy_types.Panel):
|
|
938
866
|
bl_label: typing.Any
|
|
939
867
|
bl_region_type: typing.Any
|
|
940
868
|
bl_rna: typing.Any
|
|
941
869
|
bl_space_type: typing.Any
|
|
870
|
+
bl_ui_units_x: typing.Any
|
|
942
871
|
id_data: typing.Any
|
|
943
872
|
|
|
944
873
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
945
874
|
"""
|
|
946
875
|
|
|
947
876
|
:return: The RNA type or default when not found.
|
|
948
|
-
:rtype: bpy.types.Struct
|
|
949
877
|
"""
|
|
950
878
|
|
|
951
879
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
952
880
|
"""
|
|
953
881
|
|
|
954
882
|
:return: The class or default when not found.
|
|
955
|
-
:rtype: typing.Any
|
|
956
883
|
"""
|
|
957
884
|
|
|
958
|
-
|
|
885
|
+
def draw(self, context) -> None:
|
|
886
|
+
"""
|
|
887
|
+
|
|
888
|
+
:param context:
|
|
889
|
+
"""
|
|
890
|
+
|
|
891
|
+
class IMAGE_PT_overlay_guides(_bpy_types.Panel):
|
|
959
892
|
bl_label: typing.Any
|
|
893
|
+
bl_parent_id: typing.Any
|
|
960
894
|
bl_region_type: typing.Any
|
|
961
895
|
bl_rna: typing.Any
|
|
962
896
|
bl_space_type: typing.Any
|
|
963
|
-
bl_ui_units_x: typing.Any
|
|
964
897
|
id_data: typing.Any
|
|
965
898
|
|
|
966
899
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
967
900
|
"""
|
|
968
901
|
|
|
969
902
|
:return: The RNA type or default when not found.
|
|
970
|
-
:rtype: bpy.types.Struct
|
|
971
903
|
"""
|
|
972
904
|
|
|
973
905
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
974
906
|
"""
|
|
975
907
|
|
|
976
908
|
:return: The class or default when not found.
|
|
977
|
-
:rtype: typing.Any
|
|
978
909
|
"""
|
|
979
910
|
|
|
980
911
|
def draw(self, context) -> None:
|
|
@@ -983,7 +914,14 @@ class IMAGE_PT_overlay(_bpy_types.Panel):
|
|
|
983
914
|
:param context:
|
|
984
915
|
"""
|
|
985
916
|
|
|
986
|
-
|
|
917
|
+
@classmethod
|
|
918
|
+
def poll(cls, context) -> None:
|
|
919
|
+
"""
|
|
920
|
+
|
|
921
|
+
:param context:
|
|
922
|
+
"""
|
|
923
|
+
|
|
924
|
+
class IMAGE_PT_overlay_image(_bpy_types.Panel):
|
|
987
925
|
bl_label: typing.Any
|
|
988
926
|
bl_parent_id: typing.Any
|
|
989
927
|
bl_region_type: typing.Any
|
|
@@ -995,14 +933,12 @@ class IMAGE_PT_overlay_guides(_bpy_types.Panel):
|
|
|
995
933
|
"""
|
|
996
934
|
|
|
997
935
|
:return: The RNA type or default when not found.
|
|
998
|
-
:rtype: bpy.types.Struct
|
|
999
936
|
"""
|
|
1000
937
|
|
|
1001
938
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1002
939
|
"""
|
|
1003
940
|
|
|
1004
941
|
:return: The class or default when not found.
|
|
1005
|
-
:rtype: typing.Any
|
|
1006
942
|
"""
|
|
1007
943
|
|
|
1008
944
|
def draw(self, context) -> None:
|
|
@@ -1011,14 +947,9 @@ class IMAGE_PT_overlay_guides(_bpy_types.Panel):
|
|
|
1011
947
|
:param context:
|
|
1012
948
|
"""
|
|
1013
949
|
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
:param context:
|
|
1019
|
-
"""
|
|
1020
|
-
|
|
1021
|
-
class IMAGE_PT_overlay_image(_bpy_types.Panel):
|
|
950
|
+
class IMAGE_PT_overlay_mask(
|
|
951
|
+
bl_ui.properties_mask_common.MASK_PT_display, _bpy_types.Panel
|
|
952
|
+
):
|
|
1022
953
|
bl_label: typing.Any
|
|
1023
954
|
bl_parent_id: typing.Any
|
|
1024
955
|
bl_region_type: typing.Any
|
|
@@ -1030,17 +961,16 @@ class IMAGE_PT_overlay_image(_bpy_types.Panel):
|
|
|
1030
961
|
"""
|
|
1031
962
|
|
|
1032
963
|
:return: The RNA type or default when not found.
|
|
1033
|
-
:rtype: bpy.types.Struct
|
|
1034
964
|
"""
|
|
1035
965
|
|
|
1036
966
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1037
967
|
"""
|
|
1038
968
|
|
|
1039
969
|
:return: The class or default when not found.
|
|
1040
|
-
:rtype: typing.Any
|
|
1041
970
|
"""
|
|
1042
971
|
|
|
1043
|
-
|
|
972
|
+
@classmethod
|
|
973
|
+
def poll(cls, context) -> None:
|
|
1044
974
|
"""
|
|
1045
975
|
|
|
1046
976
|
:param context:
|
|
@@ -1058,14 +988,12 @@ class IMAGE_PT_overlay_render_guides(_bpy_types.Panel):
|
|
|
1058
988
|
"""
|
|
1059
989
|
|
|
1060
990
|
:return: The RNA type or default when not found.
|
|
1061
|
-
:rtype: bpy.types.Struct
|
|
1062
991
|
"""
|
|
1063
992
|
|
|
1064
993
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1065
994
|
"""
|
|
1066
995
|
|
|
1067
996
|
:return: The class or default when not found.
|
|
1068
|
-
:rtype: typing.Any
|
|
1069
997
|
"""
|
|
1070
998
|
|
|
1071
999
|
def draw(self, context) -> None:
|
|
@@ -1093,14 +1021,12 @@ class IMAGE_PT_overlay_uv_display(_bpy_types.Panel):
|
|
|
1093
1021
|
"""
|
|
1094
1022
|
|
|
1095
1023
|
:return: The RNA type or default when not found.
|
|
1096
|
-
:rtype: bpy.types.Struct
|
|
1097
1024
|
"""
|
|
1098
1025
|
|
|
1099
1026
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1100
1027
|
"""
|
|
1101
1028
|
|
|
1102
1029
|
:return: The class or default when not found.
|
|
1103
|
-
:rtype: typing.Any
|
|
1104
1030
|
"""
|
|
1105
1031
|
|
|
1106
1032
|
def draw(self, context) -> None:
|
|
@@ -1128,14 +1054,12 @@ class IMAGE_PT_overlay_uv_edit_geometry(_bpy_types.Panel):
|
|
|
1128
1054
|
"""
|
|
1129
1055
|
|
|
1130
1056
|
:return: The RNA type or default when not found.
|
|
1131
|
-
:rtype: bpy.types.Struct
|
|
1132
1057
|
"""
|
|
1133
1058
|
|
|
1134
1059
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1135
1060
|
"""
|
|
1136
1061
|
|
|
1137
1062
|
:return: The class or default when not found.
|
|
1138
|
-
:rtype: typing.Any
|
|
1139
1063
|
"""
|
|
1140
1064
|
|
|
1141
1065
|
def draw(self, context) -> None:
|
|
@@ -1163,14 +1087,12 @@ class IMAGE_PT_overlay_uv_stretch(_bpy_types.Panel):
|
|
|
1163
1087
|
"""
|
|
1164
1088
|
|
|
1165
1089
|
:return: The RNA type or default when not found.
|
|
1166
|
-
:rtype: bpy.types.Struct
|
|
1167
1090
|
"""
|
|
1168
1091
|
|
|
1169
1092
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1170
1093
|
"""
|
|
1171
1094
|
|
|
1172
1095
|
:return: The class or default when not found.
|
|
1173
|
-
:rtype: typing.Any
|
|
1174
1096
|
"""
|
|
1175
1097
|
|
|
1176
1098
|
def draw(self, context) -> None:
|
|
@@ -1203,14 +1125,12 @@ class IMAGE_PT_paint_clone(
|
|
|
1203
1125
|
"""
|
|
1204
1126
|
|
|
1205
1127
|
:return: The RNA type or default when not found.
|
|
1206
|
-
:rtype: bpy.types.Struct
|
|
1207
1128
|
"""
|
|
1208
1129
|
|
|
1209
1130
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1210
1131
|
"""
|
|
1211
1132
|
|
|
1212
1133
|
:return: The class or default when not found.
|
|
1213
|
-
:rtype: typing.Any
|
|
1214
1134
|
"""
|
|
1215
1135
|
|
|
1216
1136
|
class ImagePaintPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
@@ -1234,14 +1154,12 @@ class IMAGE_PT_paint_curve(
|
|
|
1234
1154
|
"""
|
|
1235
1155
|
|
|
1236
1156
|
:return: The RNA type or default when not found.
|
|
1237
|
-
:rtype: bpy.types.Struct
|
|
1238
1157
|
"""
|
|
1239
1158
|
|
|
1240
1159
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1241
1160
|
"""
|
|
1242
1161
|
|
|
1243
1162
|
:return: The class or default when not found.
|
|
1244
|
-
:rtype: typing.Any
|
|
1245
1163
|
"""
|
|
1246
1164
|
|
|
1247
1165
|
class IMAGE_PT_paint_select(
|
|
@@ -1259,14 +1177,12 @@ class IMAGE_PT_paint_select(
|
|
|
1259
1177
|
"""
|
|
1260
1178
|
|
|
1261
1179
|
:return: The RNA type or default when not found.
|
|
1262
|
-
:rtype: bpy.types.Struct
|
|
1263
1180
|
"""
|
|
1264
1181
|
|
|
1265
1182
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1266
1183
|
"""
|
|
1267
1184
|
|
|
1268
1185
|
:return: The class or default when not found.
|
|
1269
|
-
:rtype: typing.Any
|
|
1270
1186
|
"""
|
|
1271
1187
|
|
|
1272
1188
|
class IMAGE_PT_paint_stroke(
|
|
@@ -1287,14 +1203,12 @@ class IMAGE_PT_paint_stroke(
|
|
|
1287
1203
|
"""
|
|
1288
1204
|
|
|
1289
1205
|
:return: The RNA type or default when not found.
|
|
1290
|
-
:rtype: bpy.types.Struct
|
|
1291
1206
|
"""
|
|
1292
1207
|
|
|
1293
1208
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1294
1209
|
"""
|
|
1295
1210
|
|
|
1296
1211
|
:return: The class or default when not found.
|
|
1297
|
-
:rtype: typing.Any
|
|
1298
1212
|
"""
|
|
1299
1213
|
|
|
1300
1214
|
class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
@@ -1314,14 +1228,12 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
1314
1228
|
"""
|
|
1315
1229
|
|
|
1316
1230
|
:return: The RNA type or default when not found.
|
|
1317
|
-
:rtype: bpy.types.Struct
|
|
1318
1231
|
"""
|
|
1319
1232
|
|
|
1320
1233
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1321
1234
|
"""
|
|
1322
1235
|
|
|
1323
1236
|
:return: The class or default when not found.
|
|
1324
|
-
:rtype: typing.Any
|
|
1325
1237
|
"""
|
|
1326
1238
|
|
|
1327
1239
|
class IMAGE_PT_paint_swatches(
|
|
@@ -1341,14 +1253,12 @@ class IMAGE_PT_paint_swatches(
|
|
|
1341
1253
|
"""
|
|
1342
1254
|
|
|
1343
1255
|
:return: The RNA type or default when not found.
|
|
1344
|
-
:rtype: bpy.types.Struct
|
|
1345
1256
|
"""
|
|
1346
1257
|
|
|
1347
1258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1348
1259
|
"""
|
|
1349
1260
|
|
|
1350
1261
|
:return: The class or default when not found.
|
|
1351
|
-
:rtype: typing.Any
|
|
1352
1262
|
"""
|
|
1353
1263
|
|
|
1354
1264
|
class IMAGE_PT_proportional_edit(_bpy_types.Panel):
|
|
@@ -1363,14 +1273,12 @@ class IMAGE_PT_proportional_edit(_bpy_types.Panel):
|
|
|
1363
1273
|
"""
|
|
1364
1274
|
|
|
1365
1275
|
:return: The RNA type or default when not found.
|
|
1366
|
-
:rtype: bpy.types.Struct
|
|
1367
1276
|
"""
|
|
1368
1277
|
|
|
1369
1278
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1370
1279
|
"""
|
|
1371
1280
|
|
|
1372
1281
|
:return: The class or default when not found.
|
|
1373
|
-
:rtype: typing.Any
|
|
1374
1282
|
"""
|
|
1375
1283
|
|
|
1376
1284
|
def draw(self, context) -> None:
|
|
@@ -1391,14 +1299,12 @@ class IMAGE_PT_render_slots(_bpy_types.Panel):
|
|
|
1391
1299
|
"""
|
|
1392
1300
|
|
|
1393
1301
|
:return: The RNA type or default when not found.
|
|
1394
|
-
:rtype: bpy.types.Struct
|
|
1395
1302
|
"""
|
|
1396
1303
|
|
|
1397
1304
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1398
1305
|
"""
|
|
1399
1306
|
|
|
1400
1307
|
:return: The class or default when not found.
|
|
1401
|
-
:rtype: typing.Any
|
|
1402
1308
|
"""
|
|
1403
1309
|
|
|
1404
1310
|
def draw(self, context) -> None:
|
|
@@ -1426,14 +1332,12 @@ class IMAGE_PT_sample_line(ImageScopesPanel, _bpy_types.Panel):
|
|
|
1426
1332
|
"""
|
|
1427
1333
|
|
|
1428
1334
|
:return: The RNA type or default when not found.
|
|
1429
|
-
:rtype: bpy.types.Struct
|
|
1430
1335
|
"""
|
|
1431
1336
|
|
|
1432
1337
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1433
1338
|
"""
|
|
1434
1339
|
|
|
1435
1340
|
:return: The class or default when not found.
|
|
1436
|
-
:rtype: typing.Any
|
|
1437
1341
|
"""
|
|
1438
1342
|
|
|
1439
1343
|
def draw(self, context) -> None:
|
|
@@ -1455,14 +1359,12 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, _bpy_types.Panel):
|
|
|
1455
1359
|
"""
|
|
1456
1360
|
|
|
1457
1361
|
:return: The RNA type or default when not found.
|
|
1458
|
-
:rtype: bpy.types.Struct
|
|
1459
1362
|
"""
|
|
1460
1363
|
|
|
1461
1364
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1462
1365
|
"""
|
|
1463
1366
|
|
|
1464
1367
|
:return: The class or default when not found.
|
|
1465
|
-
:rtype: typing.Any
|
|
1466
1368
|
"""
|
|
1467
1369
|
|
|
1468
1370
|
def draw(self, context) -> None:
|
|
@@ -1482,14 +1384,12 @@ class IMAGE_PT_snapping(_bpy_types.Panel):
|
|
|
1482
1384
|
"""
|
|
1483
1385
|
|
|
1484
1386
|
:return: The RNA type or default when not found.
|
|
1485
|
-
:rtype: bpy.types.Struct
|
|
1486
1387
|
"""
|
|
1487
1388
|
|
|
1488
1389
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1489
1390
|
"""
|
|
1490
1391
|
|
|
1491
1392
|
:return: The class or default when not found.
|
|
1492
|
-
:rtype: typing.Any
|
|
1493
1393
|
"""
|
|
1494
1394
|
|
|
1495
1395
|
def draw(self, context) -> None:
|
|
@@ -1516,14 +1416,12 @@ class IMAGE_PT_tools_brush_display(
|
|
|
1516
1416
|
"""
|
|
1517
1417
|
|
|
1518
1418
|
:return: The RNA type or default when not found.
|
|
1519
|
-
:rtype: bpy.types.Struct
|
|
1520
1419
|
"""
|
|
1521
1420
|
|
|
1522
1421
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1523
1422
|
"""
|
|
1524
1423
|
|
|
1525
1424
|
:return: The class or default when not found.
|
|
1526
|
-
:rtype: typing.Any
|
|
1527
1425
|
"""
|
|
1528
1426
|
|
|
1529
1427
|
class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, _bpy_types.Panel):
|
|
@@ -1541,14 +1439,12 @@ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, _bpy_types.Panel):
|
|
|
1541
1439
|
"""
|
|
1542
1440
|
|
|
1543
1441
|
:return: The RNA type or default when not found.
|
|
1544
|
-
:rtype: bpy.types.Struct
|
|
1545
1442
|
"""
|
|
1546
1443
|
|
|
1547
1444
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1548
1445
|
"""
|
|
1549
1446
|
|
|
1550
1447
|
:return: The class or default when not found.
|
|
1551
|
-
:rtype: typing.Any
|
|
1552
1448
|
"""
|
|
1553
1449
|
|
|
1554
1450
|
def draw(self, context) -> None:
|
|
@@ -1571,14 +1467,12 @@ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, _bpy_types.Panel):
|
|
|
1571
1467
|
"""
|
|
1572
1468
|
|
|
1573
1469
|
:return: The RNA type or default when not found.
|
|
1574
|
-
:rtype: bpy.types.Struct
|
|
1575
1470
|
"""
|
|
1576
1471
|
|
|
1577
1472
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1578
1473
|
"""
|
|
1579
1474
|
|
|
1580
1475
|
:return: The class or default when not found.
|
|
1581
|
-
:rtype: typing.Any
|
|
1582
1476
|
"""
|
|
1583
1477
|
|
|
1584
1478
|
def draw(self, context) -> None:
|
|
@@ -1605,14 +1499,12 @@ class IMAGE_PT_tools_mask_texture(
|
|
|
1605
1499
|
"""
|
|
1606
1500
|
|
|
1607
1501
|
:return: The RNA type or default when not found.
|
|
1608
|
-
:rtype: bpy.types.Struct
|
|
1609
1502
|
"""
|
|
1610
1503
|
|
|
1611
1504
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1612
1505
|
"""
|
|
1613
1506
|
|
|
1614
1507
|
:return: The class or default when not found.
|
|
1615
|
-
:rtype: typing.Any
|
|
1616
1508
|
"""
|
|
1617
1509
|
|
|
1618
1510
|
class IMAGE_PT_udim_tiles(_bpy_types.Panel):
|
|
@@ -1627,14 +1519,12 @@ class IMAGE_PT_udim_tiles(_bpy_types.Panel):
|
|
|
1627
1519
|
"""
|
|
1628
1520
|
|
|
1629
1521
|
:return: The RNA type or default when not found.
|
|
1630
|
-
:rtype: bpy.types.Struct
|
|
1631
1522
|
"""
|
|
1632
1523
|
|
|
1633
1524
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1634
1525
|
"""
|
|
1635
1526
|
|
|
1636
1527
|
:return: The class or default when not found.
|
|
1637
|
-
:rtype: typing.Any
|
|
1638
1528
|
"""
|
|
1639
1529
|
|
|
1640
1530
|
def draw(self, context) -> None:
|
|
@@ -1662,14 +1552,12 @@ class IMAGE_PT_uv_cursor(_bpy_types.Panel):
|
|
|
1662
1552
|
"""
|
|
1663
1553
|
|
|
1664
1554
|
:return: The RNA type or default when not found.
|
|
1665
|
-
:rtype: bpy.types.Struct
|
|
1666
1555
|
"""
|
|
1667
1556
|
|
|
1668
1557
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1669
1558
|
"""
|
|
1670
1559
|
|
|
1671
1560
|
:return: The class or default when not found.
|
|
1672
|
-
:rtype: typing.Any
|
|
1673
1561
|
"""
|
|
1674
1562
|
|
|
1675
1563
|
def draw(self, context) -> None:
|
|
@@ -1697,14 +1585,12 @@ class IMAGE_PT_uv_sculpt_curve(_bpy_types.Panel):
|
|
|
1697
1585
|
"""
|
|
1698
1586
|
|
|
1699
1587
|
:return: The RNA type or default when not found.
|
|
1700
|
-
:rtype: bpy.types.Struct
|
|
1701
1588
|
"""
|
|
1702
1589
|
|
|
1703
1590
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1704
1591
|
"""
|
|
1705
1592
|
|
|
1706
1593
|
:return: The class or default when not found.
|
|
1707
|
-
:rtype: typing.Any
|
|
1708
1594
|
"""
|
|
1709
1595
|
|
|
1710
1596
|
def draw(self, context) -> None:
|
|
@@ -1725,14 +1611,12 @@ class IMAGE_PT_uv_sculpt_options(_bpy_types.Panel):
|
|
|
1725
1611
|
"""
|
|
1726
1612
|
|
|
1727
1613
|
:return: The RNA type or default when not found.
|
|
1728
|
-
:rtype: bpy.types.Struct
|
|
1729
1614
|
"""
|
|
1730
1615
|
|
|
1731
1616
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1732
1617
|
"""
|
|
1733
1618
|
|
|
1734
1619
|
:return: The class or default when not found.
|
|
1735
|
-
:rtype: typing.Any
|
|
1736
1620
|
"""
|
|
1737
1621
|
|
|
1738
1622
|
def draw(self, context) -> None:
|
|
@@ -1753,14 +1637,12 @@ class IMAGE_PT_view_display(_bpy_types.Panel):
|
|
|
1753
1637
|
"""
|
|
1754
1638
|
|
|
1755
1639
|
:return: The RNA type or default when not found.
|
|
1756
|
-
:rtype: bpy.types.Struct
|
|
1757
1640
|
"""
|
|
1758
1641
|
|
|
1759
1642
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1760
1643
|
"""
|
|
1761
1644
|
|
|
1762
1645
|
:return: The class or default when not found.
|
|
1763
|
-
:rtype: typing.Any
|
|
1764
1646
|
"""
|
|
1765
1647
|
|
|
1766
1648
|
def draw(self, context) -> None:
|
|
@@ -1788,14 +1670,12 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, _bpy_types.Panel):
|
|
|
1788
1670
|
"""
|
|
1789
1671
|
|
|
1790
1672
|
:return: The RNA type or default when not found.
|
|
1791
|
-
:rtype: bpy.types.Struct
|
|
1792
1673
|
"""
|
|
1793
1674
|
|
|
1794
1675
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1795
1676
|
"""
|
|
1796
1677
|
|
|
1797
1678
|
:return: The class or default when not found.
|
|
1798
|
-
:rtype: typing.Any
|
|
1799
1679
|
"""
|
|
1800
1680
|
|
|
1801
1681
|
def draw(self, context) -> None:
|
|
@@ -1816,14 +1696,12 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, _bpy_types.Panel):
|
|
|
1816
1696
|
"""
|
|
1817
1697
|
|
|
1818
1698
|
:return: The RNA type or default when not found.
|
|
1819
|
-
:rtype: bpy.types.Struct
|
|
1820
1699
|
"""
|
|
1821
1700
|
|
|
1822
1701
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1823
1702
|
"""
|
|
1824
1703
|
|
|
1825
1704
|
:return: The class or default when not found.
|
|
1826
|
-
:rtype: typing.Any
|
|
1827
1705
|
"""
|
|
1828
1706
|
|
|
1829
1707
|
def draw(self, context) -> None:
|
|
@@ -1844,14 +1722,12 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, _bpy_types.Panel):
|
|
|
1844
1722
|
"""
|
|
1845
1723
|
|
|
1846
1724
|
:return: The RNA type or default when not found.
|
|
1847
|
-
:rtype: bpy.types.Struct
|
|
1848
1725
|
"""
|
|
1849
1726
|
|
|
1850
1727
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1851
1728
|
"""
|
|
1852
1729
|
|
|
1853
1730
|
:return: The class or default when not found.
|
|
1854
|
-
:rtype: typing.Any
|
|
1855
1731
|
"""
|
|
1856
1732
|
|
|
1857
1733
|
def draw(self, context) -> None:
|
|
@@ -1868,14 +1744,12 @@ class IMAGE_UL_render_slots(_bpy_types.UIList):
|
|
|
1868
1744
|
"""
|
|
1869
1745
|
|
|
1870
1746
|
:return: The RNA type or default when not found.
|
|
1871
|
-
:rtype: bpy.types.Struct
|
|
1872
1747
|
"""
|
|
1873
1748
|
|
|
1874
1749
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1875
1750
|
"""
|
|
1876
1751
|
|
|
1877
1752
|
:return: The class or default when not found.
|
|
1878
|
-
:rtype: typing.Any
|
|
1879
1753
|
"""
|
|
1880
1754
|
|
|
1881
1755
|
def draw_item(
|
|
@@ -1909,14 +1783,12 @@ class IMAGE_UL_udim_tiles(_bpy_types.UIList):
|
|
|
1909
1783
|
"""
|
|
1910
1784
|
|
|
1911
1785
|
:return: The RNA type or default when not found.
|
|
1912
|
-
:rtype: bpy.types.Struct
|
|
1913
1786
|
"""
|
|
1914
1787
|
|
|
1915
1788
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1916
1789
|
"""
|
|
1917
1790
|
|
|
1918
1791
|
:return: The class or default when not found.
|
|
1919
|
-
:rtype: typing.Any
|
|
1920
1792
|
"""
|
|
1921
1793
|
|
|
1922
1794
|
def draw_item(
|
|
@@ -1944,10 +1816,10 @@ class IMAGE_UL_udim_tiles(_bpy_types.UIList):
|
|
|
1944
1816
|
|
|
1945
1817
|
class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
|
|
1946
1818
|
bl_activate_operator: typing.Any
|
|
1947
|
-
bl_default_preview_size: typing.Any
|
|
1948
1819
|
bl_options: typing.Any
|
|
1949
1820
|
bl_space_type: typing.Any
|
|
1950
1821
|
brush_type_prop: typing.Any
|
|
1822
|
+
filter_brush: typing.Any
|
|
1951
1823
|
mode_prop: typing.Any
|
|
1952
1824
|
|
|
1953
1825
|
class ImageScopesPanel:
|
|
@@ -1991,14 +1863,12 @@ class IMAGE_PT_paint_color(_bpy_types.Panel, ImagePaintPanel):
|
|
|
1991
1863
|
"""
|
|
1992
1864
|
|
|
1993
1865
|
:return: The RNA type or default when not found.
|
|
1994
|
-
:rtype: bpy.types.Struct
|
|
1995
1866
|
"""
|
|
1996
1867
|
|
|
1997
1868
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1998
1869
|
"""
|
|
1999
1870
|
|
|
2000
1871
|
:return: The class or default when not found.
|
|
2001
|
-
:rtype: typing.Any
|
|
2002
1872
|
"""
|
|
2003
1873
|
|
|
2004
1874
|
def draw(self, context) -> None:
|
|
@@ -2027,14 +1897,12 @@ class IMAGE_PT_paint_settings(_bpy_types.Panel, ImagePaintPanel):
|
|
|
2027
1897
|
"""
|
|
2028
1898
|
|
|
2029
1899
|
:return: The RNA type or default when not found.
|
|
2030
|
-
:rtype: bpy.types.Struct
|
|
2031
1900
|
"""
|
|
2032
1901
|
|
|
2033
1902
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2034
1903
|
"""
|
|
2035
1904
|
|
|
2036
1905
|
:return: The class or default when not found.
|
|
2037
|
-
:rtype: typing.Any
|
|
2038
1906
|
"""
|
|
2039
1907
|
|
|
2040
1908
|
def draw(self, context) -> None:
|
|
@@ -2065,14 +1933,12 @@ class IMAGE_PT_paint_settings_advanced(_bpy_types.Panel, ImagePaintPanel):
|
|
|
2065
1933
|
"""
|
|
2066
1934
|
|
|
2067
1935
|
:return: The RNA type or default when not found.
|
|
2068
|
-
:rtype: bpy.types.Struct
|
|
2069
1936
|
"""
|
|
2070
1937
|
|
|
2071
1938
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2072
1939
|
"""
|
|
2073
1940
|
|
|
2074
1941
|
:return: The class or default when not found.
|
|
2075
|
-
:rtype: typing.Any
|
|
2076
1942
|
"""
|
|
2077
1943
|
|
|
2078
1944
|
def draw(self, context) -> None:
|