Alembic export: also export empties

Exporting an empty creates an Alembic XForm object. The empties can also
be animated.
This commit is contained in:
Sybren A. Stüvel 2017-04-26 12:26:21 +02:00
parent afe1c25d06
commit 9b3e3d4def
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ static bool object_type_is_exportable(Object *ob)
}
return true;
case OB_EMPTY:
case OB_CURVE:
case OB_SURF:
case OB_CAMERA: