Rhino 8 Architecture Visualization Making the Art

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ย. 2024
  • Rhino 8, UV Mapping, Auto CPlane, Prep For Blender.
    Python Script: Renaming Objects to Layer name
    ! _-RunPythonScript (
    import rhinoscriptsyntax as rs
    def LayerNameToObject():
    layers=rs.LayerNames()
    for layer in layers:
    objs=rs.ObjectsByLayer(layer)
    rs.ObjectName(objs,layer)
    LayerNameToObject()
    )
  • เกม

ความคิดเห็น •