Author Topic: Maya  (Read 5409 times)

rhammond

  • Jr. Member
  • **
  • Posts: 6
Maya
« on: November 04, 2005, 11:14:33 PM »
When I submit a maya job with local texture references to the farm, the job with fail because the farm machine cannot find these textures. Makes sense. I take it then that artists need to be working in some network area and need to use UNC paths or standard drive mappings for paths?  Working locally on your machine and submitting to the farm is not an option then?


anthony

  • Senior Software Engineer
  • Hero Member
  • *****
  • Posts: 183
Re: Maya
« Reply #1 on: November 04, 2005, 11:39:34 PM »
Local texture references will not work on the farm as you have already found.  This is similar to problems in building websites where locally referenced images work perfectly fine as long as you only browse from that computer.

For most large scale pipelines, artists do work in a centralized network storage space and normally use production pre specified paths for location of assets such as textures and geometry.

In terms of using local data one could potentially use the maya dirmap features to remap local drives such as C: to a network path such as \\mycomputer\C$ The only catch is that you're basically limited to 10 connections as well as opening up access to all the data on your host to other hosts.  Vulnerable directories such as C:\WINNT or C:\WINDOWS are probably best left unaccessable, even in the most secure facilities.

A simpler alternative if you are using auto-mounting is to map a portion of  your c:\ drive to another drive letter and to only work in that drive.  The auto-mounting will remap the drive correctly on the worker automatically.  Again you are limited to just 10 simultaneous connections so this isn't a scalable solution.

A.