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

@@ -212,166 +212,6 @@ class RENDER_PT_context(bpy.types.Panel):
212
212
  :param context:
213
213
  """
214
214
 
215
- class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy.types.Panel):
216
- COMPAT_ENGINES: typing.Any
217
- bl_context: typing.Any
218
- bl_label: typing.Any
219
- bl_options: typing.Any
220
- bl_region_type: typing.Any
221
- bl_rna: typing.Any
222
- bl_space_type: typing.Any
223
- id_data: typing.Any
224
-
225
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
226
- """
227
-
228
- :return: The RNA type or default when not found.
229
- :rtype: bpy.types.Struct
230
- """
231
-
232
- def bl_rna_get_subclass_py(self) -> typing.Any:
233
- """
234
-
235
- :return: The class or default when not found.
236
- :rtype: typing.Any
237
- """
238
-
239
- def draw(self, context):
240
- """
241
-
242
- :param context:
243
- """
244
-
245
- def draw_header(self, context):
246
- """
247
-
248
- :param context:
249
- """
250
-
251
- @classmethod
252
- def poll(cls, context):
253
- """
254
-
255
- :param context:
256
- """
257
-
258
- class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy.types.Panel):
259
- COMPAT_ENGINES: typing.Any
260
- bl_context: typing.Any
261
- bl_label: typing.Any
262
- bl_options: typing.Any
263
- bl_region_type: typing.Any
264
- bl_rna: typing.Any
265
- bl_space_type: typing.Any
266
- id_data: typing.Any
267
-
268
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
269
- """
270
-
271
- :return: The RNA type or default when not found.
272
- :rtype: bpy.types.Struct
273
- """
274
-
275
- def bl_rna_get_subclass_py(self) -> typing.Any:
276
- """
277
-
278
- :return: The class or default when not found.
279
- :rtype: typing.Any
280
- """
281
-
282
- def draw(self, context):
283
- """
284
-
285
- :param context:
286
- """
287
-
288
- def draw_header(self, context):
289
- """
290
-
291
- :param context:
292
- """
293
-
294
- @classmethod
295
- def poll(cls, context):
296
- """
297
-
298
- :param context:
299
- """
300
-
301
- class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
302
- COMPAT_ENGINES: typing.Any
303
- bl_context: typing.Any
304
- bl_label: typing.Any
305
- bl_options: typing.Any
306
- bl_region_type: typing.Any
307
- bl_rna: typing.Any
308
- bl_space_type: typing.Any
309
- id_data: typing.Any
310
-
311
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
312
- """
313
-
314
- :return: The RNA type or default when not found.
315
- :rtype: bpy.types.Struct
316
- """
317
-
318
- def bl_rna_get_subclass_py(self) -> typing.Any:
319
- """
320
-
321
- :return: The class or default when not found.
322
- :rtype: typing.Any
323
- """
324
-
325
- def draw(self, context):
326
- """
327
-
328
- :param context:
329
- """
330
-
331
- @classmethod
332
- def poll(cls, context):
333
- """
334
-
335
- :param context:
336
- """
337
-
338
- class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
339
- COMPAT_ENGINES: typing.Any
340
- bl_context: typing.Any
341
- bl_label: typing.Any
342
- bl_options: typing.Any
343
- bl_region_type: typing.Any
344
- bl_rna: typing.Any
345
- bl_space_type: typing.Any
346
- id_data: typing.Any
347
-
348
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
349
- """
350
-
351
- :return: The RNA type or default when not found.
352
- :rtype: bpy.types.Struct
353
- """
354
-
355
- def bl_rna_get_subclass_py(self) -> typing.Any:
356
- """
357
-
358
- :return: The class or default when not found.
359
- :rtype: typing.Any
360
- """
361
-
362
- def draw(self, context):
363
- """
364
-
365
- :param context:
366
- """
367
-
368
- @classmethod
369
- def poll(cls, context):
370
- """
371
-
372
- :param context:
373
- """
374
-
375
215
  class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
376
216
  COMPAT_ENGINES: typing.Any
377
217
  bl_context: typing.Any
@@ -396,124 +236,7 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
396
236
  :rtype: typing.Any
397
237
  """
398
238
 
