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

@@ -4128,7 +4128,7 @@ class VIEWLAYER_UL_linesets(bpy_types._GenericUI):
4128
4128
  """ """
4129
4129
  ...
4130
4130
 
4131
- class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
4131
+ class ViewLayerFreestyleButtonsPanel:
4132
4132
  """ """
4133
4133
 
4134
4134
  bl_context: typing.Any
@@ -4150,10 +4150,7 @@ class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
4150
4150
  """
4151
4151
  ...
4152
4152
 
4153
- class ViewLayerFreestyleLineStyle(ViewLayerFreestyleButtonsPanel):
4154
- """ """
4155
-
4156
- COMPAT_ENGINES: typing.Any
4153
+ class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
4157
4154
  """ """
4158
4155
 
4159
4156
  bl_context: typing.Any
@@ -4175,7 +4172,7 @@ class ViewLayerFreestyleLineStyle(ViewLayerFreestyleButtonsPanel):
4175
4172
  """
4176
4173
  ...
4177
4174
 
4178
- class ViewLayerFreestyleLinestyleStrokesSubPanel(ViewLayerFreestyleButtonsPanel):
4175
+ class ViewLayerFreestyleLineStyle(ViewLayerFreestyleButtonsPanel):
4179
4176
  """ """
4180
4177
 
4181
4178
  COMPAT_ENGINES: typing.Any
@@ -4187,9 +4184,6 @@ class ViewLayerFreestyleLinestyleStrokesSubPanel(ViewLayerFreestyleButtonsPanel)
4187
4184
  bl_order: typing.Any
4188
4185
  """ """
4189
4186
 
4190
- bl_parent_id: typing.Any
4191
- """ """
4192
-
4193
4187
  bl_region_type: typing.Any
4194
4188
  """ """
4195
4189
 
@@ -4203,7 +4197,10 @@ class ViewLayerFreestyleLinestyleStrokesSubPanel(ViewLayerFreestyleButtonsPanel)
4203
4197
  """
4204
4198
  ...
4205
4199
 
4206
- class ViewLayerFreestyleButtonsPanel:
4200
+ class ViewLayerFreestyleLinestyleStrokesSubPanel(ViewLayerFreestyleButtonsPanel):
4201
+ """ """
4202
+
4203
+ COMPAT_ENGINES: typing.Any
4207
4204
  """ """
4208
4205
 
4209
4206
  bl_context: typing.Any
@@ -4212,6 +4209,9 @@ class ViewLayerFreestyleButtonsPanel:
4212
4209
  bl_order: typing.Any
4213
4210
  """ """
4214
4211
 
4212
+ bl_parent_id: typing.Any
4213
+ """ """
4214
+
4215
4215
  bl_region_type: typing.Any
4216
4216
  """ """
4217
4217
 
@@ -3,7 +3,7 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class BrushPanel(UnifiedPaintPanel):
6
+ class UnifiedPaintPanel:
7
7
  """ """
8
8
 
9
9
  def get_brush_mode(self, context):
@@ -20,13 +20,6 @@ class BrushPanel(UnifiedPaintPanel):
20
20
  """
21
21
  ...
22
22
 
23
- def poll(self, context):
24
- """
25
-
26
- :param context:
27
- """
28
- ...
29
-
30
23
  def prop_unified(
31
24
  self,
32
25
  layout,
@@ -79,115 +72,188 @@ class BrushPanel(UnifiedPaintPanel):
79
72
  """
80
73
  ...
81
74
 
82
- class BrushSelectPanel(UnifiedPaintPanel):
75
+ class VIEW3D_MT_tools_projectpaint_clone(bpy_types._GenericUI):
83
76
  """ """
84
77
 
85
78
  bl_label: typing.Any
86
79
  """ """
87
80
 
88
- def draw(self, context):
81
+ bl_rna: typing.Any
82
+ """ """
83
+
84
+ id_data: typing.Any
85
+ """ """
86
+
87
+ def append(self, draw_func):
89
88
  """
90
89
 
91
- :param context:
90
+ :param draw_func:
92
91
  """
93
92
  ...
94
93
 
95
- def get_brush_mode(self, context):
94
+ def as_pointer(self):
95
+ """ """
96
+ ...
97
+
98
+ def bl_rna_get_subclass(self):
99
+ """ """
100
+ ...
101
+
102
+ def bl_rna_get_subclass_py(self):
103
+ """ """
104
+ ...
105
+
106
+ def draw(self, context):
96
107
  """
97
108
 
98
109
  :param context:
99
110
  """
100
111
  ...
101
112
 
102
- def paint_settings(self, context):
113
+ def draw_collapsible(self, context, layout):
103
114
  """
104
115
 
105
116
  :param context:
117
+ :param layout:
106
118
  """
107
119
  ...
108
120
 
109
- def poll(self, context):
121
+ def draw_preset(self, _context):
110
122
  """
111
123
 
112
- :param context:
124
+ :param _context:
113
125
  """
114
126
  ...
115
127
 
116
- def prop_unified(
128
+ def driver_add(self):
129
+ """ """
130
+ ...
131
+
132
+ def driver_remove(self):
133
+ """ """
134
+ ...
135
+
136
+ def get(self):
137
+ """ """
138
+ ...
139
+
140
+ def id_properties_clear(self):
141
+ """ """
142
+ ...
143
+
144
+ def id_properties_ensure(self):
145
+ """ """
146
+ ...
147
+
148
+ def id_properties_ui(self):
149
+ """ """
150
+ ...
151
+
152
+ def is_extended(self):
153
+ """ """
154
+ ...
155
+
156
+ def is_property_hidden(self):
157
+ """ """
158
+ ...
159
+
160
+ def is_property_overridable_library(self):
161
+ """ """
162
+ ...
163
+
164
+ def is_property_readonly(self):
165
+ """ """
166
+ ...
167
+
168
+ def is_property_set(self):
169
+ """ """
170
+ ...
171
+
172
+ def items(self):
173
+ """ """
174
+ ...
175
+
176
+ def keyframe_delete(self):
177
+ """ """
178
+ ...
179
+
180
+ def keyframe_insert(self):
181
+ """ """
182
+ ...
183
+
184
+ def keys(self):
185
+ """ """
186
+ ...
187
+
188
+ def path_from_id(self):
189
+ """ """
190
+ ...
191
+
192
+ def path_menu(
117
193
  self,
118
- layout,
119
- context,
120
- brush,
121
- prop_name,
122
- unified_name,
123
- pressure_name,
124
- icon,
125
- text,
126
- slider,
127
- header,
194
+ searchpaths,
195
+ operator,
196
+ props_default,
197
+ prop_filepath,
198
+ filter_ext,
199
+ filter_path,
200
+ display_name,
201
+ add_operator,
128
202
  ):
129
203
  """
130
204
 
131
- :param layout:
132
- :param context:
133
- :param brush:
134
- :param prop_name:
135
- :param unified_name:
136
- :param pressure_name:
137
- :param icon:
138
- :param text:
139
- :param slider:
140
- :param header:
205
+ :param searchpaths:
206
+ :param operator:
207
+ :param props_default:
208
+ :param prop_filepath:
209
+ :param filter_ext:
210
+ :param filter_path:
211
+ :param display_name:
212
+ :param add_operator:
141
213
  """
142
214
  ...
143
215
 
144
- def prop_unified_color(self, parent, context, brush, prop_name, text):
145
- """
216
+ def path_resolve(self):
217
+ """ """
218
+ ...
146
219
 
147
- :param parent:
148
- :param context:
149
- :param brush:
150
- :param prop_name:
151
- :param text:
152
- """
220
+ def pop(self):
221
+ """ """
153
222
  ...
154
223
 
155
- def prop_unified_color_picker(
156
- self, parent, context, brush, prop_name, value_slider
157
- ):
224
+ def prepend(self, draw_func):
158
225
  """
159
226
 
160
- :param parent:
161
- :param context:
162
- :param brush:
163
- :param prop_name:
164
- :param value_slider:
227
+ :param draw_func:
165
228
  """
166
229
  ...
167
230
 
168
- class ClonePanel(UnifiedPaintPanel):
169
- """ """
170
-
171
- bl_label: typing.Any
172
- """ """
231
+ def property_overridable_library_set(self):
232
+ """ """
233
+ ...
173
234
 
174
- bl_options: typing.Any
175
- """ """
235
+ def property_unset(self):
236
+ """ """
237
+ ...
176
238
 
177
- def draw(self, context):
239
+ def remove(self, draw_func):
178
240
  """
179
241
 
180
- :param context:
242
+ :param draw_func:
181
243
  """
182
244
  ...
183
245
 
184
- def draw_header(self, context):
185
- """
246
+ def type_recast(self):
247
+ """ """
248
+ ...
186
249
 
187
- :param context:
188
- """
250
+ def values(self):
251
+ """ """
189
252
  ...
190
253
 
254
+ class BrushPanel(UnifiedPaintPanel):
255
+ """ """
256
+
191
257
  def get_brush_mode(self, context):
192
258
  """
193
259
 
@@ -261,15 +327,12 @@ class ClonePanel(UnifiedPaintPanel):
261
327
  """
262
328
  ...
263
329
 
264
- class ColorPalettePanel(UnifiedPaintPanel):
330
+ class BrushSelectPanel(UnifiedPaintPanel):
265
331
  """ """
266
332
 
267
333
  bl_label: typing.Any
268
334
  """ """
269
335
 
270
- bl_options: typing.Any
271
- """ """
272
-
273
336
  def draw(self, context):
274
337
  """
275
338
 
@@ -350,7 +413,7 @@ class ColorPalettePanel(UnifiedPaintPanel):
350
413
  """
351
414
  ...
352
415
 
353
- class DisplayPanel(UnifiedPaintPanel):
416
+ class ClonePanel(UnifiedPaintPanel):
354
417
  """ """
355
418
 
356
419
  bl_label: typing.Any
@@ -446,7 +509,7 @@ class DisplayPanel(UnifiedPaintPanel):
446
509
  """
447
510
  ...
448
511
 
449
- class FalloffPanel(UnifiedPaintPanel):
512
+ class ColorPalettePanel(UnifiedPaintPanel):
450
513
  """ """
451
514
 
452
515
  bl_label: typing.Any
@@ -535,7 +598,7 @@ class FalloffPanel(UnifiedPaintPanel):
535
598
  """
536
599
  ...
537
600
 
538
- class SmoothStrokePanel(UnifiedPaintPanel):
601
+ class DisplayPanel(UnifiedPaintPanel):
539
602
  """ """
540
603
 
541
604
  bl_label: typing.Any
@@ -631,7 +694,7 @@ class SmoothStrokePanel(UnifiedPaintPanel):
631
694
  """
632
695
  ...
633
696
 
634
- class StrokePanel(UnifiedPaintPanel):
697
+ class FalloffPanel(UnifiedPaintPanel):
635
698
  """ """
636
699
 
637
700
  bl_label: typing.Any
@@ -640,9 +703,6 @@ class StrokePanel(UnifiedPaintPanel):
640
703
  bl_options: typing.Any
641
704
  """ """
642
705
 
643
- bl_ui_units_x: typing.Any
644
- """ """
645
-
646
706
  def draw(self, context):
647
707
  """
648
708
 
@@ -723,7 +783,7 @@ class StrokePanel(UnifiedPaintPanel):
723
783
  """
724
784
  ...
725
785
 
726
- class TextureMaskPanel(UnifiedPaintPanel):
786
+ class SmoothStrokePanel(UnifiedPaintPanel):
727
787
  """ """
728
788
 
729
789
  bl_label: typing.Any
@@ -739,6 +799,13 @@ class TextureMaskPanel(UnifiedPaintPanel):
739
799
  """
740
800
  ...
741
801
 
802
+ def draw_header(self, context):
803
+ """
804
+
805
+ :param context:
806
+ """
807
+ ...
808
+
742
809
  def get_brush_mode(self, context):
743
810
  """
744
811
 
@@ -812,196 +879,129 @@ class TextureMaskPanel(UnifiedPaintPanel):
812
879
  """
813
880
  ...
814
881
 
815
- class VIEW3D_MT_tools_projectpaint_clone(bpy_types._GenericUI):
882
+ class StrokePanel(UnifiedPaintPanel):
816
883
  """ """
817
884
 
818
885
  bl_label: typing.Any
819
886
  """ """
820
887
 
821
- bl_rna: typing.Any
888
+ bl_options: typing.Any
822
889
  """ """
823
890
 
824
- id_data: typing.Any
891
+ bl_ui_units_x: typing.Any
825
892
  """ """
826
893
 
827
- def append(self, draw_func):
894
+ def draw(self, context):
828
895
  """
829
896
 
830
- :param draw_func:
897
+ :param context:
831
898
  """
832
899
  ...
833
900
 
834
- def as_pointer(self):
835
- """ """
836
- ...
837
-
838
- def bl_rna_get_subclass(self):
839
- """ """
840
- ...
841
-
842
- def bl_rna_get_subclass_py(self):
843
- """ """
844
- ...
845
-
846
- def draw(self, context):
901
+ def get_brush_mode(self, context):
847
902
  """
848
903
 
849
904
  :param context:
850
905
  """
851
906
  ...
852
907
 
853
- def draw_collapsible(self, context, layout):
908
+ def paint_settings(self, context):
854
909
  """
855
910
 
856
911
  :param context:
857
- :param layout:
858
912
  """
859
913
  ...
860
914
 
861
- def draw_preset(self, _context):
915
+ def poll(self, context):
862
916
  """
863
917
 
864
- :param _context:
918
+ :param context:
865
919
  """
866
920
  ...
867
921
 
868
- def driver_add(self):
869
- """ """
870
- ...
871
-
872
- def driver_remove(self):
873
- """ """
874
- ...
875
-
876
- def get(self):
877
- """ """
878
- ...
879
-
880
- def id_properties_clear(self):
881
- """ """
882
- ...
883
-
884
- def id_properties_ensure(self):
885
- """ """
886
- ...
887
-
888
- def id_properties_ui(self):
889
- """ """
890
- ...
891
-
892
- def is_extended(self):
893
- """ """
894
- ...
895
-
896
- def is_property_hidden(self):
897
- """ """
898
- ...
899
-
900
- def is_property_overridable_library(self):
901
- """ """
902
- ...
903
-
904
- def is_property_readonly(self):
905
- """ """
906
- ...
907
-
908
- def is_property_set(self):
909
- """ """
910
- ...
911
-
912
- def items(self):
913
- """ """
914
- ...
915
-
916
- def keyframe_delete(self):
917
- """ """
918
- ...
919
-
920
- def keyframe_insert(self):
921
- """ """
922
- ...
923
-
924
- def keys(self):
925
- """ """
926
- ...
927
-
928
- def path_from_id(self):
929
- """ """
930
- ...
931
-
932
- def path_menu(
922
+ def prop_unified(
933
923
  self,
934
- searchpaths,
935
- operator,
936
- props_default,
937
- prop_filepath,
938
- filter_ext,
939
- filter_path,
940
- display_name,
941
- add_operator,
924
+ layout,
925
+ context,
926
+ brush,
927
+ prop_name,
928
+ unified_name,
929
+ pressure_name,
930
+ icon,
931
+ text,
932
+ slider,
933
+ header,
942
934
  ):
943
935
  """
944
936
 
945
- :param searchpaths:
946
- :param operator:
947
- :param props_default:
948
- :param prop_filepath:
949
- :param filter_ext:
950
- :param filter_path:
951
- :param display_name:
952
- :param add_operator:
937
+ :param layout:
938
+ :param context:
939
+ :param brush:
940
+ :param prop_name:
941
+ :param unified_name:
942
+ :param pressure_name:
943
+ :param icon:
944
+ :param text:
945
+ :param slider:
946
+ :param header:
953
947
  """
954
948
  ...
955
949
 
956
- def path_resolve(self):
957
- """ """
958
- ...
950
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
951
+ """
959
952
 
960
- def pop(self):
961
- """ """
953
+ :param parent:
954
+ :param context:
955
+ :param brush:
956
+ :param prop_name:
957
+ :param text:
958
+ """
962
959
  ...
963
960
 
964
- def prepend(self, draw_func):
961
+ def prop_unified_color_picker(
962
+ self, parent, context, brush, prop_name, value_slider
963
+ ):
965
964
  """
966
965
 
967
- :param draw_func:
966
+ :param parent:
967
+ :param context:
968
+ :param brush:
969
+ :param prop_name:
970
+ :param value_slider:
968
971
  """
969
972
  ...
970
973
 
971
- def property_overridable_library_set(self):
972
- """ """
973
- ...
974
+ class TextureMaskPanel(UnifiedPaintPanel):
975
+ """ """
974
976
 
975
- def property_unset(self):
976
- """ """
977
- ...
977
+ bl_label: typing.Any
978
+ """ """
978
979
 
979
- def remove(self, draw_func):
980
+ bl_options: typing.Any
981
+ """ """
982
+
983
+ def draw(self, context):
980
984
  """
981
985
 
982
- :param draw_func:
986
+ :param context:
983
987
  """
984
988
  ...
985
989
 
986
- def type_recast(self):
987
- """ """
988
- ...
990
+ def get_brush_mode(self, context):
991
+ """
989
992
 
990
- def values(self):
991
- """ """
993
+ :param context:
994
+ """
992
995
  ...
993
996
 
994
- class UnifiedPaintPanel:
995
- """ """
996
-
997
- def get_brush_mode(self, context):
997
+ def paint_settings(self, context):
998
998
  """
999
999
 
1000
1000
  :param context:
1001
1001
  """
1002
1002
  ...
1003
1003
 
1004
- def paint_settings(self, context):
1004
+ def poll(self, context):
1005
1005
  """
1006
1006
 
1007
1007
  :param context: