Jump to content

Daniel Fleming

Administrators
  • Posts

    30
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Daniel Fleming

  1. Hi Seymour thanks for flagging this. I have passed it onto the integrations team to take a look. in the future anything that you consider to be a bug report writing into support directly is the best course of action. support@ftrack.com
  2. Hi J. you need to submit a support request and we can help you recover that.
  3. hi yall sorry for the delay. invites sent
  4. sorry for the delay. done!
  5. Hi Diego, I have relayed your feedback to the development team. This isn't something that the product is looking to tackle in the near future. We can definitely see the advantages this functionality would have for you and your team and we will hopefully be able to investigate further and invest the needed time in the future. That being said the best workaround suggestion I can think of is to use the browsers built in translations. i have attached a gif showing how i used chromes built in browser translator to switch from viewing the site in english and then toggling it back to japanese. I realise this does not give you the added benefit of both languages in the same view, but hopefully this will help in the meantime. regards, Daniel
  6. Hi Nikolay, apologies for the delay in response. You can set envs in app launcher configs simply add this section to the houdini app launcher config files : "env": {"HSITE":"some_value", ..} You can see how it is done in a similar way when changing the launch arguments: https://ftrackhq.github.io/ftrack-connect-pipeline/tutorial/launch.html Also You will need to alter the installed application plugin on machines, e.g. C:\Users\<username>\AppData\Local\ftrack\ftrack-connect-plugins\ftrack-application-launcher-1.0.10\config And remember to re-apply this configuration each time you re-install the application launcher plugin in Connect I hope this helps please let us know if we can help any further. regards, Daniel
  7. Hi @AlexOddbratt and @Eric L, in 4.12.current.8 the feature to set how many decimal places a custom attribute has, has been added. you can set the number of decimals up to 6 places NEW Allow setting the number of decimals to use on a custom attribute. please let us know what you think regards, Daniel
  8. Hey everyone, in 4.12.current.8 the feature to set how many decimal places a custom attribute has, has been added. you can set the number of decimals up to 6 places NEW Allow setting the number of decimals to use on a custom attribute. please let us know what you think regards, Daniel
  9. Hi Alexis, The 'organize team' tab serves a couple of functions. it allows you to create project-specific groups. it is also the list of people who can be assigned tasks on that project. when left blank ALL users in the system show up in the drop-down list. Only those users who are added to the 'organize team' tab can be assigned to tasks from the drop-down. the 'project access' tab is as it sounds. It controls who has access to the project. sometimes you may have users who you want access to the project but you do not want them assigned to any work. It is also worth noting that project access differs depending on how your roles are set up. I want to be clear here that "PRIVATE PROJECTS" are a feature designed to be closer to "Air gapped" within your ftrack workspace. ONLY users who are EXPLICITLY added to a private project can access that project including administrators and API users. If you want to have some users with overall visibility on all projects then we recommend using open projects and controlling access to those projects through the Roles and project access. I hope that helps clear it up a little. Please let us know if you have any other questions. regards, Daniel
  10. Hi Fernando, under the status column you can change the cell formatting from Standard to "No Summary" This will change the behaviour of parent /folder objects that have their own status to display that explicit status instead of the summary of tasks below it. Does this achieve what you are requiring? regards, Daniel
  11. Walt submitted a ticket to the support team and we continued the conversation there. Currently, in the Web Ui, the widget for creating custom attribute links is the Entity Picker. This widget is not part of the base class included as part of the actions. I have submitted a feature request to the product team to open up more of the library to enable users to create more customisation without needing to do the legwork of creating your own UI. If you would also like to add onto the feature request please leave a +1 here. 😁
  12. Hi Fernando, This is due to the Organize Team Tab on a project. If there are any users added in this tab then the assignment dropdown list is limited to the names on this list. if there are no users added to the organize team tab then the dropdown list is populated by all users let us know if that clears things up.
  13. Hi Kevin, As you found you can use a query filter like so parent.managers any (user.first_name like "Erik%") you can set up multiple queries for different project managers. Outside of query filters this isn't currently possible. We have written up a feature request related to this to show the dev team. You can save a dashboard for your supervisors and producers and share it with them as well.
  14. Hi YuChen, there is not a way to do this through the web UI but you can accomplish this through the API. These lines should do the trick: new_task = session.query('Task where name is "new_task"').one() for version in session.query('AssetVersion where id in ("<id>", "<id>")').all(): version['task'] = new_task session.commit() where <id> would look something like 0851c76e-90eb-11ed-8a94-62f40cb9d21c. You can get the id from the side panel. version['asset']['parent'] = new_task['parent'] the above should be included in the loop in cases where the task has not been created in the same place on the same parent. regards, Daniel
  15. Hi Tony, Is the project you are trying to access a Private project? API Keys need to be given access to Private projects explicitly. this part of documentation talks about this. regards, Daniel
  16. Hi Mani, Does the user have access to the project?
  17. Hi Mani, I think there are maybe a couple things happening here. Regarding the user not being able to open client reviews. In version 4.9 the client reviews now differentiate between users and collaborators. when adding an internal user as a collaborator they need to also have a role with permission to "view client reviews" The other thing is that there cannot be a user with the same email as a collaborator. bear with me while i look for a snippet to help with that
  18. Hi Byron, I have sent an invite. yes I think it pretty active. regards, daniel
  19. Thanks Eric! This is a really great contribution to the community. you can also use this in the Overview section in the versions page. Which also allows you to filter on versions based on client review. or allow you to download versions from a cross project view I think many people will find really helpful! Regards, Daniel
  20. Hi Mark, I don't believe there is a way to do this in the manner you described, ie a preset. I will pass this info on to the dev team, in order to be more specific was there anything in particular to how you imagined it would work? can I ask what reasons are causing them to refresh the browser as opposed to just refreshing the spreadsheet? (I realise it is likely habit) a current workaround would be to instead of refreshing the browser tab, only refresh the spreadsheet using the button. when doing this method it doesn't change the view being used. Regards, Daniel
  21. Hi Marc, the Rumours never lie... except when they do. but in this case they are true! the below should play the version when clicking the shot’s thumbnail. depending on your setting for default player, but it should then play within the Overlay player. shot = session.get('Shot', SHOT_ID) version = session.get('AssetVersion', ASSET_VERSION_ID) shot['thumbnail_id'] = version['thumbnail_id'] session.commit() Let me know if you have any problems Regards, Daniel
  22. We answered this in a ticket for Ekaterina but for others who may stumble on this. The role the user/worker is assigned must have "READ BID" checked in their permissions in order to see the bid information anywhere
  23. Hi Donna, Thanks for writing in. can i confirm when you use the web ui with the same video file it encodes correctly without error? but when using the API you get the aforementioned error. is this correct? Regards, Daniel
×
×
  • Create New...