mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 08:59:32 -07:00
Start to set up UV-unwrapping.
Needs the new libreary set up for that. part of CURA-12528
This commit is contained in:
parent
b4c023479c
commit
44042eef6a
1 changed files with 3 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ class ThreeMFReader(MeshReader):
|
|||
# The filename is used to give the user the option to reload the file if it is changed on disk
|
||||
# It is only set for the root node of the 3mf file
|
||||
mesh_builder.setFileName(file_name)
|
||||
|
||||
mesh_builder.unwrapNewUvs()
|
||||
|
||||
mesh_data = mesh_builder.build()
|
||||
|
||||
if len(mesh_data.getVertices()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue