AL_USDMaya
0.29.4
USD to Maya Bridge
Main Page
Related Pages
Modules
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
DebugCodes.h
1
//
2
// Copyright 2017 Animal Logic
3
//
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
// you may not use this file except in compliance with the License.//
6
// You may obtain a copy of the License at
7
//
8
// http://www.apache.org/licenses/LICENSE-2.0
9
//
10
// Unless required by applicable law or agreed to in writing, software
11
// distributed under the License is distributed on an "AS IS" BASIS,
12
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
// See the License for the specific language governing permissions and
14
// limitations under the License.
15
//
16
#pragma once
17
18
#include "pxr/pxr.h"
19
#include "pxr/base/tf/debug.h"
20
21
PXR_NAMESPACE_OPEN_SCOPE
22
23
TF_DEBUG_CODES(
24
25
ALUSDMAYA_TRANSLATORS,
26
ALUSDMAYA_EVENTS,
27
ALUSDMAYA_EVALUATION,
28
ALUSDMAYA_COMMANDS,
29
ALUSDMAYA_LAYERS,
30
ALUSDMAYA_DRAW,
31
ALUSDMAYA_SELECTION,
32
ALUSDMAYA_GUIHELPER,
33
ALUSDMAYA_RENDERER
34
35
);
36
37
PXR_NAMESPACE_CLOSE_SCOPE
38
39
namespace
AL {
40
namespace
maya {
41
42
using
PXR_NS::TfDebug;
43
44
}
// maya
45
}
// AL
46
src
lib
AL_USDMaya
AL
usdmaya
DebugCodes.h
Generated on Fri Nov 2 2018 11:40:20 for AL_USDMaya by
1.8.7