fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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}/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 +1 -0
- _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_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +40 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -4
- bl_operators/node/__init__.pyi +36 -46
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +0 -50
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
- bl_ui/node_add_menu_shader/__init__.pyi +10 -30
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +0 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +0 -18
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -7
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +0 -90
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +27 -66
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +50 -8
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +206 -420
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +53 -56
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -72
- 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 +2 -34
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +17 -166
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +27 -217
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +29 -524
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +2 -50
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +71 -741
- bpy/ops/object/__init__.pyi +137 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +28 -233
- bpy/ops/poselib/__init__.pyi +4 -47
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +6 -70
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +90 -662
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +39 -1334
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +15386 -56984
- 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 +9 -8
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +1 -7
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +24 -135
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +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_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_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
|
@@ -17,14 +17,12 @@ class PREFERENCES_OT_addon_disable(_bpy_types.Operator):
|
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
:return: The RNA type or default when not found.
|
|
20
|
-
:rtype: bpy.types.Struct
|
|
21
20
|
"""
|
|
22
21
|
|
|
23
22
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
25
|
:return: The class or default when not found.
|
|
27
|
-
:rtype: typing.Any
|
|
28
26
|
"""
|
|
29
27
|
|
|
30
28
|
def execute(self, _context) -> None:
|
|
@@ -45,14 +43,12 @@ class PREFERENCES_OT_addon_enable(_bpy_types.Operator):
|
|
|
45
43
|
"""
|
|
46
44
|
|
|
47
45
|
:return: The RNA type or default when not found.
|
|
48
|
-
:rtype: bpy.types.Struct
|
|
49
46
|
"""
|
|
50
47
|
|
|
51
48
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
52
49
|
"""
|
|
53
50
|
|
|
54
51
|
:return: The class or default when not found.
|
|
55
|
-
:rtype: typing.Any
|
|
56
52
|
"""
|
|
57
53
|
|
|
58
54
|
def execute(self, _context) -> None:
|
|
@@ -74,14 +70,12 @@ class PREFERENCES_OT_addon_expand(_bpy_types.Operator):
|
|
|
74
70
|
"""
|
|
75
71
|
|
|
76
72
|
:return: The RNA type or default when not found.
|
|
77
|
-
:rtype: bpy.types.Struct
|
|
78
73
|
"""
|
|
79
74
|
|
|
80
75
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
81
76
|
"""
|
|
82
77
|
|
|
83
78
|
:return: The class or default when not found.
|
|
84
|
-
:rtype: typing.Any
|
|
85
79
|
"""
|
|
86
80
|
|
|
87
81
|
def execute(self, _context) -> None:
|
|
@@ -102,14 +96,12 @@ class PREFERENCES_OT_addon_install(_bpy_types.Operator):
|
|
|
102
96
|
"""
|
|
103
97
|
|
|
104
98
|
:return: The RNA type or default when not found.
|
|
105
|
-
:rtype: bpy.types.Struct
|
|
106
99
|
"""
|
|
107
100
|
|
|
108
101
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
109
102
|
"""
|
|
110
103
|
|
|
111
104
|
:return: The class or default when not found.
|
|
112
|
-
:rtype: typing.Any
|
|
113
105
|
"""
|
|
114
106
|
|
|
115
107
|
def execute(self, context) -> None:
|
|
@@ -137,14 +129,12 @@ class PREFERENCES_OT_addon_refresh(_bpy_types.Operator):
|
|
|
137
129
|
"""
|
|
138
130
|
|
|
139
131
|
:return: The RNA type or default when not found.
|
|
140
|
-
:rtype: bpy.types.Struct
|
|
141
132
|
"""
|
|
142
133
|
|
|
143
134
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
144
135
|
"""
|
|
145
136
|
|
|
146
137
|
:return: The class or default when not found.
|
|
147
|
-
:rtype: typing.Any
|
|
148
138
|
"""
|
|
149
139
|
|
|
150
140
|
def execute(self, _context) -> None:
|
|
@@ -165,14 +155,12 @@ class PREFERENCES_OT_addon_remove(_bpy_types.Operator):
|
|
|
165
155
|
"""
|
|
166
156
|
|
|
167
157
|
:return: The RNA type or default when not found.
|
|
168
|
-
:rtype: bpy.types.Struct
|
|
169
158
|
"""
|
|
170
159
|
|
|
171
160
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
172
161
|
"""
|
|
173
162
|
|
|
174
163
|
:return: The class or default when not found.
|
|
175
|
-
:rtype: typing.Any
|
|
176
164
|
"""
|
|
177
165
|
|
|
178
166
|
def draw(self, _context) -> None:
|
|
@@ -214,14 +202,12 @@ class PREFERENCES_OT_addon_show(_bpy_types.Operator):
|
|
|
214
202
|
"""
|
|
215
203
|
|
|
216
204
|
:return: The RNA type or default when not found.
|
|
217
|
-
:rtype: bpy.types.Struct
|
|
218
205
|
"""
|
|
219
206
|
|
|
220
207
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
221
208
|
"""
|
|
222
209
|
|
|
223
210
|
:return: The class or default when not found.
|
|
224
|
-
:rtype: typing.Any
|
|
225
211
|
"""
|
|
226
212
|
|
|
227
213
|
def execute(self, context) -> None:
|
|
@@ -242,14 +228,12 @@ class PREFERENCES_OT_app_template_install(_bpy_types.Operator):
|
|
|
242
228
|
"""
|
|
243
229
|
|
|
244
230
|
:return: The RNA type or default when not found.
|
|
245
|
-
:rtype: bpy.types.Struct
|
|
246
231
|
"""
|
|
247
232
|
|
|
248
233
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
249
234
|
"""
|
|
250
235
|
|
|
251
236
|
:return: The class or default when not found.
|
|
252
|
-
:rtype: typing.Any
|
|
253
237
|
"""
|
|
254
238
|
|
|
255
239
|
def execute(self, _context) -> None:
|
|
@@ -277,14 +261,12 @@ class PREFERENCES_OT_copy_prev(_bpy_types.Operator):
|
|
|
277
261
|
"""
|
|
278
262
|
|
|
279
263
|
:return: The RNA type or default when not found.
|
|
280
|
-
:rtype: bpy.types.Struct
|
|
281
264
|
"""
|
|
282
265
|
|
|
283
266
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
284
267
|
"""
|
|
285
268
|
|
|
286
269
|
:return: The class or default when not found.
|
|
287
|
-
:rtype: typing.Any
|
|
288
270
|
"""
|
|
289
271
|
|
|
290
272
|
def execute(self, _context) -> None:
|
|
@@ -313,14 +295,12 @@ class PREFERENCES_OT_keyconfig_activate(_bpy_types.Operator):
|
|
|
313
295
|
"""
|
|
314
296
|
|
|
315
297
|
:return: The RNA type or default when not found.
|
|
316
|
-
:rtype: bpy.types.Struct
|
|
317
298
|
"""
|
|
318
299
|
|
|
319
300
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
320
301
|
"""
|
|
321
302
|
|
|
322
303
|
:return: The class or default when not found.
|
|
323
|
-
:rtype: typing.Any
|
|
324
304
|
"""
|
|
325
305
|
|
|
326
306
|
def execute(self, _context) -> None:
|
|
@@ -341,14 +321,12 @@ class PREFERENCES_OT_keyconfig_export(_bpy_types.Operator):
|
|
|
341
321
|
"""
|
|
342
322
|
|
|
343
323
|
:return: The RNA type or default when not found.
|
|
344
|
-
:rtype: bpy.types.Struct
|
|
345
324
|
"""
|
|
346
325
|
|
|
347
326
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
348
327
|
"""
|
|
349
328
|
|
|
350
329
|
:return: The class or default when not found.
|
|
351
|
-
:rtype: typing.Any
|
|
352
330
|
"""
|
|
353
331
|
|
|
354
332
|
def execute(self, context) -> None:
|
|
@@ -376,14 +354,12 @@ class PREFERENCES_OT_keyconfig_import(_bpy_types.Operator):
|
|
|
376
354
|
"""
|
|
377
355
|
|
|
378
356
|
:return: The RNA type or default when not found.
|
|
379
|
-
:rtype: bpy.types.Struct
|
|
380
357
|
"""
|
|
381
358
|
|
|
382
359
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
383
360
|
"""
|
|
384
361
|
|
|
385
362
|
:return: The class or default when not found.
|
|
386
|
-
:rtype: typing.Any
|
|
387
363
|
"""
|
|
388
364
|
|
|
389
365
|
def execute(self, _context) -> None:
|
|
@@ -411,14 +387,12 @@ class PREFERENCES_OT_keyconfig_remove(_bpy_types.Operator):
|
|
|
411
387
|
"""
|
|
412
388
|
|
|
413
389
|
:return: The RNA type or default when not found.
|
|
414
|
-
:rtype: bpy.types.Struct
|
|
415
390
|
"""
|
|
416
391
|
|
|
417
392
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
418
393
|
"""
|
|
419
394
|
|
|
420
395
|
:return: The class or default when not found.
|
|
421
|
-
:rtype: typing.Any
|
|
422
396
|
"""
|
|
423
397
|
|
|
424
398
|
def execute(self, context) -> None:
|
|
@@ -446,14 +420,12 @@ class PREFERENCES_OT_keyconfig_test(_bpy_types.Operator):
|
|
|
446
420
|
"""
|
|
447
421
|
|
|
448
422
|
:return: The RNA type or default when not found.
|
|
449
|
-
:rtype: bpy.types.Struct
|
|
450
423
|
"""
|
|
451
424
|
|
|
452
425
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
453
426
|
"""
|
|
454
427
|
|
|
455
428
|
:return: The class or default when not found.
|
|
456
|
-
:rtype: typing.Any
|
|
457
429
|
"""
|
|
458
430
|
|
|
459
431
|
def execute(self, context) -> None:
|
|
@@ -474,14 +446,12 @@ class PREFERENCES_OT_keyitem_add(_bpy_types.Operator):
|
|
|
474
446
|
"""
|
|
475
447
|
|
|
476
448
|
:return: The RNA type or default when not found.
|
|
477
|
-
:rtype: bpy.types.Struct
|
|
478
449
|
"""
|
|
479
450
|
|
|
480
451
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
481
452
|
"""
|
|
482
453
|
|
|
483
454
|
:return: The class or default when not found.
|
|
484
|
-
:rtype: typing.Any
|
|
485
455
|
"""
|
|
486
456
|
|
|
487
457
|
def execute(self, context) -> None:
|
|
@@ -502,14 +472,12 @@ class PREFERENCES_OT_keyitem_remove(_bpy_types.Operator):
|
|
|
502
472
|
"""
|
|
503
473
|
|
|
504
474
|
:return: The RNA type or default when not found.
|
|
505
|
-
:rtype: bpy.types.Struct
|
|
506
475
|
"""
|
|
507
476
|
|
|
508
477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
509
478
|
"""
|
|
510
479
|
|
|
511
480
|
:return: The class or default when not found.
|
|
512
|
-
:rtype: typing.Any
|
|
513
481
|
"""
|
|
514
482
|
|
|
515
483
|
def execute(self, context) -> None:
|
|
@@ -537,14 +505,12 @@ class PREFERENCES_OT_keyitem_restore(_bpy_types.Operator):
|
|
|
537
505
|
"""
|
|
538
506
|
|
|
539
507
|
:return: The RNA type or default when not found.
|
|
540
|
-
:rtype: bpy.types.Struct
|
|
541
508
|
"""
|
|
542
509
|
|
|
543
510
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
544
511
|
"""
|
|
545
512
|
|
|
546
513
|
:return: The class or default when not found.
|
|
547
|
-
:rtype: typing.Any
|
|
548
514
|
"""
|
|
549
515
|
|
|
550
516
|
def execute(self, context) -> None:
|
|
@@ -572,14 +538,12 @@ class PREFERENCES_OT_keymap_restore(_bpy_types.Operator):
|
|
|
572
538
|
"""
|
|
573
539
|
|
|
574
540
|
:return: The RNA type or default when not found.
|
|
575
|
-
:rtype: bpy.types.Struct
|
|
576
541
|
"""
|
|
577
542
|
|
|
578
543
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
579
544
|
"""
|
|
580
545
|
|
|
581
546
|
:return: The class or default when not found.
|
|
582
|
-
:rtype: typing.Any
|
|
583
547
|
"""
|
|
584
548
|
|
|
585
549
|
def execute(self, context) -> None:
|
|
@@ -598,14 +562,12 @@ class PREFERENCES_OT_script_directory_new(_bpy_types.Operator):
|
|
|
598
562
|
"""
|
|
599
563
|
|
|
600
564
|
:return: The RNA type or default when not found.
|
|
601
|
-
:rtype: bpy.types.Struct
|
|
602
565
|
"""
|
|
603
566
|
|
|
604
567
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
605
568
|
"""
|
|
606
569
|
|
|
607
570
|
:return: The class or default when not found.
|
|
608
|
-
:rtype: typing.Any
|
|
609
571
|
"""
|
|
610
572
|
|
|
611
573
|
def execute(self, context) -> None:
|
|
@@ -631,14 +593,12 @@ class PREFERENCES_OT_script_directory_remove(_bpy_types.Operator):
|
|
|
631
593
|
"""
|
|
632
594
|
|
|
633
595
|
:return: The RNA type or default when not found.
|
|
634
|
-
:rtype: bpy.types.Struct
|
|
635
596
|
"""
|
|
636
597
|
|
|
637
598
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
638
599
|
"""
|
|
639
600
|
|
|
640
601
|
:return: The class or default when not found.
|
|
641
|
-
:rtype: typing.Any
|
|
642
602
|
"""
|
|
643
603
|
|
|
644
604
|
def execute(self, context) -> None:
|
|
@@ -659,14 +619,12 @@ class PREFERENCES_OT_studiolight_copy_settings(_bpy_types.Operator):
|
|
|
659
619
|
"""
|
|
660
620
|
|
|
661
621
|
:return: The RNA type or default when not found.
|
|
662
|
-
:rtype: bpy.types.Struct
|
|
663
622
|
"""
|
|
664
623
|
|
|
665
624
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
666
625
|
"""
|
|
667
626
|
|
|
668
627
|
:return: The class or default when not found.
|
|
669
|
-
:rtype: typing.Any
|
|
670
628
|
"""
|
|
671
629
|
|
|
672
630
|
def execute(self, context) -> None:
|
|
@@ -687,14 +645,12 @@ class PREFERENCES_OT_studiolight_install(_bpy_types.Operator):
|
|
|
687
645
|
"""
|
|
688
646
|
|
|
689
647
|
:return: The RNA type or default when not found.
|
|
690
|
-
:rtype: bpy.types.Struct
|
|
691
648
|
"""
|
|
692
649
|
|
|
693
650
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
694
651
|
"""
|
|
695
652
|
|
|
696
653
|
:return: The class or default when not found.
|
|
697
|
-
:rtype: typing.Any
|
|
698
654
|
"""
|
|
699
655
|
|
|
700
656
|
def execute(self, context) -> None:
|
|
@@ -723,14 +679,12 @@ class PREFERENCES_OT_studiolight_new(_bpy_types.Operator):
|
|
|
723
679
|
"""
|
|
724
680
|
|
|
725
681
|
:return: The RNA type or default when not found.
|
|
726
|
-
:rtype: bpy.types.Struct
|
|
727
682
|
"""
|
|
728
683
|
|
|
729
684
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
730
685
|
"""
|
|
731
686
|
|
|
732
687
|
:return: The class or default when not found.
|
|
733
|
-
:rtype: typing.Any
|
|
734
688
|
"""
|
|
735
689
|
|
|
736
690
|
def draw(self, _context) -> None:
|
|
@@ -764,14 +718,12 @@ class PREFERENCES_OT_studiolight_uninstall(_bpy_types.Operator):
|
|
|
764
718
|
"""
|
|
765
719
|
|
|
766
720
|
:return: The RNA type or default when not found.
|
|
767
|
-
:rtype: bpy.types.Struct
|
|
768
721
|
"""
|
|
769
722
|
|
|
770
723
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
771
724
|
"""
|
|
772
725
|
|
|
773
726
|
:return: The class or default when not found.
|
|
774
|
-
:rtype: typing.Any
|
|
775
727
|
"""
|
|
776
728
|
|
|
777
729
|
def execute(self, context) -> None:
|
|
@@ -792,14 +744,12 @@ class PREFERENCES_OT_theme_install(_bpy_types.Operator):
|
|
|
792
744
|
"""
|
|
793
745
|
|
|
794
746
|
:return: The RNA type or default when not found.
|
|
795
|
-
:rtype: bpy.types.Struct
|
|
796
747
|
"""
|
|
797
748
|
|
|
798
749
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
799
750
|
"""
|
|
800
751
|
|
|
801
752
|
:return: The class or default when not found.
|
|
802
|
-
:rtype: typing.Any
|
|
803
753
|
"""
|
|
804
754
|
|
|
805
755
|
def execute(self, _context) -> None:
|
|
@@ -18,14 +18,12 @@ class FollowActiveQuads(_bpy_types.Operator):
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
21
|
"""
|
|
23
22
|
|
|
24
23
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
24
|
"""
|
|
26
25
|
|
|
27
26
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
29
|
def execute(self, context) -> None:
|
|
@@ -48,5 +46,5 @@ class FollowActiveQuads(_bpy_types.Operator):
|
|
|
48
46
|
:param context:
|
|
49
47
|
"""
|
|
50
48
|
|
|
51
|
-
def extend(obj, EXTEND_MODE, use_uv_selection) -> None: ...
|
|
49
|
+
def extend(scene, obj, EXTEND_MODE, use_uv_selection) -> None: ...
|
|
52
50
|
def main(context, operator) -> None: ...
|
|
@@ -18,14 +18,12 @@ class LightMapPack(_bpy_types.Operator):
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
21
|
"""
|
|
23
22
|
|
|
24
23
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
24
|
"""
|
|
26
25
|
|
|
27
26
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
29
|
def draw(self, context) -> None:
|
|
@@ -18,14 +18,12 @@ class AlignUVRotation(_bpy_types.Operator):
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
21
|
"""
|
|
23
22
|
|
|
24
23
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
24
|
"""
|
|
26
25
|
|
|
27
26
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
29
|
def draw(self, _context) -> None:
|
|
@@ -60,14 +58,12 @@ class RandomizeUVTransform(_bpy_types.Operator):
|
|
|
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 execute(self, context) -> None:
|
|
@@ -84,17 +80,30 @@ class RandomizeUVTransform(_bpy_types.Operator):
|
|
|
84
80
|
"""
|
|
85
81
|
|
|
86
82
|
def align_uv_rotation(context, method, axis, correct_aspect) -> None: ...
|
|
87
|
-
def align_uv_rotation_bmesh(
|
|
88
|
-
|
|
83
|
+
def align_uv_rotation_bmesh(
|
|
84
|
+
bm, method, axis, aspect_y, loop_edge_select_test_fn, face_select_test_fn
|
|
85
|
+
) -> None: ...
|
|
86
|
+
def align_uv_rotation_island(
|
|
87
|
+
bm, uv_layer, faces, method, axis, aspect_y, loop_edge_select_test_fn
|
|
88
|
+
) -> None: ...
|
|
89
89
|
def find_rotation_auto(bm, uv_layer, faces, aspect_y) -> None: ...
|
|
90
|
-
def find_rotation_edge(
|
|
91
|
-
|
|
90
|
+
def find_rotation_edge(
|
|
91
|
+
bm, uv_layer, faces, aspect_y, loop_edge_select_test_fn
|
|
92
|
+
) -> None: ...
|
|
93
|
+
def find_rotation_geometry(bm, uv_layer, faces, axis, aspect_y) -> None: ...
|
|
92
94
|
def get_aspect_y(context) -> None: ...
|
|
93
95
|
def get_random_transform(transform_params, entropy) -> None: ...
|
|
94
|
-
def
|
|
95
|
-
def
|
|
96
|
+
def is_face_uv_selected_fn_from_context(scene, bm) -> None: ...
|
|
97
|
+
def is_face_uv_selected_for_uv_select_no_sync(face, any_edge) -> None: ...
|
|
98
|
+
def is_face_uv_selected_for_uv_select_sync_invalid(face, any_edge) -> None: ...
|
|
99
|
+
def is_face_uv_selected_for_uv_select_sync_valid(face, any_edge) -> None: ...
|
|
100
|
+
def is_island_uv_selected(island, any_edge, face_select_test_fn) -> None: ...
|
|
101
|
+
def is_loop_edge_uv_selected_fn_from_context(scene, bm) -> None: ...
|
|
102
|
+
def is_loop_edge_uv_selected_for_uv_select_no_sync(loop) -> None: ...
|
|
103
|
+
def is_loop_edge_uv_selected_for_uv_select_sync_invalid(loop) -> None: ...
|
|
104
|
+
def is_loop_edge_uv_selected_for_uv_select_sync_valid(loop) -> None: ...
|
|
96
105
|
def island_uv_bounds(island, uv_layer) -> None: ...
|
|
97
106
|
def island_uv_bounds_center(island, uv_layer) -> None: ...
|
|
98
107
|
def randomize_uv_transform(context, transform_params) -> None: ...
|
|
99
|
-
def randomize_uv_transform_bmesh(
|
|
100
|
-
def randomize_uv_transform_island(
|
|
108
|
+
def randomize_uv_transform_bmesh(bm, transform_params, face_select_test_fn) -> None: ...
|
|
109
|
+
def randomize_uv_transform_island(uv_layer, faces, transform_params) -> None: ...
|
|
@@ -18,14 +18,12 @@ class VertexPaintDirt(_bpy_types.Operator):
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
21
|
"""
|
|
23
22
|
|
|
24
23
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
24
|
"""
|
|
26
25
|
|
|
27
26
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
29
|
def execute(self, context) -> None:
|
bl_operators/view3d/__init__.pyi
CHANGED
|
@@ -17,14 +17,12 @@ class VIEW3D_FH_camera_background_image(_bpy_types.FileHandler):
|
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
:return: The RNA type or default when not found.
|
|
20
|
-
:rtype: bpy.types.Struct
|
|
21
20
|
"""
|
|
22
21
|
|
|
23
22
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
25
|
:return: The class or default when not found.
|
|
27
|
-
:rtype: typing.Any
|
|
28
26
|
"""
|
|
29
27
|
|
|
30
28
|
@classmethod
|
|
@@ -46,14 +44,12 @@ class VIEW3D_FH_empty_image(_bpy_types.FileHandler):
|
|
|
46
44
|
"""
|
|
47
45
|
|
|
48
46
|
:return: The RNA type or default when not found.
|
|
49
|
-
:rtype: bpy.types.Struct
|
|
50
47
|
"""
|
|
51
48
|
|
|
52
49
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
53
50
|
"""
|
|
54
51
|
|
|
55
52
|
:return: The class or default when not found.
|
|
56
|
-
:rtype: typing.Any
|
|
57
53
|
"""
|
|
58
54
|
|
|
59
55
|
@classmethod
|
|
@@ -75,14 +71,12 @@ class VIEW3D_FH_vdb_volume(_bpy_types.FileHandler):
|
|
|
75
71
|
"""
|
|
76
72
|
|
|
77
73
|
:return: The RNA type or default when not found.
|
|
78
|
-
:rtype: bpy.types.Struct
|
|
79
74
|
"""
|
|
80
75
|
|
|
81
76
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
82
77
|
"""
|
|
83
78
|
|
|
84
79
|
:return: The class or default when not found.
|
|
85
|
-
:rtype: typing.Any
|
|
86
80
|
"""
|
|
87
81
|
|
|
88
82
|
@classmethod
|
|
@@ -104,14 +98,12 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move(_bpy_types.Operator):
|
|
|
104
98
|
"""
|
|
105
99
|
|
|
106
100
|
:return: The RNA type or default when not found.
|
|
107
|
-
:rtype: bpy.types.Struct
|
|
108
101
|
"""
|
|
109
102
|
|
|
110
103
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
111
104
|
"""
|
|
112
105
|
|
|
113
106
|
:return: The class or default when not found.
|
|
114
|
-
:rtype: typing.Any
|
|
115
107
|
"""
|
|
116
108
|
|
|
117
109
|
def execute(self, context) -> None:
|
|
@@ -146,14 +138,12 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(_bpy_types.Operator):
|
|
|
146
138
|
"""
|
|
147
139
|
|
|
148
140
|
:return: The RNA type or default when not found.
|
|
149
|
-
:rtype: bpy.types.Struct
|
|
150
141
|
"""
|
|
151
142
|
|
|
152
143
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
153
144
|
"""
|
|
154
145
|
|
|
155
146
|
:return: The class or default when not found.
|
|
156
|
-
:rtype: typing.Any
|
|
157
147
|
"""
|
|
158
148
|
|
|
159
149
|
def execute(self, context) -> None:
|
|
@@ -188,14 +178,12 @@ class VIEW3D_OT_edit_mesh_extrude_move(_bpy_types.Operator):
|
|
|
188
178
|
"""
|
|
189
179
|
|
|
190
180
|
:return: The RNA type or default when not found.
|
|
191
|
-
:rtype: bpy.types.Struct
|
|
192
181
|
"""
|
|
193
182
|
|
|
194
183
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
195
184
|
"""
|
|
196
185
|
|
|
197
186
|
:return: The class or default when not found.
|
|
198
|
-
:rtype: typing.Any
|
|
199
187
|
"""
|
|
200
188
|
|
|
201
189
|
def execute(self, context) -> None:
|
|
@@ -242,14 +230,12 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(_bpy_types.Operator):
|
|
|
242
230
|
"""
|
|
243
231
|
|
|
244
232
|
:return: The RNA type or default when not found.
|
|
245
|
-
:rtype: bpy.types.Struct
|
|
246
233
|
"""
|
|
247
234
|
|
|
248
235
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
249
236
|
"""
|
|
250
237
|
|
|
251
238
|
:return: The class or default when not found.
|
|
252
|
-
:rtype: typing.Any
|
|
253
239
|
"""
|
|
254
240
|
|
|
255
241
|
def execute(self, context) -> None:
|
|
@@ -285,14 +271,12 @@ class VIEW3D_OT_transform_gizmo_set(_bpy_types.Operator):
|
|
|
285
271
|
"""
|
|
286
272
|
|
|
287
273
|
:return: The RNA type or default when not found.
|
|
288
|
-
:rtype: bpy.types.Struct
|
|
289
274
|
"""
|
|
290
275
|
|
|
291
276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
292
277
|
"""
|
|
293
278
|
|
|
294
279
|
:return: The class or default when not found.
|
|
295
|
-
:rtype: typing.Any
|
|
296
280
|
"""
|
|
297
281
|
|
|
298
282
|
def execute(self, context) -> None:
|