cuddlyogre / ExportLDraw

LDraw Import and Exporter for Blender 2.82+
GNU General Public License v2.0
49 stars 12 forks source link

Add Studio file import #58

Closed The0x539 closed 2 months ago

The0x539 commented 3 months ago

Your readme says:

A note about Stud.io projects Stud.io project files are in actuality just password-protected zip files, but due to regulations related to DRM, importing Stud.io projects will not ever be implemented here, even though it would be relatively trivial.

I'm not sure if this has changed since you wrote that or what, but from what I can tell, they are not password-protected. You can just open them in any archive viewer (or indeed, python's zipfile library) without providing a password or anything. Thus, there is nothing that could be considered DRM.

cuddlyogre commented 3 months ago

You are correct. New Stud.io files are unprotected. I've been preoccupied so I haven't been able to implement io file reading. Old files are still protected by a password, so I'll have to add some kind of catch for that. I can't guarantee your exact commit will make it to master, but I'll try to integrate your changes in a way where you're still a part of the git history.

cuddlyogre commented 2 months ago

I've merged you PR into master. Thank you for your submission.