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

@@ -307,402 +307,6 @@ class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
307
307
  """ """
308
308
  ...
309
309
 
310
- class NODE_OT_enum_definition_item_add(bpy_types.Operator):
311
- """ """
312
-
313
- bl_idname: typing.Any
314
- """ """
315
-
316
- bl_label: typing.Any
317
- """ """
318
-
319
- bl_options: typing.Any
320
- """ """
321
-
322
- bl_rna: typing.Any
323
- """ """
324
-
325
- id_data: typing.Any
326
- """ """
327
-
328
- def as_keywords(self, ignore):
329
- """
330
-
331
- :param ignore:
332
- """
333
- ...
334
-
335
- def as_pointer(self):
336
- """ """
337
- ...
338
-
339
- def bl_rna_get_subclass(self):
340
- """ """
341
- ...
342
-
343
- def bl_rna_get_subclass_py(self):
344
- """ """
345
- ...
346
-
347
- def driver_add(self):
348
- """ """
349
- ...
350
-
351
- def driver_remove(self):
352
- """ """
353
- ...
354
-
355
- def execute(self, context):
356
- """
357
-
358
- :param context:
359
- """
360
- ...
361
-
362
- def get(self):
363
- """ """
364
- ...
365
-
366
- def id_properties_clear(self):
367
- """ """
368
- ...
369
-
370
- def id_properties_ensure(self):
371
- """ """
372
- ...
373
-
374
- def id_properties_ui(self):
375
- """ """
376
- ...
377
-
378
- def is_property_hidden(self):
379
- """ """
380
- ...
381
-
382
- def is_property_overridable_library(self):
383
- """ """
384
- ...
385
-
386
- def is_property_readonly(self):
387
- """ """
388
- ...
389
-
390
- def is_property_set(self):
391
- """ """
392
- ...
393
-
394
- def items(self):
395
- """ """
396
- ...
397
-
398
- def keyframe_delete(self):
399
- """ """
400
- ...
401
-
402
- def keyframe_insert(self):
403
- """ """
404
- ...
405
-
406
- def keys(self):
407
- """ """
408
- ...
409
-
410
- def path_from_id(self):
411
- """ """
412
- ...
413
-
414
- def path_resolve(self):
415
- """ """
416
- ...
417
-
418
- def poll_message_set(self):
419
- """ """
420
- ...
421
-
422
- def pop(self):
423
- """ """
424
- ...
425
-
426
- def property_overridable_library_set(self):
427
- """ """
428
- ...
429
-
430
- def property_unset(self):
431
- """ """
432
- ...
433
-
434
- def type_recast(self):
435
- """ """
436
- ...
437
-
438
- def values(self):
439
- """ """
440
- ...
441
-
442
- class NODE_OT_enum_definition_item_move(bpy_types.Operator):
443
- """ """
444
-
445
- bl_idname: typing.Any
446
- """ """
447
-
448
- bl_label: typing.Any
449
- """ """
450
-
451
- bl_options: typing.Any
452
- """ """
453
-
454
- bl_rna: typing.Any
455
- """ """
456
-
457
- id_data: typing.Any
458
- """ """
459
-
460
- def as_keywords(self, ignore):
461
- """
462
-
463
- :param ignore:
464
- """
465
- ...
466
-
467
- def as_pointer(self):
468
- """ """
469
- ...
470
-
471
- def bl_rna_get_subclass(self):
472
- """ """
473
- ...
474
-
475
- def bl_rna_get_subclass_py(self):
476
- """ """
477
- ...
478
-
479
- def driver_add(self):
480
- """ """
481
- ...
482
-
483
- def driver_remove(self):
484
- """ """
485
- ...
486
-
487
- def execute(self, context):
488
- """
489
-
490
- :param context:
491
- """
492
- ...
493
-
494
- def get(self):
495
- """ """
496
- ...
497
-
498
- def id_properties_clear(self):
499
- """ """
500
- ...
501
-
502
- def id_properties_ensure(self):
503
- """ """
504
- ...
505
-
506
- def id_properties_ui(self):
507
- """ """
508
- ...
509
-
510
- def is_property_hidden(self):
511
- """ """
512
- ...
513
-
514
- def is_property_overridable_library(self):
515
- """ """
516
- ...
517
-
518
- def is_property_readonly(self):
519
- """ """
520
- ...
521
-
522
- def is_property_set(self):
523
- """ """
524
- ...
525
-
526
- def items(self):
527
- """ """
528
- ...
529
-
530
- def keyframe_delete(self):
531
- """ """
532
- ...
533
-
534
- def keyframe_insert(self):
535
- """ """
536
- ...
537
-
538
- def keys(self):
539
- """ """
540
- ...
541
-
542
- def path_from_id(self):
543
- """ """
544
- ...
545
-
546
- def path_resolve(self):
547
- """ """
548
- ...
549
-
550
- def poll_message_set(self):
551
- """ """
552
- ...
553
-
554
- def pop(self):
555
- """ """
556
- ...
557
-
558
- def property_overridable_library_set(self):
559
- """ """
560
- ...
561
-
562
- def property_unset(self):
563
- """ """
564
- ...
565
-
566
- def type_recast(self):
567
- """ """
568
- ...
569
-
570
- def values(self):
571
- """ """
572
- ...
573
-
574
- class NODE_OT_enum_definition_item_remove(bpy_types.Operator):
575
- """ """
576
-
577
- bl_idname: typing.Any
578
- """ """
579
-
580
- bl_label: typing.Any
581
- """ """
582
-
583
- bl_options: typing.Any
584
- """ """
585
-
586
- bl_rna: typing.Any
587
- """ """
588
-
589
- id_data: typing.Any
590
- """ """
591
-
592
- def as_keywords(self, ignore):
593
- """
594
-
595
- :param ignore:
596
- """
597
- ...
598
-
599
- def as_pointer(self):
600
- """ """
601
- ...
602
-
603
- def bl_rna_get_subclass(self):
604
- """ """
605
- ...
606
-
607
- def bl_rna_get_subclass_py(self):
608
- """ """
609
- ...
610
-
611
- def driver_add(self):
612
- """ """
613
- ...
614
-
615
- def driver_remove(self):
616
- """ """
617
- ...
618
-
619
- def execute(self, context):
620
- """
621
-
622
- :param context:
623
- """
624
- ...
625
-
626
- def get(self):
627
- """ """
628
- ...
629
-
630
- def id_properties_clear(self):
631
- """ """
632
- ...
633
-
634
- def id_properties_ensure(self):
635
- """ """
636
- ...
637
-
638
- def id_properties_ui(self):
639
- """ """
640
- ...
641
-
642
- def is_property_hidden(self):
643
- """ """
644
- ...
645
-
646
- def is_property_overridable_library(self):
647
- """ """
648
- ...
649
-
650
- def is_property_readonly(self):
651
- """ """
652
- ...
653
-
654
- def is_property_set(self):
655
- """ """
656
- ...
657
-
658
- def items(self):
659
- """ """
660
- ...
661
-
662
- def keyframe_delete(self):
663
- """ """
664
- ...
665
-
666
- def keyframe_insert(self):
667
- """ """
668
- ...
669
-
670
- def keys(self):
671
- """ """
672
- ...
673
-
674
- def path_from_id(self):
675
- """ """
676
- ...
677
-
678
- def path_resolve(self):
679
- """ """
680
- ...
681
-
682
- def poll_message_set(self):
683
- """ """
684
- ...
685
-
686
- def pop(self):
687
- """ """
688
- ...
689
-
690
- def property_overridable_library_set(self):
691
- """ """
692
- ...
693
-
694
- def property_unset(self):
695
- """ """
696
- ...
697
-
698
- def type_recast(self):
699
- """ """
700
- ...
701
-
702
- def values(self):
703
- """ """
704
- ...
705
-
706
310
  class NodeInterfaceOperator:
