fake-bpy-module 20240418__py3-none-any.whl → 20240420__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.
- bl_operators/geometry_nodes/__init__.pyi +13 -0
- bl_ui/properties_data_light/__init__.pyi +337 -0
- bl_ui/properties_render/__init__.pyi +142 -127
- bl_ui/properties_scene/__init__.pyi +162 -0
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/nla/__init__.pyi +2 -2
- bpy/ops/object/__init__.pyi +21 -0
- bpy/types/__init__.pyi +26927 -26899
- {fake_bpy_module-20240418.dist-info → fake_bpy_module-20240420.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240418.dist-info → fake_bpy_module-20240420.dist-info}/RECORD +12 -12
- {fake_bpy_module-20240418.dist-info → fake_bpy_module-20240420.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240418.dist-info → fake_bpy_module-20240420.dist-info}/top_level.txt +0 -0
|
@@ -834,6 +834,14 @@ class MoveModifierToNodes(bpy_types.Operator):
|
|
|
834
834
|
""" """
|
|
835
835
|
...
|
|
836
836
|
|
|
837
|
+
def invoke(self, context, event):
|
|
838
|
+
"""
|
|
839
|
+
|
|
840
|
+
:param context:
|
|
841
|
+
:param event:
|
|
842
|
+
"""
|
|
843
|
+
...
|
|
844
|
+
|
|
837
845
|
def is_property_hidden(self):
|
|
838
846
|
""" """
|
|
839
847
|
...
|
|
@@ -2433,6 +2441,11 @@ def add_empty_geometry_node_group(name):
|
|
|
2433
2441
|
|
|
2434
2442
|
...
|
|
2435
2443
|
|
|
2444
|
+
def create_wrapper_group(modifier, old_group):
|
|
2445
|
+
""" """
|
|
2446
|
+
|
|
2447
|
+
...
|
|
2448
|
+
|
|
2436
2449
|
def edit_geometry_nodes_modifier_poll(context):
|
|
2437
2450
|
""" """
|
|
2438
2451
|
|
|
@@ -334,6 +334,343 @@ class DATA_PT_EEVEE_light_distance(bpy_types._GenericUI):
|
|
|
334
334
|
""" """
|
|
335
335
|
...
|
|
336
336
|
|
|
337
|
+
class DATA_PT_EEVEE_light_influence(bpy_types._GenericUI):
|
|
338
|
+
""" """
|
|
339
|
+
|
|
340
|
+
COMPAT_ENGINES: typing.Any
|
|
341
|
+
""" """
|
|
342
|
+
|
|
343
|
+
bl_context: typing.Any
|
|
344
|
+
""" """
|
|
345
|
+
|
|
346
|
+
bl_label: typing.Any
|
|
347
|
+
""" """
|
|
348
|
+
|
|
349
|
+
bl_options: typing.Any
|
|
350
|
+
""" """
|
|
351
|
+
|
|
352
|
+
bl_parent_id: typing.Any
|
|
353
|
+
""" """
|
|
354
|
+
|
|
355
|
+
bl_region_type: typing.Any
|
|
356
|
+
""" """
|
|
357
|
+
|
|
358
|
+
bl_rna: typing.Any
|
|
359
|
+
""" """
|
|
360
|
+
|
|
361
|
+
bl_space_type: typing.Any
|
|
362
|
+
""" """
|
|
363
|
+
|
|
364
|
+
id_data: typing.Any
|
|
365
|
+
""" """
|
|
366
|
+
|
|
367
|
+
def append(self, draw_func):
|
|
368
|
+
"""
|
|
369
|
+
|
|
370
|
+
:param draw_func:
|
|
371
|
+
"""
|
|
372
|
+
...
|
|
373
|
+
|
|
374
|
+
def as_pointer(self):
|
|
375
|
+
""" """
|
|
376
|
+
...
|
|
377
|
+
|
|
378
|
+
def bl_rna_get_subclass(self):
|
|
379
|
+
""" """
|
|
380
|
+
...
|
|
381
|
+
|
|
382
|
+
def bl_rna_get_subclass_py(self):
|
|
383
|
+
""" """
|
|
384
|
+
...
|
|
385
|
+
|
|
386
|
+
def draw(self, context):
|
|
387
|
+
"""
|
|
388
|
+
|
|
389
|
+
:param context:
|
|
390
|
+
"""
|
|
391
|
+
...
|
|
392
|
+
|
|
393
|
+
def driver_add(self):
|
|
394
|
+
""" """
|
|
395
|
+
...
|
|
396
|
+
|
|
397
|
+
def driver_remove(self):
|
|
398
|
+
""" """
|
|
399
|
+
...
|
|
400
|
+
|
|
401
|
+
def get(self):
|
|
402
|
+
""" """
|
|
403
|
+
...
|
|
404
|
+
|
|
405
|
+
def id_properties_clear(self):
|
|
406
|
+
""" """
|
|
407
|
+
...
|
|
408
|
+
|
|
409
|
+
def id_properties_ensure(self):
|
|
410
|
+
""" """
|
|
411
|
+
...
|
|
412
|
+
|
|
413
|
+
def id_properties_ui(self):
|
|
414
|
+
""" """
|
|
415
|
+
...
|
|
416
|
+
|
|
417
|
+
def is_extended(self):
|
|
418
|
+
""" """
|
|
419
|
+
...
|
|
420
|
+
|
|
421
|
+
def is_property_hidden(self):
|
|
422
|
+
""" """
|
|
423
|
+
...
|
|
424
|
+
|
|
425
|
+
def is_property_overridable_library(self):
|
|
426
|
+
""" """
|
|
427
|
+
...
|
|
428
|
+
|
|
429
|
+
def is_property_readonly(self):
|
|
430
|
+
""" """
|
|
431
|
+
...
|
|
432
|
+
|
|
433
|
+
def is_property_set(self):
|
|
434
|
+
""" """
|
|
435
|
+
...
|
|
436
|
+
|
|
437
|
+
def items(self):
|
|
438
|
+
""" """
|
|
439
|
+
...
|
|
440
|
+
|
|
441
|
+
def keyframe_delete(self):
|
|
442
|
+
""" """
|
|
443
|
+
...
|
|
444
|
+
|
|
445
|
+
def keyframe_insert(self):
|
|
446
|
+
""" """
|
|
447
|
+
...
|
|
448
|
+
|
|
449
|
+
def keys(self):
|
|
450
|
+
""" """
|
|
451
|
+
...
|
|
452
|
+
|
|
453
|
+
def path_from_id(self):
|
|
454
|
+
""" """
|
|
455
|
+
...
|
|
456
|
+
|
|
457
|
+
def path_resolve(self):
|
|
458
|
+
""" """
|
|
459
|
+
...
|
|
460
|
+
|
|
461
|
+
def poll(self, context):
|
|
462
|
+
"""
|
|
463
|
+
|
|
464
|
+
:param context:
|
|
465
|
+
"""
|
|
466
|
+
...
|
|
467
|
+
|
|
468
|
+
def pop(self):
|
|
469
|
+
""" """
|
|
470
|
+
...
|
|
471
|
+
|
|
472
|
+
def prepend(self, draw_func):
|
|
473
|
+
"""
|
|
474
|
+
|
|
475
|
+
:param draw_func:
|
|
476
|
+
"""
|
|
477
|
+
...
|
|
478
|
+
|
|
479
|
+
def property_overridable_library_set(self):
|
|
480
|
+
""" """
|
|
481
|
+
...
|
|
482
|
+
|
|
483
|
+
def property_unset(self):
|
|
484
|
+
""" """
|
|
485
|
+
...
|
|
486
|
+
|
|
487
|
+
def remove(self, draw_func):
|
|
488
|
+
"""
|
|
489
|
+
|
|
490
|
+
:param draw_func:
|
|
491
|
+
"""
|
|
492
|
+
...
|
|
493
|
+
|
|
494
|
+
def type_recast(self):
|
|
495
|
+
""" """
|
|
496
|
+
...
|
|
497
|
+
|
|
498
|
+
def values(self):
|
|
499
|
+
""" """
|
|
500
|
+
...
|
|
501
|
+
|
|
502
|
+
class DATA_PT_EEVEE_light_shadow(bpy_types._GenericUI):
|
|
503
|
+
""" """
|
|
504
|
+
|
|
505
|
+
COMPAT_ENGINES: typing.Any
|
|
506
|
+
""" """
|
|
507
|
+
|
|
508
|
+
bl_context: typing.Any
|
|
509
|
+
""" """
|
|
510
|
+
|
|
511
|
+
bl_label: typing.Any
|
|
512
|
+
""" """
|
|
513
|
+
|
|
514
|
+
bl_options: typing.Any
|
|
515
|
+
""" """
|
|
516
|
+
|
|
517
|
+
bl_parent_id: typing.Any
|
|
518
|
+
""" """
|
|
519
|
+
|
|
520
|
+
bl_region_type: typing.Any
|
|
521
|
+
""" """
|
|
522
|
+
|
|
523
|
+
bl_rna: typing.Any
|
|
524
|
+
""" """
|
|
525
|
+
|
|
526
|
+
bl_space_type: typing.Any
|
|
527
|
+
""" """
|
|
528
|
+
|
|
529
|
+
id_data: typing.Any
|
|
530
|
+
""" """
|
|
531
|
+
|
|
532
|
+
def append(self, draw_func):
|
|
533
|
+
"""
|
|
534
|
+
|
|
535
|
+
:param draw_func:
|
|
536
|
+
"""
|
|
537
|
+
...
|
|
538
|
+
|
|
539
|
+
def as_pointer(self):
|
|
540
|
+
""" """
|
|
541
|
+
...
|
|
542
|
+
|
|
543
|
+
def bl_rna_get_subclass(self):
|
|
544
|
+
""" """
|
|
545
|
+
...
|
|
546
|
+
|
|
547
|
+
def bl_rna_get_subclass_py(self):
|
|
548
|
+
""" """
|
|
549
|
+
...
|
|
550
|
+
|
|
551
|
+
def draw(self, context):
|
|
552
|
+
"""
|
|
553
|
+
|
|
554
|
+
:param context:
|
|
555
|
+
"""
|
|
556
|
+
...
|
|
557
|
+
|
|
558
|
+
def draw_header(self, context):
|
|
559
|
+
"""
|
|
560
|
+
|
|
561
|
+
:param context:
|
|
562
|
+
"""
|
|
563
|
+
...
|
|
564
|
+
|
|
565
|
+
def driver_add(self):
|
|
566
|
+
""" """
|
|
567
|
+
...
|
|
568
|
+
|
|
569
|
+
def driver_remove(self):
|
|
570
|
+
""" """
|
|
571
|
+
...
|
|
572
|
+
|
|
573
|
+
def get(self):
|
|
574
|
+
""" """
|
|
575
|
+
...
|
|
576
|
+
|
|
577
|
+
def id_properties_clear(self):
|
|
578
|
+
""" """
|
|
579
|
+
...
|
|
580
|
+
|
|
581
|
+
def id_properties_ensure(self):
|
|
582
|
+
""" """
|
|
583
|
+
...
|
|
584
|
+
|
|
585
|
+
def id_properties_ui(self):
|
|
586
|
+
""" """
|
|
587
|
+
...
|
|
588
|
+
|
|
589
|
+
def is_extended(self):
|
|
590
|
+
""" """
|
|
591
|
+
...
|
|
592
|
+
|
|
593
|
+
def is_property_hidden(self):
|
|
594
|
+
""" """
|
|
595
|
+
...
|
|
596
|
+
|
|
597
|
+
def is_property_overridable_library(self):
|
|
598
|
+
""" """
|
|
599
|
+
...
|
|
600
|
+
|
|
601
|
+
def is_property_readonly(self):
|
|
602
|
+
""" """
|
|
603
|
+
...
|
|
604
|
+
|
|
605
|
+
def is_property_set(self):
|
|
606
|
+
""" """
|
|
607
|
+
...
|
|
608
|
+
|
|
609
|
+
def items(self):
|
|
610
|
+
""" """
|
|
611
|
+
...
|
|
612
|
+
|
|
613
|
+
def keyframe_delete(self):
|
|
614
|
+
""" """
|
|
615
|
+
...
|
|
616
|
+
|
|
617
|
+
def keyframe_insert(self):
|
|
618
|
+
""" """
|
|
619
|
+
...
|
|
620
|
+
|
|
621
|
+
def keys(self):
|
|
622
|
+
""" """
|
|
623
|
+
...
|
|
624
|
+
|
|
625
|
+
def path_from_id(self):
|
|
626
|
+
""" """
|
|
627
|
+
...
|
|
628
|
+
|
|
629
|
+
def path_resolve(self):
|
|
630
|
+
""" """
|
|
631
|
+
...
|
|
632
|
+
|
|
633
|
+
def poll(self, context):
|
|
634
|
+
"""
|
|
635
|
+
|
|
636
|
+
:param context:
|
|
637
|
+
"""
|
|
638
|
+
...
|
|
639
|
+
|
|
640
|
+
def pop(self):
|
|
641
|
+
""" """
|
|
642
|
+
...
|
|
643
|
+
|
|
644
|
+
def prepend(self, draw_func):
|
|
645
|
+
"""
|
|
646
|
+
|
|
647
|
+
:param draw_func:
|
|
648
|
+
"""
|
|
649
|
+
...
|
|
650
|
+
|
|
651
|
+
def property_overridable_library_set(self):
|
|
652
|
+
""" """
|
|
653
|
+
...
|
|
654
|
+
|
|
655
|
+
def property_unset(self):
|
|
656
|
+
""" """
|
|
657
|
+
...
|
|
658
|
+
|
|
659
|
+
def remove(self, draw_func):
|
|
660
|
+
"""
|
|
661
|
+
|
|
662
|
+
:param draw_func:
|
|
663
|
+
"""
|
|
664
|
+
...
|
|
665
|
+
|
|
666
|
+
def type_recast(self):
|
|
667
|
+
""" """
|
|
668
|
+
...
|
|
669
|
+
|
|
670
|
+
def values(self):
|
|
671
|
+
""" """
|
|
672
|
+
...
|
|
673
|
+
|
|
337
674
|
class DATA_PT_EEVEE_shadow(bpy_types._GenericUI):
|
|
338
675
|
""" """
|
|
339
676
|
|