>
> Most of the production application files are binary, and popular version
>> control solutions/ideas are code/ascii-oriected,
>>
>
git tracks ascii or binary files by hashing their content. If the file is
ascii, then it can provide the extra tools for diff, merge, changes, ...


> which make them less appliable for production(am I correct?). How do you
>> figure this out? I know lots of big studios have Shotgun or equivalent
>> production management system, but i don't think my supervisor would be
>> willing to pay that much. I heard Tactic is also a good one(and a python
>> one), have you guys ever used Tactic? How good is it?
>>
>>
I haven't had the opportunity to use either Shotgun or Tactic yet, given
the studios I have worked for thus far. But here are the kinds of
combinations I have seen:


   - Version/Publishing solution is its own service ; Production Tracking /
   Assignments is its own service that sources from VnP
   - Pure manual file system conventions for storing in a versioned
   structure; completely detached production tracking
   - Pure manual file system ... ; Separate tools update metadata +
   Production tracking sources that metadata

The one thing I haven't worked with yet is the off the shelf solutions that
set you up with the entire pipeline in one box: Asset and Production
Tracking, Version and Publishing, data management

Like Marcus was saying, it comes down to:

   1. how robust of a system you want, for integration
   2. how many areas of the the pipeline it needs to cover
   3. how many people it needs to serve
   4. how much you are willing to spend
   5. do you have on-site developers

"Rolling your own" can be an endeavor, but then again if your needs are
very small then maybe you only need it to do a few simple things.

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3x9rMPPDpV5ifeduMQCCSpzfjzH4zYTos%2B_v%2BAXmbbUg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to