Jump to content

Mike Overbeck

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mike Overbeck's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Perhaps not a full solution, but would it be possible for fTrack event sources to contain operating system info? This would be very useful for filtering as it's a primary reason for Ftrack Connect logins on multiple machines.
  2. Reading this example action: https://www.ftrack.com/en/2015/04/write-first-ftrack-action.html There are many example actions in the Ftrack documentation with varying structures, but this is the only one that I've seen that sets the action identifier with an uuid, making the identifier unique to each action instance, which is helpful in avoiding crosstalk between users using the same Ftrack-connect plugins. Another example like this uses an internal register function inside the class to filter the action by user. https://help.ftrack.com/en/articles/1040465-actions?_ga=2.50864737.958893569.1596582072-1449533465.1596225075 Which of these methods would be considered best practice to safely configure a client-side action?
  3. Hi Simon, We are good as far as building and hosting widgets. What we need is an example of an Action that launches one, which is what seems to be needed to replace the default project creation UI.
  4. We are looking into this as well. We've built our own project creation widget and would like our action to launch it. Do you have any examples of an action launching a widget?
  5. Thanks Lucas, I tried it out and it's perfect for what I need. -Mike O
  6. Has there been an update to this? I am running into the same problem with the JavascriptAPI. I'm trying to build a dropdown with all available Asset Build types for the current projectSchema in my UI. I've scoured the projectSchema entity and can't find the necessary data. -Mike O
  7. Thank you Lucas, npm installs and starts correctly now.
  8. I've tried running npm install on this react example. I get an error with the reference to the ftrack-web-widget.git. Is there a way to get this working, or can we get an updated widget example with updated references? snippet of npm logs below: 1658 error Error while executing: 1658 error /usr/bin/git ls-remote -h -t ssh://git@bitbucket.org/ftrack/ftrack-web-widget.git 1658 error 1658 error git@bitbucket.org: Permission denied (publickey). 1658 error fatal: Could not read from remote repository. 1658 error 1658 error Please make sure you have the correct access rights 1658 error and the repository exists. 1658 error 1658 error exited with error code: 128 1659 verbose exit [ 1, true ]
×
×
  • Create New...