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

@@ -143,6 +143,269 @@ class EditExternally(bpy_types.Operator):
143
143
  """ """
144
144
  ...
145
145
 
146
+ class IMAGE_FH_drop_handler(bpy_types.FileHandler):
147
+ """ """
148
+
149
+ bl_file_extensions: typing.Any
150
+ """ """
151
+
152
+ bl_idname: typing.Any
153
+ """ """
154
+
155
+ bl_import_operator: typing.Any
156
+ """ """
157
+
158
+ bl_label: typing.Any
159
+ """ """
160
+
161
+ bl_rna: typing.Any
162
+ """ """
163
+
164
+ id_data: typing.Any
165
+ """ """
166
+
167
+ def as_pointer(self):
168
+ """ """
169
+ ...
170
+
171
+ def bl_rna_get_subclass(self):
172
+ """ """
173
+ ...
174
+
175
+ def bl_rna_get_subclass_py(self):
176
+ """ """
177
+ ...
178
+
179
+ def driver_add(self):
180
+ """ """
181
+ ...
182
+
183
+ def driver_remove(self):
184
+ """ """
185
+ ...
186
+
187
+ def get(self):
188
+ """ """
189
+ ...
190
+
191
+ def id_properties_clear(self):
192
+ """ """
193
+ ...
194
+
195
+ def id_properties_ensure(self):
196
+ """ """
197
+ ...
198
+
199
+ def id_properties_ui(self):
200
+ """ """
201
+ ...
202
+
203
+ def is_property_hidden(self):
204
+ """ """
205
+ ...
206
+
207
+ def is_property_overridable_library(self):
208
+ """ """
209
+ ...
210
+
211
+ def is_property_readonly(self):
212
+ """ """
213
+ ...
214
+
215
+ def is_property_set(self):
216
+ """ """
217
+ ...
218
+
219
+ def items(self):
220
+ """ """
221
+ ...
222
+
223
+ def keyframe_delete(self):
224
+ """ """
225
+ ...
226
+
227
+ def keyframe_insert(self):
228
+ """ """
229
+ ...
230
+
231
+ def keys(self):
232
+ """ """
233
+ ...
234
+
235
+ def path_from_id(self):
236
+ """ """
237
+ ...
238
+
239
+ def path_resolve(self):
240
+ """ """
241
+ ...
242
+
243
+ def poll_drop(self, context):
244
+ """
245
+
246
+ :param context:
247
+ """
248
+ ...
249
+
250
+ def pop(self):
251
+ """ """
252
+ ...
253
+
254
+ def property_overridable_library_set(self):
255
+ """ """
256
+ ...
257
+
258
+ def property_unset(self):
259
+ """ """
260
+ ...
261
+
262
+ def type_recast(self):
263
+ """ """
264
+ ...
265
+
266
+ def values(self):
267
+ """ """
268
+ ...
269
+
270
+ class IMAGE_OT_open_images(bpy_types.Operator):
271
+ """ """
272
+
273
+ bl_idname: typing.Any
274
+ """ """
275
+
276
+ bl_label: typing.Any
277
+ """ """
278
+
279
+ bl_options: typing.Any
280
+ """ """
281
+
282
+ bl_rna: typing.Any
283
+ """ """
284
+
285
+ id_data: typing.Any
286
+ """ """
287
+
288
+ def as_keywords(self, ignore):
289
+ """
290
+
291
+ :param ignore:
292
+ """
293
+ ...
294
+
295
+ def as_pointer(self):
296
+ """ """
297
+ ...
298
+
299
+ def bl_rna_get_subclass(self):
300
+ """ """
301
+ ...
302
+
303
+ def bl_rna_get_subclass_py(self):
304
+ """ """
305
+ ...
306
+
307
+ def driver_add(self):
308
+ """ """
309
+ ...
310
+
311
+ def driver_remove(self):
312
+ """ """
313
+ ...
314
+
315
+ def execute(self, context):
316
+ """
317
+
318
+ :param context:
319
+ """
320
+ ...
321
+
322
+ def get(self):
323
+ """ """
324
+ ...
325
+
326
+ def id_properties_clear(self):
327
+ """ """
328
+ ...
329
+
330
+ def id_properties_ensure(self):
331
+ """ """
332
+ ...
333
+
334
+ def id_properties_ui(self):
335
+ """ """
336
+ ...
337
+
338
+ def is_property_hidden(self):
339
+ """ """
340
+ ...
341
+
342
+ def is_property_overridable_library(self):
343
+ """ """
344
+ ...
345
+
346
+ def is_property_readonly(self):
347
+ """ """
348
+ ...
349
+
350
+ def is_property_set(self):
351
+ """ """
352
+ ...
353
+
354
+ def items(self):
355
+ """ """
356
+ ...
357
+
358
+ def keyframe_delete(self):
359
+ """ """
360
+ ...
361
+
362
+ def keyframe_insert(self):
363
+ """ """
364
+ ...
365
+
366
+ def keys(self):
367
+ """ """
368
+ ...
369
+
370
+ def path_from_id(self):
371
+ """ """
372
+ ...
373
+
374
+ def path_resolve(self):
375
+ """ """
376
+ ...
377
+
378
+ def poll(self, context):
379
+ """
380
+
381
+ :param context:
382
+ """
383
+ ...
384
+
385
+ def poll_message_set(self):
386
+ """ """
387
+ ...
388
+
389
+ def pop(self):
390
+ """ """
391
+ ...
392
+
393
+ def property_overridable_library_set(self):
394
+ """ """
395
+ ...
396
+
397
+ def property_unset(self):
398
+ """ """
399
+ ...
400
+
401
+ def type_recast(self):
402
+ """ """
403
+ ...
404
+
405
+ def values(self):
406
+ """ """
407
+ ...
408
+
146
409
  class ProjectApply(bpy_types.Operator):
