CoDEmanX / blender-cod

Blender Add-On for Call of Duty® modding
83 stars 26 forks source link

Refactor Scale Functionality #19

Open SE2Dev opened 5 years ago

SE2Dev commented 5 years ago

For future versions, import scale should probably be less destructive to better allow for interaction with scaled scenes. I believe the best way to implement this would be to apply the scale directly to the imported model's skeleton object, which would in-turn allow the scale to be inherited by the mesh. Additional code may need to be required for the dynamic positioning resolution however...

Faithfullfaun commented 5 years ago

Is this about the issue we had when we imported models and applied an anim to it where the face got all screwed?