File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments