I don't have much experience with alembic specifically, but from a general perspective it might be a good idea to revisit your queue submission process in combination with your versioning and publishing system. If new versions published can overwrite data associated with previous publishes, that seems bad. I would say, sure, you could go about checking access times on files, but that seems like it should be unnesseccary. Is there a specific reason you can't keep isolated to each version and just stick to a disk management policy of N recent versions? Or maybe I don't understand the problem correctly.
On Sat, 4 Apr 2015 10:34 PM Tuan Nguyen <[email protected]> wrote: > Hi Justin > Currently, we keep as much version-up file as possible, but only one final > file (maya or alembic) for reference. While rendering process, we got a > feedback from customer, and accident override the old data, and you know > what happen later. > > Can we know which files being used, or should we find another way to deal > with it? We still going on our pipeline. Thanks > > -- > 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/CAMCvD%2BHbt-W%2BN2qfETOchCe3TuQA3gwhnawruNaet2Jna-UeoQ%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAMCvD%2BHbt-W%2BN2qfETOchCe3TuQA3gwhnawruNaet2Jna-UeoQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPGFgA2LW6MOu6Rz-ZmwGSLKCruA3YmpK8L2cMXaucSmzA7Khg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
