mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-15 18:45:51 +00:00
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"
|
os << "mesh.use_auto_smooth = True\n"
|
||||||
"mesh.auto_smooth_angle = math.pi\n"
|
"mesh.auto_smooth_angle = math.pi\n"
|
||||||
|
"mesh.show_edge_sharp = True\n"
|
||||||
"\n"
|
"\n"
|
||||||
"for material in materials:\n"
|
"for material in materials:\n"
|
||||||
" mesh.materials.append(material)\n"
|
" mesh.materials.append(material)\n"
|
||||||
|
2
hecl
2
hecl
@ -1 +1 @@
|
|||||||
Subproject commit 65d34ebe83622b8b52002776afdb78215d3fd683
|
Subproject commit a661a04b9049dbce8e90ce7f41f2bc6c9c886fb3
|
Loading…
x
Reference in New Issue
Block a user