simularium / simulariumio

Python package that converts simulation outputs to the format consumed by the Simularium viewer website
Apache License 2.0
5 stars 3 forks source link

Maya plugin #173

Open blairlyons opened 8 months ago

blairlyons commented 8 months ago

Use Case

As an animator working in Maya, I want to be able to export my animation to Simularium.

Acceptance Criteria

A Maya plugin can export the current scene to .simularium format, including default objects with unique IDs, types, positions, rotations, and scale, as well as OBJ geometry to go with each type.

Details

Prototype is on feature/maya-export branch