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

@@ -3,6 +3,130 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
+ class NODE_FH_image_node(bpy_types.FileHandler):
7
+ """ """
8
+
9
+ bl_file_extensions: typing.Any
10
+ """ """
11
+
12
+ bl_idname: typing.Any
13
+ """ """
14
+
15
+ bl_import_operator: typing.Any
16
+ """ """
17
+
18
+ bl_label: typing.Any
19
+ """ """
20
+
21
+ bl_rna: typing.Any
22
+ """ """
23
+
24
+ id_data: typing.Any
25
+ """ """
26
+
27
+ def as_pointer(self):
28
+ """ """
29
+ ...
30
+
31
+ def bl_rna_get_subclass(self):
32
+ """ """
33
+ ...
34
+
35
+ def bl_rna_get_subclass_py(self):
36
+ """ """
37
+ ...
38
+
39
+ def driver_add(self):
40
+ """ """
41
+ ...
42
+
43
+ def driver_remove(self):
44
+ """ """
45
+ ...
46
+
47
+ def get(self):
48
+ """ """
49
+ ...
50
+
51
+ def id_properties_clear(self):
52
+ """ """
53
+ ...
54
+
55
+ def id_properties_ensure(self):
56
+ """ """
57
+ ...
58
+
59
+ def id_properties_ui(self):
60
+ """ """
61
+ ...
62
+
63
+ def is_property_hidden(self):
64
+ """ """
65
+ ...
66
+
67
+ def is_property_overridable_library(self):
68
+ """ """
69
+ ...
70
+
71
+ def is_property_readonly(self):
72
+ """ """
73
+ ...
74
+
75
+ def is_property_set(self):
76
+ """ """
77
+ ...
78
+
79
+ def items(self):
80
+ """ """
81
+ ...
82
+
83
+ def keyframe_delete(self):
84
+ """ """
85
+ ...
86
+
87
+ def keyframe_insert(self):
88
+ """ """
89
+ ...
90
+
91
+ def keys(self):
92
+ """ """
93
+ ...
94
+
95
+ def path_from_id(self):
96
+ """ """
97
+ ...
98
+
99
+ def path_resolve(self):
100
+ """ """
101
+ ...
102
+
103
+ def poll_drop(self, context):
104
+ """
105
+
106
+ :param context:
107
+ """
108
+ ...
109
+
110
+ def pop(self):
111
+ """ """
112
+ ...
113
+
114
+ def property_overridable_library_set(self):
115
+ """ """
116
+ ...
117
+
118
+ def property_unset(self):
119
+ """ """
120
+ ...
121
+
122
+ def type_recast(self):
123
+ """ """
124
+ ...
125
+
126
+ def values(self):
127
+ """ """
128
+ ...
129
+
6
130
  class NodeAddOperator:
7
131
  """ """
8
132
 
@@ -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