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
|
@@ -18,14 +18,12 @@ class BakeToKeyframes(_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:
|
|
@@ -61,14 +59,12 @@ class ConnectRigidBodies(_bpy_types.Operator):
|
|
|
61
59
|
"""
|
|
62
60
|
|
|
63
61
|
:return: The RNA type or default when not found.
|
|
64
|
-
:rtype: bpy.types.Struct
|
|
65
62
|
"""
|
|
66
63
|
|
|
67
64
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
68
65
|
"""
|
|
69
66
|
|
|
70
67
|
:return: The class or default when not found.
|
|
71
|
-
:rtype: typing.Any
|
|
72
68
|
"""
|
|
73
69
|
|
|
74
70
|
def execute(self, context) -> None:
|
|
@@ -97,14 +93,12 @@ class CopyRigidbodySettings(_bpy_types.Operator):
|
|
|
97
93
|
"""
|
|
98
94
|
|
|
99
95
|
:return: The RNA type or default when not found.
|
|
100
|
-
:rtype: bpy.types.Struct
|
|
101
96
|
"""
|
|
102
97
|
|
|
103
98
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
104
99
|
"""
|
|
105
100
|
|
|
106
101
|
:return: The class or default when not found.
|
|
107
|
-
:rtype: typing.Any
|
|
108
102
|
"""
|
|
109
103
|
|
|
110
104
|
def execute(self, context) -> None:
|
|
@@ -18,14 +18,12 @@ class PlayRenderedAnim(_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:
|
|
@@ -42,14 +42,12 @@ class SequencerCrossfadeSounds(_bpy_types.Operator):
|
|
|
42
42
|
"""
|
|
43
43
|
|
|
44
44
|
:return: The RNA type or default when not found.
|
|
45
|
-
:rtype: bpy.types.Struct
|
|
46
45
|
"""
|
|
47
46
|
|
|
48
47
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
49
48
|
"""
|
|
50
49
|
|
|
51
50
|
:return: The class or default when not found.
|
|
52
|
-
:rtype: typing.Any
|
|
53
51
|
"""
|
|
54
52
|
|
|
55
53
|
def execute(self, context) -> None:
|
|
@@ -78,14 +76,12 @@ class SequencerDeinterlaceSelectedMovies(_bpy_types.Operator):
|
|
|
78
76
|
"""
|
|
79
77
|
|
|
80
78
|
:return: The RNA type or default when not found.
|
|
81
|
-
:rtype: bpy.types.Struct
|
|
82
79
|
"""
|
|
83
80
|
|
|
84
81
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
85
82
|
"""
|
|
86
83
|
|
|
87
84
|
:return: The class or default when not found.
|
|
88
|
-
:rtype: typing.Any
|
|
89
85
|
"""
|
|
90
86
|
|
|
91
87
|
def execute(self, context) -> None:
|
|
@@ -114,14 +110,12 @@ class SequencerFadesAdd(_bpy_types.Operator):
|
|
|
114
110
|
"""
|
|
115
111
|
|
|
116
112
|
:return: The RNA type or default when not found.
|
|
117
|
-
:rtype: bpy.types.Struct
|
|
118
113
|
"""
|
|
119
114
|
|
|
120
115
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
121
116
|
"""
|
|
122
117
|
|
|
123
118
|
:return: The class or default when not found.
|
|
124
|
-
:rtype: typing.Any
|
|
125
119
|
"""
|
|
126
120
|
|
|
127
121
|
def calculate_fade_duration(self, context, strip) -> None:
|
|
@@ -199,14 +193,12 @@ class SequencerFadesClear(_bpy_types.Operator):
|
|
|
199
193
|
"""
|
|
200
194
|
|
|
201
195
|
:return: The RNA type or default when not found.
|
|
202
|
-
:rtype: bpy.types.Struct
|
|
203
196
|
"""
|
|
204
197
|
|
|
205
198
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
206
199
|
"""
|
|
207
200
|
|
|
208
201
|
:return: The class or default when not found.
|
|
209
|
-
:rtype: typing.Any
|
|
210
202
|
"""
|
|
211
203
|
|
|
212
204
|
def execute(self, context) -> None:
|
|
@@ -235,14 +227,12 @@ class SequencerSplitMulticam(_bpy_types.Operator):
|
|
|
235
227
|
"""
|
|
236
228
|
|
|
237
229
|
:return: The RNA type or default when not found.
|
|
238
|
-
:rtype: bpy.types.Struct
|
|
239
230
|
"""
|
|
240
231
|
|
|
241
232
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
242
233
|
"""
|
|
243
234
|
|
|
244
235
|
:return: The class or default when not found.
|
|
245
|
-
:rtype: typing.Any
|
|
246
236
|
"""
|
|
247
237
|
|
|
248
238
|
def execute(self, context) -> None:
|
|
@@ -270,14 +260,12 @@ class SEQUENCER_FH_image_strip(_bpy_types.FileHandler, SequencerFileHandlerBase)
|
|
|
270
260
|
"""
|
|
271
261
|
|
|
272
262
|
:return: The RNA type or default when not found.
|
|
273
|
-
:rtype: bpy.types.Struct
|
|
274
263
|
"""
|
|
275
264
|
|
|
276
265
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
277
266
|
"""
|
|
278
267
|
|
|
279
268
|
:return: The class or default when not found.
|
|
280
|
-
:rtype: typing.Any
|
|
281
269
|
"""
|
|
282
270
|
|
|
283
271
|
class SEQUENCER_FH_movie_strip(_bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
@@ -292,14 +280,12 @@ class SEQUENCER_FH_movie_strip(_bpy_types.FileHandler, SequencerFileHandlerBase)
|
|
|
292
280
|
"""
|
|
293
281
|
|
|
294
282
|
:return: The RNA type or default when not found.
|
|
295
|
-
:rtype: bpy.types.Struct
|
|
296
283
|
"""
|
|
297
284
|
|
|
298
285
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
299
286
|
"""
|
|
300
287
|
|
|
301
288
|
:return: The class or default when not found.
|
|
302
|
-
:rtype: typing.Any
|
|
303
289
|
"""
|
|
304
290
|
|
|
305
291
|
class SEQUENCER_FH_sound_strip(_bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
@@ -314,14 +300,12 @@ class SEQUENCER_FH_sound_strip(_bpy_types.FileHandler, SequencerFileHandlerBase)
|
|
|
314
300
|
"""
|
|
315
301
|
|
|
316
302
|
:return: The RNA type or default when not found.
|
|
317
|
-
:rtype: bpy.types.Struct
|
|
318
303
|
"""
|
|
319
304
|
|
|
320
305
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
321
306
|
"""
|
|
322
307
|
|
|
323
308
|
:return: The class or default when not found.
|
|
324
|
-
:rtype: typing.Any
|
|
325
309
|
"""
|
|
326
310
|
|
|
327
311
|
def calculate_duration_frames(scene, duration_seconds) -> None: ...
|
|
@@ -18,14 +18,12 @@ class SPREADSHEET_OT_toggle_pin(_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:
|
|
@@ -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:
|