Rhino 3DM Dosyaları Neden Bu Kadar Büyük?
Rhino .3dm dosya boyutu neden büyük - render mesh, texture, embedded data ve küçültme yöntemleri.
Rhino .3dm dosyaları render mesh, texture, material, plugin data ve model history nedeniyle beklenenden büyük olabilir. Dosya boyutunu küçültmek için çeşitli yöntemler vardır.
Dosya Boyutu Nedenleri
- Render mesh: Her NURBS obje için mesh cache
- Textures: Embedded bitmap images
- Materials: Yüksek res material maps
- Plugin data: V-Ray, Grasshopper, other plugin
- Model history: Construction history (not undo)
- Notes: Embedded notes, text
- Layers: Many layers with data
Dosya Boyutu Analizi
- File > Properties: Dosya bilgisi kontrol
- Audit3dmFile: Command line tool (advanced)
- SelAll + What: Obje sayısı, type
- Texture count: Materials panel → Textures
- Plugin data: Unknown plugin data var mı?
- History: ClearHistory command
- Typical: 10 MB small, 100 MB medium, 500+ MB large
Render Mesh Temizleme
- ClearAllMeshes: Tüm render mesh'leri sil
- File save: Mesh olmadan save (küçük dosya)
- Reopen: Açtığında mesh tekrar oluşur
- Savings: 50-80% dosya boyutu azalır
- Trade-off: İlk açılış yavaş (mesh rebuild)
- Best for: Backup, archive, file transfer
- Not for: Render hazır dosya
Texture ve Material Optimizasyonu
- Texture size: 4K → 2K veya 1K
- Image compression: PNG → JPEG (lossy)
- Remove unused: Materials panel → Purge unused
- Linked textures: Embed yerine linked (file path)
- Bitmap resolution: High-res sadece final render
- Material cleanup: Gereksiz material sil
- Test: File > Save Small (texture exclude)
Model Temizleme
- Purge: Delete unused layers, materials
- SelDup: Duplicate objeler sil
- ClearHistory: Construction history temizle
- Notes: Embedded notes sil (dosya boyutu azalır)
- Hidden objects: Gizli objeleri kontrol, sil
- SelSmall: Çok küçük objeler (< 0.01mm) sil
- Simplify: Basit geometri (fewer control points)
Save Options ve Best Practices
- File > Save Small: Mesh, notes, preview exclude
- Geometry only: Mesh ve texture olmadan
- SaveAs: Yeni dosya (incremental save artifacts temizle)
- Backup: Save Small for archive
- Working file: Normal save (mesh ile hızlı)
- Compression: .3dm zaten sıkıştırılmış (zip gereksiz)
- Version control: Git için Save Small kullanın