Pointcache (pc2)

Tham Chiếu

Hạng Mục

Nhập-Xuất Khẩu

Trình Đơn

File ‣ Export ‣ Pointcache (.pc2)

This exporter produces pointcache files. These can be used to transfer animated meshes to external applications. Only the vertex positions at the samples are saved.

The exporter can export meshes, surfaced curves, surfaces and font objects. They are all treated as meshes. The base object has to be converted into a mesh before exporting it also.

Tính Chất

Chuyển Đổi thành Y-Lên Trên

Rotates the mesh data -90 degrees around X.

Xuất Khẩu sang Không Gian Thế Giới

Transform the mesh data into world space.

Áp dụng các bộ điều chỉnh

Whether to apply modifiers before exporting.

Khung Hình Đầu

First frame to export.

Khung Hình Cuối

Export up to this frame.

Lấy Mẫu Vật

The sample rate. 1 means one sample per frame. 0.1 means 10 samples per frame, and 10 means one sample every 10 frames.

Nhập Khẩu

The use of these files depends on the importing application. In general the object has to be first exported normally (OBJ export or the like) and then the pointcache data can be attached to the object.

  • In 3ds Max there is a modifier which can directly read pc2 files.

  • In Maya the pc2 cache has to be converted into Maya's geometry cache format first. The MEL command for that is this:

    cacheFile -pc2 1 -pcf "<insert filepath of source>" -f "<insert target filename w/o extension>" -dir "<insert directory path for target>" -format "OneFile";