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

@@ -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
 
@@ -21,11 +21,11 @@ def fbx(
21
21
  bake_space_transform: typing.Union[bool, typing.Any] = False,
22
22
  object_types: typing.Any = {
23
23
  '"ARMATURE"',
24
- '"OTHER"',
25
24
  '"LIGHT"',
25
+ '"MESH"',
26
26
  '"EMPTY"',
27
+ '"OTHER"',
27
28
  '"CAMERA"',
28
- '"MESH"',
29
29
  },
30
30
  use_mesh_modifiers: typing.Union[bool, typing.Any] = True,
31
31
  use_mesh_modifiers_render: typing.Union[bool, typing.Any] = True,
bpy/ops/nla/__init__.pyi CHANGED
@@ -100,11 +100,11 @@ def bake(
100
100
  clean_curves: typing.Union[bool, typing.Any] = False,
101
101
  bake_types: typing.Any = {'"POSE"'},
102
102
  channel_types: typing.Any = {
103
- '"BBONE"',
103
+ '"LOCATION"',
104
104
  '"PROPS"',
105
- '"ROTATION"',
106
105
  '"SCALE"',
107
- '"LOCATION"',
106
+ '"BBONE"',
107
+ '"ROTATION"',
108
108
  },
109
109
  ):
110
110
  """Bake all selected objects location/scale/rotation animation to an action
@@ -1463,12 +1463,15 @@ def geometry_nodes_move_to_nodes(
1463
1463
  override_context: typing.Union[dict, bpy.types.Context] = None,
1464
1464
  execution_context: typing.Union[str, int] = None,
1465
1465
  undo: bool = None,
1466
+ use_selected_objects: typing.Union[bool, typing.Any] = False,
1466
1467
  ):
1467
1468
  """Move inputs and outputs from in the modifier to a new node group
1468
1469
 
1469
1470
  :type override_context: typing.Union[dict, bpy.types.Context]
1470
1471
  :type execution_context: typing.Union[str, int]
1471
1472
  :type undo: bool
1473
+ :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
1474
+ :type use_selected_objects: typing.Union[bool, typing.Any]
1472
1475
  """
1473
1476
 
1474
1477
  ...
@@ -2884,6 +2887,7 @@ def modifier_add(
2884
2887
  execution_context: typing.Union[str, int] = None,
2885
2888
  undo: bool = None,
2886
2889
  type: typing.Union[str, int] = "SUBSURF",
2890
+ use_selected_objects: typing.Union[bool, typing.Any] = False,
2887
2891
  ):
2888
2892
  """Add a procedural operation/effect to the active object
2889
2893
 
@@ -2892,6 +2896,8 @@ def modifier_add(
2892
2896
  :type undo: bool
2893
2897
  :param type: Type
2894
2898
  :type type: typing.Union[str, int]
2899
+ :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
2900
+ :type use_selected_objects: typing.Union[bool, typing.Any]
2895
2901
  """
2896
2902
 
2897
2903
  ...
@@ -2904,6 +2910,7 @@ def modifier_add_node_group(
2904
2910
  asset_library_identifier: typing.Union[str, typing.Any] = "",
2905
2911
  relative_asset_identifier: typing.Union[str, typing.Any] = "",
2906
2912
  session_uid: typing.Any = 0,
2913
+ use_selected_objects: typing.Union[bool, typing.Any] = False,
2907
2914
  ):
2908
2915
  """Add a procedural operation/effect to the active object
2909
2916
 
@@ -2918,6 +2925,8 @@ def modifier_add_node_group(
2918
2925
  :type relative_asset_identifier: typing.Union[str, typing.Any]
2919
2926
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
2920
2927
  :type session_uid: typing.Any
2928
+ :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
2929
+ :type use_selected_objects: typing.Union[bool, typing.Any]
2921
2930
  """
2922
2931
 
2923
2932
  ...
@@ -2930,6 +2939,7 @@ def modifier_apply(
2930
2939
  report: typing.Union[bool, typing.Any] = False,
2931
2940
  merge_customdata: typing.Union[bool, typing.Any] = True,
2932
2941
  single_user: typing.Union[bool, typing.Any] = False,
2942
+ use_selected_objects: typing.Union[bool, typing.Any] = False,
2933
2943
  ):
2934
2944
  """Apply modifier and remove from the stack
2935
2945
 
@@ -2944,6 +2954,8 @@ def modifier_apply(
2944
2954
  :type merge_customdata: typing.Union[bool, typing.Any]
2945
2955
  :param single_user: Make Data Single User, Make the object's data single user if needed
2946
2956
  :type single_user: typing.Union[bool, typing.Any]
2957
+ :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
2958
+ :type use_selected_objects: typing.Union[bool, typing.Any]
2947
2959
  """
2948
2960
 
2949
2961
  ...
@@ -2993,6 +3005,7 @@ def modifier_copy(
2993
3005
  execution_context: typing.Union[str, int] = None,
2994
3006
  undo: bool = None,
2995
3007
  modifier: typing.Union[str, typing.Any] = "",
3008
+ use_selected_objects: typing.Union[bool, typing.Any] = False,
2996
3009
  ):
2997
3010
  """Duplicate modifier at the same position in the stack
2998
3011
 
@@ -3001,6 +3014,8 @@ def modifier_copy(
3001
3014
  :type undo: bool
3002
3015
  :param modifier: Modifier, Name of the modifier to edit
3003
3016
  :type modifier: typing.Union[str, typing.Any]
3017
+ :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
3018
+ :type use_selected_objects: typing.Union[bool, typing.Any]
3004
3019
  """
3005
3020
 
3006
3021
  ...
@@ -3045,6 +3060,7 @@ def modifier_move_to_index(
3045
3060
  undo: bool = None,
3046
3061
  modifier: typing.Union[str, typing.Any] = "",
3047
3062
  index: typing.Any = 0,
3063
+ use_selected_objects: typing.Union[bool, typing.Any] = False,
3048
3064
  ):
3049
3065
  """Change the modifier's index in the stack so it evaluates after the set number of others
3050
3066
 
@@ -3055,6 +3071,8 @@ def modifier_move_to_index(
3055
3071
  :type modifier: typing.Union[str, typing.Any]
3056
3072
  :param index: Index, The index to move the modifier to
3057
3073
  :type index: typing.Any
3074
+ :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
3075
+ :type use_selected_objects: typing.Union[bool, typing.Any]
3058
3076
  """
3059
3077
 
3060
3078
  ...
@@ -3082,6 +3100,7 @@ def modifier_remove(
3082
3100
  undo: bool = None,
3083
3101
  modifier: typing.Union[str, typing.Any] = "",
3084
3102
  report: typing.Union[bool, typing.Any] = False,
3103
+ use_selected_objects: typing.Union[bool, typing.Any] = False,
3085
3104
  ):
3086
3105
  """Remove a modifier from the active object
3087
3106
 
@@ -3092,6 +3111,8 @@ def modifier_remove(
3092
3111
  :type modifier: typing.Union[str, typing.Any]
3093
3112
  :param report: Report, Create a notification after the operation
3094
3113
  :type report: typing.Union[bool, typing.Any]
3114
+ :param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
3115
+ :type use_selected_objects: typing.Union[bool, typing.Any]
3095
3116
  """
3096
3117
 
3097
3118
  ...
@@ -47,7 +47,7 @@ def cloth_filter(
47
47
  bpy.types.OperatorStrokeElement
48
48
  ] = None,
49
49
  type: typing.Any = "GRAVITY",
50
- force_axis: typing.Any = {'"Z"', '"X"', '"Y"'},
50
+ force_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
51
51
  orientation: typing.Any = "LOCAL",
52
52
  cloth_mass: typing.Any = 1.0,
53
53
  cloth_damping: typing.Any = 0.0,
@@ -599,7 +599,7 @@ def mesh_filter(
599
599
  bpy.types.OperatorStrokeElement
600
600
  ] = None,
601
601
  type: typing.Any = "INFLATE",
602
- deform_axis: typing.Any = {'"Z"', '"X"', '"Y"'},
602
+ deform_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
603
603
  orientation: typing.Any = "LOCAL",
604
604
  surface_smooth_shape_preservation: typing.Any = 0.5,
605
605
  surface_smooth_current_vertex: typing.Any = 0.5,