Aodaruma / coa_tools2

a Blender addon for cutout animation
GNU General Public License v3.0
32 stars 6 forks source link

fixed import: added lost property into COATools2Preferences #21

Closed tozpeak closed 12 months ago

tozpeak commented 12 months ago

The importer needed sprite_import_export_scale value in user preferences. 0.01 seems to be the value from original repo: (from /Blender/coa_tools/__init__.py:89) sprite_import_export_scale: bpy.props.FloatProperty(name="Sprite import/export scale",default=0.01)