Setting up a project repository

Hi everyone,

So we’ve set up our project something like this.

depot/Game/Game.uproject
depot/SourceArt/(Maya files, PSDs, FBX)
depot/Docs/

Now the ART tools stick all of our rigs in this SomewhereElse/UnrealEngine/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/Projects directory which is in your engine dir. Obviously anything that goes in there cannot be versioned because it’s not even in your depot. Are you supposed to move the MayaTools/ directory into your depot? If so, this seems broken, The ART tools should really support the ability to specify a project directory separately from the MayaTools dir.

/ Kyle

Yes, you should copy the maya tools directory into your structure.
When there are updates to the maya tools, you can simply get the latest and copy all of the non-project specific files over, overwriting the existing. This way, you can also have version control over the scripts in case an update breaks something in your pipeline, you can simply revert that integration.

Cool thanks!

See Jeremy’s Reply

Yes, you should copy the maya tools directory into your structure. When there are updates to the maya tools, you can simply get the latest and copy all of the non-project specific files over, overwriting the existing. This way, you can also have version control over the scripts in case an update breaks something in your pipeline, you can simply revert that integration.