399
- def draw(self, context):
400
- """
401
-
402
- :param context:
403
- """
404
-
405
- @classmethod
406
- def poll(cls, context):
407
- """
408
-
409
- :param context:
410
- """
411
-
412
- class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy.types.Panel):
413
- COMPAT_ENGINES: typing.Any
414
- bl_context: typing.Any
415
- bl_label: typing.Any
416
- bl_options: typing.Any
417
- bl_region_type: typing.Any
418
- bl_rna: typing.Any
419
- bl_space_type: typing.Any
420
- id_data: typing.Any
421
-
422
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
423
- """
424
-
425
- :return: The RNA type or default when not found.
426
- :rtype: bpy.types.Struct
427
- """
428
-
429
- def bl_rna_get_subclass_py(self) -> typing.Any:
430
- """
431
-
432
- :return: The class or default when not found.
433
- :rtype: typing.Any
434
- """
435
-
436
- def draw(self, context):
437
- """
438
-
439
- :param context:
440
- """
441
-
442
- @classmethod
443
- def poll(cls, context):
444
- """
445
-
446
- :param context:
447
- """
448
-
449
- class RENDER_PT_eevee_indirect_lighting_display(RenderButtonsPanel, bpy.types.Panel):
450
- COMPAT_ENGINES: typing.Any
451
- bl_context: typing.Any
452
- bl_label: typing.Any
453
- bl_parent_id: typing.Any
454
- bl_region_type: typing.Any
455
- bl_rna: typing.Any
456
- bl_space_type: typing.Any
457
- id_data: typing.Any
458
-
459
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
460
- """
461
-
462
- :return: The RNA type or default when not found.
463
- :rtype: bpy.types.Struct
464
- """
465
-
466
- def bl_rna_get_subclass_py(self) -> typing.Any:
467
- """
468
-
469
- :return: The class or default when not found.
470
- :rtype: typing.Any
471
- """
472
-
473
- def draw(self, context):
474
- """
475
-
476
- :param context:
477
- """
478
-
479
- @classmethod
480
- def poll(cls, context):
481
- """
482
-
483
- :param context:
484
- """
485
-
486
- class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
487
- COMPAT_ENGINES: typing.Any
488
- bl_context: typing.Any
489
- bl_label: typing.Any
490
- bl_options: typing.Any
491
- bl_region_type: typing.Any
492
- bl_rna: typing.Any
493
- bl_space_type: typing.Any
494
- id_data: typing.Any
495
-
496
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
497
- """
498
-
499
- :return: The RNA type or default when not found.
500
- :rtype: bpy.types.Struct
501
- """
502
-
503
- def bl_rna_get_subclass_py(self) -> typing.Any:
504
- """
505
-
506
- :return: The class or default when not found.
507
- :rtype: typing.Any
508
- """
509
-
510
- def draw(self, context):
511
- """
512
-
513
- :param context:
514
- """
515
-
516
- def draw_header(self, context):
239
+ def draw(self, context):
517
240
  """
518
241
 
519
242
  :param context:
@@ -1397,268 +1120,6 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1397
1120
  :param context:
1398
1121
  """
1399
1122
 
