google / AEUX

Editable After Effects layers from Sketch artboards
Apache License 2.0
513 stars 56 forks source link

Outlined text in Figma doesn't translate to AE #22

Closed mmarol closed 3 years ago

mmarol commented 3 years ago

Describe the bug If you try to send outlined text in Figma to Ae, only the first letter gets sent.

To Reproduce Steps to reproduce the behavior:

  1. Type some text in a frame in Figma
  2. Convert the text to outlines
  3. Select the outlined text
  4. Send to Ae through the plugin
  5. See error

Expected behavior All the letters should be sent to Ae as multiple paths within a single shape, but instead only the first letter gets sent.

Screenshots Screen Shot 2020-10-05 at 10 36 56 Screen Shot 2020-10-05 at 10 37 28

Desktop (please complete the following information):

Additional context This happens when you create multiple separate shapes and combine then using the Flatten Selection (Cmd + e) command in Figma as well. It does not happen when you use the pen tool to create distinct shapes within a single use of the pen tool.

adamplouff commented 3 years ago

This was a recently fixed in 0.7.5a. Figma is able to nest multiple paths into a single shape (unlike Ae) so it was missed. Download the newest Figma plugin and try again: https://aeux.io/guide/download.html

mmarol commented 3 years ago

Thank you!