mirror of https://github.com/AxioDL/metaforce.git
Show sharp edges by default
This commit is contained in:
parent
19e5688fd4
commit
6cb3010e86
|
@ -528,6 +528,7 @@ void FinishBlenderMesh(hecl::BlenderConnection::PyOutStream& os,
|
|||
|
||||
os << "mesh.use_auto_smooth = True\n"
|
||||
"mesh.auto_smooth_angle = math.pi\n"
|
||||
"mesh.show_edge_sharp = True\n"
|
||||
"\n"
|
||||
"for material in materials:\n"
|
||||
" mesh.materials.append(material)\n"
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 65d34ebe83622b8b52002776afdb78215d3fd683
|
||||
Subproject commit a661a04b9049dbce8e90ce7f41f2bc6c9c886fb3
|
Loading…
Reference in New Issue