1400
- class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
1401
- COMPAT_ENGINES: typing.Any
1402
- bl_context: typing.Any
1403
- bl_label: typing.Any
1404
- bl_region_type: typing.Any
1405
- bl_rna: typing.Any
1406
- bl_space_type: typing.Any
1407
- id_data: typing.Any
1408
-
1409
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1410
- """
1411
-
1412
- :return: The RNA type or default when not found.
1413
- :rtype: bpy.types.Struct
1414
- """
1415
-
1416
- def bl_rna_get_subclass_py(self) -> typing.Any:
1417
- """
1418
-
1419
- :return: The class or default when not found.
1420
- :rtype: typing.Any
1421
- """
1422
-
1423
- def draw(self, context):
1424
- """
1425
-
1426
- :param context:
1427
- """
1428
-
1429
- @classmethod
1430
- def poll(cls, context):
1431
- """
1432
-
1433
- :param context:
1434
- """
1435
-
1436
- class RENDER_PT_eevee_screen_space_reflections(RenderButtonsPanel, bpy.types.Panel):
1437
- COMPAT_ENGINES: typing.Any
1438
- bl_context: typing.Any
1439
- bl_label: typing.Any
1440
- bl_options: typing.Any
1441
- bl_region_type: typing.Any
1442
- bl_rna: typing.Any
1443
- bl_space_type: typing.Any
1444
- id_data: typing.Any
1445
-
1446
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1447
- """
1448
-
1449
- :return: The RNA type or default when not found.
1450
- :rtype: bpy.types.Struct
1451
- """
1452
-
1453
- def bl_rna_get_subclass_py(self) -> typing.Any:
1454
- """
1455
-
1456
- :return: The class or default when not found.
1457
- :rtype: typing.Any
1458
- """
1459
-
1460
- def draw(self, context):
1461
- """
1462
-
1463
- :param context:
1464
- """
1465
-
1466
- def draw_header(self, context):
1467
- """
1468
-
1469
- :param context:
1470
- """
1471
-
1472
- @classmethod
1473
- def poll(cls, context):
1474
- """
1475
-
1476
- :param context:
1477
- """
1478
-
1479
- class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy.types.Panel):
1480
- COMPAT_ENGINES: typing.Any
1481
- bl_context: typing.Any
1482
- bl_label: typing.Any
1483
- bl_options: typing.Any
1484
- bl_region_type: typing.Any
1485
- bl_rna: typing.Any
1486
- bl_space_type: typing.Any
1487
- id_data: typing.Any
1488
-
1489
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1490
- """
1491
-
1492
- :return: The RNA type or default when not found.
1493
- :rtype: bpy.types.Struct
1494
- """
1495
-
1496
- def bl_rna_get_subclass_py(self) -> typing.Any:
1497
- """
1498
-
1499
- :return: The class or default when not found.
1500
- :rtype: typing.Any
1501
- """
1502
-
1503
- def draw(self, context):
1504
- """
1505
-
1506
- :param context:
1507
- """
1508
-
1509
- @classmethod
1510
- def poll(cls, context):
1511
- """
1512
-
1513
- :param context:
1514
- """
1515
-
1516
- class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy.types.Panel):
1517
- COMPAT_ENGINES: typing.Any
1518
- bl_context: typing.Any
1519
- bl_label: typing.Any
1520
- bl_options: typing.Any
1521
- bl_region_type: typing.Any
1522
- bl_rna: typing.Any
1523
- bl_space_type: typing.Any
1524
- id_data: typing.Any
1525
-
1526
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1527
- """
1528
-
1529
- :return: The RNA type or default when not found.
1530
- :rtype: bpy.types.Struct
1531
- """
1532
-
1533
- def bl_rna_get_subclass_py(self) -> typing.Any:
1534
- """
1535
-
1536
- :return: The class or default when not found.
1537
- :rtype: typing.Any
1538
- """
1539
-
1540
- def draw(self, context):
1541
- """
1542
-
1543
- :param context:
1544
- """
1545
-
1546
- @classmethod
1547
- def poll(cls, context):
1548
- """
1549
-
1550
- :param context:
1551
- """
1552
-
1553
- class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy.types.Panel):
1554
- COMPAT_ENGINES: typing.Any
1555
- bl_context: typing.Any
1556
- bl_label: typing.Any
1557
- bl_options: typing.Any
1558
- bl_region_type: typing.Any
1559
- bl_rna: typing.Any
1560
- bl_space_type: typing.Any
1561
- id_data: typing.Any
1562
-
1563
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1564
- """
1565
-
1566
- :return: The RNA type or default when not found.
1567
- :rtype: bpy.types.Struct
1568
- """
1569
-
1570
- def bl_rna_get_subclass_py(self) -> typing.Any:
1571
- """
1572
-
1573
- :return: The class or default when not found.
1574
- :rtype: typing.Any
1575
- """
1576
-
1577
- def draw(self, context):
1578
- """
1579
-
1580
- :param context:
1581
- """
1582
-
1583
- @classmethod
1584
- def poll(cls, context):
1585
- """
1586
-
1587
- :param context:
1588
- """
1589
-
1590
- class RENDER_PT_eevee_volumetric_lighting(RenderButtonsPanel, bpy.types.Panel):
1591
- COMPAT_ENGINES: typing.Any
1592
- bl_context: typing.Any
1593
- bl_label: typing.Any
1594
- bl_parent_id: typing.Any
1595
- bl_region_type: typing.Any
1596
- bl_rna: typing.Any
1597
- bl_space_type: typing.Any
1598
- id_data: typing.Any
1599
-
1600
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1601
- """
1602
-
1603
- :return: The RNA type or default when not found.
1604
- :rtype: bpy.types.Struct
1605
- """
1606
-
1607
- def bl_rna_get_subclass_py(self) -> typing.Any:
1608
- """
1609
-
1610
- :return: The class or default when not found.
1611
- :rtype: typing.Any
1612
- """
1613
-
1614
- def draw(self, context):
1615
- """
1616
-
1617
- :param context:
1618
- """
1619
-
1620
- def draw_header(self, context):
1621
- """
1622
-
1623
- :param context:
1624
- """
1625
-
1626
- class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, bpy.types.Panel):
1627
- COMPAT_ENGINES: typing.Any
1628
- bl_context: typing.Any
1629
- bl_label: typing.Any
1630
- bl_parent_id: typing.Any
1631
- bl_region_type: typing.Any
1632
- bl_rna: typing.Any
1633
- bl_space_type: typing.Any
1634
- id_data: typing.Any
1635
-
1636
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1637
- """
1638
-
1639
- :return: The RNA type or default when not found.
1640
- :rtype: bpy.types.Struct
1641
- """
1642
-
1643
- def bl_rna_get_subclass_py(self) -> typing.Any:
1644
- """
1645
-
1646
- :return: The class or default when not found.
1647
- :rtype: typing.Any
1648
- """
1649
-
1650
- def draw(self, context):
1651
- """
1652
-
1653
- :param context:
1654
- """
1655
-
1656
- def draw_header(self, context):
1657
- """
1658
-
1659
- :param context:
1660
- """
1661
-
1662
1123
  class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1663
