Empty to Image Plane


The initial idea for the add-on is from here: Convert Empty to an Image 2.79/2.8

2 Likes

The usefull thing. Thanks for sharing

Hey Daniel,

me too, thank you for sharing.

A small bug:
When trying to activate the addon, I get a Traceback “ModuleNotFoundError”,
because in init.py, line 29 the import has a false name:

from .empty_image_planes import * should be
from .empty_to_image_plane import *

Then it can be activated.

1 Like

Thanks for reporting!

I would never stumbled over this bug. I had it correct in my work folder, but in the github folder was the outdated init file. Now it’s fixed. :smile: