Skip to content

Commit c6d3384

Browse files
committed
IECoreMaya : Grouped LiveScene utility functions in header.
1 parent af4cc45 commit c6d3384

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

include/IECoreMaya/LiveScene.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ class IECOREMAYA_API LiveScene : public IECoreScene::SceneInterface
7878
/// Name of maya attribute overriding `IECoreScene::SceneInterface::visibilityName`
7979
static IECoreScene::SceneInterface::Name visibilityOverrideName;
8080

81-
/// Returns the MDagPath object to the scene node
82-
MDagPath dagPath() const;
83-
8481
/*
8582
* Bounding box
8683
*/
@@ -188,6 +185,13 @@ class IECOREMAYA_API LiveScene : public IECoreScene::SceneInterface
188185
/// Currently raises an exception
189186
void hash( HashType hashType, double time, IECore::MurmurHash &h ) const override;
190187

188+
/*
189+
* Utility functions
190+
*/
191+
192+
/// Returns the MDagPath object to the scene node
193+
MDagPath dagPath() const;
194+
191195
/// Translates cortex attribute name to maya attribute name
192196
/// Returns an empty string if there are no valid mappings
193197
static Name toMayaAttributeName( const Name &name );

0 commit comments

Comments
 (0)