soupday / cc_blender_tools

Add-on for Blender, for importing and auto-setup of character creator 3 & 4 and iClone 7 & 8 character exports into Blender.
GNU General Public License v3.0
455 stars 82 forks source link

Skip reassigning rig on export cleanup for objects without armature. #179

Open CatStrategist opened 1 year ago

CatStrategist commented 1 year ago

Closes #178

This shouldn't break anything and skips two tasks:

  1. Reassigning rig - but if there is no armature it saves it from crashing.
  2. restore_from_unity_vertex_groups() but rename_vertex_groups() already has similar guard so it's not necessary to restore anything.