LDD icon indicating copy to clipboard operation
LDD copied to clipboard

AttributeError: 'Converter' object has no attribute 'scene'

Open Sarah-C opened this issue 1 year ago • 1 comments

Hi!

I tried this: python pyldd2obj.py tie.lfx out.obj

And got this output:

C:\tmp>python pyldd2obj.py tie.lfx out.obj

      • pyldd2obj - - - _ [_] /| |
        ()'---' C | | | [=|=]

Database FAIL Traceback (most recent call last): File "C:\tmp\pyldd2obj.py", line 719, in main() File "C:\tmp\pyldd2obj.py", line 714, in main converter.Export(filename=obj_filename) File "C:\tmp\pyldd2obj.py", line 590, in Export total = len(self.scene.Bricks) AttributeError: 'Converter' object has no attribute 'scene'

C:\tmp>pause Press any key to continue . . .

Could you be able to help me with it please?

Sarah-C avatar May 09 '24 09:05 Sarah-C

Ah, I copied the db across!

Sarah-C avatar May 09 '24 11:05 Sarah-C

Try this one: https://github.com/sttng/LegoToR Stuff in this repo is just super old.

sttng avatar Aug 07 '24 01:08 sttng