This is a simple add-on to fix the scale and unwrap multiple object with a single click of a button. As I did not found any blender functionality which fulfilled these need (macros did not do the job) and also I had a lot of object to apply the stated operations on, I wrote this add-on.
It will perform the following steps in order:
- Set active object to the one selected. If multiple objects are selected it will iterate over every item.
- Apply fix scale to the active object
- Open the object in edit mode
- Select the whole mesh
- Unwrap everything (seams should already be marked)
- Go back in object mode
- If multiple objects are selected, go back to step 1
- Report if every item was processed
As this is my first Blender add-on and therefore may not represents the best implementation, I am thankful for every feedback and best practices on the style, implementation and the code itself.