advanced rendering for AutoCAD
Users od Autodesk Archtecture are facing this every time and the others, who use xrefs in AutoCAD as well: There are multiple drawings, using the same material. As long as the name of it is consistent throughout all drawings, it is possible to manage it by changing materials only in the drawing you render final renderings from... but there are situtions, where you need synchronize materials. Now it is possible to do it manually (save to disk/reload).
Would it be possible to publish some sort of toolkit (commands nXt uses) to be able to create LISP routine to simplify this process?
Tags:
I might have time for one or two commands if they're not too complex. Let me know what you need. For example:
(nXtLoadMaterial materialname filename)
Keep it simple, or it won't get done.
thanks! .... nXtSaveMaterial and nXtLoadMaterial are all commands needed
materialname - where are these saved to allow the LISP routine to go through them one by one?