-
Content Count
493 -
Joined
-
Days Won
13
Everything posted by Remus Avram
-
Hi @Tim Edelmann which version of Ftrack are you running?
-
Time traking chenged by Coordinator/Producer
Remus Avram replied to Remus Avram's topic in General discussion
Hi @Aleksandra no, we didn't. We ask the users to track their time correctly as time means money. But still a pain for production when an artist leaves the company and he didn't track the time correctly. -
Hi @INFECTED it works for us. Which version of Ftrack are you running? We are running 3.5.21
- 2 replies
-
- custom attribut
- user
-
(and 1 more)
Tagged with:
-
How do I name tasks in a task template
Remus Avram replied to Den Serras's topic in General discussion
+1 - we are interested in this, too -
+1 - we are interested, too
-
No offline ftrack documentation in new release
Remus Avram replied to Luigi's topic in Feature requests
The new documentation also doesn't have a content on the left side. -
Can you please add me, too my email address is: remus.avram20@gmail.com
-
Restricting the ability to rename a shot, task, folder etc...?
Remus Avram replied to mark.fin's topic in General discussion
Ok. This is not really recommended. There could be jobs on the farm writing there, or you have some hardcoded paths somewhere in the metadata, etc. -
Restricting the ability to rename a shot, task, folder etc...?
Remus Avram replied to mark.fin's topic in General discussion
What do you mean? Automatic renaming? like if you rename something in Ftrack, it should be renamed also on the filesystem? -
No offline ftrack documentation in new release
Remus Avram replied to Luigi's topic in Feature requests
It still missing in version 3.5.20. Any plans to add it back? -
Hi @ewokninja the time zone in the DB should be recorded in UTC timezone. The Ftrack web interface should detect the time zone set on the machine and convert the date/time fields to the respective timezone. Or do you need the timezone on any date/time field for something else?
-
Thanks for the info! We will try to test this, too.
-
We already requested this. It makes sens for us as using multiple session it means creating multiple cache files which increase the number of queries to the DB.
-
We tried multiple ways. It will not work. If you are using multi threads, use multiple session.
-
version['is_publish'] - for what it's used?
Remus Avram replied to Remus Avram's topic in General discussion
Thanks @tokejepsen for the info. I was thinking that it's something related to the notifications. So if it's set to false, then it will not send a notification. -
Hi all, I looked into the documentation, but I didn't find anything related to the "is_publish" attribute of an AssetVersion. Does anybody know if it's used for something specific? Best, Remus
-
We also reported this one here
-
I think not specifying the version number when you create the assetVersion it's the best way. In this way it's automatically creating the next version.
-
No offline ftrack documentation in new release
Remus Avram replied to Luigi's topic in Feature requests
Hi @Mattias Lagergren the offline documentation was awesome for the production and artists as they could find it easily. Unfortunately, our users don't have direct internet connection and they can not easily access it. Another think is that we are not migrating to the latest version all the time. Especially when we are close to a show deadline. In this way, if there are new features which production is interested in, but they are not in the Ftrack version used in production, then it could create confusion. -
Thanks @Martin Pengelly-Phillips for your info. I am interested how others studios are using the `ftrack_api`.
-
Thanks @Mattias Lagergren! For the moment the work around works. It's just that would be cool to have it fixed.
-
Thanks @Martin Pengelly-Phillips for the info! So as I understand the cache is build per session. If there is a session per thread, then for each thread there is a cache file which can contain the same data as the other sessions. Am I correct? Having only one session, there is only one cache file with all the data and the queries are faster. Less queries to the database. Do you know if the sessions connected? I did a test and it seems that they are. I query in assetBuild in one session and I created a task using as parent the assetbuild from the other session and the task w