#include <interface.h>
Public Types |
|
| enum | LayerUIType { ltSculptUI, ltPaintUI } |
Public Member Functions |
|
| void | ShowNewPaintLayerDialog (void) |
| void | ActivateLayerSystem (LayerUIType eType) |
| Activates the given system in the Layer UI window.
|
|
| bool | RestorePreviousBrush (void) |
| Restores the current brush to the previous
one. |
|
| void | Load (bool bMerge, QString filename) |
| Loads mesh only (.mud or .obj) into the
current scene. |
|
|
00030 {
00031 ltSculptUI,
00032 ltPaintUI
00033 };
|
|
|
|
Activates the given system in the Layer UI window.
|
|
|
Restores the current brush to the previous one. |
|
||||||||||||
|
Loads mesh only (.mud or .obj) into the current scene. |