You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.2 KiB

Use these options to customize how Meshes are imported.

Import Geometry options

Property Description
Normals Define whether to use the normals from the Alembic file, or to calculate them based on vertex position.
Calculate If Missing Use Alembic file normals if they exist; otherwise the Alembic Importer calculates them. This is the default.
Always Calculate Calculate the normals on import.
Tangents Determine whether or not tangents are computed on import or not added at all. Tangents are not stored in Alembic, so if you choose not to calculate tangents on import, there will be no tangent data.
None Do not calculate or add tangents at all. Choose this option if you don't need to compute the tangents. Computing tangents is resource-intensive, so choosing this option increases the speed of playback.
Calculate Calculate tangents on import. This is the default option for this property.
Note: The calculation of tangents requires normals and UV data. If these are missing, the tangent cannot be computed.
Flip Faces Enable to invert the orientation of the polygons.