147
410
  """ """
148
411
 
@@ -3,6 +3,130 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
+ class NODE_FH_image_node(bpy_types.FileHandler):
7
+ """ """
8
+
9
+ bl_file_extensions: typing.Any
10
+ """ """
11
+
12
+ bl_idname: typing.Any
13
+ """ """
14
+
15
+ bl_import_operator: typing.Any
16
+ """ """
17
+
18
+ bl_label: typing.Any
19
+ """ """
20
+
21
+ bl_rna: typing.Any
22
+ """ """
23
+
24
+ id_data: typing.Any
25
+ """ """
26
+
27
+ def as_pointer(self):
28
+ """ """
29
+ ...
30
+
31
+ def bl_rna_get_subclass(self):
32
+ """ """
33
+ ...
34
+
35
+ def bl_rna_get_subclass_py(self):
36
+ """ """
37
+ ...
38
+
39
+ def driver_add(self):
40
+ """ """
41
+ ...
42
+
43
+ def driver_remove(self):
44
+ """ """
45
+ ...
46
+
47
+ def get(self):
48
+ """ """
49
+ ...
50
+
51
+ def id_properties_clear(self):
52
+ """ """
53
+ ...
54
+
55
+ def id_properties_ensure(self):
56
+ """ """
57
+ ...
58
+
59
+ def id_properties_ui(self):
60
+ """ """
61
+ ...
62
+
63
+ def is_property_hidden(self):
64
+ """ """
65
+ ...
66
+
67
+ def is_property_overridable_library(self):
68
+ """ """
69
+ ...
70
+
71
+ def is_property_readonly(self):
72
+ """ """
73
+ ...
74
+
75
+ def is_property_set(self):
76
+ """ """
77
+ ...
78
+
79
+ def items(self):
80
+ """ """
81
+ ...
82
+
83
+ def keyframe_delete(self):
84
+ """ """
85
+ ...
86
+
87
+ def keyframe_insert(self):
88
+ """ """
89
+ ...
90
+
91
+ def keys(self):
92
+ """ """
93
+ ...
94
+
95
+ def path_from_id(self):
96
+ """ """
97
+ ...
98
+
99
+ def path_resolve(self):
100
+ """ """
101
+ ...
102
+
103
+ def poll_drop(self, context):
104
+ """
105
+
106
+ :param context:
107
+ """
108
+ ...
109
+
110
+ def pop(self):
111
+ """ """
112
+ ...
113
+
114
+ def property_overridable_library_set(self):
115
+ """ """
116
+ ...
117
+
118
+ def property_unset(self):
119
+ """ """
120
+ ...
121
+
122
+ def type_recast(self):
123
+ """ """
124
+ ...
125
+
126
+ def values(self):
127
+ """ """
128
+ ...
129
+
6
130
  class NodeAddOperator:
7
131
  """ """
8
132
 
@@ -1092,6 +1092,11 @@ def brush_basic_grease_pencil_paint_settings(layout, context, brush, compact):
1092
1092
 
1093
1093
  ...
1094
1094
 
1095
+ def brush_basic_grease_pencil_weight_settings(layout, context, brush, compact):
1096
+ """ """
1097
+
1098
+ ...
1099
+
1095
1100
  def brush_basic_texpaint_settings(layout, context, brush, compact):
1096
1101
  """ """
1097
1102