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

@@ -324,6 +324,978 @@ class DATA_PT_lightprobe(bpy_types._GenericUI):
324
324
  """ """
325
325
  ...
326
326
 
327
+ class DATA_PT_lightprobe_bake(bpy_types._GenericUI):
328
+ """ """
329
+
330
+ COMPAT_ENGINES: typing.Any
331
+ """ """
332
+
333
+ bl_context: typing.Any
334
+ """ """
335
+
336
+ bl_label: typing.Any
337
+ """ """
338
+
339
+ bl_region_type: typing.Any
340
+ """ """
341
+
342
+ bl_rna: typing.Any
343
+ """ """
344
+
345
+ bl_space_type: typing.Any
346
+ """ """
347
+
348
+ id_data: typing.Any
349
+ """ """
350
+
351
+ def append(self, draw_func):
352
+ """
353
+
354
+ :param draw_func:
355
+ """
356
+ ...
357
+
358
+ def as_pointer(self):
359
+ """ """
360
+ ...
361
+
362
+ def bl_rna_get_subclass(self):
363
+ """ """
364
+ ...
365
+
366
+ def bl_rna_get_subclass_py(self):
367
+ """ """
368
+ ...
369
+
370
+ def draw(self, context):
371
+ """
372
+
373
+ :param context:
374
+ """
375
+ ...
376
+
377
+ def driver_add(self):
378
+ """ """
379
+ ...
380
+
381
+ def driver_remove(self):
382
+ """ """
383
+ ...
384
+
385
+ def get(self):
386
+ """ """
387
+ ...
388
+
389
+ def id_properties_clear(self):
390
+ """ """
391
+ ...
392
+
393
+ def id_properties_ensure(self):
394
+ """ """
395
+ ...
396
+
397
+ def id_properties_ui(self):
398
+ """ """
399
+ ...
400
+
401
+ def is_extended(self):
402
+ """ """
403
+ ...
404
+
405
+ def is_property_hidden(self):
406
+ """ """
407
+ ...
408
+
409
+ def is_property_overridable_library(self):
410
+ """ """
411
+ ...
412
+
413
+ def is_property_readonly(self):
414
+ """ """
415
+ ...
416
+
417
+ def is_property_set(self):
418
+ """ """
419
+ ...
420
+
421
+ def items(self):
422
+ """ """
423
+ ...
424
+
425
+ def keyframe_delete(self):
426
+ """ """
427
+ ...
428
+
429
+ def keyframe_insert(self):
430
+ """ """
431
+ ...
432
+
433
+ def keys(self):
434
+ """ """
435
+ ...
436
+
437
+ def path_from_id(self):
438
+ """ """
439
+ ...
440
+
441
+ def path_resolve(self):
442
+ """ """
443
+ ...
444
+
445
+ def poll(self, context):
446
+ """
447
+
448
+ :param context:
449
+ """
450
+ ...
451
+
452
+ def pop(self):
453
+ """ """
454
+ ...
455
+
456
+ def prepend(self, draw_func):
457
+ """
458
+
459
+ :param draw_func:
460
+ """
461
+ ...
462
+
463
+ def property_overridable_library_set(self):
464
+ """ """
465
+ ...
466
+
467
+ def property_unset(self):
468
+ """ """
469
+ ...
470
+
471
+ def remove(self, draw_func):
472
+ """
473
+
474
+ :param draw_func:
475
+ """
476
+ ...
477
+
478
+ def type_recast(self):
479
+ """ """
480
+ ...
481
+
482
+ def values(self):
483
+ """ """
484
+ ...
485
+
486
+ class DATA_PT_lightprobe_bake_capture(bpy_types._GenericUI):
487
+ """ """
488
+
489
+ COMPAT_ENGINES: typing.Any
490
+ """ """
491
+
492
+ bl_context: typing.Any
493
+ """ """
494
+
495
+ bl_label: typing.Any
496
+ """ """
497
+
498
+ bl_parent_id: typing.Any
499
+ """ """
500
+
501
+ bl_region_type: typing.Any
502
+ """ """
503
+
504
+ bl_rna: typing.Any
505
+ """ """
506
+
507
+ bl_space_type: typing.Any
508
+ """ """
509
+
510
+ id_data: typing.Any
511
+ """ """
512
+
513
+ def append(self, draw_func):
514
+ """
515
+
516
+ :param draw_func:
517
+ """
518
+ ...
519
+
520
+ def as_pointer(self):
521
+ """ """
522
+ ...
523
+
524
+ def bl_rna_get_subclass(self):
525
+ """ """
526
+ ...
527
+
528
+ def bl_rna_get_subclass_py(self):
529
+ """ """
530
+ ...
531
+
532
+ def draw(self, context):
533
+ """
534
+
535
+ :param context:
536
+ """
537
+ ...
538
+
539
+ def driver_add(self):
540
+ """ """
541
+ ...
542
+
543
+ def driver_remove(self):
544
+ """ """
545
+ ...
546
+
547
+ def get(self):
548
+ """ """
549
+ ...
550
+
551
+ def id_properties_clear(self):
552
+ """ """
553
+ ...
554
+
555
+ def id_properties_ensure(self):
556
+ """ """
557
+ ...
558
+
559
+ def id_properties_ui(self):
560
+ """ """
561
+ ...
562
+
563
+ def is_extended(self):
564
+ """ """
565
+ ...
566
+
567
+ def is_property_hidden(self):
568
+ """ """
569
+ ...
570
+
571
+ def is_property_overridable_library(self):
572
+ """ """
573
+ ...
574
+
575
+ def is_property_readonly(self):
576
+ """ """
577
+ ...
578
+
579
+ def is_property_set(self):
580
+ """ """
581
+ ...
582
+
583
+ def items(self):
584
+ """ """
585
+ ...
586
+
587
+ def keyframe_delete(self):
588
+ """ """
589
+ ...
590
+
591
+ def keyframe_insert(self):
592
+ """ """
593
+ ...
594
+
595
+ def keys(self):
596
+ """ """
597
+ ...
598
+
599
+ def path_from_id(self):
600
+ """ """
601
+ ...
602
+
603
+ def path_resolve(self):
604
+ """ """
605
+ ...
606
+
607
+ def poll(self, context):
608
+ """
609
+
610
+ :param context:
611
+ """
612
+ ...
613
+
614
+ def pop(self):
615
+ """ """
616
+ ...
617
+
618
+ def prepend(self, draw_func):
619
+ """
620
+
621
+ :param draw_func:
622
+ """
623
+ ...
624
+
625
+ def property_overridable_library_set(self):
626
+ """ """
627
+ ...
628
+
629
+ def property_unset(self):
630
+ """ """
631
+ ...
632
+
633
+ def remove(self, draw_func):
634
+ """
635
+
636
+ :param draw_func:
637
+ """
638
+ ...
639
+
640
+ def type_recast(self):
641
+ """ """
642
+ ...
643
+
644
+ def values(self):
645
+ """ """
646
+ ...
647
+
648
+ class DATA_PT_lightprobe_bake_clamping(bpy_types._GenericUI):
649
+ """ """
650
+
651
+ COMPAT_ENGINES: typing.Any
652
+ """ """
653
+
654
+ bl_context: typing.Any
655
+ """ """
656
+
657
+ bl_label: typing.Any
658
+ """ """
659
+
660
+ bl_options: typing.Any
661
+ """ """
662
+
663
+ bl_parent_id: typing.Any
664
+ """ """
665
+
666
+ bl_region_type: typing.Any
667
+ """ """
668
+
669
+ bl_rna: typing.Any
670
+ """ """
671
+
672
+ bl_space_type: typing.Any
673
+ """ """
674
+
675
+ id_data: typing.Any
676
+ """ """
677
+
678
+ def append(self, draw_func):
679
+ """
680
+
681
+ :param draw_func:
682
+ """
683
+ ...
684
+
685
+ def as_pointer(self):
686
+ """ """
687
+ ...
688
+
689
+ def bl_rna_get_subclass(self):
690
+ """ """
691
+ ...
692
+
693
+ def bl_rna_get_subclass_py(self):
694
+ """ """
695
+ ...
696
+
697
+ def draw(self, context):
698
+ """
699
+
700
+ :param context:
701
+ """
702
+ ...
703
+
704
+ def driver_add(self):
705
+ """ """
706
+ ...
707
+
708
+ def driver_remove(self):
709
+ """ """
710
+ ...
711
+
712
+ def get(self):
713
+ """ """
714
+ ...
715
+
716
+ def id_properties_clear(self):
717
+ """ """
718
+ ...
719
+
720
+ def id_properties_ensure(self):
721
+ """ """
722
+ ...
723
+
724
+ def id_properties_ui(self):
725
+ """ """
726
+ ...
727
+
728
+ def is_extended(self):
729
+ """ """
730
+ ...
731
+
732
+ def is_property_hidden(self):
733
+ """ """
734
+ ...
735
+
736
+ def is_property_overridable_library(self):
737
+ """ """
738
+ ...
739
+
740
+ def is_property_readonly(self):
741
+ """ """
742
+ ...
743
+
744
+ def is_property_set(self):
745
+ """ """
746
+ ...
747
+
748
+ def items(self):
749
+ """ """
750
+ ...
751
+
752
+ def keyframe_delete(self):
753
+ """ """
754
+ ...
755
+
756
+ def keyframe_insert(self):
757
+ """ """
758
+ ...
759
+
760
+ def keys(self):
761
+ """ """
762
+ ...
763
+
764
+ def path_from_id(self):
765
+ """ """
766
+ ...
767
+
768
+ def path_resolve(self):
769
+ """ """
770
+ ...
771
+
772
+ def poll(self, context):
773
+ """
774
+
775
+ :param context:
776
+ """
777
+ ...
778
+
779
+ def pop(self):
780
+ """ """
781
+ ...
782
+
783
+ def prepend(self, draw_func):
784
+ """
785
+
786
+ :param draw_func:
787
+ """
788
+ ...
789
+
790
+ def property_overridable_library_set(self):
791
+ """ """
792
+ ...
793
+
794
+ def property_unset(self):
795
+ """ """
796
+ ...
797
+
798
+ def remove(self, draw_func):
799
+ """
800
+
801
+ :param draw_func:
802
+ """
803
+ ...
804
+
805
+ def type_recast(self):
806
+ """ """
807
+ ...
808
+
809
+ def values(self):
810
+ """ """
811
+ ...
812
+
813
+ class DATA_PT_lightprobe_bake_offset(bpy_types._GenericUI):
814
+ """ """
815
+
816
+ COMPAT_ENGINES: typing.Any
817
+ """ """
818
+
819
+ bl_context: typing.Any
820
+ """ """
821
+
822
+ bl_label: typing.Any
823
+ """ """
824
+
825
+ bl_options: typing.Any
826
+ """ """
827
+
828
+ bl_parent_id: typing.Any
829
+ """ """
830
+
831
+ bl_region_type: typing.Any
832
+ """ """
833
+
834
+ bl_rna: typing.Any
835
+ """ """
836
+
837
+ bl_space_type: typing.Any
838
+ """ """
839
+
840
+ id_data: typing.Any
841
+ """ """
842
+
843
+ def append(self, draw_func):
844
+ """
845
+
846
+ :param draw_func:
847
+ """
848
+ ...
849
+
850
+ def as_pointer(self):
851
+ """ """
852
+ ...
853
+
854
+ def bl_rna_get_subclass(self):
855
+ """ """
856
+ ...
857
+
858
+ def bl_rna_get_subclass_py(self):
859
+ """ """
860
+ ...
861
+
862
+ def draw(self, context):
863
+ """
864
+
865
+ :param context:
866
+ """
867
+ ...
868
+
869
+ def driver_add(self):
870
+ """ """
871
+ ...
872
+
873
+ def driver_remove(self):
874
+ """ """
875
+ ...
876
+
877
+ def get(self):
878
+ """ """
879
+ ...
880
+
881
+ def id_properties_clear(self):
882
+ """ """
883
+ ...
884
+
885
+ def id_properties_ensure(self):
886
+ """ """
887
+ ...
888
+
889
+ def id_properties_ui(self):
890
+ """ """
891
+ ...
892
+
893
+ def is_extended(self):
894
+ """ """
895
+ ...
896
+
897
+ def is_property_hidden(self):
898
+ """ """
899
+ ...
900
+
901
+ def is_property_overridable_library(self):
902
+ """ """
903
+ ...
904
+
905
+ def is_property_readonly(self):
906
+ """ """
907
+ ...
908
+
909
+ def is_property_set(self):
910
+ """ """
911
+ ...
912
+
913
+ def items(self):
914
+ """ """
915
+ ...
916
+
917
+ def keyframe_delete(self):
918
+ """ """
919
+ ...
920
+
921
+ def keyframe_insert(self):
922
+ """ """
923
+ ...
924
+
925
+ def keys(self):
926
+ """ """
927
+ ...
928
+
929
+ def path_from_id(self):
930
+ """ """
931
+ ...
932
+
933
+ def path_resolve(self):
934
+ """ """
935
+ ...
936
+
937
+ def poll(self, context):
938
+ """
939
+
940
+ :param context:
941
+ """
942
+ ...
943
+
944
+ def pop(self):
945
+ """ """
946
+ ...
947
+
948
+ def prepend(self, draw_func):
949
+ """
950
+
951
+ :param draw_func:
952
+ """
953
+ ...
954
+
955
+ def property_overridable_library_set(self):
956
+ """ """
957
+ ...
958
+
959
+ def property_unset(self):
960
+ """ """
961
+ ...
962
+
963
+ def remove(self, draw_func):
964
+ """
965
+
966
+ :param draw_func:
967
+ """
968
+ ...
969
+
970
+ def type_recast(self):
971
+ """ """
972
+ ...
973
+
974
+ def values(self):
975
+ """ """
976
+ ...
977
+
978
+ class DATA_PT_lightprobe_bake_resolution(bpy_types._GenericUI):
979
+ """ """
980
+
981
+ COMPAT_ENGINES: typing.Any
982
+ """ """
983
+
984
+ bl_context: typing.Any
985
+ """ """
986
+
987
+ bl_label: typing.Any
988
+ """ """
989
+
990
+ bl_parent_id: typing.Any
991
+ """ """
992
+
993
+ bl_region_type: typing.Any
994
+ """ """
995
+
996
+ bl_rna: typing.Any
997
+ """ """
998
+
999
+ bl_space_type: typing.Any
1000
+ """ """
1001
+
1002
+ id_data: typing.Any
1003
+ """ """
1004
+
1005
+ def append(self, draw_func):
1006
+ """
1007
+
1008
+ :param draw_func:
1009
+ """
1010
+ ...
1011
+
1012
+ def as_pointer(self):
1013
+ """ """
1014
+ ...
1015
+
1016
+ def bl_rna_get_subclass(self):
1017
+ """ """
1018
+ ...
1019
+
1020
+ def bl_rna_get_subclass_py(self):
1021
+ """ """
1022
+ ...
1023
+
1024
+ def draw(self, context):
1025
+ """
1026
+
1027
+ :param context:
1028
+ """
1029
+ ...
1030
+
1031
+ def driver_add(self):
1032
+ """ """
1033
+ ...
1034
+
1035
+ def driver_remove(self):
1036
+ """ """
1037
+ ...
1038
+
1039
+ def get(self):
1040
+ """ """
1041
+ ...
1042
+
1043
+ def id_properties_clear(self):
1044
+ """ """
1045
+ ...
1046
+
1047
+ def id_properties_ensure(self):
1048
+ """ """
1049
+ ...
1050
+
1051
+ def id_properties_ui(self):
1052
+ """ """
1053
+ ...
1054
+
1055
+ def is_extended(self):
1056
+ """ """
1057
+ ...
1058
+
1059
+ def is_property_hidden(self):
1060
+ """ """
1061
+ ...
1062
+
1063
+ def is_property_overridable_library(self):
1064
+ """ """
1065
+ ...
1066
+
1067
+ def is_property_readonly(self):
1068
+ """ """
1069
+ ...
1070
+
1071
+ def is_property_set(self):
1072
+ """ """
1073
+ ...
1074
+
1075
+ def items(self):
1076
+ """ """
1077
+ ...
1078
+
1079
+ def keyframe_delete(self):
1080
+ """ """
1081
+ ...
1082
+
1083
+ def keyframe_insert(self):
1084
+ """ """
1085
+ ...
1086
+
1087
+ def keys(self):
1088
+ """ """
1089
+ ...
1090
+
1091
+ def path_from_id(self):
1092
+ """ """
1093
+ ...
1094
+
1095
+ def path_resolve(self):
1096
+ """ """
1097
+ ...
1098
+
1099
+ def poll(self, context):
1100
+ """
1101
+
1102
+ :param context:
1103
+ """
1104
+ ...
1105
+
1106
+ def pop(self):
1107
+ """ """
1108
+ ...
1109
+
1110
+ def prepend(self, draw_func):
1111
+ """
1112
+
1113
+ :param draw_func:
1114
+ """
1115
+ ...
1116
+
1117
+ def property_overridable_library_set(self):
1118
+ """ """
1119
+ ...
1120
+
1121
+ def property_unset(self):
1122
+ """ """
1123
+ ...
1124
+
1125
+ def remove(self, draw_func):
1126
+ """
1127
+
1128
+ :param draw_func:
1129
+ """
1130
+ ...
1131
+
1132
+ def type_recast(self):
1133
+ """ """
1134
+ ...
1135
+
1136
+ def values(self):
1137
+ """ """
1138
+ ...
1139
+
1140
+ class DATA_PT_lightprobe_capture(bpy_types._GenericUI):
1141
+ """ """
1142
+
1143
+ COMPAT_ENGINES: typing.Any
1144
+ """ """
1145
+
1146
+ bl_context: typing.Any
1147
+ """ """
1148
+
1149
+ bl_label: typing.Any
1150
+ """ """
1151
+
1152
+ bl_region_type: typing.Any
1153
+ """ """
1154
+
1155
+ bl_rna: typing.Any
1156
+ """ """
1157
+
1158
+ bl_space_type: typing.Any
1159
+ """ """
1160
+
1161
+ id_data: typing.Any
1162
+ """ """
1163
+
1164
+ def append(self, draw_func):
1165
+ """
1166
+
1167
+ :param draw_func:
1168
+ """
1169
+ ...
1170
+
1171
+ def as_pointer(self):
1172
+ """ """
1173
+ ...
1174
+
1175
+ def bl_rna_get_subclass(self):
1176
+ """ """
1177
+ ...
1178
+
1179
+ def bl_rna_get_subclass_py(self):
1180
+ """ """
1181
+ ...
1182
+
1183
+ def draw(self, context):
1184
+ """
1185
+
1186
+ :param context:
1187
+ """
1188
+ ...
1189
+
1190
+ def driver_add(self):
1191
+ """ """
1192
+ ...
1193
+
1194
+ def driver_remove(self):
1195
+ """ """
1196
+ ...
1197
+
1198
+ def get(self):
1199
+ """ """
1200
+ ...
1201
+
1202
+ def id_properties_clear(self):
1203
+ """ """
1204
+ ...
1205
+
1206
+ def id_properties_ensure(self):
1207
+ """ """
1208
+ ...
1209
+
1210
+ def id_properties_ui(self):
1211
+ """ """
1212
+ ...
1213
+
1214
+ def is_extended(self):
1215
+ """ """
1216
+ ...
1217
+
1218
+ def is_property_hidden(self):
1219
+ """ """
1220
+ ...
1221
+
1222
+ def is_property_overridable_library(self):
1223
+ """ """
1224
+ ...
1225
+
1226
+ def is_property_readonly(self):
1227
+ """ """
1228
+ ...
1229
+
1230
+ def is_property_set(self):
1231
+ """ """
1232
+ ...
1233
+
1234
+ def items(self):
1235
+ """ """
1236
+ ...
1237
+
1238
+ def keyframe_delete(self):
1239
+ """ """
1240
+ ...
1241
+
1242
+ def keyframe_insert(self):
1243
+ """ """
1244
+ ...
1245
+
1246
+ def keys(self):
1247
+ """ """
1248
+ ...
1249
+
1250
+ def path_from_id(self):
1251
+ """ """
1252
+ ...
1253
+
1254
+ def path_resolve(self):
1255
+ """ """
1256
+ ...
1257
+
1258
+ def poll(self, context):
1259
+ """
1260
+
1261
+ :param context:
1262
+ """
1263
+ ...
1264
+
1265
+ def pop(self):
1266
+ """ """
1267
+ ...
1268
+
1269
+ def prepend(self, draw_func):
1270
+ """
1271
+
1272
+ :param draw_func:
1273
+ """
1274
+ ...
1275
+
1276
+ def property_overridable_library_set(self):
1277
+ """ """
1278
+ ...
1279
+
1280
+ def property_unset(self):
1281
+ """ """
1282
+ ...
1283
+
1284
+ def remove(self, draw_func):
1285
+ """
1286
+
1287
+ :param draw_func:
1288
+ """
1289
+ ...
1290
+
1291
+ def type_recast(self):
1292
+ """ """
1293
+ ...
1294
+
1295
+ def values(self):
1296
+ """ """
1297
+ ...
1298
+
327
1299
  class DATA_PT_lightprobe_display(bpy_types._GenericUI):