1124
  COMPAT_ENGINES: typing.Any
1664
1125
  bl_context: typing.Any
@@ -29,96 +29,6 @@ class VIEWLAYER_MT_lightgroup_sync(bpy.types.Menu):
29
29
  :param _context:
30
30
  """
31
31
 
32
- class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
33
- COMPAT_ENGINES: typing.Any
34
- bl_context: typing.Any
35
- bl_label: typing.Any
36
- bl_parent_id: typing.Any
37
- bl_region_type: typing.Any
38
- bl_rna: typing.Any
39
- bl_space_type: typing.Any
40
- id_data: typing.Any
41
-
42
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
43
- """
44
-
45
- :return: The RNA type or default when not found.
46
- :rtype: bpy.types.Struct
47
- """
48
-
49
- def bl_rna_get_subclass_py(self) -> typing.Any:
50
- """
51
-
52
- :return: The class or default when not found.
53
- :rtype: typing.Any
54
- """
55
-
56
- def draw(self, context):
57
- """
58
-
59
- :param context:
60
- """
61
-
62
- class VIEWLAYER_PT_eevee_layer_passes_effects(ViewLayerButtonsPanel, bpy.types.Panel):
63
- COMPAT_ENGINES: typing.Any
64
- bl_context: typing.Any
65
- bl_label: typing.Any
66
- bl_parent_id: typing.Any
67
- bl_region_type: typing.Any
68
- bl_rna: typing.Any
69
- bl_space_type: typing.Any
70
- id_data: typing.Any
71
-
72
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
73
- """
74
-
75
- :return: The RNA type or default when not found.
76
- :rtype: bpy.types.Struct
77
- """
78
-
79
- def bl_rna_get_subclass_py(self) -> typing.Any:
80
- """
81
-
82
- :return: The class or default when not found.
83
- :rtype: typing.Any
84
- """
85
-
86
- def draw(self, context):
87
- """
88
-
89
- :param context:
90
- """
91
-
92
- class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, bpy.types.Panel):
93
- COMPAT_ENGINES: typing.Any
94
- bl_context: typing.Any
95
- bl_label: typing.Any
96
- bl_parent_id: typing.Any
97
- bl_region_type: typing.Any
98
- bl_rna: typing.Any
99
- bl_space_type: typing.Any
100
- id_data: typing.Any
101
-
102
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
103
- """
104
-
105
- :return: The RNA type or default when not found.
106
- :rtype: bpy.types.Struct
107
- """
108
-
109
- def bl_rna_get_subclass_py(self) -> typing.Any:
110
- """
111
-
112
- :return: The class or default when not found.
113
- :rtype: typing.Any
114
- """
115
-
116
- def draw(self, context):
117
- """
118
-
119
- :param context:
120
- """
121
-
122
32
  class VIEWLAYER_PT_eevee_next_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
123
33
  COMPAT_ENGINES: typing.Any
124
34
  bl_context: typing.Any