fake-bpy-module 20250629__py3-none-any.whl → 20250827__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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +47 -15
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +148 -38
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +58124 -41707
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250629.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class PREFERENCES_OT_addon_disable(
|
|
8
|
+
class PREFERENCES_OT_addon_disable(_bpy_types.Operator):
|
|
8
9
|
"""Turn off this add-on"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
@@ -32,7 +33,7 @@ class PREFERENCES_OT_addon_disable(bpy.types.Operator):
|
|
|
32
33
|
:param _context:
|
|
33
34
|
"""
|
|
34
35
|
|
|
35
|
-
class PREFERENCES_OT_addon_enable(
|
|
36
|
+
class PREFERENCES_OT_addon_enable(_bpy_types.Operator):
|
|
36
37
|
"""Turn on this add-on"""
|
|
37
38
|
|
|
38
39
|
bl_idname: typing.Any
|
|
@@ -60,7 +61,7 @@ class PREFERENCES_OT_addon_enable(bpy.types.Operator):
|
|
|
60
61
|
:param _context:
|
|
61
62
|
"""
|
|
62
63
|
|
|
63
|
-
class PREFERENCES_OT_addon_expand(
|
|
64
|
+
class PREFERENCES_OT_addon_expand(_bpy_types.Operator):
|
|
64
65
|
"""Display information and preferences for this add-on"""
|
|
65
66
|
|
|
66
67
|
bl_idname: typing.Any
|
|
@@ -89,7 +90,7 @@ class PREFERENCES_OT_addon_expand(bpy.types.Operator):
|
|
|
89
90
|
:param _context:
|
|
90
91
|
"""
|
|
91
92
|
|
|
92
|
-
class PREFERENCES_OT_addon_install(
|
|
93
|
+
class PREFERENCES_OT_addon_install(_bpy_types.Operator):
|
|
93
94
|
"""Install an add-on"""
|
|
94
95
|
|
|
95
96
|
bl_idname: typing.Any
|
|
@@ -124,7 +125,7 @@ class PREFERENCES_OT_addon_install(bpy.types.Operator):
|
|
|
124
125
|
:param _event:
|
|
125
126
|
"""
|
|
126
127
|
|
|
127
|
-
class PREFERENCES_OT_addon_refresh(
|
|
128
|
+
class PREFERENCES_OT_addon_refresh(_bpy_types.Operator):
|
|
128
129
|
"""Scan add-on directories for new modules"""
|
|
129
130
|
|
|
130
131
|
bl_idname: typing.Any
|
|
@@ -152,7 +153,7 @@ class PREFERENCES_OT_addon_refresh(bpy.types.Operator):
|
|
|
152
153
|
:param _context:
|
|
153
154
|
"""
|
|
154
155
|
|
|
155
|
-
class PREFERENCES_OT_addon_remove(
|
|
156
|
+
class PREFERENCES_OT_addon_remove(_bpy_types.Operator):
|
|
156
157
|
"""Delete the add-on from the file system"""
|
|
157
158
|
|
|
158
159
|
bl_idname: typing.Any
|
|
@@ -200,7 +201,7 @@ class PREFERENCES_OT_addon_remove(bpy.types.Operator):
|
|
|
200
201
|
:param module:
|
|
201
202
|
"""
|
|
202
203
|
|
|
203
|
-
class PREFERENCES_OT_addon_show(
|
|
204
|
+
class PREFERENCES_OT_addon_show(_bpy_types.Operator):
|
|
204
205
|
"""Show add-on preferences"""
|
|
205
206
|
|
|
206
207
|
bl_idname: typing.Any
|
|
@@ -229,7 +230,7 @@ class PREFERENCES_OT_addon_show(bpy.types.Operator):
|
|
|
229
230
|
:param context:
|
|
230
231
|
"""
|
|
231
232
|
|
|
232
|
-
class PREFERENCES_OT_app_template_install(
|
|
233
|
+
class PREFERENCES_OT_app_template_install(_bpy_types.Operator):
|
|
233
234
|
"""Install an application template"""
|
|
234
235
|
|
|
235
236
|
bl_idname: typing.Any
|
|
@@ -264,7 +265,7 @@ class PREFERENCES_OT_app_template_install(bpy.types.Operator):
|
|
|
264
265
|
:param _event:
|
|
265
266
|
"""
|
|
266
267
|
|
|
267
|
-
class PREFERENCES_OT_copy_prev(
|
|
268
|
+
class PREFERENCES_OT_copy_prev(_bpy_types.Operator):
|
|
268
269
|
"""Copy settings from previous version"""
|
|
269
270
|
|
|
270
271
|
bl_idname: typing.Any
|
|
@@ -302,7 +303,7 @@ class PREFERENCES_OT_copy_prev(bpy.types.Operator):
|
|
|
302
303
|
@classmethod
|
|
303
304
|
def previous_version(cls) -> None: ...
|
|
304
305
|
|
|
305
|
-
class PREFERENCES_OT_keyconfig_activate(
|
|
306
|
+
class PREFERENCES_OT_keyconfig_activate(_bpy_types.Operator):
|
|
306
307
|
bl_idname: typing.Any
|
|
307
308
|
bl_label: typing.Any
|
|
308
309
|
bl_rna: typing.Any
|
|
@@ -328,7 +329,7 @@ class PREFERENCES_OT_keyconfig_activate(bpy.types.Operator):
|
|
|
328
329
|
:param _context:
|
|
329
330
|
"""
|
|
330
331
|
|
|
331
|
-
class PREFERENCES_OT_keyconfig_export(
|
|
332
|
+
class PREFERENCES_OT_keyconfig_export(_bpy_types.Operator):
|
|
332
333
|
"""Export key configuration to a Python script"""
|
|
333
334
|
|
|
334
335
|
bl_idname: typing.Any
|
|
@@ -363,7 +364,7 @@ class PREFERENCES_OT_keyconfig_export(bpy.types.Operator):
|
|
|
363
364
|
:param _event:
|
|
364
365
|
"""
|
|
365
366
|
|
|
366
|
-
class PREFERENCES_OT_keyconfig_import(
|
|
367
|
+
class PREFERENCES_OT_keyconfig_import(_bpy_types.Operator):
|
|
367
368
|
"""Import key configuration from a Python script"""
|
|
368
369
|
|
|
369
370
|
bl_idname: typing.Any
|
|
@@ -398,7 +399,7 @@ class PREFERENCES_OT_keyconfig_import(bpy.types.Operator):
|
|
|
398
399
|
:param _event:
|
|
399
400
|
"""
|
|
400
401
|
|
|
401
|
-
class PREFERENCES_OT_keyconfig_remove(
|
|
402
|
+
class PREFERENCES_OT_keyconfig_remove(_bpy_types.Operator):
|
|
402
403
|
"""Remove key config"""
|
|
403
404
|
|
|
404
405
|
bl_idname: typing.Any
|
|
@@ -433,7 +434,7 @@ class PREFERENCES_OT_keyconfig_remove(bpy.types.Operator):
|
|
|
433
434
|
:param context:
|
|
434
435
|
"""
|
|
435
436
|
|
|
436
|
-
class PREFERENCES_OT_keyconfig_test(
|
|
437
|
+
class PREFERENCES_OT_keyconfig_test(_bpy_types.Operator):
|
|
437
438
|
"""Test key configuration for conflicts"""
|
|
438
439
|
|
|
439
440
|
bl_idname: typing.Any
|
|
@@ -461,7 +462,7 @@ class PREFERENCES_OT_keyconfig_test(bpy.types.Operator):
|
|
|
461
462
|
:param context:
|
|
462
463
|
"""
|
|
463
464
|
|
|
464
|
-
class PREFERENCES_OT_keyitem_add(
|
|
465
|
+
class PREFERENCES_OT_keyitem_add(_bpy_types.Operator):
|
|
465
466
|
"""Add key map item"""
|
|
466
467
|
|
|
467
468
|
bl_idname: typing.Any
|
|
@@ -489,7 +490,7 @@ class PREFERENCES_OT_keyitem_add(bpy.types.Operator):
|
|
|
489
490
|
:param context:
|
|
490
491
|
"""
|
|
491
492
|
|
|
492
|
-
class PREFERENCES_OT_keyitem_remove(
|
|
493
|
+
class PREFERENCES_OT_keyitem_remove(_bpy_types.Operator):
|
|
493
494
|
"""Remove key map item"""
|
|
494
495
|
|
|
495
496
|
bl_idname: typing.Any
|
|
@@ -524,7 +525,7 @@ class PREFERENCES_OT_keyitem_remove(bpy.types.Operator):
|
|
|
524
525
|
:param context:
|
|
525
526
|
"""
|
|
526
527
|
|
|
527
|
-
class PREFERENCES_OT_keyitem_restore(
|
|
528
|
+
class PREFERENCES_OT_keyitem_restore(_bpy_types.Operator):
|
|
528
529
|
"""Restore key map item"""
|
|
529
530
|
|
|
530
531
|
bl_idname: typing.Any
|
|
@@ -559,7 +560,7 @@ class PREFERENCES_OT_keyitem_restore(bpy.types.Operator):
|
|
|
559
560
|
:param context:
|
|
560
561
|
"""
|
|
561
562
|
|
|
562
|
-
class PREFERENCES_OT_keymap_restore(
|
|
563
|
+
class PREFERENCES_OT_keymap_restore(_bpy_types.Operator):
|
|
563
564
|
"""Restore key map(s)"""
|
|
564
565
|
|
|
565
566
|
bl_idname: typing.Any
|
|
@@ -587,7 +588,7 @@ class PREFERENCES_OT_keymap_restore(bpy.types.Operator):
|
|
|
587
588
|
:param context:
|
|
588
589
|
"""
|
|
589
590
|
|
|
590
|
-
class PREFERENCES_OT_script_directory_new(
|
|
591
|
+
class PREFERENCES_OT_script_directory_new(_bpy_types.Operator):
|
|
591
592
|
bl_idname: typing.Any
|
|
592
593
|
bl_label: typing.Any
|
|
593
594
|
bl_rna: typing.Any
|
|
@@ -620,7 +621,7 @@ class PREFERENCES_OT_script_directory_new(bpy.types.Operator):
|
|
|
620
621
|
:param _event:
|
|
621
622
|
"""
|
|
622
623
|
|
|
623
|
-
class PREFERENCES_OT_script_directory_remove(
|
|
624
|
+
class PREFERENCES_OT_script_directory_remove(_bpy_types.Operator):
|
|
624
625
|
bl_idname: typing.Any
|
|
625
626
|
bl_label: typing.Any
|
|
626
627
|
bl_rna: typing.Any
|
|
@@ -646,7 +647,7 @@ class PREFERENCES_OT_script_directory_remove(bpy.types.Operator):
|
|
|
646
647
|
:param context:
|
|
647
648
|
"""
|
|
648
649
|
|
|
649
|
-
class PREFERENCES_OT_studiolight_copy_settings(
|
|
650
|
+
class PREFERENCES_OT_studiolight_copy_settings(_bpy_types.Operator):
|
|
650
651
|
"""Copy Studio Light settings to the Studio Light editor"""
|
|
651
652
|
|
|
652
653
|
bl_idname: typing.Any
|
|
@@ -674,7 +675,7 @@ class PREFERENCES_OT_studiolight_copy_settings(bpy.types.Operator):
|
|
|
674
675
|
:param context:
|
|
675
676
|
"""
|
|
676
677
|
|
|
677
|
-
class PREFERENCES_OT_studiolight_install(
|
|
678
|
+
class PREFERENCES_OT_studiolight_install(_bpy_types.Operator):
|
|
678
679
|
"""Install a user defined light"""
|
|
679
680
|
|
|
680
681
|
bl_idname: typing.Any
|
|
@@ -709,7 +710,7 @@ class PREFERENCES_OT_studiolight_install(bpy.types.Operator):
|
|
|
709
710
|
:param _event:
|
|
710
711
|
"""
|
|
711
712
|
|
|
712
|
-
class PREFERENCES_OT_studiolight_new(
|
|
713
|
+
class PREFERENCES_OT_studiolight_new(_bpy_types.Operator):
|
|
713
714
|
"""Save custom studio light from the studio light editor settings"""
|
|
714
715
|
|
|
715
716
|
ask_override: typing.Any
|
|
@@ -751,7 +752,7 @@ class PREFERENCES_OT_studiolight_new(bpy.types.Operator):
|
|
|
751
752
|
:param _event:
|
|
752
753
|
"""
|
|
753
754
|
|
|
754
|
-
class PREFERENCES_OT_studiolight_uninstall(
|
|
755
|
+
class PREFERENCES_OT_studiolight_uninstall(_bpy_types.Operator):
|
|
755
756
|
"""Delete Studio Light"""
|
|
756
757
|
|
|
757
758
|
bl_idname: typing.Any
|
|
@@ -779,7 +780,7 @@ class PREFERENCES_OT_studiolight_uninstall(bpy.types.Operator):
|
|
|
779
780
|
:param context:
|
|
780
781
|
"""
|
|
781
782
|
|
|
782
|
-
class PREFERENCES_OT_theme_install(
|
|
783
|
+
class PREFERENCES_OT_theme_install(_bpy_types.Operator):
|
|
783
784
|
"""Load and apply a Blender XML theme file"""
|
|
784
785
|
|
|
785
786
|
bl_idname: typing.Any
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class FollowActiveQuads(
|
|
8
|
+
class FollowActiveQuads(_bpy_types.Operator):
|
|
8
9
|
"""Follow UVs from active quads along continuous face loops"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
@@ -2,10 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class LightMapPack(
|
|
8
|
-
"""Pack each
|
|
8
|
+
class LightMapPack(_bpy_types.Operator):
|
|
9
|
+
"""Pack each faces UVs into the UV bounds"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
@@ -2,10 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class AlignUVRotation(
|
|
8
|
-
"""Align the UV
|
|
8
|
+
class AlignUVRotation(_bpy_types.Operator):
|
|
9
|
+
"""Align the UV islands rotation"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
@@ -46,8 +47,8 @@ class AlignUVRotation(bpy.types.Operator):
|
|
|
46
47
|
:param context:
|
|
47
48
|
"""
|
|
48
49
|
|
|
49
|
-
class RandomizeUVTransform(
|
|
50
|
-
"""Randomize the UV
|
|
50
|
+
class RandomizeUVTransform(_bpy_types.Operator):
|
|
51
|
+
"""Randomize the UV islands location, rotation, and scale"""
|
|
51
52
|
|
|
52
53
|
bl_idname: typing.Any
|
|
53
54
|
bl_label: typing.Any
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class VertexPaintDirt(
|
|
8
|
+
class VertexPaintDirt(_bpy_types.Operator):
|
|
8
9
|
"""Generate a dirt map gradient based on cavity"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
bl_operators/view3d/__init__.pyi
CHANGED
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class VIEW3D_FH_camera_background_image(
|
|
8
|
+
class VIEW3D_FH_camera_background_image(_bpy_types.FileHandler):
|
|
8
9
|
bl_file_extensions: typing.Any
|
|
9
10
|
bl_idname: typing.Any
|
|
10
11
|
bl_import_operator: typing.Any
|
|
@@ -33,7 +34,7 @@ class VIEW3D_FH_camera_background_image(bpy.types.FileHandler):
|
|
|
33
34
|
:param context:
|
|
34
35
|
"""
|
|
35
36
|
|
|
36
|
-
class VIEW3D_FH_empty_image(
|
|
37
|
+
class VIEW3D_FH_empty_image(_bpy_types.FileHandler):
|
|
37
38
|
bl_file_extensions: typing.Any
|
|
38
39
|
bl_idname: typing.Any
|
|
39
40
|
bl_import_operator: typing.Any
|
|
@@ -62,7 +63,7 @@ class VIEW3D_FH_empty_image(bpy.types.FileHandler):
|
|
|
62
63
|
:param context:
|
|
63
64
|
"""
|
|
64
65
|
|
|
65
|
-
class VIEW3D_FH_vdb_volume(
|
|
66
|
+
class VIEW3D_FH_vdb_volume(_bpy_types.FileHandler):
|
|
66
67
|
bl_file_extensions: typing.Any
|
|
67
68
|
bl_idname: typing.Any
|
|
68
69
|
bl_import_operator: typing.Any
|
|
@@ -91,7 +92,7 @@ class VIEW3D_FH_vdb_volume(bpy.types.FileHandler):
|
|
|
91
92
|
:param context:
|
|
92
93
|
"""
|
|
93
94
|
|
|
94
|
-
class VIEW3D_OT_edit_mesh_extrude_individual_move(
|
|
95
|
+
class VIEW3D_OT_edit_mesh_extrude_individual_move(_bpy_types.Operator):
|
|
95
96
|
"""Extrude each individual face separately along local normals"""
|
|
96
97
|
|
|
97
98
|
bl_idname: typing.Any
|
|
@@ -133,7 +134,7 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy.types.Operator):
|
|
|
133
134
|
:param context:
|
|
134
135
|
"""
|
|
135
136
|
|
|
136
|
-
class VIEW3D_OT_edit_mesh_extrude_manifold_normal(
|
|
137
|
+
class VIEW3D_OT_edit_mesh_extrude_manifold_normal(_bpy_types.Operator):
|
|
137
138
|
"""Extrude manifold region along normals"""
|
|
138
139
|
|
|
139
140
|
bl_idname: typing.Any
|
|
@@ -175,7 +176,7 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy.types.Operator):
|
|
|
175
176
|
:param context:
|
|
176
177
|
"""
|
|
177
178
|
|
|
178
|
-
class VIEW3D_OT_edit_mesh_extrude_move(
|
|
179
|
+
class VIEW3D_OT_edit_mesh_extrude_move(_bpy_types.Operator):
|
|
179
180
|
"""Extrude region together along the average normal"""
|
|
180
181
|
|
|
181
182
|
bl_idname: typing.Any
|
|
@@ -229,7 +230,7 @@ class VIEW3D_OT_edit_mesh_extrude_move(bpy.types.Operator):
|
|
|
229
230
|
:param context:
|
|
230
231
|
"""
|
|
231
232
|
|
|
232
|
-
class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(
|
|
233
|
+
class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(_bpy_types.Operator):
|
|
233
234
|
"""Extrude region together along local normals"""
|
|
234
235
|
|
|
235
236
|
bl_idname: typing.Any
|
|
@@ -271,7 +272,7 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy.types.Operator):
|
|
|
271
272
|
:param context:
|
|
272
273
|
"""
|
|
273
274
|
|
|
274
|
-
class VIEW3D_OT_transform_gizmo_set(
|
|
275
|
+
class VIEW3D_OT_transform_gizmo_set(_bpy_types.Operator):
|
|
275
276
|
"""Set the current transform gizmo"""
|
|
276
277
|
|
|
277
278
|
bl_idname: typing.Any
|