[WIP] AM 20 04 }} Airplane Piper J-3 "CUB"

Thanks! So, very beginner question here:

When I map the UVs in Rizom, that mapping gets integrated into the OBJ? So that’s how the Rizom re-mapping gets back into Rhino?

Sorry OBJ yes

OBJ

I made a (LUA script) custom button in RizomUV to export the mesh as OBJ

mypath ="C:/Users/.../AppData/Local/RhinoRizomUVmesh.obj"
ZomSave({File={Path=mypath, UVWProps=true}, __UpdateUIObjFileName=true})

And a custom Rhino button to import it into Rhino

!Delete
 -_Import
"C:\Users\...\AppData\Local\RhinoRizomUVmesh.obj"
MapYtoZ=Yes
enter

_NextViewportToTop
_UVEditor
2,2
4
4
enter
1 Like