-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MATERIAL class #954
Comments
MATERIAL.gentexture and several other MATERIAL features are not yet supported. These should be disabled without DEBUG |
If I understand correctly, we need to stable MATERIAL class and after this, we could remove hacks for roundtripping for MATERIAL (https://github.com/LibreDWG/libredwg/blob/master/src/encode.c#L3277). Am I right? |
We won't get procedural Materials stable anytime soon, but the rest would be great. So encode should warn and disable it. Just enable it with enable-debug |
renaming IMAGE,WIPEOUT.size to image_size fixed the debug json roundtrip |
because of json clashes. Helps also GH #954
I've re-enabled MATERIAL (and WIPEOUT) in the branch smoke/material. No oda errors with r2000 json roundtrips anymore. But still oda errors with r2004-2018 |
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
because of json clashes. Helps also GH #954
disable materials in 3DSOLIDs and all its subtypes. GH #954
disable materials in 3DSOLIDs and all its subtypes. GH #954
disable materials in 3DSOLIDs and all its subtypes. GH #954
disable materials in 3DSOLIDs and all its subtypes. GH #954
When I compile libredwg without
--enable-debug
(tested on mingw cross compilation). The conversion of DWG with MATERIAL class to JSON and back is not working. Output DWG file is not possible to open in AutoCAD.This is partially related to the implementation of MATERIAL class.
The text was updated successfully, but these errors were encountered: