fake-bpy-module-latest 20250923__py3-none-any.whl → 20250925__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.
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/node_add_menu_shader/__init__.pyi +26 -0
- bl_ui/space_clip/__init__.pyi +83 -20
- bl_ui/space_image/__init__.pyi +26 -18
- bl_ui/space_sequencer/__init__.pyi +0 -26
- bl_ui/space_view3d/__init__.pyi +7 -0
- bmesh/types/__init__.pyi +8 -7
- bpy/ops/node/__init__.pyi +37 -0
- bpy/ops/object/__init__.pyi +8 -0
- bpy/ops/sculpt/__init__.pyi +1 -1
- bpy/ops/wm/__init__.pyi +0 -6
- bpy/stub_internal/rna_enums/__init__.pyi +0 -1
- bpy/types/__init__.pyi +32795 -32418
- bpy_extras/io_utils/__init__.pyi +2 -1
- {fake_bpy_module_latest-20250923.dist-info → fake_bpy_module_latest-20250925.dist-info}/METADATA +1 -1
- {fake_bpy_module_latest-20250923.dist-info → fake_bpy_module_latest-20250925.dist-info}/RECORD +22 -19
- {fake_bpy_module_latest-20250923.dist-info → fake_bpy_module_latest-20250925.dist-info}/top_level.txt +1 -0
- mathutils/bvhtree/__init__.pyi +3 -2
- {fake_bpy_module_latest-20250923.dist-info → fake_bpy_module_latest-20250925.dist-info}/WHEEL +0 -0
bpy_extras/io_utils/__init__.pyi
CHANGED
|
@@ -41,8 +41,9 @@ class ImportHelper:
|
|
|
41
41
|
"""
|
|
42
42
|
|
|
43
43
|
def axis_conversion(from_forward="Y", from_up="Z", to_forward="Y", to_up="Z") -> None:
|
|
44
|
-
"""Each argument
|
|
44
|
+
"""Each argument is an axis in [X, Y, Z, -X, -Y, -Z]
|
|
45
45
|
where the first 2 are a source and the second 2 are the target.
|
|
46
|
+
:rtype: `mathutils.Matrix`
|
|
46
47
|
|
|
47
48
|
"""
|
|
48
49
|
|
{fake_bpy_module_latest-20250923.dist-info → fake_bpy_module_latest-20250925.dist-info}/RECORD
RENAMED
|
@@ -31,6 +31,9 @@ bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
31
31
|
bl_app_override/helpers/__init__.pyi,sha256=UQRnma_nLz4E-xW8vcUxyoskJU2uysCgPl0iakOkDQk,558
|
|
32
32
|
bl_app_template_utils/__init__.pyi,sha256=qqyaiEZNL9xwkb_XdIataEBgtb1ANG72jMEvaRMPYag,372
|
|
33
33
|
bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
+
bl_app_templates_system/__init__.pyi,sha256=h0jvL_43ian-qbsw1Fs7CFxas5vwFgyNNt5i9MzS4ks,134
|
|
35
|
+
bl_app_templates_system/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
+
bl_app_templates_system/Storyboarding/__init__.pyi,sha256=pVyZ-1q5efEYH73ItfbilB1ZAsCbJ9DVzT1DEYug-aY,337
|
|
34
37
|
bl_console_utils/__init__.pyi,sha256=K3bmb0JJKSFhRBkmasvhlKT6uLUJ032ot91sDISIInY,132
|
|
35
38
|
bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
39
|
bl_console_utils/autocomplete/__init__.pyi,sha256=JXJyjSDoSc0k2fRDDKfNZSsHybYjyg9CF-CscFdF028,287
|
|
@@ -108,11 +111,11 @@ bl_ui/__init__.pyi,sha256=bzjd8FHTafNzS5V6jK2sf7aIflWXIIAAOj2u3CG5Q8s,7004
|
|
|
108
111
|
bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
109
112
|
bl_ui/anim/__init__.pyi,sha256=aUUQB5sqG7wizgoB77tVmFLfhOWMyuHcEUY06w1FW5k,938
|
|
110
113
|
bl_ui/asset_shelf/__init__.pyi,sha256=zy0z1qh-gQXQufHFrEggbXWlihKF9l2OihuhN-iS4NE,825
|
|
111
|
-
bl_ui/generic_ui_list/__init__.pyi,sha256=
|
|
114
|
+
bl_ui/generic_ui_list/__init__.pyi,sha256=wKDC1TOAxmPZ4kY86_96aBa-DTcNHrGXNucUNp1UzpY,4303
|
|
112
115
|
bl_ui/node_add_menu/__init__.pyi,sha256=lPXeqXuLmc_dFV2GWoxfbqY3DNpetsqkI1f3i7lHY-k,1812
|
|
113
116
|
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=Hn5-YC2cCeK7hHi5QgR6OKzyxdHl8S3EiDJpqB4mMQo,10559
|
|
114
117
|
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=fuv_3IdbsrXx4uXgrJLM9lIVEIhNVlDnEXWe5tYbbYg,33084
|
|
115
|
-
bl_ui/node_add_menu_shader/__init__.pyi,sha256=
|
|
118
|
+
bl_ui/node_add_menu_shader/__init__.pyi,sha256=A5k0pp6UPKh1eY-xGu0QeJ6ii0rArs--sJk_pKwUPSw,6742
|
|
116
119
|
bl_ui/node_add_menu_texture/__init__.pyi,sha256=qjl9QFiYpBhyMclx9laSSMDbs9ivCTGxQLW8jKLhRMs,5366
|
|
117
120
|
bl_ui/properties_animviz/__init__.pyi,sha256=MVsoAibpBh5BrQ6ReemJJN3zOegs3QRdBFv9rOefocM,705
|
|
118
121
|
bl_ui/properties_collection/__init__.pyi,sha256=Vc5-O8TKo3-St-3d3c5TDjleZGy8wk3N8Je-c6Y2edk,5131
|
|
@@ -158,18 +161,18 @@ bl_ui/properties_texture/__init__.pyi,sha256=XCawtPI3e5z7m6O0bXj9jsDjmVUnirET2RJ
|
|
|
158
161
|
bl_ui/properties_view_layer/__init__.pyi,sha256=fOeLxpa2sL-GH16yp4DLHoDjIwEJTbi7E8k-qHy0OMU,10898
|
|
159
162
|
bl_ui/properties_workspace/__init__.pyi,sha256=xUC1dYR6Eep5MbB1_-UTa77u4DE2bSH5s9O53J23pik,3550
|
|
160
163
|
bl_ui/properties_world/__init__.pyi,sha256=CY-sQhTOWWkq1NOgQ9jYRn4V4GLKveXVQu4T92f8sRY,9341
|
|
161
|
-
bl_ui/space_clip/__init__.pyi,sha256=
|
|
164
|
+
bl_ui/space_clip/__init__.pyi,sha256=9TfOdSKrYm-AvyRQqtUp2ham14XIBK2MfNgb5ajUSJQ,48464
|
|
162
165
|
bl_ui/space_console/__init__.pyi,sha256=b7zy0mFsO542Mtd_KyFh-NjG_YFb__4-bW_C9vlB-8g,3372
|
|
163
166
|
bl_ui/space_dopesheet/__init__.pyi,sha256=wUrmn9E4rwDv9N288fXCPyu8oUdT7n0eCFAUTZKsM0w,20020
|
|
164
167
|
bl_ui/space_filebrowser/__init__.pyi,sha256=JwXlj3tu-WKX6IpHHa4dEitmPamqeu2LR_pbcpTJsPo,20637
|
|
165
168
|
bl_ui/space_graph/__init__.pyi,sha256=TIljcrouLfS7ICU4fUZaRP5ybcUfd81xiOONIRGbyzE,12449
|
|
166
|
-
bl_ui/space_image/__init__.pyi,sha256=
|
|
169
|
+
bl_ui/space_image/__init__.pyi,sha256=9jCK_TJ83BC_nZl9NweAKGpbvYvM-gzDuEkXFhGwgqk,47001
|
|
167
170
|
bl_ui/space_info/__init__.pyi,sha256=xS8fd5VIJX3mvOvrjgftzsHAx3ZbNggmUGyJIRv6Pcs,3384
|
|
168
171
|
bl_ui/space_nla/__init__.pyi,sha256=qogAgjcs_TFfi4eoTjkVsPi8GkXRA7s4cO9xip2N-Ss,10324
|
|
169
172
|
bl_ui/space_node/__init__.pyi,sha256=tLdl7p5j7C08r_07WCOfmyx2-yLYPKF-lweXPJm1GVI,21996
|
|
170
173
|
bl_ui/space_outliner/__init__.pyi,sha256=1N93UIu-iU2UkqM7tQxeaxob3PRnnUjqY6rKdnT_sAE,8938
|
|
171
174
|
bl_ui/space_properties/__init__.pyi,sha256=KJdc80dXfvxv5XYmO8CRmheQxff_jLYiS_6zzRG_xwg,2802
|
|
172
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
175
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=uYCt0g3AkdS55wUe5kywRn7eNFv56_Hn42jU3shsd4k,59948
|
|
173
176
|
bl_ui/space_spreadsheet/__init__.pyi,sha256=qoO65GoJn8WObsqXqRzdEq2Zq1AZQEDWVpli-4lXOow,1769
|
|
174
177
|
bl_ui/space_statusbar/__init__.pyi,sha256=V-oUoxSsgIpi-jzqct_gz2vjFYkIqOffmuI4W7xlsbw,667
|
|
175
178
|
bl_ui/space_text/__init__.pyi,sha256=k864SRJgY7mgqqsu8KAhNGilMHMgMzjew1aeEHTtiYo,8996
|
|
@@ -178,7 +181,7 @@ bl_ui/space_toolsystem_common/__init__.pyi,sha256=0wapsLJDJuc7K6B5kjWvB9_dWN5e3_
|
|
|
178
181
|
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=1NzcfTRSQBrrTgvP5Ny3GxkCCKay-oKOA-8po5_TYsE,10803
|
|
179
182
|
bl_ui/space_topbar/__init__.pyi,sha256=9MO703ewWr9Av2UGhd_tTQK8Okq8N3qw2SXOhZodeTk,15642
|
|
180
183
|
bl_ui/space_userpref/__init__.pyi,sha256=AL6A0yOmAtQg3VfFQRUEoeUADyg19JDqPmSUpGCsqS8,81644
|
|
181
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
184
|
+
bl_ui/space_view3d/__init__.pyi,sha256=JZCPdlgAPosZB_ACs3DqHLULzILrvos0H8IUiaVz1yg,160759
|
|
182
185
|
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=_4A3FtNYgOPG05oIXOSasqu-n5tXNkisyx-6PehSjHI,64540
|
|
183
186
|
bl_ui/utils/__init__.pyi,sha256=ljnA9UEJuHjOECvmj0JrqHBYqtd8GGy7IaBhwV_pIns,534
|
|
184
187
|
bl_ui_utils/__init__.pyi,sha256=6yinHCNictVwPqgqerb5zXorsqM0cqPLmz_r8ms1XeE,89
|
|
@@ -192,7 +195,7 @@ bmesh/__init__.pyi,sha256=nhi3aUMSLycSJTzr1Txhjt_NU0y_82NN0NBe8pZYTkE,1541
|
|
|
192
195
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
193
196
|
bmesh/geometry/__init__.pyi,sha256=MZzpN0T12x1QweeZUui1LVTrnWyqyBgWsF6tPs1Pe9g,682
|
|
194
197
|
bmesh/ops/__init__.pyi,sha256=p-7LAeeK1gD00D6TxnOz_JbD5b-_jW0rUQrwZrAfFsw,76498
|
|
195
|
-
bmesh/types/__init__.pyi,sha256=
|
|
198
|
+
bmesh/types/__init__.pyi,sha256=hg20wS0G5DzRFJvHb5TCF3ZlVOOVLthbbprCsMHrOro,44342
|
|
196
199
|
bmesh/utils/__init__.pyi,sha256=N2mRD0u1ipJkw2nokIb-FCL858ikNQrOM_mqJPiCEXY,6285
|
|
197
200
|
bpy/__init__.pyi,sha256=2c24IZe013Q0UbFSvpU9JKRYusCUwGYTXbNDx17dK5g,490
|
|
198
201
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -245,8 +248,8 @@ bpy/ops/material/__init__.pyi,sha256=7yA8XRBaeLm-2IGqQqXcDGNctp3amhdmBMTPoWHw5G8
|
|
|
245
248
|
bpy/ops/mball/__init__.pyi,sha256=3avjhyGC4WLxkWeTp16xJjaN3dp05ecbIXJnc2EtXVs,4258
|
|
246
249
|
bpy/ops/mesh/__init__.pyi,sha256=ORj5lR7JCJdr3ZQrWVfe5p40LGnbAI8cxegrPOfmV8I,132167
|
|
247
250
|
bpy/ops/nla/__init__.pyi,sha256=xj5WdhNuTLCf0XbePE1XPiPfS78Ea45lA28gOntmOFI,18812
|
|
248
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
249
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
251
|
+
bpy/ops/node/__init__.pyi,sha256=O16wc-6WKUGM3th03BeiAil8I_EzilVwqf1SSxBQVHk,68047
|
|
252
|
+
bpy/ops/object/__init__.pyi,sha256=eDtqeh9hGz2nauPeWXnqUdsIAyuC7x3pC3td1shbY9Q,175898
|
|
250
253
|
bpy/ops/outliner/__init__.pyi,sha256=ynP3AYcSIvRaROgjkuUMwL2F5P085Q_VVOZjhVC4VeY,29325
|
|
251
254
|
bpy/ops/paint/__init__.pyi,sha256=14ik0wFRdTfSOMWb-ZQBc5FLHtq8xFeGiLMqrmtj374,38326
|
|
252
255
|
bpy/ops/paintcurve/__init__.pyi,sha256=CyJ287wx58BG_V8H0yrKF8f01MUkuQLPMhlbSop8Tlw,3143
|
|
@@ -262,7 +265,7 @@ bpy/ops/rigidbody/__init__.pyi,sha256=v64_7HMafJtwLVXcSTnPOLtjSGmKECr3nq80TRtDWh
|
|
|
262
265
|
bpy/ops/scene/__init__.pyi,sha256=NoezoIil56K989Z2JgdR0xIclzZApS5FimH7AlLrPJk,15611
|
|
263
266
|
bpy/ops/screen/__init__.pyi,sha256=JVe5VWQxsb64V0cJ5DATt1h7wlBwW16qhjlQdzoux3s,20369
|
|
264
267
|
bpy/ops/script/__init__.pyi,sha256=xMWzlcdSykwWgk_ck_Mnv6pbex532LfNek21C_cWAjU,1047
|
|
265
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
268
|
+
bpy/ops/sculpt/__init__.pyi,sha256=7bpCfzikCt-_OCb-4SVg022NttPW760VWCgcoOvhcMc,51571
|
|
266
269
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=Pp-SNyuO82Y1Ksm2ygzZK14X5Nil2cZUOE798KYG5EE,2919
|
|
267
270
|
bpy/ops/sequencer/__init__.pyi,sha256=bMQnWCa7j3wV9b6QR2VXZc_GQtV6S_HJTmHtjeJAX6w,90291
|
|
268
271
|
bpy/ops/sound/__init__.pyi,sha256=x0KuxcCFRcLVHsSLxqfNcPi0CyqYVMIUGkBvznDroNk,16665
|
|
@@ -277,14 +280,14 @@ bpy/ops/uilist/__init__.pyi,sha256=CSwrFuqez9Ia24-_yFa5gAudByRrRqmaQVKrfExyRYc,1
|
|
|
277
280
|
bpy/ops/uv/__init__.pyi,sha256=AfM3c8aTkjexYVvmRWS5ZZu0uEY8DdO63Gmz_dT-bz4,50521
|
|
278
281
|
bpy/ops/view2d/__init__.pyi,sha256=bXpaqKJa4WVVOib1-e_jWpSirho63ignV5z0LPxfLCs,7173
|
|
279
282
|
bpy/ops/view3d/__init__.pyi,sha256=JET9fsqbX7Yqaf1IYsV2tvT4FwhYMklB_rOnEbG2OK8,31946
|
|
280
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
283
|
+
bpy/ops/wm/__init__.pyi,sha256=LCvr1AupUVbhC9Vz6YDRYqncptUbVzK5pevFpYqnxoc,210003
|
|
281
284
|
bpy/ops/workspace/__init__.pyi,sha256=Yfe-bzDigcZkkMulfyDa0wbwqzHBrfp5mn0u_sCN7wo,2418
|
|
282
285
|
bpy/ops/world/__init__.pyi,sha256=VTCqEUTLL6yJroZCNcMYQgEKVmjwkIwIy70vB78rdOM,673
|
|
283
286
|
bpy/path/__init__.pyi,sha256=Phd8a6fB3496L7_LUhdwPNwkh3qy_4O-MS5br9RMfO0,5536
|
|
284
287
|
bpy/props/__init__.pyi,sha256=_gmJ54eKwSmNZHQyDK1CiQn9fSy_L9K3jfSeX9nhCK4,51038
|
|
285
288
|
bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
|
|
286
|
-
bpy/stub_internal/rna_enums/__init__.pyi,sha256=
|
|
287
|
-
bpy/types/__init__.pyi,sha256=
|
|
289
|
+
bpy/stub_internal/rna_enums/__init__.pyi,sha256=lGdiUitB5xHVH31SC7djPlTqudqa2v94cxZD11N52C0,143494
|
|
290
|
+
bpy/types/__init__.pyi,sha256=1QKTq15v-7HjVU2qbvw7COg47NfUpIDy6iYdKbt8_aQ,5891215
|
|
288
291
|
bpy/utils/__init__.pyi,sha256=GGYp2g381aOdE7tWXvRGVbmhijbfgt4wGAtJGgbvyJg,15526
|
|
289
292
|
bpy/utils/previews/__init__.pyi,sha256=iSZemSCPu1S2BjAQO83Z-FqEo1nGHRCEIEduXB6hQhc,2357
|
|
290
293
|
bpy/utils/units/__init__.pyi,sha256=cpE9IZPkYPBexru7R9HQ_c0931d7R7Dvib2Uf7V0JJs,2645
|
|
@@ -295,7 +298,7 @@ bpy_extras/asset_utils/__init__.pyi,sha256=aM9iiUUy5PcxHY5lz-UxfvLzAc9bH5Y-z3kRR
|
|
|
295
298
|
bpy_extras/bmesh_utils/__init__.pyi,sha256=KrJhW9Esut9jZKqcogqgPnrC9LbJOOe3szRluEd5j-E,513
|
|
296
299
|
bpy_extras/id_map_utils/__init__.pyi,sha256=IXrJ93ipXCEEwjJ09T_NNbc0S2RZRvckkjqTNeYk9dY,503
|
|
297
300
|
bpy_extras/image_utils/__init__.pyi,sha256=ipjyDTKT1rNz_tp4nJ38mALa1_ZnDEURWHw1mWi5lLg,2142
|
|
298
|
-
bpy_extras/io_utils/__init__.pyi,sha256=
|
|
301
|
+
bpy_extras/io_utils/__init__.pyi,sha256=v6Kuref58bOGtczuZOsRO4gHO9Mp8u-4lYmjtq3N3tU,5565
|
|
299
302
|
bpy_extras/keyconfig_utils/__init__.pyi,sha256=30atSCQ_wUkCLsOQJNkK4Ehw7tI4nm4O8bdmJHScI0g,410
|
|
300
303
|
bpy_extras/mesh_utils/__init__.pyi,sha256=QgIaoOkOsjdJblEhN7CNcjchpge89dcFpHGLVLv0KQE,3019
|
|
301
304
|
bpy_extras/node_shader_utils/__init__.pyi,sha256=xsE6hL3eHv4iuBrkGhLSyV_tPi7ge537EnIUXKO_NMY,5951
|
|
@@ -347,7 +350,7 @@ keyingsets_utils/__init__.pyi,sha256=LYwQPxGFL9s9daviMo2DyVIUmjyNRFT1S9cvMGBZ6to
|
|
|
347
350
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
348
351
|
mathutils/__init__.pyi,sha256=QBvmsVe5brYs9KpGoF1DdHKze2iRn5i3pGapskxYzRU,91364
|
|
349
352
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
|
-
mathutils/bvhtree/__init__.pyi,sha256=
|
|
353
|
+
mathutils/bvhtree/__init__.pyi,sha256=rjuZMGm2Jxi0bnaU60v18BuJyO2JWdfRdr5Mp0bYUuk,5138
|
|
351
354
|
mathutils/geometry/__init__.pyi,sha256=N3LtfyhHPnBim_PgIa5likQdcVxOMDvUC-eTqv70ruY,23817
|
|
352
355
|
mathutils/interpolate/__init__.pyi,sha256=ndZoeTg3JKLj5Uskd-TU2BmCEAe8k_-MY-jGzzNj0O4,575
|
|
353
356
|
mathutils/kdtree/__init__.pyi,sha256=99pXd0pG1J4JBPexQBa87d-DAg-3KZ1lmDL3ZLiVA-Q,2309
|
|
@@ -364,7 +367,7 @@ rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
|
|
|
364
367
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
365
368
|
rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
|
|
366
369
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
367
|
-
fake_bpy_module_latest-
|
|
368
|
-
fake_bpy_module_latest-
|
|
369
|
-
fake_bpy_module_latest-
|
|
370
|
-
fake_bpy_module_latest-
|
|
370
|
+
fake_bpy_module_latest-20250925.dist-info/METADATA,sha256=PC5HRn4HOletjFoOucffrFnBThpqsU7kUeIp7MjuatM,7436
|
|
371
|
+
fake_bpy_module_latest-20250925.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
372
|
+
fake_bpy_module_latest-20250925.dist-info/top_level.txt,sha256=xwHlW-cY033y5uA7GsGZDdOwWdNIzrHETvaZ_rWuR4I,539
|
|
373
|
+
fake_bpy_module_latest-20250925.dist-info/RECORD,,
|
mathutils/bvhtree/__init__.pyi
CHANGED
|
@@ -7,6 +7,7 @@ import typing
|
|
|
7
7
|
import collections.abc
|
|
8
8
|
import typing_extensions
|
|
9
9
|
import numpy.typing as npt
|
|
10
|
+
import _bpy_types
|
|
10
11
|
import bmesh.types
|
|
11
12
|
import bpy.types
|
|
12
13
|
import mathutils
|
|
@@ -25,7 +26,7 @@ class BVHTree:
|
|
|
25
26
|
@classmethod
|
|
26
27
|
def FromObject(
|
|
27
28
|
cls,
|
|
28
|
-
object:
|
|
29
|
+
object: _bpy_types.Object,
|
|
29
30
|
depsgraph: bpy.types.Depsgraph,
|
|
30
31
|
*,
|
|
31
32
|
deform: bool = True,
|
|
@@ -36,7 +37,7 @@ class BVHTree:
|
|
|
36
37
|
"""BVH tree based on `Object` data.
|
|
37
38
|
|
|
38
39
|
:param object: Object data.
|
|
39
|
-
:type object:
|
|
40
|
+
:type object: _bpy_types.Object
|
|
40
41
|
:param depsgraph: Depsgraph to use for evaluating the mesh.
|
|
41
42
|
:type depsgraph: bpy.types.Depsgraph
|
|
42
43
|
:param deform: Use mesh with deformations.
|
{fake_bpy_module_latest-20250923.dist-info → fake_bpy_module_latest-20250925.dist-info}/WHEEL
RENAMED
|
File without changes
|