Code: Select all
import MaterialEditor
MaterialEditor.openEditor()
Code: Select all
mat = MaterialEditor.editMaterial(myMaterialDictionary)
to directly edit an existing material
works greatyorik wrote: ↑Sat May 26, 2018 8:58 pmCode: Select all
import MaterialEditor mat = MaterialEditor.editMaterial(myMaterialDictionary)
does only open the editor, but none of the buttons works. Even ok or cancel do not work at all onyorik wrote: ↑Sat May 26, 2018 8:58 pmCode: Select all
import MaterialEditor MaterialEditor.openEditor()
great! Found another one. The save as does not work at all, no matter how the material editor was started.
It is working for me here apparently... Any error message? Some non-ascii/encoding problem maybe?
I've got in my agenda, of June, a very similar question. I would like to learn about this ...
I'll see it. There always is something reusable ..., especially the structure or general idea
Code: Select all
import MaterialEditor
MaterialEditor.openEditor()
Code: Select all
LC_ALL=C ./bin/FreeCAD
For me, no!