INodeTransformModes.h

Go to the documentation of this file.
00001 //
00002 // Copyright 2009 Autodesk, Inc.  All rights reserved. 
00003 //
00004 // This computer source code and related instructions and comments are the
00005 // unpublished confidential and proprietary information of Autodesk, Inc. and
00006 // are protected under applicable copyright and trade secret law.  They may
00007 // not be disclosed to, copied or used by any third party without the prior
00008 // written consent of Autodesk, Inc.
00009 //
00010 //
00011 
00012 #pragma once
00013 
00014 // Transform modes -- passed to Move/Rotate/Scale
00015 #define  PIV_NONE               0
00016 #define  PIV_PIVOT_ONLY         1
00017 #define  PIV_OBJECT_ONLY            2
00018 #define  PIV_HIERARCHY_ONLY     3