xref: /dflybsd-src/contrib/file/magic/Magdir/usd (revision c990e5ba296a6fc9cca0b70d4c36d67f474f8a61)
1*c990e5baSDaniel Fojt
2*c990e5baSDaniel Fojt#------------------------------------------------------------------------------
3*c990e5baSDaniel Fojt# $File: usd,v 1.2 2020/05/21 22:17:00 christos Exp $
4*c990e5baSDaniel Fojt#
5*c990e5baSDaniel Fojt# From Christian Schmidbauer
6*c990e5baSDaniel Fojt#
7*c990e5baSDaniel Fojt# https://github.com/PixarAnimationStudios/USD
8*c990e5baSDaniel Fojt
9*c990e5baSDaniel Fojt# USD crate file
10*c990e5baSDaniel Fojt# https://github.com/PixarAnimationStudios/USD/blob/ebac0a8b6703f4fa1c27115f1f013bb9819662f4/pxr/usd/usd/crateFile.h#L441-L450
11*c990e5baSDaniel Fojt0	string		PXR-USDC	USD crate
12*c990e5baSDaniel Fojt>8	byte		x		\b, version %x.
13*c990e5baSDaniel Fojt>9	byte		x		\b%x.
14*c990e5baSDaniel Fojt>10	byte		x		\b%x
15*c990e5baSDaniel Fojt!:ext	usd
16*c990e5baSDaniel Fojt
17*c990e5baSDaniel Fojt# USD ASCII file
18*c990e5baSDaniel Fojt0	string		#usda\040	USD ASCII
19*c990e5baSDaniel Fojt>6	string		x		\b, version %s
20*c990e5baSDaniel Fojt!:mime	text/plain
21*c990e5baSDaniel Fojt!:ext	usd
22