fake-bpy-module 20250612__py3-none-any.whl → 20250614__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.

@@ -2818,7 +2818,7 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
2818
2818
  :param layout:
2819
2819
  """
2820
2820
 
2821
- class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2821
+ class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2822
2822
  """Base class for panels to center align contents with some horizontal margin.
2823
2823
  Deriving classes need to implement a draw_centered(context, layout) function.
2824
2824
  """
@@ -2853,7 +2853,7 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
2853
2853
  :param layout:
2854
2854
  """
2855
2855
 
2856
- class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2856
+ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2857
2857
  """Base class for panels to center align contents with some horizontal margin.
2858
2858
  Deriving classes need to implement a draw_centered(context, layout) function.
2859
2859
  """
@@ -2888,9 +2888,7 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
2888
2888
  :param layout:
2889
2889
  """
2890
2890
 
2891
- class USERPREF_PT_theme_interface_transparent_checker(
2892
- CenterAlignMixIn, ThemePanel, bpy.types.Panel
2893
- ):
2891
+ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2894
2892
  """Base class for panels to center align contents with some horizontal margin.
2895
2893
  Deriving classes need to implement a draw_centered(context, layout) function.
2896
2894
  """
@@ -2925,7 +2923,9 @@ class USERPREF_PT_theme_interface_transparent_checker(
2925
2923
  :param layout:
2926
2924
  """
2927
2925
 
2928
- class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2926
+ class USERPREF_PT_theme_interface_transparent_checker(
2927
+ CenterAlignMixIn, ThemePanel, bpy.types.Panel
2928
+ ):
2929
2929
  """Base class for panels to center align contents with some horizontal margin.
2930
2930
  Deriving classes need to implement a draw_centered(context, layout) function.
2931
2931
  """
@@ -2933,6 +2933,7 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
2933
2933
  bl_context: typing.Any
2934
2934
  bl_label: typing.Any
2935
2935
  bl_options: typing.Any
2936
+ bl_parent_id: typing.Any
2936
2937
  bl_region_type: typing.Any
2937
2938
  bl_rna: typing.Any
2938
2939
  bl_space_type: typing.Any
@@ -2959,13 +2960,7 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
2959
2960
  :param layout:
2960
2961
  """
2961
2962
 
2962
- def draw_header(self, _context) -> None:
2963
- """
2964
-
2965
- :param _context:
2966
- """
2967
-
2968
- class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2963
+ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2969
2964
  """Base class for panels to center align contents with some horizontal margin.
2970
2965
  Deriving classes need to implement a draw_centered(context, layout) function.
2971
2966
  """
@@ -3005,7 +3000,7 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
3005
3000
  :param _context:
3006
3001
  """
3007
3002
 
3008
- class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3003
+ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3009
3004
  """Base class for panels to center align contents with some horizontal margin.
3010
3005
  Deriving classes need to implement a draw_centered(context, layout) function.
3011
3006
  """
@@ -3032,10 +3027,11 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
3032
3027
  :rtype: typing.Any
3033
3028
  """
3034
3029
 
3035
- def draw(self, context) -> None:
3030
+ def draw_centered(self, context, layout) -> None:
3036
3031
  """
3037
3032
 
3038
3033
  :param context:
3034
+ :param layout:
3039
3035
  """
3040
3036
 
3041
3037
  def draw_header(self, _context) -> None:
@@ -3044,13 +3040,14 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
3044
3040
  :param _context:
3045
3041
  """
3046
3042
 
3047
- class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3043
+ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3048
3044
  """Base class for panels to center align contents with some horizontal margin.
3049
3045
  Deriving classes need to implement a draw_centered(context, layout) function.
3050
3046
  """
3051
3047
 
3052
3048
  bl_context: typing.Any
3053
3049
  bl_label: typing.Any
3050
+ bl_options: typing.Any
3054
3051
  bl_region_type: typing.Any
3055
3052
  bl_rna: typing.Any
3056
3053
  bl_space_type: typing.Any
@@ -3070,14 +3067,19 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3070
3067
  :rtype: typing.Any
3071
3068
  """
3072
3069
 
3073
- def draw_centered(self, context, layout) -> None:
3070
+ def draw(self, context) -> None:
3074
3071
  """
3075
3072
 
3076
3073
  :param context:
3077
- :param layout:
3078
3074
  """
3079
3075
 
3080
- class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3076
+ def draw_header(self, _context) -> None:
3077
+ """
3078
+
3079
+ :param _context:
3080
+ """
3081
+
3082
+ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3081
3083
  """Base class for panels to center align contents with some horizontal margin.
3082
3084
  Deriving classes need to implement a draw_centered(context, layout) function.
3083
3085
  """
@@ -3110,14 +3112,13 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3110
3112
  :param layout:
3111
3113
  """
3112
3114
 
3113
- class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3115
+ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3114
3116
  """Base class for panels to center align contents with some horizontal margin.
3115
3117
  Deriving classes need to implement a draw_centered(context, layout) function.
3116
3118
  """
3117
3119
 
3118
3120
  bl_context: typing.Any
3119
3121
  bl_label: typing.Any
3120
- bl_options: typing.Any
3121
3122
  bl_region_type: typing.Any
3122
3123
  bl_rna: typing.Any
3123
3124
  bl_space_type: typing.Any
@@ -1985,7 +1985,6 @@ type MeshSelectModeUvItems = typing.Literal[
1985
1985
  "VERTEX", # Vertex.Vertex selection mode.
1986
1986
  "EDGE", # Edge.Edge selection mode.
1987
1987
  "FACE", # Face.Face selection mode.
1988
- "ISLAND", # Island.Island selection mode.
1989
1988
  ]
1990
1989
  type MetaelemTypeItems = typing.Literal[
1991
1990
  "BALL", # Ball.