Message 1 of 1
using the mel workspace -fr command for xgen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to customize my workspace so that Maya saves out all of the Xgen data to a specified folder. I see that inside the workspace.mel file, it uses the following command to set file rules:
workspace -fr "mayaBinary" "maya/scenes";
... so I figured that this might work for xgen:
workspace -fr "xgen" "maya/xgen";
... but it doesn't, because when I create new Xgen descriptions, Maya ignores the file rule and saves the Xgen files somewhere else. What parameter do I use to define the file rule for Xgen files?