Pherakki / BlenderToolsForGFS

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

Warn the user if a model has inconsistent scales #109

Open Pherakki opened 9 months ago

Pherakki commented 9 months ago

Provide details on the proposal. The "Reconstruct Bind Pose" method for importing the scene graph will fail if the model has inconsistent scales between the rest pose and the bind pose matrices (which should have the rest pose scales baked into them). This manifests as the model importing incorrectly in the reconstructed bind pose. Finding some way to identify if the scales are inconsistent and warning the user if this is the case would save confusion.