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

@@ -3589,6 +3589,155 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._Generi
3589
3589
  """ """
3590
3590
  ...
3591
3591
 
3592
+ class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
3593
+ """ """
3594
+
3595
+ bl_label: typing.Any
3596
+ """ """
3597
+
3598
+ bl_region_type: typing.Any
3599
+ """ """
3600
+
3601
+ bl_rna: typing.Any
3602
+ """ """
3603
+
3604
+ bl_space_type: typing.Any
3605
+ """ """
3606
+
3607
+ bl_ui_units_x: typing.Any
3608
+ """ """
3609
+
3610
+ id_data: typing.Any
3611
+ """ """
3612
+
3613
+ def append(self, draw_func):
3614
+ """
3615
+
3616
+ :param draw_func:
3617
+ """
3618
+ ...
3619
+
3620
+ def as_pointer(self):
3621
+ """ """
3622
+ ...
3623
+
3624
+ def bl_rna_get_subclass(self):
3625
+ """ """
3626
+ ...
3627
+
3628
+ def bl_rna_get_subclass_py(self):
3629
+ """ """
3630
+ ...
3631
+
3632
+ def draw(self, context):
3633
+ """
3634
+
3635
+ :param context:
3636
+ """
3637
+ ...
3638
+
3639
+ def driver_add(self):
3640
+ """ """
3641
+ ...
3642
+
3643
+ def driver_remove(self):
3644
+ """ """
3645
+ ...
3646
+
3647
+ def get(self):
3648
+ """ """
3649
+ ...
3650
+
3651
+ def id_properties_clear(self):
3652
+ """ """
3653
+ ...
3654
+
3655
+ def id_properties_ensure(self):
3656
+ """ """
3657
+ ...
3658
+
3659
+ def id_properties_ui(self):
3660
+ """ """
3661
+ ...
3662
+
3663
+ def is_extended(self):
3664
+ """ """
3665
+ ...
3666
+
3667
+ def is_property_hidden(self):
3668
+ """ """
3669
+ ...
3670
+
3671
+ def is_property_overridable_library(self):
3672
+ """ """
3673
+ ...
3674
+
3675
+ def is_property_readonly(self):
3676
+ """ """
3677
+ ...
3678
+
3679
+ def is_property_set(self):
3680
+ """ """
3681
+ ...
3682
+
3683
+ def items(self):
3684
+ """ """
3685
+ ...
3686
+
3687
+ def keyframe_delete(self):
3688
+ """ """
3689
+ ...
3690
+
3691
+ def keyframe_insert(self):
3692
+ """ """
3693
+ ...
3694
+
3695
+ def keys(self):
3696
+ """ """
3697
+ ...
3698
+
3699
+ def path_from_id(self):
3700
+ """ """
3701
+ ...
3702
+
3703
+ def path_resolve(self):
3704
+ """ """
3705
+ ...
3706
+
3707
+ def pop(self):
3708
+ """ """
3709
+ ...
3710
+
3711
+ def prepend(self, draw_func):
3712
+ """
3713
+
3714
+ :param draw_func:
3715
+ """
3716
+ ...
3717
+
3718
+ def property_overridable_library_set(self):
3719
+ """ """
3720
+ ...
3721
+
3722
+ def property_unset(self):
3723
+ """ """
3724
+ ...
3725
+
3726
+ def remove(self, draw_func):
3727
+ """
3728
+
3729
+ :param draw_func:
3730
+ """
3731
+ ...
3732
+
3733
+ def type_recast(self):
3734
+ """ """
3735
+ ...
3736
+
3737
+ def values(self):
3738
+ """ """
3739
+ ...
3740
+
3592
3741
  class NODE_PT_index_switch_node_items(bpy_types.Panel, bpy_types._GenericUI):
3593
3742
  """ """
3594
3743
 
@@ -1303,12 +1303,14 @@ class _defs_image_uv_edit:
1303
1303
  class _defs_image_uv_sculpt:
1304
1304
  """ """
1305
1305
 
