load_matlib
LoadMatlib
Bases: LoaderPlugin
Load material library files with Material Library
Source code in client/ayon_max/plugins/load/load_matlib.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | |
load(context, name, namespace, data)
Load the material library file into the scene and containerise it.
Source code in client/ayon_max/plugins/load/load_matlib.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | |
remove(container)
Remove the material library from the scene and clean up the container.
Source code in client/ayon_max/plugins/load/load_matlib.py
40 41 42 43 44 45 46 | |