707
311
  """ """
708
312
 
@@ -42,6 +42,43 @@ class LayerDataButtonsPanel:
42
42
  """
43
43
  ...
44
44
 
45
+ class GreasePencil_LayerMaskPanel:
46
+ """ """
47
+
48
+ def draw(self, context):
49
+ """
50
+
51
+ :param context:
52
+ """
53
+ ...
54
+
55
+ def draw_header(self, context):
56
+ """
57
+
58
+ :param context:
59
+ """
60
+ ...
61
+
62
+ class GreasPencil_LayerRelationsPanel:
63
+ """ """
64
+
65
+ def draw(self, context):
66
+ """
67
+
68
+ :param context:
69
+ """
70
+ ...
71
+
72
+ class GreasePencil_LayerTransformPanel:
73
+ """ """
74
+
75
+ def draw(self, context):
76
+ """
77
+
78
+ :param context:
79
+ """
80
+ ...
81
+
45
82
  class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
46
83
  bpy_types.Menu, bpy_types._GenericUI
47
84
  ):
@@ -1695,7 +1732,10 @@ class DATA_PT_grease_pencil_settings(
1695
1732
  ...
1696
1733
 
1697
1734
  class DATA_PT_grease_pencil_layer_masks(
1698
- bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
1735
+ bpy_types.Panel,
1736
+ LayerDataButtonsPanel,
1737
+ GreasePencil_LayerMaskPanel,
1738
+ bpy_types._GenericUI,
1699
1739
  ):
1700
1740
  """ """
1701
1741
 
@@ -1866,7 +1906,10 @@ class DATA_PT_grease_pencil_layer_masks(
1866
1906
  ...
1867
1907
 
1868
1908
  class DATA_PT_grease_pencil_layer_relations(
1869
- bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
1909
+ bpy_types.Panel,
1910
+ LayerDataButtonsPanel,
1911
+ GreasPencil_LayerRelationsPanel,
1912
+ bpy_types._GenericUI,
1870
1913
  ):
1871
1914
  """ """
1872
1915
 
@@ -2030,7 +2073,10 @@ class DATA_PT_grease_pencil_layer_relations(
2030
2073
  ...
2031
2074
 
2032
2075
  class DATA_PT_grease_pencil_layer_transform(
2033
- bpy_types.Panel, LayerDataButtonsPanel, bpy_types._GenericUI
2076
+ bpy_types.Panel,
2077
+ LayerDataButtonsPanel,
2078
+ GreasePencil_LayerTransformPanel,
2079
+ bpy_types._GenericUI,
2034
2080
  ):
2035
2081
  """ """
2036
2082