gregdavisd / DAEBlend

Plugin script to export Collada DAE files from Blender.
GNU General Public License v3.0
36 stars 4 forks source link

Export clips as strips, first frame corrupt on end-to-end actions #4

Closed gregdavisd closed 3 years ago

gregdavisd commented 7 years ago

When exporting clips as strips if the first action ends on the same frame as the start of the next action then the beginning frame of the second strip will be corrupt. This is due to Blender muting the shared frames of both actions even though only one action is muted. The solution is to leave a gap between actions or put them on a different track.

stefanches7 commented 7 years ago

codemill$80