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

@@ -1011,6 +1011,173 @@ class EEVEE_MATERIAL_PT_surface(
1011
1011
  """ """
1012
1012
  ...
1013
1013
 
1014
+ class EEVEE_MATERIAL_PT_thickness(
1015
+ bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
1016
+ ):
1017
+ """ """
1018
+
1019
+ COMPAT_ENGINES: typing.Any
1020
+ """ """
1021
+
1022
+ bl_context: typing.Any
1023
+ """ """
1024
+
1025
+ bl_label: typing.Any
1026
+ """ """
1027
+
1028
+ bl_options: typing.Any
1029
+ """ """
1030
+
1031
+ bl_region_type: typing.Any
1032
+ """ """
1033
+
1034
+ bl_rna: typing.Any
1035
+ """ """
1036
+
1037
+ bl_space_type: typing.Any
1038
+ """ """
1039
+
1040
+ bl_translation_context: typing.Any
1041
+ """ """
1042
+
1043
+ id_data: typing.Any
1044
+ """ """
1045
+
1046
+ def append(self, draw_func):
1047
+ """
1048
+
1049
+ :param draw_func:
1050
+ """
1051
+ ...
1052
+
1053
+ def as_pointer(self):
1054
+ """ """
1055
+ ...
1056
+
1057
+ def bl_rna_get_subclass(self):
1058
+ """ """
1059
+ ...
1060
+
1061
+ def bl_rna_get_subclass_py(self):
1062
+ """ """
1063
+ ...
1064
+
1065
+ def draw(self, context):
1066
+ """
1067
+
1068
+ :param context:
1069
+ """
1070
+ ...
1071
+
1072
+ def driver_add(self):
1073
+ """ """
1074
+ ...
1075
+
1076
+ def driver_remove(self):
1077
+ """ """
1078
+ ...
1079
+
1080
+ def get(self):
1081
+ """ """
1082
+ ...
1083
+
1084
+ def id_properties_clear(self):
1085
+ """ """
1086
+ ...
1087
+
1088
+ def id_properties_ensure(self):
1089
+ """ """
1090
+ ...
1091
+
1092
+ def id_properties_ui(self):
1093
+ """ """
1094
+ ...
1095
+
1096
+ def is_extended(self):
1097
+ """ """
1098
+ ...
1099
+
1100
+ def is_property_hidden(self):
1101
+ """ """
1102
+ ...
1103
+
1104
+ def is_property_overridable_library(self):
1105
+ """ """
1106
+ ...
1107
+
1108
+ def is_property_readonly(self):
1109
+ """ """
1110
+ ...
1111
+
1112
+ def is_property_set(self):
1113
+ """ """
1114
+ ...
1115
+
1116
+ def items(self):
1117
+ """ """
1118
+ ...
1119
+
1120
+ def keyframe_delete(self):
1121
+ """ """
1122
+ ...
1123
+
1124
+ def keyframe_insert(self):
1125
+ """ """
1126
+ ...
1127
+
1128
+ def keys(self):
1129
+ """ """
1130
+ ...
1131
+
1132
+ def path_from_id(self):
1133
+ """ """
1134
+ ...
1135
+
1136
+ def path_resolve(self):
1137
+ """ """
1138
+ ...
1139
+
1140
+ def poll(self, context):
1141
+ """
1142
+
1143
+ :param context:
1144
+ """
1145
+ ...
1146
+
1147
+ def pop(self):
1148
+ """ """
1149
+ ...
1150
+
1151
+ def prepend(self, draw_func):
1152
+ """
1153
+
1154
+ :param draw_func:
1155
+ """
1156
+ ...
1157
+
1158
+ def property_overridable_library_set(self):
1159
+ """ """
1160
+ ...
1161
+
1162
+ def property_unset(self):
1163
+ """ """
1164
+ ...
1165
+
1166
+ def remove(self, draw_func):
1167
+ """
1168
+
1169
+ :param draw_func:
1170
+ """
1171
+ ...
1172
+
1173
+ def type_recast(self):
1174
+ """ """
1175
+ ...
1176
+
1177
+ def values(self):
1178
+ """ """
1179
+ ...
1180
+
1014
1181
  class EEVEE_MATERIAL_PT_viewport_settings(
1015
1182
  bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
1016
1183
  ):
@@ -4937,10 +4937,10 @@ class CLIP_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
4937
4937
  """ """
4938
4938
  ...
4939
4939
 
4940
- def draw(self, _context):
4940
+ def draw(self, context):
4941
4941
  """
4942
4942
 
4943
- :param _context:
4943
+ :param context:
4944
4944
  """
4945
4945
  ...
4946
4946
 
@@ -4417,10 +4417,10 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
4417
4417
  """ """
4418
4418
  ...
4419
4419
 
4420
- def draw(self, _context):
4420
+ def draw(self, context):
4421
4421
  """
4422
4422
 
4423
- :param _context:
4423
+ :param context:
4424
4424
  """
4425
4425
  ...
4426
4426
 
@@ -3453,10 +3453,10 @@ class SEQUENCER_MT_preview_zoom(bpy_types.Menu, bpy_types._GenericUI):
3453
3453
  """ """
3454
3454
  ...
3455
3455
 
3456
- def draw(self, _context):
3456
+ def draw(self, context):
3457
3457
  """
3458
3458
 
3459
- :param _context:
3459
+ :param context:
3460
3460
  """
3461
3461
  ...
3462
3462
 
@@ -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
- '"ARMATURE"',
24
- '"EMPTY"',
25
23
  '"CAMERA"',
24
+ '"OTHER"',
25
+ '"EMPTY"',
26
26
  '"MESH"',
27
27
  '"LIGHT"',
28
- '"OTHER"',
28
+ '"ARMATURE"',
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,
bpy/ops/nla/__init__.pyi CHANGED
@@ -103,8 +103,8 @@ def bake(
103
103
  channel_types: typing.Optional[typing.Any] = {
104
104
  '"LOCATION"',
105
105
  '"BBONE"',
106
- '"SCALE"',
107
106
  '"ROTATION"',
107
+ '"SCALE"',
108
108
  '"PROPS"',
109
109
  },
110
110
  ):