Alembic export: also export empties
Exporting an empty creates an Alembic XForm object. The empties can also be animated.
This commit is contained in:
parent
afe1c25d06
commit
9b3e3d4def
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user