328
1300
  """ """
329
1301
 
@@ -486,6 +1458,168 @@ class DATA_PT_lightprobe_display(bpy_types._GenericUI):
486
1458
  """ """
487
1459
  ...
488
1460
 
1461
+ class DATA_PT_lightprobe_display_eevee_next(bpy_types._GenericUI):
1462
+ """ """
1463
+
1464
+ COMPAT_ENGINES: typing.Any
1465
+ """ """
1466
+
1467
+ bl_context: typing.Any
1468
+ """ """
1469
+
1470
+ bl_label: typing.Any
1471
+ """ """
1472
+
1473
+ bl_options: typing.Any
1474
+ """ """
1475
+
1476
+ bl_region_type: typing.Any
1477
+ """ """
1478
+
1479
+ bl_rna: typing.Any
1480
+ """ """
1481
+
1482
+ bl_space_type: typing.Any
1483
+ """ """
1484
+
1485
+ id_data: typing.Any
1486
+ """ """
1487
+
1488
+ def append(self, draw_func):
1489
+ """
1490
+
1491
+ :param draw_func:
1492
+ """
1493
+ ...
1494
+
1495
+ def as_pointer(self):
1496
+ """ """
1497
+ ...
1498
+
1499
+ def bl_rna_get_subclass(self):
1500
+ """ """
1501
+ ...
1502
+
1503
+ def bl_rna_get_subclass_py(self):
1504
+ """ """
1505
+ ...
1506
+
1507
+ def draw(self, context):
1508
+ """
1509
+
1510
+ :param context:
1511
+ """
1512
+ ...
1513
+
1514
+ def driver_add(self):
1515
+ """ """
1516
+ ...
1517
+
1518
+ def driver_remove(self):
1519
+ """ """
1520
+ ...
1521
+
1522
+ def get(self):
1523
+ """ """
1524
+ ...
1525
+
1526
+ def id_properties_clear(self):
1527
+ """ """
1528
+ ...
1529
+
1530
+ def id_properties_ensure(self):
1531
+ """ """
1532
+ ...
1533
+
1534
+ def id_properties_ui(self):
1535
+ """ """
1536
+ ...
1537
+
1538
+ def is_extended(self):
1539
+ """ """
1540
+ ...
1541
+
1542
+ def is_property_hidden(self):
1543
+ """ """
1544
+ ...
1545
+
1546
+ def is_property_overridable_library(self):
1547
+ """ """
1548
+ ...
1549
+
1550
+ def is_property_readonly(self):
1551
+ """ """
1552
+ ...
1553
+
1554
+ def is_property_set(self):
1555
+ """ """
1556
+ ...
1557
+
1558
+ def items(self):
1559
+ """ """
1560
+ ...
1561
+
1562
+ def keyframe_delete(self):
1563
+ """ """
1564
+ ...
1565
+
1566
+ def keyframe_insert(self):
1567
+ """ """
1568
+ ...
1569
+
1570
+ def keys(self):
1571
+ """ """
1572
+ ...
1573
+
1574
+ def path_from_id(self):
1575
+ """ """
1576
+ ...
1577
+
1578
+ def path_resolve(self):
1579
+ """ """
1580
+ ...
1581
+
1582
+ def poll(self, context):
1583
+ """
1584
+
1585
+ :param context:
1586
+ """
1587
+ ...
1588
+
1589
+ def pop(self):
1590
+ """ """
1591
+ ...
1592
+
1593
+ def prepend(self, draw_func):
1594
+ """
1595
+
1596
+ :param draw_func:
1597
+ """
1598
+ ...
1599
+
1600
+ def property_overridable_library_set(self):
1601
+ """ """
1602
+ ...
1603
+
1604
+ def property_unset(self):
1605
+ """ """
1606
+ ...
1607
+
1608
+ def remove(self, draw_func):
1609
+ """
1610
+
1611
+ :param draw_func:
1612
+ """
1613
+ ...
1614
+
1615
+ def type_recast(self):
1616
+ """ """
1617
+ ...
1618
+
1619
+ def values(self):
1620
+ """ """
1621
+ ...
1622
+
489
1623
  class DATA_PT_lightprobe_eevee_next(bpy_types._GenericUI):
490
1624
  """ """
491
1625