Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
usdPreviewSurfaceWriter.h
Go to the documentation of this file.
1
//
2
// Copyright 2018 Pixar
3
//
4
// Licensed under the Apache License, Version 2.0 (the "Apache License")
5
// with the following modification; you may not use this file except in
6
// compliance with the Apache License and the following modification to it:
7
// Section 6. Trademarks. is deleted and replaced with:
8
//
9
// 6. Trademarks. This License does not grant permission to use the trade
10
// names, trademarks, service marks, or product names of the Licensor
11
// and its affiliates, except as required to comply with Section 4(c) of
12
// the License and to reproduce the content of the NOTICE file.
13
//
14
// You may obtain a copy of the Apache License at
15
//
16
// http://www.apache.org/licenses/LICENSE-2.0
17
//
18
// Unless required by applicable law or agreed to in writing, software
19
// distributed under the Apache License with the above modification is
20
// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21
// KIND, either express or implied. See the Apache License for the specific
22
// language governing permissions and limitations under the Apache License.
23
//
24
#ifndef PXRUSDPREVIEWSURFACE_USD_PREVIEW_SURFACE_WRITER_H
25
#define PXRUSDPREVIEWSURFACE_USD_PREVIEW_SURFACE_WRITER_H
26
28
29
#include "
pxr/pxr.h
"
30
#include "
usdMaya/shaderWriter.h
"
31
32
#include "
usdMaya/writeJobContext.h
"
33
34
#include "pxr/base/tf/token.h"
35
#include "pxr/usd/sdf/path.h"
36
#include "pxr/usd/usd/timeCode.h"
37
38
#include <maya/MFnDependencyNode.h>
39
40
41
PXR_NAMESPACE_OPEN_SCOPE
42
43
44
class
PxrMayaUsdPreviewSurface_Writer :
public
UsdMayaShaderWriter
45
{
46
public
:
47
PxrMayaUsdPreviewSurface_Writer(
48
const
MFnDependencyNode& depNodeFn,
49
const
SdfPath
& usdPath,
50
UsdMayaWriteJobContext
& jobCtx);
51
52
void
Write
(
const
UsdTimeCode
& usdTime)
override
;
53
54
TfToken
GetShadingPropertyNameForMayaAttrName
(
55
const
TfToken
& mayaAttrName)
override
;
56
};
57
58
59
PXR_NAMESPACE_CLOSE_SCOPE
60
61
62
#endif
UsdMayaWriteJobContext
Provides basic functionality and access to shared data for UsdMayaPrimWriters.
Definition:
writeJobContext.h:57
UsdMayaPrimWriter::Write
virtual PXRUSDMAYA_API void Write(const UsdTimeCode &usdTime)
Main export function that runs when the traversal hits the node.
writeJobContext.h
TfToken
Token for efficient comparison, assignment, and hashing of known strings.
Definition:
token.h:89
pxr.h
UsdTimeCode
Represent a time value, which may be either numeric, holding a double value, or a sentinel value UsdT...
Definition:
timeCode.h:85
UsdMayaShaderWriter::GetShadingPropertyNameForMayaAttrName
virtual PXRUSDMAYA_API TfToken GetShadingPropertyNameForMayaAttrName(const TfToken &mayaAttrName)
Get the name of the USD shading property that corresponds to the Maya attribute named mayaAttrName...
shaderWriter.h
SdfPath
A path value used to locate objects in layers or scenegraphs.
Definition:
path.h:287
UsdMayaShaderWriter
Base class for USD prim writers that export Maya shading nodes as USD shader prims.
Definition:
shaderWriter.h:50
src
modules
pxrUsdPreviewSurface
usdPreviewSurfaceWriter.h
Generated on Thu Oct 24 2019 13:58:42 by
1.8.5