1306
- def generate_from_brushes(self, context):
1307
- """
1306
+ grab: typing.Any
1307
+ """ """
1308
1308
 
1309
- :param context:
1310
- """
1311
- ...
1309
+ pinch: typing.Any
1310
+ """ """
1311
+
1312
+ relax: typing.Any
1313
+ """ """
1312
1314
 
1313
1315
  class _defs_image_uv_select:
1314
1316
  """ """
@@ -20,12 +20,12 @@ def fbx(
20
20
  use_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
21
21
  bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
22
22
  object_types: typing.Optional[typing.Any] = {
23
- '"LIGHT"',
23
+ '"ARMATURE"',
24
24
  '"EMPTY"',
25
25
  '"CAMERA"',
26
- '"OTHER"',
27
- '"ARMATURE"',
28
26
  '"MESH"',
27
+ '"LIGHT"',
28
+ '"OTHER"',
29
29
  },
30
30
  use_mesh_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
31
31
  use_mesh_modifiers_render: typing.Optional[typing.Union[bool, typing.Any]] = True,
@@ -163,6 +163,7 @@ def execute_node_group(
163
163
  relative_asset_identifier: typing.Union[str, typing.Any] = "",
164
164
  name: typing.Union[str, typing.Any] = "",
165
165
  session_uid: typing.Optional[typing.Any] = 0,
166
+ mouse_position: typing.Optional[typing.Any] = (0, 0),
166
167
  ):
167
168
  """Execute a node group on geometry
168
169
 
@@ -179,6 +180,8 @@ def execute_node_group(
179
180
  :type name: typing.Union[str, typing.Any]
180
181
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
181
182
  :type session_uid: typing.Optional[typing.Any]
183
+ :param mouse_position: Mouse Position, Mouse coordinates in region space
184
+ :type mouse_position: typing.Optional[typing.Any]
182
185
  """
183
186
 
184
187
  ...
bpy/ops/nla/__init__.pyi CHANGED
@@ -102,10 +102,10 @@ def bake(
102
102
  bake_types: typing.Optional[typing.Any] = {'"POSE"'},
103
103
  channel_types: typing.Optional[typing.Any] = {
104
104
  '"LOCATION"',
105
- '"PROPS"',
106
105
  '"BBONE"',
107
- '"ROTATION"',
108
106
  '"SCALE"',
107
+ '"ROTATION"',
108
+ '"PROPS"',
109
109
  },
110
110
  ):
111
111
  """Bake all selected objects location/scale/rotation animation to an action
bpy/ops/node/__init__.pyi CHANGED
@@ -30,6 +30,10 @@ def add_file(
30
30
  execution_context: typing.Optional[typing.Union[str, int]] = None,
31
31
  undo: typing.Optional[bool] = None,
32
32
  filepath: typing.Union[str, typing.Any] = "",
33
+ directory: typing.Union[str, typing.Any] = "",
34
+ files: typing.Optional[
35
+ bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
36
+ ] = None,
33
37
  hide_props_region: typing.Optional[typing.Union[bool, typing.Any]] = True,
34
38
  check_existing: typing.Optional[typing.Union[bool, typing.Any]] = False,
35
39
  filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
@@ -65,6 +69,10 @@ def add_file(
65
69
  :type undo: typing.Optional[bool]
66
70
  :param filepath: File Path, Path to file
67
71
  :type filepath: typing.Union[str, typing.Any]
72
+ :param directory: Directory, Directory of the file
73
+ :type directory: typing.Union[str, typing.Any]
74
+ :param files: Files
75
+ :type files: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]]
68
76
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
69
77
  :type hide_props_region: typing.Optional[typing.Union[bool, typing.Any]]
70
78
  :param check_existing: Check Existing, Check and warn on overwriting existing files
@@ -49,7 +49,7 @@ def cloth_filter(
49
49
  bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
50
50
  ] = None,
51
51
  type: typing.Optional[typing.Any] = "GRAVITY",
52
- force_axis: typing.Optional[typing.Any] = {'"Z"', '"Y"', '"X"'},
52
+ force_axis: typing.Optional[typing.Any] = {'"Z"', '"X"', '"Y"'},
53
53
  orientation: typing.Optional[typing.Any] = "LOCAL",
54
54
  cloth_mass: typing.Optional[typing.Any] = 1.0,
55
55
  cloth_damping: typing.Optional[typing.Any] = 0.0,
@@ -603,7 +603,7 @@ def mesh_filter(
603
603
  bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
604
604
  ] = None,
605
605
  type: typing.Optional[typing.Any] = "INFLATE",
606
- deform_axis: typing.Optional[typing.Any] = {'"Z"', '"Y"', '"X"'},
606
+ deform_axis: typing.Optional[typing.Any] = {'"Z"', '"X"', '"Y"'},
607
607
  orientation: typing.Optional[typing.Any] = "LOCAL",
608
608
  surface_smooth_shape_preservation: typing.Optional[typing.Any] = 0.5,
609
609
  surface_smooth_current_vertex: typing.Optional[typing.Any] = 0.5,
@@ -1015,28 +1015,65 @@ def trim_lasso_gesture(
1015
1015
 
1016
1016
  ...
1017
1017
 
1018
- def uv_sculpt_stroke(
1018
+ def uv_sculpt_grab(
1019
1019
  override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1020
1020
  execution_context: typing.Optional[typing.Union[str, int]] = None,
1021
1021
  undo: typing.Optional[bool] = None,
1022
- mode: typing.Optional[typing.Any] = "NORMAL",
1022
+ use_invert: typing.Optional[typing.Union[bool, typing.Any]] = False,
1023
+ ):
1024
+ """Grab UVs
1025
+
1026
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1027
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1028
+ :type undo: typing.Optional[bool]
1029
+ :param use_invert: Invert, Invert action for the duration of the stroke
1030
+ :type use_invert: typing.Optional[typing.Union[bool, typing.Any]]
1031
+ """
1032
+
1033
+ ...
1034
+
1035
+ def uv_sculpt_pinch(
1036
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1037
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1038
+ undo: typing.Optional[bool] = None,
1039
+ use_invert: typing.Optional[typing.Union[bool, typing.Any]] = False,
1023
1040
  ):
1024
- """Sculpt UVs using a brush
1041
+ """Pinch UVs
1042
+
1043
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1044
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1045
+ :type undo: typing.Optional[bool]
1046
+ :param use_invert: Invert, Invert action for the duration of the stroke
1047
+ :type use_invert: typing.Optional[typing.Union[bool, typing.Any]]
1048
+ """
1049
+
1050
+ ...
1051
+
1052
+ def uv_sculpt_relax(
1053
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1054
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1055
+ undo: typing.Optional[bool] = None,
1056
+ use_invert: typing.Optional[typing.Union[bool, typing.Any]] = False,
1057
+ relax_method: typing.Optional[typing.Any] = "COTAN",
1058
+ ):
1059
+ """Relax UVs
1025
1060
 
1026
1061
  :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1027
1062
  :type execution_context: typing.Optional[typing.Union[str, int]]
1028
1063
  :type undo: typing.Optional[bool]
1029
- :param mode: Mode, Stroke Mode
1064
+ :param use_invert: Invert, Invert action for the duration of the stroke
1065
+ :type use_invert: typing.Optional[typing.Union[bool, typing.Any]]
1066
+ :param relax_method: Relax Method, Algorithm used for UV relaxation
1030
1067
 
1031
- NORMAL
1032
- Regular -- Apply brush normally.
1068
+ LAPLACIAN
1069
+ Laplacian -- Use Laplacian method for relaxation.
1033
1070
 
1034
- INVERT
1035
- Invert -- Invert action of brush for duration of stroke.
1071
+ HC
1072
+ HC -- Use HC method for relaxation.
1036
1073
 
1037
- RELAX
1038
- Relax -- Switch brush to relax mode for duration of stroke.
1039
- :type mode: typing.Optional[typing.Any]
1074
+ COTAN
1075
+ Geometry -- Use Geometry (cotangent) relaxation, making UVs follow the underlying 3D geometry.
1076
+ :type relax_method: typing.Optional[typing.Any]
1040
1077
  """
1041
1078
 
1042
1079
  ...