Wednesday
Hi everyone,
Could someone clarify what has changed in 29.3000 compared to 29.2001?
My add-on used to compile successfully with 29.2001, but with the 29.3000 API version it fails with the following error: assert self.CompileResourceFile
AssertionError: Failed to compile resource
Has anyone else encountered this issue? Any hints on what may have changed in the resource compilation process?
Industrial Architect and Structural Design Engineer, developer of free addon for sync GDL param and properties
Solved! Go to Solution.
yesterday
Hi,
Are you on Mac or Windows? Could you please share that part of the builld log where you see the assert?
In build 3000 we have added the support for dark mode icons on the Mac; maybe that causes the assert.
Best,
Akos
yesterday
Hi,
Are you on Mac or Windows? Could you please share that part of the builld log where you see the assert?
In build 3000 we have added the support for dark mode icons on the Mac; maybe that causes the assert.
Best,
Akos
yesterday
The error happened for both Mac and Windows during build. It was indeed related to icon generation. After adding the '-py' and '-sc' options, everything started working correctly. Thank you very much for your help and quick response!
Industrial Architect and Structural Design Engineer, developer of free addon for sync GDL param and properties