Pherakki / BlenderToolsForGFS

A Blender plugin for importing and exporting GFS files.
GNU General Public License v3.0
20 stars 1 forks source link

Clean up AnimationInterface -> AnimationBinary export #134

Open Pherakki opened 9 months ago

Pherakki commented 9 months ago

Provide details on the proposal. Currently the AnimationInterface -> AnimationBinary conversion is pretty messy, mostly due to several types of data being unknown. In addition, the "base scale" seems to apply in compressed keyframes even if no scale keyframes exist. Currently, this base scale is just imported as extra keyframe data. There are two things that need to be done to clean this up: 1) Identify all kinds of unknown keyframe animation data 2) Export base scales alongside compressed animation keyframes