Now Reading
Cool scripts for Blender 2.8
0

Cool scripts for Blender 2.8

by Design SyncOctober 19, 2019

How to copy and paste from one 3D app to another with OD_CopyPasteExternal?

Wouldn’t it be great if programs are build to universally connect to each other. The pain of exporting and importing your models, objects materials is painful in the 3D app. There wasn’t an easier way to this until now with the amazing script call OD Copy Paste External. You can say good bye to saving out fbx, obj or even pushing the GoZ button. Depending on the 3D program feature this script supports it can transfer, polygons, UVMaps, weights, materials, morph maps and more. When installed, just simply copy from your working 3D app and opening another to paste it in. This opens up for quick speedy workflow for artist and production studios.

OD Copy Paste External script currently support:

  • Modo : Vertices / Polygons (incl. Subpatch and SubD)/ WeightMaps / UVMaps / MorphMaps
  • Lightwave : Vertices / Polygons (incl. Subpatch and SubD)/ WeightMaps / UVMaps / MorphMaps
  • Blender : Vertices / Polygons (incl. Subpatch and SubD)/ WeightMaps / UVMaps / MorphMaps
  • Maya : Vertices / Polygons / Weights (via Vertex Normals) (Implementation by Andre Hotz)
  • Houdini : Vertices / Polygons / Weightmaps / VMaps
  • C4D : Vertices / Polygons / UVs
  • Rhino : Vertices / Polygons (should be a good starting point for someone more experienced to finish it)
  • Sketchup : Vertices / Polygons (Paste only for now – Initial implementation provided as starting point)
  • 3DsMax : Vertices / Poyygons (Initial implementation provided as a starting point)
  • XSI : Vertices / Polygons / WeightMaps / Morphs
  • Moi3D : Vertices / Polygons
  • ZBrush : Vertices / Polygons / UVs
  • Substance Painter : Vertices / Polygons / UVs
  • 3D-Coat: Vertices / Polygons / UVs
  • Unity: Vertices/ Polygons / UVs / Weights / Materials
  • Mari : Vertices / Polygons / UVs (in beta)
  • Others : Looking for contributors to write implementations for other 3d Apps (see TODO)

Links

Information Page: OD_CopyPasteExternal
GitHub Download: Script

Leave a Response