-
Notifications
You must be signed in to change notification settings - Fork 17
Documentation
We're currently working on the docs for this framework but in the mean time, for a more high-level overview of how we've integrated Perforce into Shotgun Pipeline Toolkit, please see this page:
LINKBOX_DOC:54:Overview of Perforce integration in Toolkit
Rather than just wrap the Perforce API, the Perforce framework incorporates P4Python and then a set of utility functions that provide common functionality such as opening a connection through a dialog, checking out the latest version, etc. A connected P4Python instance can always be obtained for more direct access to Perforce commands.
The Toolkit Perforce integration uses the standard P4Python modules provided by Perforce. This framework includes versions of P4Python for the various operating systems & applications that Toolkit works with. However, in case the version you need isn't included then it will just load it from your Python path if it can.
(coming soon...)