fake-bpy-module 20240722__py3-none-any.whl → 20240724__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/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +2 -2
- bl_operators/bone_selection_sets/__init__.pyi +16 -16
- bl_operators/connect_to_output/__init__.pyi +4 -1
- bl_operators/image_as_planes/__init__.pyi +12 -2
- bl_operators/node/__init__.pyi +14 -14
- bl_operators/object_quick_effects/__init__.pyi +3 -3
- bl_operators/presets/__init__.pyi +24 -24
- bl_operators/sequencer/__init__.pyi +76 -76
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +9 -7
- bl_ui/properties_constraint/__init__.pyi +227 -80
- bl_ui/properties_data_armature/__init__.pyi +27 -18
- bl_ui/properties_data_bone/__init__.pyi +13 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -15
- bl_ui/properties_data_curve/__init__.pyi +72 -78
- bl_ui/properties_data_curves/__init__.pyi +9 -7
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +42 -21
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
- bl_ui/properties_data_lattice/__init__.pyi +6 -4
- bl_ui/properties_data_light/__init__.pyi +15 -13
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
- bl_ui/properties_data_mesh/__init__.pyi +71 -69
- bl_ui/properties_data_metaball/__init__.pyi +8 -6
- bl_ui/properties_data_modifier/__init__.pyi +9 -10
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +8 -6
- bl_ui/properties_data_volume/__init__.pyi +11 -9
- bl_ui/properties_freestyle/__init__.pyi +31 -84
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +19 -17
- bl_ui/properties_material_gpencil/__init__.pyi +17 -11
- bl_ui/properties_object/__init__.pyi +22 -15
- bl_ui/properties_output/__init__.pyi +19 -19
- bl_ui/properties_paint_common/__init__.pyi +18 -19
- bl_ui/properties_particle/__init__.pyi +56 -53
- bl_ui/properties_physics_cloth/__init__.pyi +15 -15
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
- bl_ui/properties_physics_field/__init__.pyi +10 -11
- bl_ui/properties_physics_fluid/__init__.pyi +29 -29
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -16
- bl_ui/properties_render/__init__.pyi +63 -58
- bl_ui/properties_scene/__init__.pyi +37 -37
- bl_ui/properties_texture/__init__.pyi +31 -43
- bl_ui/properties_view_layer/__init__.pyi +52 -56
- bl_ui/properties_workspace/__init__.pyi +7 -5
- bl_ui/properties_world/__init__.pyi +13 -11
- bl_ui/space_clip/__init__.pyi +90 -72
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +68 -32
- bl_ui/space_filebrowser/__init__.pyi +38 -32
- bl_ui/space_graph/__init__.pyi +23 -21
- bl_ui/space_image/__init__.pyi +254 -274
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +18 -18
- bl_ui/space_node/__init__.pyi +35 -29
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +95 -79
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -8
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +126 -92
- bl_ui/space_view3d/__init__.pyi +359 -366
- bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/grease_pencil/__init__.pyi +18 -0
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29470 -29130
- bpy_extras/node_shader_utils/__init__.pyi +118 -118
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +2 -2
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,124 @@ import typing_extensions
|
|
|
5
5
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
|
-
class
|
|
8
|
+
class ShaderWrapper:
|
|
9
|
+
"""Base class with minimal common ground for all types of shader interfaces we may want/need to implement."""
|
|
10
|
+
|
|
11
|
+
NODES_LIST: typing.Any
|
|
12
|
+
is_readonly: typing.Any
|
|
13
|
+
material: typing.Any
|
|
14
|
+
node_out: typing.Any
|
|
15
|
+
node_texcoords: typing.Any
|
|
16
|
+
use_nodes: typing.Any
|
|
17
|
+
|
|
18
|
+
def node_texcoords_get(self): ...
|
|
19
|
+
def update(self): ...
|
|
20
|
+
def use_nodes_get(self): ...
|
|
21
|
+
def use_nodes_set(self, val):
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
:param val:
|
|
25
|
+
"""
|
|
26
|
+
...
|
|
27
|
+
|
|
28
|
+
class ShaderImageTextureWrapper:
|
|
29
|
+
"""Generic 'image texture'-like wrapper, handling image node, some mapping (texture coordinates transformations),
|
|
30
|
+
and texture coordinates source.
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
NODES_LIST: typing.Any
|
|
34
|
+
colorspace_is_data: typing.Any
|
|
35
|
+
colorspace_name: typing.Any
|
|
36
|
+
extension: typing.Any
|
|
37
|
+
grid_row_diff: typing.Any
|
|
38
|
+
image: typing.Any
|
|
39
|
+
is_readonly: typing.Any
|
|
40
|
+
node_dst: typing.Any
|
|
41
|
+
node_image: typing.Any
|
|
42
|
+
node_mapping: typing.Any
|
|
43
|
+
owner_shader: typing.Any
|
|
44
|
+
projection: typing.Any
|
|
45
|
+
rotation: typing.Any
|
|
46
|
+
scale: typing.Any
|
|
47
|
+
socket_dst: typing.Any
|
|
48
|
+
texcoords: typing.Any
|
|
49
|
+
translation: typing.Any
|
|
50
|
+
use_alpha: typing.Any
|
|
51
|
+
|
|
52
|
+
def copy_from(self, tex):
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
:param tex:
|
|
56
|
+
"""
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
def copy_mapping_from(self, tex):
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
:param tex:
|
|
63
|
+
"""
|
|
64
|
+
...
|
|
65
|
+
|
|
66
|
+
def extension_get(self): ...
|
|
67
|
+
def extension_set(self, extension):
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
:param extension:
|
|
71
|
+
"""
|
|
72
|
+
...
|
|
73
|
+
|
|
74
|
+
def has_mapping_node(self): ...
|
|
75
|
+
def image_get(self): ...
|
|
76
|
+
def image_set(self, image):
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
:param image:
|
|
80
|
+
"""
|
|
81
|
+
...
|
|
82
|
+
|
|
83
|
+
def node_image_get(self): ...
|
|
84
|
+
def node_mapping_get(self): ...
|
|
85
|
+
def projection_get(self): ...
|
|
86
|
+
def projection_set(self, projection):
|
|
87
|
+
"""
|
|
88
|
+
|
|
89
|
+
:param projection:
|
|
90
|
+
"""
|
|
91
|
+
...
|
|
92
|
+
|
|
93
|
+
def rotation_get(self): ...
|
|
94
|
+
def rotation_set(self, rotation):
|
|
95
|
+
"""
|
|
96
|
+
|
|
97
|
+
:param rotation:
|
|
98
|
+
"""
|
|
99
|
+
...
|
|
100
|
+
|
|
101
|
+
def scale_get(self): ...
|
|
102
|
+
def scale_set(self, scale):
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
:param scale:
|
|
106
|
+
"""
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
def texcoords_get(self): ...
|
|
110
|
+
def texcoords_set(self, texcoords):
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
:param texcoords:
|
|
114
|
+
"""
|
|
115
|
+
...
|
|
116
|
+
|
|
117
|
+
def translation_get(self): ...
|
|
118
|
+
def translation_set(self, translation):
|
|
119
|
+
"""
|
|
120
|
+
|
|
121
|
+
:param translation:
|
|
122
|
+
"""
|
|
123
|
+
...
|
|
124
|
+
|
|
125
|
+
class PrincipledBSDFWrapper(ShaderWrapper):
|
|
9
126
|
"""Hard coded shader setup, based in Principled BSDF.
|
|
10
127
|
Should cover most common cases on import, and gives a basic nodal shaders support for export.
|
|
11
128
|
Supports basic: diffuse/spec/reflect/transparency/normal, with texturing.
|
|
@@ -144,123 +261,6 @@ class PrincipledBSDFWrapper:
|
|
|
144
261
|
def transmission_texture_get(self): ...
|
|
145
262
|
def update(self): ...
|
|
146
263
|
|
|
147
|
-
class ShaderImageTextureWrapper:
|
|
148
|
-
"""Generic 'image texture'-like wrapper, handling image node, some mapping (texture coordinates transformations),
|
|
149
|
-
and texture coordinates source.
|
|
150
|
-
"""
|
|
151
|
-
|
|
152
|
-
NODES_LIST: typing.Any
|
|
153
|
-
colorspace_is_data: typing.Any
|
|
154
|
-
colorspace_name: typing.Any
|
|
155
|
-
extension: typing.Any
|
|
156
|
-
grid_row_diff: typing.Any
|
|
157
|
-
image: typing.Any
|
|
158
|
-
is_readonly: typing.Any
|
|
159
|
-
node_dst: typing.Any
|
|
160
|
-
node_image: typing.Any
|
|
161
|
-
node_mapping: typing.Any
|
|
162
|
-
owner_shader: typing.Any
|
|
163
|
-
projection: typing.Any
|
|
164
|
-
rotation: typing.Any
|
|
165
|
-
scale: typing.Any
|
|
166
|
-
socket_dst: typing.Any
|
|
167
|
-
texcoords: typing.Any
|
|
168
|
-
translation: typing.Any
|
|
169
|
-
use_alpha: typing.Any
|
|
170
|
-
|
|
171
|
-
def copy_from(self, tex):
|
|
172
|
-
"""
|
|
173
|
-
|
|
174
|
-
:param tex:
|
|
175
|
-
"""
|
|
176
|
-
...
|
|
177
|
-
|
|
178
|
-
def copy_mapping_from(self, tex):
|
|
179
|
-
"""
|
|
180
|
-
|
|
181
|
-
:param tex:
|
|
182
|
-
"""
|
|
183
|
-
...
|
|
184
|
-
|
|
185
|
-
def extension_get(self): ...
|
|
186
|
-
def extension_set(self, extension):
|
|
187
|
-
"""
|
|
188
|
-
|
|
189
|
-
:param extension:
|
|
190
|
-
"""
|
|
191
|
-
...
|
|
192
|
-
|
|
193
|
-
def has_mapping_node(self): ...
|
|
194
|
-
def image_get(self): ...
|
|
195
|
-
def image_set(self, image):
|
|
196
|
-
"""
|
|
197
|
-
|
|
198
|
-
:param image:
|
|
199
|
-
"""
|
|
200
|
-
...
|
|
201
|
-
|
|
202
|
-
def node_image_get(self): ...
|
|
203
|
-
def node_mapping_get(self): ...
|
|
204
|
-
def projection_get(self): ...
|
|
205
|
-
def projection_set(self, projection):
|
|
206
|
-
"""
|
|
207
|
-
|
|
208
|
-
:param projection:
|
|
209
|
-
"""
|
|
210
|
-
...
|
|
211
|
-
|
|
212
|
-
def rotation_get(self): ...
|
|
213
|
-
def rotation_set(self, rotation):
|
|
214
|
-
"""
|
|
215
|
-
|
|
216
|
-
:param rotation:
|
|
217
|
-
"""
|
|
218
|
-
...
|
|
219
|
-
|
|
220
|
-
def scale_get(self): ...
|
|
221
|
-
def scale_set(self, scale):
|
|
222
|
-
"""
|
|
223
|
-
|
|
224
|
-
:param scale:
|
|
225
|
-
"""
|
|
226
|
-
...
|
|
227
|
-
|
|
228
|
-
def texcoords_get(self): ...
|
|
229
|
-
def texcoords_set(self, texcoords):
|
|
230
|
-
"""
|
|
231
|
-
|
|
232
|
-
:param texcoords:
|
|
233
|
-
"""
|
|
234
|
-
...
|
|
235
|
-
|
|
236
|
-
def translation_get(self): ...
|
|
237
|
-
def translation_set(self, translation):
|
|
238
|
-
"""
|
|
239
|
-
|
|
240
|
-
:param translation:
|
|
241
|
-
"""
|
|
242
|
-
...
|
|
243
|
-
|
|
244
|
-
class ShaderWrapper:
|
|
245
|
-
"""Base class with minimal common ground for all types of shader interfaces we may want/need to implement."""
|
|
246
|
-
|
|
247
|
-
NODES_LIST: typing.Any
|
|
248
|
-
is_readonly: typing.Any
|
|
249
|
-
material: typing.Any
|
|
250
|
-
node_out: typing.Any
|
|
251
|
-
node_texcoords: typing.Any
|
|
252
|
-
use_nodes: typing.Any
|
|
253
|
-
|
|
254
|
-
def node_texcoords_get(self): ...
|
|
255
|
-
def update(self): ...
|
|
256
|
-
def use_nodes_get(self): ...
|
|
257
|
-
def use_nodes_set(self, val):
|
|
258
|
-
"""
|
|
259
|
-
|
|
260
|
-
:param val:
|
|
261
|
-
"""
|
|
262
|
-
...
|
|
263
|
-
|
|
264
264
|
def node_input_value_get(node, input, default_value=None): ...
|
|
265
265
|
def node_input_value_set(node, input, value): ...
|
|
266
266
|
def rgb_to_rgba(rgb): ...
|
|
@@ -46,33 +46,33 @@ bl_math/__init__.pyi,sha256=H3twnPxshugX8faMF3Xv4du75O1gLfUypIdplZfIizU,1718
|
|
|
46
46
|
bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
47
|
bl_operators/__init__.pyi,sha256=gApmkBWBVffsns41o8HbU5pj3Qnw--LKfFZOmhXCsno,1073
|
|
48
48
|
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
|
-
bl_operators/add_mesh_torus/__init__.pyi,sha256=
|
|
49
|
+
bl_operators/add_mesh_torus/__init__.pyi,sha256=m2hhJ8mqapeXt0l2GuNdbRKFvStRzgLDYG2PRKQhq2E,1323
|
|
50
50
|
bl_operators/anim/__init__.pyi,sha256=j0FhsoPmL26MM2H9EWityG7oJQ_CJnvDbZJqRbOQC8s,7120
|
|
51
|
-
bl_operators/assets/__init__.pyi,sha256=
|
|
51
|
+
bl_operators/assets/__init__.pyi,sha256=THac4Ge5gEQFPIq-D_vUeBX0F2kDNxv_lHY7rfGIACI,2966
|
|
52
52
|
bl_operators/bmesh/__init__.pyi,sha256=TTxFuupluK4SWciHIX8oHEZBpHZLDphBnlaM10xzn3k,183
|
|
53
53
|
bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=GaTKWwdsYqXkDSr6GNrTgK7yFj8xia_vLcfhtRWLWbI,701
|
|
54
|
-
bl_operators/bone_selection_sets/__init__.pyi,sha256=
|
|
54
|
+
bl_operators/bone_selection_sets/__init__.pyi,sha256=KVBX3F_Fl9RX04qmHCH39teaEuLFDHmH_jvNrzxmrfs,10911
|
|
55
55
|
bl_operators/clip/__init__.pyi,sha256=bOlnoiEV7k3f3DG9JP5Vg6QLEckg29zR75VmStTl5-o,8689
|
|
56
|
-
bl_operators/connect_to_output/__init__.pyi,sha256=
|
|
56
|
+
bl_operators/connect_to_output/__init__.pyi,sha256=WBvb6954kZEmtGPT4hrPouW-UPyn2f4X_AGKjO9vn7E,3721
|
|
57
57
|
bl_operators/console/__init__.pyi,sha256=BsrcbUxJuhhM3JDZUIU_EChLV8F_FOAfef1r3I_le4g,4043
|
|
58
58
|
bl_operators/constraint/__init__.pyi,sha256=zt3qjvyNcjt4UaOuQGRnimh7RkEPHIZ0A3csl1tgGkI,3510
|
|
59
59
|
bl_operators/file/__init__.pyi,sha256=uwHL_QTI8e0i26gI6FqtAtcWCMSeu2ANmwoFxPevVfo,2678
|
|
60
60
|
bl_operators/freestyle/__init__.pyi,sha256=McYDu5ZHc0V1t9p93YVHZbKJDFRTHcyOcrbO7B_x1g0,3729
|
|
61
61
|
bl_operators/geometry_nodes/__init__.pyi,sha256=ImDxIyOV9L6uSJR_7Y6XLxflpZlsqSJOHeV15V0p5uU,4395
|
|
62
62
|
bl_operators/image/__init__.pyi,sha256=VS2sKCd8Lg22me2Mx0Ydq0KsnqnxP7TbUDodTJnx-Sw,3733
|
|
63
|
-
bl_operators/image_as_planes/__init__.pyi,sha256=
|
|
63
|
+
bl_operators/image_as_planes/__init__.pyi,sha256=XEBCDXqOsxX6nVjtauDEUTmADxEZYGC4lFwbBV_zLJM,6327
|
|
64
64
|
bl_operators/mesh/__init__.pyi,sha256=GLubm-ywNt4_ncDeszarjD4zcVB7lXvqrsczSgOZLq0,2661
|
|
65
|
-
bl_operators/node/__init__.pyi,sha256=
|
|
65
|
+
bl_operators/node/__init__.pyi,sha256=7_lQqUIxALf6sKYeArgaQMShCtb3HpD558BKysR4H04,8350
|
|
66
66
|
bl_operators/node_editor/__init__.pyi,sha256=kXQkNPH28RH3Xa1RFktdI2LaPFKO7PWUeKvyFa9yQw0,184
|
|
67
67
|
bl_operators/node_editor/node_functions/__init__.pyi,sha256=fOnj8Y9mBqkYI3HjN7cj3gNf7zj1TAE14Zj4__m1x08,632
|
|
68
68
|
bl_operators/object/__init__.pyi,sha256=K-jZZbs5DypF0Bh1pNAa1xUpZP49Y2AdUv1lbadqrvA,12341
|
|
69
69
|
bl_operators/object_align/__init__.pyi,sha256=_yRxkv7RAZIQxvqtxHISoCmtgizCe6Lv7xA4MfJVy58,1137
|
|
70
|
-
bl_operators/object_quick_effects/__init__.pyi,sha256=
|
|
70
|
+
bl_operators/object_quick_effects/__init__.pyi,sha256=AIWNNfqL-oJRcL_5GQ6GiG8MZ8fJfRNuCm9DJStm-jw,3299
|
|
71
71
|
bl_operators/object_randomize_transform/__init__.pyi,sha256=bstsH89y1c3S_w-b8mkUou1Tnmy3EQoVYqdHH-iOgb4,1057
|
|
72
|
-
bl_operators/presets/__init__.pyi,sha256=
|
|
72
|
+
bl_operators/presets/__init__.pyi,sha256=V41HiUm1MUTGmtdHh5D4TOJby1VZfu5KVieQ-F4y6Rc,19364
|
|
73
73
|
bl_operators/rigidbody/__init__.pyi,sha256=RhLxUrI3XYdYEeHVwyfI_TJOR2YXb40nZzCGhMJKl9c,2691
|
|
74
74
|
bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=qF3b5NX7voJa8ybWhvIYMRzGsn1Na7TO95wVevGQYk0,895
|
|
75
|
-
bl_operators/sequencer/__init__.pyi,sha256=
|
|
75
|
+
bl_operators/sequencer/__init__.pyi,sha256=ZPyyl8sl3PAR5WM1uJcetPQXqaLELl6Omam9D9OIShg,8237
|
|
76
76
|
bl_operators/spreadsheet/__init__.pyi,sha256=klqyU_cBEya53wOrFLdq1dVF8jm3lEgjIq_sZjYodsc,1122
|
|
77
77
|
bl_operators/userpref/__init__.pyi,sha256=grv9GqD1OOqIQeWdVyIbsarBJ2PKHvY5YfDEde8FBAM,18262
|
|
78
78
|
bl_operators/uvcalc_follow_active/__init__.pyi,sha256=NNIJeNTZmunxV-ZeuzbfnMyPvxmkzesj4xxQ6xIspRM,1176
|
|
@@ -80,7 +80,7 @@ bl_operators/uvcalc_lightmap/__init__.pyi,sha256=zpnZlq7hYA8Lmf_cxkVpkLDg6kMOzf6
|
|
|
80
80
|
bl_operators/uvcalc_transform/__init__.pyi,sha256=sImxo_yd14yzprUclXZsQWj7q-7wC-V2_9aApkXZDXw,3895
|
|
81
81
|
bl_operators/vertexpaint_dirt/__init__.pyi,sha256=OGgUOn63Ntsxe4SuyAJTd0a2AFQ9Y-tYVN_uBQ-vmVQ,1110
|
|
82
82
|
bl_operators/view3d/__init__.pyi,sha256=TvlVSJwTfIGToNCWmiB0UqXXaQlnd7lzjHn_LkPi__0,7027
|
|
83
|
-
bl_operators/wm/__init__.pyi,sha256=
|
|
83
|
+
bl_operators/wm/__init__.pyi,sha256=7ORV4mDDME8J9Gw0mKxeNIm_KtC0GvNTOeEctryAWE8,34330
|
|
84
84
|
bl_operators/world/__init__.pyi,sha256=av-vZ5MpCwv5r0DXb2xgyI9CL7UZqvkBHiNcM8R4oBA,1067
|
|
85
85
|
bl_previews_utils/__init__.pyi,sha256=bliTWVjIBYbTZvNehQMryYukMASj4f78ACq452w9DFA,188
|
|
86
86
|
bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -91,84 +91,84 @@ bl_rna_utils/data_path/__init__.pyi,sha256=XbB9XOPqq6ODjmDhr9t-Ugk1VVOSgAfBWBXWE
|
|
|
91
91
|
bl_text_utils/__init__.pyi,sha256=e0Rfb156MjISTkVRzxpZ7EWNmCxo1syZQuSBlxDnFNc,185
|
|
92
92
|
bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
93
|
bl_text_utils/external_editor/__init__.pyi,sha256=200ikH2qJ33GTvx7Zl_aCCBuSziJRyhaIg5TL1GxJkE,210
|
|
94
|
-
bl_ui/__init__.pyi,sha256=
|
|
94
|
+
bl_ui/__init__.pyi,sha256=Hvra4-a4Zh3fNm8xpO37ldrhvwW02DtEH_gEzYI1O1g,5380
|
|
95
95
|
bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
96
|
-
bl_ui/anim/__init__.pyi,sha256=
|
|
97
|
-
bl_ui/asset_shelf/__init__.pyi,sha256=
|
|
98
|
-
bl_ui/generic_ui_list/__init__.pyi,sha256=
|
|
99
|
-
bl_ui/node_add_menu/__init__.pyi,sha256=
|
|
100
|
-
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=
|
|
101
|
-
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=
|
|
102
|
-
bl_ui/node_add_menu_shader/__init__.pyi,sha256=
|
|
103
|
-
bl_ui/node_add_menu_texture/__init__.pyi,sha256=
|
|
96
|
+
bl_ui/anim/__init__.pyi,sha256=Wx2gzS5aZoOW2y5OiabmSdWP7nPcnbM9E1pxuNASURk,741
|
|
97
|
+
bl_ui/asset_shelf/__init__.pyi,sha256=TCTpS8yv3Anod0KVBWyJFATKbhzYo8h8seXDr4j-ZHc,904
|
|
98
|
+
bl_ui/generic_ui_list/__init__.pyi,sha256=YgBfLeT4MLmCsEumHchfdEukbgYUgPOwA5CcsbtFh7M,4415
|
|
99
|
+
bl_ui/node_add_menu/__init__.pyi,sha256=TKsixTXR9RlzzYtvIMMR5iWx--0nyWihvBOr_m_HINE,1246
|
|
100
|
+
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=qeB3Q_pulxhb90bJg6oqcooVOraMqaxvn7cxeZxj4JI,11102
|
|
101
|
+
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=GxHzxyPYnUB5GOISVlYfWRZOuCGapWZp9xl5-7g37CE,30433
|
|
102
|
+
bl_ui/node_add_menu_shader/__init__.pyi,sha256=rSCWmxLwIhuWzDQtk1yormQWC94EkL45eHgLjnFiTew,6478
|
|
103
|
+
bl_ui/node_add_menu_texture/__init__.pyi,sha256=Zvf84g8WWkz3x8oiy4izvjjl9coG3Ylt-571LTBcLLY,5618
|
|
104
104
|
bl_ui/properties_animviz/__init__.pyi,sha256=ymd94X1m7kZxwMkkh20db94wpgADEAMSUjVS4m6b2QA,779
|
|
105
|
-
bl_ui/properties_collection/__init__.pyi,sha256=
|
|
106
|
-
bl_ui/properties_constraint/__init__.pyi,sha256=
|
|
107
|
-
bl_ui/properties_data_armature/__init__.pyi,sha256=
|
|
108
|
-
bl_ui/properties_data_bone/__init__.pyi,sha256=
|
|
109
|
-
bl_ui/properties_data_camera/__init__.pyi,sha256=
|
|
110
|
-
bl_ui/properties_data_curve/__init__.pyi,sha256=
|
|
111
|
-
bl_ui/properties_data_curves/__init__.pyi,sha256=
|
|
112
|
-
bl_ui/properties_data_empty/__init__.pyi,sha256=
|
|
113
|
-
bl_ui/properties_data_gpencil/__init__.pyi,sha256=
|
|
114
|
-
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=
|
|
115
|
-
bl_ui/properties_data_lattice/__init__.pyi,sha256=
|
|
116
|
-
bl_ui/properties_data_light/__init__.pyi,sha256=
|
|
117
|
-
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=
|
|
118
|
-
bl_ui/properties_data_mesh/__init__.pyi,sha256=
|
|
119
|
-
bl_ui/properties_data_metaball/__init__.pyi,sha256=
|
|
120
|
-
bl_ui/properties_data_modifier/__init__.pyi,sha256=
|
|
121
|
-
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=
|
|
122
|
-
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=
|
|
123
|
-
bl_ui/properties_data_speaker/__init__.pyi,sha256=
|
|
124
|
-
bl_ui/properties_data_volume/__init__.pyi,sha256=
|
|
125
|
-
bl_ui/properties_freestyle/__init__.pyi,sha256=
|
|
126
|
-
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=
|
|
127
|
-
bl_ui/properties_mask_common/__init__.pyi,sha256=
|
|
128
|
-
bl_ui/properties_material/__init__.pyi,sha256=
|
|
129
|
-
bl_ui/properties_material_gpencil/__init__.pyi,sha256=
|
|
130
|
-
bl_ui/properties_object/__init__.pyi,sha256=
|
|
131
|
-
bl_ui/properties_output/__init__.pyi,sha256=
|
|
132
|
-
bl_ui/properties_paint_common/__init__.pyi,sha256=
|
|
133
|
-
bl_ui/properties_particle/__init__.pyi,sha256=
|
|
134
|
-
bl_ui/properties_physics_cloth/__init__.pyi,sha256=
|
|
135
|
-
bl_ui/properties_physics_common/__init__.pyi,sha256=
|
|
136
|
-
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=
|
|
137
|
-
bl_ui/properties_physics_field/__init__.pyi,sha256=
|
|
138
|
-
bl_ui/properties_physics_fluid/__init__.pyi,sha256=
|
|
139
|
-
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=
|
|
140
|
-
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=
|
|
141
|
-
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=
|
|
142
|
-
bl_ui/properties_physics_softbody/__init__.pyi,sha256=
|
|
143
|
-
bl_ui/properties_render/__init__.pyi,sha256=
|
|
144
|
-
bl_ui/properties_scene/__init__.pyi,sha256=
|
|
145
|
-
bl_ui/properties_texture/__init__.pyi,sha256=
|
|
146
|
-
bl_ui/properties_view_layer/__init__.pyi,sha256=
|
|
147
|
-
bl_ui/properties_workspace/__init__.pyi,sha256=
|
|
148
|
-
bl_ui/properties_world/__init__.pyi,sha256=
|
|
149
|
-
bl_ui/space_clip/__init__.pyi,sha256=
|
|
150
|
-
bl_ui/space_console/__init__.pyi,sha256=
|
|
151
|
-
bl_ui/space_dopesheet/__init__.pyi,sha256=
|
|
152
|
-
bl_ui/space_filebrowser/__init__.pyi,sha256=
|
|
153
|
-
bl_ui/space_graph/__init__.pyi,sha256=
|
|
154
|
-
bl_ui/space_image/__init__.pyi,sha256=
|
|
155
|
-
bl_ui/space_info/__init__.pyi,sha256=
|
|
156
|
-
bl_ui/space_nla/__init__.pyi,sha256=
|
|
157
|
-
bl_ui/space_node/__init__.pyi,sha256=
|
|
158
|
-
bl_ui/space_outliner/__init__.pyi,sha256=
|
|
159
|
-
bl_ui/space_properties/__init__.pyi,sha256=
|
|
160
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
161
|
-
bl_ui/space_spreadsheet/__init__.pyi,sha256=
|
|
162
|
-
bl_ui/space_statusbar/__init__.pyi,sha256=
|
|
163
|
-
bl_ui/space_text/__init__.pyi,sha256=
|
|
164
|
-
bl_ui/space_time/__init__.pyi,sha256=
|
|
165
|
-
bl_ui/space_toolsystem_common/__init__.pyi,sha256=
|
|
166
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=
|
|
167
|
-
bl_ui/space_topbar/__init__.pyi,sha256=
|
|
168
|
-
bl_ui/space_userpref/__init__.pyi,sha256=
|
|
169
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
170
|
-
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=
|
|
171
|
-
bl_ui/temp_anim_layers/__init__.pyi,sha256=
|
|
105
|
+
bl_ui/properties_collection/__init__.pyi,sha256=Gj_Uu-9rqDOfl4QOes7GlUehFjfUPH4Ro8Wj_k7xqVY,4643
|
|
106
|
+
bl_ui/properties_constraint/__init__.pyi,sha256=82LT2Dd9DtPIq8qVW9YAWJldBrbk-ByQALJiA6azFas,64525
|
|
107
|
+
bl_ui/properties_data_armature/__init__.pyi,sha256=6_HOWOoJyI6q6SLzM2fzmR9sIqeAq3x4DvwkvUXy5Zk,12924
|
|
108
|
+
bl_ui/properties_data_bone/__init__.pyi,sha256=hRK5XTqXsuhPEVyL6MJ9CUAwZEAjSzp41zJe74iUnK0,8574
|
|
109
|
+
bl_ui/properties_data_camera/__init__.pyi,sha256=xQEsX1F7vXCUiEFbsrwRgZrO5b12LqkGj3-h_dRe8Vk,11524
|
|
110
|
+
bl_ui/properties_data_curve/__init__.pyi,sha256=aRVnG_HnY4YdpYql21COzbHcHbU_BgMV-33c5SrKMP4,12566
|
|
111
|
+
bl_ui/properties_data_curves/__init__.pyi,sha256=5d99XLdHFcVmTGFUgQXnxD2KgOQ6s1Tu3BpW8Qwn434,5210
|
|
112
|
+
bl_ui/properties_data_empty/__init__.pyi,sha256=Kyescm9EWJWMGDEwxG8rfmGWm4_vvEUhtSa0rBI5Uj0,1868
|
|
113
|
+
bl_ui/properties_data_gpencil/__init__.pyi,sha256=sO7rYZdtjQuLItXRtbbQoDjxOejKlxbx5T711Vq3FTM,13992
|
|
114
|
+
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=qpizCpKcd-klh-HzV3jcbqqovqD5NFJHY2PbLAs3_0k,10947
|
|
115
|
+
bl_ui/properties_data_lattice/__init__.pyi,sha256=Vlgw9_aR_MCF4B-ZxMEDNOrulAxM9ESuHeyK-pTDoWs,2589
|
|
116
|
+
bl_ui/properties_data_light/__init__.pyi,sha256=f2V83lpZuUTEwuhikM0sKhDj19paOFNmbahA_Fgtf_Q,10245
|
|
117
|
+
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=8e8aStlJbsyGJc0qBFXMCurZUeFnPy1wyFWubKFMCV0,10326
|
|
118
|
+
bl_ui/properties_data_mesh/__init__.pyi,sha256=CYMqfx_ACNfL4jAz4aloUyGTb3et1iBRZGM7Mz3ct0o,15992
|
|
119
|
+
bl_ui/properties_data_metaball/__init__.pyi,sha256=ivuznS3M7N_1BVZiJFcMdzkat-XyVr9JIdx9vJbVfhY,4106
|
|
120
|
+
bl_ui/properties_data_modifier/__init__.pyi,sha256=gMBCCUtsW66vVn_nnmU4kLoPoNUkHlE6WtNjmHt3qqc,8141
|
|
121
|
+
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=VFTFvBIe5WwC0tHnzCrhjRKEcQamybMq-2XLjj-NkbY,4536
|
|
122
|
+
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=cwwpqsjfX3z_ypgxS0uJD90CAGk0rouzh4LCHG_x0Eo,988
|
|
123
|
+
bl_ui/properties_data_speaker/__init__.pyi,sha256=DqC0QeGCHcQxMSbIwpN8xW6d0upADAc4MMwireurPd8,4093
|
|
124
|
+
bl_ui/properties_data_volume/__init__.pyi,sha256=6D7_WtRlWF7cFh8mFiiOcxTWNEFx-fZpfH-C5c_t29o,6472
|
|
125
|
+
bl_ui/properties_freestyle/__init__.pyi,sha256=zUlWiCjXRMPZVsVUec74A7elabpS1oeVnhpd1j-Boes,23016
|
|
126
|
+
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=11SgflPY04SBvBuHDOg1I0huK_ZTi2Oz70m7At0EfMM,13385
|
|
127
|
+
bl_ui/properties_mask_common/__init__.pyi,sha256=KW5BFWcrr8gYQknfyisW5w4g3T-6-UDhb2aT7UtGGro,6309
|
|
128
|
+
bl_ui/properties_material/__init__.pyi,sha256=ZYpKxOniJJv9IvR4DDnOJrQ8_KG5UmZxkMZfQCMGuJM,13020
|
|
129
|
+
bl_ui/properties_material_gpencil/__init__.pyi,sha256=NJ6nwwPXQTsbvN72b0Ux4eoUxNi0QdbrPuWHJ3OR9Sg,8082
|
|
130
|
+
bl_ui/properties_object/__init__.pyi,sha256=vqZTzYVOFxscHmbQWAsRA-CowLjG5vIV1PVcL0lt6lA,11046
|
|
131
|
+
bl_ui/properties_output/__init__.pyi,sha256=r1Yq9PHI3_xxXkqG3-e_kril8toBtIq3ftG-sIK75vU,14609
|
|
132
|
+
bl_ui/properties_paint_common/__init__.pyi,sha256=F4zGGHUTYPb20rxaPMpa6e-T7Ap2RbgWOBIs7RN-t6c,7177
|
|
133
|
+
bl_ui/properties_particle/__init__.pyi,sha256=SW3S-sGtgtkmmKyLZjkx4APBPOHurif8oK9uvzWTdco,44882
|
|
134
|
+
bl_ui/properties_physics_cloth/__init__.pyi,sha256=V-Odxb-NWevIUcTSP_N-k_KgLAkJY3F9blb9sfcZiJ0,11304
|
|
135
|
+
bl_ui/properties_physics_common/__init__.pyi,sha256=BrRnXnRpxfsShPUzQJeJQi8YnccNrOdbaSEYmxYG1tg,1479
|
|
136
|
+
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=WkEPbNaKc2FFmPSjz9f1WaQgoePQOpGK7tWkuz0Bz00,20910
|
|
137
|
+
bl_ui/properties_physics_field/__init__.pyi,sha256=GmyA0bMW7oY1wI_bMvz4pQsqrIgWU4slLsk3w4LZeOc,8949
|
|
138
|
+
bl_ui/properties_physics_fluid/__init__.pyi,sha256=pq_wEsSwL-CixKa7lH8l2FLl2pQ4i9qKmWNfze_ieas,26369
|
|
139
|
+
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=QD4Ul-BNtlLELQaHBI5udTji6X4XZ8R8mUzHPFeLtLs,1087
|
|
140
|
+
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=AQq2iwpSv9CklpYlCC1Ur3lgNtWr3DAut74HNeGSuwI,7458
|
|
141
|
+
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=p8FGiEqLvBv-OPk9MXseGCoZsxBlwhABjT-TjXEuMQk,12095
|
|
142
|
+
bl_ui/properties_physics_softbody/__init__.pyi,sha256=a-jPFngMlHiYX9l9DO8JpkKuYNmJVozT0hJucehRpI8,12283
|
|
143
|
+
bl_ui/properties_render/__init__.pyi,sha256=f8ZRvPO6p2Elz6vnJm4P4aXcC6lI_-idAiNBzOaxSUs,47091
|
|
144
|
+
bl_ui/properties_scene/__init__.pyi,sha256=RpcLOHeN3He7Sw88aIiLyf8NGwnhmdxWtVmPpnpZl8g,12213
|
|
145
|
+
bl_ui/properties_texture/__init__.pyi,sha256=GJHYNuJrqH8ZeG31YD7lTzVx0e3foLpbsOHN_YZh-3c,21019
|
|
146
|
+
bl_ui/properties_view_layer/__init__.pyi,sha256=kx7DWRBoQUiqoQMt-oStmQVl3Glwx2nQpkskXr6XHic,13155
|
|
147
|
+
bl_ui/properties_workspace/__init__.pyi,sha256=FOK4f6JVYYJTO-UyhaisBhh5lq-5meO8KuJ5vOlNkvk,3710
|
|
148
|
+
bl_ui/properties_world/__init__.pyi,sha256=nMqBBIgIFUppgr6j-99QC1idlcPVbfJRPnE0eTm-h54,8572
|
|
149
|
+
bl_ui/space_clip/__init__.pyi,sha256=L-eh0dxSRC-BGDBCYxHG_wklhtx7diovHhmy8gozZT4,47758
|
|
150
|
+
bl_ui/space_console/__init__.pyi,sha256=e8IpU4-lBWY4_uozzVjSGkj8q7Mcr4wGeY6vQxGC4sw,3624
|
|
151
|
+
bl_ui/space_dopesheet/__init__.pyi,sha256=88TWZWjABndCIKs7dPTv3l3OGkvzb-gbp-w6aPJ849o,22092
|
|
152
|
+
bl_ui/space_filebrowser/__init__.pyi,sha256=YWQWJ235_EnBRFQSIicEGsHArJ7bmZGb8cWPBUEWIv4,20723
|
|
153
|
+
bl_ui/space_graph/__init__.pyi,sha256=Jv0T0jurR8ad3QV5VTQxMeacROOw1lsM3YLSxFsOdl0,11722
|
|
154
|
+
bl_ui/space_image/__init__.pyi,sha256=hTzquhCkw-yLNWvAW-4ADTMqb6gmB8LYqmHEJIycn-M,47163
|
|
155
|
+
bl_ui/space_info/__init__.pyi,sha256=OA_SjJnHNfv4TBu647shQbZtSryhtfPW849ZDU1uXf0,3594
|
|
156
|
+
bl_ui/space_nla/__init__.pyi,sha256=iwfoNM2ZyZfeb4jJR4BNg9ys_RRjo4BKOO-l9bXCzCE,10252
|
|
157
|
+
bl_ui/space_node/__init__.pyi,sha256=hBjjK8QqrcAM6ZwaqAfExKwaclQ3L3uDMGP7ZelnYoc,19248
|
|
158
|
+
bl_ui/space_outliner/__init__.pyi,sha256=T8KGIFcvlhXpLegq4i2k0cXNy_B4CnLUnijP-9jyDj0,8735
|
|
159
|
+
bl_ui/space_properties/__init__.pyi,sha256=qWOFhhl1pqvi234S9Pi5kcKVgpcXYZ-bSAsbnbtn2tk,2075
|
|
160
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=xcmLEQucjljFbbo1E_F1RwRwytdAOmZXSQM3dxmVnXw,55456
|
|
161
|
+
bl_ui/space_spreadsheet/__init__.pyi,sha256=ldT6OZgfYuEBxUwYZq6INfvix2JNA9MtJ1BWUdyZBzo,1651
|
|
162
|
+
bl_ui/space_statusbar/__init__.pyi,sha256=idjVMqEm8Ii23DepGztLWz_ej7BhUFUAm70M9tdla0U,740
|
|
163
|
+
bl_ui/space_text/__init__.pyi,sha256=annaaQ2DnK_uyp0JgpG1WB_B_3thoyih2t61_gbKXvY,9480
|
|
164
|
+
bl_ui/space_time/__init__.pyi,sha256=mWzdU9svYFdx_vTkJGkewEvJcxBQx4DySCKk-CdrFdQ,5116
|
|
165
|
+
bl_ui/space_toolsystem_common/__init__.pyi,sha256=rQ5gwLEW3BUASONIAYcsV-8iY_-nzY-zeMqqP1skBIk,3383
|
|
166
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=x9Lwpmg38TNsUvFURZRbioBYmqyAxLuPPo15GuXir6o,11661
|
|
167
|
+
bl_ui/space_topbar/__init__.pyi,sha256=JeTpm65HjAyvi6cGk4DlhlrErnmaMi4Ko5u0RyeV0lU,16553
|
|
168
|
+
bl_ui/space_userpref/__init__.pyi,sha256=VBDZ-UTou5eq3zvpDaqa3BGm-NlUgqZh-SaaXiQurqU,82505
|
|
169
|
+
bl_ui/space_view3d/__init__.pyi,sha256=qgnCnZf4bWSpQJN5yVNPrIeuASHhu0MREkR6J9NvVMQ,173580
|
|
170
|
+
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=mEIN12EkfZcTZD2APV05s6BABxi6gOzqXUzahxzJNm8,80870
|
|
171
|
+
bl_ui/temp_anim_layers/__init__.pyi,sha256=6XAaOfatIZBpBsVQoXmYEU3fFFLJGbpPLnhIBBUEeLU,964
|
|
172
172
|
bl_ui/utils/__init__.pyi,sha256=OrumGsAE1S8zBxb80PtYlulQjeAcKneShcJLU-giz5o,612
|
|
173
173
|
bl_ui_utils/__init__.pyi,sha256=vgXVU4nsCF3zhnHE_SDR6uStqs5xYYCgdthPIk1KigI,205
|
|
174
174
|
bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -213,7 +213,7 @@ bpy/ops/cycles/__init__.pyi,sha256=g6zCTO76b8pR8KJCjz4b_45bnab-NFRMIaCcgJz3OW8,2
|
|
|
213
213
|
bpy/ops/dpaint/__init__.pyi,sha256=Mk-ORgwsplFG-cuVONdPxiNIuIeGUKb54DobVz58OFU,2339
|
|
214
214
|
bpy/ops/ed/__init__.pyi,sha256=lWGqLxM8lBq_LdwPyLyEZnBP2y2MSRm2KNLn5keucpk,8861
|
|
215
215
|
bpy/ops/export_anim/__init__.pyi,sha256=7u0wOyjGQ-HELm1xSu6x7Nx63P76goxOfg1JeMm-AEg,2175
|
|
216
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
216
|
+
bpy/ops/export_scene/__init__.pyi,sha256=uIBqRRi6DjxsEYrfZw_HtDpl5h-RQKyaG1KQJ_vRCPM,37265
|
|
217
217
|
bpy/ops/extensions/__init__.pyi,sha256=cHR6ZSa5YolBW18jx8PZEezo5RaKOi6-gM8aJf2BexY,18447
|
|
218
218
|
bpy/ops/file/__init__.pyi,sha256=CANYFThUN7CT2P9M_1bljnFNKEVuQFEMUDmpe9j-abc,24756
|
|
219
219
|
bpy/ops/fluid/__init__.pyi,sha256=7yful-0ZVHyVm8K23VxBCF_AcBGzGoihchUf0OjHuQ4,5735
|
|
@@ -222,7 +222,7 @@ bpy/ops/geometry/__init__.pyi,sha256=k_UzjNCq3OZzWFfOg2Q6qgSw78HELzW4IHH4Vu6RiAw
|
|
|
222
222
|
bpy/ops/gizmogroup/__init__.pyi,sha256=_h2xG2u0gb4KPmAn3DnBC9ERO2NJqiAXeeH4kGyi3Ms,1706
|
|
223
223
|
bpy/ops/gpencil/__init__.pyi,sha256=WQ_kmpacqzoGdpPqZds_43nNz8koeIjUy0CDn7m68es,107438
|
|
224
224
|
bpy/ops/graph/__init__.pyi,sha256=Yzrm-K3D0g2FehtRtf9TevKQIUvbXUpyvYtItgWGmXw,49912
|
|
225
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
225
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=2bT_4bfnkYPDiknOSeEvNIskCJKCfhBLn5SgevAiwa8,48000
|
|
226
226
|
bpy/ops/image/__init__.pyi,sha256=IuEU6nfl103qOKX0R45PjyFMtXYx2Hvy9ujW0c4q_X8,57772
|
|
227
227
|
bpy/ops/import_anim/__init__.pyi,sha256=sc5jYBSzFy-LM8137hRPNlOPeVGrjXCxIe80ZUpP_r8,2922
|
|
228
228
|
bpy/ops/import_curve/__init__.pyi,sha256=iE5haqhq6lCoqK39ir0DO88JQChanDbRw9EDcmVvB94,753
|
|
@@ -253,7 +253,7 @@ bpy/ops/screen/__init__.pyi,sha256=q6SLLObG5m7xCS10K3-vkNYkv41UHKE5g4PSnJ0XtV0,2
|
|
|
253
253
|
bpy/ops/script/__init__.pyi,sha256=XRvMY2-mQ9tiatiG0A4spX3Y9D-RPExmFOvi2Y3MH34,1580
|
|
254
254
|
bpy/ops/sculpt/__init__.pyi,sha256=KQtr7Hg4s0Z39x4bXN8mOUPHIVnJH28bV1htcdPqtck,46916
|
|
255
255
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=5l8WcoMJiFscK5RQvUfE-2y2mwhLJ4h3ZjtCBp3N8MY,3342
|
|
256
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
256
|
+
bpy/ops/sequencer/__init__.pyi,sha256=c8sPD0KmhuVal93TUo1cKlA2XToGxKdErSvD8QSJTAc,82053
|
|
257
257
|
bpy/ops/sound/__init__.pyi,sha256=TWOV31OvtdJpcnbtRmq_d4PMpEV1TiPG3fcWinliM6s,16910
|
|
258
258
|
bpy/ops/spreadsheet/__init__.pyi,sha256=1LQaWmT8fVpJG3HibE1cfNJehn4-wJqhVfPU0yUOEwI,2132
|
|
259
259
|
bpy/ops/surface/__init__.pyi,sha256=-rnYWQwhKcd6DhyU7FlR-h6yNYHBF4YrqPF2DkJFLUY,10953
|
|
@@ -271,7 +271,7 @@ bpy/ops/workspace/__init__.pyi,sha256=OSELKT_HUs2W6cOk2wOigZgkbieGezMVWTi45f4x-I
|
|
|
271
271
|
bpy/ops/world/__init__.pyi,sha256=_z3cX9CYV0nTmSiSQcC82nRiXYriWMcHomfxmSl2GxM,1057
|
|
272
272
|
bpy/path/__init__.pyi,sha256=eHZZMKEe97JZsx7p5YzG8YtEJ6X7T2gVtMUO8oRFevU,5924
|
|
273
273
|
bpy/props/__init__.pyi,sha256=Ve1JEXbDvR1jPFE21dZEQQaBz15sdZ0IG-N3CVxtV40,29575
|
|
274
|
-
bpy/types/__init__.pyi,sha256=
|
|
274
|
+
bpy/types/__init__.pyi,sha256=7O75ID34OrsssEnXXYxldn9Scgi5IDGezbGsat3IZ8U,5276771
|
|
275
275
|
bpy/utils/__init__.pyi,sha256=rG2EBRXMb8Mzr99UoscRuEqtAQHYqRMob8vYyaRF6-g,13752
|
|
276
276
|
bpy/utils/previews/__init__.pyi,sha256=0mvcirUV7D4ByWzEUIBVEEJ1VTFhBjBcstllI7L6MRc,2439
|
|
277
277
|
bpy/utils/units/__init__.pyi,sha256=2OtqF54xi6peGyNeSGkuaLpytf2EESF753zqooe8bwc,2719
|
|
@@ -285,7 +285,7 @@ bpy_extras/image_utils/__init__.pyi,sha256=HbnlzXL7DBgIwMDwPuCthWg-a9abMi6uyUney
|
|
|
285
285
|
bpy_extras/io_utils/__init__.pyi,sha256=xGO8lUTqunN6A4dwCVRzSbgQWbByn2fUozJuUPPMGFM,5387
|
|
286
286
|
bpy_extras/keyconfig_utils/__init__.pyi,sha256=RV7ReJDC4bFMKo9fK1VXhwpxIzINfo09Pe5_qqtjHtA,472
|
|
287
287
|
bpy_extras/mesh_utils/__init__.pyi,sha256=coa7ucq266gaWClUN94q5sTG1QBwCO6tziyrENg7BcQ,2726
|
|
288
|
-
bpy_extras/node_shader_utils/__init__.pyi,sha256=
|
|
288
|
+
bpy_extras/node_shader_utils/__init__.pyi,sha256=xbyYyS4SUwzyQx6Kd2Y69pQNsiqgRNBqQAffBpUL_Sk,5947
|
|
289
289
|
bpy_extras/node_utils/__init__.pyi,sha256=KiQjiDQGJChfC3UyJQR8wnXxn4UVeUcC7gI3Dj3XgVM,741
|
|
290
290
|
bpy_extras/object_utils/__init__.pyi,sha256=BnC8oYjoyY8GZbmEXK4fmgvgGNJC7Ng8aq4xBA5G_ac,3384
|
|
291
291
|
bpy_extras/view3d_utils/__init__.pyi,sha256=qsVBesUMePjIzm9f4a1O8lriuHVPRSN66ZFRSHj4-I0,3897
|
|
@@ -306,7 +306,7 @@ freestyle/functions/__init__.pyi,sha256=XxBl3XTRcHFONM-GBH6bDN6PMNpgOvcqyKKhKERZ
|
|
|
306
306
|
freestyle/predicates/__init__.pyi,sha256=hdEBy2hiQw1vq4rd64eaE565-29DhOmwTyV-mGLTPG0,13844
|
|
307
307
|
freestyle/shaders/__init__.pyi,sha256=_yBIN2vWTq70X_8_MfUe4TqiL1Iri4OYjvIkXRQxG5M,24828
|
|
308
308
|
freestyle/types/__init__.pyi,sha256=IEVGlCVIX7hMCYKskB-TYzlvhi-QkupgJPiaYSimpA0,100396
|
|
309
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
309
|
+
freestyle/utils/__init__.pyi,sha256=52aR3yvD_c87cbV95i5UNJ8_qgcDVL4XsduGYi8U0zM,5415
|
|
310
310
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=3zOixayiQsbvJ5xTNYLsaDGUka_q_u5-YQ68KywJWMg,3579
|
|
311
311
|
gpu/__init__.pyi,sha256=Sk-6v4PijACLtDfQx_DD7wTM7KUVZd_5xz1i6IqyiyM,7981
|
|
312
312
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -330,7 +330,7 @@ idprop/types/__init__.pyi,sha256=T614leJN7OyMohDTRhry7i-OttIlt7U2DpWOrbTjbNU,186
|
|
|
330
330
|
imbuf/__init__.pyi,sha256=BI3_mfj995V2WTKILNsDv4tWimUTaoNAxWRrlCAyiqk,1183
|
|
331
331
|
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
332
332
|
imbuf/types/__init__.pyi,sha256=eRAZUjTlwmIspAK6rL3j0YYj-77OMyMBKD6hdesijas,1337
|
|
333
|
-
keyingsets_builtins/__init__.pyi,sha256=
|
|
333
|
+
keyingsets_builtins/__init__.pyi,sha256=Qm8j2w0L6xWdJ6ufkvRcxX1baSKpS8oSrgQ1szbaln0,16678
|
|
334
334
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
335
|
keyingsets_utils/__init__.pyi,sha256=GM90DATed06QP-LtGvltmKfalWq6tTUeHhUeuRb3hNE,863
|
|
336
336
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -341,7 +341,7 @@ mathutils/geometry/__init__.pyi,sha256=V86d1sF454Aiu7gAfx4zWkaf4vrsgzDgz6Q_S9vRJ
|
|
|
341
341
|
mathutils/interpolate/__init__.pyi,sha256=Zl76R_uMDu1-zJkGvOiqlBKv2btUpJpcOG71RZVupn0,403
|
|
342
342
|
mathutils/kdtree/__init__.pyi,sha256=W86zDhpTYhp7pMN1FPJWWkM0vtGohS-FEE-H5HIq_IQ,2334
|
|
343
343
|
mathutils/noise/__init__.pyi,sha256=ViPYbgm865PRIwttOqSzUBl531ueEqabhln_rNoAYgs,12872
|
|
344
|
-
nodeitems_builtins/__init__.pyi,sha256=
|
|
344
|
+
nodeitems_builtins/__init__.pyi,sha256=fSqwdns0k_S6MHDjvngwka7zGnLXtQZqhi4JF4PEx54,725
|
|
345
345
|
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
346
346
|
nodeitems_utils/__init__.pyi,sha256=81IIY6RJHw_nm6y_sYSlwLOTO8m4QRwOJfI3VBco2lk,864
|
|
347
347
|
nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -355,7 +355,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
|
|
|
355
355
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
356
356
|
sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
|
|
357
357
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
358
|
-
fake_bpy_module-
|
|
359
|
-
fake_bpy_module-
|
|
360
|
-
fake_bpy_module-
|
|
361
|
-
fake_bpy_module-
|
|
358
|
+
fake_bpy_module-20240724.dist-info/METADATA,sha256=fwNUG6DTd4EzWuUmDMgy_4bKRJdU1N7jeD7eIbSVyGA,7188
|
|
359
|
+
fake_bpy_module-20240724.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
|
360
|
+
fake_bpy_module-20240724.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
361
|
+
fake_bpy_module-20240724.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -161,7 +161,7 @@ def material_from_fedge(fe):
|
|
|
161
161
|
...
|
|
162
162
|
|
|
163
163
|
def normal_at_I0D(it): ...
|
|
164
|
-
def pairwise(iterable, types={
|
|
164
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
165
165
|
"""Yields a tuple containing the previous and current object"""
|
|
166
166
|
|
|
167
167
|
...
|
keyingsets_builtins/__init__.pyi
CHANGED
|
@@ -594,7 +594,7 @@ class BUILTIN_KSI_VisualScaling(bpy.types.KeyingSetInfo):
|
|
|
594
594
|
"""
|
|
595
595
|
...
|
|
596
596
|
|
|
597
|
-
class BUILTIN_KSI_WholeCharacter(bpy.types.KeyingSetInfo):
|
|
597
|
+
class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin, bpy.types.KeyingSetInfo):
|
|
598
598
|
"""Insert a keyframe for all properties that are likely to get animated in a character rig (useful when blocking out a shot)"""
|
|
599
599
|
|
|
600
600
|
badBonePrefixes: typing.Any
|
|
@@ -619,7 +619,7 @@ class BUILTIN_KSI_WholeCharacter(bpy.types.KeyingSetInfo):
|
|
|
619
619
|
"""
|
|
620
620
|
...
|
|
621
621
|
|
|
622
|
-
class BUILTIN_KSI_WholeCharacterSelected(bpy.types.KeyingSetInfo):
|
|
622
|
+
class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin, bpy.types.KeyingSetInfo):
|
|
623
623
|
"""Insert a keyframe for all properties that are likely to get animated in a character rig (only selected bones)"""
|
|
624
624
|
|
|
625
625
|
badBonePrefixes: typing.Any
|
nodeitems_builtins/__init__.pyi
CHANGED
|
@@ -6,7 +6,9 @@ import nodeitems_utils
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class
|
|
9
|
+
class SortedNodeCategory(nodeitems_utils.NodeCategory): ...
|
|
10
|
+
|
|
11
|
+
class CompositorNodeCategory(SortedNodeCategory):
|
|
10
12
|
@classmethod
|
|
11
13
|
def poll(cls, context):
|
|
12
14
|
"""
|
|
@@ -15,7 +17,7 @@ class CompositorNodeCategory(nodeitems_utils.NodeCategory):
|
|
|
15
17
|
"""
|
|
16
18
|
...
|
|
17
19
|
|
|
18
|
-
class ShaderNodeCategory(
|
|
20
|
+
class ShaderNodeCategory(SortedNodeCategory):
|
|
19
21
|
@classmethod
|
|
20
22
|
def poll(cls, context):
|
|
21
23
|
"""
|
|
@@ -24,8 +26,6 @@ class ShaderNodeCategory(nodeitems_utils.NodeCategory):
|
|
|
24
26
|
"""
|
|
25
27
|
...
|
|
26
28
|
|
|
27
|
-
class SortedNodeCategory: ...
|
|
28
|
-
|
|
29
29
|
def group_input_output_item_poll(context): ...
|
|
30
30
|
def group_tools_draw(_self, layout, _context): ...
|
|
31
31
|
def node_group_items(context): ...
|
|
File without changes
|
|
File without changes
|