Skip to content

Commit

Permalink
Add a range of 3D file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeanq authored and sharkdp committed Jan 2, 2024
1 parent c695c06 commit ea15b24
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions config/filetypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ programming:
media:
image:
application:
- .ai # Illustrator
- .kra # Krita
- .psd # Photoshop
- .xvf # GIMP
Expand Down Expand Up @@ -377,6 +378,36 @@ media:
- .woff
- .woff2

3d: # File formats relating to 3D data for computer graphics, CAD, 3D printing etc.
application:
- .blend # Blender scene file
- .hda # Houdini Digital Assets
- .hip # Houdini scene file
- .ma # Maya scene file
- .mb # Maya scene file
- .otl # Houdini Operator Type Library

mesh:
- .3ds
- .3mf # 3D manufacturing format
- .alembic
- .amf # Additive Manifacturing File
- .dae # Collada
- .fbx
- .iges
- .igs
- .mtl # material for .obj
- .obj
- .step
- .stl
- .stp
- .usd # Universal Scene Description (stores many things)
- .usda # .usd ASCII-format
- .usdc # .usd binary-format
- .usdz # .usd package
- .wrl # VRML
- .x3d

office:
document:
- .doc
Expand Down

0 comments on commit ea15b24

Please sign in to comment.