You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mcblend relied on numpy behavior which is now deprecated. Here is a future warning from Blender 3.3:
FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use
`arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index,
`arr[np.array(seq)]`, which will result either in an error or a different result.
In Blender 3.6 this type of indexing returns different result. The image below shows the comparison between Blender 3.6 and Blender 3.3.
This causes issues during model importing for models that use per-face UV-mapping at lines linked below:
Nusiq
changed the title
Blender 3.5 crashes during model importing causes by updated numpy version
Blender 3.6 crashes during model importing causes by updated numpy version
Jul 15, 2023
Mcblend relied on numpy behavior which is now deprecated. Here is a future warning from Blender 3.3:
In Blender 3.6 this type of indexing returns different result. The image below shows the comparison between Blender 3.6 and Blender 3.3.
This causes issues during model importing for models that use per-face UV-mapping at lines linked below:
mcblend/mcblend/operator_func/common.py
Lines 699 to 700 in a4e1830
The text was updated successfully, but these errors were encountered: