bodymovin / bodymovin-extension

Bodymovin UI extension panel
MIT License
286 stars 874 forks source link

Fix precomp refId when "Use composition names as ids" is disabled #133

Closed fmalita closed 2 years ago

fmalita commented 2 years ago

After https://github.com/bodymovin/bodymovin-extension/commit/18947ca612ffeadfdb3be687576189335f61c064, when "Use composition names as ids" is disabled, exporting precomps produces invalid refIds (e.g. refId: 0).

This restores the old behavior.

bodymovin commented 2 years ago

thanks!