fake-bpy-module 20240130__py3-none-any.whl → 20240201__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/autocomplete/__init__.pyi +2 -2
- bl_i18n_utils/__init__.pyi +4 -4
- bl_keymap_utils/__init__.pyi +3 -3
- bl_operators/__init__.pyi +22 -22
- bl_ui/__init__.pyi +61 -61
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_userpref/__init__.pyi +40 -88
- bmesh/__init__.pyi +1 -1
- bpy/__init__.pyi +3 -3
- bpy/app/__init__.pyi +1 -1
- bpy/ops/__init__.pyi +61 -61
- bpy/ops/image/__init__.pyi +20 -0
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/preferences/__init__.pyi +11 -11
- bpy/types/__init__.pyi +483 -193
- bpy/utils/__init__.pyi +1 -1
- bpy_extras/__init__.pyi +6 -6
- bpy_extras/anim_utils/__init__.pyi +2 -2
- {fake_bpy_module-20240130.dist-info → fake_bpy_module-20240201.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240130.dist-info → fake_bpy_module-20240201.dist-info}/RECORD +26 -26
- freestyle/__init__.pyi +2 -2
- gpu/__init__.pyi +4 -4
- mathutils/__init__.pyi +1 -1
- rna_prop_ui/__init__.pyi +1 -0
- {fake_bpy_module-20240130.dist-info → fake_bpy_module-20240201.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240130.dist-info → fake_bpy_module-20240201.dist-info}/top_level.txt +0 -0
bpy/ops/preferences/__init__.pyi
CHANGED
|
@@ -53,7 +53,7 @@ def addon_expand(
|
|
|
53
53
|
*,
|
|
54
54
|
module: typing.Union[str, typing.Any] = "",
|
|
55
55
|
):
|
|
56
|
-
"""Display information and preferences for this add-on :File: `startup/bl_operators/userpref.py\:
|
|
56
|
+
"""Display information and preferences for this add-on :File: `startup/bl_operators/userpref.py\:825 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L825>`__
|
|
57
57
|
|
|
58
58
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
59
59
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -124,7 +124,7 @@ def addon_remove(
|
|
|
124
124
|
*,
|
|
125
125
|
module: typing.Union[str, typing.Any] = "",
|
|
126
126
|
):
|
|
127
|
-
"""Delete the add-on from the file system :File: `startup/bl_operators/userpref.py\:
|
|
127
|
+
"""Delete the add-on from the file system :File: `startup/bl_operators/userpref.py\:780 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L780>`__
|
|
128
128
|
|
|
129
129
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
130
130
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -144,7 +144,7 @@ def addon_show(
|
|
|
144
144
|
*,
|
|
145
145
|
module: typing.Union[str, typing.Any] = "",
|
|
146
146
|
):
|
|
147
|
-
"""Show add-on preferences :File: `startup/bl_operators/userpref.py\:
|
|
147
|
+
"""Show add-on preferences :File: `startup/bl_operators/userpref.py\:849 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L849>`__
|
|
148
148
|
|
|
149
149
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
150
150
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -167,7 +167,7 @@ def app_template_install(
|
|
|
167
167
|
filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
168
168
|
filter_glob: typing.Union[str, typing.Any] = "*.zip",
|
|
169
169
|
):
|
|
170
|
-
"""Install an application template :File: `startup/bl_operators/userpref.py\:
|
|
170
|
+
"""Install an application template :File: `startup/bl_operators/userpref.py\:895 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L895>`__
|
|
171
171
|
|
|
172
172
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
173
173
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -682,7 +682,7 @@ def script_directory_add(
|
|
|
682
682
|
directory: typing.Union[str, typing.Any] = "",
|
|
683
683
|
filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
684
684
|
):
|
|
685
|
-
"""Undocumented, consider `contributing <https://developer.blender.org/>`__. :File: `startup/bl_operators/userpref.py\:
|
|
685
|
+
"""Undocumented, consider `contributing <https://developer.blender.org/>`__. :File: `startup/bl_operators/userpref.py\:1168 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1168>`__
|
|
686
686
|
|
|
687
687
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
688
688
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -704,7 +704,7 @@ def script_directory_remove(
|
|
|
704
704
|
*,
|
|
705
705
|
index: typing.Optional[typing.Any] = 0,
|
|
706
706
|
):
|
|
707
|
-
"""Undocumented, consider `contributing <https://developer.blender.org/>`__. :File: `startup/bl_operators/userpref.py\:
|
|
707
|
+
"""Undocumented, consider `contributing <https://developer.blender.org/>`__. :File: `startup/bl_operators/userpref.py\:1198 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1198>`__
|
|
708
708
|
|
|
709
709
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
710
710
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -724,7 +724,7 @@ def studiolight_copy_settings(
|
|
|
724
724
|
*,
|
|
725
725
|
index: typing.Optional[typing.Any] = 0,
|
|
726
726
|
):
|
|
727
|
-
"""Copy Studio Light settings to the Studio Light editor :File: `startup/bl_operators/userpref.py\:
|
|
727
|
+
"""Copy Studio Light settings to the Studio Light editor :File: `startup/bl_operators/userpref.py\:1123 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1123>`__
|
|
728
728
|
|
|
729
729
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
730
730
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -750,7 +750,7 @@ def studiolight_install(
|
|
|
750
750
|
filter_glob: typing.Union[str, typing.Any] = "*.png;*.jpg;*.hdr;*.exr",
|
|
751
751
|
type: typing.Optional[typing.Any] = "MATCAP",
|
|
752
752
|
):
|
|
753
|
-
"""Install a user defined light :File: `startup/bl_operators/userpref.py\:
|
|
753
|
+
"""Install a user defined light :File: `startup/bl_operators/userpref.py\:1004 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1004>`__
|
|
754
754
|
|
|
755
755
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
756
756
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -778,7 +778,7 @@ def studiolight_new(
|
|
|
778
778
|
*,
|
|
779
779
|
filename: typing.Union[str, typing.Any] = "StudioLight",
|
|
780
780
|
):
|
|
781
|
-
"""Save custom studio light from the studio light editor settings :File: `startup/bl_operators/userpref.py\:
|
|
781
|
+
"""Save custom studio light from the studio light editor settings :File: `startup/bl_operators/userpref.py\:1050 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1050>`__
|
|
782
782
|
|
|
783
783
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
784
784
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -796,7 +796,7 @@ def studiolight_show(
|
|
|
796
796
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
797
797
|
undo: typing.Optional[bool] = None,
|
|
798
798
|
):
|
|
799
|
-
"""Show light preferences :File: `startup/bl_operators/userpref.py\:
|
|
799
|
+
"""Show light preferences :File: `startup/bl_operators/userpref.py\:1149 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1149>`__
|
|
800
800
|
|
|
801
801
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
802
802
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
@@ -814,7 +814,7 @@ def studiolight_uninstall(
|
|
|
814
814
|
*,
|
|
815
815
|
index: typing.Optional[typing.Any] = 0,
|
|
816
816
|
):
|
|
817
|
-
"""Delete Studio Light :File: `startup/bl_operators/userpref.py\:
|
|
817
|
+
"""Delete Studio Light :File: `startup/bl_operators/userpref.py\:1104 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1104>`__
|
|
818
818
|
|
|
819
819
|
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
820
820
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|