@@ -141,41 +141,42 @@ declare_typedesc(py::module& m)
141141 py::implicitly_convertible<py::str, TypeDesc>();
142142
143143 // Global constants of common TypeDescs
144- m.attr (" TypeUnknown" ) = TypeUnknown;
145- m.attr (" TypeFloat" ) = TypeFloat;
146- m.attr (" TypeColor" ) = TypeColor;
147- m.attr (" TypePoint" ) = TypePoint;
148- m.attr (" TypeVector" ) = TypeVector;
149- m.attr (" TypeNormal" ) = TypeNormal;
150- m.attr (" TypeString" ) = TypeString;
151- m.attr (" TypeInt" ) = TypeInt;
152- m.attr (" TypeUInt" ) = TypeUInt;
153- m.attr (" TypeInt64" ) = TypeInt64;
154- m.attr (" TypeUInt64" ) = TypeUInt64;
155- m.attr (" TypeInt32" ) = TypeInt32;
156- m.attr (" TypeUInt32" ) = TypeUInt32;
157- m.attr (" TypeInt16" ) = TypeInt16;
158- m.attr (" TypeUInt16" ) = TypeUInt16;
159- m.attr (" TypeInt8" ) = TypeInt8;
160- m.attr (" TypeUInt8" ) = TypeUInt8;
161- m.attr (" TypeHalf" ) = TypeHalf;
162- m.attr (" TypeMatrix" ) = TypeMatrix;
163- m.attr (" TypeMatrix33" ) = TypeMatrix33;
164- m.attr (" TypeMatrix44" ) = TypeMatrix44;
165- m.attr (" TypeTimeCode" ) = TypeTimeCode;
166- m.attr (" TypeKeyCode" ) = TypeKeyCode;
167- m.attr (" TypeFloat2" ) = TypeFloat2;
168- m.attr (" TypeVector2" ) = TypeVector2;
169- m.attr (" TypeFloat4" ) = TypeFloat4;
170- m.attr (" TypeVector4" ) = TypeVector4;
171- m.attr (" TypeVector2i" ) = TypeVector2i;
172- m.attr (" TypeVector3i" ) = TypeVector3i;
173- m.attr (" TypeBox2" ) = TypeBox2;
174- m.attr (" TypeBox3" ) = TypeBox3;
175- m.attr (" TypeBox2i" ) = TypeBox2i;
176- m.attr (" TypeBox3i" ) = TypeBox3i;
177- m.attr (" TypeRational" ) = TypeRational;
178- m.attr (" TypePointer" ) = TypePointer;
144+ m.attr (" TypeUnknown" ) = TypeUnknown;
145+ m.attr (" TypeFloat" ) = TypeFloat;
146+ m.attr (" TypeColor" ) = TypeColor;
147+ m.attr (" TypePoint" ) = TypePoint;
148+ m.attr (" TypeVector" ) = TypeVector;
149+ m.attr (" TypeNormal" ) = TypeNormal;
150+ m.attr (" TypeString" ) = TypeString;
151+ m.attr (" TypeInt" ) = TypeInt;
152+ m.attr (" TypeUInt" ) = TypeUInt;
153+ m.attr (" TypeInt64" ) = TypeInt64;
154+ m.attr (" TypeUInt64" ) = TypeUInt64;
155+ m.attr (" TypeInt32" ) = TypeInt32;
156+ m.attr (" TypeUInt32" ) = TypeUInt32;
157+ m.attr (" TypeInt16" ) = TypeInt16;
158+ m.attr (" TypeUInt16" ) = TypeUInt16;
159+ m.attr (" TypeInt8" ) = TypeInt8;
160+ m.attr (" TypeUInt8" ) = TypeUInt8;
161+ m.attr (" TypeHalf" ) = TypeHalf;
162+ m.attr (" TypeMatrix" ) = TypeMatrix;
163+ m.attr (" TypeMatrix33" ) = TypeMatrix33;
164+ m.attr (" TypeMatrix44" ) = TypeMatrix44;
165+ m.attr (" TypeTimeCode" ) = TypeTimeCode;
166+ m.attr (" TypeKeyCode" ) = TypeKeyCode;
167+ m.attr (" TypeFloat2" ) = TypeFloat2;
168+ m.attr (" TypeVector2" ) = TypeVector2;
169+ m.attr (" TypeFloat4" ) = TypeFloat4;
170+ m.attr (" TypeVector4" ) = TypeVector4;
171+ m.attr (" TypeVector2i" ) = TypeVector2i;
172+ m.attr (" TypeVector3i" ) = TypeVector3i;
173+ m.attr (" TypeBox2" ) = TypeBox2;
174+ m.attr (" TypeBox3" ) = TypeBox3;
175+ m.attr (" TypeBox2i" ) = TypeBox2i;
176+ m.attr (" TypeBox3i" ) = TypeBox3i;
177+ m.attr (" TypeRational" ) = TypeRational;
178+ m.attr (" TypeURational" ) = TypeURational;
179+ m.attr (" TypePointer" ) = TypePointer;
179180}
180181
181182} // namespace PyOpenImageIO
0 commit comments