fake-bpy-module 20240130__py3-none-any.whl → 20240131__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.
@@ -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\:818 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L818>`__
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\:773 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L773>`__
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\:842 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L842>`__
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\:888 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L888>`__
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\:1161 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1161>`__
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\:1191 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1191>`__
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\:1116 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1116>`__
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\:997 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L997>`__
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\:1043 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1043>`__
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\:1142 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1142>`__
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\:1097 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/userpref.py#L1097>`__
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]]